/* ** сброс стилей ** ========================    ** сбросстилей **   ========================== */

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%;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input:focus {
	outline:none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
.clear {
	clear:both;
	float:none;
	font-size:0px;
	height:0px;
	line-height:0px;
}

/* ** общий стиль **
   ================================================== */

html,
body {
	height: 100%;
	font: 12px Tahoma, Arial, Helvetica, Geneva, sans-serif;
    color: #4c4c4c;
}

p {
	margin-bottom: 15px;
	line-height: 18px;
}

h1 {
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: normal;
	text-shadow: 0px 1px 0px #fff;
	width: auto;
}

h2 {
	clear: both;
	font-size: 20px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 16px;
}

h3 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}

h2.h3 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}

h6.h2 {
	clear: both;
	font-size: 20px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 16px;
}

h6.h3 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}

a {
	color: #296CB6
}

a:hover,a:focus,a:active {
	color: #d31534
}

e[type="button"] {
	cursor: hand;
	cursor: pointer;
}

/* чистый блок для обнуления обтекаемости  */

.clear {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	clear: both;
	float: none;
}

/* **** DEMO MODE ****  ===============================   **** DEMO MODE ****   =================== */

#demo_mode {
	width: 100%;
	height: 20px;
	background-color:#000;
	margin: 0 auto;
}

#demo_mode div{
	margin: 0px auto;
	width: 970px;
	height: 20px;
	text-align: center;
}

#demo_mode a {
	display: inline-block;
	margin: 0 10px;
	color:#999;
}

#demo_mode a:hover,
#demo_mode a:focus,
#demo_mode a:active,
#demo_mode a.active {
	/*color:#9CC531;
	color:#D31534;*/
	color:#ccc;
}


/* **** TOP WRAP ****
   ================================================== */

#top_background {
	width: 100%;
	background-color: #e6e6e6;
	height: 35px;
	display: none;
}

#top {
	margin: 0px auto;
	width: 980px;
	/*background-color: #999;*/
	height: 100%;
	overflow: hidden;
}

/* **** HEADER WRAP ****
   ================================================== */

#header {
	position:relative;
	margin: 0px auto;
	width: 980px;
	height: 230px;
	clear: both;
	/*margin-bottom: 35px;*/
	/*overflow: hidden;*/
}

/* ** logo **
   ================================================== */

#logo {
	padding: 30px 45px 30px 0;
	float: left;
	clear: left;
	width: 250px;
	background: url(../images/logo22.png) center 30px no-repeat;
	height: 130px;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

/* ** блок c корзинкой, валютой и авторизацией **
   ================================================== */

#user_cart_wrap {
	width: 220px;
	float: right;
	/*padding-top: 45px;*/
	background: transparent url(../images/cart_bg.gif) right 45px no-repeat;
	padding-top: 40px;
}

/* корзинка  */

#cart_informer {
	width: 180px;
	color: #505050;
	/*padding-right: 50px;*/
	padding-bottom: 15px;
}

#cart_informer a.my_cart {
	font-size: 20px
}

/* выбор валюты  */

#currencies {
	display: block;
	line-height: 20px;
	text-align: left;
	padding-bottom: 15px;
	font-size: 11px;
	color: #888;
}

#currencies ul {
	display: inline
}

#currencies ul li {
	display: inline;
	padding-left: 5px;
	list-style: none;
}

#currencies ul li a {
	font-size: 11px;
	white-space: nowrap;
	color: #888;
}

#currencies ul li a:hover,
#currencies ul li a:focus,
#currencies ul li a:active {
	color: #505050
}

#currencies ul li.selected a {
	text-decoration: none
}

/* авторизация  */

#account {
	font-size: 11px;
	text-align: left;
	color: #505050;
	line-height: 15px;
	vertical-align: middle;
}

#account a {
	color: #878787
}

#account a:hover,
#account a:focus,
#account a:active {
	color: #505050
}

#account #register {
	float: left;
	width: 80px;
}

#account #username {
	float: left;
	width: 160px;
}

#account #login,
#account #logout {
	float: left;
	margin-left: 20px;
	width: 40px;
	margin-bottom:10px;
}

/* ** меню страниц (схема 2) **
   ================================================== */

#menu_wrap {
	background: #E6E6E6 none left top repeat-x;
	height: 40px;
}

.menu {
	display: block;
	margin-left: 290px;
	/*max-width: 690px;*/
	overflow: hidden;
	max-height: 40px;
	max-width: 700px;
}

.menu li {
	display: inline;
	list-style: none;
}

.menu li a {
	font-size: 14px;
	display: block;
	float: left;
	line-height: 40px;
	padding: 0 20px;
	color: #606060;
	text-decoration: none;
}

.menu li.selected a,
.menu li:hover a,
.menu li a:focus,
.menu li a:active {
	background-color: #26671c;
	color: #fff;
}

/* ** поиск **
   ================================================== */

#search {
	margin: 5px 0 0 5px;
	height: 30px;
	float: left;
	width: 290px;
	background: url(../images/search_bg.png) left center no-repeat;
}

#search .input_search {
	width: 220px;
	height: 30px;
	line-height: 30px !important;
	padding: 0 10px;
	font-size: 12px;
	border-style: none;
	background: transparent;
	display: block;
	float: left;
}

#search .button_search {
	width: 30px;
	height: 30px;
	background: transparent url(../images/search_btn.gif) left top no-repeat;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	display: block;
	float: left;
}

#search .button_search:hover,
#search .button_search:focus,
#search .button_search:active {
	background-position: left bottom
}

#search input.input_search::-webkit-input-placeholder {
    color:    #999;
}
#search input.input_search:-moz-placeholder {
    color:    #999;
}
#search input.input_search:-ms-input-placeholder {
    color:    #999;
}

/* ** контакты сверху **
   ================================================== */

#contact {
	float: left;
	text-align: left;
	margin-top: 22px;
	/*padding-right: 20px;*/
	color: #505050;
	font-size: 15px;
	width: 410px;
	max-height: 150px;
	/*text-shadow: 0px 1px 0px #999;*/
}

#contact div {
	color: #777;
	vertical-align: top;
	height: 30px;
	clear: both;
}

#contact .caption {
	font-size: 16px;
	margin-top: 5px;
}

#contact .worktime {
	font-size: 11px;
}

#contact .phone i {
	float: left;
	font-size: 14px;
	line-height: 19px;
	font-style: normal;
	/*padding-right: 10px;*/
	padding: 0 10px 0 23px;
}

#contact .phone b {
	float: left
}

#contact .phone1 b {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #D31534;
	padding: 0 0 10px 0px;
}

#contact .phone2 b {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #f38d1f;
}

#contact .phone2 i.ph_ks {
	padding: 0px 10px 0px 23px;
	background: url(../images/ic_ks.png) left center no-repeat;
	color:#0094DF;
}

#contact .phone2 b.ph_ks {
	padding: 0px 30px 0px 0px;
	color:#0094DF;
}


#contact .phone2 i.ph_mts {
	padding: 0px 10px 0px 23px;
	background: url(../images/ic_mts.png) left center no-repeat;
	color:#ED1C24;
}

