@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      sitemap.css
 Author:         Quovadis
 Style Info:     sitemap
----------------------------------------------------------- */



/*----------------------------------------------------
	#sitemap
----------------------------------------------------*/

#title {
	width: 885px;
	clear: both;
	height: auto;
	margin: 30px auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #3f3927;
	text-align: left;
}

*html #title {
	width: 885px;
	clear: both;
	height: auto;
	margin: 10px auto 30px auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #3f3927;
	text-align: left;
}


#sitemap ul {
	text-align: left;
	margin: 0 0 20px 0;
}

#sitemap ul li {
	text-align: left;
	margin: 15px 0;
	padding: 0 0 0 15px;
	/*background:url(../news/img/bg_arrow_next.gif) left center no-repeat;*/
}

#sitemap ul li a.blank {
	padding: 0 20px 0 0;
	background: url(../img/share/bg_blank.gif) right center no-repeat;
}


