#ProductBox
{
	border:dotted 1px #EBEBEB;
	padding:3px;
	width:600px;
	text-align:left;
	margin-right:20px;
	font-family:Tahoma;
	font-size:12px;
	vertical-align:top;
	background:white;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow-x:hidden;
}
.picturebox
{
	overflow:inherit;
	border:solid 1px Silver;
	background:#White;
	padding:3px;
	text-align:center;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow-x:hidden;
	cursor:pointer;
	cursor:hand;
}
.prodtitle
{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	background:#FAFAFA;
	height:20px;
	padding-top:3px;
	width:450px;
	padding-left:3px;
	color:#FF9900;
	border-bottom:dotted 1px silver;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow-x:hidden;
	
}
.description
{
	font-family:Tahoma;
	font-size:12px;
	margin-bottom:5px;
	width:450px;
	display:table;
}

 .pricebox
{
	margin-top:10px;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
}
.retailprice
{
	text-decoration:line-through;
	color:#ACACAC;
}
.productleftcolumn
{
	width:140px;
	
}
.productrightcolumn
{
	padding-left:10px;
}
.productpager
{
	width:100%;
	height:20px;
	margin-left:5px;
	margin-right:5px;
}

.ProductListTitle
{
	font-size:13px;
	font-weight:bold;
	color:Gray;
	background:url(../../Images/bg1.png) repeat-y;
	height:20px;
}

