﻿ /* Clear Fix */   
.clearfix:after {     
content:".";     
display:block;     
height:0;     
clear:both;     
visibility:hidden;     
}     
.clearfix {    
display:inline-block;    
}    
/* Hide from IE Mac \*/     
.clearfix {display:block;}     
/* End hide from IE Mac */     
/* end of clearfix */   
*{margin:0;padding:0;}
img{border:none}
ul{list-style:none;padding:10px;}
.blocks li a:link { color: #0040B6; }
.blocks li a:visited { color: #0040B6; }
.blocks li a:hover { color: #c00; text-decoration: none; }
.blocks li a:active { color: #c00; }
body{background:#e3e3e3;font-size:12px;font-family : Aril,Verdana, Geneva, Tahoma, Helvetica, sans-serif;}
#wrap{width:720px;margin:0 auto;background:url(/sitemap/resource/images/bgw.gif)  repeat-y top center;}
.blocks{margin:0 50px 1em 50px;background:#f6f6f6;border:1px #e3e3e3 solid;overflow:hidden;}
.title{margin:0 50px;}
.title h2{	line-height: 1.5em;
	font-size: 1.5em;
	color: #9c0;
	font-style:italic;}
.toggler {
	   margin:0px 0 0px 0;
		cursor:pointer;
		text-decoration: none;
		display: block;
		_width:610px;
	}
	.toggler-closed {
		color:#ff5500;
		padding-left:10px;
		background: #efefef url('/sitemap/resource//images/togglearrow.gif') no-repeat;
		background-position:100px 4px;
		_background-position:100px 3px;
		border: solid 1px white;
	}
	.toggler-closed:hover {
		color: #ff5500;
		padding-left:10px;
		background: #fff url('/sitemap/resource//images/togglearrow.gif') no-repeat;
		background-position:100px -7px;
		*background-position:100px -7px;
		_background-position:100px -8px;
		border: solid 1px #e3e3e3;
	}
	.toggler-opened {
		color:#ff5500;
		padding-left:10px;
		background: #efefef url('/sitemap/resource//images/togglearrow.gif') no-repeat;
		background-position:100px -19px;
		*background-position:100px -18px;
		_background-position:100px -19px;
		border: solid 1px white;
	}
	.toggler-opened:hover {
		color: #ff5500;
		padding-left:10px;
		background: #fff url('/sitemap/resource//images/togglearrow.gif') no-repeat;
		background-position:100px -30px;
		*background-position:100px -29px;
		_background-position:100px -30px;
		border: solid 1px #e3e3e3;
	}
	/* Container - default style */
	.toggler-c {
	}
	.toggler-c-closed {
	   background:transparent;
	   border:solid 1px #e3e3e3;
		margin:0px 0px 0px 0px;
	   padding:10px;
	   _width:600px;
	}
	.toggler-c-opened {
		margin:0px 0px 0px 0px;
	   padding:10px;
	   background:#efefef;
	   border:solid 1px #fff;
	   _width:600px;
	}
	.blocks li{float:left;width:111px;overflow:hidden;margin:4px;text-align:left;text-overflow: ellipsis;
	white-space:nowrap;
	display:block;
	-o-text-overflow: ellipsis;}