
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;
}
html {
  background: #b0b8bf;
  min-height: 100%;
}

body {
	font-size: 12px;
    font-family: helvetica,sans-serif;
	color: #333;
	/*background: #b0b8bf;*/
  height: 100%;
  min-height: 100%;
}

::selection {	background:#202329;	color:#adc6f3; }
::-moz-selection {	background:#202329;	color:#adc6f3; }

 {
	background:#cc0000;
	color:#fff;
}

.insales-wrapper {
	width: 960px;
	margin: 0 auto;
}

.insales-footer {
	text-align: center;
	margin: 15px 20px;
	color: #555;
}

.insales-footer .left{float:left;}
.insales-footer .right{float:right;text-align: right;}

.insales-footer p {margin-bottom:5px;}
.insales-footer img {vertical-align:middle}

.insales-footer a {
	font-weight: bold;
	color: #69747d;
	text-decoration: none;
}

.insales-footer a:hover {	color: #30373d; }



.insales-header {
	position: relative;
	height: 75px;

}

.insales-header .searchform {
	position: absolute;
	top: 30px;
	right: 10px;
	width: 163px;
	height: 23px;
	background: url(search.png) no-repeat 0 0;
}

.insales-header .searchform-focus {
	background-position: 0 -23px;
}

.insales-header .searchform .submit,
.insales-header .searchform .query {
	border: 0;
	background: transparent;
	outline: 0;
	position: absolute;
	top: 0;
	height: 23px;
	padding: 0;
	margin: 0;
	display: block;
}

.insales-header .searchform .query {
	left: 8px;
	top: 4px;
	width: 117px;
	font-size: 12px;
	height: auto;
	overflow: hidden;
	line-height: 100%;
	color: #666;
}

.insales-header .searchform-focus .query {
	color: #3d3c38
}

.insales-header .searchform .submit {
	right: 0;
	background: url(search-buttons.png) no-repeat 0 -23px;
	width: 40px;
  	cursor: pointer;
}

.insales-header .searchform .submit::-moz-focus-inner {
	border: 0;
}

.insales-header .searchform .submit:focus,
.insales-header .searchform .submit:hover {
	background-position: 0 0;
	border: 0;
}

.insales-header .navigation {
	position: absolute;
	top: 32px;
	left: 10px;
}

.insales-header .navigation li {
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	float: left;
	display: block;
	padding-right: 15px;
}

.insales-header .navigation li a {
	color: #69747d;
	text-decoration: none;
    text-shadow: 0 1px 1px #fff;
}

.insales-header .navigation li a.active,
.insales-header .navigation li a:hover {
	color: #30373d;
}

.insales-body {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-boder-radius: 6px;
	 box-shadow: 0 1px 4px #6a6e73;
	-moz-box-shadow: 0 1px 4px #6a6e73;
	-webkit-box-shadow: 0 1px 4px #6a6e73;
	overflow: hidden;
	border-collapse: collapse;
	width: 100%;
	background: #eaeff3;
	position: relative;
	
}

.bad-browser .insales-body {
	border: 1px solid #83868b;
}

.bad-browser .product-page .product-photo-preview li,
.bad-browser .product-page .photo-gallery .large-preview,
.bad-browser .insales-content .collection-products .img {
	border: 1px solid #d5d5d5;
	border-bottom: 1px solid #a6aaae;
	border-top: 0;
}

.insales-content a { color: #62a0e6; }
.insales-content a:hover { color: #616f89; }
.insales-content a:active { color: #d33935; }


.insales-sidebar {
	width: 149px;
	background: #eaeff3;
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	padding: 25px;
  	float: left;
}

.insales-content {
	width: 690px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	background: #fff;
	padding: 30px 35px;
    margin-left: 200px;
 	*margin-left: 199px;
  	border-left: 1px solid #c8d1d9;
}

:first-child+html .insales-content {
   margin-left: 199px;
}

.insales-content .collection-order {
	list-style: none;
	overflow: hidden;
	margin-bottom: 15px;
}

.insales-content .collection-order li {
	float: right;
	display: block;
	padding-bottom: 1px;
	color: #838F9C;
	margin: 0 5px;
}

.insales-content .collection-order a {
	text-decoration: none;
	color: #36496C;
	border-bottom: 1px dotted #52668a;
}

.insales-content .collection-order small {
	font-size: 10px;
}

.insales-content .collection-order a:hover {
	border-bottom: 1px solid #36496C;
}

.insales-content .collection-products {
	overflow: hidden;
  
}

.insales-content .collection-products .product {
	width: 330px;
	overflow: hidden;
	margin-bottom: 30px;
}

.insales-content .collection-products .product .body {
	overflow: hidden;
	padding: 10px 14px 10px 8px;
}

.page-title,
.cart-table thead th,
.product-page .product-title,
.insales-content .collection-products h4 {
	border-bottom: 1px dashed #CFD3D6;
	color: #2A3640;
	padding: 0 4px 4px 8px;
	font-size: 16px;
	text-align: left;
  height: 35px;
}

.page-title {
	margin-bottom: 15px;
}

.insales-content .collection-products .img {
	display: block;
	width: 110px;
	height: 110px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}

.insales-content .collection-products .details {
	float: right;
	width: 185px;
}

.insales-content .collection-products .details .description {
	height: 88px;
}

.insales-content .collection-products .odd {	float: left; }
.insales-content .collection-products .even {	float: right; }

.catalog-preview {
  list-style-type: none;
  overflow: hidden;   
  font: 0/0 a;
  text-shadow: none;
  color: transparent;    
    }

.catalog-preview li {
    display: inline-block;
    vertical-align: top;  
    width: 160px;
    margin-right: 10px;
    text-align: center;
  *display: inline;
  *zoom: 1;
  margin-bottom: 20px;
        }

.sub-title {
     font-size: 14px;
  	 margin-left: 10px;
    }
  .catalog-preview li a {
      font-size: 14px;
      line-height: 120%;
      display: inline-block; 
      *display: inline;
 	  *zoom: 1;  
    }

.catalog-preview li a span {
  	display: block;
    }

.insales-content .pagination {margin-top:25px;overflow:hidden;}

.fl-left {float:left;}
.fl-right {float:right;}

.insales-content .pagination .paginate-previous,
.insales-content .pagination .paginate-next {margin-top: 1px;}

.insales-content .pagination .paginate-page-list {
	list-style: none;
	text-align: center;
	margin: 0 100px;
}

.insales-content .pagination .paginate-page-list span,
.insales-content .pagination .paginate-page-list a {
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-boder-radius: 3px;
}

.insales-content .pagination .paginate-page-list a {
	height: 20px;
	line-height:20px;
	text-decoration: none;
	padding: 0 6px;
	background-color: #D2D7DB;
	color: #fff;
	margin: 2px 0;
}

.insales-content .pagination .paginate-page-list .active {
	border: 2px solid #899199;
	height: 20px;
	line-height:20px;
	padding: 0 6px;
	color: #899199;
	cursor: default;
}

.insales-content .pagination .paginate-page-list a:hover {
	opacity:0.7;
}

.insales-sidebar .shop-ph {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #48545E;
}


.insales-sidebar .shop-name {
	margin-bottom: -4px;
}

.insales-sidebar .cart-header a,
.insales-sidebar .shop-name a {
	text-decoration: none;
	font-size: 19px;
	color: #48545e;
}

.insales-sidebar .cart-header .d-shadow,
.insales-sidebar .shop-name .d-shadow {
	color: #c2d5e6;
}

.insales-sidebar .shop-slogan {
	font-size: 11px;
	color: #86939f;
}

.insales-sidebar .cart {
	margin: 20px 0 25px;
}

.insales-sidebar .cart .buttons-container {margin-top: 10px;}

.insales-sidebar .cart-header a {
	font-size: 14px;
	font-weight: bold;
	float: left;
}

.insales-sidebar .cart-header {
	border-bottom: 1px solid #aaa;
	padding-bottom: 2px;
	margin-bottom: 4px;
	overflow: hidden;
}

.insales-sidebar .cart-header .cart-loading {
	font-size: 10px;
	color: #eee;
	float: right;
	padding: 1px 4px;
	background-color: #363d44;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-boder-radius: 3px;
	display: none;
}

.insales-sidebar .cart-body {
	overflow: hidden;
}

.insales-sidebar .cart-body .sum-container {
	float: right;

	color: #238DEA;
	font-weight: bold;
}

.insales-sidebar .cart-body .sum-container span {
	font-weight: normal;
}

.insales-sidebar .cart-body .products {
	float: left;
	color: #646f82;
}

.insales-sidebar .cart-body .products .count {
	font-weight: bold;
}

.insales-sidebar .block-headline {
	color: #303337;
	border-bottom: 1px solid #aaa;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 3px;
	margin-top:14px;
}

.insales-sidebar .block-headline a {
	color: #48545e;
}

.insales-sidebar .block-body li {
	display: block;
	list-style: none;
}

.insales-sidebar .block-body li.active {font-weight: bold;}

.insales-sidebar .block-body a {
	display: block;
	color: #36496c;
	margin-bottom: 2px;
	text-decoration: none;
}
.insales-sidebar .block-body a.level3 { margin-left:10px; }

.insales-sidebar .block-body a:hover {
	color: #238DEA;
}


span.rouble-sign,
span.rouble-sign .ndash,
span.rouble-sign .char,
.d-text,
.d-shadow,
.d-link {
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.d-text,
.d-shadow,
.d-link {text-decoration: none;}

span.rouble-sign,
span.rouble-sign .ndash,
span.rouble-sign .char {
	position: relative;
	cursor: help;
	font-weight: normal;
}

span.rouble-sign .ndash {
	position: absolute;
	top: 1px;
	left: 0;
}

.d-text {
	margin: -1px 0 0 -1px;
}

.d-shadow {
	color: #d5dadd;
}

a:active .d-text {
	top: 0;
	left: 0;
}

.gr-button {
	height: 22px;
	background-color: #658bb2;
	font-weight: bold;
	white-space: nowrap;
	word-spacing: normal;
	overflow: hidden;
}

.gr-button-buy {background: #7ebc51;}
.gr-button-secondary {background: #a6a7a9;}
.gr-button-care {background:#bf271f;}

.buttons-container {
	word-spacing: 10px;
	overflow: hidden;
}
.details .buttons-container .gr-button { float:left; }
.details .buttons-container .gr-button-buy {margin-left: 5px;}


.product-page .buttons-container .gr-button {
	margin: 0 5px;
}

.gr-button .d-text,
.gr-button .d-shadow {
	padding: 0 9px;
	line-height: 23px;
}

.d-shadow,
.gr-button,
.gr-button .d-text,
.gr-button .d-shadow {
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-boder-radius: 4px;
	-moz-user-select: none;
 	-webkit-user-select: none;
}

.gr-button .d-shadow {
	color: #555;
}

.gr-button .d-text {
	background-image: url(gradient-button.png);
	background-repeat: repeat-x;
	background-position: 0 1px;
	color: #eee;
    text-shadow: 0 1px 2px #000;
}

.gr-button .d-text:hover {
	background-position: 0 -21px;
}

.gr-button .d-text:active {
	background-position: 0 -44px;
}

.floats-container {
	overflow: hidden;
}

.product-page .photo-gallery {
	float: left;
	width: 260px;
	margin-bottom: 15px;
}

.product-page .photo-gallery .large-preview {
	width: 240px;
	height:240px;
	margin: 10px;
   line-height: 240px;
}

.product-page .photo-gallery .large-preview a {
	width: 240px;
	height:240px;
	text-decoration:none;
  text-align: center;
}

.product-page .photo-gallery .large-preview a img {
  display: inline-block;  
    }

.product-page .product-photo-preview {
	margin: 6px;
	display: block;
	margin-bottom: 15px;
}

.product-page .product-photo-preview li {
	list-style: none;
	float: left;
	margin: 4px;
	width: 48px;
	height: 48px;
	display: block;
	cursor: pointer;
}

.product-page .product-photo-preview li a {
	width: 48px;
  	height: 48px;
	text-decoration:none;
	line-height: 48px;
	display: inline-block;
  text-align: center;
}

.product-page .product-photo-preview li.active {
	border: 2px solid #363D44;
	cursor: default;
	margin: 2px;
}

.cart-table .product-image div,
.product-page .product-photo-preview li,
.product-page .photo-gallery .large-preview {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-boder-radius: 2px;
	 box-shadow: 0 1px 2px #6a6e73;
	-moz-box-shadow: 0 1px 2px #6a6e73;
	-webkit-box-shadow: 0 1px 2px #6a6e73;
	background-repeat: no-repeat;
	background-position: center center;
}

.product-page .product-photo-preview li a img {
  max-width: 100%;
  line-height: 48px;
  display: inline-block;
  vertical-align: middle;
    }

.product-page .product-meta {
	float: right;
	width: 380px;
	margin: 10px  10px 15px 10px;
}

.product-page .product-description {
	margin-bottom: 15px;
}

.product-page .product-properties {
	display: block;
}

.product-page .product-properties li {
	margin-left: 1.6em;
	line-height: 150%;
	color: #666;
}

.product-page .product-properties .title {
	list-style: none;
	font-weight: bold;
	foont-size: 14px;
	color: #444;
	font-size: 12px;
	margin-left: 0.4em;
	margin-bottom: 4px;
}

.product-page .product-properties strong {
	display: inline-block;
	width: 150px;
}

.product-page .product-properties .title,
.product-page .product-properties strong {color: #363D44;}

.product-page .product-variants {
	overflow: hidden;
}

.product-page .variants-list {
	width: 110px;
	float: left;
	list-style: none;
	font-size: 11px;
	color: #555;
	font-weight: bold;
	display: block;
	padding: 0 10px 10px 10px;
}

.product-page .legend-aviable,
.product-page .legend-selected,
.product-page .legend-unaviable,
.product-page .variants-list li {
	display: block;
	color: #bbb;
	overflow: hidden;
	margin-bottom: 2px;
	padding: 2px 4px;
	cursor: default;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-boder-radius: 2px;
	text-decoration: line-through;
}

.product-page .variants-list li:hover {
	background: #eee;
}

.product-page .legend-aviable,
.product-page .variants-list li.aviable {
	color: #1b63bd;
	text-decoration: none;
}

.product-page .legend-selected,
.product-page .variants-list li.selected {
      background: none;
  color: {{settings.link_color}};
}

.product-page .variants-list li.title {
	font-size: 13px;
	color: #363D44;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
}

.product-page .floats-container {
	border-bottom: 1px dashed #CFD3D6;
	margin-bottom: 10px;
}

.product-page .product-legends {
	padding: 0 10px 5px;
	margin-bottom: 10px;
	font-size: 11px;
	border-bottom: 1px dashed #CFD3D6;
	display: none;
}

.product-page .legend-aviable,
.product-page .legend-selected,
.product-page .legend-unaviable {
	display: inline-block;
	vertical-align: middle;
}

.variants {
   margin-bottom: 10px; 
  }


.selector-wrapper  {
     margin-bottom: 10px; 
    }

.selector-wrapper label {
     width: 120px;
     display: inline-block;
     margin-right: 10px;
     vertical-align: middle; 
    }
    
.selector-wrapper select {
     width: 200px; 
      vertical-align: middle; 
        }


.price-wrapper {
   width: 311px;
   margin-bottom: 15px;   
    }
    
#price-field {
    font-size: 16px;
    margin-right: 10px;
      font-weight: bold;
    }
    
#old-field {
     text-decoration:line-through;
     font-size: 12px;
      vertical-align: middle;
    }
    
    
.buy-button-for {
	font-weight: normal;
	font-style: italic;
}

.buy-zone {
    margin-bottom: 30px;  
    }
    
    
.buy-zone #quantity {
      width: 50px;
       text-align: center;   
           vertical-align: middle;
        }
        
.buy-zone > span {
   font-size: bold;
   margin-right: 10px;  
   vertical-align: middle;
            }
      

.buy-zone  #buy-button {
   vertical-align: middle;

    }
.buy-zone  #buy-button > span {
	padding: 0 20px;
    }
    
.cart-table {
	border-collapse: collapse;
	width: 100%;
      
}

.article-wrapper {
   margin-bottom: 10px;   
   font-weight: bold;
      
    }

.article-wrapper #sku-field {
font-weight: normal;          
        }
 
.category-title {
     margin-bottom: 20px;
     font-size: 16px; 
    }

#tag-filters {
  margin-left: 4px; 
 overflow: hidden;
 margin-bottom: 20px; 
    }
    
    
.filter-wrap {
  overflow: hidden; 
  margin-bottom: 10px;    
    }
    
.filter-wrap h2 {
   font-size: 14px;
   float: left;   
   margin-right: 15px; 
   width: 100px;
        }
.filter-wrap ul {
  float: left;    
    }
.filter-wrap ul li {
 list-style-type: none;
   float: left;
   margin-right: 5px;
      
      
    }
.filter-wrap .active {
 	font-weight: bold; 
    }

.tag-page {
 float: right; 
      
}

.cart-table .product-meta {
	color: #444;
	padding: 4px 8px;
}

.cart-table .product-meta .title{
	font-weight: bold;
}

.cart-table thead .discount {
	font-weight: normal;
	font-size: 14px;
	margin-left: 10px;
}

.cart-table .product-image {
	padding: 10px;
}

.cart-table .product-image div{
	width:48px;
	height: 48px;
}

.cart-table .quantity input{
	width: 22px;
}

.cart-table .delete,
.cart-table .quantity,
.cart-table .price {
	width:1%;
	white-space: nowrap;
	padding: 4px 10px;
}

.cart-table .price {
	font-weight: bold;
}

.cart-table .even {
	background: #EAEFF3;
}

.cart-table tfoot .price {
	font-size: 14px;
}

.cart-table .dashed td,
.cart-table tfoot td {padding: 10px;}

.cart-table .dashed td {	border-top: 1px dashed #CFD3D6;}
.cart-table .error {font-weight:bold; color:#bf271f;}

.insales-footer .navigation {
     margin-bottom: 30px; 
    }

.insales-footer .navigation li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
   margin-right: 5px;
   list-style-type: none;	      
    }

/* Blog */
#comments_link {cursor:pointer;}
.note, .comment-details {font-size:85%; margin-bottom: 10px;}
.article {margin-bottom:40px;}
.article h2 {font-size: 1.5em;}
.pagination {font-weight:bold; text-align:center;}
.pagination_page {padding:0 0.1em;}
#comments, #comment_form {margin-top:20px;}
#comments h3 {margin-bottom: 10px;}
ul.comments {list-style-type:none; margin:0;}
ul.comments li {margin-bottom:20px;}
ul.comments li span.commenter {font-weight: bold}
#comment_form dd {margin:2px 0 5px 0;}
#comment_form input {width:200px;}
#comment_form textarea {overflow:auto; width:270px;}
#author_fields, #comment_fields {display:block;}
#moderation_warning {margin-top:20px;}
.error {color:red !important;}
.input-error {border:1px solid red !important;}
.notice { margin:15px 0; font-style: italic; font-weight: bold; }
.small {font-size:85%;}
.send_comment {color: #EEEEEE}

#add_product_notification {
    background: none repeat scroll 0 0 #F0F0F0;
    color: #2A3640;
    padding: 10px;
    height: 70px;
  border-radius: 6px;
  box-shadow: 0 1px 4px #6A6E73;
}

#add_product_notification > h3 {
 margin-bottom: 15px;
 font-size: 16px; 
}

#add_product_notification a:first-child {
 margin-right: 5px !important; 
}

.closeCartMsg {
   margin-right: 5px !important;   
  }

#own_preloader {
    font-weight: bold;
 
    text-align: center;
    width: 300px;
    z-index: 1000;
}

.noscript-wrap {
	background: none repeat scroll 0 0 #F9CFCF;
	   border-bottom: 2px solid #666666;
	   box-shadow: 0 20px 20px #999999;
	   left: 0;
	   position: fixed;
	   top: 0;
	   width: 100%;
	   z-index: 10000;
}

.noscript {
	background: url('warning.png') no-repeat scroll 0 15px transparent;
	    font-size: 16px;
	    min-height: 131px;
	    padding: 20px 0 10px 170px;
}

#feedback_content {
    overflow: auto;
    width: 98%;
}

#presence {
 font-weight: bold;
 font-size: 14px;
 padding: 10px 0;     
 display: none;

    }


