.shop_products_separator {
	margin-top: 10px;
    background-color: #47A2B5;
    color: #ffffff;
}
.iso1{
	background: url(/_images/icons/iso.png) no-repeat center right;
}
.status_P{
content: "\e006";
color:#ec971f
}
.promo_old {
	color: #cc0000;
	text-decoration: line-through;
}
.promo_new {
	font-weight: bold;
}
form.shoporder a {
	color: #000;
}
.shop_promo_old_price {
	color: #cc0000;
	text-decoration: line-through;
}
.shop_qnty_not_available {
	color: #cc0000;
	text-decoration: line-underline;
}
img.shop_addtocart {
	width: 20px;
	height: 16px;
	border: 0px;
}
div.shop_addtocart {
}
table.shop_products {
	width:100%;
}

table.shop_products tr td {
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
}

table.shop_products tr td a {
	color: #cc0000;
}

.closser {
	background: url(/_site/images/ArrowUpDown_32x16.png) no-repeat top right;
	width: 16px;
	height: 16px;
	float: right;
}

#basket {
  max-width: 200px;
  margin: auto;
  border-radius: 4px 4px 4px 4px;
  padding: 0px 2px 0px 2px;
  background: #555555;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#555555), to(#2a2a2a));
  background: -webkit-linear-gradient(#555555, #2a2a2a);
  background: -moz-linear-gradient(#555555, #2a2a2a);
  background: -ms-linear-gradient(#555555, #2a2a2a);
  background: -o-linear-gradient(#555555, #2a2a2a);
  background: linear-gradient(#555555, #2a2a2a);
 }
#basket.active{ 
	background-color: #5da423; 
	border: 1px solid #5da423;
}
#basket a, #basket {
	color: #fff;
	text-decoration: none;
}
#basket_title{
	cursor: pointer;
	padding: 5px 1px 5px 5px;
	text-align: center;
	width:100%;
}
#basket_total{
	padding:5px;
}

.cart_btn {
    background-color:#64C3C8;
    background: linear-gradient(#64C3C8, #43a6b5);
    border: 1px solid #2B818F;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
	color: #fff;
}
a.cart_btn, a.cart_btn:hover {
	color: #fff;
}

#basket img {
	border: 0;
}
.basket_d {
	cursor: pointer;
	width: 15px;
	height: 15px;
	max-width: 100%;
}

#basket_content {
	width:100%;
}
.basket-row {
	border-bottom: 1px dotted white;
	color: #BBBBBB;
	font-size: 80%;
}
.basket-row  td{
	padding-top: 5px;
	padding-bottom: 5px;
}
#basket_items {
	padding: 0px;
	margin: 0;
	width:100%;
	max-height: 150px;
	overflow: auto;
	text-align: center;
	font-weight: normal;
}
#basket_items table {
	width: 100%;
}
.basket_right{
	text-align: right;
}

a.row_more {
	background: url("/_site/images/arrow_sort_down.png") right center  no-repeat;padding-right:15px;
}

a.row_less {
	background: url("/_site/images/arrow_sort_up.png") right center  no-repeat;padding-right:15px; text-transform:uppercase;
}

div.row_custom {
	cursor: pointer;
}

.order_row {
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
	img.list-product{
	}
}
@media only screen and (max-width: 320px) {
	img.list-product{
		max-height: 240px;
	}
}
@media only screen and (min-width: 767px) {
	img.list-product{
		width:100%;height:auto;max-height:309px;overflow:hidden;
	}
}

.new, .sale {
position: absolute;
top: 0;
right: 0;
}