@CHARSET "UTF-8";

html, body, h1, h2, h3, h4, h5, h6, div, span,
blockquote, p, address, form, fieldset, img,
ul, ol, dl, dt, dd, li, hr, table, td, th,
strong, em, sup, sub, dfn, ins, del, q, cite,
var, samp, code, kbd, tt, legend {
	margin: 0;
	padding: 0;
	border: 0;
}

html{
	background: url("../images/bg_canvas.png");
}

body{
	font: 11px Tahoma, Arial, Verdana;
	/*background: #e5ddc1;*/
	/*background: url("../images/bg_paint.png") top center no-repeat;*/
}

ul, ol{ list-style-type: none; }
input, textarea, select{ outline: none; }

a{ text-decoration: none; }
a:hover{ text-decoration: underline; }

.clear{ clear: both; }

/* ----------------------------------------------------------------------------- all */
#header, #container, #footer, #topmenu, #bottom{
	margin: 0 auto;
	width: 1000px;
}

#container{
	overflow: hidden;
	background: #fff;
	border-bottom: solid 1px #fff;
}

#wcontainer{ background: #fff; }

#header{
	height: 75px;
}

#topmenu{
	height: 40px;
}

#bottom{
	background: #fff url("../images/bg_bottom.gif") 197px 0 repeat-y;
}

/* ----------------------------------------------------------------------------- topbar */
#topbar{
	height: 25px;
	border-bottom: solid 1px #CEC5BA;
	margin: 0 auto;
	width: 1000px;
}

#topbar ul{
	float: right;
	height: 25px;
}

#topbar ul li{
	padding: 0px 2px;
	margin-left: 1px;
	float: right;
	background: #ddcab2;
}

#topbar ul li a{
	color: #6F6A65;
}

#topbar p{ float: left; padding: 5px 10px; }
#topbar p span{ padding: 0 5px; color: #ccc; }
#topbar p a{ color: #000; text-decoration: underline; }

/* ----------------------------------------------------------------------------- breadcrumbs */
.breadcrumbs{
	padding: 15px 20px 0;
}

.breadcrumbs li{
	display: inline;
	background: url("../images/ico_arr.gif") 0 7px no-repeat;
	padding: 2px 18px 2px 8px;
}

.breadcrumbs li a{ color: #000; }

/* ----------------------------------------------------------------------------- sidebar */
#sidebar{
	width: 198px;
	float: left;
}

#sidebar h2{
	display: none;
}

#sidebar .menu{
	margin-top: 20px;
	margin-bottom: 25px;
}

#sidebar .menu li a{
	display: block;
	color: #333333;
	padding: 4px 5px 4px 20px;
}

#sidebar .menu li a:hover, #sidebar .menu li a.selected{
	background: #bf8b8b;
	color: #fff;
	text-decoration: none;
	border-right: solid 1px #c7a4a4;
}

#sidebar li.selected > a{
	font-weight: bold;
}

#sidebar .main-category{
	font: bold 9px Arial;
	color: #000;
	background: #F2F1ED;
	padding: 5px 10px;
	box-shadow: 0px 1px 1px #ccc;
}

#sidebar .man{
	background: #f5eeee;
	padding: 5px 0;
}

#sidebar .menu .man li a{
	padding: 5px 5px 5px 30px;
	background: url("../images/ico_arr.gif") 20px 10px no-repeat;
	text-transform: uppercase;
}

#sidebar .menu .man li.empty{
	padding: 5px 30px;
	color: #666;
}

#sidebar .menu .man li a:hover, #sidebar .menu .man li.selected a{
	background: #ebdddd url("../images/ico_arr.gif") 20px 10px no-repeat;
	color: #000;
	border-right: none;
}

#sidebar .menu li.sub{
	background: #F2F1ED;
}

#sidebar .subtree > li a{
	padding-left: 30px;
	background: #F2F1ED url("../images/ico_arr.gif") 20px 10px no-repeat;
}

#sidebar .subtree > li > .man{ border-bottom: solid 1px #ccc; border-top: solid 1px #ccc; }

#sidebar .subtree > li > .man li a{
	padding: 5px 20px 5px 40px;
	background: url("../images/ico_arr.gif") 30px 10px no-repeat;
}

#sidebar .subtree > li > .man li a:hover{ background-position: 30px 10px; }


/* ----------------------------------------------------------------------------- contener */
#contener h1, #contener h3#recommended, #contener h3#group, #contener h3#reviews{
	color: #333333;
	font: 22px "Helvetica Neue", "Helvetica";
	font-weight: bold;
	padding: 15px 20px 10px;
}

#contener h2 img{
	display: inline-block;
	vertical-align: middle;
}

#contener h1.header-list{
	padding-top:5px;
}

#contener h3#group{ padding-top: 0; }

/*#contener h2 span{
	color: #666;
	padding: 0 4px;
}
*/

/* ----------------------------------------------------------------------------- topmenu */
#topmenu #separator{
	background: #9c4f4f;
	float: left;
	height: 40px;
	width: 198px;
}

#topbar p a.phone{
    text-decoration: none;
    color: #000;
}

#separator p{
	color: #FFF;
	display: block;
	font-weight: bold;
	padding: 14px 20px;
}

#header{ position: relative; }

#cart{
	top: 20px;
	right: 20px;

	position: absolute;
	background: #ed75a5;
	border: solid 1px #a65072;
}

#cart > p > a{
	color: #FFF;
	display: block;
	background: url("../images/ico_cart.gif") 17px 12px no-repeat;
	font-weight: bold;

	padding: 10px 15px 10px 45px;
	text-decoration: none;
}

#cart > p > a:hover{ text-decoration: underline; }

.topmenu{
	position: relative;
}

.topmenu li.category{
	float: left;
}

.topmenu li a.category, #bottom h2, #bottom h3{
	float: left;

	box-shadow: inset 0px -3px 0px #9c4f4f;
	color: #fff;
	display: block;
	height: 16px;
	font-weight: bold;

	padding: 14px 25px 10px 25px;
	text-decoration: none;
	border-right: solid 1px #ddbebe;
}

.topmenu li a.category:hover, .topmenu li a.category.selected{
	background: #ddbebe;
	box-shadow: none;
}

.topmenu li .submenu{
	width: 100%;
	display: none;
	position: absolute;
	margin-top: 40px;
	background: #ddbebe;
	/*padding: 15px 25px;*/
	z-index: 99999;

	/*border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	*/border-bottom: 3px solid #9c4f4f;
}

.topmenu > ul > li > .submenu > ul{
	padding: 10px;
	width: 230px;
}

.topmenu li .subsubmenu{
	padding: 10px 0 0 3px;
	margin-top: -4px;
}

.topmenu li .submenu .subsubmenu li a{
	font-size: 11px;
	padding-left: 10px;
	background: url("../images/ico_arr.gif") 0 5px no-repeat;
}

.topmenu li .submenu li{
	padding-bottom: 5px;
}

.topmenu li .submenu li a{ color: #fff; font-size: 13px; color: #722f2f; }

.topmenu > ul > li > a.category{
	background: #bf8b8b;
}

.submenu > ul {
	float: left;
}

.topmenu li .submenu li.titles > a{
	font: bold 11px Helvetica;
	padding: 4px 8px;
	display: block;
	color: #444;
	background: #E4D1D1;
}

.cat-245,
.cat-237,
.cat-253{
	padding-bottom: 3px !important;
}

.cat-245 a,
.cat-237 a,
.cat-253 a{
	font-size: 11px !important;
}

/* ----------------------------------------------------------------------------- bottom & footer */
#bottom .col{
	float: left;
	width: 198px;
	min-height: 244px;
}

#bottom h2, #bottom h3{ background: #bf8b8b; font: bold 11px Tahoma; border-right: 0; float: none; padding-left: 20px; }

#bottom .c2{ width: 187px; }
#bottom .c3{ width: 194px; }
#bottom .c4{ width: 421px;  }
#bottom .c4 .fb{ padding: 15px; }

#footer{
	background: url("../images/bg_footer.png") 0 0 repeat-x;
	padding: 25px;
	width: 950px;
}

#footer .f1{ float: left; }
#footer .f2{ float: right; max-width: 75% }
#footer .f2 a{ color: #9c4f4f; }

#bottom ul{
	padding: 25px;
}

#bottom ul li{
	padding: 2px 0 2px 10px;
	background: url("../images/ico_arr.gif") 0 7px no-repeat;
}

#bottom ul li a{ color: #000; }

#footer ul{
	overflow: hidden;
}

#footer ul li{ float: left; }

#footer ul li a{
	float: left;
	display: block;
	padding: 0px 15px;
	color: #000;

	border-left: solid 1px #bfc0b9;
	margin-left: -1px;
}

.fbox{
	padding: 25px;
	line-height: 150%;
}

.fbox a{ color: #1C8ED4; text-decoration: underline; }

.fbox p{ padding-bottom: 10px; }

/* ----------------------------------------------------------------------------- logo */
#header h1, #header .header{
	padding: 10px 0 0 10px;
	float: left;
	text-indent: -9999px;
}

#header h1 a, #header .header a{
	display: block;
	width: 200px;
	height: 55px;

	background: url("../images/logo_small_new.png") 6px 3px no-repeat;
	/*text-align: right;
	font: bold 17px "Helvetica Neue", "Helvetica", Arial;
	color: #b06f6f;
	letter-spacing: 2px;*/
}

#header h1 a:hover, #header .header a:hover{ text-decoration: none; }

#header-telephone{
	position: absolute;
	font-family: "myriad-pro", sans-serif;
	font-size: 22px;

	width: 190px;
	text-align: right;
	margin: 34px 0 0 379px;
	color: #684242;
	font-weight: bold;
}

#header-telephone span{
	font-size: 12px;
	color: #9C4F4F;
}

#search{
	margin: 0 auto;
	padding: 19px 0 0 0;
	width: 400px;
}

#search legend, #header p.description{ display: none; }

#search fieldset > p{
	background: #fff;
	height: 35px;
}

#search p label{ display: none; }
#search p input{ background: #fff; border: 0; font: 11px Tahoma; }
#search p input#s_keyword{ width: 320px; margin: 10px 0 0 10px; }

#search p input#s_submit{
	width: 45px;
	height: 35px;
	text-indent: -9999px;
	background: url("../images/ico_search.gif") center center no-repeat;
	padding: 0;
	margin: 0;
	float: right;
}

#search ul li{
	float: right;
}

#search ul, #topbar ul{
	min-height: 25px;
}

#search ul li a, #topbar ul li a{
	float: right;
	color: #333;
	padding: 6px 10px 6px 10px;
	background: #ddcab2;

	margin-left: 1px;
}

#search li.l-about a, #topbar ul li.l-about a{
	background: #ddcab2 url("../images/ico_i.gif") 10px 8px no-repeat;
	padding-left: 20px;
}

#search li.l-account a, #topbar ul li.l-account a{
	background: #ddcab2 url("../images/ico_account.gif") 9px 8px no-repeat;
	padding-left: 24px
}

.link-results.normal-results{
	padding: 0 30px 10px;
}

.link-results.normal-results .link{
	padding-top: 10px;
}

.link-results .link h4 a{
	color: #333333;
	font-size: 12px;
}

.link-results .link .breadcrumb{
	color: #666;
	padding: 2px 0;
	font-style: italic;
}

.link-header{
	margin-top: 10px;
	padding: 5px 30px;
	background: #f5f5eb;
	color: #7C7C7C;
	font-weight: normal;
}

/* ----------------------------------------------------------------------------- home */
.banners{
	border: solid 8px #4e5051;

	overflow: hidden;
	width: 635px;
	height: 330px;
	background: #4E5051;
	float: left;
}

.banners-right{ float: right; width: 349px; }

