/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
    font-family: PTSansRegular;
    src: url(../fonts/pt_sans_regular.ttf);
}

@font-face {
    font-family: PTSansBold;
    src: url(../fonts/pt_sans_bold.ttf);
}

@font-face {
    font-family: ALSMalina;
    src: url(../fonts/als_malina.otf);
}

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%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol.ol-reset, ul.ul-reset {
    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;
}

body {
    line-height: 1;
    color: #47292b;
    background: #fff url(../img/bg.jpg) repeat;
    font-size: 14px;
    font-family: PTSansRegular, Tahoma, sans-serif;
}

a {
    text-decoration: underline;
    color: #47292b;
}

a:hover {
    text-decoration: none;
}

h1, h3 {
    font-family: ALSMalina, Tahoma, sans-serif;
    font-size: 26px;
    color: #9ab350;
    margin-bottom: 18px;
}

h2 {
    font-family: ALSMalina, Tahoma, sans-serif;
    font-size: 18px;
    color: #47292b;
    padding-left: 60px;
}

.column-left h2 {
	/* height: 38px; */
    margin-bottom: 26px;
}

.cf:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
* html .cf {
    height: 1%;
}

.site-box {
    width: 960px;
    margin: 0 auto;
    box-shadow: 0 0 5px #bba685;
}

.site-header {
    height: 120px;
    position: relative;
    background: #fff;
}

.site-logo,
.socials,
.callback,
.adress,
.phones,
.email {
    position: absolute;
}

.socials,
.callback,
.phones {
    top: 20px;
}

.site-logo {
    left: 10px;
}

.socials {
    left: 342px;
}

.adress {
    width: 188px;
}

.adress,
.callback {
    left: 440px;
}

.adress,
.email {
    top: 70px;
}

.phones,
.email {
    left: 690px;
    padding-left: 60px;
}

.phones {
    font-family: PTSansBold, Tahoma, sans-serif;
    font-size: 20px;
    background: url(../img/icon_phone.png) no-repeat 0 center;
}

.phones span {
    color: #e3c38a;
    font-size: 14px;
}

.email {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    background: url(../img/icon_email.png) no-repeat 0 center;
}

.callback a {
    display: block;
    width: 190px;
    height: 36px;
    background: url(../img/btn_callback.png) no-repeat 0 0;
}

.slides {
    width:960px;
    height:380px;
}

.photoslider-mini{width:960px;height:380px;}

/* Panels buttons */
.photoslider-mini .sliderkit-go-btn{position:absolute;top:0;z-index:10;width:50px;height:380px;}
.photoslider-mini .sliderkit-go-prev{left:0;}
.photoslider-mini .sliderkit-go-next{right:0;}
.photoslider-mini .sliderkit-go-btn a{display:block;width:50px;height:380px;cursor:pointer;}
.photoslider-mini .sliderkit-go-prev a{background:url("../img/prev.png") no-repeat center center;}
.photoslider-mini .sliderkit-go-next a{background:url("../img/next.png") no-repeat center center;}
.photoslider-mini .sliderkit-btn-disable a{opacity:0/*can be set to any value until 1*/;cursor:default;}
.photoslider-mini .sliderkit-btn-disable a:hover{cursor:default;}
.photoslider-mini .sliderkit-go-btn span{display:none;}

.site-menu {
    width: 980px;
    height: 60px;
    margin-left: -10px;
    font-family: ALSMalina, Tahoma, sans-serif;
    font-size: 18px;
    background: #f2eeea;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #988a8a;
    box-shadow: 0 0px 1px #988a8a;
    position: relative;
}

.site-menu ul {
    float: left;
    margin-left: 50px;
}

.site-menu li {
    float: left;
    height: 60px;
    line-height: 60px;
}

.site-menu li.sep {
    background: url(../img/sep.png) no-repeat center center;
    width: 7px;
    padding: 0 10px;
}

.site-menu a {
    position: relative;
    text-decoration: none;
}

.site-menu a:hover {
    color: #4abcee;
}

.site-menu a:hover:after {
    display: block;
    content: '';
    background: url(../img/wave.png) repeat-x 0 0;
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 6px; 
}

.content-box {
    padding: 40px;
    background: #fff;
}

.content-box p {
    margin-bottom: 26px;
    line-height: 20px;
}

.column-right {
    width: 640px;
    float: right;
}

