html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,q,pre,a,address,big,cite,code,em,img,small,strike,strong,sub,sup,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	background:		transparent none repeat scroll left top;
	border:			0;
	margin:			0;
	outline:		0;
	padding:		0;
	text-decoration:none;
	vertical-align:	baseline;
}

body {
	background:	#fff;
	color:		#000;
	font: 		13px "Roboto",Arial,sans-serif;
	height:		100%;
	line-height: 1.4em;
}

p{
	margin: 5px 0;
	padding: 3px 0;
}

#main {
	position: relative;
}

.body_div {
	width: 800px;
	margin: 0 auto;
}

.head_table, .product_table{
	border-bottom: 1px dotted #000;
	width: 100%;
}

.head_table td, .product_table td{
	vertical-align: top;
}

.label{
	color: #666;
	font-style: italic;
	font-size: 12px;
}

h1{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 15px;	
}
h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0;
	color: #666;
	margin: 10px 0;	
}

h2 {
	font-size: 16px;
	color: #ff6600;
}

h3 {
	font-size: 14px;
}

h4, h5, h6 {
	font-size: 12px;
}
.head_table{
	border-bottom: 1px dotted #000;
	width: 100%;
}

.title{
	font-size: 15px;
	color: #666;
	font-weight: bold;
	margin: 10px 0 ;
}

.price div{
	font-size: 20px;
	color: #1D4E9B;
	margin: 10px 0 ;
}

.price div.green{
	font-size: 20px;
	color: green;
	margin: 10px 0 ;
}

.body_div ul {
margin: 0px;
padding-left: 15px;
}

.body_div ul li {
padding: 3px 0px 3px 0px;
list-style: url(/templates/images/li.gif);
}

table.myorders th{
	font-size: 	11px;
	color: 		#666;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #f0f0f0;
	padding: 7px;
}

table.myorders td{
	padding: 	5px;
	text-align: center;
}

table.myorders td.price{
	width: 100px;
	padding: 7px;
	text-align: right;
}

table.myorders td.name{
	text-align: left;
}

a{
	cursor: pointer;
	color: #002589;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
	font-size: 12px;
}

a.buylink{
	font-size: 18px;
	font-weight: bold;
}

.saleprice {
	color: #d9451a;
	font-size: 18px;
	margin: 0;
}

.mainprice{
	font-size: 18px;
	margin: 5px 0 0 0;
}

.mainprice.through{
	font-size: 12px;
	text-decoration: line-through;
}

.mainprice.throughMore{
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}

.exist{
	margin: 5px 0 15px;
}

.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.product_container{
	width:100%;
	clear:both;
	margin: 0;	
}

.product_image{	
	float: left;	
	text-align: center;
	height: 400px;
	width: 48%;
	/*border: 1px solid #e1e1e1;*/
	overflow: hidden;
}

.product_buy{
	background-color: #fdf3eb;
	width: 46%;
	height: auto;
	padding: 20px 2% 8px;
	border-radius: 5px;
	margin-left: 2%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: right;
}

.product_buy .row {
	margin-bottom: 15px;
	overflow: hidden;
	clear:both;
}
.product_buy .lft_col { float: left; width: 62%; }
.product_buy .rght_col { float: right; width: 35%;}

@media all and (max-width:1264px){
	.product_buy .lft_col { float: none; width: 100%; }
	.product_buy .rght_col { float: none; width: 100%;}
}

/*.product_buy .lft_col.scnd_col {min-height: 140px; border-right: 1px solid #f5e5c4; }*/

.product_buy .label { line-height: 16px; }
.product_buy .mainprice { margin: 0; }
.product_buy .shop_exist { margin: 20px 0 0;}

.product_row {
	margin: 0 0 20px;
	overflow: hidden;
	clear:both;
}

.product_row h2 {
	color: #111;
	font-size: 18px;
	font-weight: normal;
}

.discount {
	line-height: 12px;
}

.exist{
	margin: 5px 0;
	background-image: url(../images/exist_is.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
	line-height: 16px;
	color: #666;
	text-align: left;
	font-size: 12px;
	min-height: 15px;
}

.exist.no{
	background-image: url(../images/exist_is_no.png);
}

.exist.uk{
	background-image: url(../images/exist_uk.png);
	line-height: 14px;
}
.exist.price{
	background-image: none;
	line-height: 12px;
	font-size: 11px;
	padding: 0 0 10px 0;
	color: #f60;
}

/**** PRODUCTS ****/

.products {
  margin: 0 -20px 0 0;
  zoom: 1;
}

.products:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}

