/*sitemap*/
dl.sitemap
{
	display: inline;
	float: left;
	margin: 0 10px;
	width: 200px;
}
dl.sitemap dt,h3.sitemap_title
{
	background: none repeat scroll 0 0 #5B5B5B;
	color: #FFFFFF;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
}
h3.sitemap_title
{
	margin-bottom:5px;
}
dl.sitemap dt a
{
	color: #FFFFFF;
}
dl.sitemap dd
{
	background: url("../images/list_arrow.png") no-repeat scroll 0 5px transparent;
	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;
}
dl.Products
{
}
dl.Products dt
{
	background: none repeat scroll 0 0 #AAAAAA;
}
dl.Products dd
{
}
dl.Products dd a
{
}
dl.Products dd.sub
{
}
dl.Products dd.sub 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;
}
