@import url(https://fonts.googleapis.com/css?family=Andika&subset=latin,cyrillic);
/*
================================================
	Reset v 2.1 [s3-mod]
================================================
*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul, menu {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

sub, sup {
	font-size: 65%;
	line-height: 1;
	vertical-align: baseline;
}
sup {
	vertical-align: top;
}
sub {
	vertical-align: bottom;
}

/* Elements of Form */
input:focus, textarea:focus, select:focus {
	outline: none;
}
input, select, button {
	vertical-align: baseline;
}
textarea {
	resize: vertical;
	min-height: 100px;
	max-width: 100%;
	overflow: auto;
}
textarea, select[multiple] {
	vertical-align: top;
}
input[type="color"] {
	vertical-align: middle;
}
input[type="radio"], input[type="checkbox"] {
	margin: 0 4px;
}

/* Pablex Object */
object video {
	display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	object video {
		display: block !important;
	}
}


/*
================================================
	Default Tags Properties
================================================
*/
h1, h2, h3, h4, h5, h6,
hr, p, ul, ol {
	margin-top: 15px;
	margin-bottom: 15px;
}

ul, ol {
	margin-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	padding: 0;
}


/*
================================================
	Selectors Utility
================================================
*/
.row-vspace {
	margin: 20px 0 !important;
}

.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}

.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}

.hide {
	display: none !important;
}
.show {
	display: block !important;
}

.invisible {
	visibility: hidden !important;
}
.visible {
	visibility: visible !important;
}

.fixed {
	position: fixed !important;
}

.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
	line-height: 0;
}
.clearfix:after {
	clear: both;
}

.clear-both {
	clear: both !important;
}

/* Tables */
table.table0 td,
table.table1 td,
table.table2 td,
table.table2 th {
	padding: 5px;
	border: 1px solid #cecece;
	vertical-align: top;
}
table.table0 td {
	border: none;
}
table.table2 th {
	padding: 8px 5px;
	background: #e15344;
	border: 1px solid #e15344;
	border-bottom: 1px solid #cecece;
	font-weight: normal;
	text-align: left;
}

/* Clear Container */
.clear-container {
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	clear: both;
	width: 100%;
	height: 0;
}


/*
================================================
	Design Styles
================================================
*/
html, body {
	position: relative;
	height: 100%;
	min-width: 980px;
}
html {
	overflow-y: scroll;
}
body {
	background-color: #4f0a04;
	font: normal 13px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	color: #222;
	font: inherit;
	line-height: 1;
	font-weight: normal;
}
h4, h5, h6 {
	line-height: normal;
	font-weight: bold;
}
h1 {font-size: 24px; margin: 10px 0;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5, h6 {font-size: 16px;}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {margin-top: 0;}

a {outline: none; color: #8a0906;}
a:hover {text-decoration: none;}

a img {border-color: #000;}


.body-bg {
	position: fixed;
	width: 200%;
	height: 100%;
	top: 0;
	left: -50%;
	z-index: -1;
	min-width: 980px;
	*width: 100%;
	*height: 100%;
	*top: 0;
	*left: 50%;
	*margin-left: -50%;
	*zoom: 1;
  background: url(body-bg.png) 50% 0 repeat;
}
.body-bg:before {
  content: "";
  display: block;
  position: absolute; left: 0; top: 0; right: 0; bottom: 0;
  z-index: -1;
  background: url(top-repeat.png) 50% 0 repeat-x;
}
.body-bg:after {
  content: "";
  display: block;
  position: absolute; left: 0; top: 0; right: 0; bottom: 0;
  z-index: -1;
  background: url(bottom-repeat.png) 50% 100% repeat-x;
}

.body-center-shadow {
  position: absolute; left: 0; right: 0; bottom: 0; top: 0;
  z-index: -1;
  background: url(body-center-shadow.png) 50% 200px no-repeat;
}


.body-bg img {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto auto;
	min-width: 50%;
	min-height: 100%;
	*width: 100%;
	*min-height: 100%;
}


.wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%;
	max-width: 1000px;
	margin: 0 auto -200px;	
    position: relative;
    z-index: 0;
}
.wrapper:before {
  content: '';
  display: block;
  position: absolute; left: 0; right: 0; bottom: 0; top: 60%;
  z-index: -1;
  background-color: #96805f;
}
.border_top_wrap {
	background-color: #520202;
	height: 3px;
    webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7); 
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7); 
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7); 
	behavior: url(/g/libs/pie/20b1//pie.htc); 
}
.border_top_wrap:before {
  content: '';
  display: block;
  position: absolute; left: 0; top: 0; right: 0; bottom: 0;
  background: url(top_line_border.png) 0 284px repeat-x;
}
.border_top_wrap:after {
  content: '';
  display: block;
  position: absolute; left: 0; top: 0; right: 0; bottom: 0;
  background: url(header-bg-logo.png) 50% 0 no-repeat;
}
.wrapper .clear-bot {
	height: 200px;
}


