@charset "utf-8";
/*
################################################ 
#  G-search-SEM prototype
#  rev.0.03
#  lastupdate:20070914
################################################
*/
.sitemap-topcol a,
.sitemap-col a
{text-decoration: underline;}

#top-title{ padding: 5px 0 15px 5px;}
	#top-title h2{
	padding: 2px 0 0 8px;
	margin-bottom: 5px;
	border-left: 5px solid #be1212;
	}

.dotted-line {border-top: 1px dotted #CCC; padding-top:5px;}
.h3border {border-bottom: 1px dotted #CCC; padding-bottom:15px;}

/* ############## SITEMAP COLUMN ################# */
.sitemap-topcol {width: 100%;}
.sitemap-col    {width: 50%; float: left;}

	.sitemap-topcol .inner-block,
	.sitemap-col .inner-block{
	padding: 10px 10px 5px 20px;
	font-size: 0.8em;
	line-height:1.4em;
	}
	
	.sitemap-topcol .inner-block h3,	
	.sitemap-col .inner-block h3{
	margin: 10px 0 0 0;;
	padding: 2px 0 0 8px;
	border-left: 5px solid #be1212;
	font-size: 1em;
	}
	
	.sitemap-col .inner-block ul{
	margin: 10px 0 15px 0;
	padding: 0 0 10px 10px;
	border-bottom: 1px dotted #CCC;
	}
	.sitemap-col .inner-block ul li{
	padding-bottom: 0.7em;
	}


