/* ****************************************** */
/* HOME */
/* ****************************************** */
#home h2
{
	clear: both;
	color: #F56300;
	font: normal 22px "Arial", sans-serif;
	margin: 0 0 5px;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #B4CF2A;
}
#home h2 a {
	color: #F56300;
	font: normal 22px "Arial", sans-serif;
	text-decoration: none;
}

#content #topsellers 
{
	clear:both;
	margin: 14px 0;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #DFDFDF;
	overflow: hidden;
}

#content .recommends
{
	clear:both;
	margin: 14px 0;
	position: relative;
	overflow: hidden;
}

#topsellers .product,
.recommends .product,
.recommends .product-small
{
	position: relative;
	float: left;
	width: 160px;
	height: 230px;
	padding: 5px 5px 10px;
	border-right: 1px solid #DFDFDF;
	overflow: hidden;
}
.recommends .product-small { width: 140px; height: 160px; padding: 5px 15px 10px; }

#topsellers .pos3, #topsellers .pos6 ,
.recommends .pos3, .recommends .pos6
	{ 	border-right: none; }
#topsellers .pos4, #topsellers .pos5, #topsellers .pos6 ,
.recommends .pos4, .recommends .pos5, .recommends .pos6 
	{ border-top: 1px solid #DFDFDF; }

#topsellers .product .product-image,
.recommends .product .product-image
{
	position: absolute;
	display: block;
	width: 160px;
	top: 31px;
	left: 5px;
	text-align: center;
}
.recommends .product-small .product-image 
{
	position: absolute;
	display: block;
	width: 140px;
	top: 36px;
	left: 5px;
	text-align: center;
}

#topsellers .product .product-link,
.recommends .product .product-link,
.recommends .product-small .product-link
{
	position: absolute;
	top: 180px;
	left: 5px;
	width: 160px;
	font-size: 13px;
	font-weight: bold;
	color: #8CB626;
}
.recommends .product-small .product-link { top: 100px; width: 140px; font-size: 12px; font-weight: normal; }
#topsellers .product .product-link:hover,
.recommends .product .product-link:hover,
.recommends .product-small .product-link:hover 
{
	text-decoration: none; 
}



#topsellers .product .price,
.recommends .product .price,
.recommends .product-small .price
{
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #F19900;
	z-index: 5;
}
.recommends .product-small .price { font-size: 12px; }

#topsellers .product .price .number,
.recommends .product .price .number
	{ font-size: 24px; font-weight: normal; }
.recommends .product-small .price .number 
	{ font-size: 18px; font-weight: normal; }

.price .sale 
{
	color: #F86300;
	font-weight: bold;
}

.price .price-label 
{
	display: none;
}


#catalog-path {
	float: left;
}
#catalog-path ul 
{
	list-style: none;
	margin: 0; padding: 0;
}
#catalog-path li 
{
	float: left;
	padding-top: 4px;
}
#catalog-path li a 
{
	display: block;
	padding: 0 8px 0 2px;
	background: url(../images/path-div.gif) right no-repeat;
}
#catalog-path li.last  { padding: 0; }
#catalog-path li.last a 
{
	display: block;
/*	padding: 0 8px 0 2px;*/
	background: none;
	font-size: 18px;
	padding: 0 0 0 6px;
	margin: 0;
}

/* ****** CATEGORY PAGE ************** */
#category-page h1 
{
	clear: none;
/*	float: left;*/
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 0 6px;
	margin: 0;
	text-indent: 5px;
	color: #777;
	border: none;
}
#category-page h2 
{
	clear: both;
	color: #F56300;
	font: normal 22px "Arial", sans-serif;
	margin: 0 0 5px;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #B4CF2A;
}

/* #subcat-nav { clear: both; margin: 10px 0 30px; overflow: hidden; } */
#subcat-nav { clear: both; margin: 30px 10px 50px 20px; overflow: hidden; }
#subcat-nav ul 
{
	float: left;
	width: 40%;
	margin-left: 0px;
	padding: 20px;
/*	color: #699F00; */
	color: #6F9D00; 
}
#subcat-nav ul li { padding-bottom: 16px; }
#subcat-nav ul li a { color: #6F9D00;  font-size: 16px; }