.product-item {
	margin: 0 20px 20px 0;
	width: 220px;
	display: inline-block;
	display: inline !ie;
	zoom: 1 !ie;
	vertical-align: top;
}

.products .product-item, .products .product-item-hr {
	margin: 0 20px 20px 0;
	float: left;
}

.product-item .item-in {
  position: relative;
  border: 1px solid #e1e1e1;
 // height: 322px;
  -webkit-transition: border-color .2s ease 0s;
  -moz-transition: border-color .2s ease 0s;
  transition: border-color .2s ease 0s;
}

.products .product-table-item {
  position: relative;
  margin-right: 20px;
}

.product-table-item {
  background: #fff;
  //height: 108px;
  margin: 0 0 20px;
  border: 1px solid #eaeaea;
  -webkit-transition: border-color .2s ease 0s;
  -moz-transition: border-color .2s ease 0s;
  transition: border-color .2s ease 0s;
}

.product_row .product-table-item {
	/*margin: 0 0 0px;border: none;border-top: 1px solid #eaeaea;*/
	margin: 0 20px 10px 0;
}

.product-item:hover .item-in,.product-table-item:hover {
  border-color: #888;
}

.product-item .item-image-block {
  padding: 18px 19px;
  text-align: center;
  position: relative;
}

.product-item .item-image-block .item-image {
  display: inline-block;
  display: inline !ie;
  zoom: 1 !ie;
  text-decoration: none!important;
  text-decoration: none;
  height: 150px;
  width: 200px;
  position: relative;
  overflow: hidden;
   z-index: 100;
}

.product-item .item-content {
  padding: 0 19px;
  position: relative;
  height: 172px;
}

.product-item .item-label, .product-table-item .item-label  {
	font-size: 12px;
	color:#666;
	display: block;
	line-height: 16px;
}

.product-item .label {
	line-height: 12px;
}  

.product-item .item-title {
  position: relative;
  height: 50px;
  overflow: hidden;
  margin: 0 0 4px 0;
}

.product-item .item-title a, .product-table-item .item-title a {
    line-height: 16px;
    font-size: 14px;
}

.product-item .item-title .blur {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 18px;
	z-index: 1;
	background: url(../images/blur_product.png) right top repeat-y;
}

.product-item .item-price {
	margin: 0 0 6px 0;
}

.product-table-item table {
	border: none;
	margin: 0;
	background: 0 0;
	table-layout: fixed;
	height: 120px;
	width: 100%;
}

.product-table-item table td {
	background: 0 0;
	padding: 0;
	vertical-align: middle;
	padding: 10px;
}

.product-table-item .col-image {
	width: 100px;
}

.product-table-item .item-image-block {
  position: relative;
  text-align: center;
}

.product-table-item .item-image-block .item-image {
	display: inline-block;
	display: inline !ie;
	zoom: 1 !ie;
	text-decoration: none!important;
	text-decoration: none;
	height: 100px;
	width: 100px;
	position: relative;
	overflow: hidden;
}

.product-table-item .item-title {
  margin: 0;
}

.product-table-item .col-price {
  width: 230px;
}

.product-table-item .col-price .mainprice {
	margin: 0;
}

.products.main .product-item { width: 172px; }
.products.main .product-item .item-content { height: 60px; }
.products.main .product-item .item-image-block .item-image { height: 120px;	width: 120px; overflow: hidden; }

.products.brands .product-item { width: 130px; }
.products.brands .product-item .item-content { height: 40px; }
.products.brands .product-item .item-title { text-align: center; }
.products.brands .product-item .item-image-block .item-image { height: 90px; width: 90px; overflow: hidden; }

.products.mains .product-item { width: 172px; }
.products.mains .product-item .item-image-block .item-image { height: 130px; width: 130px; overflow: hidden; }
.products.mains .product-item .item-content { height: 115px; }
.shop_exist { margin: 10px 0 0;}
.shop_exist_title {
	color: #666;
	font-size: 12px;
	line-height: 16px;
}

.shop_exist_item {
	color: #333; 
	border-bottom: 1px dotted #888;
	margin-right: 10px;
	white-space: nowrap;
	line-height: 16px;
	font-size: 12px;
}

/**** PRODUCTS ****/

.products {
  margin: 0 -20px 0 0;
  zoom: 1;
}

.products:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}

.product-item {
	margin: 0 20px 20px 0;
	width: 220px;
	display: inline-block;
	display: inline !ie;
	zoom: 1 !ie;
	vertical-align: top;
}

