@charset "utf-8";

.productCell
{
	float: left;
	padding: 2px;
	width: 49%;
	font-family: Arial, Helvetica, sans-serif;
}
.productCellBorderTopL
{
	float: left;
	background-image: url(Images/borderTopL.jpg);
	height: 5px;
	width: 5px;
}
.productCellBorderTopR
{
	float: right;
	background-image: url(Images/borderTopR.jpg);
	height: 5px;
	width: 5px;
}
.productCellBorderTop
{
	margin: 0px auto;
	background: #fff url(Images/borderTop.jpg) repeat-x scroll top;
	height: 5px;
}
.productCellBorderBottomL
{
	float: left;
	background-image: url(Images/borderBottomL.jpg);
	height: 5px;
	width: 5px;
}
.productCellBorderBottomR
{
	float: right;
	background-image: url(Images/borderBottomR.jpg);
	height: 5px;
	width: 5px;
}
.productCellBorderBottom
{
	margin: 0px auto;
	background: #fff url(Images/borderBottom.jpg) repeat-x scroll top;
	height: 5px;
}
.productCellBorderLeft
{
	display: table-cell;
	background: #fff url(Images/borderLeft.jpg) repeat-y scroll top;
	width: 5px;
}
*:first-child+html .productCellBorderLeft
{
	float: left;
	height: expression(this.parentNode.offsetHeight);
}
.productCellBorderRight
{
	display: table-cell;
	background: #fff url(Images/borderRight.jpg) repeat-y scroll top;
	width: 5px;
}
*:first-child+html .productCellBorderRight
{
	float: right;
	height: expression(this.parentNode.offsetHeight);
}
.productCellWrapper
{
	display: table;
	width: 100%;
}
.productCellContent
{
	display: table-cell;
	width: auto;
}
*:first-child+html .productCellContent
{
	float: left;
	width: expression(this.parentNode.offsetWidth - 10);
}
.productCellHeader
{
	height: 33px;
	vertical-align: top;
	width: auto;
}
.productCellBody
{
	width: auto;
}
.productCellFooter
{
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}

.productCellImage
{
	float: left;
	padding: 20px 5px 30px 5px;
	vertical-align: middle;
	border: solid 1px #cccccc;
}

.productCellFontCode
{
	color: #2d428f;
	font-size: 12px;
	font-weight: bold;
}
.productCellFontOEM
{
	color: #2d428f;
	font-size: 11px;
}
.productCellFontBrand
{
	color: #333333;
	font-size: 12px;
	height: 30px;
}
.productCellFontDesc
{
	color: #333333;
	font-size: 11px;
	height: 65px;
}
.productCellFontOldPrice
{
	color: #1e3587;
	font-size: 14px;
	font-weight: bold;
	text-decoration: line-through;
}
.productCellFontSellPrice
{
	color: #1e3587;
	font-size: 14px;
	font-weight: bold;
}
.productCellFontBtwPrice
{
	color: #000000;
	font-size: 10px;
	font-weight: normal;
}

.productCellFontBtwPrice br { display:none; }

.productCellLeftBtn
{
	float: left;
	margin-left: 20px;
}
.productCellRightBtn
{
	float: right;
	margin-right: 20px;
}