.column-left {
    width: 200px;
    float: left;
    background: url(../img/bg_bottom_cleft.png) no-repeat 0 bottom;
    padding-bottom: 60px;
}

.sn-date {
    color: #53add2;
}

.sn-header {
    font-weight: bold;
}

.site-news {
    line-height: 20px;
}

.site-news a {
    text-decoration: none;
}

.site-news a:hover {
    text-decoration: underline;
}

.site-clauses h2,
.site-news h2 {
    background: url(../img/icon_news.png) no-repeat 0 center;
}

.site-news article {
    margin-bottom: 28px;
}

.site-footer {
    position: relative;
    height: 120px;
    background: #fff url(../img/bg_top_footer.png) no-repeat center top;
    font-size: 15px;
    line-height: 20px;
}

.copyright,
.contacts,
.site-menu-footer,
.creator {
    position: absolute;
    top: 48px;
}

.copyright {
    left: 40px;
    width: 160px;
}

.contacts {
/*     left: 280px;
    width: 136px;
	line-height: 2; */
	
	left: 217px;
	width: 210px;
}

.site-menu-footer {
    left: 430px;
    width: 360px;
}

.site-menu-footer li {
    float: left;
    margin-right: 20px;
}

.site-menu-footer a,
.breadcrumb a {
    color: #4abcee;
    text-decoration: underline;
}

.site-menu-footer a:hover,
.breadcrumb a:hover {
    text-decoration: none;
}

.creator {
    right: 40px;
    width: 150px;
    font-size: 12px;
    line-height: 12px;
}

.creator a {
    text-decoration: none;
}

.creator a:hover {
    text-decoration: underline;
}

.site-catalog {
    background: url(../img/bg_mc_vert.png) repeat-y;
    text-align: center;
    position: relative;
    margin: 44px 0 100px 0;
    font-weight: bold;
}

.site-catalog:before {
    position: absolute;
    top: -44px;
    left: 0;
    display: block;
    content: '';
    width: 190px;
    height: 44px;
    background: url(../img/bg_mc_goriz_top.png) no-repeat 0 0;
}

.site-catalog:after {
    position: absolute;
    bottom: -44px;
    left: 0;
    display: block;
    content: '';
    width: 190px;
    height: 44px;
    background: url(../img/bg_mc_goriz_bottom.png) no-repeat 0 0;
}

.site-catalog li {
    margin: 12px auto;
	width: 180px;
}

.site-catalog .sprtr {
    height: 3px;
    background: url(../img/sprtr.png) no-repeat center 0;
}

.site-catalog ul {
    position: relative;
    z-index: 1;
}

.site-catalog ul:before {
    position: absolute;
    top: 0;
    left: -20px;
    display: block;
    content: '';
    width: 230px;
    height: 100%;
    background: url(../img/bg_mc_center.png) no-repeat 0 center;
    z-index: -1;
}

.breadcrumb {
    margin-bottom: 18px;
}

.shop_list td,
.photo_list td,
.photo-first-page td {
    padding: 0 20px 20px 0;
    text-align: center;
}

.photo-first-page .block_header {
    margin-bottom: 10px;
}

