﻿/* style fixes to fit best deals */

#content{
	padding: 0 0 0 10px;
	width: 540px;
}

#sidebar{
	padding-top: 20px;
}

#page_message{
	margin: 9px 0 9px 20px;
}

/* best deals styles */

#best_deals{
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}

#best_deals li{
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	background: url(best_deals.li.gif) no-repeat 0 0;
	min-height: 40px;
	padding: 5px 0 0 20px;
	color: #fff;
}

* html #best_deals li{
	height: 40px;
}

#best_deals li:after {
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	}	


#best_deals li span{
	display: block;
	float: left;
}

#best_deals .meal{
	font-weight: normal;
	font-size: 11px;
	width: 170px;
	padding: 3px 0 0 10px;
	line-height: 14px;
}

#best_deals .deal{
	font-weight: bold;
	font-size: 28px;
	width: 65px;
	padding: 2px 10px 0 0px;
	line-height: 28px;
	text-align: center;
}

#best_deals .deal em{
	font-style: normal;
	font-size: 10px;
	vertical-align: top;
}

#best_deals .period{
	font-size: 10px;
	line-height: 12px;
	width: 60px;
	padding: 5px 10px 0 0;
	text-align: left;
}

#best_deals .remaining{
	font-size: 14px;
	width: 30px;
	font-weight: bold;
	background: url(remaining.gif) no-repeat center 2px;
	height: 27px;
	padding: 5px 0 0;
	text-align: center;
	margin-right: 33px;
	
}

#best_deals .grab_it{
	width: 132px;
	height: 45px;
	text-transform: uppercase;
	text-indent: -9000px;
	background: url(grab_it.gif) no-repeat 0 0;
	position: absolute;
	right: 20px;
	top: 0;
	border:none;
	cursor:pointer;
}

#best_deals .grab_it:hover{
	background: url(grab_it.gif) no-repeat 0 -45px;
}

/* header best_deals */

#best_deals .header{
	padding: 5px 30px;
	background: none;
	min-height: 1px;
	margin: 0;
}

* html #best_deals .header{
	height: 1px;
}

#best_deals .header span{
	display: block;
	float: left;
}

#best_deals .header strong{
	display: block;
	float: left;
	height: 10px;
	text-transform: uppercase;
	text-indent: -9000px;
}

#best_deals .header .meal{
	width: 170px;
	padding: 0;
}
	
#best_deals .header .meal strong{
	width: 30px;
	background: url(header.meal.gif) no-repeat 0 0;	
}

#best_deals .header .deal{
	width: 65px;
	width: 65px;
	padding: 2px 10px 0 0px;
	
}

#best_deals .header .deal strong{
	width: 65px;
	background: url(header.deal.gif) no-repeat 15px 0;
	font-size: 1px;
}	

#best_deals .header .period{
	width: 60px;
	padding: 0 10px 0 0;	
}

#best_deals .header .period strong{
	width: 60px;
	background: url(header.period.gif) no-repeat 7px 0;	
}		

#best_deals .header .remaining{
	width: 30px;	
	padding: 0;
	background: none;
	height: auto;
}

#best_deals .header .remaining strong{
	width: 30px;
	background: url(header.remaining.gif) no-repeat 0 0;	
}