#promotion_tabs {
	float: left;
	background: #ffffff;
	padding: 0px 0px 0px 20px;
}

#tabnav {
	float: left;
	width: 650px;
	border-bottom: 4px solid #F5F5F5;
}

#tabnav li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#tabnav div {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 12px 2px 5px;
	margin-right: 4px;
	border: 1px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	text-decoration: none;
	background: #ffffff;
	color: #656565;
	font-weight: normal;
	cursor: pointer;
}

#tabnav .over {
	background: #e5e5e5;
	color: #333333;
}

#tabnav .click {
	background: #e5e5e5;
	color: #0c376e;
	font-weight: bold;
}

#tabnav a:hover {
	background: #e5e5e5;
}

#ajax_promotion_content { /*width: inherit;*/
  padding: 0px 0px 0px 20px;
	float: left;
}

#ajax_promotion_products { /*width: inherit;*/
	width: 649px;
	float: left;
}

.productList {
	width: 670px;
	float: left;
}

.product {
	width: 300px;
	height: 142px;
	float: left;
	padding: 10px 18px 5px 0px;
	border-bottom: 1px dotted #d4d4d4;
}

.productName,.productSKU,.productType {
	float: left;
	width: 180px;
	height: 14px;
}

.productType {
	height: 25px;
}

.productDescription {
	display: none;
}

.productThumbnail {
	width: 110px;
	height: 120px;
	float: left;
}

.productThumbnail img {
	max-width: 103px;
	max-height: 103px;
  width: expression(this.width > 103 ? "103px" : this.width + "px");
  height: expression(this.height > 103 ? "103px" : this.height + "px");
}

.productListPrice {
	float: left;
	width: 90px;
}

.productPrice {
	width: 100px;
	float: left;
}

.productPrice .title,.productListPrice .title {
	float: left;
	color: #666666;
}

.productListPrice .value {
	float: left;
	font-size: 1em;
	line-height: 9.6pt;
	color: #646464;
	font-size: 1em;
}

.productPrice .value {
	float: left;
	color: #FF6633;
}

.productBreakLine {
	display: none;
}

.productSKU {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}

.productSKU a {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}

.productName {
	color: #666666;
	font-size: 11px;
}

.productRequisition {
	float: left;
	width: 180px;
	margin-right: -3px; /* IE Bug Fix */
}

.productReqBox {
	display: none;	
}


