/*  @group Reset Styles */ 
/*
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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 {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display:block;}

nav ul {list-style:none;}

blockquote, q {quotes:none;}

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration: none; }

a:hover { text-decoration: underline; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select {vertical-align:middle;  -webkit-appearance: none; border-radius:0;}

/* @end reset */


.clearfix:before,
.clearfix:after{
	content:" ";
	display:table;
}
.clearfix:after{
	clear:both;
}
.clearfix{
	*zoom:1;
}

@font-face {
	font-family: 'GillSansC';
	src: url('fonts/GillSansC_0.eot');
	src: local('O'), url('fonts/GillSansC_0.woff') format('woff'), url('fonts/GillSansC_0.ttf') format('truetype'), url('fonts/GillSansC_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GillSansC';
	src: url('fonts/GillSansC_0.eot');
	src: local('O'), url('fonts/GillSansC-Bold_0.woff') format('woff'), url('fonts/GillSansC-Bold_0.ttf') format('truetype'), url('fonts/GillSansC-Bold_0.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
    font-family: 'gillrubl_normal';
    src: url('fonts/gill_rubl-webfont.eot');
    src: url('fonts/gill_rubl-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gill_rubl-webfont.woff') format('woff'),
         url('fonts/gill_rubl-webfont.ttf') format('truetype'),
         url('fonts/gill_rubl-webfont.svg#gillrublnormal_normal') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gillrubl_normal';
    src: url('fonts/gill_rubl_bold-webfont.eot');
    src: url('fonts/gill_rubl_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gill_rubl_bold-webfont.woff') format('woff'),
         url('fonts/gill_rubl_bold-webfont.ttf') format('truetype'),
         url('fonts/gill_rubl_bold-webfont.svg#gillrublnormal_bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

html,body{
	font-family:'GillSansC', verdana;
	text-transform:uppercase;
	background:#000;
	height:100%;
}
html{
	overflow-y: scroll;
}
input{
	outline:none;
}
body > .white-block{
	background:#fff;
}
body header{
	width:880px;
	margin:60px auto 58px;
}
body form > article,
body article {
	width:880px;
	margin:0 auto;
	clear:both;
}

body form > article a,
body header a, body article a{
	color:#000;
	text-decoration:none;
	letter-spacing: 0.4px;
}
body header > nav  a{
	text-align:center;
	display:block;
}

body header > nav  a > span{
	display:block;
	text-align: left;
}
body header a > img{

	display: inline-block;
    margin: 0 0 10px;
}

body header a:hover, body article a:hover{
	text-decoration:none;
}
header .cart .text{
	text-align:center;
}
body > footer{
	background:#000;
	color:#fff;
	width:100%;
	margin:0px 0 0 0;
}
body > footer > .wrapper{
	width:880px;
	margin:0 auto;
	padding:23px 0 56px 0;
}
footer nav{
	font-size:10px;
}
footer nav > ul >li{
	float:left;
	margin:0 84px 0 0;
}
footer nav > ul > li.last{
	margin:0;
}
footer  .phone{
	    font-size: 25px;
		text-align:center;
		clear:both;
		margin:44px 0 20px;
}
footer .social{
	width:114px;
	margin:0 auto;
}
footer .social ul{
	list-style:none;
}
footer .social ul li{
	width:25px;
	height:25px;
	float:left;
	margin:0 19px 0 0;
}

footer .social ul li .fb,
footer .social ul li .tw,
footer .social ul li .vk{
	display:block;
	height:25px;
	width:25px;
}
footer .social ul li .fb{
    background:url("/img/495line/sprites.png") no-repeat scroll -96px -58px rgba(0, 0, 0, 0);
}

footer .social ul li .tw{
    background:url("/img/495line/sprites.png") no-repeat scroll -140px -58px rgba(0, 0, 0, 0);
}
footer .social ul li .vk{
    background:url("/img/495line/sprites.png") no-repeat scroll -185px -58px rgba(0, 0, 0, 0);
}
footer .social ul li.last{
	margin:0;
}
body > footer a{
	color:#fff;
	letter-spacing: 0.4px;
}
body > footer  .made-in{
    color: #737373;
    font-size: 11px;
    margin: 34px 0 0;
	text-transform:none;
    text-align: center;
}

body > footer  .made-in a{
	color:#737373;
	text-decoration:underline;
	text-transform:uppercase;
}
body > footer  .made-in a:hover{
	text-decoration:none;
}
.ruble{
	font-family:"gillrubl_normal";
}
.yellow-profile{
    margin: 0 0 0 -20px;
    padding: 20px 18px;
    position: absolute;
    top: 0;
    width: 226px;
	font-size:11px;
	box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	z-index:100;
}
.yellow-profile > ul{
	list-style:none;
	font-size:11px;
	display:none;
}
.yellow-profile > ul > li{
	margin:10px 0 0;
}

.yellow-profile > .profile{
	display: block;
    font-size: 10px;
    margin: 10px 0 0 2px;
}
/*.yellow-profile:hover,*/
.yellow-profile.selected{
    background: none repeat scroll 0 0 #FFF200;
	box-shadow:1px 3px 2px rgba(0, 0, 0, 0.3);
}
/*.yellow-profile:hover > ul,*/
.yellow-profile.selected > ul{
	display:block;
}
header > .sign{
    font-size: 10px;
    margin: 0 0 10px;
    position: absolute;
    top: 35px;
}
header > .sign a{
	border-bottom: 2px #fff200 solid;
}
header > .middle-line{
	width:100%;
	height:70px;
}
header > .middle-line .logo{
	position:absolute;
	margin:10px 0 0 0;
}
header > .middle-line .phone{
	position:absolute;
	margin:15px 0 0 122px;
	font-size:25px;
}
header > .middle-line .search{
    background: none repeat scroll 0 0 #FFF200;
    border: 3px solid #FFF200;
    height: 24px;
    margin: 14px 0 0 335px;
    position: absolute;
    width: 182px;
}

header > .middle-line .search > input{
   border: medium none;
    font-family: 'GillSansC';
    font-size: 10px;
    height: 24px;
    line-height: 25px;
    margin: 0;
    padding: 0 7px;
    text-transform: uppercase;
    vertical-align: top;
    width: 140px;
}

header > .middle-line .search > .icon{
    background: url("/img/495line/sprites.png") no-repeat scroll -99px -16px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 24px;
    margin: 0 0 0 4px;
    width: 24px;
	cursor:pointer;
}
header > .middle-line .order_status{
	position:absolute;
	font-size:10px;
	margin:14px 0 0 563px;
	background:#FFF200;
	height:30px;
	width:199px;
}
header > .middle-line .order_status .text{
    display: inline-block;
    margin: 10px 7px 0 12px;
    vertical-align: top;
}
header > .middle-line .order_status .icon{
    background: url("/img/495line/sprites.png") no-repeat scroll -136px -14px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 28px;
    margin: 1px 0 0;
    vertical-align: middle;
    width: 28px;
}
header > .middle-line .cart{
	position:absolute;
	margin:0 0 0 805px;
	font-size:10px;
	width: 88px;
		
}
header > .middle-line .cart  .image{
	background:url('/img/495line/sprites.png') -214px -16px no-repeat;
  	display: block;
    height: 24px;
    margin: 0 auto 8px;
    width: 28px;
}

header > .middle-line .cart .top{
	border-bottom: 2px solid #FFF200;
	margin:0 0 4px 0;
}
header > nav{
	font-size:10px;
	margin:10px 0 0 -18px;
}
header > nav > ul > li{
	float:left;
	margin:0 0px 0 0;
}

header > nav > ul > li:first-child > a{
	display: block;
	height:7px;
    margin: -12px 0 0;
    padding: 12px 9px 17px 18px;
}
header > nav > ul > li > a{
	display: block;
	height:7px;
    margin: -12px 0 0;
    padding: 12px 9px 17px;
}
header > .yellow-profile > a > .arrow,
header > nav > ul > li > a > .arrow{
    background: url("/img/495line/sprites.png") repeat scroll 0 -43px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 14px;
    margin: 0 0 0 2px;
    vertical-align: top;
    width: 10px;
}
/*header > nav > ul > li:hover > a > .arrow,*/
header > .yellow-profile.selected > a > .arrow,
header > nav > ul > li.selected > a > .arrow{
	background: url("/img/495line/sprites.png") repeat scroll 0 -63px rgba(0, 0, 0, 0); 
}
/*header > nav > ul > li:hover > a,*/
header > nav > ul > li.selected > a{
	background:#fff200;
	box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.3);
}
/*header > nav > ul > li:hover > ul,*/
header > nav > ul > li.selected > ul{
	display:block;
}
header > nav > ul > li > ul{
	display:none;
	width:881px;
	padding:20px;
	background:#fff200;
	position:absolute;    
	top: 163px;
	z-index:1000;
	box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.3);
	left:50%;
	margin:0 0 0 -458px;
	min-height:64px;
}



header > nav > ul > li > ul > li{
	float:left;
	/*width:150px;*/
	width:180px;
}

header > nav > ul > li > ul > li.padding a{
	padding: 3px 0 9px;
	display:block;
}
header > nav > ul > li > ul > li.style{
	margin: 0 20px 0 0;
    width: auto;
}
header > nav > ul > li > ul > li .paint{
    background: url("/img/495line/sprites.png") no-repeat scroll -37px -172px rgba(0, 0, 0, 0);
    display: block;
    height: 46px;
    width: 46px;
}

header > nav > ul > li > ul > li .markers{
    background: url("/img/495line/sprites.png") no-repeat scroll -101px -172px rgba(0, 0, 0, 0);
    display: block;
    height: 46px;
    width: 46px;
}

header > nav > ul > li > ul > li .ink{
    background:url("/img/495line/sprites.png") no-repeat scroll -173px -172px rgba(0, 0, 0, 0);
    display: block;
    height: 46px;
    width: 46px;
}

header > nav > ul > li > ul > li .access{
    background: url("/img/495line/sprites.png") no-repeat scroll -239px -172px rgba(0, 0, 0, 0);
    display: block;
    height: 46px;
    width: 62px;
}

header > nav > ul > li > ul > li .protec{
    background:url("/img/495line/sprites.png") no-repeat scroll -330px -172px rgba(0, 0, 0, 0);
    display: block;
    height: 46px;
    width: 46px;
}
body form > article,
body article{
	min-height:600px;
}
article > aside{
	float:left;
	background:#fff200;
	font-size:11px;
	padding:20px;
	margin:0 0 0 -20px;
	width:165px;
}
article > aside li{
	margin:0 0 10px 0;
}

article > aside li > a{
	text-decoration:underline;
}
article > aside li > a.selected{
	text-decoration:none;
}
article > .slider{
	margin:0 0 75px 0;
}
article > h1{
	font-weight:normal;
	background:#fff200;
	padding:0px 20px;
	clear: both;
	margin:6px 0 50px -18px;
    width: 880px;
	min-height:60px;
}
article > .desc > h1{
	font-size:25px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 25px 0;
}
article > .desc a{
	text-decoration:underline;
}
article > .desc a:hover{
	text-decoration:none;
}
article > .desc > .gray{
	font-size:14px;
	color:#999999;
	margin:0 0 10px 0;
}
article > .desc > .show-map{
    border-bottom: 2px solid #fff200;
    font-size: 20px;
    margin: -60px 0 0 355px;
    position: absolute;
    text-transform: lowercase;
	cursor:pointer;
}

article > .desc > .show-map:hover{
	border-bottom:none;
}
article > .desc > .google-map{
	margin: 0 0 20px -75px;
	width:580px;
	height:0;
	overflow:hidden;
}
article > .desc > .google-map.selected{
	height:auto;
}
article > .desc > .address{
	width:320px;
}
article > .desc > .address,
article > .desc > .phone{
	font-size:20px;
	margin:0 0 15px 0;
}
article > h1 > span{
    border-bottom: 2px solid #000;
    display: block;
    float: left;
    font-size: 25px;
    height: 12px;
    line-height: 0;
    position: relative;
    top: 29px;
}

article > h1 > span:hover{
	/*border-bottom:none;*/
}
article > h1 > .product-name{
	    border-bottom: medium none;
    display: inline-block;
    margin: 0 0 0 11px;
}
article > h1 > .sets{
    float: right;
    font-size: 12px;
    list-style: none outside none;
    position: relative;
    top: 34px;	
}
article > h1 > .sets li{
	border-top:2px solid #fff980;
	border-bottom:2px solid #fff980;
	border-right:2px solid #fff980;
	border-left:2px solid #fff980;
	margin:0 0 0 3px;
	background:#fff980;
	float:left;
	padding:4px 6px;
}
article > h1 > .sets li.active{
	background:#fff;
	border-left:2px solid #fff;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
}
article > h1 > .sets li.first{
}
article > h1 > .sets li.first.active{
}
article > h1 > .sets li.last.active{
}
article > h1 > div{
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 25px;
	position: relative;
    top: 15px;
}
article > h1 > div > span.name{
	position:relative;
	top:2px;
}
#message_block{
	clear:both;
}
#message_block .products_rows{
	background: url("/img/495line/products-found.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFF200;
    display: block;
    font-size: 9px;
    height: 35px;
    line-height: 15px;
    margin: -49px 0 0 380px;
    padding: 15px 0 0;
    text-align: center;
    width: 120px;
	position:absolute;
	z-index:10;
}
#message_block .products_rows input{
	background:none;
	color:#FFF200;
	font-size:9px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #FFF200;
	cursor:pointer;
	font-family: 'GillSansC';
	text-transform:uppercase;
	margin: 0;
    padding: 0;
	display:inline-block;
}
article > h1 > .filters{
    background: none repeat scroll 0 0 #FFF200;
    margin:0 0 14px -20px;
    padding: 0px 20px;
    width: 100%;
	clear:both;
	position: relative;
    z-index: 10;
	height:0px;
	overflow:hidden;
	transition-duration:0.2s;
	transition-timing-function:ease-in;
	
	-moz-transition-duration:0.2s;
	-moz-transition-timing-function:ease-in;
	
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:ease-in;
	
	-o-transition-duration:0.2s;
	-o-transition-timing-function:ease-in;
} 
article > h1 > .filters.selected{
    height: 147px;
    overflow: visible;
    padding: 15px 20px;
}
article > h1 > .filters > .colors_header{
    clear: both;
    float: left;
    margin: 15px 0 4px;
    width: 100%;
}
article > h1 > .filters > .colors{
	list-style:none;
}
article > h1 > .filters > .colors li{
	float:left;
	text-align:center;
	margin:0 16px 0 0;
}
article > h1 > .filters > .colors li .color{
    border: 1px solid #000000;
    display: block;
    height: 28px;
    margin: 0 auto 10px auto;
    width: 28px;
}
article > h1 > .filters > .colors li.selected .color{
    border: 3px solid #000000;
    height: 24px;
    width: 24px;
}
article > h1 > .filters > .colors li.black.selected .color{
	border:3px solid #ffffff;
}
article > h1 > .filters > .colors li .name{
	line-height:10px;
}
article > .flush_filter{
    float: right;
    font-size: 10px;
    height: 30px;
    line-height: 29px;
    margin: -24px -22px 0 0;
    position: relative;
	display:block;
}
article > .flush_filter .underclose{
    background: none repeat scroll 0 0 rgb(255, 242, 0);
    display: inline-block;
    height: 30px;
    margin: 0 0 0 10px;
    position: absolute;
    width: 30px;
}
article > .flush_filter .close{
 	display: inline-block;
    float: right;
    height: 30px;
    margin: 0 0 0 10px;
    width: 30px;
	position:relative;
	background:url("/img/495line/sprites.png") no-repeat scroll -176px -13px ;
	z-index:10;
	opacity:1;
}
article > .flush_filter.off{
	cursor:default;
}

