@charset "UTF-8";

/*---------------------------------------------

Club CSS
for Sitemap pages


---------------------------------------------*/

/*Sitemap*/


ul.lists_site {
	margin: 20px;
}

ul.lists_site li {
	display: -moz-inline-box; /* Firefox 2 */
	display: inline-block;
	/display: inline;/* IE 6-7 */
	/zoom: 1;/* IE 6-7 */
	vertical-align: top;
	width: 150px;
}

ul.lists_site.right {
	margin-right: 0px;
}

h3 {
	margin: 15px 0 5px 10px;
	padding: 3px 0 2px 15px;
	background-color: #B8D973;
	background: url(../images/sitemap_title_bg.gif) no-repeat;
	font-size: 108%;
}

h3 a {
	padding: 0 0 4px 15px;
	background: url(../images/list-arrow_sitemap.gif) 3px 4px no-repeat;
}