/* ***** Header ***** */
header {
	width: 960px;
	min-height: 313px;
	margin: 0 auto;
    position: relative;
    z-index: 0;
    background: url(header-bg1.png) 9px 0 no-repeat;
}
header:before {
  content: '';
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -1;
  background: url(header-bg2.png) 0 100% no-repeat;
}
header p {
	padding: 0;
	margin: 0;
}
header .pull-left {
	padding: 0 0 0 140px;
}
header .pull-right {
	width: 220px;
	padding: 30px 0 10px 30px;
}


/* ***** Content ***** */
.content_wrap {
  max-width: 1000px;
  background-color: #96805f;
}
.content_wrap .content {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.content .sidebar,
.content .textbody {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.content .sidebar {
	width: 220px;
	padding: 20px 0;
}
.content .textbody {
	padding: 20px 0 50px 30px
}


/* ***** Footer ***** */
footer {
	background-color: #96805f;
	max-width: 1000px;
	min-height: 120px;
	margin: 0 auto;
	padding-bottom: 80px;
	font-size: 11px;
    position: relative;
}
footer p {
	padding: 0;
	margin: 0;
}
footer > aside {
	width: 960px;
	margin: 0 auto;
	background: #691a16 url(/d/737449/t/images/footer-bg.jpg) 0 0 no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 120px;
	color: #feefc5;
    border: 1px solid #5e180c;
}
footer > aside a {
	color: #e15344;
}

footer > aside .pull-left {
	width: 210px;
	padding: 27px 30px 10px 10px;
}
footer > aside .pull-right {
	width: 300px;
	padding: 10px 10px 10px 30px;
	text-align: right;
}


/* ***** Cart Preview ***** */
#shop2-cart-preview {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}


.cart-preview {
	position: relative;
	padding: 6px 6px 0 6px;	
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	max-width: 1000px;
	height: 48px;
	margin: 0 auto;
	text-align: left;
	cursor: default;
}

.cart-preview .cart-wrap-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.cart-preview .cart-title {
	background: url(xcart-icon.png) 0 1px no-repeat;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
	min-width: 115px;
	height: 48px;
	float: left;
	padding: 0 10px 0 65px;
	line-height: 48px;
	font-size: 18px;
	color: #282828;
  
}
.cart-preview .cart-body {
	overflow: hidden;
	background: url(/d/737449/t/images/cart_bottom-bg.png) 0 0 repeat-x;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #282828;
    position: relative;
    z-index: 0;
}
.cart-preview .cart-body:before {
	content: "";
	display: block;
	position: absolute; left: 0; right: 0; bottom: 0; top: 3px;
	z-index: -1;
	background: #ebe1b6;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8F3DD), color-stop(100%, #ebe1b6));
	background-image: -o-linear-gradient(top, #F8F3DD 0%, #ebe1b6 100%);
	background-image: -moz-linear-gradient(top, #F8F3DD 0%, #560804 100%);
	background-image: -webkit-linear-gradient(top, #F8F3DD 0%, #ebe1b6 100%);
	background-image: -ms-linear-gradient(top, #F8F3DD 0%, #ebe1b6 100%);
	background-image: linear-gradient(to bottom, #F8F3DD 0%, #ebe1b6 100%);
	-pie-background: linear-gradient(to bottom, #F8F3DD 0%, #ebe1b6 100%);
	behavior: url(/g/libs/pie/20b1//pie.htc);
}
.cart-preview .cart-body ul,
.cart-preview .cart-body li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.cart-preview .cart-body ul {
	float: right;
}
.cart-preview .cart-body li {
	/*background: url(/d/737449/t/images/cart_border.png) 100% 0 no-repeat;*/
  border-right: 1px solid #8A6735;
  margin-top: 2px;
	padding: 0 20px;
	float: left;
}
.cart-preview .cart-body li span,
.cart-preview .cart-body li strong {
	color: #282828;
}

.cart-preview .cart-body li.order-btn {
	border: none;
	width: 128px;
	height: 24px;
	padding: 12px 10px;
}
.cart-preview .cart-body li.order-btn a, form.shop2-filter a.shop2-button {
	display: block;
	cursor: pointer;
	overflow: hidden;
	width: 128px;
	height: 24px;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;	
	border-radius: 4px;
	background: #520603;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #520603), color-stop(100%, #520603));
	background-image: -o-linear-gradient(top, #520603 0%, #520603 100%);
	background-image: -moz-linear-gradient(top, #520603 0%, #520603 100%);
	background-image: -webkit-linear-gradient(top, #520603 0%, #520603 100%);
	background-image: -ms-linear-gradient(top, #520603 0%, #520603 100%);
	background-image: linear-gradient(to bottom, #520603 0%, #520603 100%);
	-pie-background: linear-gradient(to bottom, #520603 0%, #520603 100%);
	behavior: url(/g/libs/pie/20b1//pie.htc); 
	text-align: center;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
    font-size: 14px;
}
.cart-preview .cart-body li.order-btn a:hover, form.shop2-filter a.shop2-button:hover {
	color: #fff;
	text-decoration: none;
	background: #68110d;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6e0a06), color-stop(100%, #6e0a06));
	background-image: -o-linear-gradient(top, #6e0a06 0%, #6e0a06 100%);
	background-image: -moz-linear-gradient(top, #6e0a06 0%, #6e0a06 100%);
	background-image: -webkit-linear-gradient(top, #6e0a06 0%, #6e0a06 100%);
	background-image: -ms-linear-gradient(top, #6e0a06 0%, #6e0a06 100%);
	background-image: linear-gradient(to bottom, #6e0a06 0%, #6e0a06 100%);
	-pie-background: linear-gradient(to bottom, #6e0a06 0%, #6e0a06 100%);
	behavior: url(/g/libs/pie/20b1//pie.htc); 
}
.cart-preview .cart-body li.order-btn a:active, form.shop2-filter a.shop2-button:active {
	color: #fff;
	text-decoration: none;
	background: #68110d;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #68110d), color-stop(100%, #68110d));
	background-image: -o-linear-gradient(top, #68110d 0%, #68110d 100%);
	background-image: -moz-linear-gradient(top, #68110d 0%, #68110d 100%);
	background-image: -webkit-linear-gradient(top, #68110d 0%, #68110d 100%);
	background-image: -ms-linear-gradient(top, #68110d 0%, #68110d 100%);
	background-image: linear-gradient(to bottom, #68110d 0%, #68110d 100%);
	-pie-background: linear-gradient(to bottom, #68110d 0%, #68110d 100%);
	behavior: url(/g/libs/pie/20b1//pie.htc); 
}

form.shop2-filter a.shop2-button span.shop2-button-left, form.shop2-filter a.shop2-button span.shop2-button-right, form.shop2-filter a.shop2-button:hover span.shop2-button-left, form.shop2-filter a.shop2-button:hover span.shop2-button-right, form.shop2-filter a.shop2-button:active span.shop2-button-left, form.shop2-filter a.shop2-button:active span.shop2-button-right {background: none;}

form.shop2-filter a.shop2-button {display:inline-block; *display:inline; *zoom:1; vertical-align:top;}

/* ***** Blocks in Header ***** */
/* Login Top */
.login-top {
	font-size: 11px;
	color: #999;
	padding-bottom: 20px;
}
.login-top a {color: #999;}
.login-top a:hover {color: #e15344;}

/* Company Desc */
.company-desc {
	font-size: 14px;
	color: #e15344;
}

/* Phone Top */
.phone-top {
	float: right;
}
.phone-top .phone-title {
	font-size: 11px;
	color: #e15344;
}
.phone-top .phone-body {
	font-size: 15px;
	color: #333;
}

/* Company Name */
.company-name {
	overflow: hidden;
	padding: 95px 0 54px;
	text-align: center;
}
.company-name .text {
	font-family: Georgia, 'Times New Roman', times;
	font-size: 30px;
	font-style: italic;
	color: #222;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.company-name .double-solid {
	line-height: 0;
	font-size: 0;
	position: absolute;
	top: 100%;
	right: 16px;
	left: 16px;
	height: 4px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 4px;
    display: none;
}
.company-name .vertical-align {
	display: none;
	*display: inline;
	*zoom: 1;
	height: 66px;
	width: 0;
	vertical-align: middle;
	line-height: 0;
	font-size: 0;
}

/* Nav Top */
.nav-top,
.nav-top li,
.nav-top ul {
	list-style: none;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
}

.nav-top {
    max-width: 1000px;
	min-width: 960px;
	margin: 0 auto;
	min-height: 40px;
	background: #620604 url(to-menu-bg.jpg) 0 0 no-repeat;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	text-align: left;
	color: #fff;
    border: 1px solid #520202;
}

.nav-top ul {
	text-align: left;
}
.nav-top ul li {
	vertical-align: top;
	background: url(top-menu-border.png) 100% 0 no-repeat;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.nav-top ul li a {
	cursor: pointer;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	font-size: 13px;
	text-decoration: none;
	color: #fff2cb;
}
.nav-top ul li a:hover,
.nav-top ul li a.active {
	text-decoration: underline;
}

.nav-top ul li.home {
	border-right: 1px solid #520202;
    background: none;
    margin-right: 19px;
}

.nav-top ul li.home a {
	padding: 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
	background-color: #fff0c4;
	text-decoration: none;
    behavior: url(/g/libs/pie/20b1//pie.htc); 
}

/* Search Top */
.search-top {
	float: right;
	width: 210px;
	height: 22px;
	display: inline;
	margin: 9px 28px 9px 10px;
	background-color: #feefc5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.search-top input {
	border: none;
	background: none;
	vertical-align: top;
	padding: 0;
	margin: 0;
	font: inherit;
}
.search-top input[type="text"] {
	float: left;
	width: 180px;
	padding: 4px 0 3px 8px;
	text-align: left;
	font-size: 12px;
	color: #140807;
}
.search-top input[type="text"]:focus {
	color: #140807;
}
.search-top button,
.search-top input[type="button"],
.search-top input[type="submit"] {
	background: url(search-icon.png) 50% 50% no-repeat;
	cursor: pointer;
	width: 22px;
	height: 22px;
	float: right;
	text-indent: -1000px;
}




/* ***** Blocks in Sidebar ***** */
/* Nav Main */
.nav-main,
.nav-main li,
.nav-main ul {
	list-style: none;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
}

.nav-main {
	width: 196px;
	padding: 0 12px;
	margin-bottom: 20px;
}

.nav-main li a {
	border-bottom: 1px solid #af8d63;
	display: block;
	cursor: pointer;
	line-height: normal;
	padding: 5px 0;
	font-family: 'Andika', sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	color: #8a0906;
}
.nav-main li a:hover,
.nav-main li a.active {
	text-decoration: none;
	color: #8a0906;
}

.nav-main li li a {
	padding: 4px 12px;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #000; font-weight: bold;
}
.nav-main li li a:hover,
.nav-main li li a.active {
	text-decoration: underline;
	color: #000;
}

.nav-main ul ul {
	padding-left: 12px;
	border-bottom: 1px solid #af8d63;
}

.nav-main li li li a {
	border: none;
	font-size: 12px;
}

/* Block Text */
.block-text {
	margin: 20px 0;
	width: 220px;
	text-align: left;
}

.block-text .block-title {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background: #540603 url(edit_title_bg.png) 0 0 no-repeat;
	padding: 6px 10px;
	font-size: 18px;
	color: #feefc5;
    border: 1px solid #5e180c;
    behavior: url(/g/libs/pie/20b1//pie.htc);
}

.block-text .block-body {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border-style: solid;
	border-color: #746348;
    background: #746348;
	border-width: 0 1px 1px 1px;
	padding: 10px 9px 9px 9px;
	font-size: 14px;
    behavior: url(/g/libs/pie/20b1//pie.htc); 
    color: #feefc5;
}
.block-text .block-body p {
	margin: 10px 0;
}

/* Block News */
.block-news {
	margin: 20px 0;
	width: 220px;
	text-align: left;
}

.block-news .block-title {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background: #e15344;
	padding: 6px 10px;
	font-size: 18px;
	color: #fff;
}

.block-news .all-news {
	font-size: 11px;
	color: #fff;
}

.block-news .block-body {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border-style: solid;
	border-color: #d6d6d6;
	border-width: 0 1px 1px 1px;
	padding: 0 9px;
	font-size: 12px;
}

.block-news article {
	padding: 10px 0;
}
.block-news article time {
	display: block;
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
}

/* Block Informers */
.block-informers {
	margin: 20px 0;
	padding: 0 10px;
	width: 200px;
	text-align: left;
	font-size: 11px;
	color: #000;
}
.block-informers .block-title {
	font-size: 22px;
	margin-bottom: 10px;
}




/* ***** Blocks in Content ***** */
/* Slider */
.slider {
	position: relative;
	margin: 20px auto;
}
.slider:first-child {
	margin-top: 0;
}
.slider-container {
	overflow: hidden;
	width: 710px;
	height: 520px;
	margin: 0 auto;
    -moz-border-radius: 6px;
	-webkit-border-radius:6px;	
	border-radius: 6px;
	behavior: url(/g/libs/pie/20b1//pie.htc); 
	position: relative;
}
.slider-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 99999px;
	height: 520px;
}
.slider-container ul li {
	float: left;
	width: 710px;
	height: 520px;
}
.slider-container ul li a {
	display: block;
}
.slider-container ul li img {
	border: none;
	display: block;
	width: 710px;
	height: 520px;
}

.slider .slide-arrow {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 28px;
	height: 60px;
	background: url(slider-controllers.png) no-repeat;
	cursor: pointer;
}
.slider .next-slide {
	right: 0;
	background-position: 100% 0;
}
.slider .prev-slide {
	left: 0;
	background-position: 0 0;
}

/* Site Path */
.site.path {
	font-size: 11px;
	color: #a0a0a0;
	margin: 10px 0;
}
.site.path:first-child {
	margin-top: 0;
}

/* Block Novelty */
.block-novelty {
	margin: 20px 0;
}
.block-novelty .block-title {
	background: #d6d6d6 url(block-title.png) 0 0 repeat-x;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	padding: 10px 12px;
	font-size: 17px;
	font-weight: bold;
	color: #333;
}
.block-novelty .all-novelty {
	font-size: 11px;
	font-weight: normal;
}

.block-novelty .block-body {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}




/* ***** Blocks in Footer ***** */
/* Sitename */
.sitename {
	padding: 0 0 20px 0;
	font-size: 11px;
	text-align: left;
}

/* Shared Bot */
.shared_bot {
	font-size: 11px;
}
.shared_bot .title {
	margin: 0 0 4px 0;
}

/* Contacts Bot */
.contacts-bot {
	float: left;
	width: 250px;
	padding: 20px 0 10px 0;
}

/* Copy */
.copy {
	background: url(mega.png) 100% 0 no-repeat;
	float: right;
	margin: 0 0 20px 0;
	min-height: 32px;
	padding: 2px 40px 0 0;
	width: 140px;
	text-align: right;
	font-size: 11px;
}
.copy span[style] {
	font-size: 11px !important;
}
.copy a {
	display: inline-block;
}

/* Counters Bot */
.counters-bot {
	clear: both;
	text-align: right;
}
.counters-bot img {
	border: none;
}
.site-path {color: #e4d6ad;}

.bottom_block {padding: 0 40px 10px 0;}

.home-page {
    position: absolute;
    left: 0; top: 0; right: 0; height: 284px; z-index: 100;
}


.sl_ed_block {
	background: #691918;
}
.sl_pic {
	width: 210px;
	height: 210px;
	overflow: hidden;
	padding: 5px;
}

.sl_ed_block {
	color: #fff;
	padding: 0 0 0px 0px;
}
.sl_ed_block .body {
	padding: 0 10px 10px 10px;
}
.sl_ed_block .bx-controls {
	visibility: hidden;
}
.sl_ed_block:hover .bx-controls {
	visibility: visible;
}

.product-amount {
	margin-bottom: 10px;
	text-align: center;
}
.product-amount span {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 3px;
	background: #691918;
	color: #fff;
	vertical-align: middle;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
}

.product-amount span.disabled {
	background: #666;
}
.product-amount .param-tit {
	margin-bottom: 5px;
}
.product-amount input[type=text] {
	width: 45px;
	border: none;
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	margin: 0 3px;
	text-align: center;
	border-radius: 3px;
	background: #feefc5;
}

.product-buy {
	margin-top: 5px;
	float: right;
	border: none;
	border-radius: 4px;
	color: #fff;
	padding: 5px 10px;
	cursor: pointer;
	outline: none;
	background-image: -webkit-linear-gradient(-180deg, #B83635 0%, #992D2C 41%, #6D201F 100%);
	background-image: -moz-linear-gradient(-180deg, #B83635 0%, #992D2C 41%, #6D201F 100%);
	background-image: -o-linear-gradient(-180deg, #B83635 0%, #992D2C 41%, #6D201F 100%);
	background-image: linear-gradient(-180deg, #B83635 0%, #992D2C 41%, #6D201F 100%);
}
.product-buy:hover {
	background-image: -webkit-linear-gradient(-180deg, #C67B7B 0%, #992D2C 41%, #6D201F 100%);
	background-image: -moz-linear-gradient(-180deg, #C67B7B 0%, #992D2C 41%, #6D201F 100%);
	background-image: -o-linear-gradient(-180deg, #C67B7B 0%, #992D2C 41%, #6D201F 100%);
	background-image: linear-gradient(-180deg, #C67B7B 0%, #992D2C 41%, #6D201F 100%);
}
.product-buy:disabled {
	background: #666;
	cursor: default;
}