html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-size: 12px;
  line-height: 1.5;
  font-family: Helvetica, Arial, sans-serif;
  background: #ffffff;
	color: #464545;
  width: 100%;
}
a {
	color: #bd0b1d;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 200%;
	line-height: 110%;
	margin-bottom: 18px;
}
h2 {
	font-size: 150%;
	line-height: 110%;
	margin-bottom: 18px;
	color: #333333;
}
h3 {
	font-size: 134%;
	line-height: 110%;
	margin-bottom: 18px;
}
p {
	margin: 0 0 15px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 100%;
	min-width: 1000px;
    
  background-color: #ffffff;
}
#wrapper .center-align {
	margin: 0 auto;
	width: 980px;
	padding: 0 10px 0 10px;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	/*height: 150px;	*/
	background: transparent;	
	border-top: 5px solid #333333;
	position: relative;
	z-index: 100;
	margin-top: -260px;
}
#header-bg {
	background: #ffffff;
	position: relative;
	height: 260px;	
	width: 100%;
	}
#menu {
	float: right;
	padding: 0 5px;
	position: relative;
	display: inherit;
	background: #c3c3c3;
	margin-right: -5px;
	}
.menu-inner {
	background: #ffffff;
}
#menu ul {
	background: url(blur.png) left bottom repeat-x #333333;
	height: 20px;
	line-height: 20px;	
	border-radius: 0px 0px 5px 5px;
	    -moz-border-radius: 0px 0px 5px 5px;
	    -webkit-border-top-left-radius: 0px; 
	    -webkit-border-top-right-radius: 0px; 
	    -webkit-border-bottom-right-radius: 5px; 
	    -webkit-border-bottom-left-radius: 5px;	    
	    padding: 0 5px 2px 5px;
}
#menu .first {
  background: #ffffff;
	border-radius: 0px 10px 0px 0px;
	    -moz-border-radius: 0px 10px 0px 0px;
	    -webkit-border-top-left-radius: 0px; 
	    -webkit-border-top-right-radius: 10px; 
	    -webkit-border-bottom-right-radius: 0px; 
	    -webkit-border-bottom-left-radius: 0px;
	    width: 5px;
	    height: 22px;
	    position: absolute;
	    top: 0;
	    left: 0;
}
#menu .last {
	background: #ffffff;
	border-radius: 10px 0px 0px 0px;
	    -moz-border-radius: 10px 0px 0px 0px;
	    -webkit-border-top-left-radius:10px; 
	    -webkit-border-top-right-radius: 0px; 
	    -webkit-border-bottom-right-radius: 0px; 
	    -webkit-border-bottom-left-radius: 0px;
	    width: 5px;
	    height: 22px;
	    position: absolute;
	    top: 0;
	    right: 0;
}

#menu li {
	display: inline;
	margin: 0 8px;
}
#menu li a {
    color: #cccccc;
	text-decoration: none;
	font-size: 100%;
}
#menu li a:hover {
 text-decoration: underline;
}
.b-langs {position: absolute; top: 26px; right: 10px;}
.cart {
	background: url("button_bg.png") repeat-x scroll left top #bd0b1d;
	font-weight: bold;
	font-size: 116%;
	padding: 0 18px;
	position: absolute;
	top: 50px;
	right: 10px;
	border-radius: 5px 5px 5px 5px;
	    -moz-border-radius: 5px 5px 5px 5px;
	    -webkit-border-top-left-radius: 5px; 
	    -webkit-border-top-right-radius: 5px; 
	    -webkit-border-bottom-right-radius: 5px; 
	    -webkit-border-bottom-left-radius: 5px;
}
.cart-inner {
   width: 138px;
	height: 30px;
	display: block;
	line-height: 30px;
  
  background: url(cart_icon.png) right center no-repeat;
  
	white-space: nowrap;
	padding-right: 22px;
	}
.cart-inner span.cart_items_price {
	border-right: 1px solid #ededed;
	padding-right: 11px;
	margin-right: 11px;
}
.cart a {
	color: #ffffff;
}
.cart a:hover {
	text-decoration: none;
}

#header .center-align {
	position: relative;
	/*height: 150px;*/
}
.logo {
	margin: 10px 0;
   float: left;
	max-width: 340px;
    max-height: 150px;
}
.logo img {
 display: block;
}
.shop-name { 
   background: #ffffff;
    border: 6px solid #ffffff;
    box-shadow: 1px 1px 2px #BBBBBB;
    clear: both;
    color: #c9392e;
    float: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 300px;
  max-height: 150px;
  overflow: hidden;
    padding: 20px 10px;
  
}
.shop-name:hover {text-decoration: none;}
.phone {
	font-size: 24px;
	color: #797878;
	position: absolute;
	top: 50px;
	right: 460px;
	line-height: 30px;  
}
.search {
	position: absolute;
	top: 50px;
	right: 230px;
	width: 217px;	
}
.search .txt {
	height: 28px;
	line-height: 28px;
	padding: 0 30px 0 10px;
    width: 175px;
	border: 1px solid #c3c3c3;
	-webkit-box-bshadow: 0 0 2px #CCCCCC inset;
	-moz-box-shadow: 0 0 2px #CCCCCC inset;
	 box-shadow: 0 0 2px #CCCCCC inset;
	border-radius: 5px 5px 5px 5px;
	    -moz-border-radius: 5px 5px 5px 5px;
	    -webkit-border-top-left-radius: 5px; 
	    -webkit-border-top-right-radius: 5px; 
	    -webkit-border-bottom-right-radius: 5px; 
	    -webkit-border-bottom-left-radius: 5px;	  
	    color: #cecdcd;
	    margin-bottom: 2px;
	}
