﻿#subcat-sel {
	float: left;
	clear: both;
	width: 185px;
	position:relative;

			
}

#subcat-sel ul {
	height: 160px;
	font: bold 10px Arial, Helvetica, sans-serif;
	padding-right:0;
}


#brand-sel {
	float: left;
	clear: none;
	width: 185px;
	
}

#brand-sel ul {
	height: 51px;
	overflow: auto;
	font: bold 10px Arial, Helvetica, sans-serif;

}


#model-sel {
	float: left;
	clear: none;
	width: 185px;

}

#model-sel ul {

	height: 71px;
	overflow: auto;
	font: bold 10px Arial, Helvetica, sans-serif;
			padding-right:0;


}






/* main.css */
 * {
	margin: 0;
	padding: 0;
	
	text-decoration: none;
	list-style-type: none;
}



#brand-sel a:hover {
	color: #ffa20c;
}

#model-sel a:hover {
	color: #ffa20c;
}

#subcat-sel a:hover {
	color: #ffa20c;
}





/* box.css */

.box h2 {
	margin-bottom: 1px;
	font: bold 10px Arial;
	text-transform: uppercase;
	color: #777;
	background: #fcfcfc;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	border-top-color: #e5e5e5;
	border-bottom-color: #ccc;
	
}


.box h2 span {
	display: block;
	padding: 2px 6px;
	color: #777;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	border-top-color: #C1DAD7;
	border-bottom-color: #C1DAD7;
}

.s1 ul {
	padding: 0 0px;
	background:#fff url(box-side.gif) repeat-x;background-position: top center;
	width: 100%;

	scrollbar-face-color: #C1DAD7;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #800000;
    scrollbar-track-color: #e5e5e5;
    scrollbar-arrow-color: #FFFFFF;
    
    	overflow: scroll; 
	overflow-y: scroll; 
	overflow-x: hidden; 
	overflow:-moz-scrollbars-vertical;

}

.s1 li {
	font-size: 10px;
	color: #ffa20c;

}

.s1 .more {
	background: #eee url(li-more.gif) no-repeat 98% 6px;
	border-top: solid 1px #C1DAD7;
}


.s1 .more span {
	display: block;
	padding: 1px 18px 0px 6px;
	line-height: 11px;
	text-align: right;
	border-top: solid 1px #F6f6f6;
}


.bullet li a {
	display: block;
	padding: 0 6px 0px 12px;
	font-size: 11px;
	background: url(li-default.gif) no-repeat 0 4px;
}

.bullet li span {
	display: block;
	padding: 0 6px 0px 12px;
	font-size: 11px;
	font-weight: bold;
	background: url(i-default.gif) no-repeat 0 4px;
}


.more {
	font-size: 10px;
}