#contact .phone2 b.ph_mts {
	padding: 0px 30px 0px 0px;
	color:#ED1C24;
}

#contact .callback {
	font-size: 12px;
	text-decoration:none;
	border-bottom:1px dashed;
	white-space: nowrap;
}

/* **** MAIN WRAP ****
   ================================================== */

#main {
	margin: 0px auto;
	width: 980px;
	position: relative;
	display: block;
    height: auto;
    overflow: hidden;
    min-height: 100%;
	background-color:#fff;
}

#content {
	float: right;
	width: 685px;
	min-height:400px;
	margin-bottom: 40px;
	/*overflow: hidden;*/
}

#contentFull {
	min-height:300px;
	margin-bottom: 40px;
}

#content.page_view ul, #contentFull.page_view ul, #content.page_view ol, #contentFull.page_view ol {
	padding-left: 40px;
}

#content.page_view h2, #contentFull.page_view h2 {
	clear: none;
}

#left {
	width: 265px;
	padding: 0 10px 0 10px;
	float: left;
	overflow: hidden;
	margin-bottom: 40px;
}



#right {
	width: 240px;
	padding: 0 0 0 20px;
	float: right;
	overflow: hidden;
	margin-bottom: 40px;
}

#left h2,
#right h2 {
	margin-top:0;
}

#cartHistoryBack {
	position:absolute;
	/*left:440px;*/
	/*top:15px;*/
	font-size:16px;
	/*text-decoration:none;*/
	/*border-bottom:1px dashed #296CB6;*/


	top: 13px;
	right: 0;
}

#cartHistoryBack:hover,
#cartHistoryBack:focus,
#cartHistoryBack:active {
	/*border-color:#d31534;*/
}

#cartOrdering {
	width:400px;
	float:right;
	margin-right:40px;
	padding-bottom:40px;
}

#cartProducts {
	width:540px;
	float:right;
	padding-bottom:40px;
}

/* **** FOOTER WRAP ****
   ================================================== */

#footer_background {
	clear: both;
	background: #e7e7e7 url(../images/footer_bg.gif) center top repeat-x;
}

#footer {
	margin: 0px auto;
	width: 980px;
	overflow: hidden;
	clear: both;
	min-height: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

#ftr-lft {
	float: left;
	width: 245px;
	margin-right: 50px;
	text-align: left;
	padding-top: 7px;
}

#counters {
	margin-top: 30px
}

#ftr-mdll {
	float: left;
	width: 230px;
	margin-right: 80px;
	text-align: left;
	padding-top: 7px;
	color: #3F3F3F;
}

#ftr-mdlr {
	float: left;
	width: 150px;
	margin-right: 50px;
	text-align: left;
	padding-top: 7px;
}

#ftr-rgt {
	float: left;
	width: 170px;
}

#ftr-lft,
#ftr-lft * {
	color: #969696;
	text-decoration: none;
}

#ftr-mdlr ul li {
	padding-bottom: 10px;
	list-style: none;
	text-align: left;
}

#ftr-mdlr a {
	color: #606060;
}

#ftr-mdlr a:hover,
#ftr-mdlr a:focus,
#ftr-mdlr a:active {
	color: #000000;
}

#ftr-rgt a.mgzns {
	display: block;
	text-align: right;
	/*padding-right: 35px;*/
	background: url(../images/ic_magazinus.gif) right top no-repeat;
	font-size: 12px;
	color: #969696;
	/*line-height: 30px;*/
	/*margin: 20px 0 40px 0;*/

	line-height: 32px;
	padding-right: 45px;
	text-decoration: none;
}

#ftr-rgt #counters {
	margin: 0
}

/* меню каталога (схема 2 и 3)  */

#catalog_menu {
	/*margin-left: -15px;*/
	/*padding: 3px 0 10px 0;*/
	padding: 3px 0 20px 0;
}

#catalog_menu ul {
	padding: 0 0 5px 0;
	list-style: none;
}

#catalog_menu ul ul {
	padding: 0 0 0 20px
}

#catalog_menu ul li {
	font-size: 14px;
	margin: 0 0 1px 0;
}

#catalog_menu ul li img {
	vertical-align: middle
}

#catalog_menu ul li a {
	padding: 0;
	margin: 0;
	padding-left: 15px;
	line-height: 30px;
	height: 30px;
	background: transparent url(../images/category_bg.png) right top no-repeat;
	display: block;
	clear: right;
}

#catalog_menu ul li a.selected,
#catalog_menu ul li a:hover,
#catalog_menu ul li a:focus,
#catalog_menu ul li a:active {
	background-position: right bottom;
	color: #ffffff;
}

#catalog_menu ul ul li {
	font-size: 14px;
	line-height: 18px;
}

#catalog_menu ul ul li a {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	background-image: none;
}

#catalog_menu ul ul li a.selected,
#catalog_menu ul ul li a:hover,
#catalog_menu ul ul li a:focus,
#catalog_menu ul ul li a:active {
	color: #d31534
}

#catalog_menu ul ul ul li {
	font-size: 12px
}

/* ** blog **
   ================================================== */

#blog {
	list-style: none;
	padding-left: 0px !important;
}

#blog li {
	clear: both;
	padding-bottom: 20px;
}

#blog p {
	margin-bottom: 0px;
}

#blog_menu {
	background-color: #F1F1F1;
	padding: 10px;
	margin-bottom: 40px
}

#blog_menu, #blog_menu_category li {
	clear: both;
	line-height: 13px;
	padding-bottom: 10px;
}

#blog_menu_category {
	background-color: transparent;
	padding: 0px;
	margin-bottom: 40px
}

#blog_menu_category div b {
	display: inline-block;
	padding-bottom:5px;
}

#blog_menu_category h2 { display:none; }

#blog_menu_category div {
	background-color: #F1F1F1;
	padding: 10px 10px 5px 10px;
	margin-bottom: 20px
}

#blog_menu li, #blog_menu_category li {
	list-style-type: none
}

#blog_menu li i, #blog_menu_category li i {
	color: #777;
	font-style: normal;
	display: block;
}

.blog_image_micro {
	max-width: 25px;
	max-height: 25px;
	margin: 0px 5px 5px 0;
	float: left;
	clear: left;
}

.blog_image_mini {
	max-width: 50px;
	max-height: 50px;
	margin: 10px 20px 10px 0;
	float: left;
	clear: left;
}

.blog_image_post {
	max-width: 250px;
	max-height: 250px;
	margin: 20px 0 20px 30px;
	float: right;
	/*clear: right;*/
}

.blog_date_post {
	color: #777;
}

.blog_date_post i {
	font-style: normal;
}

.blog_date_post small {
	color: #aaa;
	font-size: 10px;
}

/* brands  */

#all_brands {
	margin-bottom: 40px;
	line-height: 25px;
}

#brands {
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 25px;
}

#brands a {
	/*color: #E61781;*/
	/*color: #9CC531;*/
	font-size: 12px;
	margin-right: 10px;
	display:inline-block;
}

#brands img, #all_brands img {
	max-height: 23px;
	max-width: 60px;
	vertical-align: middle
}

#brands a:hover,
#brands a:focus,
#brands a:active {
	/*color: #000;_NO__DOTCOMMA__AFTER__*/
}