/* ****** PRODUCT PAGE ************** */
#product-page h1 {
	clear: both;
	font-size: 24px;
	margin-bottom: 15px;
	border: none;
	color: #777;
}

#product-page .product-cart 
{
	margin-bottom: 30px;
}

#product-image 
{
	float: left;
	width: 260px;
	overflow: hidden;
}
#main-image
{
	overflow: hidden;
	width: 240px;
	height: 280px;
	background: url(../images/spacer.gif) center center no-repeat;
	position: relative;
}
#main-image-cover 
{
	display: none;
	position: absolute;
	left: 6px;
	bottom: 6px;
	width: 17px;
	height: 17px;
	background: url(../images/zoom.gif) right bottom no-repeat;
	z-index: 5;
}

.more-images 
{
	width: 240px;
	padding-bottom: 10px;
}
.more-images .small-image 
{
	display: block;
	float: left;
	width: 52px;
	height: 52px;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
	border: 1px solid #F6891E;
	margin-top: 10px;
	margin-right: 4px;
/*	margin: auto 4px auto 0px;*/
	background: url(../images/spacer.gif) center center no-repeat;
	cursor: default;
}
.more-images .enlargable { cursor: pointer !important; }
.more-images .small-image img {
}

#product-description 
{
	clear: right;
	margin: 0 0 20px;
	padding-top: 10px; 
}
#product-description #desc-title 
{
	clear: right;
	margin: 5px 0 10px 0;
	text-decoration: underline;
}
#product-description p 
{
	margin-bottom: 15px;
}

.product-tags 
{
	text-align: right;
	margin: 0 0 10px 0;
	display: none;
}

.product-reviews-short 
{
	clear: right;
	float: right;
	width: 250px;
	text-align: left;
	margin: 0 0 25px;
}

/* ADD TO CART BLOCK */
.product-cart 
{
	float: right;
	padding-left: 0px;
	padding-top: 20px;
	padding-right: 10px;
/*	width: 240px; */
	width: 240px;		/* for product page, category - below */
	overflow: hidden;
	/* border: 1px solid black; */
}

.product-cart .format { font-weight: normal; }
.product-cart  .price
{
	font-size: 12px;
	font-weight: normal;
	color: #F19900;
	margin-bottom: 15px;
}
.product-cart  .price .number
{ font-size: 26px; font-weight: bold; }

.product-cart .add-qty 
{
	display: inline-block; 
	width: 18px; 
	text-align: center; 
	height: 14px;
	padding: 2px 0;
	margin-right: 6px;
	margin-bottom: 4px;
	font-size: 10px;
}
.product-cart input.add-qty { border: 1px solid #BBB; }

.product-cart .addtocart,
.product-cart .in-cart
{
	display: inline-block;
	padding: 3px 0 3px 30px;
	height: 16px;
	background: url(../images/addtocart.gif) top left no-repeat;
}
.product-cart .in-cart
{
	background-image: url(../images/addtocart-act.gif);
}


/* variant */
.product-cart .variant 
{
	clear: both;
	margin-bottom: 3px;
	overflow: hidden;
}
.product-cart .variant .variant-add-to-cart 
{
	float: right;
	width: 120px;
}
.product-cart .variant .price
{
	margin-bottom: 7px;
	text-align: left;
	/* float: left; */
	/*width: 144px;*/
	/*width: 124px; */
}
.product-cart .variant .price .number 
{
	font-size: 20px;
	line-height: 28px;
}
.product-cart .variant .addtocart,
.product-cart .variant .in-cart
{
	white-space: nowrap;
	/*float: right; */
	width: 94;
}

/* CATEGORY PRODUCTS */
#products-list 
{
        clear: both;
	/* border-top: 1px solid #DFDFDF; */
	overflow: hidden;
	margin-top: 40px;
}

#products-list .product 
{
	clear: both;
	border-bottom: 1px solid #DFDFDF;
	position: relative;
	overflow: hidden;
	padding: 10px 0 20px 0;
}

#products-list .product-image 
{
	float: left;
	display: block;
	width: 160px;
	height: 180px;
	text-align: center;
	margin: 0 25px 0 0;
	overflow: hidden;
}
#products-list .product-image-link 
{
	display: block;
	width: 160px;
	height: 140px;
}
#products-list .product-morephotos
{
	display: block;
	text-align: center;
	margin: 0;
	padding: 10px 0 0;
}

#products-list .product-link 
{
	display: block;
	padding: 5px 0 0 0;
	color: #8CB626;	
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	/*
	font-weight: bold;
	font-size: 13px;
	*/
	text-decoration: underline;
}
#products-list .product-link:hover 
{
	text-decoration: none;
	color: #6F9D00;
}

#products-list .short-description 
{
	margin: 3px 0 0 205px;
	padding: 3px 0 0 0;
/*	color: #6F9D00; */
	color: #A9A9A9;
}

#products-list .product-cart 
{
	/* width: 285px; */
	width: 300px;
}
#products-list .product-cart .variant .price {
	/* width: 170px; */
}