.search .txt:focus {
 color: #464545;
}
	.search .btn {
		position: absolute;
		right: 8px;
		top: 8px;
		background: url(search.png) top left no-repeat transparent;
		width: 15px;
		height: 16px;
		border: 0;
		padding: 0;
		margin: 0;		
  cursor: pointer;
	}
	.checkbox {
		padding: 0;
		margin: -3px 5px 0 0;
	}
	
		
.all_cats {
   background: none repeat scroll 0 0 #ffffff;
    color: #464545 !important;
    font-style: italic;
    height: 28px !important;
    line-height: 28px !important;
    margin-right: -18px;
    padding: 0 20px !important;
  }
#index .catalog a.all_subcats {
  color: #999999;
    font-size: 100%;
    font-style: italic;
    text-decoration: underline; 
  padding-top: 10px;
}
#index .catalog a.all_subcats:hover {text-decoration: underline;}
a.all_subcats:active {text-decoration: none;}
a.all_cats:hover {
 text-decoration: none;
}
.catalog {	
  position: relative;				
		left: 0;
	width: 960px;	
	padding: 0 10px;
	border-radius: 10px 10px 10px 10px;
	    -moz-border-radius: 10px 10px 10px 10px;
	    -webkit-border-top-left-radius: 10px; 
	    -webkit-border-top-right-radius: 10px; 
	    -webkit-border-bottom-right-radius: 10px; 
	    -webkit-border-bottom-left-radius: 10px;
	    background: #c3c3c3;
	    border: 1px solid #c3c3c3;
	    -webkit-box-shadow: 0 1px 1px #cccccc inset;
	    -moz-box-shadow: 0 1px 1px #cccccc inset;
	     box-shadow: 0 1px 1px #cccccc inset;
}
.catalog li {
	display: inline-block;	
	position: relative;
}
.catalog li a {
	height: 42px;
	line-height: 42px;
	color: #333333;
	font-size: 14px;
	padding: 0 15px;
	display: block;
  border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
}
.catalog li a:hover, .catalog li:hover {
	text-decoration: none;
	background: #eaeaeb;	
}
.catalog ul ul a {
	border: 0!important;
}
.catalog li a:hover, .catalog li:hover a {
	border-color:#c3c3c3;
}
.catalog ul ul li {
	display: block;
	float: none;
	position: relative;
}
.catalog ul ul li a {
  color: #464545;
	font-size: 13px;	
	height: auto;
	line-height: 14px;
	padding: 3px 17px 5px;
}
.catalog ul ul {
	position: absolute;
	top: 42px;
	left: 0;
  z-index: 1000;
	background: #eaeaeb;
	width: 150px;
	padding: 6px 0;
	border: 1px solid #c3c3c3;
}
.catalog ul ul li a:hover, .catalog ul ul li:hover, .catalog ul ul li a.active {
	background: #ffffff;
}
.catalog ul ul ul {
	background: #ffffff;
	left: 150px;
	top: -1px;
}
.catalog ul ul ul ul {
 top: -7px;
}
.catalog ul ul ul li a:hover, .catalog ul ul li a.active {
	color: #bd0b1d;
}
.catalog ul ul {
	display: none;
}
.catalog ul li:hover>ul {
	display: block;
}
.catalog-arrow {
   color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    position: absolute;
    right: 5px;
    top: 0;
    vertical-align: middle;
    width: 10px;
}
a.catalog-arrow:hover {text-decoration: none;}

/* главная */

.slider, #slider {width: 760px; height: 225px; overflow: hidden; position: relative;}
.slider .image {width: 760px; height: 225px; display: none; background-position: center center; background-repeat: no-repeat;}
.slider .image:first-child {display: block;}