.banners-right li{ position: relative; height: 157px; border: solid 8px #646464; }
.banners-right li.banner-1{ border-color: #7e7e7e; }

.banners-right .info h3{
	font: bold 25px Helvetica;
	margin-bottom: 5px;
}

.banners-right .info p{
	font: 11px Helvetica;
	color: #38353a;
	line-height: 150%;
}

.banners-right .info .price{
	background: #0f65a9;
	color: #fff;
	font: bold 19px Helvetica;
	padding: 12px 15px;
	margin: 0;
}

.banners-right .info h3 a{ color: #38353a; }

.banners-right .banner-1 .price{
	position: absolute;
	right: 0;
	bottom: 0;
}

.banners-right .banner-1 .info{
	padding: 15px;
	width: 115px;
}

.banners-right .banner-0 .price{
	position: absolute;
	left: 154px;
	bottom: 0;
}

.banners-right .banner-0 .info{
	padding: 15px 15px 15px 0;
	margin-left: 155px
}

.banners .contents{ position: relative; height: 328px; }

#blinds-cont {
	background: #4E5051;
	width: 1000px;
	height: 410px;
	margin: 50px auto;
	padding: 20px 0 0 0;
	-moz-box-shadow: 0 0 40px #000;
	-webkit-box-shadow: 0 0 40px #000;
	font-family: "Georgia", "Arial Narrow", "Arial", sans-serif;
}

#blinds {
	height: 330px;
	width: 960px;
	margin: 0 auto;
	/*background: url("../spinner.gif") 50% no-repeat;*/
	background: #4E5051;
}

.floom_container {
	overflow: hidden;
}

.floom_progressbar {
	height: 2px;
	background: #DDBEBE;
	width: 0;
	position: relative;
	z-index: 1000;
	font-size: 1px;
}

.floom_slice {
	z-index: 10;
}


.floom_vertical {
	float: left;
}

.floom_link{
	display: block;

	width: 625px;
	height: 328px;
}

.floom_caption, .main-web-description {
	width: 100%;
	position: absolute;
	top: 0;
}

.main-web-description h2, .floom_caption h2{
	font: bold 44px Helvetica !important;
	color: #3c2b24;
	margin: 25px 30px 5px;
	padding: 0 !important;
}

.main-web-description .description, .floom_caption .description{
	margin: 0 30px;
}

.main-web-description .description span, .floom_caption .description span{
	background: #ffff3d;
	padding: 1px  4px 1px 0;
}

.main-web-description .links, .floom_caption .links{
	font-size: 12px;
	margin: 0 30px;
	line-height: 180%;
}


.main-web-description .links a, .floom_caption .links a{
	background: url("../images/banner-arrow.png") 0 0 no-repeat;
	color: #000;
	padding-left: 25px;
}

/* ----------------------------------------------------------------------------- homepage */
.homepage-manufacturer-list .manufacturer{
	float: left;
	width: 302px;
	border-right: solid 1px #E7E7DA;
	margin-top: -3px;
	padding: 15px;
}

.homepage-manufacturer-list .manufacturer p{
	color: #7a7a7a;
	font-size: 12px;
	line-height: 150%;
}

#contener .homepage-manufacturer-list .manufacturer h2,
#contener .homepage-manufacturer-list .manufacturer h3{
	padding: 0;
	font-size: 30px;
	margin-bottom: 5px;
}


#contener .homepage-manufacturer-list .manufacturer h2 a,
#contener .homepage-manufacturer-list .manufacturer h3 a{
	color: #000;
	display: inline;
	background: url("../images/more.png") center right no-repeat;
	padding-right: 30px;
}

.homepage-manufacturer-list .maimeri{
	background: url("../images/home_1.png") 15px 15px no-repeat;
	padding-top: 220px;
}

.homepage-manufacturer-list .cretacolor{
	background: url("../images/home_2.png") 15px 15px no-repeat;
	padding-top: 180px;
}


.homepage-manufacturer-list .kolibri{
	background: url("../images/home_3.png") 15px 15px no-repeat;
	padding-top: 150px;
}

.homepage-manufacturer-list .kolibri{
	border-right: 0;
}

#contener .website-summary{
    border-bottom: solid 1px #E7E7DA;
    margin-bottom: 3px;
}

#contener .website-description{
    float: left;
    width: 665px;
    border-right: solid 1px #E7E7DA;

    color: #7a7a7a;
    font-size: 12px;
}

#contener .website-description .links li{
    margin-right: 15px;
    float: left;
}

#contener .website-description .links li a{
    color: #9C4F4F;
}

#contener .website-description .description{
    padding: 15px;
}

#contener .website-description .description p{
    margin-bottom: 10px;
}

#contener .website-summary .new-items{
    border-bottom: solid 1px #E7E7DA;
    padding: 0 15px 10px;
    margin: 0;
    color: #000;
}

.mini-product{
    float: left;
    width: 25%;
    position: relative;
    font: 12px Arial;
}

.mini-product img{
    width: 100%;
}

.mini-product > a{
    display: block;
    margin: 10px 15px 0;
}

.mini-product .price-container{
    position: absolute;
    top: 0;
    right: 0;
}

.mini-product > h4{
    margin: 0 15px 15px;
}

.mini-product > h4 > a{
    color: #000;
}

#contener .website-news{
    float: left;
    width: 334px;
}

#contener .website-news h2{
    padding: 15px;
}

#contener .website-news .reviews{
    margin: 0 15px;
    font-size: 12px;
    font-family: Tahoma;
    color: #7a7a7a;
}

#contener .website-news .reviews li{
    margin-bottom: 10px;
}

#contener .website-news .reviews li h4{
    margin-bottom: 5px;
}

#contener .website-news .reviews li h4 a{
    color: #9C4F4F;
}

/* ----------------------------------------------------------------------------- products */
.products{
	clear: both;
	padding-bottom: 20px;
	border-collapse: collapse;
	margin-left: -1px;
	margin-right: -1px;
	border-top: solid 1px #f3f3f3;
}

.products.homepage{
	padding: 0;
	margin: -3px 0 -2px;
}

.products-list li.product-list{
	padding: 4px 0 0;
	border-bottom: solid 1px #E7E7DA;
	position: relative;
}

.products li.product{
	border: solid 1px #E7E7DA;
	border-top: 0;
	position: relative;
	float: none;
	display: table-cell;
	width: 200px;
	background: #FBFBF8;
}

.products li .image, .products-list li .image{
	text-align: center;
	display: block;
	min-height: 135px;
	line-height: 130px;
	overflow: hidden;
	background: #fff;
}

.products li .image img{ vertical-align: middle; }

.products h2 a, .products-list h2 a, .products h3 a, .products-list h3 a, .products h4 a, .products-list h4 a{
	font: bold 13px Helvetica;
	color: #333333;
	display: block;
	margin-top: 4px;
	padding-bottom: 5px;
}

.products .description{
	color: #999999;
	padding: 0 10px;
	text-transform: uppercase;
	line-height: 100%;
	padding-bottom: 8px;
}

.products .product-reviews-info{
	display: block;
	clear: both;
	padding: 0px 10px 6px;
}

.product-reviews-info .rating{
	display: inline-block;
	vertical-align: top;
	width: 70px;
	height: 15px;
	background: url("../images/rating.png") 0 -14px repeat-x;
}

.product-reviews-info .rating .rate{
	display: inline-block;
	width: 100%;
	background: url("../images/rating.png") 0 0 repeat-x;
	height: 15px;
}

.product-reviews-info .summary{
	color: #9d504e;
	border-left: solid 1px #9d504e;
	margin-left: 5px;
	padding-left: 5px;
	line-height: 14px;
}

.products-list .description{
	color: #999999;
	padding: 0 5px 2px 0;
	text-transform: uppercase;
	line-height: 100%;
	padding-bottom: 5px;
}

.products h2, .products h3, .products h4{ padding: 5px 10px 0; }

.products-list h3{  }

.products li .product-set, .products-list li .product-set{
	background: transparent;
	color: #fff;
}

.products li .color{ padding: 0; }