article > .flush_filter.off > .text{
	opacity:0.4;
}
article > .flush_filter.off .close{
	opacity:0.2;
}
article > h1 .fat_border{
    border: 3px solid #d9ce01;
    padding: 0 0px;
	height:30px;
	box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 	
}

article > h1 .fat_border a{
	width:100%;
	padding:0 12px;
	display:block;
}
article > h1 .fat_border.selected{
	border: 3px solid #000;
	cursor: auto;
}
article > h1 > .brand{
	float:left;
	margin:0px 0 0px 100px;
}
article > h1 > .filter_display{
    float: left;
    margin: 194px 0 0 289px;
    position: absolute;	
}

article > h1  .filters .wrapper-dropdown,
article > h1 > .filter_display .wrapper-dropdown{
	width:250px;
	background:url("/img/495line/sprites.png") no-repeat scroll 257px 8px #FFF200;
}
article > h1  .filters .wrapper-dropdown.active,
article > h1 > .filter_display .wrapper-dropdown.active{
	background:url("/img/495line/sprites.png") no-repeat scroll 257px -11px #FFF200;
}
article > h1  .filters .wrapper-dropdown{
	margin:0;
}
article > h1 .filters > .brand{
	width:280px;
	float:left;
	margin:0 20px 0 0;
}

