#main_frame {
	width: 900px;
	height: 346px;
	background-color: #f3f3f3;
}

#main_frame *.headline_img {
	height: 33px;
	width: 450px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	/*font-family: Arial, Helvetica, sans-serif;
	color: #f58600;
	font-weight: bold;
	font-size: 14px;*/
	float: left;
}

#main_frame *.content {
	width: 450px;
	height: 313px;
	padding: 0px;
	padding-top:33px;
}


#main_frame *.section_img {
	width: 450px;
	height: 346px;
	background-repeat: no-repeat;
	float: right;
	background-color: #f3f3f3;
}

table.product_list {
	width: 250px;
}

table.stats_list {
	width: 900px;
	border-right: 1px solid #595959;
	border-top: 1px solid #595959;
}

table.product_list td {
	padding-top: 3px;
	padding-bottom: 3px;
}

table.stats_list td {
	padding: 3px;
	border-left: 1px solid #595959;
	border-bottom: 1px solid #595959;
}

table.stats_list td.percent {
	font-weight: bold;
	width: 40px;
}


table.stats_list thead {
	font-weight: bold;
	background-color:#f48802;
	color: #595959;
}

table.stats_list tr.average {
	background-color:#808080;
	color: #FFFFFF;
}

table.product_list tr.even, table.stats_list tr.even {
	background-color:#FFFFFF;
}

table.product_list tr.odd, table.stats_list tr.odd {
}


