/*products list*/
.products-list {
	width: auto;
	margin-top: 2em;
}
.products-list tr td {
	vertical-align: top;
	padding: 0 1em 2em 0;
}
.products-list tr.image td {
	vertical-align: bottom;
	padding-bottom: 0.4em;
}
.products-list tr.image td.last {
	padding-right: 0 !important;
}
.products-list tr.last td {
	padding-bottom: 0 !important;
}
.products-list div {
	margin: 0.24em 0;
}

div.brand a {
	color: #000000;
}
span.appendix {
	color: #9B865D;
}
span.articul {
	white-space: nowrap;
}
div.available span {
	color: #676767 !important;
}
div.pba i.available {
	color: #A70000;
	font-style: normal;
}

/*product page*/
div.product-page {
	overflow:hidden;
	position:relative;
	width:100%;
}
div.product-page div.image-comments {
	position:relative;
	width:60%;
}
div.product-page div.info {
	position:relative;
	width:40%;
}
div.product-page div.brand-logo {
	margin: 0 0 1.2em;
}
div.product-page div.price-articul {
	margin:0 0 1.2em;
	overflow: hidden;
}
div.product-page div.available {
	margin: 0 0 1.2em;
}
div.product-page div.price-articul table td, 
div.product-page div.price-articul table th {
	padding: 0 1em 0.4em 0;
	text-align: left;
	vertical-align: top;
	line-height: 1.4;
}
div.product-page div.price-articul table th {
	font-weight: normal;
	color: #9B865D;
}
div.product-page div.info div.add-to-cart {
	margin: 1.2em 0;
}
div.product-page div.info div.add-to-cart td {
	padding-right: 0.6em;
}

div.product-page div.info div.description {
	margin: 1.2em 0;
	line-height: 1.6;
}



div.product-page .in-cart .message {
	color: #3D8400;
}


div.product-page div.big-link {
	color: #54665D;
	margin: 0.6em 0;
}

.js-enabled div.product-page div.big-link a {
	text-decoration: none;
	border-bottom: 1px dashed #00378A !important;
	color: #00378A;
}


div.related-products {
	margin-bottom: 28px;
}
div.related-products h3.label {
	font-size: 1.3em;
	font-style: italic;	
}
div.related-products div.products-list {
	width: 90%;
	margin: 0 auto;
}
div.related-products div.products-list td {
	width: 25%;
}



div.add-images {
	margin: 2em 0 0; 
}

div.add-images img {
	float: left;
	margin: 0 2em 2em 0; 
}


table.products-table {
	position: relative;
	left: -0.8em;
	font-size: 0.86em;
}
table.products-table th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-bottom: 1em !important;
	color: #9B865D;
	white-space: nowrap;
}
table.products-table th a {
	color: #9B865D !important;
}
table.products-table th span {
	font-size: 1.12em;
}
table.products-table td {
	border-top: 1px solid #ffffff;
	line-height: 1.4;
}
table.products-table td, 
table.products-table th {
	padding: 0.6em 0.8em;
}
table.products-table .number {
	text-align: right;
}
table.products-table td.number {
	/*padding-right: 1.6em;*/
}

table.products-table tr.in-cart td {
	background: #E4F2D8;
}
table.products-table tr.over td {
	background: #E6F0F4;
}
table.products-table tr.in-cart-over td {
	background: #CCE6B7;
}

table.products-table span img {
	margin-left: 4px;
}

table.products-table ins.discount-heart {
	width: 14px;
	height: 16px;
	display: inline-block;
	background: url('/i/discount-heart.png') 0 2px no-repeat;
}

table.products-table span.articul {
	white-space: nowrap;
}

table.products-table span.sort-letter-asc img {
	background: url('/i/sort/letter-asc.png') left bottom no-repeat;
}
table.products-table span.sort-letter-desc img {
	background: url('/i/sort/letter-desc.png') left bottom no-repeat;
}
table.products-table span.sort-number-asc img {
	background: url('/i/sort/number-asc.png') left bottom no-repeat;
}
table.products-table span.sort-number-desc img {
	background: url('/i/sort/number-desc.png') left bottom no-repeat;
}