/* Товар */
.goody{
	float: left;
	margin-bottom: 20px;
}
.goody img{
	float: left;
}
.goody div{
	width: 300px;
	margin-left: 171px;
	font-size: 13px;
	color: #000;
}
.goody .price{
	color: #0066cc;
	font-size: 15px;
}
.goody .goody-info{
	margin-bottom: 10px;
}
.goody .goody-info .cat-new, .goody .goody-info .cat-hit{
	margin-right: 10px;
}

/* Каталог продукции */
.catalogue{
	margin-top: 30px;
}
.catalogue .item{
	float: left;
	margin-bottom: 30px;
}
.catalogue .item img{
	float: left;
}
.catalogue .item .title{
	font-size: 16px;
	margin: 0px 0px 15px 139px;
	width: 350px;
	line-height: 21px;
}
.catalogue .item .title .cat-new,.catalogue .item .title .cat-hit{
	margin-right: 5px;
}
.catalogue .item .desc{
	font-size: 13px;
	margin: 0 0 8px 139px;
	width: 350px;
	color: #000;
}
.catalogue .item .price{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-left: 139px;
}
.catalogue .item .price .val{
	margin-right: 20px;
}

.catalogue .cat_item{
	margin-bottom: 10px;
}
.catalogue .cat_item .title{
	font-size: 16px;
	margin: 0px 0px 15px 0px;
	width: 350px;
}
.catalogue .price{
	color: #0066cc;
	font-size: 15px;
}


.cart{
	position: relative;
	border-bottom: 1px solid #cacaca;
	margin-bottom: 15px;
}
.cart .l{
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/cart_l.jpg');
	width: 6px;
	height: 42px;
}
.cart .r{
	position: absolute;
	top: 0;
	right: 0;
	background: url('../images/cart_r.jpg');
	width: 6px;
	height: 42px;
}
.cart table{
	width: 100%;
	border: 0;
	border-collapse: collapse;
}
.cart table th{
	background: url('../images/grad_cart.jpg') repeat-x;
	height: 42px;
	color: #fff;
	border: 0;
	text-align: left;
	padding: 0 10px;
}
.cart table td{
	border: 0;
	text-align: left;
	padding: 10px;
}
.cart .cb{
	width: 5%;
}
.cart .title{
	width: 75%;
}
.cart .count{
	width: 10%;
}
.cart .price{
	width: 10%;
}
.cart .cb-inp{
	border: 0;
	padding: 0 !important;
	*background: none !important;
}
.cart table td input.text{
	width: 34px;
}
.end-line{
	text-align: right;
	position: relative;
	margin-bottom: 20px;
	zoom: 1;
}
.end-line .del-link{
	position: absolute;
	top: 3px;
	left: 10px;
	color: #af4308;
	text-decoration: underline;
	cursor: pointer;
	font-size: 11px;
	zoom: 1;
}
.end-line .sum{
	display: block;
	margin-bottom: 14px; 
}
.end-line .sum .price{
	font-size: 18px;
	font-weight: bold;
	color: #040304;
}
.end-line img{
	border: 0;
	cursor: pointer;
}
