/* General settings */
@font-face{
	font-family: 'ArialNarrowRegular';
	src: url('fonts/arial_narrow-webfont.eot');
	src: url('fonts/arial_narrow-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/arial_narrow-webfont.woff') format('woff'),
	url('fonts/arial_narrow-webfont.ttf') format('truetype'),
	url('fonts/arial_narrow-webfont.svg#ArialNarrowRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ArialNarrowBold';
	src: url('fonts/arial_narrow_bold-webfont.eot');
	src: url('fonts/arial_narrow_bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/arial_narrow_bold-webfont.woff') format('woff'),
	url('fonts/arial_narrow_bold-webfont.ttf') format('truetype'),
	url('fonts/arial_narrow_bold-webfont.svg#ArialNarrowBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Criovision-FontBold';
	src: url('fonts/criovision-font-webfont.eot');
	src: url('fonts/criovision-font-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/criovision-font-webfont.woff') format('woff'),
	url('fonts/criovision-font-webfont.ttf') format('truetype'),
	url('fonts/criovision-font-webfont.svg#Criovision-FontBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Museo500';
	src: url('fonts/museo_500-webfont.eot');
	src: url('fonts/museo_500-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/museo_500-webfont.woff') format('woff'),
	url('fonts/museo_500-webfont.ttf') format('truetype'),
	url('fonts/museo_500-webfont.svg#Museo500') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin:0;
	padding:0;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset{margin:0 0 14px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
	border:0;
	background:none;
}
body {
	color:#000101;
	font:12px Arial, Helvetica, sans-serif;
	background:#121c24;
	min-width:984px;
}
a {
	text-decoration:underline;
	color:#a42632;
}
a:hover {text-decoration:none;}
input, textarea, select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#575757;
}
textarea, select{overflow:auto;}
label{vertical-align:middle;}
button, input{
	width: auto;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
h1{font-size:200%;}
h2{font-size:150%;}
h3{font-size:120%;}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:90%;}
i, cite, em, var, dfn, address{font-style:italic;}
u, ins {text-decoration: underline;}
s, strike, del {text-decoration: line-through;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}
table, caption, tbody, tfoot, thead, tr, th, td{
	border-collapse: collapse;
	border-spacing: 0;
}
th, td{
	border:1px solid #ccc;
	padding:3px 7px;
	text-align:left;
	vertical-align:top;
}
th{
	border-color:#999;
	text-align:center;
	vertical-align:middle;
}
ul{margin-left:1px;}
ul li, ol li{list-style-position:inside;}
ul li{list-style-type:disc;}
input[type=submit]:hover{cursor:pointer;}
/* wrapper */
#wrapper{
	width:933px;
	margin:0 auto;
}
.index #wrapper{width:916px;}
/* header */
#header{
	width:100%;
	padding-top:20px;
}
#header .section{
	overflow:hidden;
	padding-bottom:5px;
}
/* social-networks */
.social-networks{
	float:right;
	margin:0;
	padding:0;
}
.social-networks li{
	list-style-position:outside;
	list-style-type:none;
	float:left;
	padding: 0 7px 0 0;
}
.social-networks a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background: url(images/ico-social-networks.jpg) no-repeat;
	width:27px;
	height:27px;
}
.social-networks .twitter{background-position:-34px 0;}
.social-networks .you-tube{background-position:-68px 0;}
/* header contacts */
#header .contacts{
	margin:0;
	padding:14px 15px 0 0;
	float:right;
	font-size:11px;
	line-height:14px;
	color:#fff;
	overflow:hidden;
}
*+html #header .contacts{padding-right:13px;}
#header .contacts a{
	color:#fff;
	text-decoration:none;
}
#header .contacts dt{
	display:inline;
	background: url(images/separator.gif) no-repeat 0 50%;
	padding:0 0 0 7px;
	margin-left:-2px;
}
#header .contacts dd{
	padding:0 3px 0 0;
	margin:0;
	display:inline;
}
#header .area{
	position:relative;
	padding-top:30px;
	width:933px;
	min-height:254px;
	background:#797979 url(images/bg-header.jpg) no-repeat;
}
.index #header .area{
	width:916px;
	padding-top:29px;
	background:#797979 url(images/bg-header-index.jpg) no-repeat;
	min-height:250px;
}
#header .area:after{
	content:"";
	display:block;
	clear:both;
}
/* logo */
.logo{
	display:block;
	background:url(images/logo.png) no-repeat;
	width:397px;
	height:244px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 -32px;
	position:relative;
}
.index .logo{
	background:url(images/logo-index.png) no-repeat;
	width:391px;
	height:240px;
}
.logo a{
	display:block;
	height:100%;
}
#header .news-area{
	position:absolute;
	bottom:70px;
	right:50px;
	width:405px;
	max-height:168px;
	min-height:24px;
	overflow:hidden;
	color:#121c24;
	font:10px/14px 'Criovision-FontBold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	word-spacing:2px;
	margin:0;
	padding:0;
}
.index #header .news-area{
	bottom:70px;
	right:50px;
}
#header .news-area li{
	list-style-type:none;
	width:100%;
}
.js-prepare #header .news-area li {visibility:hidden;}
/* main navigation */
#nav{
	margin:-44px 0 0;
	width:553px;
	float:left;
	padding:0 0 10px 380px;
	overflow:hidden;
	background: url(images/bg-nav.gif) repeat-x 0 100%;
	font:12px/16px 'ArialNarrowRegular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
}
.index #nav{
	margin-top:-43px;
	padding-left:373px;
	width:543px;
}
#nav.active{background: url(images/bg-nav-active.gif) repeat-x 0 100%;}
#nav li{
	float:left;
	width:107px;
	padding-right:1px;
	list-style-position:outside;
	list-style-type:none;
}
.index #nav li{padding:0;}
#nav a{
	float:left;
	background: url(images/bg-nav-item.png) no-repeat;
	width:99px;
	height:16px;
	padding:2px 7px 3px 1px;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