#products-list .product-details 
{
	display: block;
	/*clear: both;*/
	clear: right;
	margin: 5px 0 0 205px;
	padding: 15px 0 0 0;
}

/* PAGES NAVIGATION */
.pages-nav 
{
	padding: 8px 0;
	overflow: hidden;
}

.pages-nav ul 
{
	list-style: none;
	padding: 0; margin: 0;
}

.pages-nav li 
{
	float: left;
	padding-right: 3px;
	text-align: center;
}

.pages-nav li a,
.pages-nav li span
{
	display: block;
	overflow: hidden;
	height: 22px;
	width: 22px;
	background: url(../images/pages-bg.gif) no-repeat;
	text-decoration: none;
	color: #8CB626;
	padding-top: 3px;
}
.pages-nav li a:hover { text-decoration: underline; }

.pages-nav li.active a 
{
	background-image: url(../images/pages-bg-act.gif);
	color: White;
	font-weight: bold;
}
.pages-nav li.prev a 
{
	text-indent: -999px;
	width: 15px;
	background-image: url(../images/pages-left-act.gif);
}
.pages-nav li.prev-inactive span
{
	text-indent: -999px;
	width: 15px;
	background-image: url(../images/pages-left-inact.gif);
}
.pages-nav li.next a 
{
	text-indent: -999px;
	width: 15px;
	background-image: url(../images/pages-right-act.gif);
}
.pages-nav li.next-inactive span
{
	text-indent: -999px;
	width: 15px;
	background-image: url(../images/pages-right-inact.gif);
}

/* *** BASKET *** */
#basket-page h2 
{
	margin-bottom: 10px;
}
#basket-page .btn-red-large
{
	float: right;
}
#basket-page .basket-recalc-box { margin: 0px 0 15px; text-align: right; }

#basket-table 
{
	margin: 30px 0 20px;
}
#basket-table .product-image
{
	float: left;
	margin-right: 5px;
}
#basket-table input { width: 30px; text-align: center; }
#basket-table .col-price { text-align: right; padding-right: 10px; }
#basket-table .col-qty {text-align: center; }
#basket-table tfoot td { text-align: right; padding-right: 10px; }
#basket-table .total { font-weight: bold; letter-spacing: 0.1em; padding-left: 5px; }
#basket-table tr strong { width: 75px; float: right; }

#basket-page .basket-recalc-box .coupon-row {	clear: both; padding: 0px 12px 12px; overflow: hidden; margin: 0 0 0 auto; width: 40%; }
#basket-page .basket-recalc-box .coupon-row .label { float: left; width: 40%; padding-top: 4px; }
#basket-page .basket-recalc-box .coupon-row .element { float: right; width: 55%; }
#basket-page .basket-recalc-box .coupon-row .error { color: #f56300; font-weight: bold; font-size: 9px; padding-top: 3px; }

/* ******************** CHECKOUT ******************** */
.columns 
{
	width: 100%;
	overflow: hidden;
}

