.bestseller{
	background: url(../images/terlaris_bg.jpg) repeat-y;
	width: 324px;
	float: left;
	margin-bottom: 10px;
}
.bestseller h3{ 
	margin: 0px; 
	padding: 0 10px 0 60px; 
	font-weight: bold; 
	background: url(../images/terlaris_top.jpg) no-repeat;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 12px;
}

.bestseller-bottom{
	background: url(../images/terlaris_btm.jpg) no-repeat;
	height: 7px;
	font-size: 1px;
}

.recomended{
	background: url(../images/rekomendasi_bg.jpg) repeat-y;
	width: 324px;
	float: right;
	margin-bottom: 10px;
}
.recomended h3{ 
	margin: 0px; 
	padding: 0 10px 0 60px; 
	font-weight: bold; 
	background: url(../images/rekomendasi_top.jpg) no-repeat;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 12px;
}

.recomended-bottom{
	background: url(../images/rekomendasi_btm.jpg) no-repeat;
	height: 7px;
	font-size: 1px;
}

.custom{
	padding: 10px;
}
.custom-img{ float: left; width:85px; text-align: center;}
.custom-info{ width: 215px; float: right;}
.custom-info h4{ font-size: 12px; padding: 0px; margin: 0px;}
.custom-info h4 a{ color: #f80;}
.custom-info h4 a:hover{ color: #0A4D74;}
.custom-description{padding: 4px 0 10px 0; color: #666;}
.custom-price{ font-size: 14px; width: 110px; height: 26px; line-height:26px; font-weight: bold; float: left;}
.custom-action{width: 100px; float: right; text-align: right;}