#nav a:hover,
#nav .active a{
	background: url(images/bg-nav-item-active.png) no-repeat;
	color:#ad222e;
}
#nav .cart a{
	padding-right:33px;
	width:73px;
	background: url(images/bg-nav-cart.png) no-repeat;
}
#nav .cart a:hover,
#nav .active.cart a{background: url(images/bg-nav-cart-active.png) no-repeat;}
/* promo block */
.promo{
	width:100%;
	background: url(images/bg-promo.jpg) no-repeat 0 100%;
}
.promo:after{
	content:"";
	display:block;
	clear:both;
}
.alignleft{float:left;}
.alignright{float:right;}
.promo .alignright{
	margin:-30px 0 -24px;
	position:relative;
}
/* promo slideshow */
.promo .slideshow{
	width:627px;
	position:relative;
}
.promo .slideshow .images{
	width:627px;
	height:248px;
	position:relative;
	overflow:hidden;
}
.promo .slideshow .images img{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.promo .slideshow .images img.active{z-index:1;}
/* slideshow switcher */
.promo .switcher{
	position:absolute;
	right:0;
	bottom:7px;
	margin:0;
	padding:0;
	z-index:99;
}
.promo .switcher li{
	list-style-position:outside;
	list-style-type:none;
	float:left;
	padding-right:7px;
}
.promo .switcher a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:11px;
	height:12px;
	background: url(images/bg-switcher.png) no-repeat -18px 0;
}
.promo .switcher a:hover,
.promo .switcher .active a{background-position:0 0;}
.text-polar-cool{
	position:absolute;
	bottom:-30px;
	left:24px;
	background: url(/wp-content/uploads/2015/06/text-polar-cool-2015-2.png) no-repeat;
	width:420px;
	height:58px;
	text-indent:-9999px;
	overflow:hidden;
	z-index:5;
}
/* main */
#main{
	width:860px;
	padding:0 33px 33px 40px;
	background:#fff;
}
.index #main{
	background:#fff url(images/bg-main-index.jpg) repeat-y;
	padding:0 21px 0 0;
	width:895px;
}
#main:after{
	content:"";
	display:block;
	clear:both;
}
/* sidebar */
#sidebar{
	width:268px;
	float:left;
	margin:-1px 0 0 -65px;
	padding:10px 0 12px;
	background: url(images/bg-sidebar-t.png) no-repeat;
}
.index #sidebar{
	width:268px;
	padding:10px 0 0;
	margin:-1px 0 -11px -25px;
	background: url(images/bg-sidebar-index-t.png) no-repeat;
}
.sidebar-holder{
	background: url(images/bg-sidebar-b.png) no-repeat 0 100%;
	padding-bottom:20px;
}
.index .sidebar-holder{background: url(images/bg-sidebar-index-b.png) no-repeat 0 100%;}
.sidebar-frame{
	background: url(images/bg-sidebar-c.png) repeat-y;
	overflow:hidden;
	padding:11px 18px 80px 15px;
	min-height:574px;
	position:relative;
}
.index .sidebar-frame{
	background: url(images/bg-sidebar-index-c.png) repeat-y;
	min-height:562px;
}
/* search form */
#sidebar .search{
	overflow:hidden;
	margin:0;
	padding-bottom:30px;
}
#sidebar .search .text{
	float:left;
	background: url(images/bg-text.gif) no-repeat -350px 0;
	width:175px;
	height:23px;
	padding:1px;
	margin-right:5px;
}
.index #sidebar .search .text{
	background: url(images/bg-text.gif) no-repeat 0 0;
	width:172px;
}
#sidebar .search .text input{
	float:left;
	background:none;
	border:0;
	padding:6px 9px;
	width:157px;
	margin:0;
	font:9px 'Criovision-FontBold', Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	word-spacing:2px;
	color:#c9c9c9;
	text-transform:uppercase;
}
.index #sidebar .search .text input{width:154px;}
#sidebar .search .submit{
	float:left;
	text-indent:-9999px;
	background: url(images/btn-submit.png) no-repeat;
	width:40px;
	height:23px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	border:0;
	padding:0;
	margin:2px 0 0;
	cursor:pointer;
}
/* add navigation - accordion */
.add-nav{
	margin:0;
	padding:0;
	font:14px/18px 'Criovision-FontBold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.add-nav li{
	list-style-position:outside;
	list-style-type:none;
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-bottom:27px;
}
.index .add-nav li{padding-bottom:26px;}
.add-nav a{
	display:block;
	color:#a8312b;
	padding:1px 0 0 28px;
	text-decoration:none;
	background: url(images/bullet.png) no-repeat;
	outline:none;
}
.add-nav ul{
	font-size:10px;
	line-height:14px;
	padding:7px 0 0 37px;
	overflow:hidden;
	margin:0 0 -24px;
}
.index .add-nav ul{padding-top:5px;}
.add-nav ul li,
.index .add-nav ul li{padding:0 0 7px;}
.add-nav ul a{
	color:#666;
	background:none;
	padding:0;
	float:none;
}
/* newsletter form */
.newsletter{
	position:absolute;
	width:100%;
	bottom:21px;
	left:15px;
	margin:0;
}
.index .newsletter{bottom:19px;}
.newsletter label{
	display:block;
	color:#ad222e;
	letter-spacing:-1px;
	word-spacing:1px;
	padding:0 0 8px 3px;
	font:10px/14px 'Criovision-FontBold', Arial, Helvetica, sans-serif;
}
.newsletter .row{overflow:hidden;}
.newsletter .text{
	float:left;
	background: url(images/bg-text.gif) no-repeat -540px 0;
	width:164px;
	height:23px;
	padding:1px;
	margin-right:3px;
}
.index .newsletter .text{
	width:161px;
	background-position:-180px 0;
}
.newsletter .text input{
	float:left;
	background:none;
	border:0;
	padding:6px 2px 6px 4px;
	width:155px;
	margin:0;
	font:9px 'Criovision-FontBold', Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	word-spacing:2px;
	color:#c9c9c9;
	text-transform:uppercase;
}
.newsletter .submit{
	float:left;
	text-indent:-9999px;
	background: url(images/btn-submit.png) no-repeat -50px 0;
	width:59px;
	height:10px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	border:0;
	padding:0;
	margin:7px 0 0;
	cursor:pointer;
}
/* content */
#content{
	width:637px;
	float:right;
	padding:17px 0 12px;
}
.index #content{
	width:640px;
	padding:23px 0 0;
}
/* intro section */
.intro-section{
	font:16px/27px 'ArialNarrowRegular', Arial, Helvetica, sans-serif;
	padding:0 26px 6px 28px;
	letter-spacing:2px;
}
#main .intro-section h1{
	margin:0 32px 3px 0;
	font:40px/45px 'ArialNarrowBold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:4px;
	word-spacing:1px;
}
.intro-section p{margin:0;}
.info-section{overflow:hidden;}
.info-section .info-box{
	width:310px;
	float:right;
	background:url(images/bg-box.png) no-repeat;
	padding-top:34px;
}
.info-section .info-box .holder{
	background:url(images/bg-box.png) no-repeat -640px 100%;
	padding-bottom:33px;
}
.info-section .info-box .frame{
	background:url(images/bg-box.png) repeat-y -321px 0;
	padding:0 40px;
	font:15px/21px 'ArialNarrowRegular', Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	word-spacing:-1px;
	min-height:279px;
}
.info-section .info-box h2{
	margin:0 7px 10px 0 ;
	font:37px/37px 'ArialNarrowBold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:4px;
	word-spacing:1px;
}
.info-section .info-box p{margin:0;}
#content .article{
	font:12px/16px 'Museo500', Verdana, Arial, Helvetica, sans-serif;
	color:#353a3e;
}
#content .article p{margin:0 0 22px;}
#content .article h1{
	margin:0 0 14px;
	font:22px/26px 'Museo500', Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#ad222e;
	font-variant:small-caps;
	text-transform:capitalize;
	letter-spacing:1px;
	border-bottom:3px solid #d31e2d;
	padding-bottom:3px;
}
#content .article h2{
	margin:0 0 16px;
	font-size:14px;
	line-height:18px;
	color:#121c24;
	font-variant:small-caps;
	text-transform:capitalize;
}
/* panel */
#main .panel{
	width:100%;
	padding:17px 0 23px;
}
#main .panel:after{
	content:"";
	display:block;
	clear:both;
}
/* search form */
.search-form{
	float:left;
	margin:3px 0 0 -5px;
	position:relative;
}
.search-form .submit{
	float:left;
	text-indent:-9999px;
	background: url(images/btn-submit.png) no-repeat -122px 0;
	width:18px;
	height:19px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.search-form .text{
	float:left;
	background: url(images/bg-text.gif) no-repeat -728px 0;
	width:120px;
	padding:1px;
	height:17px;
}
.search-form .text input{
	float:left;
	background:none;
	border:0;
	padding:2px;
	margin:0;
	width:116px;
	font-size:11px;
	color:#575757;
	outline:none;
}
.cart-count{
	float:right;
	font-size:12px;
	line-height:16px;
	color:#838282;
	margin-right:-4px;
	position:relative;
}
.cart-count .checkout{
	padding-left:5px;
	background: url(images/separator3.gif) no-repeat 0 50%;
}
.cart-count .num{
	font-weight:bold;
	color:#838282;
	text-decoration:none;
}
.cart-count .num:hover{text-decoration:underline;}
#main h1{
	color:#1a1a1a;
	margin:0 0 9px;
	font:28px/32px 'Museo500', Arial, Helvetica, sans-serif;
}
/* breadcrumbs */
.breadcrumbs{
	margin:0;
	padding:0;
	color:#6b6d72;
	font-size:11px;
	line-height:14px;
}
.breadcrumbs li{
	display:inline;
	list-style-position:outside;
	list-style-type:none;
}
.breadcrumbs a{margin:0 3px 0 0;}
/* post-list */
.post-list{
	width:100%;
	margin:0;
	position:relative;
	margin-bottom:-11px;
}
.post-list .post{
	padding:17px 0 15px;
	border-bottom:1px solid #f1f1f1;
	width:100%;
	overflow:hidden;
	color:#757679;
	font-size:12px;
	line-height:18px;
}
.post-list .visual{
	float:left;
	border:1px solid #f9f4f4;
	padding:1px;
	margin-right:17px;
}
.post-list .visual img{display:block;}
.post-list .text-block{
	overflow:hidden;
	padding-top:8px;
}
.post-list h2{
	margin:0 0 8px;
	font:18px/22px 'Museo500', Arial, Helvetica, sans-serif;
	color:#a42632;
}
.post-list h2 a{text-decoration:none;}
.post-list h2 a:hover{text-decoration:underline;}
.post-list p{margin:0 0 18px;}
/* Add To Card form */
.add-form{margin:0;}
.add-form .quantity-row{
	overflow:hidden;
	padding-bottom:8px;
}
.add-form label{
	float:left;
	padding:3px 4px 0 0;
}
.add-form .text{
	float:left;
	width:26px;
	border:1px solid #f6f6f6;
	background:#fff;
	padding:5px 7px;
	font-size:10px;
	color:#464347;
}
.add-form .row{overflow:hidden;}
.add-form .price-block{
	float:left;
	width:120px;
	padding-right:45px;
	font-size:12px;
	line-height:15px;
}
.add-form .old-price{
	display:block;
	font-size:11px;
	line-height:14px;
	text-decoration:line-through;
}
.add-form .price{
	margin:-2px 0 0;
	overflow:hidden;
}
.add-form .price dt{
	float:left;
	width:35px;
	padding-bottom:6px;
}	
.add-form .price dd{
	width:83px;
	overflow:hidden;
	text-align:right;
	margin:0;
	font-weight:bold;
	font-style:italic;
	padding-bottom:6px;
}
*+html .add-form .price dd{width:85px;}
.add-form .submit{
	float:left;
	background: url(images/btn-submit.png) no-repeat 0 -30px;
	width:122px;
	height:31px;
	font-size:12px;
	line-height:17px;
	color:#fff;
	font-weight:bold;
	border:0;
	padding:7px 0 9px;
	margin: 0 65px;
	overflow:visible;
	cursor:pointer;
}
/* carousel */
.carousels-list{
	width:100%;
	margin-bottom:-33px;
}
.carousel{padding:19px 0 22px;}
.carousel h2{
	color:#1a1a1a;
	margin:0 0 9px;
	font:28px/32px 'Museo500', Arial, Helvetica, sans-serif;
}
.carousel .holder{
	width:100%;
	position:relative;
	padding-bottom:55px;
	background: url(images/bg-line.gif) repeat-x 0 100%;
}
.carousel .frame{
	width:813px;
	overflow:hidden;
	position:relative;
}
.carousel .arrow-next{
	position:absolute;
	top:50%;
	right:3px;
	background: url(images/arrow-carousel.gif) no-repeat;
	width:14px;
	height:37px;
	margin-top:-23px;
	text-indent:-9999px;
	overflow:hidden;
}
.carousel .slides{
	width:99999px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	font-size:11px;
	line-height:19px;
	color:#79797a;
}
.carousel .slides li{
	float:left;
	width:210px;
	padding-right:61px;
	display:inline;
	list-style-position:outside;
}
.carousel .slides img{
	display:block;
	border:3px solid #e8e8e8;
	margin-bottom:17px;
}
.carousel .slides h3{
	color:#2c2c2c;
	margin:0 0 8px;
	font:15px/20px 'Museo500', Arial, Helvetica, sans-serif;
}
.carousel .slides .price-row{
	overflow:hidden;
	padding-top:7px;
}
.carousel .slides .price{
	float:left;
	font:15px/18px 'Museo500', Arial, Helvetica, sans-serif;
	color:#232323;
}
.carousel .slides .more{
	float:right;
	text-transform:uppercase;
	font:12px/18px 'Museo500', Arial, Helvetica, sans-serif;
	color:#525252;
	text-decoration:none;
	padding-left:11px;
	background: url(images/bg-more.gif) no-repeat 0 5px;
}
.carousel .slides .more:hover{text-decoration:underline;}
/* container */
.container{
	width:100%;
	color:#848585;
	min-height:683px;
}
.container:after{
	content:"";
	display:block;
	clear:both;
}
.container #content{
	width:610px;
	float:left;
	margin-left:-26px;
	position:relative;
	font-size:12px;
	line-height:18px;
}
.container #sidebar{
	width:278px;
	float:right;
	background:none;
	padding-top:31px;
	margin:0 -18px 0 0;
	font-size:12px;
	line-height:20px;
}
.container #sidebar h2{
	margin:0 0 8px;
	font:20px/24px 'Museo500', Arial, Helvetica, sans-serif;
	color:#0b0b0b;
}
.product-block{
	overflow:hidden;
	padding-top:25px;
}
.product-block .slideshow{
	width:348px;
	margin-right:18px;
	float:left;
}
.product-block .slideshow .images{
	padding:0;
	margin:0 0 5px;
	width:342px;
	height:215px;
	position:relative;
	overflow:hidden;
	border:3px solid #f9f9f9;
}
.product-block .slideshow .images li{
	list-style-position:outside;
	list-style-type:none;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.product-block .slideshow .images .active{z-index:1;}
.product-block .slideshow img{display:block;}
.slideshow .small-images{
	padding:0 0 0 4px;
	margin:0;
	overflow:hidden;
}
.slideshow .small-images li{
	list-style-position:outside;
	list-style-type:none;
	float:left;
	padding-right:9px;
	height:44px;
	overflow:hidden;
}
.product-block .text-block{overflow:hidden;}
.product-block p{margin:0 0 20px;}
.product-block .add-form .price-block{
	width:100%;
	padding:0 0 4px;
}
.product-block .add-form .price dd{
	width:92px;
	font-size:13px;
	line-height:16px;
}
*+html .product-block .add-form .price dd{width:95px;}
.product-block .add-form .submit{
	width:131px;
	height:33px;
	padding:8px 0 10px;
	line-height:18px ;
	background-position:0 -70px;
}
*+html .product-block .add-form .submit{line-height:16px;}
/* checkout-block */
.checkout-block{
	padding:0 36px 0 14px;
	font-size:11px;
	line-height:14px;
	color:#797679;
}
#main .checkout-block .panel{
	background: url(images/bg-line2.gif) repeat-x 0 100%;
	margin:0 -9px 38px -7px;
	position:relative;
	width:809px;
	padding:11px 17px 14px 0;
}
.checkout-block h1{letter-spacing:-1px;}
.checkout-block .cart-count{
	margin:0;
	font-size:11px;
	line-height:14px;
}
.checkout-block p{margin:0 0 25px;}
/* checkout-table */
.checkout-table{
	width:810px;
	background: url(images/bg-line-table.gif) repeat-x 0 100%;
	margin:0 0 22px;
}
.checkout-table th,
.checkout-table td{
	border:none;
	padding:8px 0 17px;
	text-align:center;
	vertical-align:middle;
}
.checkout-table th{
	color:#67676d;
	padding:8px 0;
	background: url(images/bg-line-table.gif) repeat-x 0 100%;
}
.checkout-table .col1{width:100px;}
.checkout-table .col2{width:354px;}
.checkout-table .col3{width:180px;}
.checkout-table .col4{width:76px;}
.checkout-table .col5{width:100px;}
.checkout-table img{
	display:block;
	border:2px solid #ececed;
	margin:0 auto;
}
.checkout-table tfoot td{
	text-align:left;
	background: url(images/bg-line-table.gif) repeat-x 0 8px;
	padding:19px 15px 13px;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}