#brands a.selected {
	/*background-color: #E61781;*/
	background-color: #8bbd07;
	color: #fffeff;
	padding: 3px;
	text-decoration: none;
}

/* ===[ Просмотренные товары ]=== */

#browsed_products_wrap {
	margin-bottom: 40px;
	overflow: hidden;
}

#browsed_products {
	/*margin-bottom: 20px;*/
	/*overflow: hidden;*/
	/*width: 110%;*/
}

#browsed_products li {
	display: block;
	float: left;
	overflow: hidden;
	margin: 0 15px 15px 0;
	width: 50px;
	height: 50px;
}

#browsed_products li a {
	display: block;
	/*border: 1px solid #e0e0e0;*/
	background-color: #ffffff;
	vertical-align: middle;
	text-align: center;
	width: 48px;
	height: 48px;
	line-height:46px;
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	border:none;
}

#browsed_products li a:hover,
#browsed_products li a:focus,
#browsed_products li a:active {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}


#browsed_products li a img {
	text-align:center;
	vertical-align: middle;
	max-width: 40px;
	max-height: 40px;
}

#browsed_products li a img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#browsed_products li a img:hover,
#browsed_products li a:focus img,
#browsed_products li a:active img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


/* ** side misc style **
   ================================================== */

.banner1 {
	display: block;
	margin-bottom: 40px;
}

.banner1 img {
	max-width: 240px
}

.html_side_wrap {
	margin: 0 0 40px 0
}

.social {
	height: 30px;
	margin: 20px 0 20px 0;
}

/* ===[ Хлебные крошки ]=== */

#path {
	margin-top: 0px;
	margin-bottom: 7px;
	font-size: 11px;
	/*color: #a0a0a0;*/
	color: #b5b5b5;
}

#path a {
	/*color: #a0a0a0;*/
	color: #b5b5b5;
}

#path a:hover,
#path a:focus,
#path a:active {
	color: #888888;
    text-decoration: underline;
}

/* ===[ Вкладки (табы) в продукте ]=== */

.section {
	width: 100%;
	background: #EFEFEF;
	margin: 30px 0 30px 0;
}

ul.tabs {
	height: 28px;
	line-height: 25px;
	list-style: none;
	border-bottom: 1px solid #d0d0d0;
	background: #FFF;
}

.tabs li {
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	padding: 0 13px 1px;
	color: #777;
	cursor: pointer;
	background: #F9F9F9;
	border: 1px solid #d0d0d0;
	border-bottom: 1px solid #F9F9F9;
	position: relative;
}

.tabs li b {
	color:#888;
	line-height:20px;
	font-size:10px;
}

.tabs li:hover,
.tabs li:hover * {
	color: #FFF;
}

.tabs li:hover,
.vertical .tabs li:hover {
	/*color: #F70;*/
	padding: 0 13px;
	/*background: #FFFFDF;
	border: 1px solid #FFCA95;*/
	background: #737373;
	border: 1px solid #737373;
}

.tabs li.current, .tabs li.current * {
	color: #444;
}

.tabs li.current {
	background: #FFF;
	padding: 0 13px 2px;
	border: 1px solid #D0D0D0;
	border-bottom: 1px solid #FFF;
}


div.tabs {
	height: 28px;
	line-height: 25px;
	list-style: none;
	border-bottom: 1px solid #d0d0d0;
	background: #FFF;
}

div.tabs a {
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	padding: 0 13px 1px;
	color: #777;
	cursor: pointer;
	background: #F9F9F9;
	border: 1px solid #d0d0d0;
	border-bottom: 1px solid #F9F9F9;
	position: relative;
	text-decoration: none;
}


/* NEW TABS */

.tabs a b {
	color:#888;
	line-height:20px;
	font-size:10px;
}

.tabs a:hover,
.tabs a:focus,
.tabs a:active,
.tabs a:hover * {
	color: #FFF;
}

.tabs a:hover,
.tabs a:focus,
.tabs a:active,
.vertical .tabs a:hover,
.vertical .tabs a:focus,
.vertical .tabs a:active {
	padding: 0 13px;
	background: #737373;
	border: 1px solid #737373;
}

.tabs a.current,
.tabs a.current * {
	color: #444;
}

.tabs a.current {
	background: #FFF;
	padding: 0 13px 2px;
	border: 1px solid #D0D0D0;
	border-bottom: 1px solid #FFF;
}

/* END NEW TABS */


.box {
	display: none;
	border: 1px solid #D4D4D4;
	border-width: 0 1px 1px;
	background: #FFF;
	padding: 15px 15px;
}

.box.visible {
	display: block
}

.box ul, .box ol {
	padding-bottom: 10px;
	padding-left: 40px;
}

.box iframe {
	padding:10px 0;
}

.box table td {
	padding: 10px;
	vertical-align: top;
}


/* **** ОТОБРАЖЕНИЕ ПРОДУКТА ****
   ================================================== */

/* ===[ Метки на товаре ]=== */

.i_label {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	background-position:left top;
	background-repeat: no-repeat;
	background-size: cover;
	display:none;
}

.i_label.stock {
	background-image: url(../images/i_stock.png)
}

.i_label.sale {
	background-image: url(../images/i_sale.png)
}

.i_label.featured {
	background-image: url(../images/i_featured.png)
}

.i_label.is_over {
	background-image: url(../images/i_is_over.png);
	width:94px;
	height:83px;
}
.i_label.for_spring {
	background-image: url(../images/i_for_sprin.png);
	width:100px;
	height:56px;
}

.i_label.coming_soon {
	background-image: url(../images/i_coming_soon.png);
	width:94px;
	height:83px;
}

.i_stock .stock, .i_sale .sale, .i_featured .featured , .i_is_over .is_over, .i_coming_soon .coming_soon, .i_for_spring .for_spring{
	display:block;
}

.i_stock.i_sale .sale, .i_sale.i_featured .featured, .i_stock.i_featured .featured, .i_stock.i_is_over .is_over, .i_sale.i_is_over .is_over, .i_featured.i_is_over .is_over, .i_is_over.i_coming_soon .coming_soon, .i_stock.i_coming_soon .coming_soon, .i_sale.i_coming_soon .coming_soon, .i_featured.i_coming_soon .coming_soon, .i_stock.i_for_spring .for_spring, .i_sale.i_for_spring .for_spring, .i_featured.i_for_spring .for_spring{
	top:45px;
}
.i_is_over.i_coming_soon .coming_soon{
	top:70px;
}
.i_stock.i_sale.i_featured .featured{
	top:90px;
}
.i_featured.i_is_over.i_coming_soon .coming_soon{
	top:100px;
}
.i_stock.i_sale.i_feature.i_is_over .is_over{
	top:135px;
}
.i_stock.i_sale.i_feature.i_is_over.i_coming_soon .coming_soon{
	top:180px;
}
.i_stock.i_sale.i_feature.i_is_over.i_coming_soon.i_for_spring .for_spring{
	top:225px;
}

/* ===[ Товар подробно ]=== */

.product-sku {
	display: block;
	width: auto;
	float: right;
	line-height: 30px;
	margin-top: 3px;
	padding: 0 10px;
	background-color: #EBEBEB;
	color: #999;
}