.products .product-item, .products .product-item-hr {
	margin: 0 20px 20px 0;
	float: left;
}

.product-item .item-in {
  position: relative;
  border: 1px solid #e1e1e1;
 // height: 322px;
  -webkit-transition: border-color .2s ease 0s;
  -moz-transition: border-color .2s ease 0s;
  transition: border-color .2s ease 0s;
}

.products .product-table-item {
  position: relative;
  margin-right: 20px;
}

.product-table-item {
  background: #fff;
  //height: 108px;
  margin: 0 0 20px;
  border: 1px solid #eaeaea;
  -webkit-transition: border-color .2s ease 0s;
  -moz-transition: border-color .2s ease 0s;
  transition: border-color .2s ease 0s;
}

.product_row .product-table-item {
	/*margin: 0 0 0px;border: none;border-top: 1px solid #eaeaea;*/
	margin: 0 20px 10px 0;
}

.product-item:hover .item-in,.product-table-item:hover {
  border-color: #888;
}

.product-item .item-image-block {
  padding: 18px 19px;
  text-align: center;
  position: relative;
}

.product-item .item-image-block .item-image {
  display: inline-block;
  display: inline !ie;
  zoom: 1 !ie;
  text-decoration: none!important;
  text-decoration: none;
  height: 150px;
  width: 200px;
  position: relative;
  overflow: hidden;
   z-index: 100;
}

.product-item .item-content {
  padding: 0 19px;
  position: relative;
  height: 172px;
}

.product-item .item-label, .product-table-item .item-label  {
	font-size: 12px;
	color:#666;
	display: block;
	line-height: 16px;
}

.product-item .label {
	line-height: 12px;
}  

.product-item .item-title {
  position: relative;
  height: 50px;
  overflow: hidden;
  margin: 0 0 4px 0;
}

.product-item .item-title a, .product-table-item .item-title a {
    line-height: 16px;
    font-size: 14px;
}

.product-item .item-title .blur {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 18px;
	z-index: 1;
	background: url(../images/blur_product.png) right top repeat-y;
}

.product-item .item-price {
	margin: 0 0 6px 0;
}

.product-table-item table {
	border: none;
	margin: 0;
	background: 0 0;
	table-layout: fixed;
	height: 120px;
	width: 100%;
}

.product-table-item table td {
	background: 0 0;
	padding: 0;
	vertical-align: middle;
	padding: 10px;
}

.product-table-item .col-image {
	width: 100px;
}

.product-table-item .item-image-block {
  position: relative;
  text-align: center;
}

.product-table-item .item-image-block .item-image {
	display: inline-block;
	display: inline !ie;
	zoom: 1 !ie;
	text-decoration: none!important;
	text-decoration: none;
	height: 100px;
	width: 100px;
	position: relative;
	overflow: hidden;
}

.product-table-item .item-title {
  margin: 0;
}

.product-table-item .col-price {
  width: 230px;
}

.product-table-item .col-price .mainprice {
	margin: 0;
}

.tovar_exclusive{	
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 12px;
	background-color: #fff;
	font-size: 11px;
	position: relative;
	box-shadow: 1px 1px 5px #e1e1e1;
	margin-right: 5px;
	max-width: 140px;
}

.tovar_exclusive:before {
    content: "";
    position: absolute;
    background: #fff url(/templates/images/tovar_exclusive.png) no-repeat center center;
    background-size: 19px auto;
    border-radius: 50%;
    box-shadow: 1px 1px 5px #e1e1e1;
    width: 38px;
    height: 38px;
    top: -12px;
    right:  8px;
}

.tovar_exclusive:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    /* box-shadow: 2px 2px 4px #ccc; */
    top: -19px;
    left: 17px;
    z-index: 99;
}

.clear {
	clear: both;
}
.products.main .product-item { width: 172px; }
.products.main .product-item .item-content { height: 60px; }
.products.main .product-item .item-image-block .item-image { height: 120px;	width: 120px; overflow: hidden; }

.products.brands .product-item { width: 130px; }
.products.brands .product-item .item-content { height: 40px; }
.products.brands .product-item .item-title { text-align: center; }
.products.brands .product-item .item-image-block .item-image { height: 90px; width: 90px; overflow: hidden; }

.products.mains .product-item { width: 172px; }
.products.mains .product-item .item-image-block .item-image { height: 130px; width: 130px; overflow: hidden; }
.products.mains .product-item .item-content { height: 115px; }