article > h1 .filters > .cloth-type{
	width:280px;
	float:left;
	margin:0px 20px 0 0;
}


article > h1 .filters > .sizes{
	width:280px;
	float:left;
}


article > h1 > .style{
	float:left;
	margin:0px 0 0px 20px;
}

article > h1 > .price_up{
	margin:0 0 0 10px;
	float:right;
}
article > h1 > .price_down{
	margin:0 0 0 30px;
	float:right;
}
article > h1  .wrapper-dropdown{
	display:inline-block;
	margin: 0 0 0 10px;
    width: 109px;
	height:24px;
}
article > h2{
	text-align:center;
	font-weight:normal;
	font-size:25px;
}
article > h2 span.underline,
article > h2 > a{
	border-bottom:2px solid #FFF200;
}
.red{
	color:#fe0101;
}
article > .blog-links{
    font-size: 14px;
    margin: 36px auto 90px;
    width: 700px;
}
article > .blog-links > .element{
    margin: 0 95px 0 0;
    text-align: center;
    width: 170px;
	float:left;
}

article > .blog-links > .element.last{
	margin:0;
}
article > .blog-links > .element .frame{
    display: inline-block;
    overflow: hidden;
    width: 130px;
}
article > .blog-links > .element .frame img{
	height:130px;
}
article > .blog-links > .element .text{
	margin:15px 0 0 0;
	text-transform: none;
}
.yellow-border{
	border: 2px solid #FFF200;
	padding:31px 33px;
}
article > .yellow-border{
	clear:both;
	width:916px;
	box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
	border: 2px solid #FFF200;
	padding:31px 33px;
	margin:0 0 80px -19px;
}
article > .yellow-border.product_page{
	margin:0 0 59px -19px;
}
article > .yellow-border.feedback{
	width:280px;
	padding:32px 75px;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	margin: 0 auto 50px auto;
}
article > .yellow-border.feedback > h2{
	width:252px;
}
article > .feedback .captcha{
	width:129px;
}
article > .feedback .captcha img{
	width:130px;
}
article > .yellow-border > .products{
	margin: 0 0 0 -26px;
    width: 880px;
}
article > .yellow-border > h2{
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    font-size: 25px;
    font-weight: normal;
    margin: -46px auto 20px;
    padding: 0 13px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 179px;
    z-index: 1000;
}

