/* OfferBox v. 0.1 */

.offerBox { width: 100%; }
.offerBox_frame {
 	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#666666; text-decoration:none; 
	width: 175px; float:left; border:#CCCCCC 1px solid; padding: 5px; margin-left: 5px; margin-top: 5px; 
	text-align:center; background-color:#FFFFFF;
}
.offerBox_top { height: 50px;  width: 100%;}
.offerBox_pic { height: 130px; width: 100%; }

.offerBox_bot { height: 22px; width: 98%; background-color:#FFFFFF; text-align:right; }
.offerBox_name { height: 40px; width: 100%; background-color:#FFFFFF; text-align:center; vertical-align:middle; }

.offerBox_name { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#006699; text-decoration:none; font-weight: bold;  }
.offerBox_name:hover { color:#0066CC; text-decoration:underline; }
.offerBox_price { font-family:Arial, Helvetica, sans-serif; font-size: 16px; color:#FF6600; font-weight:bold; }
.offerBox_img { width: 120px; height: 120px; border:0px; margin: 5px 0;  }
.offerBox_button { width: 145px; height: 26px; margin-top: 10px; margin-bottom: 6px; border:0px;}
.offerBox_logo { width: 120px; height:40px; margin-bottom: 5px;}
.offerBox_line { width: 660px; height:1px; margin-bottom: 3px; border:0px;}
.box_section { width: 775px; padding:0px; float: none; height: 335px; padding-left: 5px; }

