/* css Products */

div#catalogHeader {
	float: left;
	width: 819px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: transparent url(/images/catalog-header.png);
	background-repeat: no-repeat;
}

div#catalogMain {
	float: left;
    min-height: 752px;
    height: auto;
	width: 780px;
	padding: 8px 20px 10px 20px;
	color: #ffffff;
    background-color: #000000;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
}

div#productWrapper {
	width: 790px;
	float: left;
}

.productItem {
	overflow: hidden;
	float: left;
	cursor: pointer;
	width: 170px;
	height: 230px;
	border: Solid 1px #ffffff;
	background-image: url(/images/product-bg.jpg);
	background-repeat: repeat-x;
	margin: 8px 4px 0px 4px;
	padding: 8px;
}

.productTitle {
	display: block;
	float: left;
	border-top: Dotted 1px #f54f20;
	width: 166px;
	height: 14px;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	color: #f54f20;
}

.productPrice {
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}

.normalPrice {
	text-decoration: line-through;
	color: #f5a220;
}

.salePrice {
	
}

.productImg {
	float: left;
	width: 166px;
	height: 120px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding-top: 8px;
}

.productDescription {
	float: left;
	width: 166px;
	padding-top: 28px;
	overflow: hidden;
}

.brand {
	float: left;
	width: 230px;
	height: 40px;
	background-repeat: no-repeat;
}

.brandImg {
	float: left;
	width: 166px;
	margin: 0;
	padding: 0;
}

div#brandSelect {
	float: left;
	width: auto;
	padding-left: 4px;
	margin: 0px 8px 0px 0px;
}

div#catSelectWrapper{
	float: left;
	width: auto;
	padding-left: 0px;
}

select.selectBrands {
	width: 400px;
	background-color: #f54f20;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	font-family: verdana;
}

div#categorySelect {
	float: left;
	width: 790px;
	margin: 20px 0px 0px 0px;
	padding: 0;
}

select productSelect {
	color: #ffa006;
}

.categoryList_ul_0 {
	display: inline;
	list-style: none;
}

.categoryList_li_0 {
	margin: 8px 4px 0px 4px;
	padding: 0px;
	float: left;
	width: 184px;
	height: 100px;
	border: Solid 1px #f8f8f8;
        background-color: #ffffff;
	cursor: pointer;
}

.categoryList_li_0 a:link, .categoryList_li_0 a:visited {
	display: block;
        background-color: #333333;
        border-bottom: Solid 1px #ffffff;
        color: #f54d20;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
        text-transform: uppercase;
        padding: 2px 0px 2px 4px;
}

.categoryList_li_0 a:hover {
	display: block;
        background-color: #333333;
        border-bottom: Solid 1px #ffffff;
	color: #f54d20;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
        padding: 2px 0px 2px 4px;
}

.categoryList_li_1 {
	display: none;
}

.categoryList_li_2 {
	display: none;
}

div#leftWrapper {
	float: left;
	width: 450px;
	height: 330px;
	overflow: hidden;
}

div#rightWrapper {
	float: left;
	width: 300px;
	height: 330px;
	background-color: #e6e6e6;
	border-left: Solid 1px #999999;
	color: #777777;
}

div#detailsOverview {
	float: left;
	height: 360px;
	border: Solid 1px #cccccc;
	border-left: 0px;
	width: 300px;
	padding: 10px;
	overflow: hidden;
	background-image: url(/images/product-bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #444444;
}

.detailsDescription {
	font-size: 11px;
	color: #444444;
	font-weight: bold;
}

div#detailsLeft {
	float: left;
	width: 450px;
	height: 380px;
	background-color: #ffffff;
	border: Solid 1px #cccccc;
	overflow: hidden;
}

div#detailsImage {
	float: left;
	width: 300px;
	overflow: hidden;
}

.detailsName {
        display: block;
	font-weight: bold;
	font-size: 14px;
	color: #f54f20;
        margin-bottom: 10px;
}

#detailsBrand {
	display: block;
	width: 440px;
	float: left;
	margin: 4px;
}

.detailsPrice {
	font-weight: bold;
	font-size: 11px;
	color: #444444;
}

#clickZoom {
	float: left;
	width: 764px;
        height: 24px;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	padding: 4px 0px 0px 10px;
	background-color: #ffffff;
}

.detailsTop {
	display: block;
	width: 765px;
	height: 10px;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #f54f20;
}

h2.detailsPrice {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

h3.detailsInfoTitle {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