#login-page { margin-bottom: 50px; }

#login-page #form-login 
{
	float: left;
	width: 320px;
}
#login-page #form-register 
{
	float: right;
	width: 370px;
}
#login-page #form-login h3 
{
	background-color: #B4CF2A;
	color: White;
	padding: 5px 8px;
	margin-bottom: 0px;
}
#login-page #form-register h3 
{
	background-color: #F6891E;
	color: White;
	padding: 5px 8px;
	margin-bottom: 0px;
}

#login-page #form-login p 
{
	text-align: center;
}

#login-page #no-register 
{
	float: right;
	width: 370px;
	margin: 50px 0;
	clear: both;
	text-align: center;
}

#login-page #sometext 
{
	float: left;
	width: 320px;
}
#login-page #sometext strong
{
	font-size: 16px;
	font-weight: bold;
	color: #F38840;
}
#login-page #sometext p 
{
	margin: 10px;
}

#billing-page form .row
{
	width: 60%;
	background: white;
}
#billing-page h3 
{
	color: #F56300;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 15px;
}
#billing-page .shipping-method 
{
	color: #6F9D00;
	font-weight: bold;
}
#billing-page .shipping-desc 
{
	margin: 3px 0 20px 26px;
}
#billing-page .row p 
{
	clear: both;
	margin-left: 200px;
}

#basketreview-page 
{
	margin-bottom: 20px;
}

#basketreview-page #shipping-address 
{
	float: left;
	width: 250px;
	margin-left: 50px;
	margin-top: 10px;
}
#basketreview-page #shipping-address .address 
{
	margin: 10px 0;
}

#basketreview-page  #submit-order 
{
	clear: both;
	text-align: center;
}

#confirm-page p 
{
	margin: 30px 0;
}


/* ************** MY ACCOUNT ************** */
#myaccount-login-page p 
{
	margin: 10px 0px;
}
#myaccount-login-page #form-login 
{
	width: 350px;
	margin: 30px auto;
}
#myaccount-login-page #form-login p { text-align: center; }

#myaccount-page #profile-forms 
{
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
}

#myaccount-page #shipping-form 
{
	float: left;
	width: 350px;
}
#myaccount-page #private-forms 
{
	float: right;
	width: 300px;
} 

#forgotten-page p 
{
	margin: 10px 0;
}
#forgotten-page #forgotten-form 
{
	width: 350px;
	margin: 30px auto;
}

/* ******** NEWS ************* */
#news-page h2
{
}
#news-page .newsitem 
{
	margin: 35px 0;
}

#qa-page #qa-form 
{
	width: 420px;
	margin: 20px auto;
}

#qa-page .qa 
{
	margin: 10px 0;
}
#qa-page .qa-active 
{
	margin: 20px 0;
	background-color: #DDDDDD;
}
#qa-page .qa-body .name,
#qa-page .qa-body .date 
{
	color: #F38840;
}
#qa-page .qa-body .question 
{
	color: #6F9D00;
	margin: 0 0 5px 0;
	/* white-space: pre; */
}
#qa-page .qa-body .answer 
{
	margin: 10px 0 0 20px;
}


