* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
    color: #373737;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.6em;
	width: 100%;
	height: 100%;
    background: url("/web/images/bg_body.gif");
}
a {
	color: #2C2C2C;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 10px;
    font-size: 14px;
}
img {
	border: none;
}


ul, ol {
    list-style: none;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    background: url("/web/images/bg_border_left_right.png") repeat-y;
    /*background-color: #86A7A5;*/
}

h1, h2 {
    margin: 20px 0;
    font-size: 20px;
    color: #B64F23;
}

table, td, th {
    border: none;
    border-collapse: collapse;
}

td, th{
    padding: 10px;
    vertical-align: middle;
}

.btn {
    padding: 5px;
}

.zakaz_btn, .after_zakaz_btn {
    border: none; 
    background: none; 
    background-color: #248834; 
    color: #fff; 
    cursor: pointer;
}

.after_zakaz_btn {
    background-color: #8ACA9C;
}

input, select, textarea {
    border-radius: 3px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
    position: relative;
    margin: 0 auto;
    width: 100%;  
    height:310px;
}

#main_title {
    line-height: 25px;
    margin: 10px;
    text-align: center;
    color: #336633;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#main_title span {
    display: none;
}

#cart {
    position: absolute;
    right: 30px;
    top: 40px;
    cursor: pointer;
}


#contact_us {
 
}

#contact_us table, #contact_us td {
    border: none;
}



#contact_header, #right_header {
    font-weight: bold;
    font-size: 14px;
    position: absolute;   
}

#right_header {
    right: 10px;
    top: 20px;
}

#right_header div {
    margin: 0 0 5px;
}

#right_header div > span {
    display: block;
}

#contact_header {
    left: 520px;
    top: 20px;
}

#contact_header span {
    display: block;
    position: relative;
    margin-bottom: 2px;
}

#contact_header span img {
    position: absolute;
    top: 1px;
    left: -22px;
}

#reg_inp {

}

#right_header  #cart {
    right: 10px;
    bottom: 15px;
}

#authorization {
    right: 10px;
}


#cart p, #contact_header p, #authorization p {
    padding: 0;
    margin: 0;
}

#cart p {
    font-size: 14px;
    font-weight: bold;
    padding: 2px 0;
}

span#create_order {
    margin: 5px 0 0 0;
    color: #444; 
    font-weight: bold; 
    font-size: 16px; 
    text-decoration: underline;
    cursor: pointer;
}

#bloks_header {
    position: absolute;
    bottom: 50px;
    padding-left: 5px;
}

#bloks_header div {
    text-align: center;
    width: 225px;
    border: 2px solid #157203;
    padding: 2px;
    margin: 0 2px 0;
    float: left;
    line-height: 17px;
    background-color: #fff;
    border-radius: 4px;
}


#title {
    position: absolute;
    text-align: center;
    top: 15px;
    left: 40px;
    width: 400px;
    cursor: pointer;
}

#border_top {
    width: 100%;
    height: 22px;
    background: url("/web/images/bg_border_top_bottom.png");
}

#inner_header {
    width: 100%; 
    height: 310px;
    /*background: url("/web/images/bg_header.gif");*/
}

#top_menu {
    height: 40px;
    bottom: 0;
    left: 20px;
    width: 958px;
    position: absolute;
    background: url("/web/images/button4.gif");
    font-weight: bold;
    line-height: 40px;
    border-radius: 8px;
}

#top_menu ul {
    float: right;
    margin-right: 40px;
}

#top_menu li {
    display: inline-block;
}

#top_menu ul li a {
    border: 2px groove #fff;
    padding: 2px 6px;
    font-size: 14px;
    font-weight: bold;
    color: #DFDFDF;
    text-decoration: none;
}

#top_menu ul li a:hover, #top_menu ul li a.active {
    color: #FFCD75;
    text-decoration: none;
}

#searchform {
	height: auto;
	display: inline-block;
	position: relative;
	float: left;
	margin: 0 0 0 10px;
}

#searchform .searchfield {
	position: relative;
	padding: 0 0 0 5px;
	background: #FFF;
	width: 150px;
	outline: none;
	color: #444;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

#searchform .searchbutton {
	background: url("/web/images/icon_search.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	cursor: pointer;
	height: 25px;
	position: absolute;
	right: 2px;
	top: 12px;
	width: 25px;
}

#title_header {
    text-align: center;
    margin: 0;
    line-height: 18px;
    font-size: 16px;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
    width: 975px;
	padding: 0 5px 5px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '';
	clear: both;
	display: table;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
    width: 760px;
    float: right;
    background: url("/web/images/bg_content.gif");
	padding: 0 0 40px 0;
}

