
/*--  Best Buy Table -- */
#best_buys
{
	clear:both;
	background-color: #FFFFFF;
	border: 1px #009FC2 solid;
	margin:0px 0px 20px 5px;
	padding: 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	width:700px;
	float:left;
}

#bbtable
{
	font:11px Arial, Helvetica, sans-serif;
	padding:0px;
	border:none;
	width:698px;
	margin-left:auto;
	margin-right:auto;
}

#bbtable th
{
	font-weight:bold;
	text-align:left;
	vertical-align:bottom;
}

#bbtable tr.odd
{
	background-color:#E8F0FF;
}

#bbtable td
{
	text-align:center;
	border-top:1px #CCCCCC solid;
}

#bbtable td.tdl
{
	text-align:left;	
}

#bbtable td.apr
{
	font-weight:bold;
}

#bbtable2
{
	font:11px Arial, Helvetica, sans-serif;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	border:none;
	width:698px;
	margin-left:auto;
	margin-right:auto;
}

#bbtable2 td
{
	line-height:1.8em;
	text-align:left;
	vertical-align:bottom;
}

	
/*-- End of best buy table --*/
