/*====== Hot Sale ======*/
.hotsalelistrow {
	clear:both;
	padding-left:30px;
	height:100%;
	border:0px solid red;
	overflow:auto;
	margin-top:10px;
}
.hotsalelistnoitem {
	width:31%;
	height : 100%;
	float:left;
	margin:5px;
}
.hotsalelistitem {
	width:183px;
	height : 290px;
	min-height:290px;
	float:left;
	margin:2px 1px 5px 1px;
	border-top: 1px solid #336699;
	border-left:1px solid #336699;
	border-bottom:2px solid #003355;
	border-right: solid 2px #003355;

}
.hotsalelistitem_title {
	background-color: #DDDDDD;
	color: #003399;
	font-weight: bold;
	padding: 3px;
	height:50px;
	background: url('./../Images/blueback.jpg') repeat-x;
	overflow:visible; z-index:100;
}
.hotsalelistitem_headline {
	color: #FF6600;background-color:Transparent;
	font-weight: bold;
	font-size: small;
	padding: 3px;
}
.hotsalelistitem_picture {
	height:150px;
	min-height:150px;
	width:100%;
	text-align:center;
	vertical-align: middle;
	position: static;
	margin-top:10px;
	text-align:center;
}

.hotsalelistitem_price {
	text-align : center; font-size:x-small;
}
.hotsalelistitem_price_click {
	font-size:x-small;
	color: #999999;background-color:Transparent;
	float: left;
	width: 20%;
}
.hotsalelistitem_price_price {
	font-size:small;
	color: #FF6600;
	font-weight: bold;
	text-align:center;
	white-space:nowrap;
}
.hotsalelistitem_price_link {
	font-size:xx-small;
	font-weight: bold;
	width : 35%;
	float: right;
}
.hotsaletitle  {
	background-color: #DDDDDD;
	color: #0E3440;
	font-weight: bold;
	padding: 3px;
}
#datatable {clear:both; overflow:auto;width:auto;border:0px solid #336699;height:100%;}
#pager {clear:both;text-align:center;background-color:#DDDDDD;font-size:small;height:auto;overflow:visible;margin-top:10px;}
#information {clear:both;margin-top:20px; text-align:center;font-size:small; white-space:nowrap;}
.item {text-align:left; background-color:#CCCCCC;padding-left:20px;font-weight:bold;font-size:large;color:#003366;}
.headline {text-align:left; color : red;padding-right:20px; padding-left:20px; font-size:small;}
.sprice {clear:both;color:#003366;background-color:#CCCCCC;font-weight:bold; text-align:center;margin-top:10px;}
.pricenote {color:#FF6600;background-color:Transparent;font-weight:bold;font-size:small;text-align:center;}
.kind {font-size:x-small; text-align:right;}
/* End Of Hot Sale */
