html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {	
	font-family: Arial, sans-serif; 
	line-height: 1;
	background: #f1f1f1;
}
a{
	color: #000;
	text-decoration: none;
	//display: block;
}
a:hover{
	text-decoration: underline;
}

ul.sidebar-menu a.aselected {
	font-weight: bold;	
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.body{
	background: url(../images/body.png) no-repeat center 0;
	max-width: 2000px;
	margin: 0 auto;
	min-width: 1000px;
	font-family: "Flaticon", Arial,sans-serif;
}
@font-face {
	font-family: "Flaticon";
	src: url("Fonts/comic.eot");
	src: url("Fonts/comic.eot#iefix") format("embedded-opentype"),
	url("Fonts/comic.woff") format("woff"),
	url("Fonts/comic.ttf") format("truetype"),
	url("Fonts/comic.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
.header{
	height: 335px;
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.logo{
	display: block;
	width: 260px;
	height: 207px;
	position: absolute;
	top: 10px;
	left: 40px;
	background: url(../images/logo.png)no-repeat;
}
.right-top{
	position: absolute;
	right: 0;
	top: 90px;
}
.tel{
	color: #fff;
	text-align: right;
}
.tel-number{
	font-size: 40px;
}
.korzina{
	text-align: left;
	width: 150px;
	position: absolute;
	color: #fff;
	display: block;
	padding: 0 0 0 20px;
	line-height: 24px;
	top: 70px;
	//background: url(../img/korzina.png)no-repeat;
	text-decoration: none;
}

.korzina .fa {
	position:absolute;
	left: 0px;
	top: 2px;
	
}

.korzina span{
	border-bottom: 1px dashed #fff;
}
.login{
	cursor:pointer;
	position: absolute;
	display: inline-block;
	height: 30px;
	top: 65px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	right: 0;
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(214,214,214,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(214,214,214,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(214,214,214,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(214,214,214,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(214,214,214,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(214,214,214,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
}

.cl_login_form {
	display:none;	
}


.login:hover,
.login.cl-auth {
background: #e0e0e0; /* Old browsers */
background: -moz-linear-gradient(top,  #e0e0e0 0%, #a5a5a5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#a5a5a5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e0e0e0 0%,#a5a5a5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e0e0e0 0%,#a5a5a5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e0e0e0 0%,#a5a5a5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e0e0e0 0%,#a5a5a5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#a5a5a5',GradientType=0 ); /* IE6-9 */
	
}

.login:hover a,
.login.cl-auth  a {
	color: #fff;	
}


.login a{
	background: url(../img/Key_2.png) no-repeat 8px 7px;
	display: block;
	color: #7f7f7f;
	text-decoration: none;
	padding: 0 10px 0 30px;
	line-height: 30px;

}
.head_bottom{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: #fff;
}
/*Меню*/
.mainmenu{
	float: left;
	clear: both;
    position:relative;
	background-color: #fff;
	
    height:60px;
    padding:0;
    width:70%;
    z-index:10 /* для отображения подпунктов поверх остальных блоков */
}
.mainmenu ul,  .mainmenu ul ul {
	list-style:none;
    padding:0;
    margin:0;
}

.mainmenu ul {	
	display: table;
    height:60px;
    width: 100%;
    text-align:center;
    font-size:12px;    
}
.mainmenu ul li{
	float: none !important;
	    position:relative;
}
.mainmenu >ul >li {
    position:relative;
    float:left;
    padding:0;
    margin:0;
    display: table-cell;
    vertical-align: middle;
    padding:20px 0;
    
}
.mainmenu ul li:last-child {
	border:none;
}	
.mainmenu ul li a {
    display:block;
    color: #2e2e2e;
    text-decoration: none;
    border-right: 1px solid #d5d5d5;
    line-height: 20px;
}
.mainmenu ul li a:hover{
	text-decoration:underline;
}

.mainmenu ul li:hover > div > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.mainmenu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

.mainmenu ul li ul {
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-transform:none;
	opacity: 0;
	visibility: hidden;
    position:absolute;
    left:0;
    top:30px;
    font-size:12px;
	height:auto;
    width:150px    
}
.mainmenu ul li ul li {
	border:none;
	box-shadow: 0 1px 0 #666;
    position:relative;
	left:0;
    float:none;
    height:auto;
    margin:0;
    text-align:left !important;
}
.mainmenu ul li ul li a {
    padding:10px  0 10px 10px ;
    border:none
}

/*************************** Выпадающие пункты второго уровня */
.mainmenu ul li ul li ul {
	top: 0;
	left: 150px;
	_margin: 0; /*IE6 only*/
}

.icon-search {
	width: 43px; /* блок имеет ширину… */
	height: 43px; /* …и высоту изображения иконки */
 	background: url(../img/search.png) no-repeat 0px 0px;
 	border: none;
 	cursor: pointer;
	position: absolute;
	right: 2px;

}


.search:hover .icon-search,
.search input:focus[type="text"] + .icon-search{
 	background: url(../img/searchhov.png) no-repeat 0px 0px;
}

.search:hover input[type="text"],
.search input:focus[type="text"] {
	border: 2px solid #139ecd;
}


.search{
	width: 28%;
	display: inline-block;
	position: absolute;
	height: 45px;
	top: 7px;
	right: 6px;
}
.search input[type="text"]{
	margin: 0;
	width:95%;
	padding: 0 0 0 3% ;
	float:left;
	height: 41px;
	border: 2px solid #DEDEDE;
}
.site{
	width: 1000px;
	margin: 0 auto;
}
.site:after{
	clear: both;
	display: block;
	content: "";
}
.leftblock{
	width: 25%;
	
	margin: 10px 0 0 0;
	float: left;
}
.categories ul li{
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
}
.categories ul li.parent{
	position: relative;
}
.categories ul li.parent span{
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	color: #716768;
	display: block;
	line-height: 30px;
	padding: 0 10px;
}
.categories ul li.parent ul{
	display: none;
	margin:0 10px 0 20px;
	border-top: 1px solid #BCBFC1;
}
.categories ul li.parent ul li{
	border: none;
}
.categories ul li a{
	color: #716768;
	display: block;
	line-height: 30px;
	padding: 0 0 0 20px;
	text-decoration: none;
}
.categories ul li a:hover{
	text-decoration: underline;
}
.banners{
	margin:10px 0 0 0;
}
.banners img{
	max-width: 100%;
}
.right{
	float: right;
	width: 73%;
}
.aquatlon{
	float: right;
	margin-top: 100px;
	margin-bottom: 30px;
	width: 323px;
}
.aquatlon img{
	display: block;
	vertical-align: middle;
}
.aquatlon:after{
	clear: both;
	display: block;
	content: '';
}
.aquatlon .text{
	background: #f6f6f6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 20px;
	float: right;
	width: 260px;
}
.aquatlon .text:after{
	clear: both;
	display: block;
	content: '';
}
.aquatlon .text .big{
	color: #0c789b;
	font-size: 24px;
	font-weight: bold;
	float: left;
	line-height: 40px;
}
.aquatlon .text .small{
	width: 90px;
	display: inline-block;
	font-size: 18px;
	margin:0 10px 0 10px;
	font-weight: bold;
	float: right;
}
.top_product{
	background: #fff;
	padding: 0 1%;
	clear: both;
}
.top_product:after{
	clear: both;
	display: block;
	content: '';	
}
.top_product ul li{
	width: 31%;
	margin: 10px 1% 0 0;
	float: left;
}
.top_product .item_product .img{
	position: relative;
	display: block;
	width: 100%;
	height: 200px;
}
.top_product .item_product .img img{
	position: absolute;
	display: block;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.top_product .item_product .name{
	display: block;
	padding: 10px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	background: #3598db;
}

.top_product .item_product:hover .name {
	background:rgb(21, 153, 242);
}

.top_product .item_product .desc{
	display: block;
	padding: 10px;
	text-align: center;
	color: #777;
	text-decoration: none;
	font-size: 12px;
	height: 30px;
	overflow: hidden;
}
.theme_name{
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	line-height: 30px;
	font-weight: bold;
	background: rgba(255,255,255,0.6);
	margin: 20px 0;
}
.recomendation:after{
	content: '';
	display: block;
	clear: both;
}
.recomendation ul li{
	width: 32%;
	margin: 10px 1% 0 0;
	float: left;
	background: #fff;
}
.recomendation .item_product .img{
	position: relative;
	display: block;
	width: 100%;
	height: 200px;
}
.recomendation .item_product .img img{
	position: absolute;
	display: block;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.recomendation .item_product .descblock{
	padding: 20px;
	background: #c4c4c4;
}
.recomendation .item_product .desc{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	height: 30px;
	overflow: hidden;
}
.recomendation .item_product .price{
	color: #3a97dc;
	font-size: 20px;
	line-height: 30px;
}
.recomendation .item_product .add_tovar{
	display: block;
	background: #3699dc;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	margin:0 0 10px 0;
	position:relative;
}

.recomendation .item_product .add_tovar:hover {
	background:rgb(21, 153, 242);
}

.recomendation .item_product .add_tovar .fa {
	position: absolute;
	left: 10px;
	top: 10px;	
}



.recomendation .item_product .add_tovar span{
	padding: 10px 5px 10px 30px;
	display: block;
	//background: url(../img/korzina.png) no-repeat 7px 9px;
}
.recomendation .item_product a{
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 20px;
	font-size: 12px;
}
.recomendation .item_product .raiting{
	margin: 10px;
}
.recomendation .item_product .raiting img{
	display: block;
	vertical-align: middle;
}

/***********SINGLE PAGE*************/
.seotext{
	margin: 10px 0;
	padding: 0 10px;
	clear: both;
}
.seotext .text{
	margin: 10px 0;
	line-height: 1.2;
}
.white-box {
	background:#fff;
	margin-top: 10px;
	padding: 10px 20px 20px;	
	min-height: 500px;
}


.cl_pager li a:hover {
	text-decoration: underline;
}

.cl_breadcrumb:after {
	content:'';
	display: block;
	clear: both;
}

.cl_breadcrumb li {
	float: left;
	padding-right: 6px;
	margin: 10px 0;
	color: #0390B2;
}

.cl_breadcrumb li a {
	color: #0390B2;
	text-decoration: none;
	font-size: .9em;
}

.cl_breadcrumb li a:hover {
	text-decoration: underline;
}


.cl-content-block:after {
	content:'';
	display: block;
	clear: both;
}


.cl_page_img_full {
	float: left;
	margin: 0 10px 10px 0;
}

.default-format {
	line-height: 1.3;
}

.default-format strong,
.default-format b {
	font-weight: bold;
}

.default-format ul { 
   list-style-type: disc; 
   list-style-position: inside; 
   margin: 10px 0 10px 15px;
}
.default-format ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
.default-format ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
	  margin-left: 15px;
}
.default-format ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

.default-format ul li {
	line-height: 1.5;
	margin-left: 10px;
}
.default-format table {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000;
}
.default-format table tr{
  border: 1px solid #000;

  }
.default-format table tr td{
  border-right: 1px solid #000;
  
}
/****************************/

/*****************************************************SINGLE PRODUCT***begin**********************************************/
/*standart style begin*/
 /*lvl 1*/
.p-single:after {
	content:'';
	display: block;
	clear: both;
}

.p-img-holder{
	width: 40%;
	float: left;
}

.p-main-img img{
	width: 95%;
	margin-bottom: 10px;
}

.p-imgs:after {
	content:'';
	display: block;
	clear: both;
}

.p-imgs li {
	float: left;
	width: 30%;
	margin-right: 3%;
	margin-bottom: 10px;
}	

.p-imgs li  img{
	width: 100%;
}
 
 /*lvl 2*/
 
.p-name {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.p-stock-info {
	position: relative;
}

.p-stat {
	position: absolute;
	right: 0;
	top:0;
	font-size: .8em;
}

.p-sell {
	font-size: .9em;
	margin: 15px 0;
} 

.p-price-old {
	text-decoration: line-through;
	font-size: .8em;
	padding: 0 10px;
}

.p-buy {
	display: inline-block;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
text-align: center;
color: rgb(255, 255, 255);
text-decoration: none;
font-size: 15px;
background: rgb(53, 152, 219);
}

.p-buy:hover {
	background:rgb(21, 153, 242);	
}
.p-desc-h {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 10px;
} 
/*standart style end*/

.p-name {
	color: #0390b2;
}

.p-single {
	padding-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
}

.p-desc-h {
	color: #0390b2;
}

.p-price span{
	font-size: 1.3em;
	color: #0390b2;
	padding-left: 4px;
}

.cl_comments_form {
	display: none;
}

.button {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
	background: #0390b2;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
border: none;
outline: none;
}

.button:hover {
	background: #0CABD2;
} 


.cl_addformtext {
	padding: 20px;
}

/*****************************************************SINGLE END***begin**********************************************/


/*****************************************************BASKET****begin******************************************/


/* standart basket styles*/

.cl_basket_com_table td,
.cl_basket_com_table th {
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}

.cl_basket_com_table th {
	font-weight: bold;
	font-size: 1.1em;
}

.cl_basket_com_img {
	max-height: 100px;
}
.basket_com_count {
	width: 30px;
	text-align: center;
}

.cl_basket_com_table tr td:nth-child(2) {
	text-align: left;
	color: #555;
}

.cl_basket_com_table tr td:nth-child(3),
.cl_basket_com_table tr td:nth-child(5) {
	white-space: nowrap;
	font-size: 1.1em;
	
}

.basket_com_delete {
	cursor: pointer;
}

.cl_basket_com_table2 td,
.cl_basket_com_table3 td,
.cl_basket_com_table2 th,
.cl_basket_com_table3 th{
	padding: 2px 10px;
}

.cl_basket_com_table2 b {
	font-weight: bold;
}

.cl_basket_com_table3 textarea {
	height: 75px;
	width: 200px;
}

/* end standart styles*/




.cl_basket_full_content {
	background: #fff;
	font-size: .9em;
}

.cl_basket_com_table3 {
	font-size: .9em;
}

.cl_basket_com_table3 textarea,
.cl_basket_com_table3 input  {
	width:140px;
}



.main-basket-table {
	width: 100%;
	margin-bottom: 10px;
}

.basket_com_delete {
	width:19px;
}

.b-f {
	font-weight: bold;
	color: #4285af;
	border: 1px solid #4285af;
	border-radius: 3px;
	background: #fff;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	margin: 10px;
}
a.b-f.reverse {
	color: #999;
	border: 1px solid #999;
}


/*****************************************************BASKET****end******************************************/

/*--------------KORZINA---------------------*/
.basket_form{
	width: 100%;
}

.basket_form span{
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	border-bottom: 1px solid #000;
	display: block;
}
.basket_form .cl_necessary, .basket_form .city_novaposhta,
.cl_basket_field{
	height: 30px;
	width: 46%;
	padding: 0 0 0 1%;
	margin: 10px 1% 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.basket_form .delivery-type{
	width: 48%;
	margin: 10px 1% 0 0;
	float: left;
	text-align: left;
	font-weight: bold;

}
.basket_form .delivery-type select{
	width: 100%;
	margin: 5px 0 0 0;
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.basket_form .textarea{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	width: 95%;
	min-height: 120px;
	margin: 10px 0 0 0; 
}
.ready{
	background: #139ecd; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 47%;
	margin: 10px 0 0 0;
	text-decoration: none;
	clear: both;
}

.cl-cl:after {
	content:'';
	display: block;
	clear: both;
}
.basket_items{
	width: 100%;
}
.basket_items span{
	font-weight: bold;
}
.basket_items .sum{
	font-size: 20px;
	font-weight: bold;
	color: #139ecd;
}
.basket_items i{
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	border-bottom: 1px solid #000;
	display: block;
}
.basket-page .p-buy{
	border-top: 1px solid #fbb208;
	border-left: 1px solid #fbb208;
	border-right: 1px solid #ec6e00;
	border-bottom: 1px solid #ec6e00;
background: rgb(251,177,8); /* Old browsers */
background: -moz-linear-gradient(top, rgba(251,177,8,1) 0%, rgba(248,159,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,177,8,1)), color-stop(100%,rgba(248,159,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(251,177,8,1) 0%,rgba(248,159,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(251,177,8,1) 0%,rgba(248,159,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(251,177,8,1) 0%,rgba(248,159,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(251,177,8,1) 0%,rgba(248,159,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb108', endColorstr='#f89f04',GradientType=0 ); /* IE6-9 */
display: inline-block;
text-decoration: none;
color: #fff;
height: 30px;
line-height: 30px;
padding: 0 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin: 10px 0
}
/*--------------KORZINA-END-----------------*/



/*--------basket-panel----------------*/




#login-form #send2 {
	border:none;	
	display: inline-block;
	color: #fff;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	background: #333;
	cursor: pointer;
	margin: 5px 0 10px;
}

.zvzv2 {
	position: relative;
	top:5px;
}	

body #login-form .zvzv1 {
	display: block;
	text-align: center;
	float: none;
	clear: both;
	border: none;	
	margin-top: 10px;
}

.cl_login_form
{
	text-align: left;
	display:none;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	background:#fff;
	padding:10px 14px 10px 10px;
	position:absolute;
	right: 1px;
	top: 105px;
	width:200px;
	float:right;
	margin-bottom:-100%;
	z-index:10000;
	
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75);
}


.log-border {
	position: absolute;
	top: -18px;
	right: 44px;
	background: url(../img/log-border.png) 0 0 no-repeat;
	width: 18px;
	height: 8px;
}



#login-form input[type=text], 
#login-form input[type=password] {
	width: 88%;
	outline: 0;
	border: 2px solid #dbdbdb;
	height: 27px;
	margin: 6px 0;
	padding-left: 12%;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

body #login-form input:focus {
	border: 2px solid #00a9ae;
}

body #login-form input:-webkit-autofill{
    background-color: #fff !important;
	-webkit-box-shadow: inset 0 0 0 50px #fff !important; 
	background: url(../img/icon-user.png) 3px center no-repeat !important;
}


.header #login-form #send2 {
	display: inline-block;
	height: 30px;
	color: #fff;
	border: none;
	outline: none;
	line-height: 30px;
	text-alingn: center;
	padding: 0 20px;
	cursor: pointer;
	background: #3598db;

}

#login-form #send2:hover {
	background: #00a9ae;
}

#login-form .f-left {
	margin-left: 10px;
	height: 20px;
	border-bottom: 1px dashed #cccccc;
}

#login-form .f-left:hover {
	text-decoration: none;
	border-color: #333;
}

.rel-wrapper {
	position: relative;
}

.rel-wrapper .icon-user, 
.rel-wrapper .icon-key {
	position:absolute;
	left: 4%;
	top: 50%;
	margin-top: -9px;
	width: 16px;
	height: 18px;
}

.icon-user {
	background: url(../img/icon-user.png) center center no-repeat;
}

.icon-key {
	background: url(../img/icon-key.png) center center no-repeat;
}







#login-form {
	position:relative;
}
.cl_login_form input
{
	margin:4px;
}
.f-left
{
	float:left;
	font-size:12px;color:#000;
}


/*ACCOUNT******************************/


.account {
	position: absolute;
	right: 1px;
	top: 75px;
	color: #fff;	
}

.account a {
	color: #fff;
}


/*Regisrtation*/
.reg input, .reg select, #form_user_cod{
	padding: 0 0 0 5px;
	margin-bottom: 10px;
	height: 30px;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
 .reg select{
 	width: 205px;
 }
 .reg button{
 	padding: 0 0 0 5px;
	margin-bottom: 10px;
	height: 30px;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
 }
 
 
 
 
/*ORDER HISTORY*/
container table{
	width: 65%;
}
.container table tr{
	height: 30px
}
.personalname{
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0;
}
.comment{
	font-size: 10px;
	color: #8A8A8A;
	margin: 0 0 30px 0
}
.cl_save_field{
	width: 60%;
}
.widhttd:{
	width: 200px;
	height: 50px;
}
.item >table{
	width: 100%;
}
.item{
	position:  relative;
	width: 100%;
	display: block;
	margin: 10px auto;

	border: 1px solid #dddddd;
}

.sprite .fa {
	padding-left:5px;
	font-size: .8em;
}
.td-position{
	margin: 0 0 0 20px ;
	width: 50%;
}
.td-position1{
	width: 25%;
	font-size: 15px;
	font-weight: bold;
	color: #A1A1A1;
	text-align: center;
}
.td-position2{
	text-align: center;
	line-height: 15px;
	width: 25%;
}


.tovar_table td {
	vertical-align:middle;
}

.hidden
{
	display:none;
}
#id_cancel{
	display: inline-block;
	width: 20px;
	position: absolute;
	right: 1%;
	top: 30px;
	cursor: pointer;
}
.orders .item-4 .right-side h3.order-title,
.orders .item-4 .left-side .linkname a, 
.orders .item-4 .left-side .code,
.orders .item-4 .left-side .count, 
.orders .item-4 .left-side .fullprice, 
.orders .item-4 .left-side .price_history {color:#aeaeae}

.xhr {
	margin-left: 20px;
	border-bottom: 1px dashed #000;
	text-decoration: none !important;
	color: #000;
}
.hidden table{
	margin: 10px -30px 10px 10px;
	display: block;
	width: 50%;
}
.img_position{
	margin: 15px 0 15px 3%;
	height: 100px;
	position: relative;
}
.img_position img{
	position: absolute;
	right: 0;
	left: 0;
	top:0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.tovarkategory ,.figure{
	margin: 10px 0 10px 2%;
	color: #444444;
	width: 98%;
	font-size: 15px;
	border-bottom:1px solid #E4E8EA;
}
.tovarkategory tr ,.figure tr{
	height: 25px;
}
.right-side{
	width: 15%;
}
.linkname{
	display: inline-block;
	margin: 20px 2% 0 20%;
	font-size: 15px;
}
.price_history{
	display: block;
	margin: 0 2% 0 20%;
	font-size: 30px;
	color: #3a97dc;
}
.price_history span{
	font-size: 20px;
}
.fullprice{
	font-size: 19px;
	color: #3a97dc;
	display: inline-block;
	margin: 20px 0 0 0;
}
.count{
	font-size: 19px;
	color: #000;
	display: inline-block;
	margin: 20px 0 0 0;
}
.tovar_table{
	width:100%;
}
.summary-order-i{
	text-align: center;
	margin: 10px 0 10px 20px;
	border-top: 1px dashed #A1A1A1;
}
.summary-text{
	display: inline-block;
	color: #665;
}
.summary-value{
	display: inline-block;
}
.note{
	color: #2D6A82;
	font-weight: bold;
	font-size: 15px;
	margin: 5px 0;
}
.right-side-contaner{
	margin: 10px 0 0 5%;
}
.order-title{
	font-weight: bold;
	font-size: 15px;
	color: #3a97dc;
}



.code{
	color:#3D3D3D;
}
.linkname a{
	color: #868A83;
}


.cl_login_form a,.f-left
{
		font-size:12px;
		float:left;
		padding: 0 5px;
		line-height: 30px;
		display: inline-block;
		height: 30px;
}
.cl_login_form a img
{
	margin:0px;
	margin-right: 5px;
}

.cl_smena_parolya_button,
.to-basket,
#id_butaddcomments{
	display: inline-block;
	margin-top: 10px;
	color: #fff;
background-color: rgb(4, 133, 219);
padding: 5px 20px;
font-size: 12px;
font-family: 'Oswald';
font-weight: normal;
text-transform: uppercase;
border: 0px;
line-height: normal;
cursor: pointer;
}

.cl_login_form .button.f-left:hover,
.cl_smena_parolya_button:hover,
.to-basket:hover,
#id_butaddcomments:hover{
background-color: #3598db;
}


.cl_smena_parolya_button {
	margin-left: 10px;
}


.cl_answer {
display: inline-block;
	margin-top: 10px;
	color: #fff;
background-color: #9B9791;
padding: 5px 20px;
font-size: 12px;
font-family: 'Oswald';
font-weight: normal;
text-transform: uppercase;
border: 0px;
line-height: normal;
cursor: pointer;
}

.cl_answer:hover {
	background-color: #4f4f4f;
}


.aselected {
	font-weight: bold;
}

.compl-products {
	margin: 10px 0;
}

.compl-products:after {
	content:'';
	display: block;
	clear: both;
}

.compl-products li {
	float: left;
	width: 24%;
	text-align: center;
	margin-right: 1%;
	margin-bottom: 10px;
}

.compl-products img {
	width: 90%;
}



body .account a {
	display: inline;
}

/* ORDER HISTORY  END*/



/*****TABS********/


.tabs-box {
	display: none;	
}
.tabs-box.visible {
	display: block;	
}

.section ul.tabs {
	height: 28px;
	line-height: 25px;
	list-style: none;

	background: #FFF;
}
.section .tabs li {
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	padding: 0 13px 1px;
	color: #777;
	cursor: pointer;
	border: 1px solid #E4E4E4;
	border-bottom: 1px solid #F9F9F9;
	position: relative;

}

.section .tabs li.current {
	color: #444;
	background: rgb(220, 247, 253);
	padding: 0 13px 2px;
	border: 1px solid #D4D4D4;
	border-bottom: 1px solid #EFEFEF;
	font-weight:bold;
}


/****Tabs end*****/
.cl-content-photo {
	margin: 10px 0 0 0;
}
.cl-content-photo:after{
	display: block;
	clear: both;
	content: '';
}
.cl-content-photo .gallery_id .cl_article_div{
	width: 24%;
	float: left;
	margin: 10px 0 0 1%;
}
.cl-content-photo .cl_article_div img{
	max-width: 100%;
}