.product .gallery {
	width: 310px;
	float: left;
}

.product .image {
	text-align: center;
	width: 300px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	padding: 5px;
	/*margin-right: 20px;*/
	position: relative;
}

.product .gallery .image {
	padding-bottom: 30px
}

.product .image a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}

.product .image img {
	max-width: 300px
}

/*
.product .image img.featured {
	position: absolute;
	top: 0px;
	right: 0px;
}

.product .image img.sale {
	position: absolute;
	top: 0px;
	right: 0px;
}

.product .image img.saleBelow {
	top: 45px
}
*/
.product .images {
	text-align: center;
	margin-bottom: 10px;
}

.product .images a {
	width: 55px;
	height: 55px;
	background-color: #ffffff;
	/*border: 1px solid #e0e0e0;*/
	margin: 5px;
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	display:inline-block;
	text-align:center;
	vertical-align:top;
	line-height:53px;
	border:none;
}

.product .images img {
	text-align: center;
	vertical-align:middle;
	max-width: 48px;
	max-height: 48px;
	/*background-color: #ffffff;
	border: 1px solid #e0e0e0;
	margin: 5px;
	padding: 5px;
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;*/
}

.product .images a:hover,
.product .images a:focus,
.product .images a:active {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.product .image img, .product .images img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.product .images img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product .excerpt .images {
	float: left;
	clear: left;
	width: 105%;
}

.product .excerpt .images img {
	float: left;
	margin: 0px 10px 10px 0px;
}

.product .excerpt {
	float: right;
	width: 340px;
	overflow: hidden;
}

.product .stock_block {
	margin-bottom:10px;
}

.product .stock_block p, .product .stock_block div {
	padding:0;
	margin:0;
	color: #D52525;
	font-size: 14px;
	/*font-weight: bold;*/
}

.product .stock_block a {
	font-size: 11px !important;
}

.product .features {
	list-style: none;
	width: 100%;
	display: block;
	clear: both;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 25px;
	/*border-bottom: 1px solid #e0e0e0;*/
	border:none;
}

.product .box .features {
	padding:0;
}

.product .features li {
	padding: 10px 5px 10px 5px;
	overflow: hidden;
	/*border-top: 1px solid #e0e0e0;
	background-color: #fafafa;*/
	border:none;
	background-color: #fff;
}

.product .features li.even {
	background-color: #f1f1f1;
}

.product .features li:hover {
	background-color: #F6EDD6;
}

.product .features label {
	font-style: normal;
	display: block;
	width: 30%;
	float: left;
}

.product .features p {
	float: left;
	display: block;
	width: 70%;
}

.product .variants {
	/*margin-bottom: 10px;*/
	margin: 0px 0 30px 0;
}

.product .variants select {
	font-size: 12px;
	margin-bottom: 15px;
	margin-right: 20px;
}

.product .price_block {
	height: 30px;
	width: 200px;
	clear: both;
	float: none;
	text-align: left;
}

.product .price {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	float: left;
	padding-right: 10px;
}

.product .price b {
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	color: #8bbd07;
}

.product .price b.stColor {
	color: red
}

.product .price i {
	font-size: 13px;
	color: #8bbd07;
	font-style: normal;
}

.product .price i.stColor {
	color: red
}

.product .price s {
	font-size: 14px;
	text-decoration: none; /*line-through*/
	white-space: nowrap;
	color: #999;
	padding-left: 5px;
}

.product  s.compare_price {
	text-decoration: none;
	display: inline-block;
	line-height: 10px;
	color: #8bbd07;
	margin-bottom: 15px;
}

.product .not_available {
	color: #999;
	font-style: italic;
}

.product .variant_name {
	float: left;
	margin-right: 5px;
	font-size: 11px;
	color: #777;
}

.product .variant_radiobutton {
	margin-right: 5px;
	margin-left: 0px;
}

.product .compare {
	/*display: inline-block;*/
	/*max-width: 150px;*/
}

.product .compare,
.product .compare * {
	font-size: 11px !important;
	line-height: 14px !important;
}

.product .excerpt .compare {
	margin: 0 0 20px 0
}

/* список товаров в категории (список)  */

.products_lists li {
	list-style: none
}

.products_lists .product {
	height: 190px;
	vertical-align: top;
}

.products_lists .product .not_available {
	line-height: 25px
}

.products_lists .image {
	width: 150px;
	float: left;
	overflow: hidden;
}

.products_lists .image img {
	max-width: 150px;
	max-height: 150px;
}

.products_lists .i_label {
	width: 30px;
	height: 30px;
}

.products_lists .i_stock.i_sale .sale, .products_lists .i_sale.i_featured .featured, .products_lists .i_stock.i_featured .featured {
	top:25px;
}

.products_lists .i_stock.i_sale.i_featured .featured {
	top:50px;
}

/*
.products_lists .image img.featured {
	max-width: 30px;
	max-height: 30px;
}

.products_lists .image img.sale {
	max-width: 30px;
	max-height: 30px;
}

.products_lists .image img.saleBelow {
	top: 25px
}
*/
.products_lists .product_info {
	margin-left: 160px;
	padding: 5px;
}

.products_lists select {
	display: inline-block;
	float: left;
	margin-top: 6px;
}

.products_lists .price_block {
	width: 350px;
	clear: none;
}

.products_lists .price_block s {
	display: none
}

.products_lists .rate-block2 {
	/*margin-top: 8px*/
	margin-right: 20px;
}

.products_lists .compare {
	text-align: right
}

.products_lists .variants {
	margin: 0px 0 10px 0
}

/* список товаров в категории (таблица)  */

.products_table {
	margin-bottom: 50px;
}

.products_table li {
	list-style: none;
	position: relative;
}

.products_table li.prdbg2 {
	background-color:#f7f7f7;
}

.products_table .product {
	height: 40px;
	vertical-align: top;
	overflow: hidden;
}

.products_table .product .not_available {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	padding-right:5px;
}

.products_table h3 {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 0;
	max-width: 400px;
	overflow: hidden;
}

.products_table .image {
	width: 30px;
	height: 30px;
	float: left;
	overflow: hidden;
}

.products_table .image img {
	clear: left;
	max-width: 30px;
	max-height: 30px;
}

.products_table .i_label {
	width: 7px;
	height: 7px;
}

.products_table .i_stock.i_sale .sale, .products_table .i_sale.i_featured .featured, .products_table .i_stock.i_featured .featured {
	top:5px;
}

.products_table .i_stock.i_sale.i_featured .featured {
	top:10px;
}

/*
.products_table .image img.featured {
	max-width: 7px;
	max-height: 7px;
}

.products_table .image img.sale {
	max-width: 7px;
	max-height: 7px;
}

.products_table .image img.saleBelow {
	top: 5px
}
*/
.products_table .product_info {
	margin-left: 45px;
	padding: 5px;
}

.products_table .annotation {
	display: none;
}
.products_table .stock_block {
	display: none;
}

.products_table .variants {
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
	margin: 0 0 0 0;
}

.products_table .product .variants select {
	display: inline-block;
	margin: 0 20px 0 0;
}

.products_table .product .price_block {
	clear: none;
	text-align: right;
	display: inline-block;
	width: auto;
}

.products_table .product .price_block .price {
	text-align: right;
	float: none;
}

.products_table .price_block s {
	display: none
}

.products_table .rate-block2 {
	display: none;
	/*
	margin: 1px 0 0 30px;
	float: left;
	*/
}

.products_table .compare {
	display: none;
	float: left;
	/*width: 380px;*/
}

/* список товаров в категории (витрина)  */

.products .compare {
	text-align: right
}

.products {
	padding-left:0px !important;
	list-style: none;
	display: block;
	/*margin-left:-20px;*/
	width: 100%;
	/*overflow: hidden;*/
}

.products .product {
	width: 30%;
	margin:0 1.47% 0 1.47%;
	/*margin-left: 20px;*/
	margin-bottom: 60px;
	display: -moz-inline-box;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	word-spacing: normal;
	vertical-align: top;
	position: relative;
}

.products.side_marked_product .product {
	width: 200px !important;
	margin: 0 0 40px 0 !important;
}

.products.side_marked_product .product .image {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.products .product .image {
	vertical-align: middle;
	text-align: center;
	width: 200px;
	height: 200px;
	line-height: 200px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 0;
}

.products .product .image img {
	vertical-align: middle;
	max-width: 200px;
	max-height: 200px;
}

.products .product .image img:hover, .products_lists .product .image img:hover , .products_table .product .image img:hover {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}

.products .product h3 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: normal;
}
/*
.products .product h3.featured {
	background: url(../images/star.png) no-repeat;;
	background-position: left center;
}
*/
.products .product .product_info a {
	font-size: 16px
}
/*
.products .product .image img.featured {
	position: absolute;
	top: 0px;
	right: 0px;
}

.products .product .image img.sale {
	position: absolute;
	top: 0px;
	right: 0px;
}

.products .product .image img.saleBelow {
	top: 45px
}
*/
.products .price_block {
	text-align: right
}

.products .price s {
	display: none;
	position:absolute;
	top:-10px;
	left:-5px;
	text-decoration: line-through;
}

.products .variants {
	margin: 0px 0 10px 0
}

.products .variants select {
	font-size: 11px;
	margin-bottom: 10px;
}



/* ** дополнительные блоки в продукте **
   ================================================== */

/* product extra block  */

.peb_border {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.peb_wrap {
	border: 1px solid #efefef;
	padding: 12px;
	width: 314px;
	/*margin-bottom: 20px;*/
	margin: 10px 0 20px 0;
}

.peb_wrap p {
	text-align: center
}

.peb_text {
	font-size: 12px;
	color: #616161;
	padding: 0;
	margin: 0;
}

.peb_phone {
	font-size: 18px;
	color: #D52525;
	padding: 0;
	margin: 0;
	padding: 10px 0 15px 0;
}

.peb_wrap a {
	display: block;
	padding-left: 28px;
	line-height: 20px;
	text-decoration: none;
}

.peb_delivery a{
	display:inline;
	padding:0px;
	text-decoration:underline;
}

.peb_chat {
	background: url(../images/ic_online_sm.png) left center no-repeat
}

.peb_callback {
	background: url(../images/ic_phone_sm.png) left center no-repeat
}

.peb_chat b, .peb_callback b {
	font-weight: normal;
	border-bottom: 1px dashed;
}

.peb_delivery {
	border: 1px solid #F8A70B;
	padding: 12px;
	min-width: 190px;
	max-width:230px;
	/*height: 40px;*/
	height: auto;
	text-align: center;
	margin: 15px auto 0 auto;
	font-size: 12px;
	color: #329A1C;
	white-space: pre;
}

.peb_delivery b {
	font-size: 18px;
	font-weight: normal;
	color: #329A1C;
	/*clear: both;
	float: none;*/
	display: inline-block;
	padding-bottom: 10px;
	text-align: center;
}

.peb_delivery span {
	display: block;
	font-size: 11px;
	color: #329A1C;
	float: left;
	padding-left: 5px;
}

.peb_delivery center {
	font-size: 12px;
	color: #329A1C;
}

.peb_delivery u {
	color: #9B9B9B;
	float: left;
	padding: 0 0 0 5px;
	text-decoration: none;
}

.peb_delivery_else {
	/* border-color:#ccc; */
	color: #777;
	height: auto;
}

.peb_delivery_else b {
	color: #777;
}

/* следующий и предыдущий продукт  */

#back_forward {
	font-size: 14px;
	margin-bottom: 20px;
	/*margin-right: 50px; */
	clear: both;
}

#back_forward a {
	text-decoration: none;
}

