
   
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;
}

body.front { 
	min-width: 1000px;
	background: #fff url(../images/body_bg.jpg) center top no-repeat;
	background-image: none;
}

body.inner { 
	background: #fff url(../images/body_bg.jpg) center top no-repeat; 
	background-image: none;
}

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

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

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

h3,b.h3 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: normal;
        height: 74px;
}

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 {
	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:#ccc;
}




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

#top {
	margin: 0px auto;
	width: 980px;
	
	height: 100%;
	overflow: hidden;
}



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



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

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



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



#cart_informer {
	width: 180px;
	color: #505050;
	
	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;
}



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

.menu {
	display: block;
	margin-left: 290px;
	
	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: #51595C;
	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;
	
	color: #505050;
	font-size: 15px;
	width: 410px;
	max-height: 150px;
	
}

#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: 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 {
	margin: 0px auto;
	width: 980px;
	position: relative;
}

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

#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 30px 0 0;
	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;
	
	
	font-size:16px;
	
	
	

	top: 13px;
	right: 0;
}

#cartHistoryBack:hover,
#cartHistoryBack:focus,
#cartHistoryBack:active {
	
}

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

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



#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;
	
	background: url(../images/ic_magazinus.gif) right top no-repeat;
	font-size: 12px;
	color: #969696;
	
	

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

#ftr-rgt #counters {
	margin: 0
}



#catalog_menu {
	
	
	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 {
	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;
	
}

.blog_date_post {
	color: #777;
}

.blog_date_post i {
	font-style: normal;
}

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



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

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

#brands a {
	
	
	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 {
	
}

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



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

#browsed_products {
	
	
	
}

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

#browsed_products li a {
	display: block;
	
	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);
}




.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: -15px;
	margin-bottom: 7px;
	font-size: 11px;
	
	color: #b5b5b5;
}

#path a {
	
	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 {
	
	padding: 0 13px;
	
	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;
}




.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;
}




.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_stock .stock, .i_sale .sale, .i_featured .featured  {
	display:block;
}

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

.i_stock.i_sale.i_featured .featured {
	top:90px;
}




.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;
	
	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 .images {
	text-align: center;
	margin-bottom: 10px;
}

.product .images a {
	width: 55px;
	height: 55px;
	background-color: #ffffff;
	
	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;
	
}

.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;
	
}

.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:none;
}

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

.product .features li {
	padding: 10px 5px 10px 5px;
	overflow: hidden;
	
	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: 0px 0 30px 0;
}

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

.product .price_block {
	height: 30px;
	width: 100%;
	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; 
	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 {
	
	
}

.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 .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-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 .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;
	
}

.products_table .compare {
	display: none;
	float: left;
	
}



.products .compare {
	text-align: right
}

.products {
	padding-left:0px !important;
	list-style: none;
	display: block;
	
	width: 100%;
	
}

.products .product {
	width: 30%;
	margin:0 1.47% 0 1.47%;
	
	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 .product_info a {
	font-size: 16px
}

.products .price_block {
	text-align: right
}

.products .price s {
	display: none
}

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

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







.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: 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_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: 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;
	
	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;
	
	clear: both;
}

#back_forward a {
	text-decoration: none;
	display:block;
	width:227px;
	overflow:hidden;
}

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

#back_forward a i div {
	display:block;
	position: relative;
	vertical-align: middle;
	text-align:center;
	width:100%;
	height:200px;
}
#back_forward a i img {
	
	vertical-align: middle;
    max-width: 200px;
    max-height: 200px;
}

#back_forward a.prev_page_link {
	float:left;
	
}

#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;
	
	
	color:#fff;
	
	background-color: #D31534;
	
}



.sitemap {

}

.sitemap div {
	margin-bottom: 40px
}

.sitemap ul {
	list-style: none
}

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

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





#mini_cart_wrap {
	min-width: 450px
}

#mini_cart_wrap h2, #mini_cart_wrap h3 {
	margin: 0;
	padding: 0 0 15px 0;
	text-align: center;
	
}

#mini_cart {
	
	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;
}



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



#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;
	
}

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



#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;
}



#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: 0.5
}

#share42:hover a {
	opacity: 0.7
}

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


.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;
}



.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;
}





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;
	
	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: #FBF9E4;
	
	
	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;
	
}



.feedback_form {
	
	
	background-color: #FBF9E4;
	
	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;
	
}

