﻿#productsCatalog
{
	width:890px;
	float:left;
}
#productsList
{
	padding:5px 5px 0px 5px;
	width:443px;
	margin:0px;
	float:left;
	border:1px solid #74B2DB;
	background-color:#FFFFFF;
	min-height: 366px;
	color:#000000;
}
* html #productsList
{
	width: 435px;
}
#productFilter select
{
	font-family:Verdana,Sans-Serif;
	font-size:11px;
	width:150px;
}
.productDesc
{
	padding:5px 5px 0px 5px;
	width:405px;
	margin-left:15px;
	float:left;
	border:1px solid #74B2DB;
	background-color:#FFFFFF;
	min-height: 366px;
	height: 366px;
	color:#313131;

}

* html .productsDesc
{
	background-color:#ffffff;
	width: 390px;	
	height: 366px;
}
#productsOverview
{
	margin-top:10px;
	width:440px;
	float:left;	
	border-bottom:1px dashed #B2B2B2;
	height:290px;
	
}


.productListItem
{

	margin:1px 8px 1px 8px;
	height:82px;
	padding:1px 3px 1px 3px;
	width:115px;
	float:left;
}
.productName
{
	font-size:15px;
	color:#296FB5;
	border:1px;
}
#productPreview
{
	margin-top:3px;
	width:400px;
	float:left;
	height:25px;
}
#productPreviewCategoryImage
{
	width:25px;
	float:left;
	margin-right:5px;
}
#productPreviewProductTitle
{
	width:365px;
	float:left;
	font-size:10px;
	font-weight:bold;
}
#productPreviewProductSpec
{
	width:365px;
	float:left;
	font-size:10px;
}

.btnAddToCart
{
	font-size:11px;
	cursor:pointer;
	cursor: hand;
	color:#226FBD;
	text-decoration:underline;
	font-weight:bold;
	background-color:White;
	border:0px;
}