#back_forward i {
	font-style: normal;
	text-decoration: underline;
}

#back_forward a.prev_page_link {

}

#back_forward a.next_page_link {
	float: right;
}


/* ** картинки в категориях и меню категорий **
   ================================================== */

.category_image_mini {
	max-width: 50px;
	max-height: 50px;
	margin: 0 20px 20px 0;
	float: left;
	clear: left;
}

.category_image_micro {
	display: block;
	width: 30px;
	height: 24px;
	float: left;
	clear: left;
	padding: 2px 0 2px 0;
	margin-right: 5px;
	background-color: #fff;
	text-align: center;
	border: 1px solid #ccc;
}

.category_image_micro img {
	max-width: 28px;
	max-height: 24px;
}

/* сообщение с ошибкой  */

.message_error {
	clear: both;
	height: 18px;
	padding: 10px 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	/*overflow: hidden;*/
	/*color: red;*/
	color:#fff;
	/*background-color: #ffcaca;*/
	background-color: #D31534;
	/*border: 1px dotted #ff4545;*/
}

/* карта сайта  */

.sitemap {

}

.sitemap div {
	margin-bottom: 40px
}

.sitemap ul {
	list-style: none
}

.sitemap a.smap-cat {
	font-weight: bold
}

.sitemap li li {
	padding-left: 30px
}

/* **** WIDGETS ****
   ================================================== */

/* mini cart  */

#mini_cart_wrap {
	min-width: 450px
}

#mini_cart_wrap h2, #mini_cart_wrap h3 {
	margin: 0;
	padding: 0 0 15px 0;
	text-align: center;
	/*line-height: 20px;*/
}

#mini_cart {
	/*margin-bottom: 10px;*/
	width: 100%;
}

#mini_cart td {
	padding: 5px 3px
}

#mini_cart td.price,
#mini_cart td.remove,
#mini_cart td.discount {
	text-align: right
}

#mini_cart .image a img, #mini_cart td.remove img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	max-width:30px;
	max-height:30px;
}

#mini_cart .image a img:hover, #mini_cart td.remove img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#mini_cart td.price {
	white-space: nowrap;
	padding: 2px 5px;
	color: #8BBD07;
}

#mini_cart th.price {
	font-size: 14px;
	text-align: right;
	line-height: 25px;
	color: #8BBD07;
}

#mini_cart #checkout {
	padding-top: 10px;
	height: 30px
}

#btnCheckout,
#btnProceed {
	float: left;
	clear: none;
	display: inline-block;
	line-height: 30px;
	height: 30px;
	cursor: pointer;
	text-align: center;
}

