#productsList {
	background: url(/img2/headProducts.png) no-repeat;
	padding-top: 30px;
}
.productDetails {
	margin-top: 5px;
}
.productDetails .description{
	margin: 0 10px;
}
#productsList .item {
	background: url(/img2/listItemBg.png) repeat-x;
	padding: 15px;
}
#productsList .img {
	width: 135px;
	height: 135px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	text-align: center;
}
#productsList .img img {
	margin: 0 auto;
}
#productsList h3 {
	margin: 0 0 0 150px;
	padding: 0;
	font-size: 1.2em;
}
#productsList h3 a {
	color: #f60;
	text-decoration: none;
}
#productsList .qty {
	margin-top: 0;
	padding-top: 0;
	color: #999;
}
#productsList .qty, #productsList .desc {
	margin-left: 150px;
}
#productsList .more {
	text-align: right;
}
.productDetails .img {
	text-align: center;
}
.productDetails h4 {
	margin-bottom: 0;
}
.categoriesMenu .head {
	background: url(/img2/headChooseProd.png) no-repeat;
}
.productMainBaner {
	display: block;
	margin-bottom: 5px;
}
.buyBar {
	background: url(/img2/buyBar.png) no-repeat;
	width: 413px;
	height: 50px;
	overflow: hidden;
}
.buyBar p {
	margin: 9px 0 0 125px;
	color: #7d5024;
}
.buyBar p a {
	float: right;
	margin: -1px 8px 0 0;
}
.buyBar p strong {
	font-size: 15px;
	padding-top: 1px;
}
