
#dropdownpanel{ /*Outermost Panel DIV*/
position: absolute;
width: 100%;
left: 0;
top: 0;
visibility:hidden;
z-index:300;
}

#dropdownpanel .contentdiv{ /*Div containing Ajax content*/
background: black url(../images/bg-dailydeal2.jpg) center bottom;
color: white;
padding: 10px;
}

#dropdownpanel .control{ /*Div containing panel button*/
/*border-top: 5px solid black;*/
color: white;
font-weight: bold;
text-align: center;
background: transparent url("../images/panel.gif") center center no-repeat; /*change panel.gif to your own if desired*/
padding-bottom: 3px; /* 21px + 3px should equal height of "panel.gif" */
height: 21px; /* 21px + 3 px should equal height of "panel.gif" */
line-height: 21px; /* 21px + 3px should equal height of "panel.gif" */
}

#dropdownpanel .control{ /*Div containing panel button*/
color: white;
font-weight: bold;
text-align: center;
background: transparent url("../images/dailydealtab.png") center center no-repeat; /*change panel.gif to your own if desired*/
padding-bottom: 3px; /* 21px + 3px should equal height of "panel.gif" */
height: 37px; /* 21px + 3 px should equal height of "panel.gif" */
line-height: 21px; /* 21px + 3px should equal height of "panel.gif" */
}
div.ads {float:left; position:absolute; margin:40px 0 0 350px;}
#names { 
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	margin:65px 0 0 10px;
	}
#names dt {font-size:18px;
	line-height:1.6em;
	text-align:right;
	color:#999;
	}
#names dd {position:absolute; margin:90px 0 0 175px; top:0; display:none; width:660px;}
#names img {border:0;}
#container {margin:10px auto; width:850px;}

.product-left-col{float:left; width:270px;text-align:center;}
.product-right-col{float:left; width:375px; text-align:left;}
.product-image{
	height:150px;
	padding-top:15%;
	}
.product-image img a {border:0;}
.product-image img {max-height:135px;}
.product-title {
	font-size:15px;
	font-weight:bold;
	margin-top: 5px;
	}
.sale-price {
	color:yellow;
	font-size:35px;
	font-weight:bold;
	margin:10px 0;
	}
.retail-price {
	color:red;
	font-weight:bold;
	font-size:13px;
	}
.percent-off {
	font-size:19px;
	font-weight:bold;
	}
.company-logo {}
.product-definition {
	color:#999;
	margin:20px 0;
	max-height:175px;
	overflow:auto;
	font-size:13px;
	}
.buy-now {}