.navigation {
   position: absolute;
   top: 20px;
  right: 20px;
  /*background: url("trp.png") repeat scroll left top transparent;*/
  padding: 3px;
  z-index: 10;
  border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-top-left-radius: 5px; 
    -webkit-border-top-right-radius: 5px; 
    -webkit-border-bottom-right-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;
}
.navigation a {
 background: #A9A9A9;
 color: #A9A9A9; 
  font-size: 1px;
  width: 10px;
  height: 10px;
  border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-top-left-radius: 5px; 
    -webkit-border-top-right-radius: 5px; 
    -webkit-border-bottom-right-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;
  display: inline;
  float: left;  
  margin-left: 2px;
  text-decoration: none;
}
.navigation a:hover {text-decoration: none;}
.navigation a:first-child {margin-left: 0;}
.navigation a.activeSlide {
 background: #848484;
  color: #848484;

}
#index .catalog {
 width: auto;
  overflow: hidden;
  padding: 18px;		
		margin-bottom: 15px;
  height: auto;	
}
	#index #header-bg {
  height: 360px;
	}
	#index #header {
		height: auto;
		margin-top: -360px;
	}		
	
	#index #header .center-align {
		height: auto;
		overflow: hidden;
	}
	#index .catalog a {
		color: #ffffff;
		font-weight: bold;
		height: auto;
		line-height: 120%;
		border: none;
		padding: 0;
	}
	#index .catalog a span {
		color: #464545;
		font-size: 85%;
	}	
	#index .catalog ul ul a {
		color: #464545;
		text-decoration: underline;
		font-size: 110%;
	}
	#index .catalog ul ul {
		padding: 5px 0 0 0;
	}
	#index .catalog ul ul a:hover {
		text-decoration: none;
	}
	#index .catalog li a:hover, #index .catalog li:hover a, #index .catalog li:hover {
		background: transparent;
	}
	#index .catalog ul li  {
		display: inline-block;
		float: none;
		width: 18%;
		padding-right: 15px;
		margin-bottom: 2px;
  vertical-align: top;
	}
	#index .catalog ul ul ul {
		top: 0;
		left: 0;		
		padding-left: 10px;
  padding-bottom: 3px;
	}
	#index .catalog ul ul ul a {
		/*font-size: 93%;*/
	}
	#index .catalog ul ul {
		position: relative;
		display: block;
		width: auto;
		float: none;
		top: 0;
		left: 0;
		border: 0;
		background: transparent;
	}
	#index .catalog ul ul li {
		display: block;
		float: none;
		width: auto;
		
	}
#index .catalog>ul>li {
 margin-top: 18px;
 
}
#index .catalog>ul {
 margin-top: -18px;
}
#index .breadcrumbs {  
	display: none;
}
#index #sideLeft, #one-column #sideLeft {
	display: none;
}
#index #content, #one-column #content {
	padding: 0;
}
#index .left-part {
	width: 760px;
	overflow: hidden;
}
#index .right-part {
	width: 210px;
	overflow: hidden;
}
#index .prod-block {
	margin-right: 11px;
}
#index .prod-block.side {
	margin-right: 0px;
}

#index2 .left-part {
	width: 760px;
	overflow: hidden;
}
#index2 .right-part {
	width: 210px;
	overflow: hidden;
}
#index2 .prod-block {
	margin-right: 11px;
}
#index2 .prod-block.side {
	margin-right: 0px;
}



.seo-description {
	font-size: 93%;
	
}
.editor-content.seo-description {
	line-height:200%;
}
.seo-description.editor-content p {
	margin-bottom: 5px;
}
.main-banner {
	width: 760px;
	height: 225px;
	margin-bottom: 10px;
	overflow: hidden;
}
 .banner-block {
 margin-bottom: 12px;
  background: none repeat scroll 0 0 #ffffff;
    border: 5px solid #ffffff;
    margin-bottom: 12px; 
  padding: 10px;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	margin: 0px auto 0;
	width: 985px;
	padding: 0 10px 50px 10px;
	height: 1%;
	position: relative;	
	}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 223px;
}
#index2 #content{
	padding: 20px 0 0 0;
}
.breadcrumbs {
 font-size: 110%;
 position: relative;
 height: 64px;
 line-height: 64px;
}
.breadcrumbs a {
	color: #464545;
}
/* collection */
.seo-content {font-size: 90%; padding-top: 20px;}
.sorting-wrap {
	overflow: hidden;
	margin-bottom: 20px;
}
.pagination a, .pagination span {
	display: inline-block;
	padding: 1px 6px;
	color: #464545;	
}
.pagination a:hover {
	text-decoration: none;
}
.pagination span {
	background: #ffffff;
	color: #333;
	font-weight: bold;
}

/* product block */
.prod-block {
	display: inline-block;
	vertical-align: top;
	border-right: 1px dotted #c3c3c3;
	margin-right: 13px;
  width: 351px;
	/*padding-top: 20px;*/
	
}
.prod-block.side {
 margin-right: 0;
 border-right: 0;
}
.prod-block.first .prod-block-inner {
	border-top: 0;
	padding-top: 0;
}
.prod-block.side .prod-block-inner {
	margin-right: 0;
	
}
.prod-img {
	width: 170px;
	overflow: hidden;
	margin-right: 5px;
	position: relative;
	
}
.transparent {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
  
}
.prod-block .transparent {
 width: 170px;
  height: 170px;
}
.not-avl .prod-info {
	opacity: 0.3;
}

.prod-block-inner {
	margin-right: 15px;
	border-top: 1px dotted #c3c3c3;
	overflow: hidden;
	padding-bottom: 18px;
	padding-top: 30px;
}
.prod-img  a.img {
	width: 160px;
	height: 160px;
	display: block;
	border: 5px solid #ffffff;	
  margin-bottom: 5px;
}
    .add_to_compare {
     color: #464545;
      }
.prod-block .prod-info {
	width: 160px;
	overflow: hidden;
}
    .prod-block .prod-info h2 {
     margin-bottom: 10px;
  height: 59px;
  overflow: hidden;
  word-wrap: break-word;
        }
