#right h1{
	background:url(../images/title_bg.gif) no-repeat;
	padding:8px 0 0 20px;
	margin:0 0 15px;
	line-height:33px;
	font-size:1.5em;
}
#right h1 .arrow{
	font-weight:normal;
	font-size:1em;
}
#right h1 span{
	line-height:33px;
	font-size:0.6em;
}
#right #sort1{
	background:url(../images/sort1bg.gif) bottom repeat-x;
	padding:10px;
	margin:0 0 10px;
	border:1px solid #006e8d;
}
#right #sort1 h2{
	margin:0 0 5px;
	font-size:1.5em;
	padding:0;
	clear:both;
	color:#006e8d;
}
#right #sort2{
	background:url(../images/sort2bg.gif) bottom repeat-x;
	padding:10px;
	margin:0 0 10px;
	border:1px solid #d67600;
}
#right #sort2 h2{
	margin:0 0 5px;
	font-size:1.5em;
	padding:0;
	clear:both;
	color:#d67600;
}
#right #sort3{
	background:url(../images/sort3bg.gif) bottom repeat-x;
	padding:10px;
	margin:0 0 10px;
	border:1px solid #006e8d;
}
#right #sort3 h2{
	margin:0 0 5px;
	font-size:1.5em;
	padding:0;
	clear:both;
	color:#006e8d;
}
.productlist{
	list-style:none;
	margin:0;
	padding:0;
}
.productlist li{
	list-style:none;
	float:left;
	padding:0;
	margin:10px 0;
	display:inline;
	line-height:1.5em;
	width:142px;
	text-align:center;
	overflow:hidden;
}
.productlist li img{
	border:1px solid #CCCCCC;
	text-align:center;
}
.product_detail{
	list-style:none;
	padding:0;
	margin:0;
}
.product_detail li{
	list-style:none;
	padding:10px 0 10px 0;
	margin:0;
	border-bottom:1px dotted #CCCCCC;
}
.product_detail li img{
	float:left;
	margin:0 15px 0 0;
}
.product_detail li .right{
	float:right;
	width:330px;
}