article > .yellow-border.pallete{
	width:100%;
	text-align: center;
	padding:16px 33px;
	margin:0 0 19px 0;
	min-height:91px;
}
article > .yellow-border.pallete > h2{
    font-size: 20px;
    margin: -29px 0 0 348px;
    position: absolute;
    width: 87px;
}
article > .yellow-border.pallete > #insert-part > p{
    font-size: 14px;
    margin: 22px 0 0;
    text-transform: none;
}
article > .yellow-border.pallete .colors{
	list-style:none;
	display:inline-block;
}
article > .yellow-border.pallete .colors li{
	display:inline-block;
	height:55px;
	width:55px;
	    position: relative;
}

article > .yellow-border.pallete .colors li .cross{
  	background: url("/img/495line/sprites.png") no-repeat scroll -20px -6px rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
article > .products{
	clear: left;
    margin: 0 auto;
    width: 880px;
}
article .products  > ul{
	list-style:none;
}

article .products  > ul > li{
    float: left;
    font-size: 16px;
    margin: 0 20px 20px 0;
    text-align: center;
    width: 205px;
	position:relative;
	height:270px;
}

article .products  > ul > li .name_group{
	    bottom: 0;
    position: absolute;
    width: 205px;
}

article .products  > ul > li.last{
	margin:0 0 20px 0;
}
article .products  > ul > li .name_group > span{
    border-bottom: 2px solid #FFF200;
    display: inline-block;
    margin: 10px 0 2px;
	font-size:11px;
	padding:0 10px;
}


article .products  > ul > li .price{
	color:#fe0101;
}


article .products  > ul > li .price .old_price{
	color:#000;
	text-decoration:line-through;
}

article .products  > ul > li .price .ruble{
	color:#fe0101;
}
article .products .load_more{
    background: url("/img/495line/load_more.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    clear: both;
    height: 73px;
    margin: 0 auto;
    position: relative;
    width: 87px;
	cursor:pointer;
}
article > .cards ul{
	list-style:none;
}
article > .cards{
	margin:0 0 30px 0;
}
.products_form{
	margin:0 0 55px 0;
}
.col6{
	width:430px;
	margin:0 auto;
}
.col8{
	width:580px;
	margin:0 auto;
}
.col3{
	width:205px;
	margin:0 auto;
}
body .desc{
	font-size:14px;
	line-height:22px;
	text-transform:none;
}
body .desc.full_info{
	margin:0 auto 80px auto;
}

body .desc.full_info h2{
    font-size: 19px;
    font-weight: bold;
    letter-spacing: normal;
}
body .desc > p{
	margin:0 0 20px 0;
}
article > .lower{
	margin:56px auto 69px auto;
}
article > .lower .left{
	float:left;
}
article > .lower .right{
	float:right;
}
article > .image-block{
	float:left;
	width:430px;
	margin: 0 0 48px;
	cursor:pointer;
}
article > .image-block .large > .image.selected{
	display:block;
	cursor:pointer;
}
article > .image-block .large > .image{
	display:none;
	height:430px;
}
article > .image-block .thumbnails{
	text-align: center;
	margin:20px 0 0;
}
article > .image-block .thumbnails .image{
	display:inline-block;
	border:1px solid #000;
	height:38px;
	width:38px;
	cursor:pointer;
	margin:0 10px 0 0;
	vertical-align:top;
}
article > .image-block .thumbnails .image.video{
	background: url("/img/495line/sprites.png") no-repeat scroll -318px -95px rgba(0, 0, 0, 0);
}

article > .image-block .thumbnails .image.selected{
    border: 2px solid #000000;
    display: inline-block;
    height: 36px;
    overflow: hidden;
    vertical-align: top;
    width: 36px;
}

article > .image-block .thumbnails .image.selected img{
	margin:-1px 0 0 -1px;
}

article > .more-part{
	float:right;
	width:280px;
	margin:0 75px 40px 0;
}
article > .more-part h2{
	margin:0 0 10px 0;
	font-size:12px;
	font-weight: normal;
}
article > .more-part > .colors{
	list-style:none;
	margin:10px 0 20px 0;
}
article > .more-part > .colors li{
	float:left;
	width:39px;
	height:39px;
	border:1px solid #000;
	margin:0 10px 0 0;
}
article > .more-part > .price{
	float: left;
    margin: 0 0 68px;
    width: 150px;
}
article > .more-part > .price > span.old{
    color: #000000;
    display: block;
    font-size: 20px;
    height: 17px;
    text-decoration: line-through;
}
article > .more-part > .price > span{
	font-size:30px;
	color:#ff0000;
}
article > .more-part > .size{
	float:right;
	margin:0 0 30px;
}
.table-sizes{
	text-decoration:underline;
	font-size:10px;
	display:block;
	margin:13px 0 0;
	cursor:pointer;
}

.button.add-to-cart{
    clear: both;
    display: block;
    height: 64px;
    line-height: 64px;
    width: 100%;
}
article > .zoom-icon{
    background: url("/img/495line/sprites2.png") no-repeat scroll -116px -10px rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 36px;
    margin: 0 0 0 444px;
    position: absolute;
    width: 39px;
    z-index: 10;
}
article > .zoom-icon:hover{
	background:url("/img/495line/sprites2.png") no-repeat scroll -116px -45px rgba(0, 0, 0, 0);
}
article > .more-part > .desc{
	margin:20px 0 0 0;
	line-height: 20px;
}
article > .colors{
	clear:both;
	margin:0px 0 74px 0;
}
article > .colors > .left{
	float:left;
	width:430px;
}
article > .colors > .right{
	float:right;
	width:430px;
}

article > .colors > .left > div,
article > .colors > .right > div{
	height:40px;
	padding:5px 5px 5px 10px;
	font-size: 10px;
  letter-spacing: 1px;
  line-height: 31px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.8);
}

article > .colors .operations{
	float:right;
}

.operations span{
	/*display:inline-block;
	height:29px;
	width:29px;
	border:1px solid rgba(255,255,255,0.6);
	vertical-align:top;
	text-align:center;
	background:rgba(255,255,255,0.3);
	line-height:30px;
	cursor:pointer;*/
	   background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.6);
    cursor: pointer;
    display: inline-block;
    height: 5px;
    line-height: 5px;
    padding: 12px 0;
    text-align: center;
    vertical-align: top;
    width: 29px;
}