.prod-block .price {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
}
.old-price {
	color: #464545;
	font-size: 116%;
	text-decoration: line-through;
	font-weight: bold;
}
.prod-block .prod-descr {
	font-size: 93%;
     line-height: 100%;
  height: 56px;
  overflow: hidden;
}



/* buttons */
.buy_button {
  background: url(button_bg.png) left top repeat-x #bd0b1d;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	padding: 0 18px 2px 18px;	
	border-radius: 5px 5px 5px 5px;
	    -moz-border-radius: 5px 5px 5px 5px;
	    -webkit-border-top-left-radius: 5px; 
	    -webkit-border-top-right-radius: 5px; 
	    -webkit-border-bottom-right-radius: 5px; 
	    -webkit-border-bottom-left-radius: 5px;
	border: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	height: 30px;
	    line-height: 28px;
	    cursor: pointer;
	
}
.buy_button.order_button {
 background: url(button_bg.png) left top repeat-x #c3c3c3;
  padding: 1px 12px 2px;
}
a.buy_button {line-height: 30px; padding-bottom: 0px;}
a.buy_button:hover {text-decoration: none;}
.quantity_input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #464545;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 28px;
    line-height: 26px;
    margin: 0;
    padding: 0 8px;
    text-align: center;
	border-radius: 5px 5px 5px 5px;
	    -moz-border-radius: 5px 5px 5px 5px;
	    -webkit-border-top-left-radius: 5px; 
	    -webkit-border-top-right-radius: 5px; 
	    -webkit-border-bottom-right-radius: 5px; 
	    -webkit-border-bottom-left-radius: 5px;
    margin-right: 2px;
  width: 30px;
}

.button {
margin: 0;
	background: url("button_bg.png") repeat-x scroll left top #b5b0b2;
	
		cursor: pointer;
	font-weight: bold;
	font-size: 13px;
	padding: 0 18px 2px 18px;	
	border-radius: 5px 5px 5px 5px;
	    -moz-border-radius: 5px 5px 5px 5px;
	    -webkit-border-top-left-radius: 5px; 
	    -webkit-border-top-right-radius: 5px; 
	    -webkit-border-bottom-right-radius: 5px; 
	    -webkit-border-bottom-left-radius: 5px;
	    border: 0;
	    color: #ffffff;
	    text-transform: uppercase;
	    font-family: Helvetica, Arial, sans-serif;
	    
	height: 30px;
	    line-height: 28px;
}

#sideLeft .style-block .button {
	display: block;	
	width: 100%;
}
.price-filter {
	margin-bottom: 10px;
}
.price-filter .txt {
	height: 28px;
	line-height: 28px;
	padding: 0 5px;	
	width: 45px;
	border: 1px solid #c3c3c3;
	-webkit-box-shadow: 0 0 2px #CCCCCC inset;
	-moz-box-shadow: 0 0 2px #CCCCCC inset;
	 box-shadow: 0 0 2px #CCCCCC inset;
	border-radius: 5px 5px 5px 5px;
	    -moz-border-radius: 5px 5px 5px 5px;
	    -webkit-border-top-left-radius: 5px; 
	    -webkit-border-top-right-radius: 5px; 
	    -webkit-border-bottom-right-radius: 5px; 
	    -webkit-border-bottom-left-radius: 5px;	  
	    color: #cecdcd;
	    margin-bottom: 2px;
}
.price-filter .txt:focus {
 color: #464545;
      }
.price-filter-wrap {
   padding-bottom: 20px;
   border-bottom: 1px dotted #c3c3c3;
   margin-bottom: 15px;
}

.filter-wrap {
	padding-bottom: 15px;
	border-bottom: 1px dotted #c3c3c3;
	margin-bottom: 15px;
  word-wrap: break-word;
	}

.filter-wrap a {
	color: #464545;
	padding: 1px 15px;
	display: block;
	line-height: 16px;
	
}
.filter-wrap a.active {
	color: #333333;
	background: #eaeaeb;
	font-weight: bold;
}
.filter-wrap a:hover {
	text-decoration: none;
	background: #eaeaeb;
}
.filter-wrap ul {
	margin-left: -15px;
	margin-right: -15px;
}
.filter-wrap a {
	
}
.compare-sidebar {	
	border-bottom: 1px dotted #c3c3c3;
	margin-bottom: 15px;
}
.compare-sidebar li {
	margin-bottom: 15px;
	overflow: hidden;
}
.compare-sidebar .img {
	display: none;
	width: 54px;
	height: 54px;
	margin-right: 10px;
}
.compare-sidebar img {
	max-width: 50px;
	max-height: 50px;
	border: 2px solid #ffffff;
}
.compare-sidebar .comp-info {
	display: block;
	width: 145px; /* 95 */
	overflow: hidden;
	font-size: 14px;
	color: #464545;
	/*padding-top: 4px;*/
	text-decoration: underline;
}
.compare-sidebar a.comp-info:hover {
	text-decoration: none;
}
.compare-sidebar .del {
	color: #cc5656;
	font-size: 116%;
	font-weight: bold;
	width: 12px;
text-align: center;
/*line-height: 54px;*/
}
.compare-sidebar a.del:hover {
	text-decoration: none;
}

