@CHARSET "UTF-8";

/* accessory list */
.sub-menu .ad-accessory{
	background: url('/pictures/products/ad-accessory.jpg');
}
.accessory ul,.accessory ol{
	list-style-type: none;	
}

.accessory ul{
	margin-top:10px;
	
}
.accessory ul li,.accessory ul li img,.accessory ol{
	float:left;
}
.accessory ul li{
    margin-left:30px;
	_margin-left:15px;
	width:420px;
	_width:400px;
	margin-right:10px;	
	padding:15px 0;
	margin-bottom:20px;
	border:#fff 1px solid;
    height:60px;
	
}

.accessory ul li:hover{
	border:#c6dde8 1px solid;	
}
.accessory ul li:hover li{
	border:#fff 1px solid;
}

.accessory ol {
	margin-left:10px;	
}
.accessory ol li{
	clear:both;
	width:270px;
	_width:250px;
	margin:0 0 5px 0;
	padding:0;
}
.accessory ol li h2 {
height:40px;
	font-size:16px;
}
.accessory ol li h3{
	font-weight:normal;	
}
.accessory ol li a{
	text-decoration:none;	
}
.accessory ol li span{
	
}
.accessory .pipe{
	background:url('/pictures/products/separated.jpg') top right repeat-y;
}


/* filter */
.filter{
	margin-top:6px;
	background: url('../../pictures/bar.jpg');
	height:50px;	
}
.filter .left{
	padding:15px 0 0 20px;
}
.filter .left span{
	padding:50px 0 0 0;
	display:inline;
	font-weight:bold;
}
.filter .left select{
	 font-weight:normal;
	 background:#eeeeee;
	 margin-left:10px;
	 width:140px;
}
.filter .left select option{
	padding:5px 0;	
}
.learn{
cursor:pointer;

}