/*#btnCheckout {
	background: #ccc url(../images/buy_btn_bg.png) right top no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	width: 140px;
}

#btnCheckout:hover {
	background-position: right bottom;
	color: #fff;
}
*/

#btnProceed {
	font-size: 12px;
	width: auto;
	margin-left: 20px;
	float: right;
}

/* microcart informer  */

#micro_cart_informer_wrap {
	position: fixed;
	top: 160px;
	right: 0;
	width: 42px;
	height: 75px;
	overflow: hidden;
	z-index: 2;
}

#micro_cart_informer {
	display: block;
	width: 100%;
	height: 35px;
	padding-top: 42px;
	color: #fff;
	background: #D31534 url(../images/ic_cart.png) center 10px no-repeat;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	/*display: none;*/
}

#micro_cart_informer b {
	font-size: 14px;
	display: block;
	text-align: center;
}

/* compare informer  */

#compare_informer_wrap {
	position: fixed;
	top: 250px;
	right: 0;
	width: 42px;
	height: 75px;
	overflow: hidden;
	z-index: 2;
}

#compare_informer {
	display: block;
	width: 100%;
	height: 35px;
	padding-top: 42px;
	color: #fff;
	background: #296CB6 url(../images/ic_compare.png) center 10px no-repeat;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	display: none;
}

#compare_informer b {
	font-size: 14px;
	display: block;
	text-align: center;
}

/* share  */

#share42 {
	position: fixed;
	bottom: 2px;
	right: 0;
	z-index: 1000;
	margin-left: -70px;
}

#share42 {
	padding: 6px 2px 0;
	background-color: transparent;
}

#share42:hover {

}

#share42 a {
	opacity: 1;
}

#share42:hover a {
	opacity: 1;
}

#share42 a:hover,
#share42 a:focus,
#share42 a:active {
	opacity: 1;
}

/* button TOP */
.scrollTop {
	background: url(../images/ic_top_btn.png) 0 0 no-repeat;
	display: block;
	width: 44px;
	height: 44px;
	position: fixed;
	bottom: 250px;
	right: 3%;
	z-index: 5;
}

.scrollTop:hover,
.scrollTop:focus,
.scrollTop:active {
	background-position: 0 -44px;
}

/* rating  */

.rate-block2 {
	float: left;
	margin-bottom: 15px;
	margin-right: 3px;
}

.rate-block {
	margin: 0 auto 20px auto;
	height: 40px;
}

.rater {
	display: block;
	height: 16px;
	text-align: center;
	line-height: 16px;
}

.rater-starsOff,
.rater-starsOn,
.rater-starsHover {
	height: 16px;
	font-size: 16px;
	line-height: 16px;
}

.rater-starsOff,
.rater-starsOn {
	display: inline-block;
	background: url(../images/rating.gif) 0 0 repeat-x;
}

.rater-starsOff {
	width: 80px
}

.rater-starsOn {
	display: block;
	max-width: 80px;
	top: 0;
	background-position: 0 -16px;
}

.rater-starsHover {
	background-position: 0 -32px!important
}

.rater-text {
	display: block;
	clear: both;
	color: #999;
}

.rate-right {
	margin: 0 0 20px 0;
	height: 16px;
}

.rate-right .rater {
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

.rate-right .rater-text {
	display: inline-block;
	line-height: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	clear: none;
	padding-left: 10px;
}



/* **** FORMS ****
   ================================================== */

input[type="text"],
input[type="password"] {
	width: 98%;
	font-size: 16px;
}

.form {
	width: 400px;
	margin-bottom: 20px;
}

.form textarea {
	width: 100%;
	height: 100px;
	font-size: 16px;
}

.form label {
	display: block;
	font-size: 13px;
}

.form label a {
	text-decoration: none;
	border-bottom: 1px dashed #296CB6;
	display:inline-block;
	margin-bottom:5px;
}

.form label a:hover,
.form label a:focus,
.form label a:active {
	border-color: #d31534
}

.form input[type="text"] {
	display: block;
	margin-bottom: 10px;
	/*line-height: 32px;*/
	padding:5px 1%;
}

.form select {
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
	width:98%;
	padding:5px 1%;
}

.cart_form .button {
	margin-top: 20px;
	float: right;
}

/* ===[ Комментарии ]=== */

#comments_wrap {
	position: relative;
}

.comment_list {
	margin-top: 15px;
	list-style: none;
	padding-left: 0 !important;
}

.comment_list li {
	padding-bottom: 15px
}

.comment_header {
	font-size: 14px;
	color: #090;
}

.comment_header i {
	font-weight: normal;
	font-style: normal;
	color: #a8a8a8;
	font-size: 12px;
}

.comment_header b {
	font-weight: normal;
	font-style: normal;
	color: red;
	font-size: 12px;
}

/* ===[ Форма отправки комментария ]=== */

.add_comment {
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
	padding: 0 9px 0 30px;
	line-height:30px;
	border-radius: 20px;
	width: auto;
	background: url(../images/add_comment.png) 7px center no-repeat;
	background-color: #FBF9E4;
}

.add_comment b {
	font-weight: normal;
	border-bottom: 1px dashed;
}

.comment_form {
	/*background-color: #f3f3f3;*/
	background-color: #FBF9E4;
	/*border: 1px solid #e0e0e0;*/
	/*border-radius: 10px;*/
	padding: 20px;
	margin: 20px 0 30px 0;
	width: 90%;
	max-width: 450px;
	overflow: hidden;
	border: none;
	display: none;
}

.comment_form sup {
	font-size:10px;
	color:red;
}

.comment_form h3 {
	margin: 0 0 10px 0;
}

.comment_form .comment_textarea {
	width: 100%;
	height: 100px;
	font-size: 12px;
}

.comment_form label {
	display: block;
	float: left;
	width: 100px;
	font-size: 16px;
	margin-top: 15px;
}

.comment_form .input_name {
	font-size: 16px;
	width: 250px;
	margin-top: 15px;
	padding:5px 1%;
}

.comment_form .input_captcha {
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 36px;
}

.comment_form .captcha {
	float: left;
	display: block;
	margin-top: 15px;
	margin-left: 10px;
}

.comment_form .captcha img {
	border:1px solid #ccc;
}

.comment_form .button,
.feedback_form .button,
.register_form .button,
.login_form .button {
	float: right;
	display: block;
	margin-top: 20px;
	/*margin-right: 30px;*/
}

/* ===[ Форма отправки обратной связи ]=== */

.feedback_form {
	/*background-color: #f3f3f3;*/
	/*border: 1px solid #e0e0e0;*/
	background-color: #FBF9E4;
	/*border: 1px solid #e0e0e0;*/
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
	width: 90%;
	overflow: hidden;
}

.feedback_form .input_captcha {
	float: left;
	width: 150px;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	/*height: 36px;*/
}

.feedback_form .captcha {
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}

.feedback_form .captcha img {
	border:1px solid #ccc;
}

.feedback_form .button_send {
	font-size: 18px;
	float: right;
	margin-top: 25px;
}


input.compare_button {
	display: none
}

label.compare_button {
	color: #999;
	border-bottom: 1px dashed #999;
	cursor: pointer;
}