.prod {
    position: relative;
}

#content h1 {
    color: #990000;
    font-size: 1.5em;
    line-height: 120%;
    margin: 10px 0;
    text-align: center;
}

#content h1.prod_head {
    
}

#content h1 span {
    display: block;
    font-size: 16px;
    color: #074149;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/

#sideLeft {
    float: left;
    margin-left: -100%;
    padding: 10px 0 0 3px;
    position: relative;
    width: 185px;
}

#menu {
    position: relative;
    margin: 5px 0 0 20px;
}

#menu li.parent ul {
    display: none;
}

.sub_menu {

}

#menu > li > a{
    color: #883922;
}

#menu a {
    display: block;
    color: #85331C;
    text-decoration: none;
    padding: 3px 2px 3px 3px;
    font-size: 1.1em;
    font-weight: bold;
    margin-right: 2px;
}

#menu li a:hover, #menu li a.active {
    color: #f00;
}

#menu li {
    position: relative;
    background: url("/web/images/ok.gif") no-repeat scroll 0 5px transparent;
    padding: 0 0 0 10px;
    position: relative;
    margin-left: 5px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -22px auto 0;
	height: 22px;
	position: relative;
    background: url("/web/images/bg_border_top_bottom.png") left bottom repeat-x;
}

p#back-top {
    bottom: 1px;
    margin-left: 50px;
    position: fixed;
}
#back-top a {
    display: block;
    text-align: center;
    text-decoration: none;
    transition: all 1s ease 0s;
    width: 108px;
}
#back-top span {
    background: url("/web/images/up-arrow.png") no-repeat scroll center center #DDDDDD;
    border-radius: 15px 15px 15px 15px;
    color: #178820;
    display: block;
    font-weight: bold;
    height: 108px;
    margin-bottom: 7px;
    opacity: 0.7;
    transition: all 1s ease 0s;
    width: 108px;
}

#footer p {
    color: #222222;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.gallery_in_main_page li {
    border: none;
    padding: 0;
    width: 235px;
}

#view_prod li.active_prod {
   border: 2px groove #c00; 
}

#main_page_img li a {
    color: #444;
    text-decoration: none;
}

#view_prod li span, .gallery_in_main_page span {
    padding: 2px 0 0 2px;
    text-align: center;
    display: block;
}

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

.zakaz input[type=text] { 
    width: 50px;
    text-align: center;
}


#lean_overlay {
    position: fixed;
    z-index: 200;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

.modal_prod {
    display: none;
    padding: 30px;
}

#exit {
    position: absolute;
    right: 3px;
    top: 3px;
    background-image: url("/web/images/close_small.png");
    height: 20px;
    width: 20px;
}

#lean_overlay, #exit {
    cursor: pointer;
}

.cart {
    margin: 20px 10px 0 0;
    float: right;
}

.modal_prod_img {
    display: none;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.modal_prod_img td {
    padding: 5px;
}

.modal_prod_img_small {
    position: relative;
    padding: 5px;
    background-color: #EDEDED;
    min-height: 30px;
}

.modal_prod_img .desc img {
    margin: 5px 5px 5px 0;
    width: 70px;
    cursor: pointer;
    display: block;
}

.modal_prod_img .desc img.active_small {
    border: 2px solid #c00;
}

.close__ {
    position: absolute;
    right: 7px;
    top: 4px;
    width: 18px;
    cursor: pointer;
}

.desc {
   vertical-align: top; 
}

a.prev, a.next {
    color: #444444;
    font-size: 16px;
    height: 40px;
    display: inline-block;
    padding: 10px 0 0 0;
}

a.next {
    text-align: right;
    float: right;
}

a.prev {
    float: left;
}

#filters {
    padding-bottom: 8px;
    background: url("/web/images/filter-fon.png") no-repeat; 
}

#filters table, #filters table td {
    border: none;
}

#submit-filter-product {
    border: medium none;
    background: none;
    background-image: url("/web/images/filter-button.png");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 42px;
    width: 153px;
}

#filters select, #filters .filters_input {
	height: 27px;
	margin-top: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCC;
	padding-left: 5px;
	background: #F0F0F0;
}

#filters label {
    display: block;
    padding-top: 5px;
    font-weight: bold;
    color: #fff;
}

#filters .short {
    width: 45px;
}

#filters td {
    padding: 0 0 0 25px;
}

#filters td p, #filters td span {
    color: #fff;
    margin: 0;
}

