/* Daily Deal Template 3 Styles - 325W x 200H */

#dailydeal {
	width:323px;
	height:190px;
	border:1px solid #CCC;
	background:transparent;
}

#dealheader {
	float:left;
	padding:3px 0;
	width:150px;
	display:block;
	font-size:25px;
	text-align:center;
	color:#fff;
	background:#000dff;
	/* Background color and font color are set by DB */
}

#saleimg {
	float:right;
	display:block;
	overflow:hidden;
}

#saleimg img {
	max-height:110px;
	max-width:173px;
	width: expression(this.width > 164 ? 164: true);
	/* height: expression(this.height > 110 ? 110: true); */
}

#timer { color:red;font-size:16px; }

#timertop {
	float:left;
	width:150px;
	text-align:center;
	margin:5px 0 0;
}

#timertop span {
	color:#666;
	font-size:11px;
}

.countdown_amount {
	color: red !important;
	font-size:18px !important;
}

.hasCountdown { 
	border:none;
	background:none;
	width:150px; 
	text-align:center; 
	padding:0;
	color:#666;
}

.countdown_section { 
	padding:0px;
	margin:0px;
	height:22px;
	overflow:hidden; 
}

#prodtitle {
	float:left;
	width:150px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin:15px 0 0;
	color:#666666;
}

#regprice {
	float:left;
	width:150px;
	text-align:center;
	font-size:12px;
	margin:5px 0 0;
	color:#666;
}

#regprice span {
	text-decoration:line-through;
}

#savings {
	color:#219221;
}

#saleprice {
	float:left;
	width:175px;
	text-align:center;
	font-size:23px;
	margin:5px 0 0;
	color:#219221;
}

#saleprice span {
	font-size:12px;
}

#buynow {
	float:left;
	width:120px;
	text-align:center;
	padding:8px 0 0;
}

#buynow a {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size:15px;
	font-weight:bold;
	padding:3px 20px;
	text-decoration:none;
	color:#fff;
	background:#000dff;
	/* Background color and font color are set by DB */
}