label.compare_button:hover,
label.compare_button:focus,
label.compare_button:active {
	color: #d31534;
	border-bottom: 1px dashed #d31534;
	cursor: pointer;
}

/* cart form  */

.cart_form label sup {
	font-size: 11px;
	color: red;
}

.cart_form label small {
	font-size: 11px;
	color: #777;
}

.cart_warning_text {
	font-size: 10px;
	color: #6E6E6E;
	padding: 0px 0 30px 0;
}

.cart_warning_text img {
	margin-right: 30px;
	max-width: 40px;
	max-height: 40px;
}

.cart_warning_text p {
	margin: 0;
	line-height: 12px;
}

/* ===[ Корзина ]=== */

.purchasesBlock {
	border: 1px solid #ABADB3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 15px;
}

#purchases {
	width: 100%;
}

#purchases tr {
	border-bottom: 1px solid #d5d5d5;
	height: 70px;
}

#purchases th {
	vertical-align: top;
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
}

#purchases .image {
	width: 50px;
	text-align: center;
}

#purchases .image a {
	/*border: 1px solid #e0e0e0;*/
	/*background-color: #ffffff;*/
	margin: 0 7px 7px 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}

#purchases .image a img {
	max-width: 50px;
	max-height: 50px;
}

#purchases .name {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#purchases .name small {
	font-size:11px;
	color:#808080;
}

#purchases .name u {
	text-decoration:none;
	line-height:25px;
	color:#606060;
}

#purchases td.name {
	font-size: 14px
}

#purchases td .download_attachment {
	white-space: nowrap;
	color: #3b8500;
	padding: 5px 10px 7px 10px;
	border-bottom-color: 1px dotted green;
	background-color: #ccff72;
	line-height: 30px;
}

#purchases .price {
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	text-align: right;
	/*color: #1CB80C;*/
	color: #8BBD07;
}

#purchases td.price {
	font-size: 14px
}

#purchases .remove {
	padding-left: 15px;
	text-align: right;
}

/*#purchases .image a img, #purchases .remove img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}*/

#purchases .image a img:hover, #purchases .remove img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#purchases .amount {
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
}

#purchases .amount select {
	font-size: 12px
}

#purchases .coupon td, #purchases .coupon th {
	padding-bottom:10px;
}

#purchases .coupon .name {
	font-size: 14px
}

#purchases .coupon .name input.coupon_code {
	width: 200px;
	padding: 5px;
}

#purchases .coupon .name input {
	font-size: 16px
}

#purchases .total {
	border:none;
}

#purchases .total th {
	padding-top:0;
	vertical-align:middle;
}

#purchases .total small {
	font-size: 14px;
	font-weight: normal;
	color: #999;
}

#purchases #total_cart_delivery_price div {font-size:16px;}

ul#deliveries {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	/*
	border: 1px solid #e0e0e0;
	padding: 20px 20px 0 20px;
	*/
	list-style: none;
}

ul#deliveries li {
	margin-bottom: 20px
}

ul#deliveries li div.checkbox {
	float: left
}

ul#deliveries li h3,
ul#deliveries li .description {
	display: block;
	margin-left: 25px;
}

/* ===[ Кабинет ]=== */

#orders_history {
	list-style: none
}

#orders_history li {
	margin-bottom: 10px
}

#orders_history li a {
	font-size: 16px
}

/* @end — Кабинет
   ================================================== */

/* мега кнопка  */

.button {
	cursor: pointer;
}

.button {
	/*background: #ccc url(../images/buy_btn_bg.png) right top no-repeat;*/
	display: inline-block;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float:right;
	text-decoration: none;
	line-height: 30px;
	padding: 0 15px;
	height: 30px;
	width: auto;
	background-color: #D31534;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #D31534;
}

.button:hover,
.button:focus,
.button:active {
	/*background-color: #E10327;*/
	background-position: right bottom;
	background-color: #9CC531;
	border: 1px solid #9CC531;
	color: #fff;
}

.button:active {
	position: relative;
	top: 1px;
}

.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

/*.button:hover,
.button:focus,
.button:active {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}*/


.on_request {
	color: #3a3a3a;
	background-color: #fff;
	border: 1px solid #999;
}

.on_request:hover,
.on_request:focus,
.on_request:active {
	color: #fff;
	/*
	background-color: #51595C;
	border: 1px solid #51595C;
	*/
	background-color: #9CC531;
	border: 1px solid #9CC531;
}

.btn_filter {
	color:#3a3a3a;
	background-color: #F0F0F0;
	border: 1px solid #999;
	border:none;
	text-decoration: underline;
}

.btn_filter:hover,
.btn_filter:focus,
.btn_filter:active {
	color: #fff;
	background-color: #9CC531;
	text-decoration: none;
	/*border: 1px solid #9CC531;*/
	border: none;
}

.btn_apply {
	color:#3a3a3a;
	background-color: #fff;
	border: 1px solid #999;
}

.btn_apply:hover,
.btn_apply:focus,
.btn_apply:active {
	color: #fff;
	background-color: #9CC531;
	border: 1px solid #9CC531;
}

.btn_payment_method {
	color:#3a3a3a;
	background-color: #fff;
	border: 1px solid #999;
}

.btn_payment_method:hover,
.btn_payment_method:focus,
.btn_payment_method:active {
	color: #fff;
	background-color: #9CC531;
	border: 1px solid #9CC531;
}



/*.checkout_button {
	padding: 10px 20px 10px 20px;
	border: 1px solid #51a400;
	background-color: #d3ffa9;
	color: #2e5e00;
	font-size: 14px;
}*/

.checkout_button {
	color:#fff;
	background-color: #4f7942;
	border: 1px solid #4f7942;
}

.checkout_button:hover,
.checkout_button:focus,
.checkout_button:active {
	color: #fff;
	background-color: #9CC531;/*51a400*/
	border: 1px solid #9CC531;
}


/* ===[ Детали заказа ]=== */

table.order_info {
	width: 100%;
	/*margin-right: 20px;*/
	margin-bottom: 20px;
	/*background-color: #f9f9f9;*/
}

table.order_info td {
	padding: 10px 10px 10px 10px;
	border: 1px dotted #e0e0e0;
	font-size: 14px;
}


/* **** ОБСЛУЖИВАЮЩИЕ СТИЛИ ****
   ================================================== */

/* ** служебное - виды и типы сортировок и отображений **
   ================================================== */

/* отображение главной категориями  */

.home_category_viev {
	list-style: none;
	display: block;
	width: 105%;
	/*overflow: hidden;*/
}

.home_category_viev li {
	width: 210px;
	margin-right: 17px;
	margin-bottom: 30px;
	display: -moz-inline-box;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	word-spacing: normal;
	vertical-align: top;
	position: relative;
}

.home_category_viev li a {
	width: 210px;
	border: 1px solid #efefef;
	display: block;
}

.home_category_viev li div {
	vertical-align: middle;
	text-align: center;
	width: 198px;
	height: 200px;
	line-height: 200px;
	background-color: #fff;
	border: 1px solid #fff;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 0;
}

.home_category_viev li div img {
	vertical-align: middle;
	max-width: 198px;
	max-height: 200px;
}