.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 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 {
	
	
	margin: 0 7px 7px 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	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: #8BBD07;
}

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

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



#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;
	
	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
}





.button {
	cursor: pointer
}

.button {

	display: inline-block;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	padding: 0 15px;
	height: 30px;
	width: auto;
	background-color: #17adeb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #17adeb;
}

.button:hover,
.button:focus,
.button:active {
	
	background-position: right bottom;
	background-color: #58cafa;
	border: 1px solid #58cafa;
	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;
}




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

.on_request:hover,
.on_request:focus,
.on_request:active {
	color: #fff;
	
	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: 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 {
	color:#fff;
	background-color: #4f7942;
	border: 1px solid #4f7942;
}

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




table.order_info {
	width: 100%;
	
	margin-bottom: 20px;
	
}

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%;
	
}

.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;
	
	
	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;
	
	padding-top: 15px;
	margin-bottom: 30px;
	font-weight: normal;
	font-style: normal;
	width:auto;
	position:relative;
	z-index:2;
	
	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;
	
}



.pagination {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	overflow: hidden;
	
}

.pagination a {
	display: inline-block;
	
	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-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;
	
}

.pagination a.selected,
.pagination a.selected:hover {
	
	background-color: #999;
	
	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;}



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

.products .product h3 {
height: 80px;
}


.scheme1 #top_background {
	display: block;
}

.scheme1 #top {
	text-align: center;
}

.scheme1 #account {
	
}

.scheme1 #search {
	margin: 50px 0 0 0;
	width: 380px;
	background-image: url(../images/search_bg_scheme1.png);
}

.scheme1 #search .input_search {
	width: 330px;
}

.scheme1 #logo {
	height: 80px;
}

.scheme1.change_header #logo {
	clear: none;
	float: right;
	width: 260px;
	padding: 30px 50px;
}

.scheme1.change_header #logo a {
	margin: 0 auto;
}

.scheme1.change_header #contact {
	width:340px;
}

.scheme1.change_header #search {
	width:340px;
}

.scheme1.change_header #search .input_search {
	width: 290px;
}




.scheme1 #top .menu {
	max-width:980px;
	display: inline-block;
	margin: 0 auto;
}

.scheme1 #top .menu li a{
	line-height: 35px;
	
}

.scheme1 #top .menu li a {
	font-size: 12px;
	text-decoration: underline;
} 

.scheme1 #top .menu li.selected a, 
.scheme1 #top .menu li:hover a {
	background-color: transparent;
	color: #D31534;
}

.scheme1 #header {
	position: relative;
}

.scheme1 #menu_wrap {
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	bottom: 0;
}

.scheme1 #menu_wrap .menu {
	display: block;
	margin: 0;
}



.scheme1 #left {
	display:none;
}

.scheme1 #right {
	display:none;
}

.scheme1.invert #right {
	float: left;
	padding: 0 20px 0 0;
}


.scheme1 #content {
	width: 720px;
}

.scheme1 #contentFull {
	width: 100%;
	margin-bottom: 40px;
}

.scheme1 #contentFull .products {
	width: 100%;
}


.scheme1 #contentFull .products .product {
	width: 23%;
	margin-left: 0.8%;
	margin-right: 0.8%;
}


.scheme1.home #blog_menu_category ul {
	vertical-align:top;
}
.scheme1.home #blog_menu_category li {
	display:inline-block;
	width: 23%;
	margin-left: 0.8%;
	margin-right: 0.8%;
	vertical-align:top;
	
}

.scheme1.home #blog_menu_category p {
	margin-bottom:7px;
}

.scheme1.home #blog_menu_category p.blog_image_micro {
	width:220px;
	height:110px;
	max-width:220px;
	max-height:110px;
	background-color:#fff;
	overflow:hidden;
	text-align:center;
	margin-bottom:10px;
	vertical-align:middle;
}
.scheme1.home #blog_menu_category p.blog_image_micro img {
	max-width:220px;
	max-height:110px;
}
.scheme1.home #blog_menu_category i {
	color: #aaa;
	font-size: 10px;
}




.scheme1 .gallery {
	width: 450px;
}

.scheme1 .gallery .image {
	margin: 0 auto;
}

.scheme1 .excerpt {
	width: 500px;
}

.scheme1 .product .excerpt .variants {
	display: inline-block;
	width: auto;
}

.scheme1 .product .excerpt .variants select {
	display: inline-block;
	
}