.operations .qty{
	background:#000;
	border:1px solid #000;
	color:#fff;
	font-size:14px;
	cursor:default;
}
.settings,
.registration,
.confirm{
	margin:0 auto 101px auto;
}

.orders-list{
	margin:0 auto 65px auto;
}
.orders-list .cart_info,
.orders-list .order_block.closed{
	margin:0 0 70px 0;
}

.orders-list .order_block{
	margin:0 0 0px 0;
}
.registration form h2{
	text-align:center;    
	clear: both;
	margin: 35px 0 20px;
    text-align: left;
}
.confirm h2{
	text-align:center;
	clear:both;
	margin:0px 0 20px;
}
.confirm h2.margin-bottom{
	margin:0 0 40px 0;
}
form  h2{
	margin:0 0 20px 0;
	font-size:20px;
	letter-spacing:2px;
	font-weight:normal;
}
.field{
	margin:0 0 22px 0;
	clear:both;
}
.field > strong{
	letter-spacing:1px;
	font-weight:normal;
	font-size:11px;
	color:#727272;
    display: inline-block;
    width: auto;
	margin:5px 0 5px 0;
}
.field > .error{
    color: #FF0000;
    display: inline-block;
    font-size: 11px;
    margin: 0 0 5px;
	    margin-left: 20px;
}
.hover-form  .field > input{
	border:none;
}
.field > input{
	width:100%;
	border:3px solid #000;
	height: 30px;
    padding: 0 5px;
    font-family: 'GillSansC';
	font-size:14px;
	box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.field > .enter_capcha.bred,
.field > input.bred{
	border:3px solid #ff0000;
}
.field > textarea{
	width:100%;
	border:3px solid #000;
	height:107px;
    padding: 0 5px;
    font-family: 'GillSansC';
	font-size:14px;
	box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#feedback_captcha{
	width:129px;
}
#feedback_button{
	width:100%;
}
.field #day,.field #month{
	margin:0 20px 0 0;
}
.more-part > .size > .wrapper-dropdown,
.field > .date{
	width:130px;
	background: url("/img/495line/sprites.png") no-repeat scroll 110px 10px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 31px;
    padding: 7px;
    width: 130px;
	
	box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.more-part > .size > .wrapper-dropdown.active,
.field > .date.active{
	background:url("/img/495line/sprites.png") no-repeat scroll 110px -10px rgba(0, 0, 0, 0);
}

.more-part > .size > .wrapper-dropdown .dropdown,
.field > .date.active .dropdown {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0 0 0 0px;
    width: 130px;
	box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.more-part > .size > .wrapper-dropdown .dropdown li,
.field > .date.active .dropdown li{
	 padding: 5px 0 5px 7px;
}
.more-part > .size > .wrapper-dropdown .dropdown li:hover,
.date.active .dropdown li:hover{
	background:#000;
	color:#fff;
}

.field > .date.long{
	width:100%;
	background:url("/img/495line/sprites.png") no-repeat scroll 407px 10px rgba(0, 0, 0, 0);
}

select.dropdown {
	border: 3px solid #000;  
	-webkit-appearance: none;  
	-moz-appearance: none;
	appearance:none; 
	font-size:10px;
	background:#fff;
	text-indent: 0.01px; 
	text-overflow: ""; 
	font-family: 'GillSansC';
	color: #00;    
	height: 30px;
    padding: 2px 0 0 2px;
	text-transform: uppercase;
}
select.dropdown.long{
	width: 430px;
	background:url("/img/495line/sprites.png") no-repeat scroll 407px 10px rgba(0, 0, 0, 0);
}
select.dropdown.middle{
	width:280px;
	background:url("/img/495line/sprites.png") no-repeat scroll 257px 8px #FFF200;
}
select.dropdown.cart{
	width:206px;
}
select.dropdown.short{
	width:130px;
	background:url("/img/495line/sprites.png") no-repeat scroll 110px 10px rgba(0, 0, 0, 0);
}

select.dropdown.bred{
	border:3px solid #ff0000;
}

.field > .date.long.active .dropdown{
	width:430px;
}
form .left{
	width:205px;
	float:left;
	clear:none
}
form .right{
	width:205px;
	float:right;
	clear:none;
}
.col6 .button{
	width:100%;
	padding:20px 0;
}
.operations .hide{
	display:none !important;
}
.button{
	letter-spacing:1px;
	background:#000;
	border:none;
	padding:25px 0 20px 0;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	cursor:pointer;
	font-family: 'GillSansC';
}
.button.color{
	width:100%;
	display:block;
}

.cash-icon{
    background: url("/img/495line/payment-types.png") no-repeat scroll 14px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 42px;
    width: 99px;
	margin:0 0 10px 0;
}
.emoney-icon{
	background: url("/img/495line/payment-types.png") no-repeat scroll -152px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 42px;
    width: 215px;
	margin:0 0 10px 0;
}

/****************/
/* dropdown list*/

.wrapper-dropdown {
    border: 3px solid #000000;
    color: #000000;
    cursor: pointer;
    font-size: 10px;
    font-weight: normal;
    outline: medium none;
    padding: 0 12px;
    position: relative;
	background:#FFF200 url("/img/495line/sprites.png") no-repeat scroll 118px 12px;
}
.wrapper-dropdown .dropdown {
    background: none repeat scroll 0 0 #FFF200;
    border-bottom: 3px solid #000000;
    border-left: 3px solid #000000;
    border-right: 3px solid #000000;
    font-weight: normal;
    left: 0;
    list-style: none outside none;
    margin: 0 0 0 -3px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 100;
}
.wrapper-dropdown .dropdown li a {
    display: block;
    text-decoration: none;
    color: #000;    
	padding: 0 12px;
	    height: 30px;
}
 
.captcha{
	display:inline-block;
	width:130px;
}
.field > .enter_capcha{
  display: inline-block;
    margin: 0 0 0 17px;
    vertical-align: top;
    width: 278px;
}
.clear_fields{
	position:absolute;
	width:170px;
	    left: -180px;
}
.clear_fields.yellow-border{
	width:220px;
	font-size:9px;
	text-align:center;
	padding:12px 11px 8px 11px;
}
.clear_fields.yellow-border .percents{
	font-size:30px;
}
.clear_fields .small{
	font-size:12px;
	text-transform:none;
}
.clear_fields .button{
	padding:20px;
}
.clear_fields > label{
    display: inline-block;
    /*letter-spacing: 1px;*/
    line-height: 20px;
    margin: 0 0 0 11px;
    vertical-align: top;
    width: 130px;
}
.notice{
	border:3px solid #fff200;
	width:100%;
	padding:20px 40px;
	text-align:center;
	font-size:16px;
	text-transform:none;
	box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	margin:0 0 30px 0;
}
.flash.notice{
	width:880px;
	margin:0 auto 20px auto;
	border:none;
	font-size:20px;
	text-transform:uppercase;
}
#cart-detail{
	width:100%;
	letter-spacing:1px;
	font-size:11px;
	clear:left;
}
#cart-detail th{
	color:#999999;
	font-weight:normal;
}
#cart-detail tbody td{
	border-bottom:1px solid #999999;
	vertical-align: middle;
	padding:15px 0 15px 0;
}
.cart-item-quantity{
	text-align:center;
}
#cart-detail tfoot td{
	padding: 20px 0 15px;
    vertical-align: middle;
}
#cart-detail tfoot td.promo_td{
	padding:30px 0 15px;
	vertical-align:middle;
}
#cart-detail tfoot td.promo_td .button{
	padding:7px;
	height: 30px;
}