#sideLeft .compare-wrap input.button {
	width: 45%;
  padding: 0 0 2px;
}


.button2 {
	background: url("button_bg.png") repeat-x scroll left top #c3c3c3
}
.button, .buy_button {
	border: 1px solid #c3c3c3!important;
}

/* small product list in sidebars */
.small-prod-list li {
	overflow: hidden;
	margin-bottom: 15px;
}
.small-prod-list .title {
	font-size: 116%;
	color: #464545;
	text-decoration: underline;
	margin-bottom: 10px;
	display: block;
}
.small-prod-list a.title:hover {
	text-decoration: none;
}
.small-prod-list img {
	border: 2px solid #ffffff;
	   max-height: 48px;
	   max-width: 48px;
  vertical-align: middle;
 margin-top: -2px;
}
.small-prod-list .img {
	display: block;
	  height: 50px;
	  margin-right: 10px;
	  width: 50px;
      line-height: 50px;
      text-align: center;
      border: 2px solid #ffffff;
      background: #ffffff;
}
.small-prod-list .buyzone {
	padding-top: 5px;
}
.small-prod-list .price {
	font-size: 116%;
	font-weight: bold;
	color: #333333;
}
.small-prod-list .old-price {
	text-decoration: line-through;
}
.buyzone p {
	margin-bottom: 10px;
}

/* product */
.product .title {
	color: #333333;
	text-decoration: underline;
}
.photo {
position: relative;
	width: 250px;
	margin-right: 35px;
}
.product-info {
	width: 415px;
	overflow: hidden;
}
.params {
	font-size: 93%;
}
.params td {
	width: 50%;
	padding-right: 20px;
}
.photo .img {
	width: 240px;
	height: 239px;
	border: 5px solid #ffffff;
	display: block;
   text-align: center;
  line-height: 239px;
  background: #ffffff;
  
}
.photo .big-image {
 max-width: 240px;
  max-height: 239px;
  vertical-align: middle;
   margin-top: -2px; 
}
.photo .big-transparent {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}
.photo img {
	
}
.product-wrap {
	overflow: hidden;
	margin-bottom: 30px;
}
.gallery a{
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	border: 3px solid #ffffff;
	margin: 6px;
	margin-left: 2px;
	-webkit-box-shadow: 0px 0px 2px #ccc;
	-moz-box-shadow: 0px 0px 2px #ccc;
	 box-shadow:0px 0px 2px #ccc;
  background-color: #ffffff;
	 
}
.gallery a.side {
	margin-right: 0;
}
.prods-paginate {
	line-height: 52px;
	padding-bottom: 8px;
	height: 52px;
     border-top: 1px dotted #c3c3c3;
     border-bottom: 1px dotted #c3c3c3;
  margin-bottom: 20px;
}
.prods-paginate a {
	color: #333333;	
	font-size: 14px;
	font-weight: bold;
}
.prods-paginate a:hover {
	text-decoration: none;
	color: #464545;
}
.prods-paginate a span {
	font-size: 24px;
	font-weight:  bold;
	color: #ffffff;
	position: relative;
	bottom: -2px;
}
.prods-paginate a span.prev {
	margin-right: 15px;
}
.prods-paginate a span.next {
	margin-left: 15px;
}
.product .buyzone {
 line-height: 150%;
 font-size: 150%;
 color: #333333;
  font-weight: bold;
  margin-bottom: 18px;
  overflow: hidden;
}
.product .buyzone span {
 margin-right: 8px;
}
.related_prods {
 margin-bottom: 20px;
  border-bottom: 1px dotted #c3c3c3
}
/* quantity */
.product .buyzone .quantity_input, .cart-table .quantity_input {
 padding: 0 9px 0 2px;
    }
.product .buyzone .minus, .cart-table .minus {
    width: 8px;
   height: 4px;
      top: 17px;  
              right: 1px;
  background: url(arrows.png) bottom center no-repeat;
}
.product .buyzone .plus,  .cart-table  .plus {
   width: 8px;
   height: 4px;
  background: url(arrows.png) top center no-repeat;
    top: 10px; 
        right: 1px;
  
}

.arrows {
   position: relative;
      z-index: 100;
  width: 45px;
  }

.arrows span {
    cursor: pointer;
    position: absolute;
    display: block;
  margin: 0;
    
}
  .arrows span:hover {
     color: #333333;
      }

.product .buyzone input {
   margin-top: -1px;
  
    }
.variants div {
 margin-bottom: 18px;
}
.variants label {
 margin-right: 10px;
}
.params {
 margin-bottom: 18px;
  }


/* reviews */
.review-form h3 {
 color: #333333;
}
.reviews li { border-bottom: 1px solid #c3c3c3;
    list-style: none outside none;
    padding: 10px 0;}
.reviews li.last {
 border: 0;
}
.review_details {
 color: #333333;
}
/* subcollection */
.sub-block {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	text-align: center;
	font-size: 120%;
	margin-right: 12px;
	margin-bottom: 10px;
}
.sub-block.side {
	margin-right: 0;
}
.sub-block .img {
	width: 160px;
	height: 160px;
	display: block;
	border: 5px solid #ffffff;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 0px 2px #ccc;
	-moz-box-shadow: 0px 0px 2px #ccc;
	 box-shadow: 0px 0px 2px #ccc;
}
.sub-block a {
	color: #464545;
	text-decoration: underline;
}
.sub-block a:hover {
	text-decoration: none;
}
/* cart */
.cart-table {
  width: 100%;
  margin-bottom: 20px;
}
.coupon {
    line-height: 30px;    
  }  
    