ul.dropdown { font-size:14px; }
ul.dropdown li.last ul li { float: right; }

ul.dropdown ul {
	background-color: #51595C;
	font-size: 12px;
}

ul.dropdown li { padding: 0; }

ul.dropdown ul li.dir { padding: 1px; }


ul.dropdown li a {
	color: #606060;
	display: block;
	text-decoration: none;
}

ul.dropdown li.hover,
ul.dropdown li:hover,
ul.dropdown li.hover a,
ul.dropdown li:hover a {
	background-color: #51595C;
	color: #fff;
}

ul.dropdown li li a { color: #fff; }

ul.dropdown li.dir {
	height: 40px;
	padding: 0 7px 0 10px;
	width: 100px;
	text-align: center;
	display: table;
}

	ul.dropdown ul li.dir {
		display: block;
		padding:5px 10px;
		height:auto;
		width: auto;
		text-align: left;
	}

ul.dropdown li a {
	vertical-align: middle;
	display: table-cell;
}

ul.dropdown li li a {
	display: block;
}


ul.dropdown ul ul{  }

	ul.dropdown ul a {
		padding: 3px 5px;
	}

	ul.dropdown ul a:hover {
		background-color: #fff;
		color: #51595C;
	}
		
		


ul.dropdown,
ul.dropdown li,
ul.dropdown ul { list-style: none; }

ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
	width: 100%;
}

ul.dropdown li {
	float: left;
	min-height: 1px;
	
	vertical-align: middle;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
	
}

ul.dropdown ul li { float: none; }

ul.dropdown ul ul {
	top: 1px;
	left: 90%;
	width: auto;
	
}

ul.dropdown li:hover > ul { visibility: visible; }



ul.dropdown-linear { width: 100%; }

ul.dropdown-linear ul li { float: left; }
ul.dropdown-linear ul li.dir { padding: 10px; }

ul.dropdown-linear li.hover,
ul.dropdown-linear li:hover { position: static; }

ul.dropdown-linear ul ul { display: none !important; width: 100%; }




ul.dropdown-columnar ul li {
	position: static;
}

ul.dropdown-columnar ul ul {
	display: block !important;
	position: static;
	width: auto !important;
}

ul.dropdown-columnar ul ul li { float: none; }
ul.dropdown-columnar ul li.dir { padding: 10px; }

ul.dropdown-columnar ul ul ul { display: none; }

ul.dropdown-columnar li.hover ul,
ul.dropdown-columnar li:hover ul { visibility: visible !important; }

ul.dropdown-columnar li li a { font-weight: bold; }
ul.dropdown-columnar li li li a { font-weight: normal; }


.products .product h3 {
height: 80px;
}

#logo {
background: url(../images/logo.png) left 0px no-repeat;
padding: 0px 45px 0px 0;
}

body.front { 
	min-width: 1000px;
	background: #fff url(../images/house12.jpg) center top no-repeat;
}

body.inner { 
	background: #fff url(../images/house12.jpg) center top no-repeat; 
}

a {
	color: #296CB6;
        text-decoration: none;
}

a:hover,a:focus,a:active {
	color: #15aceb;
        text-decoration: underline;
}

.menu li a {
color: #296CB6;
text-decoration: none;
}

.scheme1 #top .menu li.selected a, .scheme1 #top .menu li:hover a {
background-color: transparent;
color: #15aceb;
text-decoration: underline;
}


.scheme1 #logo {
height: 219px;
}

#header {
height: 314px;
margin-bottom: 40px;
}

#top_background {
background: transparent;
}



.scheme1 #top .menu li a {
text-decoration: none;
}

.scheme1 #contentFull .products .product {
width: 21%;
margin-left: 0.9%;
margin-right: 0.8%;
border: 1px solid #ececec;
padding: 10px 10px 10px 10px;
margin-bottom: 40px;
border-radius: 6px;
}

.products .product {
width: 28.2%;
margin: 0 2.0% 0 0%;
border: 1px solid #ececec;
margin-bottom: 40px;
border-radius: 6px;
padding: 10px 10px 10px 10px;
}

#footer_background {
background: #fff url(../images/img_f.png) center top no-repeat;
}

#ftr-lft {
margin-left: 15px;
margin-right: 30px;
color: #fff;
}

#ftr-lft, #ftr-lft * {
color: #fff;
}

#ftr-mdlr a {
color: #d3effb;
text-decoration: underline;
}