/* ***** SEARCH ******* */
.search-categories-list { clear: both; margin: 10px 0px 10px 0px; overflow: hidden; }
.search-categories-list ul 
{
	margin: 0;
	padding: 10px 0 10px 0;
/*	color: #699F00; */
	color: #6F9D00; 
	list-style: none;
}
.search-categories-list ul li { padding-bottom: 14px;  }
.search-categories-list ul li a { color: #6F9D00;  font-size: 14px; }

.search-products-list {clear: both; margin: 10px 0; }
.search-products-list ul 
{
	list-style: none;
	margin: 0;
}
.search-products-list ul li { padding-bottom: 10px; }
.search-products-list ul li ul
{
	list-style: none;
	padding: 0 0 0 10px;
}
.search-products-list ul li ul li { padding-bottom: 3px; }

.search-static-list {clear: both; margin: 10px 0; }
.search-static-list ul 
{
	list-style: none;
	margin: 0;
}
.search-static-list ul li { padding-bottom: 10px; }
.search-static-list ul li ul
{
	list-style: none;
	padding: 0 0 0 10px;
}
.search-static-list ul li ul li { padding-bottom: 3px; }


.promo h3 
{
	padding-top: 0;
	margin-top: 0;
}
ul.list
{
	/*border: 1px solid red;*/
	list-style-type: square;
	list-style-position: inside;
	margin: 0;
	padding: 0 5px 0 12px;
}
.list li 
{
	/*border: 1px solid blue;*/
	color: #F38840;
	text-indent: -12px;
	margin-bottom: 6px;
}

/* PHOTO GALLERY */
.galleryitem 
{
	margin: 0 0 30px 0;
	border-bottom: 1px solid #B4CF2A;
	clear: both;
	padding: 0 10px 20px 0;
	overflow: hidden;
}
.galleryitem h3 { clear: none; }

.galleryitem a.preview
{
	display: block;
	float: left;
	text-align: center;
	width: 200px;
	margin-right: 30px;
}

.galleryitem a.preview img 
{
	padding: 4px;
	border: 1px solid #F38840;
}

.galleryitem a.preview:hover img 
{
	background-color: #F38840;
}

/* ******** GALLERY *********** */
#gallery ul 
{
	list-style: none;
	padding: 0;
	margin: 40px 0 0;
	overflow: hidden;
}

#gallery ul li {
	float:left;
	width: 240px;
	height: 230px;
	text-align: center;
	padding: 0 0 35px 0;
}

#gallery ul li span 
{
	/* font-style: italic; */
	text-align: center;
	display: block;
	font-size: 11px;
	padding: 0 15px;
}

#gallery ul li a 
{
	display: block;
	width: 210px;
	margin: 0 auto 5px;
}

#gallery img 
{
	padding: 4px;
	/* border: 1px solid #C7DE38; */
	border: 1px solid #F38840;
}

#gallery a:hover img 
{
	background-color: #F38840;
}

#galleries-page b, #galleries-page strong
{
	color: #F19900;
}


/* PRODUCT REVIEWS */
#product-reviews h4 
{
	margin: 40px 0 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #B4CF2A;
}
#product-reviews .reviews 
{
	margin: 0 0 30px;
}
#product-reviews h5 
{
	margin: 10px 0 5px 0;
	color: #F38840;
	text-align : center;
	font-size: 12px;
}
#product-review-form
{
	width: 420px;
	margin: 10px auto 20px;
}

#product-reviews .product-review
{
	margin: 10px 0;
}
#product-reviews .review-wrapper
{
	color: #F38840;
}
#product-reviews .review-body
{
	color: #6F9D00;
	margin: 0 0 5px 0;
	/* white-space: pre; */
}



/* Similar shoppers */
.ss-purchased { overflow: hidden; height: 90px; margin: 0 0 20px 0; }
.ss-left { display: block; width: 46px; height: 100px; float: left; text-indent: -9999px; background: url(/images/ss-left.gif) center center no-repeat; }
.ss-right { display: block; width: 46px; height: 100px; float: right; text-indent: -9999px; background: url(/images/ss-right.gif) center center no-repeat; }
/* Remove Dotted Border Around Link in Firefox  */
.ss-left:active, #ss-left:focus { outline: 0; }
.ss-right:active, #ss-right:focus { outline: 0; }

.ss-container { overflow: hidden; position: relative; height: 148px; }
.ss-table { position: absolute; top: 0; left: 0; }
.ss-table tr { vertical-align: top; }
.ss-table td {text-align: center; padding: 2px;}
.ss-table td a.lightbox { display: block; width: 160px; text-align:center; }



.yandexform-wrapper { margin: 8px 6px 6px 4px !important; background-color: #d5d5d5; height: 20px; }
.yandexform tr { background-color: inherit !important; }
.yandexform table { margin: 0 !important; }
.yandexform td { padding: 0 4px 0 0 !important; }
.yandexform div { padding: 0 !important; }