.cart-table td {
  text-align: center;
  vertical-align: middle;
}
.cart-table tr td.item-title {
  text-align: left;  
}
.cart-table tr td.item-title a {
 color: #333333;
}

.coupon lable {
  color: #333333;
    font-size: 160%;
    position: relative;
    top: -2px;
    vertical-align: middle;
    }
.coupon .txt {
height: 28px;
	line-height: 28px;
	padding: 0 10px;	   
	width: 145px;
	border: 1px solid #c3c3c3;
	-webkit-box-shadow: 0 0 2px #CCCCCC inset;
	-moz-box-shadow: 0 0 2px #CCCCCC inset;
	 box-shadow: 0 0 2px #CCCCCC inset;
	border-radius: 5px 5px 5px 5px;
	    -moz-border-radius: 5px 5px 5px 5px;
	    -webkit-border-top-left-radius: 5px; 
	    -webkit-border-top-right-radius: 5px; 
	    -webkit-border-bottom-right-radius: 5px; 
	    -webkit-border-bottom-left-radius: 5px;	  
	    color: #464545;
	    
    }
.cart-table tbody td { 
  padding: 10px 15px;
}
#cartform .buy_button {
 padding: 0 30px 2px;
}
.cart-table tfoot td {
  padding: 10px 5px;
  font-size: 18px;
  text-align: right;
}
#cartform .total-amount {
     color: #333333;
    display: inline;
    float: right;
    font-size: 160%;
    line-height: 26px;
    margin-right: 50px;
 }
#cartform .total-amount #total_price {
 font-size: 145%;
  font-weight: bold;
  color: #bd0b1d;
  bottom: -2px;
  position: relative;
}
.cart-table .price {
 font-size: 150%; 
  font-weight: bold;
  color: #333333;
}
.cart-table .price.total-price {
 color: #bd0b1d;
}
.price {
 white-space: nowrap;
}

.cart-table td.item-title {
  padding-left: 0;
}
.cart-table td.del {
  padding-right: 5px;
}

.cart-table .quantity input {
  width: 30px;
  text-align: center;
}
.cart-table .del {
  font-size: 125%;
    font-weight: bold;
}
.cart-table .del a {
 color: #CC5656;
}
.cart-table .del a:hover {
  text-decoration: none;
} 

.cart-table tfoot .discounts td {
  font-size: 18px;
}
.cart-table tfoot .discounts td .price {
  font-size: 16px;
}
.cart-table tfoot .discounts td .price span {
  font-size: 12px;
}

.cart-table .img {
 display: block;
  width: 150px;
  height: 150px;
  border: 4px solid #ffffff;
}
.cart-table .quantity div {
 width: 90px;    
  line-height: 30px;
  overflow: hidden;
}
.cart-table .quantity span {
 font-size: 160%; 
  color: #333333;
}
.cart-table .arrows {
 margin: 0 10px;
}
#wrapper .cart-table .plus, #wrapper .cart-table .minus {
 right: 5px;
}

/*blog*/
.blog h1 {
 text-transform: uppercase;
}
.blog {
 
  border-bottom: 1px dotted #c3c3c3;
  padding-bottom: 25px;
}
.blog div {
 font-size: 136%;  
  line-height: 120%;
}
.article .editor-content {
 font-size: 136%;
  line-height: 135%;
  margin-bottom: 50px;
  }
.article h1 {
 color: #bd0b1d;
  text-transform: uppercase;
}
.date {    
    margin-bottom: 10px;
    margin-top: 7px;
  color: #333333;
}
.blog .date {
 font-size: 80%;
}
ul.comments li {list-style:none; border-bottom: 1px solid #c3c3c3;
    list-style: none outside none;
    padding: 10px 0;}

ul.comments li.last {border: 0;}
#comment_form, #review_form {
 border-bottom: 1px dotted #c3c3c3;
    border-top: 1px dotted #c3c3c3;
    margin-top: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
}
#comment_form .notice {  font-style: italic;
    margin-bottom: 15px;}
