@charset "UTF-8";
/* CSS Document */

#content {
	background:transparent url(img/bg.jpg) no-repeat 0 0;
}

#content .lists-container{
	padding-top:50px;
	height:410px;
	background:transparent url(img/list_bg.jpg) no-repeat 0 66px;
}
#content .lists-container ul{
	padding:0;
	margin:0;
	list-style:none;
	overflow-y:scroll;
	height:365px;
	width:220px;
}

#content .lists-container ul li {
	border-bottom:1px solid #eee;
	height:18px;
	line-height:18px;
	padding:0 40px;
	font-size:10px;
}
#content .lists-container ul li.atoz {
	border-bottom:1px solid #CCCCCC;
	height:18px;
	padding:0 20px;
	color:#ddd;
}
#content .lists-container ul li a{
}

#content-left{
	float:left;
	margin-left:70px;
	width:220px;
}
#content-center{
	float:left;
	margin-left:24px;
	width:220px;
}
#content-right{
	float:right;
	margin-right:70px;
	width:220px;
}
*html #content-left{
	margin-left:45px;
}
*html #content-center{
	margin-left:12px;
}
*html #content-right{
	margin-right:35px;
}

#content h2{
	padding:0;
	margin:0;
	color:#e5ebef;
	height:34px;
	width:220px;
	font-size:12px;
	line-height:34px;
	text-indent:-9999px;
	overflow:hidden;
}
#content-left h2{
	background:transparent url(img/list_title_bike.jpg) no-repeat 0 0;
}
#content-center h2{
	background:transparent url(img/list_title_parts.jpg) no-repeat 0 0;
}
#content-right h2{
	background:transparent url(img/list_title_goods.jpg) no-repeat 0 0;
}