#thanks {
	padding: 10px 0;
	color: #1faee4;	  
}


/* Reviews */
#reviews_link {cursor:pointer; border-bottom: 1px dotted};

#reviews > h3 {
 margin-bottom: 10px; 
}

#reviews .reviews {
 margin-top: 10px; 
}
.review {margin-bottom:40px;}
#reviews, #review_form {margin-top:20px;}
ul.reviews {list-style-type:none; margin:0;}
ul.reviews li {margin-bottom:20px;}
#review_form dd {margin:0px 0 5px 0;}
#review_form input, #comment_form input {width:300px;}
#review_form #review_captcha_solution {
 width: 140px; 
}

#review_form label, #comment_form label {
 display: block;
 margin: 5px 0; 
}

#review_form .rating_wrapper label {
  margin-top: 5px;
  vertical-align: middle;
}

#review_form h3 {
 margin-bottom: 20px; 
}

#reviews .box {
 margin-top: 15px; 
}

#review_form textarea, #comment_form textarea{overflow:auto; width:85%; height: 140px;}
#review_author_fields, #review_fields {display:block; float:left; margin-right:15px;}
#review_moderation_warning {margin-top:20px;}
.review_details { margin:5px 0; font-size:85%;}
.rating_wrapper {overflow:hidden; margin-bottom:10px;}
.rating_label {float:left; margin-right:10px;}
/* Seo */
.seo-description { -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50; }
#review_confirm_email { position:absolute; left:-2000px; }

#captcha {margin-bottom:10px; overflow: hidden;}
#captcha_challenge {
 float: left;
}

#captcha_challenge img {
 float: left; 
}

#captcha_challenge a {
  float: right; 
}

#captcha #comment_captcha_solution {
  width: 200px;
  float: right;
}

#comment_form {
 overflow: hidden; 
}

.comment-form h3 {
  font-size: 1.6em;
  padding-bottom: 0.5em;
  line-height: 1em;    
    }

#comment_form input.blog-submit {
  width: 150px;
  margin-left: 117px;
  }

.hidden {
 display: none;
}

.clear{
  clear: both;  
  }

.breadcrumbs {margin-bottom: 20px;}