#comment_body {
  border: 1px solid #c3c3c3;
    display: block;
    margin-bottom: 7px;
    margin-top: 3px;
    width: 243px;
}
#comment_form small {font-size: 11px;}
#comment_form input.txt, #review_form input.txt {
 height: 28px;
	line-height: 28px;
	padding: 0 10px;	   
	width: 195px;
	border: 1px solid #c3c3c3;
	-webkit-box-shadow: 0 0 2px #CCCCCC inset;
	-moz-box-shadow: 0 0 2px #CCCCCC inset;
	 box-shadow: 0 0 2px #CCCCCC inset;
	border-radius: 5px 5px 5px 5px;
	    -moz-border-radius: 5px 5px 5px 5px;
	    -webkit-border-top-left-radius: 5px; 
	    -webkit-border-top-right-radius: 5px; 
	    -webkit-border-bottom-right-radius: 5px; 
	    -webkit-border-bottom-left-radius: 5px;	  
	    color: #464545;
	    margin-bottom: 3px;
}
#comment_form textarea, #review_form textarea { 
	padding: 0px;	   
	width: 100%;
	border: 1px solid #c3c3c3;
	-webkit-box-shadow: 0 0 2px #CCCCCC inset;
	-moz-box-shadow: 0 0 2px #CCCCCC inset;
	 box-shadow: 0 0 2px #CCCCCC inset;
	border-radius: 5px 5px 5px 5px;
	    -moz-border-radius: 5px 5px 5px 5px;
	    -webkit-border-top-left-radius: 5px; 
	    -webkit-border-top-right-radius: 5px; 
	    -webkit-border-bottom-right-radius: 5px; 
	    -webkit-border-bottom-left-radius: 5px;	  
	    color: #464545;
	    margin-bottom: 3px;
}
.rating_wrapper {overflow: hidden; margin-bottom: 10px;}
.comment-form label, #review_form label {display: block;}
#captcha {
 padding-top: 3px;
  overflow: hidden;
}
#captcha_challenge {
 float: left;
  display: inline;
}
#captcha_challenge a {
 vertical-align: top;
}
.error {
   color: red;
 }
.input-error {
     border-color: red!important;
   }


/* compare */
.compare_show_similar {display: none;}
#compare_div .del_compare {
    font-size: 135%;
    color: #cc5656;
  	float: right;
  	margin-right: 35px;
  }
  #compare_div a.del_compare:hover {
    text-decoration: none;
  }
  .compare_image {
      display: block;
      /*margin: 0 auto;*/
      width: 100px;
      height: 100px;
      border: 4px solid #ffffff;
      -webkit-box-shadow: 0 0 2px #CCCCCC;
      -moz-box-shadow: 0 0 2px #CCCCCC;
      box-shadow: 0 0 2px #CCCCCC;
      margin-bottom: 15px;
    }
    #compare_div .tfoot {
      padding-right: 15px;
    }
    #compare_div h3 {
      font-size: 125%;  
    margin-bottom: 3px;    
    }
    #compare_div h3 a {
      color: #333333;
  		font-size: 12px;
    }
  #compare_div .price {
    color: #bd0b1d;
  }
  #compare_div tfoot th {
  /*  border-top: 1px #C3C3C3 dotted;*/
    padding-top: 15px;
  }
  #compare_div thead .dots th {
   /* border-bottom: 1px #C3C3C3 dotted;*/
    padding-bottom: 15px;
  	text-align: left;
  }
  #compare_table {
    width: 100%;
  text-align: left;
  }

#compare_table tbody tr.even {
 	background: #ffffff; 
}
  #compare_table tbody td {
    color: #333333;
    font-size: 12px;
	text-align: left;
  	padding: 5px 0;
  
   }
  #compare_table .special-price {
        margin-bottom: 20px;
      }  
#compare_table td {max-width: 144px; width: 144px; word-wrap: break-word;}

#compare_table tbody tr th {
 text-align: left; 
 padding-left: 4px; 
}

/*
#compare_table thead th {
 text-align: left; 
}


.compare_show_similar {display: none;}
#compare_div .del_compare {
    font-size: 135%;
    color: #cc5656;
  }
  #compare_div a.del_compare:hover {
    text-decoration: none;
  }
  .compare_image {
      display: block;
      margin: 0 auto;
      width: 100px;
      height: 100px;
      border: 4px solid #ffffff;
      -webkit-box-shadow: 0 0 2px #CCCCCC;
      -moz-box-shadow: 0 0 2px #CCCCCC;
      box-shadow: 0 0 2px #CCCCCC;
      margin-bottom: 15px;
    }
    #compare_div .tfoot {
      padding-right: 15px;
    }
    #compare_div h3 {
      font-size: 125%;  
    margin-bottom: 3px;    
    }
    #compare_div h3 a {
      color: #333333;
    }
  #compare_div .price {
    color: #bd0b1d;
  }
  #compare_div tfoot th {
    border-top: 1px #c3c3c3 dotted;
    padding-top: 15px;
  }
  #compare_div thead .dots th {
    border-bottom: 1px #c3c3c3 dotted;
    padding-bottom: 15px;
  }
  #compare_table {
    width: 100%;
  }
  #compare_table tbody td {
    color: #333333;
    font-size: 110%;
   }
  #compare_table .special-price {
        margin-bottom: 20px;
      }  
#compare_table td {max-width: 144px; width: 144px; word-wrap: break-word;}*/
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 210px;
	margin-left: -100%;
	position: relative;
	background: transparent;
}
.style-block {
	padding: 18px;
	border-radius: 10px 10px 10px 10px;
	    -moz-border-radius: 10px 10px 10px 10px;
	    -webkit-border-top-left-radius: 10px; 
	    -webkit-border-top-right-radius: 10px; 
	    -webkit-border-bottom-right-radius: 10px; 
	    -webkit-border-bottom-left-radius: 10px;
	    background: #ffffff;
	    border: 1px solid #c3c3c3;
	    -webkit-box-shadow: 0 1px 1px #cccccc inset;
	    -moz-box-shadow: 0 1px 1px #cccccc inset;
	     box-shadow: 0 1px 1px #cccccc inset;
	margin-bottom: 13px;
	overflow: hidden;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideRight {
float: left;
margin-right: -3px;
width: 210px;
margin-left: -210px;
position: relative;
background: transparent;
}
#right-column #sideLeft {
 display: none;
}
#right-column #content {
 padding: 0 223px 0 0
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 100px;
	background: #ffffff;
	border-top: 5px solid #333333;
	color: #333333;
}
#footer .center-align {
	padding-top: 15px;
	position: relative;
}
#footer a {
	color: #333333;
}
.foot-menu {
	text-align: center;
}
.foot-menu li {
	display: inline;
	margin: 0 5px;
}
.copy {
	position: absolute;
	left: 10px;
	top: 15px;
}
.footmail {
	position: absolute;
	right: 10px;
	top:  15px;
}