.filters {
    background: url("/web/images/filter-products-button.png") no-repeat;
    cursor: pointer;
    font-weight: bold;
    height: 32px;
    position: absolute;
    width: 118px;
    color: #FFF;
}

.filters span {
    padding: 10px 0 0 26px;
    display: block;
}

#cart_table {
    width: 100%;
}

#cart_table, #cart_table td, #cart_table th {
    padding: 5px;
    border: 1px solid #cecece;
        text-align: left;
}

#cart_table p {
    margin: 0;
}

.img_cart {
    width: 100px;
    float: left;
    margin-right: 5px;
}

.del_cart {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.short {
    width: 30px;
}

.upd_cart_submit {
    display: block;
    border: none;
    background: none;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

#itogo {
    font-weight: bold;
    font-size: 14px;
}

#message {
    display: none;
    opacity: .8;
    font-weight: bold;
    padding: 20px 5px 0;
    border-radius: 10px;
    background: #FFF;
    height: 40px;
    position: fixed;
    top: 0;
    right: 20px;
}

.err_msg {
    display: block;
    font-size: 14px;
    color: #c00;
}

.article ul {
    display: inline-block;
}

.article li {
    background: url("/web/images/ok.png")  0 3px no-repeat;
    font-size: 14px;
    padding: 0 0 0 15px;
    margin: 10px 0;
}

.error {
    display: none;
    border: 1px solid #c00;
    width: 170px;
    padding: 0 5px;
}

.modal_prod_img h2 {
    margin: 0 0 10px 0;
}

.article {
    padding: 5px 10px;
}


.article .gallery_in_main_page span {
    color: #373737;
}


#content .article h1, #content .article h2 {
    color: #990000;
    text-align: left;
}

.article .gallery_in_main_page {
    display: block;
}

#view_prod, .gallery_in_main_page {
    text-align: center;
}

#view_prod li, .gallery_in_main_page li {
    position: relative;
    display: inline-block;
    margin: 5px 1px;
    padding: 5px;
    vertical-align: top;
    width: 235px;
    background: none;
    background-color: #fff;
}

.gallery_in_main_page li {
    border-radius: 5px;    
    padding: 5px 5px 10px;
    width: 230px;
    margin: 10px 0;
}

#view_prod li img, .gallery_in_main_page img {
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
}

.nav {
    position: absolute;
    bottom: -5px;
    left: 240px;
}

#view_prod .new_prod {
    position: absolute;
    width: 60px;
    top: 4px;
    right: 4px;
}

#view_prod li .ost {
    display: inline;
}

.continue {
    font-weight: bold;
    font-size: 16px;
}

.slide-out-div {
    padding: 15px;
    width: 580px;
    background: #fff;
} 

.modal_prod_img p, .modal_prod_img .article p {
    margin: 20px 0;
    max-width: 350px;
}

.div_main_page_left {
    width: 200px;  
    margin: 0 0 5px; 
    padding: 0 0 10px; 
    background: #DDD; 
    border-radius: 10px
}

.inp_radio p {
    margin: 5px 0;
    position: relative;
}

.inp_radio input[type=radio] {
    position: absolute;
    top: 4px; 
}

.inp_radio span {
    display: inline-block;
    margin-left: 17px;
    vertical-align: middle;  
}

.pages_nav {
    text-align: center;
    font-weight: bold;
}

.pages_nav a, .pages_nav strong {
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
}

.pages_nav a {
    color: #074149;
}

.pages_nav strong {
    color: #BA5C3A;
}

.view_big {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #c00;
    border-radius: 5px;
}

.view_small_active {
  border: 1px solid #c00;
}

.view_small {
  width: 90px;
  height: auto;
  display: inline-block;
}

.prod_on_page {
    width: 100%;
    position: relative;
    padding: 0;
}

.prod_on_page td {
    vertical-align: top;
    position: relative;
}

.price_view {
    display: inline-block;
}

.price_view span {
    display: block;
}

a.small {
    text-decoration: none;
}

#part {
    margin: 17px 24px 0;
    padding: 5px 0 0 150px;
    text-align: center;
    border-top: 1px solid #85331C;
    position: relative;
}

#part a {
    position: relative;
    height: 70px;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #275A61;
    border: 1px solid #c00;
    background-color: #D0BEAD;
}

#part a:hover {
    background-color: #2F8225;
}

#part a img {
    height: 70px;
}

#part span {
    position: absolute;
    left: 95px;
}


