﻿#Lists{
	height:100%;
	float:left;
	width:823px;
	overflow:hidden;
	position:relative;
	margin:0px auto 0;
	background:url(../images/bg-main.gif) repeat-y;
}

#ListsHeader{
	width:823px;
	overflow:hidden;
	background:url(../images/bg-main-t.gif) no-repeat;
}

#Lists .list-holder{
	width:1001px;
	margin:0 auto;
	overflow:hidden;
}
#Lists .list-nav{
	margin:0;
	padding:25px 0 0 17px;
	list-style:none;
	width:100%;
	overflow:hidden;
	min-height:204px;
}
* html #Lists .list-nav{
	height:204px;
	overflow:visible;
}
#Lists .list-nav li{
	float:left;
	width:164px;
}
#Lists .list-nav li a{
	font-size:12px;
	line-height:16px;
	color:#333;
	text-decoration:none;
}
#Lists .list-nav li a:hover{
	text-decoration:underline;
}
#Lists .list-nav ul{
	margin:0;
	padding:0 0 3px;
	list-style:none;
	width:100%;
	overflow:hidden;
}
#Lists .list-nav ul li{
	float:left;
	width:100%;
	line-height:16px;
}
#Lists .list-nav strong{
	font-size:14px;
	display:block;
	margin:0 0 6px;
}
#Lists .list-nav .flere{
	background: url(../images/bg-flere.gif) no-repeat 0 50%;
	padding:0 0 0 10px;
	color:#8c0d0d;
	font-weight:bold;
}