/* classes */
html body div#wrapper div .hidden {
  display:none;
}
.clear {
  clear: both;
}
.main-clear {
  clear: both;
  height: 1px;
}

.decoration {
  text-decoration: underline;
}
a.decoration:hover {
  text-decoration: none;
}
.fr {
  float: right;
  display: inline;
}
.fl {
  float: left;
  display: inline;
}
.disabled {
  cursor: text;
  opacity: 0.7;
}
.nomargin {
  margin: 0;
}

.editor-content ul, .editor-content ol {
  padding-left: 16px;
  margin-bottom: 16px;
}
.editor-content ul li {
  list-style-type: disc;
  list-style-position: outside;
}
.editor-content ol li {
  list-style-type: decimal;
  list-style-position: outside;
}
.editor-content p {
  margin-bottom: 15px;
}
.editor-content a {
  color: #bd0b1d;
}
.iefix {
 display: none;
}

/* add product notification */
#add_product_notification {
 padding: 10px;
	border-radius: 5px 5px 5px 5px;
	    -moz-border-radius: 5px 5px 5px 5px;
	    -webkit-border-top-left-radius: 5px; 
	    -webkit-border-top-right-radius: 5px; 
	    -webkit-border-bottom-right-radius: 5px; 
	    -webkit-border-bottom-left-radius: 5px;
	    background: #ffffff;
	    border: 1px solid #c3c3c3;
	    -webkit-box-shadow: 0 1px 1px #cccccc inset;
	    -moz-box-shadow: 0 1px 1px #cccccc inset;
	     box-shadow: 0 1px 1px #cccccc inset;
	margin-bottom: 13px;
	overflow: hidden;
  font-size: 14px;
  color:#333333;
}
#add_product_notification h3 {font-weight: normal;}
#own_preloader {
  z-index: 1000;
  text-align: center;
  vertical-align: middle;
  width: 390px;
  height: 106px;
}
#shadowbox_container {
 overflow: hidden;
}
#shadowbox_nav_previous {
    background-repeat: no-repeat;
    height: 100%!important;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%!important;
    z-index: 999;
   background-position: -600px!important;
  background-image: url(previous2.png)!important;
  filter: none!important;
}

#shadowbox_nav_close {      
    z-index: 1000;
   background-color: #000;    
    background-position: center center;
    background-repeat: no-repeat;   
    border: 2px solid #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    padding: 3px;
   position: absolute;
    right: -10px;
    top: 5px;
   -webkit-box-shadow: 2px 5px 5px #000000;
   -moz-box-shadow: 2px 5px 5px #000000;
    box-shadow: 2px 5px 5px #000000;
   
}
#shadowbox_nav_next {
    background-repeat: no-repeat;
    height: 100%!important;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%!important;
    z-index: 999; 
   background-position: -600px!important;
  background-image: url(next2.png)!important;
  filter: none!important;
}
a#shadowbox_nav_next:hover  {
     background-position: 90% 50%!important;
}
a#shadowbox_nav_previous:hover  {
     background-position: 10% 50%!important;
}
#shadowbox_info, #shadowbox_info_inner {position: static!important;}

.prod-block {position: relative;}
  .tooltip {display: none; height: auto; z-index: 100;  background: #ffffff; 
    font-size: 93%;    
    line-height: 100%;
    border: 1px solid #ffffff; -webkit-box-shadow: 0px 0px 15px #ccc;
-moz-box-shadow: 0px 0px 15px #ccc;
 box-shadow: 0px 0px 3px #ccc;
   background: none repeat scroll 0 0 #EAEAEB;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 3px #CCCCCC;
    display: none;
    height: auto;
    opacity: 0.95;
    padding: 6px 10px;
    position: absolute;
    right: 10px;
    top: 90px;
    width: 170px;
    min-height: 60px;
  }
  .prod-descr.init-tooltip {cursor: help;}
  .prod-block.first .tooltip {top: 60px;} 
  
.discounts-list { font-size: 18px;padding: 10px 5px;text-align: right;}
.discounts-list .price {font-size: 16px;color: #333333}

/**/
.filter__title__title{margin:0}
.filter__title__txt{font-size:0.9em;font-style:italic}