.slider_wrap {
    margin:5px auto 20px;
    width:680px;
    height:430px;
    position:relative;
    overflow:hidden;
}
.slider_wrap img {
    width:640px;
    height:auto;
    display:none;
    position:absolute;
    top:0;
    left:20px;	
}
.slider_wrap img:first-child {
    display:block;
}
.slider_wrap span {
    margin-top:-13px;
    width:15px;
    height:26px;
    display:block;
    position:absolute;
    top:50%;
    cursor:pointer;
    background:url("/web/images/slider2_arrow.png") no-repeat;
}
.slider_wrap span.next {
    right:0;
    background-position:-15px 0;
}
.slider_wrap span.next:hover {
    background-position:-15px -26px;
}
.slider_wrap span.prev {
    left:0;
    background-position: 0 0;
}
.slider_wrap span.prev:hover {
    background-position: 0 -26px;
}

table.contact_table {
    width: 100%;
    margin: 20px auto;
}

table.contact_table, table.contact_table td {
    border-collapse: collapse;
    border: 1px solid #bfbfbf;
}

table.contact_table td {
    padding: 10px;
}

table.contact_table td a {
    color: #333333;
    font-weight: bold;
    text-decoration: underline;
}

#callme {
    height: 210px;
    position: fixed;
    top: 240px;
    width: 25px;
    z-index: 6;
    right: 0;
}

#callmeform  .txt {
    width: 290px;
    border: 1px solid #aaa;
    color: #777;
    font-size: 14px;
    padding: 2px 2px;
}

#callmeform {
    display: none;
    text-shadow: 0 1px #fff;
    border-bottom: 1px solid #0f8f0c;
    border-top: 1px solid #0f8f0c;
    box-shadow: 0 3px 10px #ccc;
    padding-left: 10px;
    position: fixed; 
    border-radius: 10px;
    right: 22px;
    top: 240px;
    width: 305px;
    z-index: 9999;
    background: #efefef;
}

#callmeform table {
    border-collapse: collapse;
    width: 305px;
}

#callmeform table td {
    font-size: 12px; 
    padding: 2px 1px;
}

#callmeform .btn {
    text-shadow: 0 1px #efefef;
    font-weight: bold;
    margin-top: 3px;
    padding: 5px 9px;
}

#callmeform h6 {
    color: #0f8f0c;
    font-size: 13px;
    padding: 10px 0 8px 0;
    margin: 0;
}

.hide-on {display: none;}

.hide-off {display: block;}

.callmebody {
    font-family: Arial;
    font-size: 80%;
    background: #fff;
    padding: 5px 10px;
}

.callmebody .inf {
    padding: 0 5px;
    margin: 0 0 10px 0;
    font-weight: bold;
    clear: both;
}

#viewform {
    border: 0;
    padding: 0;
    background: url("/web/images/callme.png") 0px 0px no-repeat;
    height: 210px;
    width: 25px;
    cursor: pointer;
}


#callme_result {
	background: #fff url("/web/images/loading.gif") 10px center no-repeat;
	display: block;
	clear: both;
	margin: 5px 11px 10px 0px;
}

#callme_result div {
    padding: 7px 7px;
    margin: 4px 0px 0px 0px;
}

#callme_result .sending {
	padding: 4px 0 4px 35px;
	display: block;
	clear: both;
}

#callme_result .c_success {
	background: #c8ed9c;
}

#callme_result .c_error {
	background: #ffadad;
	color: #333;
	text-shadow: none;
}

#cme_cls {
	height: 16px;
	width: 16px;
	float: right;
	display: inline;	
	background: url("/web/images/close_.png");
	margin: 12px 14px 0 0;
	box-shadow: 0 1px 0px #fff;
	cursor: pointer;
}

#cm_crds a {
	font-size: 10px;
	color: #888;
}

#cm_crds a:hover { text-decoration: none; }

#cm_crds {
	display: inline;
	float: right;
	padding: 10px 15px 0 0;
	font-size: 10px;
	color: #888;
}

.styled_select {
    background: url("/web/images/15xvbd5.png") no-repeat 96% 0;
    height: 29px;
    overflow: hidden;
    width: 150px;
    border-radius: 5px;
    background-color: #5D8B2E;
}

.styled_select select {
    color: #fff;
    background: transparent;
    border: none;
    font-size: 14px;
    height: 29px;
    padding: 5px;
    width: 165px;
    text-transform: none;
}

.styled_select select option {
    background: #5D8B2E;
}

.art {
    margin: 0;
    padding: 0 2px;
    font-weight: bold;
    position: absolute;
    bottom: 1px;
    right: 0;
    background: #fff;
}