/*sitemap*/
.sitemap-body
{
	
	padding: 10px;
}
dl.sitemap
{
	display: inline;
	float: left;
	width: 24.25%;
	margin-left: 1%;
}
dl.sitemap:first-child
{
	margin-left:0;
}
dl.sitemap dt
{
	background-color:#F01830;
	color: #FFFFFF;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
}
dl.sitemap dt a
{
	color: #FFFFFF;
}
dl.sitemap dd,.sitemap-body li
{
	line-height: 18px;
	padding: 4px 10px 4px 15px;
}
dl.sitemap dd a
{
	outline: medium none;
}
dl.sitemap dd.sub
{
	background: url("../images/nesli_bg.png") no-repeat scroll 15px center transparent;
	padding-left: 25px;
}


/*list*/
.sitemap-body h1
{
	font-size: 18px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	text-align: center;
	position: relative;
	display: block;
	margin: 0 auto;
	border-top: 1px dotted #F01830;
	border-bottom: 1px dotted #F01830;
	margin-bottom: 15px;
}
.sitemap-body h1 a
{
	
	position: relative;
	padding: 0 150px;
}
.sitemap-body h1 a:before,
.sitemap-body h1 a:after
{
	content:"";
	border-bottom: 1px dashed #F01830;
	width: 100px;
	position: absolute;
	top: 50%;
}
.sitemap-body h1 a:before
{
	left: 0;
}
.sitemap-body h1 a:after
{
	right: 0;
}
.sitemap-body ul
{
	-webkit-column-count: 3;
	-webkit-column-gap: 5px;
	-moz-column-count: 3;
	-moz-column-gap: 5px;
	padding-bottom: 10px;
}
.sitemap-body li
{
}
.sitemap-body li a
{
}


/*noFound*/
#nofound
{
	font-size: 12px;
	line-height: 22px;
	padding: 0 15px 15px;
}
#nofound h3
{
	font-size: 22px;
	line-height: 40px;
	font-weight:bold;
}
#nofound ul
{
}
#nofound li
{
	list-style: disc outside none;
	margin-left: 30px;
}