.products li .product-set > a, .products-list li .product-set > a{ float: right; display: block; margin: 4px 6px; color: #585858; }

.products li .product-set > a.label{
	background: #fff;
	margin: 0;
	padding: 4px 6px;
	white-space: nowrap;
	margin-top: -21px;
}

.products li .product-set{
	position: absolute;
	right: 0;
	margin-top: -23px;
}

.products li .product-set.color, .products-list li .product-set.color{
	/*background: #fff url("../images/productset.gif") 0 0 no-repeat; */
	border-bottom: 0;
	padding-left: 0;
}



/*
.products-list li .product-set a.label{
	width: 46px;
	height: 46px;

	overflow: hidden;
	background: url("../images/bg_label.png") 0 0 no-repeat;
	color: #fff;
	text-align: center;
	font: 9px Tahoma;

	top: -125px;
	right: -15px;
	position: absolute;
}

.products-list li .product-set a.label span{
	font: bold 17px Arial;
	display: block;
	line-height: 11px;
	margin-top: 11px;
}

.products-list li .product-set a.label:hover{ text-decoration: none; }
*/
.price{
	float: right;
	padding: 2px 3px;
	margin-left: 10px;
	margin-bottom: 25px;

	background: #E7E7E7;
	color: #444;
}

.price em{ color: #A3A1A1; font-style: normal; }

.products li .product-set .price, .products-list li .product-set .price{ display: block; height: 15px; padding: 4px 6px; margin: 0; clear: both; font: bold 13px Arial; }

.products-list li .product-set .price,
.products-list li .product-set .price.old{
	float: left !important;
	margin: 0 0 0 0 !important;
}

.products-list li .product-reviews-info,
.products-list li .description{ clear: both; padding-top: 8px; margin-bottom: 0; }

.brushes-list li .product-reviews-info, .brushes-list li .description{
	padding-top: 0;
	padding-bottom: 8px;
}

.brushes-list li .description{ padding-bottom: 2px; }

.brushes-list li.product-list{
	padding-bottom: 5px;
	padding-left: 15px;
}

.price.old{
	color: #999999;
	text-decoration: line-through;
	background: #fff;
}

.products li .product-set .price.old, .products-list li .product-set .price.old{ float: right; margin: 0; clear: both; background: #fbfbf8; margin-top: -46px; }

.product-set .product-list-sizes{
	color: #000;
	float: right;
	padding: 4px 0;
}

.products-list .product-list-description ul{
	overflow: hidden;
}

.products-list .product-list-description ul li{
	padding: 4px 0 4px 17px;
	background: url("../images/bg_li.gif") 3px 13px no-repeat;
	border-bottom: 0;
	border-top: solid 1px #F3F3F3;
	margin-top: -1px;
}

.price.promotion{
	background: #1c8ed4;
	color: #fff;
}

.products-list li .product-set.wide{ height: auto; }

.products li .product-set .price.promotion, .products-list li .product-set .price.promotion{ background: #b74568; }

.products .sep, .products-list .sep{
	box-shadow: none;
	background: none;
	border: 0;

	/*border-bottom: solid 1px #f3f3f3;*/
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	float: none;
}

/* ----------------------------------------------------------------------------- products - list */

.products-list{
	border-top: solid 1px #f3f3f3;
	padding-bottom: 20px;
	clear: both;
}

.product-list{
	 position: relative; }

.product-list-content{ float: left; width: 200px; padding: 5px 20px 5px 0px;}

.product-list-content .product-reviews-info{ margin: 0px 4px 6px 0; }

.product-list-description{ float: left; padding: 5px 20px 10px 0px; width: 560px; font-size: 12px; line-height: 21px; color: #666; }

.brush-list-description{
	padding: 0 ;
	width: auto;
}

.product-set.color .brush-list-description{ padding-left: 0; }

.products-list li .image{
	float: left;
	min-height: 0;
	line-height: 100%;
	padding: 0;
	margin-bottom: 5px;
}

.products-list li .product-set{
	top: auto;
	left: auto;
	position:inherit;
}

.products-list li .product-set{ width: auto; }

.products-list li .product-set a.label{ float: none; margin: 0; margin-bottom: 5px; }

/* ----------------------------------------------------------------------------- brushes */
.brushes-list .product-list-content{
	padding: 5px 20px;
	width: 645px;
}

.brushes-list .product-list-sizes{
	float: none;
	font-size: 12px;
	padding-top: 5px;
	color: #BBB;
}

.brushes-list li .image{
	padding-top: 10px;
}

.brushes-list .product-list-description{
	float: none;
}

.brushes-price{ position: absolute; right: 0; }
.brushes-price .price{ padding: 4px; font: bold 16px Helvetica; }

.brushes-list li .product-set.color{ padding: 0 0 5px 0px; }

.brushes-list li h2{ float: left; }

.brushes-list .price { margin-bottom: 0px; }
.brushes-list .image{ width: 300px; }

.brushes-list .product-list-content a.view{
	float: right;
	padding: 5px 7px;
	background: #F5F5EB url("../images/arr_black_right.gif") top right no-repeat;
	padding-right: 30px;
	padding-left: 20px;
	color: #000;
}

.to-product,
.products li .product-set > a.to-product,
.products-list li .product-set > a.to-product{
	background: #bf8b8b;
	border: solid 1px #9c4f4f;
	color: #EECBCB;
	padding: 5px 8px;
	border-radius: 4px;
	margin: 0;
	display: inline-block;
	text-decoration: none;
	background: linear-gradient(to bottom, #bf8b8b 0%,#bc7676 100%);
	text-shadow: -1px -1px 1px #AD6969;
}

.to-product:hover,
.products li .product-set > a.to-product:hover,
.products-list li .product-set > a.to-product:hover{
	background: #9c4f4f;
	background: linear-gradient(to bottom, #9c4f4f 0%,#ba5555 100%);
	text-shadow: -1px -1px 1px #812929;
}


.brushes-list li .product-set > a.to-product{
	margin-top: 8px;
	float: none;
}

/* ----------------------------------------------------------------------------- list with options */
.best-list li.product-list{

}

.best-list .image{
	width: 200px;
}

.best-list li h3 a{
	font: bold 15px Arial;
}

.best-list .product-list-content{
	width: 515px;
}

.best-list li .image{
	padding: 10px;
}

.best-list li .product-set.wide{
	width: 730px;
}

.best-list li .product-set > a.to-product{
	margin-top: 0;
	float: right;
	margin-bottom: 10px;
}

.best-list li .description{}

.best-list .product-list-description{
	width: auto;
	padding-top: 5px;
}

.best-list .product-colors{
	margin-top: 10px;
	padding-bottom: 10px;
}

.best-list .color .hex.name{
	width: 110px;
}

.best-list .color{
	padding-left: 0;
	padding-right: 0;
	min-height: 34px;
}

.best-list .c-buttons{
	padding-right: 0;
}

.best-list .size-table{
	width: 70px;
	color: #333;
}

.best-list .color h4.size-name{
	width: 200px;
}

.best-list .color h4.nosku{
	padding-top: 10px;
}

.best-list li .product-set a.view-all{
	display: block;
	float: right;
	padding: 2px;
	background: #f2f1ed;
	color: #63615A;
	padding: 4px 6px;
	margin: 0;
	font-weight: bold;
}

/* ----------------------------------------------------------------------------- common */
.big-alert{
	text-align: center;
	font: bold 16px Arial;
	color: #1c8ed4;
	padding: 40px 50px 70px;
}

.nosuccess, .success{
	color: #A31818;
	background: #F2F1ED;
	text-align: center;
	font: bold 16px Arial;
	padding: 40px 50px;
	margin-bottom: 20px;
}

.success{ color: #1c8ed4; }

.content-menu{
	background: #F2F1ED;
	height: 37px;
}

.content-menu li{ float: right; }
.content-menu li a, .content-menu li span{ display: block; float: right; padding: 10px 15px; background: #BF8B8B; color: #fff; margin-left: 1px; }
.content-menu li span{ background: #F2F1ED; color: #000; font-weight: bold; }
.content-menu li a:hover{ background: #9C4F4F; color: #fff; }

.red{ color: #A31818; }

.messages{
	border-bottom: solid 1px #fff;
}

.messages li{
	background: #D1D1D1;
	padding: 13px 30px;
	color: #FFF;
	text-align: center;
	font: bold 13px Helvetica;
	color: #505050;
	border: solid 1px #ADADAD;
	margin: 0;
}

.messages li.success{
	color: #026402;
	background: #72D582;
	border: solid 1px #3B943B;
}

.messages li.notice{
	color: #A87A02;
	background: #F5D05A;
	border: solid 1px #E9B223;
}

/* ----------------------------------------------------------------------------- filters */
.list-top-bar{
	display: flex;
	line-height: 25px;
	padding-bottom: 10px;
}

.list-top-bar > form{
	flex: 0 1 auto;
}

.list-top-bar > div{
	flex: 0 0 auto;
	align-self: flex-end;
	padding-bottom: 6px;
}

.list-top-bar .pages{
	padding-bottom: 0;
}

.filters{
	float: left;
	padding-left: 20px;
}

.filters legend{
	display: none;
}

.filters .filter{
	float: left;
	padding: 0 8px 0 0;
}

.filter p, .filter ol{
	display: inline;
}

.filter ol li{
	display: inline;
}

.filter ol li a{
	color: #333;
	white-space:nowrap;
	padding: 2px 4px;
	border-radius: 2px;
	text-decoration: none;
	background: #dfdfdf;
	margin-right: 2px;
}

.filter ol li .selected{
	background: #9c4f4f;
	color: #fff;
}

.filters p select{ border: solid 1px #bf8b8b; background: #fff; padding: 2px; font: 11px Tahoma; }

.filters p label{ color: #4e5051; padding-right: 5px; }

.filters p.sort{ float: left; }

/* ----------------------------------------------------------------------------- firefox fix */
.fffix{ position: relative; }

/* ----------------------------------------------------------------------------- description viewer */
.description-viewer{
	position: absolute;
	width: 170px;
	background: rgba(245, 245, 233, 0.94);
	padding: 15px;
	line-height: 180%;
	margin-left: 1px;
}

.description-viewer.right:after {
	left: 100%;
	top: 35%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: rgba(245, 245, 233, 0.94);
	border-width: 20px;
	margin-top: -20px;
}

.description-viewer.left:after {
	right: 100%;
	top: 35%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: rgba(245, 245, 233, 0.94);
	border-width: 20px;
	margin-top: -20px;
}

/* ----------------------------------------------------------------------------- pagination */
.pagination{
	padding-right: 5px;
}

.pagination.bottom{
	float: none;
	padding: 10px 0 10px;
}

.pagination.top{
	float: none;
	padding: 15px 0 0;
}

.pages{
	font: 12px Tahoma;
	list-style-type: none;
	padding-bottom: 20px;
	text-align: center;
}

.pages li{
	display: inline;
	padding: 0px 4px;
}

.pages li a, .pages li span{
	color: #333;
	background: #f5f5eb;
	padding: 5px 7px;
	font: 11px Tahoma;
	text-decoration: none;
}

.pages li.selected span{ background: #BF8B8B; color: #fff; }

.pages li a:hover, .pages li span, .pages li.next a, .pages li.prev a{
	background: #f5f5eb;
	color: #333;
	text-decoration: none;
}

.pages li.dots a{
	background: #f5f5eb;
	color: #000;
	padding: 5px 3px;
}

.view-grid a{
	background: url("../images/ico_views.gif") no-repeat;
	padding: 5px 12px;
	margin-right: 10px;
}

.view-list a{
	background: url("../images/ico_views.gif") -24px 0 no-repeat;
	padding: 5px 25px;
}

.view-grid a span, .view-list a span{ display: none; }

.pages li.dots a:hover, .pages li.next a:hover, .pages li.prev a:hover{ text-decoration: underline; }

.pages li.next a{
	background: #f5f5eb url("../images/arr_black_right.gif") top right no-repeat;
	padding-right: 20px;
}

.pages li.prev a{
	background: #f5f5eb url("../images/arr_black_left.gif") top left no-repeat;
	padding-left: 20px;
}

/* ----------------------------------------------------------------------------- product list navigation */
.list-top-bar .filters{
	width: 100%;
	font-size: 12px;
}

.list-nav{
	float: right;
}

.list-nav .sort, .list-nav .view{
	float: left;
}

.list-nav .view ol{
	display: inline;
	padding-left: 4px;
}

.list-nav .view ol li{
	display: inline;
}

.list-top-bar .filter,
.list-top-bar .sort,
.list-top-bar .view{
	padding-right: 20px;
}

.list-top-bar .view{
}

.view-list a{ padding: 5px 12px; }

.list-top-bar .filter label,
.list-top-bar .sort label,
.list-top-bar .view label{
	padding-right: 4px;
}

.list-top-bar .sort div.selectaWrapper{
	margin-left: 145px;
}

/* ----------------------------------------------------------------------------- product view */
.product-view{
	background: #f2f1ed;
	margin-bottom: 30px;
}

.product-view .price{
	font-size: 18px;
}

.product-left{
	float: right;
	width: 327px;
}

.product-image{
	background: #F7F7F7;
	padding: 6px;
}

.product-images{
	background: #fff;
	margin: 0;
	text-align: center;
	border-bottom: solid 8px #f2f1ed;
}

.product-images li{
	display: inline-block;
	margin: 2px;
}

.product-image a{
	display: block;
	padding: 5px 0;
	background: #fff;
	text-align: center;
}

.product-description{
	padding: 15px;
	float: left;
	width: 640px;
	font-family: Arial;
}

.product-description ul, .product-description p{ margin-bottom: 8px; }

.description{
	line-height: 150%;
	color: #2C2C2C;
	padding-bottom: 10px;
	font-size: 12px;
	font-family: Arial;
}

.sold{
	padding: 20px 30px;
	text-align: center;
	margin-top: 10px;
	background: #A11;
	color: #fff;
	font: bold 18px Arial;
	text-transform: uppercase;
	margin-top: 40px;
}

.product-description .description a{
	color: #9C4F4F;
}

.product-description .description .alert, .product-list-description .alert{
	background: #91B9BE;
	font: 13px Arial;
	color: #fff;
	margin: 10px 0 0 0;
	padding: 15px 10px;
	line-height: 150%;
}

.manufacturer{
	float: left;
}

.manufacturer span{
	font: bold 13px Arial;
}

.description ul{
	margin-bottom: 15px; }
.description ul li{
	background: url("../images/bg_li.gif") 3px 12px no-repeat;

	padding: 3px 0 3px 15px;
}

.product-view h3{
	font: 24px Tahoma;
	color: #333333;
	padding-bottom: 15px;
}

.buy{
	clear: both;
	display: block;
	text-align: center;
	padding: 20px;
	background: #1C8ED4;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;

	margin-top: 20px;
}

.color-images li{
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.product-images li.clear{ float: none; background: none; }

.color-images{ background: #fff; padding: 0 0 60px; text-align: center; }
.color-images li a{ display: inline; padding: 0; }

.price-label{ float: right; padding: 15px 5px 0 0; }
.price-label em{ font-style: normal; }

.alert{
	text-align: center;
	font: 25px Tahoma;
	margin: 40px 0 30px;
}

.alert a{
	color: #9C4F4F;
	text-decoration: underline;
}

.alert a:hover{ text-decoration: none; }

.product-view .price{
	color: #9c4f4f;
	background: none;
	padding: 3px;
	margin: 0;
	font-size: 24px;
}

.product-view .old{
	color: #666;
	clear: both;
	font-size: 12px;
}

/* colors */
.product-colors{
	padding: 0 0 30px;
	border-top: solid 1px #f3f3f3;
}

.color{
	padding: 0px 8px 0px 20px;
	border-bottom: solid 1px #f3f3f3;
}

.color.groupproduct{
	float: left;
	width: 50%;
	padding: 0;
}

.color.groupproduct .image{ padding: 10px; margin-right: 0; }
.color.groupproduct h4{ margin-top: 10px; }

.color .image{
	float: left;
}

.color .image a{ display: block; line-height: 0; }

.color .image img{ height: 40px; }

.color .image-wide{
	float: left;
	height: 40px;
	width: 40px;

	margin-right: 20px;
}

.color .image-new{
	float: left;
	height: 35px;
	width: 70px;
	margin-right: 1px;
}

.color .hex{
	width: 40px;
	height: 35px;
	float: left;
}

.color .hex.wide{ width: 150px; }
.color .hex.name{ width: 210px; color: #fff; }

.color .hex.name span{
	padding: 11px 10px 0 16px;
	display: block;
	font-weight: bold
}

.pencil-color .hex{
	width: 250px;
}

.pencil-color .hex a{
	display: block;
	padding: 12px 0 0 14px;
	color: #fff;
	font-weight: bold;
}

.pencil-color .hex.dark a, .color .hex.dark{ color: #000; }

.color h4{
	font: 11px Tahoma;
	padding: 8px 20px 0 12px;
	float: left;
	width: 180px;
}

.color h4.nosku{
	padding-top: 11px;
}

.color h4.wide{
	width: 258px;
}

em.size{ color: #ccc; }

.pencil-color h4{
	padding-top: 12px;
}

.color h4 a{ color: #000; }

.color h4 span{
	display: block;
	color: #999;
}

.size-table{
	float: left;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	background: #DFDFDF;
	width: 140px;
	text-align: center;
}

.color h4.size-name{ width: 250px; }

.c-text{
	width: 40px;
	border: solid 1px #ccc;
	padding: 4px;
	font: 11px Tahoma;
}

.c-price{
	font-weight: bold;
	color: #1C8ED4;
	padding-top: 11px;
	display: block;
	float: left;
	float: right;
}

.c-buy{
	background: #9C4F4F url("../images/ico_cart.gif") 4px 4px no-repeat;
	border: 0;
	padding: 3px 5px 3px 22px;
	color: #fff;
	text-transform: uppercase;
	min-height: 14px;
}

.c-ostars, .c-otrans{
	width: 40px;
	height: 12px;
	background: url("../images/ico_color.gif") 0 -39px no-repeat;
	display: block;
}

.c-otrans{
	width: 10px;
	background: url("../images/ico_color.gif") -67px -20px no-repeat;
	margin-bottom: 2px;
}

.c-ostars.stars-3{
	background: url("../images/ico_color.gif") 0 -19px no-repeat;
	width: 27px;
}

.c-otrans.transparency-6{
	background: url("../images/ico_color.gif") -67px -39px no-repeat;
}

.c-otrans.transparency-5{
	background: url("../images/ico_color.gif") -67px 0px no-repeat;
}

.c-otrans.transparency-13412{
	background: url("../images/ico_color.gif") -67px -58px no-repeat;
}

.c-ostarts.stars-2{
	background: url("../images/ico_color.gif") 0 0 no-repeat;
	width: 14px;
}

.c-options{
	display: block;
	padding: 7px 0 0;
	float: left;
}

.c-buttons{
	float: right;
	padding: 4px 20px 0;
}

.options{ padding-top: 20px; }
.options p{ padding: 5px 0 5px; }


/* colors */
.variants{
	border-collapse: collapse;
	margin: 0 auto;
	width: 650px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.variants td{
	border: solid 1px #f3f3f3;
	text-align: center;
	padding: 6px 4px;
}

.variants td .c-text{
	width: 20px;
}

.variants td.legend{
	font-weight: bold;
}

.variants .c-buy{
	padding-left: 18px;
}

.variants td a{ color: #666; }

.variants .v-price{
	color: #1C8ED4;
	font-weight: bold;
}

.products.brushes li .image {
	min-height: 95px;
	line-height: 95px;
}

/* reviews - summary */
.reviews-summary-box{
	padding: 10px 0;
}

.reviews-summary{
	padding: 7px 8px;
	display: inline;
}

.reviews-summary .title{
	display: none;
}

.reviews-summary .rating .rate{ background: #155385; padding: 2px 5px; color: #fff; border-radius: 5px; }

.reviews-summary .rating{
	font: bold 15px Arial;
	padding-right: 5px;
}

.reviews-write{
	display: inline;
}

.reviews-write > a{
	color: #9C3A3A;
	font: bold 11px Arial;
	text-decoration: underline;
	background: url("../images/arr_red_right.gif") right center no-repeat;
	padding-right: 10px;
}

.reviews-write span{ font-size: 10px; display: block; margin-top: 10px; text-decoration: underline; }
.reviews-write span > a{ color: #000; }

.reviews-write a:hover{ text-decoration: none; }

.reviews-summary .base span{ font-weight: bold; }

/* reviews */
.review{
	padding: 20px;
	border-bottom: solid 1px #fff;
	font-size: 12px;
}

.review p{
	line-height: 140%;
}

.review h3{
	font: bold 12px Arial;
	margin: 0 0 10px 0;
	padding: 0;
}

.review h3 span{ float: right; }

.review .sum{
	margin-top: 10px;
	font-style: italic;
	color: #858585;
}

.review .sum.green{ color: green; font-weight: bold; }

.review dl{
	margin-top: 10px;
}

.review dl img{ margin-right: 2px; }

.review dl dt{ padding: 2px 10px 2px 0; }
.review dl dd{ padding-right: 10px; }

.review dl dd, .review dl dt{
	float: left;
}

.review .content{
	background: #ddd;
	padding: 5px;
	box-shadow: 1px 1px 1px #888;
}

/* qreviews */
.qreviews .review{
    padding: 0 20px;
    margin-bottom: 10px;
}

.qreviews .review .user{
    float: left;
    width: 25%;
}

.qreviews .review .user dl,
.qreviews .review .user h3{
    padding: 10px 0;
    margin: 0;
}

.qreviews .review.odd .user dl,
.qreviews .review.odd .user h3{
    padding-left: 20px;
}

.qreviews .review .review-content{
    float: left;
    width: 75%;
}

.qreviews .review.odd .user{
    float: right;
}

.qreviews .review.odd .review-content{
    float: right;
}

.qreviews .review .content{
    padding: 10px;
    box-shadow: none;
    position: relative;
    background: #f2f1ed;
}

.qreviews .review .date{
    float: right;
    padding: 10px;
}

.qreviews .review .sum{
    color: #7C7C7C;
    font-weight: normal;
    margin-top: 5px;
    padding-left: 10px;
    font-size: 0.9em;
}

.qreviews .review .content:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: #fff;
	border-right-color: #f2f1ed;
	border-width: 12px;
	margin-top: -12px;
}

.qreviews .review.odd .content:after {
    left: 100%;
	border-left-color: #f2f1ed;
    border-right-color: transparent;
}

.qreviews .review dd{
    clear: right;
    float: none;
}

.reviews-write-button{
    text-align: center;
    margin-bottom: 30px;
}

.reviews-write-button a{
    border: solid 2px #dfdfdf;
    padding: 10px 20px;
    color: #9c4f4f;
    font-weight: bold;
}


/* add to cart area */
.product-colors-add-to{
	padding: 0 25px 10px 10px;
	text-align: right;

	color: #666;
	background: #fff;
}

.product-colors-add-to.dynamic{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: solid 1px #9C4F4F;
	z-index: 100;
	background: #ddbebe;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"/* IE8 */;
	opacity: .85;
	color: #4B1D1D;
	padding-top: 10px;
}

.product-colors-add-to.dynamic .cont{ padding-right: 20px; }

/*.product-colors-add-to.dynamic input{
	background: #fff;
	color: #37AFC7;
	text-shadow: -1px -1px 1px #FFF;
}*/

.product-colors-add-to input, .simple-add p .input-submit{
	cursor: pointer;
	white-space: nowrap;
	background: #9C4F4F;
	color: #FFF;
	text-transform: uppercase;
	padding: 6px 12px;
	text-shadow: -1px -1px 1px #812929;
	border: 0;
	margin-left: 4px;
}

.product-colors-add-to input:hover, .simple-add p .input-submit:hover, .simple-add p:hover{ background: #AF6E6E; }

/* ----------------------------------------------------------------------------- product view - add simple */
.simple-add p{
	background: #9C4F4F;
	padding: 0;
	float: right;
	margin-top: 10px;
}

.simple-add p .input{ margin: 0; }

.simple-add p .input-qty{
	border: 0;
	box-shadow: -1px -1px 1px #812929;
	margin-left: 10px;
	width: 20px;
}


/* ----------------------------------------------------------------------------- product view - cross sellings */
.cross_selling_products{
	padding-bottom: 15px;

	padding-left: 1px;
	margin-top: -30px;
}

.cross_selling .product{
	float: left;
	min-height: 70px;
	height: 80px;
	position: relative;

	width: 333px;

	background: #fff;
}

.cross_selling .product h3{
	font: bold 11px Arial;
	margin-bottom: 2px;
}

.cross_selling .product h3 a{
	color: #000;
}

.cross_selling .product .sizes{

}

.cross_selling .product > .image{
	display: block;
	float: left;
	line-height: 80px;
}

.cross_selling .product > .image img{
	vertical-align: middle;
}

.cross_selling .product > .product-content{
	float: left;
	max-width: 120px;
	padding-top: 10px;
}

.cross_selling.wide .product > .product-content{
	max-width: 245px;
}

.cross_selling .product .mini-description{ color: #979797; padding-right: 10px;
	margin-bottom: 2px; }

.cross_selling .product .price{
	float: none;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 4px;
	margin: 0;
}

/* ----------------------------------------------------------------------------- product view menu */
.product-menu{
	height: 33px;
	float: right;
	width: 250px;
	margin-top: -33px;
	background: #fff;
}

.product-menu li a{
	display: block;
	float: right;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 10px 15px;
	color: #666;
	background: #e8e6df;
}

.product-menu li.selected a{
	background: #F2F1ED;
	border-bottom: 0;
}


/* ----------------------------------------------------------------------------- cart */
.cart-menu{
	background: #f2f1ed;
	height: 62px;
	padding-left: 80px;
}

.cart-menu li{ float: left; }
.cart-menu li .sym span, .cart-menu li a span{ display: none; }
.cart-menu li .sym, .cart-menu li a{
	display: block;
	float: left;
	background: url("../images/bg_cart.gif") 0 0 no-repeat;
	width: 140px;
	margin: 18px 0;
	height: 26px;
}

.cart-menu li#c2 .sym, .cart-menu li#c2 a{ background-position: -145px 0; width: 220px; }
.cart-menu li#c3 .sym, .cart-menu li#c3 a{ background-position: -370px 0; width: 200px; }
.cart-menu li#c4 .sym, .cart-menu li#c4 a{ background-position: -570px 0; width: 100px; }

.cart-menu li#c1.selected .sym{ background: url("../images/bg_cart.gif") 0 -28px no-repeat; }

.cart-menu li#c2.selected .sym, .cart-menu li#c2.selected a{ background-position: -145px -28px; width: 220px; }
.cart-menu li#c3.selected .sym, .cart-menu li#c3.selected a{ background-position: -370px -28px; width: 200px; }
.cart-menu li#c4.selected .sym, .cart-menu li#c4.selected a{ background-position: -570px -28px; width: 100px; }

.cart{ width: 100%; margin: 30px 0 20px; border-collapse: collapse; }

.cart-info{
	padding: 20px 25px;
	font-size: 12px;
	border-bottom: solid 1px #F3F3F3;
	line-height: 150%;
	text-align: center;
	background: #f2f1ed;

}

.cart-info a{
	color: #9C4F4F;
	font-weight: bold;
}

.cart tr{
}

.cart .errors li{
	font: bold 9px Arial;
	background: #BD0530;
	color: #fff;
	padding: 4px;
	margin-top: 5px;
}

.cart td{
	padding: 6px;
	border-bottom: solid 1px #F3F3F3;
}

.cart thead td{
	font: 11px Tahoma;
	text-transform: uppercase;
}

.cart tbody td{
	vertical-align: top;
}

.cart tbody td h3, .cart tbody td h3 a{
	font: bold 13px Arial;
	color: #9C4F4F;
}

.cart ul.errors{
	padding: 0 2px 2px 0;
}

.cart tbody td h3 a:hover{ text-decoration: underline; }

.cart tbody td h3{ padding-bottom: 2px;
	padding-top: 4px; }

.cart tbody td.timage{ width: 100px; vertical-align: middle; text-align: center; }
.cart tbody td.tinput{ width: 12px; }

.cart-product{ border: solid 1px #ccc; padding: 2px; }

.cart tbody td.timage a{ text-decoration: none; }
.cart tbody td.timage img{ vertical-align: middle; margin-right: 3px; }

.cart tbody td .features{ color: #666; padding-bottom: 4px; margin-left: 3px; line-height: 140%; font-size: 12px; }
.cart tbody td .features li{ padding-left: 12px; background: url("../images/bg_li.gif") 0px 8px no-repeat; }

.cart tbody td .features li strong{ color: #000; }

.cart tbody td .features img{ vertical-align: middle; }

.cart tfoot td .all{
	font: 32px Arial;
	float: right;
	padding: 14px;
	color: #000;
}

.cart tbody td.tprice{
	font: 13px Arial;
	padding: 12px 5px;
	font-style:italic;
}

.cart tbody td.tprice .before_discount{ color: red; clear: both; display: block; margin-top: 5px; font-size:0.9em; font-weight: bold; text-decoration: line-through; }

.cart tfoot td{ position: relative; }

.cart tfoot td .all span{ font: 11px Tahoma; padding-right: 5px; color: #000; }

.submit.remove{ background: #9C4F4F url("../images/ico_remove.gif") 5px 5px no-repeat; padding-left: 20px; }
.clearc{  display: inline-block; padding: 3px 5px 3px 5px; background: #F2F1ED; text-transform: uppercase; color: #000; }

.submit.count{ background: #1C8ED4; }

.blue, .grey, .cartorder{
	display: block;
	text-align: center;
	padding: 20px;
	background: #1C8ED4;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	float: left;
	margin: 0 20px 20px;
}

.comment{
	width: 60%;
	margin: 0 auto;
	margin-top: 40px;
	font: 13px Arial;
	line-height: 195%;
	background: #F2F1ED;
	padding: 10px;
}

.blue.order, .cartorder{ float: right; }
.grey{ background: #F2F1ED; color: #000; }

.cartorder-desc{
	font: 15px Arial;
	color: #000;
	padding: 20px 10px 0;
	float: right;
}

.gerrors{
	background: #A31818;
	margin-bottom: 30px;
	padding: 15px 20px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

/* ----------------------------------------------------------------------------- cart - step(3) */
.box{
	width: 210px;
	float: left;
	margin-left: 50px;
	padding: 20px 0 30px 0;
}

.box p{
	font: bold 13px Arial;
	line-height: 17px;
}

.box p strong{ color: #ea0037; }

.box h3{ font: 13px Tahoma; text-transform: uppercase; padding: 18px 0 18px 250px; }
.box h3{ padding-left: 0; color: #8c8c8c; }

.bg{
	background: #F2F1ED;
}

/* ----------------------------------------------------------------------------- forms */
.toppad{
	padding-top: 40px;
}

.n-form{
	width: 400px;
	margin: 0 auto;
	background: #F2F1ED;

	margin-bottom: 40px;
	padding-bottom: 15px;
}

.n-form.nm{ background: url("../images/bg_optional.gif"); }

.n-form legend{
	display: block;
	font: 18px "Helvetica Neue", "Helvetica";
	color: #666;
	text-transform: uppercase;
	padding: 0 20px;
}

.n-form label{
	display: block;
	float: left;
	width: 120px;
	padding: 7px 0 0;
}

.n-form p.select{ border: 0; }

.n-form p, .n-form h3{
	padding: 0 20px 4px;
}

.n-form h3{
	padding: 10px 20px;
}

.n-form .text{
	width: 230px;
}

.n-form .radios{ height: 20px; }
.n-form .text.small{ width: auto; }
.n-form .radios input{ float: left; }
.n-form .radios label{ width: auto; padding: 2px 20px 2px 2px; }

.info{ color: #666; }

ul.errors{ padding: 0 2px 2px 145px; margin-top: -2px; color: #a31818; font-size: 10px; }

.globalerror{
	padding: 10px 20px;
	color: #fff;
	background: #a31818;
	margin-top: 1px;
}

.opener{
	float: right;
	color: #a31818;
	font: bold 11px Tahoma;
	background: url("../images/arr_black_right.gif") 0 -3px no-repeat;
	padding: 0 0 0 10px;
}

.n-form .text.error{ border-color: #a31818; }

.submitarea { text-align: center; padding: 0 0 30px 0; }
.submitarea input.blue{ border: 0; float: none; margin: 0 auto; width: 200px; }

.p-sep{
	height: 10px;
}

.n-form p.inline{
	padding-left: 143px;
}

p.inline input{ float: left; }
p.inline label{
	width: 200px;
	padding: 0 0 0 2px;
}

.n-form .submitp{
	clear: both;
	padding-left: 138px;
	padding-top: 5px;
}

.n-form .select.profiles{
	background: #BF8B8B;
	margin: 2px 0 15px;
	padding: 10px 20px;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
}

.n-form .select.profiles label{ padding-top: 4px; color: #fff; }

.poll .clear{ display: block; }

.n-form .syminput{
	display: inline-block;
	float: left;
	width: 230px;
	padding: 4px;
	height: 15px;
	font-weight: bold;
}

.n-form .checkbox{
	margin-top: 5px;
}

.n-form .information{ font-style:italic; margin-bottom: 5px; color: #666; line-height: 150%; }

.n-form .poll label{ padding-top: 3px; font-weight: bold; color: #666; }

.n-form .shipment_extra{
	background: #D6D6D6;
	padding: 10px 0 15px;
	margin-top: 10px;
}

.n-form .shipment_extra a{ color: #A31818; }

.n-form .shipment_extra select{ border: solid 1px #666; }

.n-form .checkbox input{
	display: inline;
	float: none;
}

.n-form .checkbox label{
	display: inline;
	float: none;
	font-weight: bold;
}

.r-form{
	width: 600px;
}

.r-form .text{
	width: 430px;
}

.r-form legend{
	padding-bottom: 10px;
}

.r-form .submitp{
	padding-top: 10px;
}


.n-terms-of-use input{
	display: inline;
}

.n-terms-of-use label{
	display: inline;
	width: auto;
	float: none;
	font-weight: normal;
	padding: 0; margin: 0;
}

.n-form p.inline.account-terms-of-use{ padding-top: 5px; clear: both; }

.n-terms-of-use{
	padding-top: 15px;
	line-height: 150%;
	font-size: 12px;
}

.n-form.n-terms-of-use .errors{
	margin: 5px 0 0 0;
	background-image: none;
	position: relative;
	text-align: center;
}

.n-form.n-terms-of-use a, .account-terms-of-use a, .one-step-terms-of-use a{
	color: #288EB6;
	font-weight: bold;
}

.one-step-terms-of-use .errors{
	margin-top: 5px;
}

/* ----------------------------------------------------------------------------- products - search */
.phrase{
	padding: 20px 30px;
}

.se-filters{ padding: 0 30px 5px; }

.phrase span{ color: #666; }

.se-filters legend{ display: none; }

.se-filters h3{ font: 11px Tahoma; color: #000; padding: 6px 10px 4px 0; }
.se-filters p{ padding-right: 10px; color: #666; }

.se-filters h3, .se-filters p{
	float: left;
}

/* ----------------------------------------------------------------------------- forms */
.text, .select{
	border: solid 1px #ccc;
	padding: 4px;
	font: 11px Tahoma;
}

.submit{
	background: #9C4F4F;
	border: 0;
	padding: 3px 5px 3px 5px;
	color: #fff;
	text-transform: uppercase;
}

/* ----------------------------------------------------------------------------- container - contact / error 404 */
.contact-container{
	background: url("../images/bg_contact.gif") 160px 0 repeat-x;
	height: 200px;
	padding: 0 0 0 210px;
	color: #fff;
	font: 14px Tahoma;
	line-height: 145%;
}

.contact-container .cbox{
	float: left;
	width: 190px;
	padding: 30px 0 0 50px;
}

.contact-container .cbox.sec{ width: 220px; }

.contact-container .cbox h3{
	font: 10px Arial;
	padding-bottom: 5px;
	color: #e682a1;
}

.contact-container .cbox .telephone{
	font: 24px Tahoma;
	padding-bottom: 12px;
	display: block;
}

.global-msg{
	background: url("../images/bg_pink.gif");
	padding: 50px;
	text-align: center;
	color: #fff;
	font: 24px Tahoma;
}

/* ----------------------------------------------------------------------------- container - image pop up - slimbox */
#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

#lbBottomContainer { background-color: transparent; }

.lbLoading {
	background: #fff url("../images/slim_loading.gif") no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url("../images/slim_prevlabel.gif") no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url("../images/slim_nextlabel.gif") no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: #fff url("../images/slim_closelabel.gif") no-repeat center;
	padding: 5px;
	outline: none;
}


#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* ----------------------------------------------------------------------------- category descrition */
#category div.desc, .bottom-description{
	background: #fff;
	padding: 10px 20px 10px 20px;
	line-height: 170%;
	color: #8b8b8b;
	font-size: 12px;
}

.bottom-description{
	padding-bottom: 30px;
	padding-top: 0;
}

#contener #category h1, #contener #category h2{
	padding: 0 0 5px 0;
}

#contener #category h2.disabled{ border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }

#contener #category h2 a{ float: right; font-weight: normal; font-size: 12px; color: #ccc; line-height: 22px; }

#category.with-bestseller div.desc{
	width: 600px;
	float: left;
}

#category.with-bestseller #bestseller{
	margin-top: 10px;
	width: 360px;
	height: 145px;
	float: right;
	position: relative;
}

#category.with-bestseller #bestseller .price{
	position: absolute;
	float: none;
	right: 27px;
	bottom: 0;

	padding: 13px 0 0 0;
	margin: 0;
	background: none;
	width: 66px;
	height: 22px;
	text-align: center;

	color: #fff;
	font-size: 13px;
	font-family: Helvetica;
	font-weight: bold;
}


#category.with-bestseller #bestseller .price.gt100{
	font-size: 12px;
}

#category.with-bestseller #bestseller .product-reviews-info{
	margin-left: 15px;
	margin-bottom: 5px;
}

#category.with-bestseller #bestseller h2{
	font-size: 18px;
	margin: 45px 210px 0 15px;
}

#category.with-bestseller #bestseller h2 a{
	float: none;
	font-weight: inherit;
	font-size: inherit;
	color: #000;
	line-height: inherit;
}

#category.with-bestseller #bestseller h2.little{
	font-size: 14px;
}

#category.with-bestseller #bestseller .description{
	color: #999999;
	text-transform: uppercase;
	margin-left: 15px;
}

/* ----------------------------------------------------------------------------- container - text */
.help-menu{
	border-bottom: solid 1px #F3F3F3;
	height: 35px;
	padding-left: 20px;
}

.help-menu li a{
	display: block;
	float: left;
	border: solid 1px #F3F3F3;
	height: 14px;
	padding: 10px 15px;
	margin-left: -1px;
	color: #666;

	margin-top: 6px;
	padding-top: 7px;
	height: 11px;
	background: #FCFCFC;
	text-decoration: underline;
}

.help-menu li.selected a{ border-bottom: solid 1px #fff; margin-top: 0; padding-top: 10px; height: 14px; font-weight: bold; color: #000; background: #fff; }

div.text{
	border: 0;
	padding: 0;

	padding-bottom: 50px;
	font: 12px Arial;
}

#contener div.text h2{
	font: bold 1.3em "Helvetica Neue", "Helvetica";
	padding: 15px 20px 10px;
}

div.text ul, div.text ol{
	list-style-type: decimal;
	margin: 0 40px;
	line-height: 160%;
	color: #666;
}

div.text ul ol{
	list-style-type: square;
}

div.text p, div.text address{
	margin: 0 20px;
	color: #666;
	line-height: 160%;
}

div.text address{
	background: #F1F1F1;
	border: solid 1px #dfdfdf;
	padding: 10px;
	margin-top: 5px;
}

div.text li{
	margin-bottom: 5px;
}

div.text address strong, div.text li strong, div.text dl dd, div.desc a{
	color: #DF5C5C;
}

div.desc a{ font-weight: bold; }

div.text dl{
	margin: 0 20px;
	line-height: 160%;
}

div.text dl dd{
	margin-bottom: 10px;
	color: #666;
}

div.text dl dt{
	font-weight: bold;
	color: #000;
}

div.text li a{
	color: #DF5C5C;
	font-weight: bold;
	text-decoration: underline;
}

/* ----------------------------------------------------------------------------- extras */
#doctrineQueries{
	border-top: solid 6px #e6e4d4;
	font: 9px Tahoma;
	width: 100%;
	background: #f3f2e5;
	border-collapse: collapse;
}

#doctrineQueries td{ padding: 10px; border-bottom: solid 1px #fff; vertical-align: bottom; }

#tools li a{
	display: block;
	width:  16px;
	height: 16px;
	margin-bottom: 6px;
	padding: 2px;
	border-radius: 2px;
}

#tools li.sep{
	background: #a1a1a1;
	height: 1px;
	margin-bottom: 6px;
}

#tools li a.selected,
#tools li a.selected:hover{ background-color: #fff; }
#tools li a:hover{ background-color: #dfdfdf; }

#tools li a span{ display: none; }

/* ----------------------------------------------------------------------------- search */
#s_results{
	position: absolute;
	width: 400px;
	background: #fff;
	z-index: 999999;
	box-shadow: 0px 2px 4px #000;
}

#s_results ol li{
	padding: 10px;
	border-top: solid 1px #E2E2E2;
	cursor: pointer;
}

#s_results ol li:hover{
	background: #E2E2E2;
}

#s_results ol li.selected{
	background: #E2E2E2;
}

#s_results ol li .image{
	float: left;
	margin-right: 10px;
}

#s_results ol li .cont{ float: left; width: 330px; }
#s_results ol li.link .cont{ float: none; width: auto; }

#s_results ol li h4{
	margin-bottom: 5px;
}

#s_results ol li.link h4{
	margin-bottom: 1px;
}

#s_results ol li h4 a{
	font: bold 11px Arial;
	color: #45879C;
	color: #000;
}

#s_results ol li .price{ margin: 0 0 0 5px; }
#s_results ol li p.description{
	display: block;
	line-height: 100%;
	background: none;
	padding-bottom: 0;
}

#s_results ul li a{
	float: none;
}

/* ----------------------------------------------------------------------------- manufacturer page */
#manu h2{
	border-bottom: solid 1px #F2F1ED;
}

#manu h3{
	margin: 20px 20px 5px;
}

#content-manu{
	float: left;
	width: 700px;
}

#content-manu-product{
	float: left;
	width: 300px;
	background: #F2F1ED;
	font-size: 13px;
	margin-bottom: 30px;
}

#content-manu p{ margin-bottom: 10px; }

#content-manu p a, #manu .manu-products h3 a{
	color: #DF5C5C;
	font-weight: bold;
}

#content-manu-product > .manufacturer-tree{ padding: 20px; margin-bottom: 100px; }

#content-manu-product a{
	color: #9C4F4F;
}

#content-manu-product a span{ color: #000; }

#content-manu-product h3{
	font: bold 14px Arial;
}

.manufacturer-tree ul{
	margin-left: 25px;
}

.manu-products{
	margin-left: 10px;
}

.manu-products li{
	text-align: center;
	float: left;
	width: 190px;
	padding-bottom: 40px;
}

#manu .manu-products{ margin-bottom: 30px; }

#manu .manu-products h3{
	margin: 0 10px;
}

#manu .manu-products h3 a{ font-weight: normal; }

/* ----------------------------------------------------------------------------- article */
.article h3{
	padding: 10px 20px 5px;
}


.article table{
	border: solid 1px #fff;
	margin: 5px 20px 30px;
	width: 955px;
	border-collapse: collapse;

	background: #f5f5f5;
	box-shadow: 2px 2px 1px #ccc;
}

.article table thead td{ text-align: center; }

.article table td{
	padding: 5px;
	border: solid 1px #fff;
}

.article table td.ok{
	text-align: center;
	background: url("../images/oks.gif") center center no-repeat;
	text-indent: -99999px;
	height: 30px;
}

.article table td.white{ background: #fff; box-shadow: inset 0px 0px 10px #ccc; text-align: center; }

.article table.small td{ font-size: 12px;  }

.article table p{ margin: 0; }

.article a{ color: #9C3A3A; text-decoration: underline; }
.article a:hover{ text-decoration: none; }

.articles li{
	border-top: solid 1px #F3F3F3;
	padding: 20px;
}

.articles li h3{
	margin-bottom: 10px;
}

.articles li a{
	color: #9C3A3A;
}

.articles li .readmore{ text-align: right; }

/* ----------------------------------------------------------------------------- coupons & discounts */
.coupons{
	font-size: 12px;
	background: #F2F1ED;
	padding: 10px;
	margin-top: 5px;
	width: 50%;
}

.coupons ul{ margin-top: 5px; font-weight: bold; list-style-type: square; margin-left: 20px; }

.coupons ul li span{ font-weight: normal; }

.add_coupon{ background: #F2F1ED; color: #000; }

.alerts{
	float: right;
	font: 14px Arial;
	padding: 10px;
	display: table;
	margin: 0 15px 10px 0;
	position: absolute;
	right: 0;
	bottom: 0;
}

.alerts li{
	display: table-row;
}

.alerts li span{
	display: table-cell;

	padding: 5px;
}

.alerts li .discount{ color: red; font-weight: bold;  border-radius: 12px; }
.lt{ text-decoration: line-through; }
tfoot .shipment{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 21px 8px 8px;
}

.order-discounts-summarize{
	position: relative;
}

.coupon_box{
	position: absolute;
	bottom:0;
	margin-bottom: 7px;
}

/* ----------------------------------------------------------------------------- color viewer */
.color-viewer{
	border: solid 1px #4E5051;
	background: #fff;
	padding: 3px;
	margin-left: 40px;
	border-radius: 10px;
	display: none;
}

.color-viewer img{
	display: block;
	border-radius: 10px;
}

.info-colors{
	text-align: right;
	padding: 0 30px 15px 0;
	margin-top: -10px;
	font-style: italic;
}

.product-colors .color.selected, col.selected{
	background: #FFCACA;
}

.product-colors .color.selected em.size{ color: #666; }

.shipping-costs{
	margin: 10px 20px;
	border-collapse: collapse;
}

.shipping-costs td{
	border: solid 1px #DADADA;
	padding: 5px;
	min-width: 250px;
}

.shipping-costs td.type{ text-align: center; background: #DADADA; }

.shipping-costs .red{ color: #DF5C5C; }

/* ----------------------------------------------------------------------------- facebook */
.facebook{
	margin-top: 10px;
	text-align: right;
	font-family: Arial;
	font-size: 12px;
}

.facebookprofile{
	margin: 0 auto;
	width: 300px;
	padding: 10px;
	margin-top: 30px;
	border: solid 1px #EBEBEB;

	font-family: Arial;
	color: #666;
	font-weight: bold;
}

.facebookprofile h3{
	color: #EA0037;
	font: bold 14px Arial;
	margin-bottom: 5px;
}

.facebookprofile .image{
	float: left;
	padding-right: 10px;
}

.facebookprofile .image img{ width: 50px; }

.facebook a{
	color: #288EB6;
	font-weight: bold;
}


/* ----------------------------------------------------------------------------- onestepcheckout */
.one-step-order{
	background: #fff;
}

.one-step-order.finish .cart-menu, .one-step-order.finish h2, .one-step-order.finish h1{
	display: none;
}

.one-step-order h2, .one-step-order.finish h2.normal,
.one-step-order h1, .one-step-order.finish h1.normal{
	color: #333;
	font: 18px "Helvetica Neue", "Helvetica";
	font-weight: 500;
	text-transform: uppercase;
	padding: 15px 20px;
	display: block;
}

.one-step-order .comment{
	margin-top: 0;
	width: auto;
	border-bottom: solid 40px #fff;
	padding: 20px;
}

.one-step-order .comment span{
	background: #9c4f4f;
	color: #fff;
	padding: 2px 10px;
	margin: 4px 0;
	display: inline-block;
}

.one-step-order.finish div > h3{
	margin: 0;
	font-weight: bold;
	padding: 0;
}

.one-step-order .intro,
.one-step-order .login{
	padding: 0 20px 10px;
	font-size: 1.1em;
	background: #f2f1ed;
}

.one-step-order .intro{ padding-top: 15px; }
.one-step-order .login{ padding-bottom: 15px; }

.one-step-order .login a{
	color: #9C4F4F;
	text-decoration: underline;
}

.one-step-order .login a:hover{ text-decoration: none; }

.one-step-order .column1,
.one-step-order .column2,
.one-step-order .column3{
	float: left;
	width: 305px;
	padding-left: 20px;
	padding-bottom: 20px;
	min-height: 550px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.one-step-order .column1{
	background: #E7E7E7;
	width: 305px;
	padding-right: 15px;
}

.one-step-order .column2{
	background: #F8F8F8;
	width: 270px;
	padding-right: 20px;
}

.one-step-order .cart{
	margin: 0;
}

.one-step-order .cart h3{
	padding: 0;
	color: #333;
	font-weight: normal;
}

.one-step-order div > h3, .one-step-order fieldset h3{
	font: 14px Arial;
	padding: 20px 0 10px 0;
	margin-bottom: 10px;
	border-bottom: solid 1px #F3F3F3;
}

.one-step-order .column1 fieldset h3{
	margin-right: 5px;
	border-color: #C7C7C7;
}

.one-step-order .column2 fieldset h3{
	border-color: #E4E4E4;
}

.one-step-order div > h3 span, .one-step-order fieldset h3 span{
	display: inline-block;
	border-radius: 10px;
	background: #9c4f4f;
	font: bold 10px Tahoma;
	padding: 4px 6px;
	margin-right: 5px;
	color: #fff;
}

.one-step-order .cart h3 a{
	font-size: 12px;
}

.one-step-order .cart .total{ font-weight: bold; }

.one-step-order .cart p{ color: #777; font: 10px Tahoma; }

.one-step-order .cart .legend{
	text-align: right;
}

.one-step-order .cart .qty{ text-align: center; }

.one-step-order .cart .value{
	text-align: right;
	white-space:nowrap;
}

.one-step-order div.note{
	margin: 10px 0;
}

.one-step-order div.note textarea{
	width: 295px;
	resize:vertical;
}

.one-step-order .submit-area{
	margin: 10px 0 60px;
	text-align: right;
}

.one-step-order .button{
	background: #9c4f4f;
	text-shadow: -1px -1px 1px #5E1A1A;

	white-space: nowrap;
	border-radius: 8px;
	font: 16px Tahoma;
	color: #FFF;
	text-transform: uppercase;
	padding: 10px 15px;
	border: 0;
	margin-left: 4px;

	cursor: pointer;

	background: -moz-linear-gradient(top, rgba(156,79,79,1) 0%, rgba(181,112,110,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(156,79,79,1)), color-stop(100%,rgba(181,112,110,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(156,79,79,1) 0%,rgba(181,112,110,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(156,79,79,1) 0%,rgba(181,112,110,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(156,79,79,1) 0%,rgba(181,112,110,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(156,79,79,1) 0%,rgba(181,112,110,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c4f4f', endColorstr='#b5706e',GradientType=0 ); /* IE6-9 */
}

.one-step-order .button:hover{
	background: #bf8b8b;
	text-shadow: -1px -1px 1px #449392;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
}

.one-step-order .button:active{
	background: -moz-linear-gradient(top, rgba(96,108,136,1) 0%, rgba(63,76,107,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,108,136,1)), color-stop(100%,rgba(63,76,107,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
}

.one-step-order .button.saving{
	background: #dfdfdf;
	text-shadow: 0 0 0;
}

.one-step-order .saving-order{
	display: block;
	margin-top: 5px;
	padding: 10px 35px 10px 0;
	background: #FFF url("../images/preloader-white.gif") center right no-repeat;
	font-style: italic;
	color: #888;
}

.one-step-order .lab50{
	width: 145px;
	margin-left: 6px;
	float: left;
	margin-bottom: 4px;
}

.one-step-order .text{
	width: 130px;
	background: #fff;
}

.one-step-order .select select{
	width: 140px;
}

.one-step-order .small{
	width: auto;
}

.one-step-order .hmenu{
	padding: 0 5px;
	margin-bottom: 8px;
}

.one-step-order .hmenu label{
	padding-right: 10px;
}

.one-step-order .option{
	padding: 5px 5px 0;
	clear: both;
}

#passwords-container{ padding-top: 5px; }

.one-step-order .option input{
	float: none;
}

.one-step-order .select{
	border: 0;
	padding: 0;
}

.one-step-order .req label span{
	color: #A31818;
	font-weight: bold;
	padding: 0 2px;
}

.one-step-order p.legend{
	padding: 50px 0 0 5px;
	font-style: italic;
	color: #777;
}

.one-step-order .poll label{
	font-weight: bold;
	margin-bottom: 2px;
}

.one-step-order .poll .description{
	display: block;
	padding-left: 22px;
}

.one-step-order{
	font-size: 12px;
	color: #333;
}

.one-step-order .req input.error,
.one-step-order .req select.error{
	border-color: #A31818;
	background: #FDD;
}

.one-step-order .errors{
	clear: both;
	padding: 2px 0;
}

.column2 .information{
	margin-bottom: 5px;
}

.column2 .shipment_extra{
	font-size: 11px;
	color: #999;
}

.column2 .shipment_extra p, .column2 .errors{
	margin: -10px 0 10px 0;
}

.column2 .shipment_extra h3{
	padding-top: 0;
}

.column2 .information a{ color: #9c4f4f; }

.one-step-order .gerrors{
	background: none;
	color: #A31818;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding: 0;
	line-height: 130%;
}

.one-step-order .poll.error, .one-step-order .poll.error .description{
	color: #a31818;
	text-decoration: underline;
}

.one-step-order .profiles{
	padding: 5px;
	background: #ccc;
	margin: 0 5px 8px 0;
	text-align: center;
}

.one-step-order .loading{
	background: #F8F8F8 url("../images/preloader.gif") center center no-repeat;
	opacity: 0.9;
	z-index: 5;
}

.one-step-order .column3 .loading{
	background: #FFF url("../images/preloader-white.gif") center center no-repeat;
}

/* ----------------------------------------------------------------------------- quick-cart */
.quick-cart{
	position: absolute;
	right: 0;
	margin-top: 10px;
	z-index: 999999;
}

.quick-cart-container {
	width: 300px;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.60);
	border: solid 1px #ccc;
	border-radius: 4px;
	display: none;
}

.quick-cart-container:before {
	background: none repeat scroll 0 0 #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	content: "";
	height: 18px;
	right: 70px;
	top: -9px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 18px;
}

.quick-cart-container table{
	border-collapse: collapse;
	margin: 5px;
}

.quick-cart-container table td{
}

.quick-cart-container table td{
	font-size: 11px;
	padding: 5px;
}

.quick-cart-container table td h3{
	font: 13px Arial;
}

.quick-cart-container table td h3 a{
	color: #9C4F4F;
}

.quick-cart-container table td .quantity{ color: #ccc; }

.quick-cart-view{
	display: block;
	color: #fff;
	text-align: center;
	padding: 7px 8px;
	margin: 10px;
	border-radius: 5px;

	text-shadow: -1px -1px 1px #0976B8;
	background: #1C8ED4;
	text-decoration: none;
	text-transform: uppercase;
	border: solid 1px #0976B8;
}

.quick-cart-view:hover{ background: #0976B8; text-decoration: none; }

/* ----------------------------------------------------------------------------- popups */
.popup-overlay{
	opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 5000;
}

.popup-container{
    position: fixed;
    background-color: #fff;
    z-index: 9999;
}

.popup-container.loading{
	background: #FFF url("../images/preloader-white.gif") center center no-repeat;
}

.popup-topbar a{
	background: url("../images/popup-close.gif") 0 0 no-repeat;

	width:  17px;
	height: 17px;

	display: block;

	position: absolute;
	right: 10px;
	top: 10px;
}

.popup-content .n-form{
	width: auto;
	background: none;
	margin: 15px 0 0;
	padding: 0;
}

/* ----------------------------------------------------------------------------- recent reviews */
.last-reviews-container{
	padding: 15px 15px 10px 0;
}

.last-reviews-container h3{
	font: italic 15px Arial;
	margin-bottom: 5px;
}

.last-reviews li{
	margin-bottom: 10px;
	position: relative;
	line-height: 150%;
}

.last-reviews cite{
	display: block;
	text-align: right;
	margin-right: 15px;
}

.last-reviews li q{
	background: #E9E8E3;
	border-radius: 10px;
	padding: 10px;
	font-style: italic;
	display: block;
	font-size: 12px;
	position: relative;
}

.last-reviews .stars{ padding-right: 5px; color: #ddd; }
.last-reviews .stars span{ color: rgb(255, 204, 0); }

.last-reviews q:after, .last-reviews q:before {
	position: absolute;
	top: -10px;
	left: 0;
	content: "“";
	text-indent: 0;
	font-size: 25px;
	line-height: 27px;
}

.last-reviews q:after{
	top: auto;
	right: 0;
	bottom: -20px;
	left: auto;
	content: "”";
}

/* ----------------------------------------------------------------------------- paypal payment */
a.paypal-big-button {
	display: block;
	margin: 0 auto 0;
	background: #9c4f4f;
	padding: 20px;
	width: 400px;
	color: #fff;
	font: bold 19px Arial;
	text-align: center;
}


/* ----------------------------------------------------------------------------- dimensions viewer */
.dimensions-viewer{
	border: solid 1px #ccc;
	box-shadow: 1px 1px 1px #ccc;
	background: #fff;
	z-index: 9999;
}

.dimensions-viewer.loading{
	border: 0;
	box-shadow: none;
	opacity: .6;
	background: #fff url("../images/slim_loading.gif") no-repeat center;
}

/* ----------------------------------------------------------------------------- youtube */
.youtube-video{
	background: url("../images/video-bg.png") 0 0 no-repeat;
	width: 271px;
	height: 131px;
	margin-bottom: 9px;
}


.youtube-video-big{
	margin-bottom: 9px;
}

.youtube-video a{
	display: block;
	padding: 11px 16px;
	cursor: pointer;
}

/* ----------------------------------------------------------------------------- sidebar */
.info-box{
	float: right;
}

.info-box > .price-box, .info-box > .simple-add{
	float: left;
}

.info-box > .price-box{
	padding-right: 10px;
}

.info-box > .simple-add p{
	margin-top: 4px;
}

.share-box{
	float: left;
}

.share-box > ul{
}

.share-box > span{
	display: block;
	margin-top: 5px;
}

.share-box > ul li{
	float: left;
	padding-right: 5px;
}

.toogle-menu{ display: none; }

.g-recaptcha{
	margin: 0 auto;
    display: block;
    width: 77%;
	margin-bottom: 10px;
}

.g-recaptcha{
	margin: 0 auto;
    display: block;
	width: 300px;
	margin-bottom: 10px;
}

#reviews-write .g-recaptcha {
	width: 300px;
}

.payment-methods ul {
	margin: 20px;
	display: flex;
	flex-wrap: wrap;
}

.payment-methods ul li {
	display: flex;
	box-sizing: border-box;
	flex-grow: 1;
	width: 20%; 
	padding: 0.8em 1.2em;
	overflow: hidden; 
	list-style: none;
	align-items: center;
	text-align: center;
	align-content: center;
}

.payment-methods ul li a{
	display: block;
	width: 100%;
}

.payment-methods ul li a img {
	max-width: 100%;
}
@CHARSET "UTF-8";


@media only screen and (max-width: 1024px)  {
    #header, #topbar, #container, #footer, #topmenu, #bottom{
        width: 100%;
        margin: 0;
        clear:both;

        -webkit-transition:all ease-in-out 0.6s;
        -moz-transition:all ease-in-out 0.6s;
        -ms-transition:all ease-in-out 0.6s;
        -o-transition:all ease-in-out 0.6s;
        transition:all ease-in-out 0.6s;
    }

    #contener .website-description,
    #contener .website-news{
        float: none;
        width: auto;
    }

    #topmenu{
        position: absolute;
        overflow: hidden;
        width: 16rem;
        height: auto;
        left: 0;
        top: 0;

        -webkit-transition:all ease-in-out 0.6s;
        -moz-transition:all ease-in-out 0.6s;
        -ms-transition:all ease-in-out 0.6s;
        -o-transition:all ease-in-out 0.6s;
        transition:all ease-in-out 0.6s;
    }

    #topmenu .topmenu{
        min-width: 16rem;
    }

    .menu-hidden #topmenu{
        visibility: hidden;
        width: 0;
    }

    .toogle-menu{
        display: block;
        background: #9c4f4f;
        color: #fff;
        width: 40px;
        height: 18px;
        float: left;
        padding: 11px 19px 10px 25px;
    }

    #header, #topbar, #container, #footer, #bottom{
        margin-left: 16rem;
    }


    .menu-hidden #header, .menu-hidden #topbar, .menu-hidden #container, .menu-hidden #footer, .menu-hidden #bottom{
        margin-left: 0;
    }

    #root{
        width: 100%;
        overflow: hidden;
    }

    .topmenu li .submenu{
        position: inherit;
        margin: 0;
    }

    .submenu > ul{
        float: none;
    }

    .topmenu li a.category.selected{
        border-bottom: solid 1px #B57B7B;
        color: #744848;
    }

    #container, #bottom{
        -webkit-box-shadow: -1px 0 1em rgba(0,0,0,.3);
        box-shadow: -1px 0 1em rgba(0,0,0,.3);
        z-index: 2;
    }

    .topmenu li.category, .topmenu li a.category{
        float: none;
        height: auto;
    }

    .topmenu li a.category{
        padding: 15px;
    }

    body{
        font-size: 14px;
    }

    #header{
        height: auto;
    }

    #topbar{
        border: 0;
    }

    #search{
        width: 100%;
        border-bottom: solid 1px #ccc;
    }

    #search p input#s_keyword{
        width: auto;
    }

    #footer .f1, #footer .f2{
        float: none;
        max-width: 100%;
    }

    #footer{
        padding: 20px;
        width: auto;
        line-height: 150%;
        color: #5F5F5F;
    }

    #bottom .c4{
        width: auto;
    }

    #bottom .c4 .fb{
        padding: 0;
    }

    #bottom .c4 .fb iframe{
        width: 100% !important;
    }

    #header h1, #header .header{
        float: none;
    }

    #topbar ul, #topbar p{
        float: none;
        border-bottom: solid 1px #CEC5BA;
    }

    #search ul li a, #topbar ul li a{
        float: left;
    }

    #cart span{
        display: none;
    }

    #cart{
        right: 0;
        border-right: 0;
    }

    .homepage-manufacturer-list .manufacturer p, .description{
        font-size:inherit;
    }

    #search p input{
        font-size: 14px;
    }

    #search fieldset > p{
        height: 39px;
    }

    #topbar ul{ height: auto; }
    #topbar ul:after{
        content: '';
        clear: both;
        display: block;
    }

    #search{
        padding: 10px 0 0 0;
    }

    #topbar ul{
        background: #ddcab2;
    }

    #topbar ul li{
        float: none;
    }

    #topbar ul li.guide{ display: none; }

    #bottom{ background: #fff; }

    #bottom .col{
        width: auto;
        float: none;
    }

    #bottom .col.c4{
        display: none;
    }

    /* homepage */
    .banners{
        width: auto;
        float: none;
        height: auto;
        overflow: inherit;
        border-bottom: 0;
    }

    .banners .contents{
        height: auto;
    }

    .banners .contents > li{
        position: relative;
        border-bottom: solid 8px #4e5051;
    }

    .banners .contents li.main-web-banner{
        height: auto;
        background: #fff;
    }

    .main-web-description h2, .floom_caption h2{
        margin: 0;
        padding: 15px 30px !important;
    }

    .main-web-description .links, .floom_caption .links{
        padding-bottom: 20px;
    }

    .banners-right{
        float: none;
        width: auto;
    }

    .banners-small{
        display: none;
    }

    .homepage-manufacturer-list .manufacturer{
        float: none;
        width: auto;
        border: none;
    }

    .banners-right li{
        background-repeat: no-repeat;
    }

    .main-web-description{
        position: relative;
    }

    .banners .contents li.main-web-banner > a{
        display: none;
    }

    .banners .contents li > a > img{
        width: 100%;
        height: auto;
    }

    #DoctrineTracer{
        display: none;
    }

    /* products list */
    #category.with-bestseller div.desc{
        width: auto;
        float: none;
    }

    .best-list li .product-set.wide{
        width: auto;
    }

    .best-list .product-list-description{
        padding: 0;
        padding-bottom: 10px;
    }


    .best-list .product-colors{
        display: none;
    }

    .products h2 a, .products-list h2 a, .products h3 a, .products-list h3 a, .products h4 a, .products-list h4 a{
        font-size: 14px;
    }

    #category div.desc, .bottom-description{
        font-size: 14px;
    }

    .list-top-bar .sort div.selectaWrapper{
        margin-left: 0;
    }

    #category.with-bestseller #bestseller{
        display: none;
    }

    .list-top-bar .filter, .list-top-bar .sort, .list-top-bar .view{
        padding: 0 8px 12px 0;
    }

    .list-nav{
        float: none;
    }

    .product-list-content{
        width: 155px;
    }

    .product-list-description{
        float: none;
        width: auto;
        padding: 10px 20px;
        clear: both;
    }

    /* product view */
    .product-view{
        margin-top: 40px;
    }

    .reviews-write > a{
        font-size: 14px;
    }

    .reviews-write{
        display: block;
        padding: 8px 8px 4px;
    }

    .product-left, .product-description{
        float: none;
        width: auto;
    }

    .cross_selling .product{
        float: none;
        width: auto;
        padding-bottom: 20px;
    }

    .cross_selling .product h3{
        font-size: 13px;
    }

    .cross_selling.wide .product > .product-content{
        margin-left: 10px;
        max-width: 222px;
    }

    .color .image-new{
        width: 30%;
        margin-right: 0;
    }

    .color .hex.name{
        width: 70%;
    }

    .color h4.wide{
        width: 100px;
    }

    .brushes-list .product-list-content{
        width: 100%;
        padding: 0 10px;
    }

    .best-list .product-list-content{
        padding: 10px;
        width: auto;
    }

    .brushes-list li.product-list{
        padding-left: 0;
    }

    .product-colors-add-to{
        padding: 0 10px 10px 10px;
    }

    .cross_selling_products{
        padding: 10px 0 25px;
    }

    .color{
        padding: 0;
    }

    .color h4 a{
        font-size: 14px;
    }

    .c-buttons{
        padding: 8px 7px 0;
    }

    .product-menu{
        margin-top: -37px;
    }

    .color h4{
        padding: 10px;
        width: 110px;
    }

    .product-colors-add-to input, .simple-add p .input-submit{
        font-size: 14px;
    }

    .simple-add p .input-qty{
        font-size: 14px;
    }

    em.size{
        padding-left: 5px;
    }

    .color .hex.name span{
        padding: 9px 10px 0 16px;
    }

    .products li.product{
        display: block;
        width: auto;
        background: none;
    }

    .products .description{
        font-size: 14px;
    }

    .breadcrumbs li{
        line-height: 190%;
    }

    /* forms */
    .n-form label{
        float: none;
        width: auto;
    }

    .n-form .syminput{
        display: block;
        float: none;
    }

    .n-form .syminput{
        padding: 4px 0;
    }

    .n-form .radios{
        height: auto;
    }

    .n-form{
        width: auto;
    }

    .text, .select select, .r-form .text, .n-form .text{
        font-size: 14px;
        width: 97%;
    }

    ul.errors{
        padding: 0px 20px 10px;
        font-size: 14px;
    }

    .n-form .submitp{ padding-left: 20px; }

    .n-form p.inline{
        padding: 0 20px 4px;
    }

    p.inline label{
        width: auto;
    }

    .submit{
        font-size: 14px;
    }

    .facebook{
        font-size: 14px;
    }

    .facebook a{
        margin-left: 5px;
    }

    /* contact page */
    .contact-container{
        padding: 0;
        background: #AA4061;
        height: auto;
        padding-bottom: 30px;
    }

    .contact-container:after{
        content: '';
        clear: both;
        float: none;
    }

    .contact-container .cbox{
        float: none;
        width: auto;
        padding: 30px 0 0 30px;
    }

    .contact-container .cbox h3{
        font-size: 12px;
    }

    /* text pages */
    div.text{
        font-size: 14px;
    }

    .shipping-costs td{
        min-width: inherit;
    }

    /* user pages */
    .content-menu li a, .content-menu li span{
        margin-bottom: 1px;
    }

    /* cart */
    .cart-info{
        font-size: 14px;
    }

    .cart td.error{
        text-align: center;
    }

    .coupon_box{
        position: relative;
        clear: both;

        border-top: solid 1px #F3F3F3;
        padding-top: 14px;
    }

    .coupon_box .text{
        width: auto;
    }

    .add_coupon{ padding: 5px; }

    .submit.remove{ margin-bottom: 5px; }

    .cart tbody td.tinput, .cart tbody td.timage{
        width: auto;
    }

    .tnum p, .cart tbody td h3{
        display: inline;
    }

    .tnum .text{
        width: auto;
    }

    .cart tbody td .features{
        margin: 5px 0 0 7rem;
    }

    .cart tbody td.timage{
        text-align: left;
    }

    .submit.count{
        margin-left: 5px;
    }

    .cart tbody td.tprice{
        font: inherit;
    }

    .grey.back{
        display: none;
    }

    /* search */
    .se-filters h3, .se-filters p{
        float: none;
        font-size: 14px;
    }

    .se-filter{
        margin-top: 10px;
    }

    /* checkout */
    .one-step-order .column1, .one-step-order .column2, .one-step-order .column3{
        width: auto;
        float: none;
        min-height: inherit;
        padding: 0 20px 20px;
    }

    .one-step-order div.note textarea{
        display: block;
        clear: both;
    }

    .one-step-order label{
        padding-right: 4px;
    }

    .one-step-order .text{
        width: auto;
    }

    .one-step-order .lab50{
        width: auto;
    }

    .one-step-order{
        font-size: 14px;
    }

    .one-step-order .poll label{
        margin-left: 4px;
    }

}


