@charset "utf-8";
/* CSS Document */

*{margin: 0; padding: 0;}

body{
	background: #fff url(../../images/bestsad/body.jpg) 50% 0 no-repeat;
	font: 12px/14px Arial, sans-serif;
	color: #989898;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;

}
html{height: 100%;}

/* Typography
-------------------------------------*/
a{color: #4b9f3d; text-decoration: underline;}
a:hover{text-decoration: none;}
h1{font: bold 22px/1.1em Arial, sans-serif; color: #191919;}
h2 {
    color: #181818;
    font: bold 18px/1.1em 'Myriad Pro',Arial,sans-serif;
}
h3,h4{font: 16px/1.1em Arial, sans-serif; color: #191919;}

/* Style Form
-------------------------------------*/
input[type="text"], textarea{
	width: 205px;
	height: 30px;
	padding: 0 10px;
	color: #444;
	position: relative;
	border: 1px solid #c8c8c8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 4px #efefef;
	-moz-box-shadow: 0px 0px 4px #efefef;
	box-shadow: 0px 0px 4px #efefef;
}
textarea{
	height: 113px;
	width: 211px;
	padding: 5px 7px;
	resize: none;
}
label{cursor: default;}

.block_aux p {
    margin: 10px 0;
}

/* Search Form
-------------------------------------*/
.search{
	position: relative;
	padding: 0;
}
.search input[type="text"]{
	width: 364px;
	color: #535353;
	height: 33px;
	border: 1px solid #aecbd6;
	border-top: 1px solid #cde7f2;
	padding: 0 20px 0 10px;
	font: 14px Arial, sans-serif;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.search input[type="submit"]{
	position: absolute;
	right: 11px; top: 10px;
	width: 17px;
	height: 17px;
	border: none;
	background: url(../../images/bestsad/sprite.png) -56px -3px no-repeat;
}
/* .drop-d-search{
	position: absolute;
	top: 33px;
	left: 0;
	background: #fff;
	z-index: 104;
	width: 394px;
	border: 1px solid #b7bebf;
	-webkit-box-shadow: 0px 2px 4px 0px #b2b2b2;
	-moz-box-shadow: 0px 2px 4px 0px #b2b2b2;
	box-shadow: 0px 2px 4px 0px #b2b2b2;
	padding-bottom: 17px;
}
.drop-d-search ul{padding: 10px 18px;}
.drop-d-search ul li{padding: 5px 0;}
.drop-d-search ul li a{color: #535353;}
.drop-d-search ul li a:hover{color: #4a9e3d; text-decoration: underline;}
.summ-dd-search{padding: 0 0 0 18px; color: #535353;}
.summ-dd-search span{font-size: 14px; font-weight: bold;}
 */

.autocomplete-w1 { background:url(images/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; _background:none; _margin:1px 0 0 0; }
.autocomplete {
	border: 1px solid #b7bebf;
	-webkit-box-shadow: 0px 2px 4px 0px #b2b2b2;
	-moz-box-shadow: 0px 2px 4px 0px #b2b2b2;
	box-shadow: 0px 2px 4px 0px #b2b2b2;


background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin: -3px 6px 6px -6px; _height:350px; _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:6px 8px; white-space:nowrap; overflow:hidden; }
.autocomplete strong { font-weight:normal; color:#3399FF; }



::-webkit-input-placeholder{color: #959595;}
:-moz-placeholder{color: #959595;}
.placeholder{color: #959595;}
*:focus::-moz-placeholder{color: transparent !important;}
*[autofocus]::-moz-placeholder:focus{color: graytext !important;}
*:focus:-moz-placeholder{color: transparent !important;}
*[autofocus]:-moz-placeholder:focus{color: graytext !important;}
*:focus::-webkit-input-placeholder{color: transparent !important;}
*[autofocus]::-webkit-input-placeholder{color: graytext !important;}

/* Button */
.btn{
	position: relative;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow: 0 4px 0px -2px #ddb6cf inset;
	-moz-box-shadow: 0 4px 0px -2px #ddb6cf inset;
	box-shadow: 0 4px 0px -2px #ddb6cf inset;
	border: 1px solid #a43e7f;
	border-bottom: 1px solid #a43e7f;
	text-shadow: 0 1px 0px #8f4374;
	display: inline-block;
	color: #fff;
	font: 14px/25px Arial, sans-serif;
	padding: 0px 20px;
	height: 25px;
	text-decoration: none;
	background: #b35e95;
}
.btn-style-next{
	font-weight: bold;
	min-width: 150px;
	background: #55b646;
	border: 1px solid #4a9e3d;
	border-bottom: none;
	height: 29px;
	line-height: 29px;
	padding: 0 16px;
	-webkit-box-shadow: 0 4px 0px -2px #abdca4 inset;
	-moz-box-shadow: 0 4px 0px -2px #abdca4 inset;
	box-shadow: 0 4px 0px -2px #abdca4 inset;
}
input.btn::-moz-focus-inner, button.btn::-moz-focus-inner{padding: 0; border: 0}
input.btn{line-height: 1em;}

/* Gradient for ie-9 */
.delete-cart-btn,.add-map button{filter: none;}

/* Page
-------------------------------------*/
.clear{clear: both;}
.clearfix:after{content: " "; clear: both; display: table;}
header, nav, section, article, aside, footer{display: block;}

#wrapper{
	width: 970px;
	margin: 0 auto;
}
.centered-bl{
	width: 970px;
	margin: 0 auto;
}

#middle{width: 100%; height: 1%; position: relative;}
#middle:after{content: '.'; display: block; clear: both; visibility: hidden; height: 0;}
#container{}

/* Header
-------------------------------------*/
.header{
	position: relative;
	padding: 52px 0 24px;
}
.butterfly{
	position: absolute;
	right: -35px;
	z-index: 10;
	top: 6px;
	width: 71px;
	height: 61px;
	background: url(../../images/bestsad/butterfly.png) 0 0 no-repeat;
}
.aside-h{
	float: right;
	width: 230px;
}
.cart-h{
	position: relative;
	background: #ad518c;
	height: 33px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow: 0 4px 0px -2px #ddb6cf inset;
	-moz-box-shadow: 0 4px 0px -2px #ddb6cf inset;
	box-shadow: 0 4px 0px -2px #ddb6cf inset;
}
.open-cart-h{
	position: absolute;
	z-index: 11;
	width: 19px;
	height: 19px;
	right: 10px;
	top: 7px;
	background: url(../../images/bestsad/sprite.png) -100px -29px no-repeat;
}
.aside-h-open .open-cart-h{
	background-position: -123px -29px;
}
.tt-cart-h{
	color: #fff;
	padding: 0 40px 0 45px;
	line-height: 32px;
	font-size: 14px;
	position: relative;
}
.tt-cart-h a{color: #fff;cursor: pointer;}
.tt-cart-h .icon-cart{
	position: absolute;
	left: 7px;
	top: 4px;
	width: 26px;
	height: 25px;
	background: url(../../images/bestsad/sprite.png) -28px 0 no-repeat;
}
.aside-h-open .cart-h-drop-d{display: block;}
.cart-h-drop-d{
	display: none;
	position: absolute;
	top: 33px;
	left: 0;
	width: 194px;
	padding: 0 17px 20px;
	background: #fff;
	border-top: none;
	border: 1px solid #d0d0d0;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 2px #d0d0d0;
	-moz-box-shadow: 0px 0px 2px #d0d0d0;
	box-shadow: 0px 0px 2px #d0d0d0;
}
.cart-h-drop-d ul{padding-bottom: 23px;}
.cart-h-drop-d li{
	padding: 14px 0 8px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	line-height: 18px;
}
.cart-h-drop-d li p a{color: #a2a2a2;}
.cart-fl-img{float: left;}
.cart-fl-img img{margin-top: 3px;}
.cart-h-drop-d li p{padding: 0 0 4px 90px;}
.cart-h-drop-d li p b{color: #000000; font-size: 14px;}
.contact-h{padding: 20px 0 0; position: relative;}
.summ-cart-h{
	text-align: center;
	font-size: 14px;
	color: #343434;
	padding-bottom: 12px;
}
.cart-wrap-btn{text-align: center;}
.summ-cart-h span{color: #929292; margin-right: 10px;}
.c-frst-h{
	padding: 20px 0 10px 44px;
	font-size: 14px;
	position: relative;
}
.c-frst-h-open{
	position: absolute;
	background: #fff;
	z-index: 102;
	left: -1px;
	top: 19px;
	width: 185px;
	border: 1px solid #b2b2b2;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 4px #b2b2b2;
	-moz-box-shadow: 0px 0px 4px #b2b2b2;
	box-shadow: 0px 0px 4px #b2b2b2;
}
.c-frst-h form{display: none;}
.c-frst-h-open form{
	display: block;
	margin-left: -31px;
	padding: 26px 0 0;
}
.contact-h .c-frst-h-open form p input{
	width: 181px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.c-frst-h-open form .wrap-btn{padding-top: 8px;}
.c-frst-h-open form .btn{width: 204px;}

.tt-c-frst-h a{
	color: #3c3c3c;
	border-bottom: 1px dotted #3c3c3c;
	text-decoration: none;
}
.tt-c-frst-h a:hover{border: none;}
.tt-c-frst-h span{
	position: absolute;
	left: 13px;
	top: 10px;
	width: 18px;
	height: 30px;
	background: url(../../images/bestsad/sprite.png) -145px -4px no-repeat;
}
.c-sec-h{
	position: relative;
	padding: 10px 0 10px 44px;
}
.c-sec-h a{
	font-size: 14px;
	color: #3c3c3c;
}
.c-sec-h span{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 23px;
	height: 17px;
	background: url(../../images/bestsad/sprite.png) -142px -48px no-repeat;
}
.logo{
	float: left;
	margin: 12px 0 10px 2px;
	position: relative;
}
.logo span{
	position: absolute;
	color: #059c47;
	bottom: 5px;
	font-size: 13px;
	left: 77px;
}
.middle-h{
	padding: 0 242px 0 328px;
}
.call-nubner-h{
	display: inline-block;
	padding-top: 15px;
	min-width: 188px;
}
.tt-call-n{
	color: #484c4e;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 1px #fff;
	padding-bottom: 11px;
}
.tt-call-n-1{
	color: #484c4e;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 1px #fff;
	padding-bottom: 11px;
}
.comagic_phone{
	color: #484c4e;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 1px #fff;
	padding-bottom: 11px;
}
.tt-call-n span{color: #009637;}
.working-time{
	position: relative;
	padding: 0 0 0 35px;
}
.working-time span{
	display: block;
	color: #3c3c3c;
	font-size: 14px;
	padding-top: 3px;
	font-weight: bold;
}
.w-time-icon{
	position: absolute;
	width: 24px;
	height: 22px;
	left: 0;
	top: 6px;
	background: url(../../images/bestsad/sprite.png) 0 0 no-repeat;
}

/* Menu */
.menu{
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #50b042;
	padding: 3px;

}
.menu li{
	font-size: 14px;
	padding: 0;
	display: inline-block;
	position: relative;
}
.menu > li a{
	color: #fff;
	padding: 0 18px;
	height: 34px;
	line-height: 34px;
	text-shadow: 0 1px #3e8835;
	text-decoration: none;
	display: block;
}
.menu > li.active a{
	position: relative;

}

.menu > li .adress-shop a{
	color: #4B9F3D;
	padding: 0;
	height: auto;
	line-height: 20px;
	text-shadow: none;
	text-decoration: underline;
	display: inline;
}

.menu > li.active a.ch-menu{
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #499e3f;
	padding: 0 17px;
	border-top: 1px solid #418d38;
	border: 1px solid #46983d;
	border-bottom: none;
}

.menu > li.active a.ch-menu1{
     color: #333;
}
.menu li.active a:hover{text-decoration: none;}
.menu li a:hover{text-decoration: underline;}
.menu > li.dd-menu > a{text-decoration: none;}
.menu > li.dd-menu > a:hover span{border-bottom: none;}
.menu > li.dd-menu > a span{border-bottom: 1px dotted #fff; position: relative;}
.menu > li.dd-menu > a i{
	position: absolute;
	right: -17px;
	top: 6px;
	width: 10px;
	height: 9px;
	background: url(../../images/bestsad/sprite.png) 0 -31px no-repeat;
}
.menu li.active .dd-bl{display: block;}
.dd-bl{
	display: none;
	position: absolute;
	top: 38px;
	z-index: 103;
	background: #fff;
	width: 265px;
	padding: 0 15px 5px;
	left: -3px;
	border: 1px solid #b2b2b2;
	border-top: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 4px 0px #b2b2b2;
	-moz-box-shadow: 0px 2px 4px 0px #b2b2b2;
	box-shadow: 0px 2px 4px 0px #b2b2b2;
}
.corner-dd-bl{
	position: absolute;
	left: 70px;
	top: -6px;
	width: 15px;
	height: 8px;
	background: url(../../images/bestsad/sprite.png) 0 -42px no-repeat;
}
.dd-bl div:first-child{border: none;}
.adress-shop{
	border-top: 1px solid #e5e5e5;
	padding: 20px 18px 3px;
	margin-bottom: 5px;
}
.adress-shop p{
	padding-bottom: 14px;
	color: #181818;
	font-size: 12px;
}
.adress-shop .adress-shop-tt{
	font-size: 16px;
	font-weight: bold;
	color: #d37e02;
	margin-left: -18px;
	padding-bottom: 13px;
}
.adress-shop p b{display: block;}
.adress-shop p span{
	display: block;
	color: #929292;
}

/* Content
-------------------------------------*/
.one-column-page .content{
	width: 970px;
	padding: 0 0 40px;
	background: #fff;
	position: relative;
	-moz-border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
	border-radius: 1px 1px 0 0;
}
.content{
	float: right;
	width: 722px;
	padding: 0;
}
.wrap-menu-one-column{
	width: 968px;
	padding: 1px;
}
.one-column-page .catalog-menu{
	float: left;
}
.wrap-menu-one-column nav{float: right;}
.wrap-menu-one-column .menu{padding-right: 17px;}
.one-column-page .catalog-menu nav{
	position: absolute;
	z-index: 100;
	width: 230px;
}

.product-slider{padding-bottom: 30px;}
.product-slider .div-h2{
	padding: 0 0 9px 68px;
	position: relative;
}
.product-slider .div-h2 span{
	position: absolute;
	left: -3px;
	top: -24px;
	width: 64px;
	height: 64px;
	z-index: 10;
	background-image: url(../../images/bestsad/sprite.png);
	background-repeat: no-repeat;
}
.hit-icon{background-position: 0 -117px;}
.new-icon{background-position: 0px -190px;}
.recomended-icon{background-position: -71px -117px;}
.super-price-icon{background-position: -78px -190px;}


.services{
	overflow: hidden;
	margin-left: -16px;
	margin-bottom: 31px;
}
.services li{
	float: left;
	width: 228px;
	height: 105px;
	border: 1px solid #dedede;
	position: relative;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow: 0 3px 4px -3px #cdcdcd;
	-moz-box-shadow: 0 3px 4px -3px #cdcdcd;
	box-shadow: 0 3px 4px -3px #cdcdcd;
	margin-left: 16px;
}
.services li.s-first{
	width: 230px;
	height: 107px;
	border: none;
}
.s-first span{
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px #6ea400;
	font: 14px 'Myriad Pro', Arial, sans-serif;
}
.s-second span{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 8px;
	font: 18px 'Myriad Pro', Arial, sans-serif;
	color: #2d2d2d;
	text-transform: uppercase;
}
.s-second span b{color: #50b042;}
.s-third span{
	position: absolute;
	width: 115px;
	right: 8px;
	top: 25px;
	color: #2d2d2d;
	font: 18px 'Myriad Pro', Arial, sans-serif;
	text-transform: uppercase;
}
.s-third span b{
	display: block;
	font-size: 24px;
	padding-top: 1px;
}
.order-details{
	border: 1px solid #efefef;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	padding: 36px 25px 7px 20px;
	font-size: 14px;
	line-height: 16px;
}
.order-details li{
	padding: 0 0 23px 263px;
	position: relative;
	min-height: 60px;
}
.tt-o-det{
	position: absolute;
	left: 10px;
	top: -2px;
	width: 160px;
	padding-left: 84px;
	font: 18px 'Myriad Pro', Arial, sans-serif;
	text-transform: uppercase;
	color: #4a9e3d;
}
.tt-o-det span{
	display: block;
	font-weight: bold;
}
.details-icon1{
	position: absolute;
	left: 0px;
	top: -15px;
	width: 53px;
	height: 73px;
	background: url(../../images/bestsad/sprite.png) -177px 0px no-repeat;
}
.details-icon2{
	position: absolute;
	left: 0px;
	top: -5px;
	width: 50px;
	height: 59px;
	background: url(../../images/bestsad/sprite.png) -177px -94px no-repeat;
}
.details-icon3{
	position: absolute;
	left: 0px;
	top: -5px;
	width: 51px;
	height: 56px;
	background: url(../../images/bestsad/sprite.png) -177px -179px no-repeat;
}
.details-icon4{
	position: absolute;
	left: -12px;
	top: 5px;
	width: 73px;
	height: 33px;
	background: url(../../images/bestsad/sprite.png) -165px -273px no-repeat;
}
.typograf-info{padding-top: 30px;}
.typograf-info h1{
	padding-bottom: 16px;
	font: bold 22px/1.1em Arial, sans-serif;
	color: #8d8d8d;
}
.typograf-info p{padding-bottom: 18px;}
.read-more{position: relative;}
.read-more span{
	position: absolute;
	right: -13px;
}
.typograf-info p .read-more{font-size: 14px;}

/* Aside
-------------------------------------*/
.aside{
	float: left;
	width: 231px;
	padding: 0 0 40px 2px;
}
.catalog-menu{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-bottom: 19px;
	width: 230px;
}
.catalog-open-btn, .aside-repeat-tt{
	background: #d4840f;
	display: block;
	position: relative;
	height: 39px;
	border-top: 2px solid #eac287;
	color: #fff;
	font: 16px/39px 'Myriad Pro', Arial, sans-serif;
	padding-left: 12px;
	text-shadow: 0 1px #b7720b;
	text-decoration: none;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}
.catalog-open-btn span{
	width: 19px;
	height: 19px;
	position: absolute;
	right: 10px;
	top: 8px;
	background: url(../../images/bestsad/sprite.png) -78px -28px no-repeat;
}
.aside-menu{
	background: #fff;
}
.aside-menu li{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d7d7d7;
	position: relative;
	min-height: 34px;
}
.aside-menu li.many-characters-item{
	min-height: 54px;
}
.aside-menu li.many-characters-item2{
	min-height: 64px;
}
.aside-menu li a{
	display: block;
	min-height: 20px;
	line-height: 20px;
	padding: 7px 11px;
	font-size: 14px;
	color: #474747;
	text-decoration: none;
	position: relative;
}
.aside-menu li a:hover{color: #4a9e3d;}
.aside-menu li a span{
	position: absolute;
	right: 10px;
	top: 15px;
	width: 5px;
	height: 8px;
	background: url(../../images/bestsad/sprite.png) -19px -30px no-repeat;
}
.aside-menu li img{
	display: inline-block;
	vertical-align: middle;
}
.aside-menu ul{
	position: absolute;
	display: none;
	left: 229px;
	background: #fff;
	z-index: 100;
	top: -2px;
	width: 225px;
	padding: 5px 18px 8px;
	border: 1px solid #cccccc;
	-webkit-box-shadow: 0px 0px 4px #cccccc;
	-moz-box-shadow: 0px 0px 4px #cccccc;
	box-shadow: 0px 0px 4px #cccccc;
	-moz-border-radius: 0 3px 3px 3px;
	-webkit-border-radius: 0 3px 3px 3px;
	border-radius: 0 3px 3px 3px;
}
.aside-menu ul li{
	border-bottom: none;
	border-top: 1px solid #e5e5e5;
	height: 32px;
}
.aside-menu ul li a{
	padding: 0;
	height: 32px;
	line-height: 32px;
}
.aside-menu ul li.many-characters-item a{
	height: 54px;
	line-height: 22px;
}
.aside-menu ul li.many-characters-item2 a{
	height: 64px;
	line-height: 22px;
}

.aside-menu ul li a:hover{
	color: #d98c0c;
	/* font-weight: bold; */
}
.aside-menu ul li:first-child{border: none;}
.aside-menu li.aside-drop-down-item:hover ul{display: block;}
.aside-menu li.aside-drop-down-item:hover ul ul{display: none;}
.aside-menu li.aside-drop-down-item:hover ul li:hover ul{
	display: block;
	left: 243px;
}
.aside-menu li.aside-drop-down-item:hover > a{
	width: 204px;
	background: #fff;
	z-index: 101;
	min-height: 22px;
	position: absolute;
	left: -1px;
	top: -2px;
	padding: 8px 15px 7px;
	line-height: 20px;
	-webkit-box-shadow: -2px 0px 2px 0 #cccccc;
	-moz-box-shadow: -2px 0px 2px 0 #cccccc;
	box-shadow: -2px 0px 2px 0 #cccccc;
	margin-left: -3px;
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #dbdbdb;
}
.aside-menu li.aside-drop-down-item:hover > a span{
	right: 10px;
	top: 16px;
}
.aside-menu ul li.aside-drop-down-item:hover > a{
	width: 229px;
	margin-left: -20px;
	position: relative;
	padding: 8px 15px 0 21px;
	min-height: 16px;
}
.aside-menu ul li.aside-drop-down-item > a span{
	top: 13px;
	right: 5px;
}
.aside-menu ul li.aside-drop-down-item:hover > a span{
	right: 19px;
}

.aside-repeat-tt{
	border-top: none;
	height: 34px;
	line-height: 35px;
}
.wiewed-aside{
	border: 1px solid #e5b56f;
	bottom: none;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
}
.wiewed-aside ul{padding: 8px 0 12px;background-color:#fff;}
.wiewed-aside ul li{
	padding: 12px 10px 12px 27px;
	position: relative;
}
.wiewed-aside ul li span, .aside-popular ul li span, .nav-footer-bl ul li span{
	position: absolute;
	left: 14px;
	top: 15px;
	width: 5px;
	height: 8px;
	background: url(../../images/bestsad/sprite.png) -12px -30px no-repeat;
}
.nav-footer-bl ul li span{top: 3px; left: 1px;}
.rating-aside{
	border: 1px solid #e3e2e2;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	height: 126px;
	margin-bottom: 20px;
}
.aside-news{margin-bottom: 13px;}
.aside-repeat-tt-st{
	height: 32px;
	line-height: 32px;
	border: 1px solid #cccccc;
	position: relative;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	padding-left: 12px;
	background: #ebeaea;
	-webkit-box-shadow: 0 4px 0px -3px #ffffff inset;
	-moz-box-shadow: 0 4px 0px -3px #ffffff inset;
	box-shadow: 0 4px 0px -3px #ffffff inset;
}
.aside-news article{
	padding: 22px 0 10px 32px;
	position: relative;
}
.aside-news .all_news{
	padding: 5px 10px 10px 32px;
}
.time-aside-news{
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	top: 18px;
	background: url(../../images/bestsad/sprite.png) -82px -1px no-repeat;
}
.date-aside{
	color: #adadad;
	display: block;
	padding-bottom: 10px;
}
.aside-news article h4{line-height: 16px;}
.aside-popular{margin-bottom: 20px;}
.aside-popular ul li{
	border: 1px solid #d7d7d7;
	border-top: 1px solid #fff;
	//height: 34px;
	padding: 0 0 0 27px;
	line-height: 34px;
	font-size: 14px;
	position: relative;
}
.aside-popular ul li a{color: #6c6c6c;}
.aside-reviews .aside-repeat-tt{
	color: #fff;
	background: #50b042;
	text-shadow: 0 1px #4aa43d;
}
.aside-reviews{
	border-top: none;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #dedddd;
	padding-bottom: 4px;
	margin-bottom: 20px;
}
.aside-reviews article:first-child{bottom: none;}
.aside-reviews article{
	padding: 18px 0 12px;
	margin: 0 13px;
	border-top: 1px solid #e5e5e5;
}
.aside-reviews article h5 a{color: #d38003;}
.rev-bb article .review-brief a{color: #d38003;}
.name-user-rev{
	padding: 13px 0 12px 28px;
	color: #424242;
	font-weight: bold;
	position: relative;
}
.name-user-rev span{
	position: absolute;
	width: 19px;
	height: 16px;
	left: -2px;
	top: 11px;
	background: url(../../images/bestsad/sprite.png) -114px -2px no-repeat;
}
.aside-reviews article p,.rev-bb article p{padding-bottom: 11px;}
.aside-interview{
	margin-top: 22px;
	border-top: none;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #dedddd;
	padding: 0 0 20px;
}
.aside-interview h2{
	border-left: none;
	border-right: none;
}
.aside-interview form{
	padding: 15px 20px 0 13px;
	color: #2d2d2d;
}
.aside-interview form div{
	border-top: 1px dotted #d9d9d9;
	padding: 11px 0 9px;
	margin: 19px 0 0;
}
.aside-interview form div p{
	padding-bottom: 10px;
}
.aside-interview form div input{margin-right: 5px;}
.aside-interview form .btn{
	height: 29px;
	line-height: 29px;
	background: #de9714;
	border: 1px solid #d17c00;
	border-bottom: none;
	text-shadow: 0 1px #bb7707;
	-webkit-box-shadow: 0 4px 0px -2px #f3d491 inset;
	-moz-box-shadow: 0 4px 0px -2px #f3d491 inset;
	box-shadow: 0 4px 0px -2px #f3d491 inset;
}




/* Footer
-------------------------------------*/
.footer{
	width: 100%;
	padding-bottom: 47px;
}
.footer .nav-footer-bl{
	background: #424242;
	padding-bottom: 20px;
	margin-bottom: 38px;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.nav-footer-bl ul{
	display: inline-block;
	padding: 24px 10px 0 30px;
	vertical-align: top;
	min-width: 175px;
}
.nav-footer-bl ul li:first-child{
	font-size: 18px;
	font-weight: bold;
	color: #8fd400;
	text-shadow: 0 1px #383838;
	padding: 0 0 28px;
}
.nav-footer-bl ul li a{
	color: #fff;
}
.nav-footer-bl ul li{
	padding: 0 0 10px 15px;
	position: relative;
}
.copy{
	display: inline-block;
	vertical-align: middle;
}
.copy span{
	display: block;
	padding-top: 2px;
}
.count-footer{
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 45px;
}
.count-footer a{
	margin-right: 25px;
}


/* Flexslider
-------------------------------------*/

/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus{outline: none;}
.slides, .flex-control-nav, .flex-direction-nav{margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles */
.flexslider{margin: 0; padding: 0;}
.flexslider .slides > li{
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative;
}
.flex-pauseplay span{text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after{content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child{display: block;}
/* FlexSlider Default Theme */
.flexslider{
	background: #fff;
	position: relative;
	zoom: 1;
}
.flex-viewport{max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport{max-height: 300px;}
.flexslider .slides{zoom: 1;}
.carousel li{}

.main-slider{
	position: relative;
	border: 1px solid #d0d0d0;
	border-bottom: 1px solid #cdcdcd;
	border-top: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 2px #ececec;
	-moz-box-shadow: 0px 0px 2px #ececec;
	box-shadow: 0px 0px 2px #ececec;
	height: 285px;
	margin-bottom: 44px;
}
.main-slider li{text-align: right;}
.aside-txt-slide{
	position: absolute;
	text-align: left;
	left: 49px;
	top: 46px;
	width: 150px;
}
.tt-slide{
	font: 24px/28px 'Myriad Pro', Arial, sans-serif;
	color: #181818;
}
.name-slide-prod{
	color: #4a9e3d;
	padding-bottom: 25px;
	font: bold 18px/16px 'Myriad Pro', Arial, sans-serif;
}
.wrap-slide-btn{
	padding-top: 26px;
}
.wrap-slide-btn .btn{
	font-weight: bold;
	background: #55b646;
	border: 1px solid #4a9e3d;
	border-bottom: none;
	height: 29px;
	line-height: 29px;
	padding: 0 24px 0 12px;
	-webkit-box-shadow: 0 4px 0px -2px #abdca4 inset;
	-moz-box-shadow: 0 4px 0px -2px #abdca4 inset;
	box-shadow: 0 4px 0px -2px #abdca4 inset;
}
.wrap-slide-btn .btn span{
	position: absolute;
	right: 8px;
	top: 11px;
	width: 6px;
	height: 8px;
	background: url(../../images/bestsad/sprite.png) -25px -30px no-repeat;
}
.price-box-slider{
	position: absolute;
	width: 219px;
	height: 220px;
	background: url(../../images/bestsad/price-box-slider.png) 0 0 no-repeat;
	left: 185px;
	top: 32px;
}
.price-sl-rot{
	font: 48px/36px 'Myriad Pro', Arial, sans-serif;
	color: #fff;
	position: absolute;
	left: 37px;
	top: 82px;
	text-align: center;
	letter-spacing: -2px;
	-webkit-transform: rotate(-16deg);
	-moz-transform: rotate(-16deg);
	-o-transform: rotate(-16deg);
	transform: rotate(-16deg);
}
.price-sl-rot span{
	display: block;
	font-size: 24px;
	letter-spacing: 0;
}

.aside-txt-slide img{margin-left: -3px;}

.product-slider-b{
	width: 461px;
/*	height: 328px; */
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
}
.product-slider-b span{
	position: absolute;
	left: 240px;
	top: 50%;
	margin: -42px 0 0 -22px;
	width: 48px;
	height: 48px;
	background: url(../../images/bestsad/sprite.png) 0 -337px no-repeat;
}
.carousel-prod{
	border: 1px solid #e5e5e5;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 16px 8px 16px 5px;
	width: 448px;
}
.carousel-prod .slides > li{
	padding: 0 0 0 15px;
	border-left: 1px solid #e5e5e5;
}
.carousel-prod .slides > li img{cursor: pointer;}
.carousel-prod .slides > li:first-child{border: none;}

.certificate-slider{
	border: 1px solid #c8c6c6;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 11px 0 18px 29px;
}
.certificate-slider img{
	border: 1px solid #cac8c8;
	margin-bottom: 8px;
}
.certificate-slider a{
	position: relative;
	display: block;
	margin-right: 41px;
}
.certificate-slider a span{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 152px;
	right: -10px;
	background: url(../../images/bestsad/sprite.png) -148px -191px no-repeat;
}

.main-slider .flex-control-thumbs,.product-slider-b .flex-direction-nav, .certificate-slider .flex-control-nav{display: none;}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a,.jcarousel-next-horizontal, .jcarousel-prev-horizontal{
	display: block;
	text-align: left;
	text-indent: -9999px;
	width: 31px;
	height: 46px;
	margin: -32px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	background: url(../../images/bestsad/sprite.png) 0 -56px no-repeat;
}
.flex-direction-nav .flex-prev,.jcarousel-prev-horizontal{left: -3px;}
.flex-direction-nav .flex-next,.jcarousel-next-horizontal{right: -3px; background-position: -39px -56px;}
.flex-direction-nav .flex-prev:hover,.jcarousel-prev-horizontal:hover{}
.flex-direction-nav .flex-next:hover,.jcarousel-next-horizontal:hover{background-position: -106px -56px;}
.carousel-prod .flex-direction-nav a,.certificate-slider .flex-direction-nav a{
	display: block;
	text-align: left;
	text-indent: -9999px;
	width: 11px;
	height: 11px;
	margin: -5px 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	background-image: url(../../images/bestsad/sprite.png);
	background-repeat: no-repeat;
}
.certificate-slider .flex-direction-nav a{top: 83px;}
.carousel-prod .flex-prev, .carousel-prod .flex-prev:hover{
	left: 7px;
	background-position: -155px -71px;
}
.carousel-prod .flex-next, .carousel-prod .flex-next:hover{
	right: 3px;
	background-position: -142px -71px;
}
.certificate-slider .flex-prev,.certificate-slider .flex-prev:hover{
	left: 9px;
	background-position: -155px -71px;
}
.certificate-slider .flex-next,.certificate-slider .flex-next:hover{
	right: 10px;
	background-position: -142px -71px;
}

/* Control Nav */
.flex-control-nav{
	width: 100%;
	position: absolute;
	bottom: -40px;
	left: 0;
	text-align: center;
}
.flex-control-nav li{
	margin: 0 5px; display:
	inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a{
	width: 8px;
	height: 8px;
	text-align: left;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../../images/bestsad/sprite.png) -39px -34px no-repeat;
}
.flex-control-paging li a.flex-active{
	width: 18px;
	height: 18px;
	background-position: -52px -29px;
	cursor: default;
	position: relative;
	top: -5px;
}

.flex-control-thumbs{
	margin: 15px 0 0 -5px;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li{width: 120px; height: 90px; float: left; margin: 0; position: relative;}
.flex-control-thumbs img{
	width: 110px;
	height: 80px;
	display: block;
	cursor: pointer;
	border: 5px solid #fff;
}
.flex-control-thumbs img:hover{}
.flex-control-thumbs .flex-active{cursor: default; border: 5px solid #fe9928;}

.aside-slider .flex-control-nav{display: none;}
.aside-slider{
	padding: 16px;
	border: 1px solid #dfdfdf;
	position: relative;
	background: #f7f7f7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 1px #e8e8e8;
	-moz-box-shadow: 0px 0px 1px #e8e8e8;
	box-shadow: 0px 0px 1px #e8e8e8;
}
.aside-slider li{
	text-align: center;
}
.aside-slider li span{
	display: inline-block;
	border: 1px solid #cdcdcd;
	padding: 2px;
	background: #fff;
	height: 211px;
}


/* jCarousel */
.jcarousel-skin-tango .jcarousel-container {
	border: 1px solid #efefef;
}
.jcarousel-skin-tango .jcarousel-direction-rtl {direction: rtl;}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 672px;
	padding: 18px 25px 3px;
}
.jcarousel-skin-tango .jcarousel-clip {overflow: hidden;}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width: 672px;
	height: 280px;
}
.jcarousel-skin-tango .jcarousel-item {
	width: 220px;
	height: 280px;
	padding-right: 4px;
	text-align: center;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
}

.jcarousel-skin-tango h3{padding-bottom: 15px;height:44px;}
.jcarousel-skin-tango .block_img{height:150px;}
.jcarousel-skin-tango span a{color: #191919;}
.price-carousel{
	font-size: 18px;
	color: #474747;
	font-weight: bold;
	padding: 8px 0;
}
.price-carousel span{font-size: 14px;}

.other-product-carousel .jcarousel-skin-tango .jcarousel-container{
	border: 1px solid #c8c6c6;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.other-product-carousel .jcarousel-skin-tango .jcarousel-container-horizontal{
	width: 887px;
	height: 270px;
}
.other-product-carousel .jcarousel-skin-tango .jcarousel-clip-horizontal{width: 887px;}
.other-product-carousel .jcarousel-skin-tango .jcarousel-item {height: 270px;}

.other-product-carousel .jcarousel-skin-tango .jcarousel-item span{padding-bottom: 15px;height: 44px;display: block;}
.other-product-carousel .jcarousel-skin-tango .jcarousel-item .block_img {height: 150px;}

.oth-prod-car-max-width .jcarousel-skin-tango .jcarousel-container-horizontal{width: 918px;}
.oth-prod-car-max-width .jcarousel-skin-tango .jcarousel-clip-horizontal{width: 920px;}
.oth-prod-car-max-width .jcarousel-item{
	width: 225px;
}

.jcarousel-next-horizontal, .jcarousel-prev-horizontal{
	margin-top: -23px;
}

.fixed-aside-box{
	position: fixed;
	left: -332px;
	top: 100px;
	z-index: 101;
}
.fixed-aside-btn{
	width: 37px;
	height: 161px;
	display: block;
	background: url(../../images/bestsad/fixed-panel.png) 0 0 no-repeat;
}
.fixed-aside-box-open .fixed-aside-btn{
	position: absolute;
	right: -37px;
	top: 0;
}
.fixed-aside-box-open form{
	border: 1px solid #dddedc;
	border-bottom: 1px solid #b2b2b2;
	border-left: none;
	padding: 15px 20px 20px;
	background: #fff;
	width: 291px;
	position: relative;
	-webkit-box-shadow: 0px 0px 3px #b2b2b2;
	-moz-box-shadow: 0px 0px 3px #b2b2b2;
	box-shadow: 0px 0px 3px #b2b2b2;
}
.fixed-form-tt{
	font-size: 16px;
	color: #499e3f;
	line-height: 20px;
	margin-bottom: 4px;
}
.fixed-aside-box form{display: none;}
.fixed-aside-box-open form{display: block;}
.fixed-aside-box-open form p,.c-frst-h-open form p{
	padding-bottom: 12px;
}
.fixed-aside-box-open form p span,.c-frst-h-open form p span{
	display: block;
	color: #474747;
	font-size: 14px;
	padding-bottom: 9px;
}
.fixed-aside-box-open form p input, .fixed-aside-box-open form textarea,.c-frst-h-open form p input{
	border: 1px solid #c0c0c0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 266px;
	padding: 0 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.fixed-aside-box-open form textarea{
	height: 80px;
	padding: 5px 10px;
}
.fixed-aside-box-open .wrap-btn{
	text-align: center;
	padding: 4px 6px 0 0;
}

.bread-crumbs{padding: 9px 0 13px 16px;}
.bread-crumbs li{
	display: inline-block;
	position: relative;
	padding-right: 25px;
}
.bread-crumbs li a{color: #616161;}
.bread-crumbs li.active {text-decoration: none; font-weight: bold;color: #474747;}
.bread-crumbs li.active span{display: none;}
.bread-crumbs li span{
	position: absolute;
	right: 7px;
	top: 4px;
	width: 5px;
	height: 8px;
	background: url(../../images/bestsad/sprite.png) -12px -30px no-repeat;
}
.card-prouct,.cart-page{
	padding: 0 16px;
}
.card-prouct h1{padding-bottom: 10px;width: 485px;}
.sliders-card-prod{
	float: left;
}
.card-product-info{
	margin-left: 488px;
}
.c-prod-info-top{
	overflow: hidden;
	padding: 10px 0 18px;
	color: #a7a7a7;
}
.c-prod-info-top li{
	float: left;
	padding-right: 76px;
}
.c-prod-info-top li.print-item{
	padding: 0 0 0 25px;
	position: relative;
}
.c-prod-info-top li.print-item a{color: #929292;}
.c-prod-info-top li.print-item span{
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 14px;
	background: url(../../images/bestsad/sprite.png) -147px -125px no-repeat;
}
.c-prod-info-top li.back-catalog-btn{
	float: right;
	padding: 0;
	color: #616161;
	font-size: 14px;
}
.c-prod-info-top li.back-catalog-btn a{color: #616161;}
.buy-box{
	border: 1px solid #e5e5e5;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 20px 0 0;
}
.buy-box p{
	display: inline-block;
	padding-left: 14px;
	vertical-align: top;
}
.buy-box .price-buy{
	color: #474747;
	font-size: 24px;
	font-weight: bold;
}
.buy-box .price-buy del, .old-price-buy-box del{
	color: #8d8d8d;
	display: block;
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 10px;
}
.buy-box .price-buy span{font-size: 18px;}
.discont-buy{
	font-weight: bold;
	color: #4ba03e;
	font-size: 14px;
	width: 136px;
}
.discont-buy span{
	display: block;
	display: block;
	padding: 20px;
	font-weight: normal;
	font-size: 18px;
	padding: 10px 0 0;
}
.discont-buy  b{font-size: 20px;}
.buy-box .wrap-btn .btn{
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	font-weight: bold;
	width: 92px;
	text-align: center;
	-webkit-box-shadow: 0 4px 0px -1px #ddb6cf inset;
	-moz-box-shadow: 0 4px 0px -1px #ddb6cf inset;
	box-shadow: 0 4px 0px -1px #ddb6cf inset;
}
.discont-skidka{
	font-weight: bold;
	color: #ff00aa;
	font-size: 14px;
}
.discont-skidka  b{font-size: 22px;}
.buy-box .wrap-btn .buy2{width: 149px;}
.buy-box .buy-one-click{
	display: block;
	padding: 33px;
	background: #f8f8f8;
	border-top: 1px solid #e5e5e5;
	margin-top: 14px;
	position: relative;
	-moz-border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
	border-radius: 1px 1px 0 0;
}
.buy-box .buy-one-click-sec{
	padding: 10px 18px 12px 0px;
	margin-top: 10px;
}
.buy-box .buy-one-click-sec .wrap-btn{padding-left: 8px;}
.boc-btn{
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.boc-btn a{
	border-bottom: 1px dashed #5e5e5e;
	color: #5f5f5f;
	text-decoration: none;
}
.boc-btn a:hover{border: none;}
.boc-btn span{
	position: absolute;
	left: -14px;
	top: -10px;
	width: 17px;
	height: 28px;
	background: url(../../images/bestsad/sprite.png) -144px -89px no-repeat;
}
.card-icon-box{
	padding: 24px 0 25px;
	border-bottom: 1px solid #e5e5e5;
}
.r-card-ic-b{
	float: right;
    margin-top: -10px;
    padding: 0 4px 0 0;
}
.rating-star{overflow: hidden;}
.rating-star span{
	float: left;
	width: 18px;
	height: 17px;
	background-image: url(../../images/bestsad/sprite.png);
	background-repeat: no-repeat;
}
.active-r{background-position: -142px -161px;}
.inactive-r{background-position: -160px -161px;}
.rating-star .rating-summ{
	width: 37px;
	padding-top: 2px;
	text-align: right;
	background: none;
	color: #707070;
}
.present-card{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.present-tt-click{
	position: relative;
	padding: 13px 48px 9px 34px;
}
.present-tt-click span{
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 31px;
	background: url(../../images/bestsad/sprite.png) -96px -264px no-repeat;
}
.present-tt-click a{
	color: #7b7b7b;
	text-decoration: none;
	border-bottom: 1px dashed #5e5e5e;
}

.prod-fl-main-info .present-card {
	padding-top: 10px;
}

.del-icon{
	display: inline-block;
	width: 54px;
	height: 24px;
	background: url(../../images/bestsad/sprite.png) -171px -240px no-repeat;
	vertical-align: middle;
	margin-top: 4px;
}
.card-icon-box p{position: relative;width: 60px;}
.card-icon-box p:hover span.hover-hint{
	display: block;
	top: 36px;
	left: -48px;
	width: 128px;
}
.like-icon{
	display: inline-block;
	width: 34px;
	height: 34px;
	vertical-align: middle;
	background: url(../../images/bestsad/sprite.png) -127px -264px no-repeat;
}
.warranty-icon{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 86px;
	height: 36px;
	margin-left: 31px;
	background: url(../../images/bestsad/sprite.png) 0 -264px no-repeat;
}
.warranty-icon span{
	position: absolute;
	color: #595959;
	font-size: 11px;
	font-weight: bold;
	line-height: 9px;
	width: 57px;
	right: 0;
	top: 10px;
	left: 32px;
}
.warranty-icon .warr-time{
	left: 5px;
	top: 8px;
	font-size: 22px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	width: 20px;
	height: 20px;
}
.share-bl ul{padding: 8px 0 0 2px;}
.share-bl ul li{
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.share-bl ul li a{
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../../images/bestsad/sprite.png);
	background-repeat: no-repeat;
}
.ic1 a{background-position: 0 -314px;}
.ic2 a{background-position: -21px -314px;}
.ic3 a{background-position: -42px -314px;}
.ic4 a{background-position: -63px -314px;}
.ic5 a{background-position: -84px -314px;}
.ic6 a{background-position: -105px -314px;}
.ic7 a{background-position: -126px -314px;}
.ic8 a{background-position: -147px -314px;}
.ic9 a{background-position: -168px -314px;}
.ic10 a{background-position: -189px -314px;}
.ic11 a{background-position: -210px -314px;}

.sec-wrap-tabs{
	clear: both;
	padding: 40px 0 0;
}
.box{display: none; padding: 35px 0 0;}
.box.visible{display: block;}

.tabs li{
	display: inline-block;
	color: #47a43a;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dashed #47a43a;
	cursor: pointer;
	margin-right: 36px;
	padding-bottom: 2px;
}
.tabs li.current{
	cursor: default;
	border: none;
	color: #000;
}
.certificate-bl{
	float: right;
	width: 451px;
}
.tt-tabs-bl{
	color: #616161;
	font-weight: bold;
	font-size: 16px;
	padding: 1px 0 12px 2px;
}
.table-char{
	margin-right: 488px;
}
.table-char table{
	width: 100%;
	margin: 8px 0 0;
}
.table-char table td{
	padding: 6px 12px 7px;
	border-bottom: 1px solid #d9d9d9;
	color: #707070;
}
.table-char table .style-color-tr td{background: #f8f8f8;}
.table-char table tr:first-child td{
	border-top: 1px solid #d9d9d9;
}
.show-all-char{
	color: #4ba03e;
	padding: 14px 0;
}
.description-bl{
	padding: 12px 0 0;
}
.description-bl p{
	padding-bottom: 15px;
	line-height: 18px;
}
.other-product-carousel{
	padding: 22px 0 28px;
	clear: both;
}
.tt-repeat-other{
	color: #191919;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 18px;
}
.two-pan-bl{
	overflow: hidden;
	margin-left: -16px;
	padding-top: 20px;
}
.pan-bl-rep{
	float: left;
	width: 461px;
	margin-left: 16px;
	padding-bottom: 5px;
}
.pan-bl-rep div{
	border: 1px solid #c8c6c6;
	margin-top: -2px;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	height: 68px;
	padding: 8px 26px 0 20px;
	overflow: hidden;
}
.pan-bl-rep div p{
	padding: 12px 0 0;
	line-height: 18px;
}
.pan-bl-rep div p a{color: #7b7b7b;}
.pan-bl-rep div p span{
	display: block;
	font-size: 14px;
}
.pan-bl-rep div p.price-tt-rep{
	float: right;
	font-weight: bold;
	font-size: 18px;
	color: #474747;
	padding: 22px 0 0;
}
.pan-bl-rep div p.price-tt-rep span{display: inline;}
.fl-prod{float: left; margin-right: 20px;}

.services-inline{
	padding: 20px 0 9px;
	height: 95px;
}
.services-inline li{
	display: inline-block;
	padding-right: 40px;
}
.services-inline li a{
	display: block;
	position: relative;
	width: 80px;
	height: 53px;
}
.services-inline li a > span{
	top: 0;
	left: 0;
}
.services-inline .details-icon3{top: 3px;}
.services-inline .details-icon4{top: 14px;}
.services-inline .details-icon5{
	width: 65px;
	height: 45px;
	position: absolute;
	left: 0;
	top: 3px;
	background: url(../../images/bestsad/sprite.png) -83px -338px no-repeat;
}
.services-inline li a:hover .hover-hint{display: block;}
.services-inline li a .hover-hint,.hover-hint{
	display: none;
	position: absolute;
	background: #fff;
	top: 57px;
	left: -48px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
	border-bottom: 1px solid #b2b2b2;
	padding: 10px 0;
	width: 154px;
	text-align: center;
	font: bold 14px/18px 'Myriad Pro', Arial, sans-serif;
	color: #c67405;
	-webkit-box-shadow: 0px 0px 3px #cfcfcf;
	-moz-box-shadow: 0px 0px 3px #cfcfcf;
	box-shadow: 0px 0px 3px #cfcfcf;
	z-index: 10;
}
.services-inline li a .hover-hint span,.present-corner-t,.hover-hint span{
	width: 15px;
	height: 9px;
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -7px;
	background: url(../../images/bestsad/sprite.png) -59px -339px no-repeat;
}

.card-prouct .reviews-bl{
	margin-left: -16px;
	width: 968px;
}
.tt-reviews-bl{
	background: #50b042;
	display: inline-block;
	margin-bottom: -1px;
	position: relative;
	-moz-border-radius: 2px 2px 0 0 ;
	-webkit-border-radius: 2px 2px 0 0 ;
	border-radius: 2px 2px 0 0 ;
	padding: 9px 12px 6px 14px;
	font: bold 16px 'Myriad Pro', Arial, sans-serif;
	color: #fff;
}
.tt-reviews-bl span{
	font: normal 12px Arial, sans-serif;
	margin: 0 0 0 14px;
	position: relative;
	top: -2px;
}
.tt-reviews-bl a{color: #fff;}
.rev-bb{
	border: 1px solid #dedddd;
	padding: 28px 0 22px;
}
.rev-bb article{
	display: inline-block;
	width: 211px;
	margin: 0 7px 0 20px;
	vertical-align: top;
}
.foot-line-credit{
	display: inline-block;
	vertical-align: middle;
	font: 12px/16px 'Myriad Pro', Arial, sans-serif;
	color: #474747;
	padding: 0 0 0 76px;
	position: relative;
	top: -3px;
}
.foot-line-credit b{display: block; line-height: 14px;}
.cred-icon{
	position: absolute;
	left: 12px;
	top: -5px;
	width: 52px;
	height: 36px;
	background: url(../../images/bestsad/sprite.png) -158px -339px no-repeat;
}
.present-pop-up{
	position: absolute;
	top: 36px;
	background: #fff;
	z-index: 10;
	border: 1px solid #cccccc;
	border-bottom: 1px solid #b2b2b2;
	width: 395px;
	left: -120px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-left: 20px;
}
.present-pop-up table{
	width: 100%;
}
.present-pop-up table td{
	width: 253px;
	padding: 12px 0 0 0;
	position: relative;
	-webkit-box-shadow: inset 0px -1px 0px 0 #e5e5e5);
	-moz-box-shadow: inset 0px -1px 0px 0 #e5e5e5;
	box-shadow: inset 0px -1px 0px 0 #e5e5e5;
}
.present-pop-up table td.price-rd-present{
	width: 122px;
	padding: 0 20px 0 0;
	background: #f8f8f8;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.present-pop-up table td a{float: left;}
.present-pop-up table td:first-child p{
	margin-left: 95px;
	position: relative;
	padding: 25px 10px 0 0;
	line-height: 18px;
}
.present-pop-up table td:first-child p input{
	position: absolute;
	left: -22px;
	top: 28px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.present-pop-up table td a img{margin-left: -10px;}
.present-pop-up table td p a{
	float: none;
	color: #5e5e5e;
}
.present-pop-up table .last-line-table td div,.present-pop-up table .last-line-table td{
	border-bottom: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.price-rd-present div{
	padding: 39px 0 30px 15px;
	border: 1px solid #e5e5e5;
	border-right: none;
	border-top: none;
	color: #5e5e5e;
	height: 56px;
}
.price-rd-present div p{
	font-weight: bold;
	font-size: 20px;
	color: #4ba03e;
	padding: 7px 0 0;
}
.price-rd-present div p span{font-size: 14px;}

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	visibility: hidden;
	top: 100px;
	left: 50%;
	margin-left: -186px;
	width: 373px;
	background: #ffffff;
	position: absolute;
	z-index: 101;
	padding:0;
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:0 0 6px #242424;
	-webkit-box-shadow: 0 0 6px #242424;
	-box-shadow: 0 0 6px #242424;
}

.reveal-modal .close-reveal-modal{
	position: absolute;
	top: 20px;
	right: 38px;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
}
.close-reveal-modal span{
	position: absolute;
	right: -19px;
	top: 2px;
	width: 11px;
	height: 11px;
	background: url(../../images/bestsad/sprite.png) -61px -364px no-repeat;
}
.tt-rev-arr{
	position: absolute;
	right: -19px;
	left: 50%;
	margin-left: -6px;
	top: -6px;
	width: 11px;
	height: 6px;
	background: url(../../images/bestsad/sprite.png) -61px -352px no-repeat;
}
.tt-rev-modal{
	background: #50b042;
	position: relative;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	font-size: 22px;
	font-weight: bold;
	padding: 19px 30px 21px 19px;
	color: #fff;
}
.fast-order{padding: 23px 20px 30px;}
.fast-order p{
	font-weight: bold;
	font-size: 14px;
	color: #585858;
}
.fast-order p.tt-f-rev{
	font-weight: normal;
	color: #a3a3a3;
	padding: 0px 30px 25px 0;
	line-height: 18px;
	text-shadow: 0 1px #449838;
}
.fast-order p input{
	border: 1px solid #c2c2c2;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 311px;
	height: 35px;
	background: #fff;
	margin-top: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.fast-order .wrap-btn{
	padding: 32px 0 0;
	text-align: center;
}
.fast-order .btn{
	font-size: 16px;
	font-weight: bold;
	padding: 0 23px;
	-webkit-box-shadow: 0 4px 0px -1px #ddb6cf inset;
	-moz-box-shadow: 0 4px 0px -1px #ddb6cf inset;
	box-shadow: 0 4px 0px -1px #ddb6cf inset;
	height: 45px;
	line-height: 45px;
}

.old-price-buy-box{
	display: inline-block;
	width: 92px;
	vertical-align: middle;
}
.old-price-buy-box span{
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	padding-bottom: 9px;
}
.price-today{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	padding-right: 5px;
}
.price-today b{
	font-size: 24px;
	font-weight: bold;
	color: #474747;
	display: block;
	padding: 23px 0 0px;
}
.price-today b span{font-size: 18px;}
.top-p-today{
	border-top: 1px solid #b56196;
	border: 1px solid #b56196;
	border-bottom: none;
	background: #b56196;
	height: 28px;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	width: 120px;
	text-align: center;
	position: absolute;
	top: -23px;
	left: 16px;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	-webkit-box-shadow: 0 4px 2px -2px #ddb6cf inset;
	-moz-box-shadow: 0 4px 2px -2px #ddb6cf inset;
	box-shadow: 0 4px 2px -2px #ddb6cf inset;
}
.top-p-today span{
	position: absolute;
	left: 50%;
	width: 11px;
	height: 6px;
	bottom: -6px;
	margin-left: -7px;
	background: url(../../images/bestsad/sprite.png) -60px -378px no-repeat;
}
.boc-aside-col{
	display: inline-block;
	width: 100px;
	color: #555555;
	vertical-align: middle;
	font-size: 12px;
}
.boc-aside-col b{font-size: 14px;}
.boc-aside-col span{display: block; padding-top: 2px;}
.buy-one-click-sec .wrap-btn{
	height: 30px;
}
.buy-one-click-sec .wrap-btn .btn{
	top: -11px;
	border-top: none;
	width: 120px;
	height: 58px;
	line-height: 54px;
	padding: 0;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 -3px 2px 0px #ddb6cf inset;
	-moz-box-shadow: 0 -3px 2px 0px #ddb6cf inset;
	box-shadow: 0 -3px 2px 0px #ddb6cf inset;
}
.buy-one-click-sec .btn span{
	position: absolute;
	left: 50%;
	width: 11px;
	height: 6px;
	top: 0;
	margin-left: -7px;
	background: url(../../images/bestsad/sprite.png) 0 -32px no-repeat;
}
.buy-one-click-sec .boc-btn{
	float: right;
	margin: 8px 0 0;
}

.tbl-prod-form h1{padding: 6px 0;}
.tbl-prod-form  table{
	margin: 14px 0;
	width: 100%;
}
.tbl-prod-form  table td{
	border-top: 1px solid #e5e5e5;
	padding: 15px 0 20px;
	width: 50%;
	text-align: right;
}
.tbl-prod-form  table td:first-child{
	text-align: left;
	padding-left: 20px;
}
.tbl-prod-form  table td:first-child p{
	padding: 20px 20px 0 0;
	margin-left: 118px;
	line-height: 18px;
	position: relative;
}
.tbl-prod-form  table td:first-child p a{
	color: #474747;
	font-size: 14px;
}
.fl-prod{float: left;}
.abs-tbl-tt{
	position: absolute;
	top: 10px;
	left: 25px;
	font-weight: bold;
	color: #d4840f;
}
.abs-tbl-tt span{
	position: absolute;
	top: -4px;
	left: -26px;
	width: 17px;
	height: 20px;
	background: url(../../images/bestsad/sprite.png) -215px -336px no-repeat;
}
.tbl-prod-form  table td:first-child p.surp-onep{
	padding-top: 35px;
}
.tbl-prod-form td div{
	padding: 20px 0;
}
.tbl-prod-form td div input{
	position: relative;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid #cccccc;
	color: #4b4b4b;
	text-align: center;
	width: 55px;
	padding: 0;
	height: 29px;
	font: bold 14px Arial, sans-serif;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.tbl-prod-form td div input.tbl-inp-inactive{
	border: 1px solid #cccccc;
	color: #b3b3b3;
}
.cart-tbl-btn{
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 19px;
	background: url(../../images/bestsad/sprite.png) -148px -239px no-repeat;
	border: none;
	margin: 0 15px;
}
.ctblb-inactive{
	background-position: -148px -215px;
	cursor: default;
}
.price-cart-tbl{
	color: #4b4b4b;
	display: inline-block;
	vertical-align: middle;
	height: 19px;
	line-height: 22px;
	font-size: 14px;
	margin: 0 27px 0 5px;
}
.delete-cart-btn{
	color: #4b4b4b;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #cccccc;
	text-align: center;
	width: 85px;
	height: 29px;
	line-height: 29px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	background: #fefefe; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fefefe 0%, #fcfcfc 14%, #e3e3e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(14%,#fcfcfc), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#fcfcfc 14%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#fcfcfc 14%,#e3e3e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#fcfcfc 14%,#e3e3e3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#fcfcfc 14%,#e3e3e3 100%); /* W3C */
}
.tbl-prod-form tfoot td{
	border-bottom: 1px solid #e5e5e5;
	padding: 11px 30px 10px;
	background: #f7f7f7;
}
.tbl-prod-form tfoot td:first-child p{
	padding: 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #4b4b4b;

}
.tbl-prod-form tfoot p span{
	font-size: 18px;
	margin-left: 13px;
}
.tbl-prod-form tfoot p span span{
	font-size: 14px;
	margin-left: 0;
}
.last-tbl-step{
	overflow: hidden;
	padding: 10px 0;
}
.last-tbl-step .btn{
	float: right;
	height: 44px;
	line-height: 44px;
	padding: 0 27px;
	font-weight: bold;
	font-size: 18px;
}
.last-tbl-step .btn span{
	font-size: 16px;
	border-bottom: 1px dashed #fff;
}
.back-byu-tbl{
	font-size: 16px;
	display: inline-block;
	padding: 14px 0 0;
	color: #4b4b4b;
}
.back-byu-tbl a{
	color: #4b4b4b;
	font-size: 14px;
	margin-left: 6px;
}
.order-form{
	border: 1px solid #dcdcdc;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 12px;
	padding-bottom: 31px;
	margin-bottom: 10px;
}
.tt-f-order{
	border-bottom: 1px solid #dcdcdc;
	position: relative;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background: #f8f8f8;
	padding: 17px 0 16px 19px;
	font-size: 20px;
	font-weight: bold;
	color: #191919;
	margin-bottom: 15px;
}
.steps-order-form{
	width: 420px;
	padding: 15px 5px 0 19px;
	color: #4B4B4B;
}
.steps-order-form label {
	font-size: 14px;
	padding-bottom: 5px;
}
.steps-of-aside{
	float: right;
	margin-right: 22px;
	width: 433px;
}
.steps-order-form .steps-tt-form{
	color: #d4840f;
	font-weight: bold;
	font-size: 18px;
	padding: 0 0 29px;
}
.steps-of-aside .steps-tt-form{
	vertical-align: top;
	padding-bottom: 8px;
}
.steps-of-aside .steps-tt-form a{
	margin-left: 190px;
	position: relative;
	/* top: -10px; */
}
.steps-order-form p{
	padding: 0 10px 16px 0;
	position: relative;
}
.steps-order-form p.textarea-bb span{
	vertical-align: top;
	padding: 10px 16px 0 0;
}
.steps-order-form p span{
	width: 154px;
	display: inline-block;
	text-align: right;
	color: #4b4b4b;
	font-size: 14px;
	vertical-align: middle;
	padding-right: 16px;
}
.steps-of-aside p span{width: 167px;}
.steps-order-form p .flag-sp{
	position: absolute;
	right: -1px;
	top: 6px;
	width: 12px;
	height: 17px;
	padding: 0;
	background: url(../../images/bestsad/sprite.png) -218px -360px no-repeat;
}
.steps-order-form .hint-order-flag .flag-sp{
	position: relative;
}
.steps-order-form p.of-ur-razdel{
	background: #f8f8f8;
	border: 1px solid #dfdfdf;
	padding: 13px;
	margin: 14px 20px 30px 2px;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.steps-order-form p.of-ur-razdel span{
	display: inline;
	border-bottom: 1px dashed #4b4b4b;
	margin-left: 7px;
	font-size: 14px;
	font-weight: bold;
	padding-right: 0;
}
.steps-order-form p span.bot-inp-txt{
	display: block;
	width: 210px;
	margin-left: 172px;
	color: #a2a2a2;
	font-size: 11px;
	text-align: left;
	padding: 3px 0 0;
}
.add-map{margin-left: 52px; color: #646464;}
.add-map button{
	margin-right: 8px;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #707070;
	background: #ebebeb;
	padding: 1px 6px;
	-webkit-box-shadow: inset 0px 0px 0px 1px #f3f3f3;
	-moz-box-shadow: inset 0px 0px 0px 1px #f3f3f3;
	box-shadow: inset 0px 0px 0px 1px #f3f3f3;
	background: #f2f2f2; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmNmY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #f0f0f0 23%, #ebebeb 46%, #dbdbdb 54%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(23%,#f0f0f0), color-stop(46%,#ebebeb), color-stop(54%,#dbdbdb), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#f0f0f0 23%,#ebebeb 46%,#dbdbdb 54%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#f0f0f0 23%,#ebebeb 46%,#dbdbdb 54%,#cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#f0f0f0 23%,#ebebeb 46%,#dbdbdb 54%,#cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f2f2 0%,#f0f0f0 23%,#ebebeb 46%,#dbdbdb 54%,#cfcfcf 100%); /* W3C */
}

.hint-order-flag{
	padding: 12px 0  0 191px;
	color: #b8b8b8;
	font-size: 14px;
}
.hint-order-flag .flag-sp{
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 17px;
	margin: -2px 7px 0 9px;
	padding: 0;
	background: url(../../images/bestsad/sprite.png) -218px -360px no-repeat;
}
.wrap-btn-order{padding: 25px 0 0 192px;}
.wrap-btn-order .btn{
	height: 46px;
	line-height: 46px;
	width: 227px;
	font-weight: bold;
	font-size: 16px;
}


/* Dropdown control */
.selectBox-dropdown {
	text-decoration: none;
	text-align: left;
	color: #000;
	outline: none;
	vertical-align: middle;
	min-width: 225px;
	height: 30px;
	padding: 0;
	color: #444;
	position: relative;
	border: 1px solid #c8c8c8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 4px #efefef;
	-moz-box-shadow: 0px 0px 4px #efefef;
	box-shadow: 0px 0px 4px #efefef;
	display: inline-block;
	cursor: default;
	background-color: #FFFFFF;
}
.col-sort .selectBox-dropdown{
	min-width: 76px;
	height: 28px;
	margin-left: 8px;
}
.sort-pagin .selectBox-dropdown{
	min-width: 186px;
	height: 28px;
	margin-left: 12px;
}

.wrap-sl-f-other .selectBox-dropdown{min-width: 190px;}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
	border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.col-sort .selectBox-dropdown .selectBox-label,
.sort-pagin .selectBox-dropdown .selectBox-label{
	font-size: 14px;
	font-weight: normal;
}
.selectBox-dropdown .selectBox-label {
	padding: 0 8px;
	line-height: 30px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	width: 180px;
	text-align: left;
	height: 100%;
	color: #4b4b4b;
	font-size: 12px;
}

.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 19px;
	height: 100%;
	background: url(../../images/bestsad/select-arr.png) 0 12px no-repeat;
	padding: 0;
}


/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	min-height: 1em;
	border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
	background: #FFF;
	overflow: auto;
}


/* Inline control */
.selectBox-inline {
	min-width: 150px;
	outline: none;
	border: solid 1px #BBB;
	background: #FFF;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

.selectBox-inline:focus {
	border-color: #666;
}


/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
	color: #4b4b4b;
}

.selectBox-options LI A {
	line-height: 1.5;
	padding: 0 .5em;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
}

.selectBox-options LI.selectBox-hover A {
	background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}


/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}

.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}
.brand-bl{
	position: relative;
	text-align: center;
}
.brand-bl p{
	position: absolute;
	bottom: 17px;
	left: 16px;
	z-index: 10;
	color: #fff;
	font-size: 24px;
}
.catalog-prod-bl{padding: 20px 0 0;}
.catalog-prod-bl h1{padding: 0 0 17px 14px;}
.catalog-prod-bl ul{margin-left: -12px; padding-bottom: 5px;}
.catalog-prod-bl ul li{
	display: inline-block;
	width: 230px;
	margin-left: 13px;
	padding-bottom: 20px;
}
.catalog-prod-bl ul li a{
	display: block;
	background: #ededed;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 14px;
}
.catalog-prod-bl ul li a img{margin-bottom: 10px;}


.formCost {
	float: left;
	margin-bottom: 10px;
}
.formCost label {
	font-size: 14px;
	color: #000000;
	margin-right: 5px;
}
.formCost input {
	width: 55px;
	margin-right: 7px;
	font-size: 14px;
	font: #737373;
}

.sliderCont {
	width: 211px;
	height: 7px;
	float: left;
	margin-top: 10px;
}

#slider {
	width: 211px;
	background: url(../../images/bestsad/filter-slide.png) 0 0 no-repeat;
}

.ui-slider {
	position: relative;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 13px;
	height: 25px;
	background: url(../../images/bestsad/sprite.png) -146px -406px no-repeat;
	cursor: pointer
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	overflow: hidden;
}
.ui-slider-horizontal {
	 height: 3px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -10px;
	margin-left: -6px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-widget-content {
	height: 7px;
	width: 211px;
}
.ui-widget-header {

}
.ui-corner-all {

}

.filter-prod{
	padding: 1px 15px 20px;
	margin-bottom: 19px;
}
.filter-prod form{
	margin: 15px 0 0;
	padding: 17px 10px 15px 19px;
	position: relative;
	background: #ebebeb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.brands-manufact{padding-bottom: 25px;}
.brands-manufact p{
	display: inline-block;
	padding-right: 20px;
}
.brands-manufact p label{
	margin-left: 3px;
	color: #5a5a5a;
	text-decoration: underline;
}
.brands-manufact p span{
	font-size: 11px;
	color: #7d7d7d;
}
.brands-manufact .tt-manufact{
	font-size: 16px;
	font-weight: bold;
	color: #191919;
	padding-bottom: 16px;
	display: block;
}
.brands-manufact .manufact-show-all{
	display: block;
	padding: 15px 0 0;
	line-height: 12px;
}
.manufact-show-all a{
	border-bottom: 1px dashed #3e8f32;
	font-size: 14px;
	text-decoration: none;
}
.manufact-show-all a:hover{border: none;}
.wrap-sl-f:first-child{
	border-left: none;
	padding: 0;
}
.wrap-sl-f.wrap-sl-f-last{
	border-right: none;
}
.sliders-filters .hidden-active{
	display: none;
}
.wrap-sl-f{
	float: left;
	width: 230px;
	padding-left: 19px;
	height: 95px;
	border-right: 1px solid #dadada;
	border-left: 1px solid #fff;
}
.wrap-sl-f-other {
	padding-top:10px;
}
.wrap-sl-f-other label{
	font-size: 14px;
	color: #000;
	padding-right:10px;
}
.wrap-sl-f-other input{
	width: 35px;
}
.wrap-sl-f-other .value_params{float:left;padding-right: 10px;}
.tt-slider-f{
	font-size: 16px;
	font-weight: bold;
	color: #191919;
	padding-bottom: 15px;
}
.sliders-filters{
	padding-bottom: 20px;
	 position: relative;
}
.sliders-filters .btn{
	position: absolute;
	right: 20px;
	top: 39px;
	padding: 0 10px;
	height: 30px;
	line-height: 26px;
	font-weight: bold;
}
.more-parametrs{
	position: absolute;
	bottom: -29px;
	left: 50%;
	height: 18px;
	border: 1px solid #c1c1c1;
	border-top: none;
	width: 193px;
	padding: 0 0 10px 22px;
	margin-left: -107px;
	-moz-border-radius: 0 0 12px 12px;
	-webkit-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
	background: #ebebeb;
}
.more-parametrs span{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dashed #6a6a6a;
	cursor: pointer;
}
.more-parametrs .btn-arr-parametrs{
	border-bottom: none;
	position: absolute;
	width: 19px;
	height: 19px;
	background: url(../../images/bestsad/sprite.png) -149px -381px no-repeat;
	right: 17px;
	top: -2px;
	cursor: pointer;
}

.pagination-bl-filter{
	padding-top: 10px;
}
.col-sort{
	font-weight: bold;
	color: #414141;
	float: right;
}
.sort-pagin{
	float: left;
	font-weight: bold;
	color: #414141;
	margin-right: 80px;
}
.pagination{
	padding: 4px 0 22px;
}
.pagination li{
	display: inline-block;
}
.pagination li a{
	display: block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.pagination .show-all a{
	width:100px;
}

.pagination li.active a {
	font-weight: bold;
	background: #4ba03e;
	text-decoration: none;
	color: #fff;
}
.product-fl{
	margin: 10px 0 18px;
	border: 1px solid #e5e5e5;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 18px 18px 16px 0;
}
.prod-fl-r{
	float: right;
	width: 225px;
}
.prod-fl-r .btn{
	float: right;
	margin-top: 7px;
}
.prod-fl-price{
	padding: 0 100px 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #ff7e00;
}
.prod-fl-price del{
	font-weight: normal;
	color: #8d8d8d;
	display: block;
	padding-bottom: 6px;
}
.prod-fl-price p{
	padding-top: 7px;
	font-size: 18px;
	color: #474747;
}
.prod-fl-price p span{font-size: 14px;}
.prod-fl-discount{
	font-size: 14px;
	font-weight: bold;
	color: #4ba03e;
	padding-bottom: 21px;
}
.prod-fl-discount span{
	font-weight: normal;
	margin-left: 4px;
}
.read-rev{
	padding: 24px 0 14px 23px;
	position: relative;
}
.read-rev a{color: #8f8f8f;}
.read-rev span{
	position: absolute;
	left: -1px;
	top: 22px;
	width: 20px;
	height: 19px;
	background: url(../../images/bestsad/sprite.png) 0 -390px no-repeat;
}
.chek-bl{padding-left: 2px;}
.chek-bl label{
	color: #5e5e5e;
	border-bottom: 1px dashed #5e5e5e;
	margin-left: 5px;
}
.prod-fl-img{
	float: left;
	width: 268px;
	text-align: center;
	margin: 26px 0 0;
}
.prod-fl-main-info{
	padding: 0 245px 0 277px;
	margin-top: -2px;
}
.prod-fl-main-info .name-brief{padding-bottom: 16px; font-weight: normal;}
.prod-fl-main-info .name-brief a{color: #616161}
.prod-fl-main-info p{line-height: 16px;}
.icons-bl-prod{
	padding: 8px 0 0;
}
.icons-bl-prod p{
	display: inline-block;
	margin-right: 7px;
	position: relative;
}
.icon-frst-prod,.icon-sec-prod,.icon-thr-prod{
	display: block;
	width: 34px;
	height: 34px;
	background-image: url(../../images/bestsad/sprite.png);
	background-repeat: no-repeat;
}
.icon-four-prod{
	display: block;
	width: 34px;
	height: 34px;
	background-image: url(../../images/bestsad/best-ico.png);
	background-repeat: no-repeat;
}
.icon-frst-prod{background-position: 0 -431px;}
.icon-sec-prod{background-position: -44px -431px;}
.icon-thr-prod{background-position: -88px -431px;}
.icons-bl-prod .warranty-icon{
	margin-left: 5px;
	vertical-align: top;
}
.video-icon{
	display: inline-block;
	width: 111px;
	position: relative;
	top: 2px;
	height: 33px;
	margin-left: 2px;
	background: url(../../images/bestsad/sprite.png) -28px -394px no-repeat;
}
.icons-bl-prod p:hover span.hover-hint{
	display: block;
	top: 36px;
	left: -48px;
	width: 128px;
}
.wrapper-product-filter-page{
	padding-bottom: 7px;
	padding-left: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.wrapper-product-filter-page p {	line-height: 20px;
    padding-right: 10px;}
.ban-pr{
	text-align: center;
	margin-bottom: 15px;
}
.prod-typo-info{
	padding-top: 0;
}


#myModal {
	visibility:hidden;
}

#aside-menu {
	display:none;
}

#cart-h-drop-d {
	display:none;
}

.present-pop-up{
	visibility:hidden;
}

.present-card:hover .present-pop-up{
	visibility:visible;
}

.qmark {
	display:inline;
}

.c_success {
	color:green;
	font-weight:bold;
	font-size: 16px;
}

.c_error {
	color:red;
	font-weight:bold;
	font-size: 16px;
	padding-top:10px;
}

.brands-manufact td{padding-bottom:5px;}

.block_aux{padding-left:20px;line-height: 20px;}
.block_aux_2{padding-left:20px;}


.rev-bb .review-brief{color:#D38003;}

/************************
BLOG STYLES
***************************/
.post_title{
 color: #666;
 margin-top: 30px;
 margin-bottom: 0px;
 font-size:120%;
}
.post_date{
 color: #999;
 border: 0px solid #EEE;
 border-top-width: 1px;
 margin-bottom: 15px;
 }
.post_content{
 padding-left: 15px;
}

/************************
PRODUCT REVIEWS STYLES
***************************/
.review_block
{ margin-left: 20px;
}
.review_title{
 color: #333;
 margin-top: 10px;
 margin-bottom: 0px;

}
.review_date{
 color: #999;
 border: 0px solid #EEE;
 border-top-width: 1px;
 font-size: 90%;
 margin-bottom: 5px;
 }
.review_content{
 color: #333;
 padding-left: 20px;
}
.review_showall{
 margin-left: 20px;
}

.table_review td{
	padding:5px;
}

.catalog-prod-bl p {
    line-height: 18px;
    margin: 0 0 10px 10px;
}
.last_compare{text-align:center;}



.product-slider h2 {
    padding: 0 0 9px 68px;
    position: relative;
}
.product-slider h2 span{
	position: absolute;
	left: -3px;
	top: -24px;
	width: 64px;
	height: 64px;
	z-index: 10;
	background-image: url(../../images/bestsad/sprite.png);
	background-repeat: no-repeat;
}

.banners {
    margin: 0;
    padding: 0 0 0 20px;
}
.banners li {
    float: left;
    list-style-type: none;
    overflow: hidden;
    padding: 20px 40px 20px 0;
}
.banners li div{text-align:center;}

.banners img {
    height: 230px;
}

#toTop {
width:100px;
border:1px solid #ccc;
background:#4cbb17;
text-align:center;
padding:5px;
position:fixed;
bottom:10px; /* отступ кнопки от нижнего края страницы*/
right:10px;
cursor:pointer;
display:none;
color:#333;
font-family:verdana;
font-size:11px;
}


.tbl_reserve td {
    padding: 5px;
}


.reserve_btn > input {
    margin: 10px 0 10px 5px;
    width: 200px;
	height: 32px;
}


.reserve_info {
    font-size: 18px;
    padding: 0 0 10px;
}


.form_wrapper {
    padding: 5px;
}
.form_wrapper > p {
    margin-bottom: 10px;
}
.form_wrapper input[type="submit"] {
    font-size: 14px;
    height: 29px;
    width: 150px;
}

.background1, .background1 td {
    background-color: #d9e9ff;
    font-weight: bold;
    height: 30px;
    vertical-align: middle;
}

.wishlist-table td {
    vertical-align: middle;
}
.wishlist-table .wish-img{width:100px;}

.link-block {
    max-height: 41px;
    overflow: hidden;
	clear: both;
	    padding-right: 130px;
}

.link-block a{
	display:inline-block;
	margin:0 0 5px 0;
}

.sliders-filters .link-reset{
    top: 80px;
    width: 79px;
	height: 27px;
	text-align: center;
}