.photo-item {
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.photo_list img {
    width: 100%;
    height: auto;
}

.shop-item-title {
    font-size: 16px;
    font-weight: bold;
	height: 50px;
}

.shop-item-title a {
    text-decoration: none;
}

.shop-item-title a:hover {
    text-decoration: underline;
}

.id-photo {
    float: left;
    width: 200px;
	overflow: hidden;
}

.id-photo img {
	max-width: 200px;
	width: 100%;
	height: auto;
}

.id-params {
    float: right;
    width: 420px;
}

.id-text {
    margin-top: 35px;
}

.shop-photo {
    margin-bottom: 20px;
}

.shop_form {
    margin-top: 10px;
}

.shop-item-price {
    font-size: 22px;
    font-weight: bold;
}

.shop-item-order {
    display: block;
    width: 85px;
    height: 20px;
    border: 2px solid #9ab250;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    color: #9ab250;
    font-weight: bold;
    margin: 10px auto 18px auto;
    line-height: 20px;
}

.order-wrap {
    border-bottom: 1px solid #988a8a;
}

.id-params .shop-item-price {
    font-family: ALSMalina, Tahoma, sans-serif;
    font-size: 24px;
}

.id-params .shop_form {
    margin-top: -5px;
}

.id-params .error
{
	font-weight: bold;
	padding: 10px 0 0 0;
}

.params-list,
.id-text-block {
    margin: 16px 0 20px 0;
}

.button, [type="submit"] {
    background: url(../img/btn.png) repeat-x;
    width: 120px;
    height: 30px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: ALSMalina, Tahoma, sans-serif;
    font-size: 18px;
}

.cart_form [type="submit"] {
	padding: 0 20px;
	width: 175px;
	margin-top: 20px;
}

.button:hover {
    background: url(../img/btn_active.png) repeat-x;
}

.id-params .number {
    width: 28px;
    height: 28px;
    border: 1px solid #988a8a;
    border-radius: 3px;
    text-align: center;
    float: left;
}

.btn-count {
    margin: 0 9px;
	overflow: hidden;
}

.btn-count,
.id-params .button {
    float: left;
}

.btn-count-plus a,
.btn-count-minus a {
    display: block;
    width: 12px;
    height: 12px;
    text-indent: 100%;
}

.btn-count-plus {
    margin: 3px 0;
}

.btn-count-plus a {
    background: url(../img/plus.png) no-repeat 0 0;
}

.btn-count-plus a:hover {
    background: url(../img/plus_active.png) no-repeat 0 0;
}

.btn-count-minus a {
    background: url(../img/minus.png) no-repeat 0 0;
}

.btn-count-minus a:hover {
    background: url(../img/minus_active.png) no-repeat 0 0;
}

.shop_list {
    border-bottom: none;
}

.shop_list .block_header {
    background: none;
    padding: 0;
}

.clauses_list .block,
.news_list .block {
    margin-bottom: 30px;
}

.clauses_list .block p,
.news_list .block p {
    margin-bottom: 10px;
}

.clauses_list .date,
.clauses_id .clauses_text,
.news_id .news_text {
    margin-top: 10px;
}

.feedback_form .button {
    margin-top: 20px;
}

.site-cart {
    position: fixed;
    /* top: 68px; */
	top: 148px;
	
    right: -240px;
    width: 200px;
/*    height: 170px;*/
    border: 2px solid #76481e;
    border-radius: 10px 0 0 10px;
    background: #fff;
    padding: 20px;
	z-index: 7;
}

.btn-cart {
	position: fixed;
	/* top: 30px; */
	top: 110px;
	
    right: 0;
    width: 182px;
    height: 38px;
	z-index: 6;
}

.btn-cart a {
    display: block;
    width: 182px;
    height: 38px;
    background: url(../img/btn_cart.png) no-repeat 0 0;
}

#window-callback {
    display: none;
}

.cart-good {
	padding: 17px 0;
	border-bottom: 1px solid #988a8a;
}

.cg_summ {
	margin-top: 7px;
}

#show_cart a {
	text-decoration: none;
}

#show_cart .button {
	padding: 0 20px;
}

#show_cart .cg_name a {
	color: #4abcee;
	text-decoration: underline;
	font-weight: bold;
}

#show_cart .cg_name a:hover {
	text-decoration: none;
}

.cart_remove span, .wishlist_remove span {
	background: url(../img/btn_delete.png) no-repeat center center;
}

.cart_remove input {
	visibility: hidden;
}

.cart_remove {
	border-bottom: 1px solid #988a8a;
	vertical-align: top;
}

.cg-count {
	display: none;
}

.cart_img img {
	margin: 0 20px 10px 0;
}

.cart_last_tr td {
	padding: 20px 0;
}

.cart_form input[type=text],
.cart_form input[type=email],
.cart_form textarea {
	margin: 5px 0 10px 0;
}

.payments .payment {
	margin: 5px 0;
}

.payments .payment_text {
	margin-top: 5px;
}

.cart_autorization {
	display: none;
}

.shop_list .addict-field{
	display: none;
}

.param_3{
	display: none;
}

.btn-indiv-wrap {
	text-align: right;
	margin-bottom: 26px;
}

.btn-indiv {
	display: inline-block;
	width: 248px;
	height: 36px;
	background: url(../img/btn_indiv.png) no-repeat 0 0;
	cursor: pointer;
}

.infofield {
	padding: 10px 0 5px;
}

.feedback_form textarea {
	width: 490px;
}

.delivery-date {
	font-family: PTSansBold, Tahoma, sans-serif;
}

.delivery-date .timecalendar {
	box-shadow: 0 0 18px #4abcee;
}
.myButtonz {
 display:none !important;   
}