@media (max-width: 480px) {
    .cart thead {
        display: none;
    }

    .mini-product{
        width: 50%;
    }

    .cart tbody tr{
        margin: 0 0 10px;
        display: block;
        background: #f2f1ed;
    }

    .cart tbody td {
        display: block;
    }

    .cart tbody td:first-child {
        padding-top: .5em;
    }

    .cart tbody td:last-child {
        padding-bottom: .5em;
    }

    .cart tbody td:before {
        content: attr(data-th) ": ";
        font-weight: bold;
        width: 7rem;
        display: inline-block;
    }

    .cart td.error:before, .cart.non-responsive tbody td:before{
        display: none;
    }

    .cart td.hidden{
        display: none;
    }

    .cart.non-responsive td, .cart.non-responsive tbody td{
        display: table-cell;
    }

    .cart.non-responsive thead{
       display: table-row-group;
    }

    .cart.non-responsive tbody tr{
        display: table-row;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px)  {
    .products-list li.product-list{
        float: left;
        width: 50%;
        border: 0;
    }

    .products-list li:nth-child(odd){
        clear: left;
    }

    .product-list-description{
        font-size: 14px;
    }

    .cart tbody td .features{
        margin-left: 0;
    }

    .cart tbody td.timage{
        width: 100px;
    }

    .cart tbody td.tinput{
        width: 12px;
    }

    #bottom .col{
        float: left;
        width: 33%;
    }

    #bottom .col.c3{
        width: 34%;
    }

    .products li.product{
        float: left;
        width: 33%;
        border: 0;
    }

    .products li:nth-child(1),
    .products li:nth-child(4),
    .products li:nth-child(8),
    .products li:nth-child(11),
    .products li:nth-child(15),
    .products li:nth-child(19),
    .products li:nth-child(22),
    .products li:nth-child(26),
    .products li:nth-child(29){
        clear: left;
    }

    .products li.sep{
        display: none;
    }

    .product-view{
        margin-top: inherit;
    }
}

div.selectaTrigger {
	background: #f5f5ea url(images/arr_select.gif) 90% 50% no-repeat;;    
	color: #999;
	padding: 0 25px 0 10px;
    	height: 23px;
	overflow: hidden;

	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

div.selectaWrapper {
	position: absolute;
	z-index: 10000;
	background: #f5f5ea;
	overflow: hidden;
	overflow-y: auto;
	color: #999;
	margin-top: -2px;
	margin-left: -1px;
}

div.selectaOption {
	cursor: pointer;
    	padding: 8px;
    padding-bottom: 1px;
    padding-top: 1px;
    clear: both;
}

div.selectaOptionSelected {
	background: #ddbebe;
	color: #fff;
}

div.selectaDisabled {
    background: #555;
    color: #000;
}

div.selectaOptionOver {
    background: #ddbebe;
}

.shadowy {
    -moz-box-shadow: 1px 1px 2px #555;
    -webkit-box-shadow: 1px 1px 2px #555;
    box-shadow: 1px 1px 2px #555;
}