#cart-detail tfoot td.promo_td .discount{
	color:#808080;
	font-size:14px;
	margin: 0 17px 0 0;
}
#cart-detail tfoot td.promo_td .sum{
	font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;	
}
#cart-detail.cart_info .promo_td h4{
	color:#333333;
	margin:0 0 10px 0;
}
#cart-detail .promocode{
    border: 1px solid #000000;
    font-family: 'GillSansC';
    font-size: 10px;
    height: 16px;
    line-height: 25px;
    margin: 0 20px 0 0;
    padding: 6px 7px;
    text-transform: uppercase;
    width: 189px;
}
#checkout-link{
	width:280px;
	display:block;
}
.cart-item-number{
	width:37px;
}

#cart-detail .cart-item-size{
	padding:18px 0 0 ;
}
#cart-detail .cart-item-size .table-sizes{
	position:relative;
	margin:-18px 0 0 0;
}
#cart-detail .wrapper-dropdown{
	border:1px solid;
	width:204px;
	background: url("/img/495line/sprites.png") no-repeat scroll 185px 10px rgba(0, 0, 0, 0);
}
.cart-item-image{
	width:60px;
}
.cart-item-image img{
	width:60px;
	border:1px solid #000;
}
.cart-item-description{
	
}

.cart-item-description > .top{
	vertical-align:top;
	height:42px;
	line-height:12px;
	margin:0 0 0 10px;
}

.cart-item-description > .bottom{
	vertical-align:bottom;
	color:#ed1c24;
	margin:0 0 0 10px;
}
.cart-item-description-header{
	width:240px;
}
.cart-item-size-color-header{
	width:235px;
}
.cart-item-quantity-header{
	width:90px;
}
.cart-item-total-header{
	width:130px;
}
.cart-item-delete{
	width:55px;
}
.cart-item-total{
	font-weight:bold;
	font-size:20px;
	text-align:center;
	letter-spacing:2px;
}
#cart-detail .operations span{
	border:1px solid #000;
	color:#000;
	font-size:16px;
}
#cart-detail .operations .qty{
	color:#fff;
}
#cart-detail .color_block{
	width:204px;
	height:29px;
	border:1px solid;
	margin:0 0 3px 0;
}
#cart-detail .total{
	font-size:14px;
	text-align:right;
}