#ftr-mdlr a:hover {
text-decoration: none;
color: #fff;
}

#ftr-mdll {
color: #fff;
width: 330px;
margin-right: 30px;
}



ul.dropdown li.dir {
height: 40px;
padding: 0 11px 0 11px;
}

ul.dropdown-linear {
    padding-left: 14px;
}



#menu_wrap {
background: transparent;
}


ul.dropdown ul {
background-color: #fff;
border: 2px solid #E2E2E2;
border-top: 1px solid #E2E2E2;
border-radius: 6px;
border-top-left-radius:0;
border-top-right-radius:0;
margin-top:-6px;
margin-left:-2px;
width:980px;
}

ul.dropdown ul ul {
border: none;
margin-top:0;
margin-left:0px;
width:auto;
}

ul.dropdown li.hover li, ul.dropdown li:hover li, ul.dropdown li.hover li a, ul.dropdown li:hover li a {
background-color: #FFF;
color: #606060;
}

ul.dropdown li.hover, ul.dropdown li:hover, ul.dropdown li.hover a, ul.dropdown li:hover a {
background: transparent;
color: #09a5e6;
}

ul.dropdown li:hover li a:hover {
background-color: #09a5e6;
color: #fff;
}

#brands a.selected {
padding: 3px 7px;
background-color: #ececec;
color: #5f5f5f;
}

.product .price b {
font-size: 20px;
padding-right: 3px;
color: #5f5f5f;
letter-spacing: -1px;
}

.product .price i {
color: #5f5f5f;
}

.feedback_form {
background-color: #f5f5f5;
border-radius: 6px;
}

.comment_form {
background-color: #f5f5f5;
border-radius: 6px;
}

.add_comment {
background-color: #f5f5f5;
border-radius: 6px;
}

#mini_cart th.price {
font-size: 24px;
line-height: 65px;
color: #5f5f5f;
}

#mini_cart td.price {
color: #5f5f5f;
}

#purchases .price {
color: #5f5f5f;
}

.form label a {
	border-bottom: 1px dashed #15aceb;
}

.form label a:hover,
.form label a:focus,
.form label a:active {
	border-bottom: 1px dashed #15aceb;
}

#contact {
margin-top: 36px;
}

.scheme1 #search {
margin: 10px 0 0 0;
}

#user_cart_wrap {
background: transparent url(../images/cart_bg.gif) right 85px no-repeat;
padding-top: 80px;
}

#footer {
min-height: 280px;
}

#blog_menu_category div {
border-radius: 6px;
}

.product .price {
padding-right: 5px;
}

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

#contact .phone2 b.ph_lf {
color: #ED1C24;
}

#contact .phone2 i.ph_ks {
padding: 0px 10px 0px 28px;
}

#contact .phone2 i.ph_mts {
padding: 0px 10px 0px 28px;
}


div.hometext {
	overflow:hidden;
}
a.btn_slide_text {
	display: block;
	width: 100%;
	border-top: 1px solid #ccc;
	text-align: center;
	margin-bottom:40px;
	height:11px;
	line-height:9px;
}
a.btn_slide_text.rotate 
{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}


h3, b.h3 {
     display: block;
    line-height: 18px;
    height: 74px !important;
    overflow: hidden;
    margin: 0 0 10px 0;
}

#ftr-mdlr {
  width: 120px;
  margin-right: 30px;
}


#right #catalog_menu {
	background-color:#EDEDED;
	border-radius:5px;
	padding:5px 0;
	margin-bottom:20px;
}
#right #catalog_menu ul li a {
	background-image:none;
	line-height:20px;
	vertical-align:middle;
	height:auto;
	padding:5px 5px 5px 15px;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
#right #catalog_menu ul li a:hover {
	background-color:#16ACEB;
}

#contact .phone i {
    font-size: 20px;
    line-height: 20px;
}

#all_brands {
    line-height: 45px;
}

#brands img, #all_brands img {
    padding-right: 23px; 
}
/*
     FILE ARCHIVED ON 10:38:40 Nov 26, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:35:36 Aug 23, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.614
  exclusion.robots: 0.059
  exclusion.robots.policy: 0.044
  esindex: 0.01
  cdx.remote: 79.36
  LoadShardBlock: 155.342 (3)
  PetaboxLoader3.datanode: 388.746 (5)
  PetaboxLoader3.resolve: 81.553 (2)
  load_resource: 418.698 (2)
*/