/*
    sitemap.css
    
    namespace(s):
    - body.sitemap
*/




/*
-------------------------------------------------
    C o n t e n t
------------------------------------------------- */

body.sitemap #content .section-content h3,
body.help #content .section-content h3 {
    color: #404040;
	font-family: Arial,Helvetica,san-serif;
	font-size: 18px;
	font-weight: normal;
} 
body.sitemap #content .section-content h4 {
    color: #404040;
	font-family: Arial,Helvetica,san-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
body.sitemap #content .section-content a.cat {
	font-size: 18px;
	font-weight: normal;
	padding: 0px 20px 0px 0px;
	text-transform: none;
}
body.sitemap #content .section-content ul,
body.help #content .section-content ul {
	border-top: 2px dotted #CCCCCC;
	margin-top: 10px;
	padding-top: 15px;
}
body.sitemap #content .section-content .main .row {
	clear: both;
	width: 630px;
}
body.sitemap #content .section-content .main .col {
	float: left;
	padding: 0px 35px 25px 0px;
	width: 280px;
}


