.productListBoxOuterContainer { }
.productListBoxBoxHead { margin-bottom:10px; padding-bottom:5px; border-bottom:1px solid #ddd; }
.productListBoxHeadText { font-weight:bold; width:200px; float:left; }
.productListBoxHeadControl { margin-left:205px; }

.productListBoxFoot { margin-top:10px; padding-top:10px; border-top:1px solid #fad800; text-align:center; }

.productListBoxContent {}

.productListBoxContainerTable { width:490px; }


.productListBoxItemContainer {
	padding:1px;
	border:1px solid #fad800;
	background:#fff6c0;
	width:230px;
}
.productListBoxItemContainerPromo {
	padding:1px;
	border:1px solid #fd1a00;
	background:#fad800 url(/img/productboxbg.jpg) bottom right no-repeat;
	width:230px;
}

.productListBoxItemPic {
	width:100px;
	height:200px;
	overflow:hidden;
	border:0;
	float:left;
	margin-right:10px;
}
.productListBoxItemPic a img { 
	border:0; width:100px; 
}
.productListBoxItemWrapper {
	padding:5px;
	font-size:8pt;
}
.productListBoxItemTitle {
	color:#000;
	font-size:10px;
	font-weight:bold;
	overflow:hidden;
	padding-right:20px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #fff8cb;
}
.productListBoxItemTitle a {
	color:#24277d;
	font-size:12px;
	font-weight:bold;
}
.productListBoxItemTitle a:hover {
	color:#fab000;
}
.productListBoxItemPrice {
	color:#000;
	font-size:10pt;
	font-weight:bold;
}

.productListBoxItemPromoPrice {
	font-size:10pt;
	font-weight:bold;
}

.productListBoxItemText {
	color:#777;
	margin:2px 5px;
	font-size:8pt;
	line-height:normal;
	height:30px;
	overflow:hidden;
}
.productListBoxItemText p {
	color:#777;
	margin:2px 5px;
	font-size:8pt;
	line-height:normal;
	margin:0;
	padding:0;
}