.home_category_viev li h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: center;
}

/* выбор вида отображения товаров в категории  */

.category_view {
	color: #505050;
	font-size: 12px;
	/*margin-top: 15px;*/
	/*margin-bottom: 30px;*/
	padding-top: 15px;
	font-weight: normal;
	font-style: normal;
	float: right;
	width: 50%;
	text-align: right;
}

.category_view a {
	margin-right: 5px
}

.category_view .selected {
	color: #505050;
	text-decoration: none;
	margin-right: 5px;
}

/* выбор типа сортировка товаров в категории  */

.sort {
	color: #505050;
	font-size: 12px;
	/*margin-top: 15px;*/
	padding-top: 15px;
	margin-bottom: 30px;
	font-weight: normal;
	font-style: normal;
	width:auto;
	position:relative;
	z-index:2;
	/*margin-right: 50%;*/
	width: 210px;
}

.sortLink {
	border-bottom:1px dashed;
	text-decoration:none;
	position:relative;
	z-index:3;
}

.sortLink i {
	position:absolute;
	top:1px;
	right:-15px;
}

.sort .dropboxSort {
	list-style:none;
	position:absolute;
	top:5px;left:50px;
	display:none;
	border:1px solid #ccc;
	padding:25px 10px 10px 10px;
	background-color:#fff;
	min-width:135px;
	z-index:2;
}

.sort .dropboxSort a {
	line-height:20px;
	display:block;
}


/* фильтр по свойствам  */

#features {
	background-color: #f0f0f0;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 99%;
}

#features form {
	padding: 5px
}

#features .feature_name {
	padding: 7px
}

#features .feature_values {
	padding: 7px
}

#features a {
	padding-right: 6px;
	white-space: nowrap;
}

#features a.selected {
	//background-color: #4a4a4a;
	color: #505050;
	text-decoration: none;
}

/* фильтр по свойствам - обновление  */

.features_wrap_left {
	margin: 0 0 40px 0!important
}

.features_wrap_left form {

}

.filter_link li {
	list-style: none;
	float: left;
	padding: 5px;
}

.filter_link label {
	padding: 1px 3px 1px 3px;
	text-decoration: underline;
	cursor: pointer;
}

.filter_link label:hover,
.filter_link label:focus,
.filter_link label:active {
	padding: 1px 3px 1px 3px;
	text-decoration: none;
}

.filter_link label.selected {
	border-radius: 4px;
	padding: 0px 16px 2px 3px;
	border: 1px  solid #4D4D4D;
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: 0px 1px 0px #3B3B3B;
	background: #808080 url(../images/delete2.png) no-repeat right;
	-o-box-shadow: 0 0 5px #B6B6B6;
	-moz-box-shadow: 0 0 5px #B6B6B6;
	-webkit-box-shadow: 0 0 5px #B6B6B6;
	box-shadow: 0 0 5px #B6B6B6;
	behavior: url(ie-css3.htc);
}

.filter_link label.selected:hover,
.filter_link label.selected:focus,
.filter_link label.selected:active {
	background: #808080 url(../images/delete3.png) no-repeat right;
	-o-box-shadow: 0 0 5px #828282;
	-moz-box-shadow: 0 0 5px #828282;
	-webkit-box-shadow: 0 0 5px #828282;
	box-shadow: 0 0 5px #828282;
}

.filter_link a.selected {
	border-radius: 4px;
	padding: 0px 16px 2px 3px;
	border: 1px  solid #4D4D4D;
	text-decoration: none;
	color: #FFFFFF!important;
	text-shadow: 0px 1px 0px #3B3B3B;
	background-color: #808080;
	-o-box-shadow: 0 0 5px #B6B6B6;
	-moz-box-shadow: 0 0 5px #B6B6B6;
	-webkit-box-shadow: 0 0 5px #B6B6B6;
	box-shadow: 0 0 5px #B6B6B6;
	/*behavior: url(ie-css3.htc);*/
}

/* ===[ Постраничная навигация ]=== */

.pagination {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	overflow: hidden;
	/*text-align: center;*/
}

.pagination a {
	display: inline-block;
	/*float: left;*/
	font-size:11px;
	line-height:28px;
	background-color: #fffeff;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0 5px;
	min-width: 20px;
	text-align: center;
	/*border: 1px solid #d7d7d7;*/
	border-radius: 3px;
	text-decoration: none;
}

.pagination a:hover,
.pagination a:focus,
.pagination a:active {
	background-color: #F3F3F3
}

.pagination a.next_page_link,
.pagination a.prev_page_link {
	border: none;
	/*background: none;*/
}

.pagination a.selected,
.pagination a.selected:hover {
	/*background-color: #4da5d4;;
	border-color: #3786b0;*/
	background-color: #999;
	/*border-color: #888;*/
	color: #ffffff;
}


.autocomplete-w1 { background:url(../images/shadow_autocomplete.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:3px 0 0 14px; _background:none; _margin:1px 0 0 0; }
.autocomplete { border:1px solid #e0e0e0; background:#FFF; cursor:default; text-align:left; max-height:200px; overflow:auto; margin:-3px 4px 4px -3px; _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; cursor: pointer; }
.autocomplete strong { font-weight:normal; color:#3399FF; }
.autocomplete img {max-width:25px; max-height:25px;}


/* FOR EDITOR */
.mceContentBody {background:#fff none;}
.mceContentBody ul,.mceContentBody ol {margin-left:20px;}


.site_version {
	display:block;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

.site_version a {
	font-size:140%!important;
	color:#fff!important;
	text-decoration:none!important;
}
.site_version a:hover {
	text-decoration:underline!important;
}

.i_label.coming_soon {
background-image: url(images/i_coming_soon.png);
width: 50px;
height: 50px;
}
#comparemain{}#list th,#list td {	padding:4px 5px;	background-color: #fff;	border-bottom: 1px solid #eee;	text-align:left;	color: #3a3a3a;}#list td {	border-left: 1px solid #eee;}#list th {	}#list td.image {  margin:0;  padding:0;  border:none;}#list td.image {	position:relative;	padding: 10px;	/*text-align: center;*/}#variants  td {  border: 0;  padding: 2px;}#comparebody {	background-color: #fff;	margin: 0px;/*	margin: 20px;	padding: 5px;	-o-box-shadow:0 0 15px #ADADAD;	-moz-box-shadow: 0 0 15px #ADADAD;	-webkit-box-shadow: 0 0 15px #ADADAD;	box-shadow:0 0 15px #ADADAD;	border: 1px solid #FFFFFF;	-webkit-border-radius:  10px;	-moz-border-radius:  10px;	border-radius: 10px;	-khtml-border-radius:  10px;	behavior: url(/css/1/PIE.htc);*/	width:auto;}.compare_price {	font-size: 11px;	white-space: nowrap;	color: #999;	padding-left:5px;	text-decoration: line-through;}.variant_name {	float: left;	margin-right: 5px;	font-size: 11px;	color: #777;}.price {	font-size: 16px;	font-weight: bold;	white-space: nowrap;	color: #66b61e;}.delete_product {	display:block;	position:absolute;	width:16px;	height:16px;	top:0px;	left:0px;	background-image:url(../images/delete3.png);}