#cart-detail .total .sum{
	font-weight:bold;
	font-size:25px;
	letter-spacing:2px;
}
#cart-detail .total .small{
	font-size:14px;
	text-transform:none;
	letter-spacing: normal;
}
#cart-detail .delete{
	border: 1px solid;
	cursor: pointer;
	display: block;
	font-size: 9px;
	height: 8px;
	padding:5px 0 5px 1px;
	text-align: center;
	width: 17px;
}
ul.delivery{
	list-style:none;
}
ul.delivery li{
    float: left;
    font-size: 11px;
    margin: 0;
    padding: 0;
    width: 143px;
}
ul.delivery li label{
	display:inline-block;
	width:100px;
	vertical-align:top;
	margin:0 0 0 10px;
	line-height:20px;
	letter-spacing:1px;
}
ul.payment{
	list-style:none;
}
ul.payment li{
	float:left;
	font-size:11px;
	margin:0;
	padding:0;
	width:205px;
}
ul.payment li label{
	display:inline-block;
	width:160px;
	vertical-align:top;
	margin:0 0 0 10px;
	line-height:20px;
	letter-spacing:1px;
}
ul.payment li label > .small{
	font-size:12px;
	text-transform:none;
}
/* order steps */

.order-steps{
    background: none repeat scroll 0 0 #000000;
    float: right;
    height: 3px;
    margin: 0 43px 0 0;
    position: relative;
    top: 22px;
    width: 524px;
}
.order-steps > span{
    display: inline-block;
    margin: -7px 0 0 -19px;
    text-align: center;
	position:absolute;
}
.order-steps > span.selected .circle{
	background:#000;
}
.order-steps > span  .circle{
    border: 3px solid #000000;
    border-radius: 15px;
    display: inline-block;
    height: 12px;
    width: 12px;
	background:#FFF200;
}
.order-steps > span .name{
    font-size: 9px;
    line-height: 24px;
}
.order-steps > .step1{
}
.order-steps > .step2{
	margin:-7px 0 0 150px;
}
.order-steps > .step3{
	margin:-7px 0 0 319px;
}
.order-steps > .step4{
	margin:-7px 0 0 479px;
}
.order-header{
	clear:both;
	margin:0 0 25px;
}
.order-header .order-status{
	float:left;
	text-transform:lowercase;
}
.order-header .yellow-blocks{
	float:right;
}
.order-header .status{
	font-size:14px;
	border-bottom:1px solid #808080;
	width:281px;
	padding: 0 0 6px;
}
.order-header .packed_status{
	font-size:14px;
	margin:14px 0 0;
	position:absolute;
	width:281px;
}

.order-header .packed_status > .text{
	float:right;
	width:195px;
}
.order-header .order-status{
	
}
.order-header > h2{
	font-size:25px;
	font-weight:bold;
	clear:both;
	margin:0 0 35px;
}
.order-header > h2 .sum{
	display:inline-block;
	margin:0 0 0 50px;
}
.order-header .order-status h3{
	padding:0;
}
.order-header .date{
	display:inline-block;
	margin:0 20px 0 0;	
}
.order-notice{
    clear: both;
    font-size: 16px;
    margin: 25px auto 55px;
    text-align: left;
    text-transform: none;
    width: 430px;
}
.yellow-blocks{
	list-style:none;
	width:580px;
	margin:0 auto;
}
.yellow-blocks li{
	width:273px;
	border:solid 3px #fff200;
	font-size:14px;
	text-transform:none;
	text-align:center;
	min-height:70px;
	margin:0 20px 35px 0;
	float:left;
}

.yellow-blocks li.right{
	margin:0 0 35px 0;
}
.yellow-blocks li div{
	margin: 0 0 4px 13px;
    text-align: left;
}
.faded{
	opacity:0.2;
}
.order-header h3,
.yellow-blocks li h3{
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 11px;
    color: #727272;
    display: inline-block;
    font-size: 11px;
    padding: 2px 7px;
    position: relative;
    text-transform: uppercase;
	letter-spacing:1px;
	font-weight:normal;
}
.events{
	list-style:none;
}
.events li{
	margin:0 0 60px 0;
}
.events li  h2{
	font-size:23px;
	font-weight:normal;
	margin:0 0 8px 0;
}
.events li img{
	display:block;
	margin:0 0 38px 0;
}
.events li .desc{
	font-size:16px;
	display:inline-block;
	vertical-align:top;
}
.events .likes{
	display:inline-block;
	vertical-align:top;
	margin:3px 0 0 0;
}
.htypes{
    background: none repeat scroll 0 0 #ff0000;
    display: block;
    list-style: none outside none;
    margin: 0 auto;
    position: relative;
    top: 15px;
    width: 400px;
}
.htypes li{
	float:left;
	    font-size: 11px;
    letter-spacing: 1px;
    line-height: 25px;
	margin:0 0 0 10px;
}
#cart_form{
	margin:0 0 70px 0;
}

/* checkbox */
.checkbox{
	background:url("/img/495line/sprites.png") no-repeat scroll -234px -102px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 23px;
    width: 22px;
	cursor:pointer;
}
.checkbox.selected{
	background:url("/img/495line/sprites.png") no-repeat scroll -281px -102px rgba(0, 0, 0, 0);
}
.checkbox > input{
	display:none;
}
.order_block.closed .cart_info{
	display:none;
	font-size: 9px;
    margin: 0 0 10px;
}
.cart_info h4{
	font-size:9px;
}


.close_order{
	color: #999999;
    font-size: 11px;
	cursor:pointer;
    font-weight: normal;
    letter-spacing: 1px;
    margin: -30px 0 0;
    position: absolute;
}
.close_order .arrow{
	background:url("/img/495line/sprites.png") repeat scroll 0 -18px rgba(0, 0, 0, 0);
	display: inline-block;
    height: 14px;
    margin: 0 0 0 2px;
    vertical-align: top;
    width: 10px;
}
.closed .close_order .arrow{
	background:url("/img/495line/sprites.png") repeat scroll 0 3px rgba(0, 0, 0, 0);
}
/* radio */
.radio{
    background: url("/img/495line/sprites.png") no-repeat scroll -192px -102px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 23px;
    width: 22px;
	cursor:pointer;
}
.radio.selected{
	background:url("/img/495line/sprites.png") no-repeat scroll -153px -102px rgba(0, 0, 0, 0);
}
.radio > input{
	display:none;
}

