@charset "utf-8";
/* CSS Document */


.hotdeals-wrapper {
	width:700px;
	height:170px;
	margin-top:10px;
}

.hotdeals-duo-wrapper {
	width:346px;
	height:170px;
	float:left;
}

.hotdeal {
	width:163px;
	height:170px;
	float:left;
}

.hotdeal .left {
	background-image:url(../images/productbox-left.png); 
	background-repeat:no-repeat;
	width:6px;
	height:158px;
	float:left;
}

.hotdeal .right {
	background-image:url(../images/productbox-right.png); 
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:5px;
	height:158px;
	float:right;
}

.hotdeal .center {
	background-image:url(../images/productbox-center.png); 
	background-repeat:repeat-x;
	height:158px;
}


.hotdealbox {
width:108px;
height:160px;
border:2px solid #f6f5f5;
display:block;
}

.hotdealbox:hover {
	width:108px;
	height:160px;
	cursor: pointer;
}

.hotdealbox .header {
width:100px;
height:23px;
background-color:#f6f5f5;
padding-top:3px;
margin-top:5px;
display:block;
}

.hotdealbox .headertext {
color:#333333;
font-family:arial;
font-size:11px;
font-weight:normal;
text-decoration:none;
padding-top:4px;
}
	
.hotdealbox .content {
margin-top:10px;
display:block;
}

.hotdealbox strong {
	margin-top:5px;
	color:#333333;
	font-family:arial;
	font-size:15px;
	text-decoration:underline;
}

.hotdealbox .smalltext {
	color:#333333;
	font-family:arial;
	font-size:11px;
	color:#505253;
}

		