.checkout-table tfoot .col1{width:680px;}
.checkout-table tfoot .col2{
	width:70px;
	text-align:right;
}
/* update form */
.update{
	width:100px;
	overflow:hidden;
	margin:1px auto 0;
}
.update .text{
	float:left;
	width:28px;
	border:1px solid #eaeaea;
	background:#efefef;
	padding:5px;
	margin:2px 2px 0 0;
	font-size:11px;
	color:#40352d;
}
.update .submit{
	float:left;
	background: url(images/btn-submit.png) no-repeat 0 -150px;
	width:56px;
	height:30px;
	font-size:11px;
	line-height:16px;
	color:#fff;
	font-weight:bold;
	border:0;
	padding:7px 0 9px;
	margin:0 2px 0 0;
	overflow:visible;
	cursor:pointer;
}
.checkout-table .remove{
	display:inline-block;
	background: url(images/btn-submit.png) no-repeat 0 -190px;
	height:26px;
	color:#fff;
	text-decoration:none;
	
}
.checkout-table .remove span{
	float:left;
	background: url(images/btn-submit.png) no-repeat 100% -220px;
	height:14px;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	padding:6px 8px;
	cursor:pointer;
}
/* contact-form */
.contact-form{
	padding:0 0 0 1px;
	margin:0 -6px 0 0;
	font-size:11px;
	line-height:14px;
	color:#7f7a7d;
	font-style:italic;
}
.contact-form h2{
	margin:0 0 7px;
	color:#292929;
	font:22px/26px 'Museo500', Arial, Helvetica, sans-serif;
}
.contact-form p{margin:0 0 3px;}
.contact-form .row{
	overflow:hidden;
	padding-bottom:4px;
}
.contact-form label{
	display:inline-block;
	vertical-align:middle;
	width:66px;
	padding-right:5px;
}
.contact-form .text,
.contact-form .textarea{
	display:inline-block;
	vertical-align:middle;
	width:235px;
	overflow:hidden;
}
*+html .contact-form .text,
*+html .contact-form .textarea,
*+html .contact-form .selects{display:inline;}
.contact-form .text input,
.contact-form .textarea textarea{
	float:left;
	width:223px;
	padding:4px 5px 5px;
	margin:0;
	background:#efefef;
	border:1px solid #e7e7e7;
	font-size:12px;
}
.contact-form .textarea textarea{
	width:226px !important;
	height:61px !important;
	padding:4px 2px 2px 5px;
}
.contact-form .selects{
	display:inline-block;
	vertical-align:middle;
	width:235px;
}
.contact-form .select-row{
	min-height:20px;
	padding:3px 0 4px;
	overflow:hidden;
}
.contact-form select{
	float:left;
	width:233px;
	margin:0;
}
.contact-form .submit{
	padding:21px 0 30px 0;
	background: url(images/bg-line2.gif) repeat-x 0 100%;
	overflow:hidden;
	float:left;
	clear:both;
	width:824px;
	margin-left:-9px;
	position:relative;
}
.contact-form .submit input{
	float:left;
	background: url(images/btn-submit.png) no-repeat 0 -110px;
	width:117px;
	height:30px;
	font-size:11px;
	line-height:16px;
	color:#fff;
	font-weight:bold;
	border:0;
	padding:7px 0 9px;
	margin:0 0 0 9px;
	overflow:visible;
	cursor:pointer;
}
/* footer */
#footer{
	width:100%;
	background: url(images/bg-footer-t.gif) no-repeat;
	padding:39px 0 20px;
}
.index #footer{background: url(images/bg-footer-index-t.jpg) no-repeat;}
#footer .area{
	background:#797979 url(images/bg-footer-c.gif) repeat-y;
	margin-bottom:7px;
}
.index #footer .area{background:#797979 url(images/bg-footer-index-c.jpg) repeat-y;}
#footer .area .holder{background: url(images/bg-footer-b.jpg) no-repeat 0 100%;}
.index #footer .area .holder{background: url(images/bg-footer-index-b.jpg) no-repeat 0 100%;}
#footer .area .frame{
	background: url(images/bg-separate-line2.png) no-repeat 478px 10px;
	padding:5px 15px 15px 62px;
	overflow:hidden;
}
.index #footer .area .frame{
	background: url(images/bg-separate-line.png) no-repeat 470px 10px;
	padding:3px 15px 14px 62px;
}
/* partners logos*/
#footer .partners{
	width:418px;
	display:inline-block;
	vertical-align:bottom;
}
.index #footer .partners{width:408px;}
*+html #footer .partners{display:inline;}
*+html .index #footer .partners{width:414px;}
#footer .partners h3{
	margin:0 0 2px;
	font:13px/16px 'ArialNarrowRegular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#ad222e;
	letter-spacing:2px;
}
#footer .partners ul{
	margin:0;
	padding:0;
}
#footer .partners ul li{
	display:inline-block;
	vertical-align:middle;
	padding-right:47px;
	list-style-position:outside;
	list-style-type:none;
}
.index #footer .partners ul li{padding-right:45px;}
*+html .index #footer .partners ul li{padding-right:48px;}
*+html #footer .partners ul li{
	display:inline;
	padding-right:50px;
}
#footer .partners img{vertical-align:top;}
/* footer links */
#footer .links{
	margin:0;
	padding:0;
	width:424px;
	display:inline-block;
	vertical-align:bottom;
	font:11px/14px 'ArialNarrowRegular', Arial, Helvetica, sans-serif;
}
*+html .index #footer .links{width:420px;}
*+html #footer .links{
	display:inline;
	width:428px;
}
#footer .links li{
	width:140px;
	text-align:center;
	float:right;
	list-style-position:outside;
	list-style-type:none;
}
#footer .links li.small{width:120px;}
#footer .links ul{
	margin:0;
	padding:0;
}
#footer .links ul li{
	float:none;
	width:auto;
	padding-bottom:2px;
}
#footer .links h3{
	margin:0 0 2px;
	font-size:16px;
	line-height:20px;
	word-spacing:3px;
	font-weight:normal;
	text-transform:uppercase;
	color:#ad222e;
}
#footer .links a{color:#34383c;}
/* footer contacts*/
#footer .contacts{
	margin:0;
	padding:0;
	color:#fff;
	font-size:10px;
	line-height:14px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
	word-spacing:2px;
}
*+html #footer .contacts{padding-left:4px;}
#footer .contacts a{
	color:#fff;
	text-decoration:none;
}
#footer .contacts li{
	list-style-position:outside;
	list-style-type:none;
	display:inline;
	background: url(images/separator2.gif) no-repeat 0 50%;
	padding:0 11px 0 16px;
}
.index #footer .contacts li{padding:0 9px 0 14px;}
#footer .contacts li:first-child{background:none;}
/* lightbox */
.lightbox{
	width:769px;
	background:url(images/bg-lightbox-t.png) no-repeat;
	padding-top:40px;
	font-size:9px;
	line-height:12px;
	color:#6c7a87;
	position:absolute;
	left:-9999px;
	top:-9999px;
}
.lightbox .holder{
	background:url(images/bg-lightbox-b.png) no-repeat 0 100%;
	padding-bottom:40px;
}
.lightbox .frame{
	background:url(images/bg-lightbox-c.png) repeat-y 0 100%;
	width:690px;
	padding:0 40px 10px 39px;
}
.lightbox .frame:after{
	content:"";
	display:block;
	clear:both;
}
.lightbox .content{
	float:left;
	width:100%;
	margin-top:-8px;
	position:relative;
}
.lightbox .slides {
	position:relative;
	padding:0 0 5px;
	margin:0;
	list-style-type:none;
	min-height:531px;
}
.lightbox .slides li {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	list-style-type:none;
	cursor:pointer;
}
.lightbox .slides li.active {z-index:2;}
.lightbox img{
	display:block;
	border:1px solid;
	border-color:#787677 #c3c0c2 #dbdcdc #6d676d;
}
.lightbox .row{
	overflow:hidden;
	padding:0 8px 0 10px;
}
.lightbox .caption{float:left;}
.lightbox .close{
	float:right;
	font-size:10px;
	line-height:14px;
	color:#808083;
	margin-top:2px;
}