.product_row{
	width:100%;
	height:70px;
	border:1px solid #CCC;
	margin-bottom:8px;
}

.product_thumb{
	width:212px;
	min-height:240px;
	margin: 0 17px 20px 0;
	float:left;
}

.premium_products .product_thumb{
	min-height:280px;
	margin: 0 4px 20px 0;
}

.product_door{
	width:162px;
	min-height:240px;
	margin:0 7px 20px 0;
	float:left;
}

.product_premium{
	width:162px;
	min-height:240px;
	margin:0 7px 20px 0;
	float:left;
}


.product{
	padding:6px;
}

.product p{
	font-family:"Lucida Sans","trebuchet MS",trebuchet,helvetica,arial,sans-serif;
	font-size:11.5px;
}

.price{
	margin-top:8px;
	font-family:"Lucida Sans","trebuchet MS",trebuchet,helvetica,arial,sans-serif;
	font-size:12.5px;
}

.product_image_row{
	width:100px;
	height:58px;
	float:left;
	margin-right:10px;
	background-color:#F4F4F4;
	text-align:center;
	vertical-align:middle;
	line-height:58px;
}

.product_image_row p, .product_image_thumb p{
	font-size:12.5px;
	color:#999;
	height:130px;
}

.product_image_thumb{
	width:190px;
	height:130px;
	background-color:#F4F4F4;
	text-align:center;
	vertical-align:middle;
	line-height:130px;
}

.product_image_thumb a{
	text-decoration:none;
	height:130px;
}

.product_image_door{
	width:140px;
	height:162px;
	background-color:#F4F4F4;
	text-align:center;
	vertical-align:middle;
	line-height:200px;
}

.product_image_door a{
	text-decoration:none;
	height:162px;
	display:block;
}

.product_image_door img{
	margin:-18px 0 0 0;
}


.product_image_premium{
	width:140px;
	height:200px;
	background-color:#F4F4F4;
	text-align:center;
	vertical-align:middle;
	line-height:200px;
}

.product_image_premium a{
	text-decoration:none;
	height:200px;
	display:block;
}

.product_image_premium img{
	margin:0;
}

.last_thumb{
	margin:0 0px 20px 0;
}

.img_cont_thumb{
	border:1px solid #CCC;
	padding:4px;
	width:190px;
	height:130px;
	margin-bottom:10px;
}

.img_cont_door{
	border:1px solid #CCC;
	padding:4px;
	width:140px;
	height:162px;
	margin-bottom:10px;
	overflow:hidden;
}

.img_cont_premium{
	border:1px solid #CCC;
	padding:4px;
	width:140px;
	height:200px;
	margin-bottom:10px;
	overflow:hidden;
}

.band_small{
	position:absolute;
	background-repeat:no-repeat;
	width:88px;
	height:61px;
	z-index:2;
	margin-top:-4px;
	margin-left:-4px;
}
.featured_small{
	background-image:url(../images/featured_band_small.png);
}
.clearance_small{
	background-image:url(../images/clearance_band_small.png);
}
.offer_small{
	background-image:url(../images/offer_band_small.png);
}

.highlight_word{
	background-color:#E9F0DB;
}

.special_price{
	color:#8DA84E;
	font-size:13.5px;
}