/* notices */
#notice_ms{
	position:absolute;
	padding:16px;
	color:#fff;
	text-transform:uppercase;
	border:1px solid #000;
    font-size: 17px;
	background:rgb(0,0,0);
	z-index: 3000;
    text-transform: none !important;
}
#notice_ms.red{
	background:rgb(0,0,0);
}

/* Hover state */
.wrapper-dropdown .dropdown li:hover a {
    background: #000;
	color:#fff;
}

/* Active state */
.wrapper-dropdown.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
 
 
.wrapper-dropdown.active {
  background:url("/img/495line/sprites.png") no-repeat scroll 118px -10px #FFF200;
}  
.hover-form{
    background: none repeat scroll 0 0 #FFF200;
    left: 50%;
    margin: 0 0 0 -215px;
    padding: 19px 17px;
    position: absolute;
    top: 261px;
    width: 431px;
	box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	display:none;
	z-index:1000;
	box-shadow:1px 3px 2px rgba(0, 0, 0, 0.3);
}
.hover-form.table{
    width: 580px;
	margin:0 0 0 -290px;
    z-index: 1000;
	max-height:480px;
	overflow:auto;
}
.hover-form.selected{
	display:block;
}
.hover-form h2{
	font-size:14px;
	text-align:center;
}
.hover-form .close {
    font-size: 11px;
    margin: -40px 0 0 346px;
    position: absolute;
	cursor:pointer;
}

.hover-form.table .close {
	margin:-40px 0 0 475px;
}
.hover-form .sizes_chart{
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
}
.hover-form .sizes_chart > table{
	margin: 0 auto;
}
.hover-form .sizes_chart p{
	font-size:14px;
	margin:20px 0 0 0;
	text-align:center;
	text-transform:uppercase;
	width:auto;
}
.hover-form .sizes_chart ul{
	list-style:none;
	margin:20px 0 0 0;
}
.hover-form .sizes_chart ul li{
	display:inline-block;
}
.hover-form .sizes_chart table tr:nth-of-type(even){
	background:#e7db00;
}
.hover-form .remind{
    font-size: 11px;
    margin: 0 0 0 302px;
    position: absolute;
	cursor:pointer;
}
.hover-form .close > .red{
	color:#ed1c24;
}
.hover-form .field > strong {
	color:#000;
}
.hover-form .button{
    padding: 16px 0;
	width:100%;
}
.hover-form p{
    font-size: 14px;
    margin: 0 0 30px;
    text-transform: none;
    width: 200px;
}

/* likes */
ul.likes{
	margin:0 0 20px 0;
	list-style:none;
	width:400px;
}
ul.likes li{
	display:inline-block;
	margin:0 10px 0 0;
}
ul.likes li.twitter{
	width:95px
}
.largest-cover{
	width:100%;
	height:100%;
	background:#FFF;
	position:fixed;
	z-index:2000;
	text-align:center;
	top:0;
	display:none;
}
.largest-cover.selected{
	display:block;
}
.largest-cover .close{
	top:0;
	position:absolute;
	right:0;
	width:36px;
	height:36px;
	background:url("/img/495line/sprites2.png") no-repeat scroll -2px -2px rgba(0, 0, 0, 0);
	pointer:cursor;
}
.largest-cover .close:hover{
	background:url("/img/495line/sprites2.png") no-repeat scroll -2px -39px rgba(0, 0, 0, 0);
	cursor:pointer;
}
.largest-cover .left{
	top:50%;
	left:0;
	position:absolute;
	width:36px;
	height:36px;
	margin:-18px 0 0 0;
	background:url("/img/495line/sprites2.png") no-repeat scroll -36px -2px rgba(0, 0, 0, 0);
	cursor:pointer;
}
.largest-cover .left:hover{
	background:url("/img/495line/sprites2.png") no-repeat scroll -36px -39px rgba(0, 0, 0, 0);
}

.largest-cover .right{
	top:50%;
	right:0;
	position:absolute;
	width:36px;
	height:36px;
	margin:-18px 0 0 0;
	background:url("/img/495line/sprites2.png") no-repeat scroll -74px -2px rgba(0, 0, 0, 0);
	cursor:pointer;
}

.largest-cover .right:hover{
	
	background:url("/img/495line/sprites2.png") no-repeat scroll -74px -39px rgba(0, 0, 0, 0);
	cursor:pointer;
}
.largest-cover ul{
	list-style:none;
	height:90%;
	margin:2% 0 0 0;
}
.largest-cover li{
	display:none;
	height:100%;
}
.largest-cover li.selected{
	display:block;
}

.largest-cover li img{
	height:100%;
}
.largest-cover iframe{
	width:100%;
	height:100%;
}
.largest-cover .thumbs {
    bottom: 0;
    height: 30px;
    left: 0;
    position: absolute;
    z-index: 2;
	list-style: none outside none;
    margin: 0;
    text-align: center;
    width: 100%;
}

.largest-cover .thumbs li {
    display: inline-block;
    height: 10px;
    margin: 0 1px 1px 0;
    text-align: center;
    width: 10px;
}

.largest-cover .thumbs a.selected {
    background: none repeat scroll 0 0 #393939;
}
.largest-cover .thumbs a {
    background: none repeat scroll 0 0 / cover #dbdbdb;
    border-radius: 5px;
    display: block;
    float: left;
    height: 10px;
    width: 10px;
}
article.event_page .products{
	margin:0 0 100px 0;
}
.tinymce{
	width:500px;
	height:200px;
}
#bzipcode .error{
	    margin-left: 5px;
}


.suggestions-promo,
.suggestions-promo-desktop {
	display: none!important;
}