.product_large_seo {
	margin-top: 20px;
	padding: 20px 24px;
    width: 607px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 28px;
    background-color: rgba(255,255,255,0.5);
}


/* filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
*/

/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ @font-face {font-family:"Days";src:url("../css/fonts/Days.eot?") format("eot"),url("../css/fonts/Days.woff") format("woff"),url("../css/fonts/Days.ttf") format("truetype"),url("../css/fonts/Days.svg#Days") format("svg");font-weight:normal;font-style:normal;}

html, body {
  margin: 0;
    font-family: 'Arial';
    color: #333333;
}

img {
  border: none;
}

textarea {
  resize: none;
}

.clear {clear: both;}
.clear1 {clear: both; height: 1px;}

body {
    /*background: url('../images/bg.jpg');*/
  background: url('/images/bg2.jpg');
}

.outpage {
    width: 1140px;
    margin: 0 auto;
}

.page {

    width: 1000px; margin: 0 auto;
    /* background: url('../images/wood.jpg'); */
    background-color: #e5e1c1;
    border-left: solid 1px #ffe6be;
    border-right: solid 1px #ffe6be;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=90, Color=#000000)";/*IE 8*/
    -moz-box-shadow: 0px 0px 15px #000000;/*FF 3.5+*/
    -webkit-box-shadow: 0px 0px 15px #000000;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0px 0px 15px #000000;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=90, Color=#000000); /*IE 5.5-7*/
    position: relative;
    padding-top: 14px;
}

.brushes {
    position: absolute;
    top: 26px;
    left: -69px;
}

.logo {
    color: #3f0000;
    font-size: 17px;
    font-weight: normal;
    background: url('../images/logo.png');
    width: 488px;
    height: 28px;
    padding-top: 92px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#ffffff)";/*IE 8*/
    text-shadow: 0px 1px 1px #ffffff;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#ffffff); /*IE 5.5-7*/
    text-indent: 119px;
}

.upmenu {
    float: right;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;

    text-align: right;
    margin-top: 9px;
}

.menu li {
    margin: 0;
    padding: 0;
    display: inline;
}

.menu li a {
    font-size: 16px;
    /*color: #245f01;*/
    color: #94371C;
    margin-left: 25px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#ffffff)";/*IE 8*/
    /*text-shadow: 0px 1px 1px #ffffff;*/
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#ffffff); /*IE 5.5-7*/
    text-decoration: none;
}

.inner {
    width: 890px;
    margin: 0 auto;
}

.header .phone {float: right; margin-top: 5px;}

.menu_categories {
    top: -1000px;
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    width: 870px;
    padding: 0 0 11px 0;
    margin-left: -2px;
    margin: 0 auto;

    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color=#333333)";/*IE 8*/
    text-shadow: 0px -1px 1px rgba(0,0,0,0.75);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color=#333333); /*IE 5.5-7*/
}

a.menu_item {
    position: relative;
    z-index: 2;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.75);

    /*background: url('../images/menu_delimiter.jpg') right top no-repeat;*/
    padding: 0 15px 0 14px;
    /*margin-bottom: 15px;*/
    margin-bottom: 0;
    height: 52px;
    line-height: 52px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size:16.2px;
    /*font-size:90%;*/
}

a.menu_item+a.menu_item {
    border-left: 2px solid #c46400;
}

a.menu_item.mx_first {
    padding-left: 28px;
    -moz-border-top-left-radius: 9px;
    -webkit-border-top-left-radius: 9px;
    border-top-left-radius: 9px;
    -moz-border-bottom-left-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
    border-bottom-left-radius: 9px;
    border-left: none !important;
}
a.menu_item.mx_last {
    padding-right: 30px;
    -moz-border-top-right-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    border-top-right-radius: 9px;
    -moz-border-bottom-right-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    border-bottom-right-radius: 9px;
}

a.menu_item:hover,a.menu_item.active, .jshop_menu_level_0_a {
    /*background-color: #255e06;*/
    background-color: #DD7D3E;
    -webkit-box-shadow: inset -2px 3px 13px 0px rgba(50, 50, 50, 0.41);
-moz-box-shadow:    inset -2px 3px 13px 0px rgba(50, 50, 50, 0.41);
box-shadow:         inset -2px 3px 13px 0px rgba(50, 50, 50, 0.41);
}

.menu_categories a.jshop_menu_level_0_a {
    background-color: #DD7D3E;
}

a.menu_item.mx_last {
    background: none;
}

a.menu_item.mx_last:hover, a.menu_item.mx_last.active {
    background-color: #ce6a0f;
    -webkit-box-shadow: inset -2px 3px 13px 0px rgba(50, 50, 50, 0.41);
-moz-box-shadow:    inset -2px 3px 13px 0px rgba(50, 50, 50, 0.41);
box-shadow:  
}

.menu_categories .jshop_menu_level_0, .menu_categories .jshop_menu_level_0_a {
    /*height: 39px;
    padding-top: 13px;
    float: left;
    margin: 0;
  margin-bottom:10px;*/

}

.menu_categories .delimiter {
    background: url('../images/menu_delimiter.jpg') no-repeat;
    width: 2px;
    height: 51px;
    line-height: 51px;
    display: inline-block;
}

.menu_categories .jshop_menu_level_0.image a, .menu_categories .jshop_menu_level_0_a.image a {padding-left: 8px;}

.homelink {text-decoration: none;}

.jshop_list_category .product .image {
    position: relative;
    width: 210px;
    height: 126px;
    padding: 4px 5px;
    background-color: #ffffff;
    -moz-border-top-left-radius: 9px;/*Firefox*/
    -webkit-border-top-left-radius: 9px;/*Safari, Chrome*/
    border-top-left-radius: 9px;
    -moz-border-top-right-radius: 9px;/*Firefox*/
    -webkit-border-top-right-radius: 9px;/*Safari, Chrome*/
    border-top-right-radius: 9px;
  text-align:center;
}
.jshop_list_category{
}
h1{
	font-size: 20px;
	text-align: center;
	margin-top: 25px;
}


.jshop_list_category .product .info {
    width: 220px;
    height: 134px;
    background-color: rgba(255,255,255,0.5);

    -moz-border-bottom-left-radius: 9px;/*Firefox*/
    -webkit-border-bottom-left-radius: 9px;/*Safari, Chrome*/
    border-bottom-left-radius: 9px;
    -moz-border-bottom-right-radius: 9px;/*Firefox*/
    -webkit-border-bottom-right-radius: 9px;/*Safari, Chrome*/
    border-bottom-right-radius: 9px;
}

.jshop_list_category .product:hover .info {
    background-color: rgba(255,255,255,0.7);
}

.jshop_list_category .product {
    float: left;
    margin-right: 13px;
    margin-bottom: 25px;
    position: relative;
}

.dash {
    background: url('../images/dash.png');
    height: 1px;
}

.jshop_list_category .product .name {
    font-family: Days;
    font-size: 16px;
    color: #f5821f;
    text-align: center;
    line-height: 16px;
    margin: 5px 0 6px 0;
    font-weight: normal;
}

.jshop_list_category .product .desc {
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    margin-bottom: 10px;
}

.jshop_list_category .product .price {
    position: relative;
    font-size: 12px;
    margin: 13px 0 0 9px;
    width: 100px;
}

.jshop_list_category .product .price .old_price {
    position: absolute;
    top: -13px;
    left: 0;
    font-size: 12px;
    font-family: Days;
    color: #818181;
}

.jshop_list_category .product .price span {
    font-family: Days;
    font-size: 16px;
    color: #ec111d;
}

.toOrder {
    display: block;
    background: url('../images/toOrder.png') left top no-repeat;
    width: 89px;
    height: 25px;
    padding: 0;
    border: none;
    cursor: pointer;
}

.toOrder:hover {
    background-position: left -25px;
}

.toOrder.more {
    background-position: left -50px!important;
}

.toOrder.more:hover {
    background-position: left -75px!important;
}

.product .toOrder {
    float: right;
    margin: 11px 8px 0 0;
}

.jshop_list_category .cat_in {
    background: url('../images/cat_2.png') 0 0 no-repeat;
    height: 64px;
    padding-top: 33px;
    text-indent: 15px;
}

.jshop_list_category .cat_in a, .jshop_list_category .cat_in {    margin: 0;
    font-size: 16px;
    font-family: Days;
    color: #ffffff;
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color=#333333)";/*IE 8*/
    text-shadow: 0px -1px 1px rgba(0,0,0,0.75);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color=#333333); /*IE 5.5-7*/
}

.jshop_list_category .cat_out {
    background: url('../images/cat_in.png') 100% 27px no-repeat;
    padding-right: 16px;
    float: left;
}

.sec_out {
    background: url('../images/cat_in.png') 100% 27px no-repeat;
    padding-right: 16px;
    float: left;
}

.sec_in {
    background: url('../images/cat_2.png') 0 0 no-repeat;
    height: 64px;
    padding-top: 33px;
    text-indent: 15px;
    font-size: 16px;
    font-family: Days;
    color: #ffffff;
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color=#333333)";/*IE 8*/
    text-shadow: 0px -1px 1px rgba(0,0,0,0.75);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color=#333333); /*IE 5.5-7*/
}

.grass {
    background: url('../images/footer.png') repeat-x;
    height: 65px;
    margin-top: -65px;
    position: relative;
    z-index: 1;
    min-width: 1000px;
}

.footer {
    margin-top: 10px;
    height: 148px;
    background: url('../images/footer_dash.png') left top repeat-x;
}

.footer .logo_down {
    margin-top: 16px;
    float: left;
}

.footer .copyright {
    float: left;
    font-size: 12px;
    margin-top: 33px;
    margin-left: 12px;
}

.footer .phone {
    float: right;
    font-family: Days;
    font-size: 24px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#ffffff)";/*IE 8*/
  /*  text-shadow: 0px 1px 1px #ffffff;*/
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#ffffff); /*IE 5.5-7*/
    color: #f58220;
    /*color: #ebebeb;*/
    margin-top: 20px;
}

.footer .menu {
    margin: 27px 0 0 0;
    padding-right: 62px;
    float: right;
}

.footer .menu a {
    margin-left: 30px;
}

.footer .menu li.first a {
    margin-left: 0!important;
}

.rightside {
    width: 184px;
    float: right;
    padding-top: 23px;
}

.jshop {
    width: 706px;
    float: left;
}

.cart_header {
    font-family: Days;
    font-size: 16px;
    padding-left: 42px;
    background: url('../images/cart_header.jpg') 12px 2px no-repeat #ffffff;
    height: 29px;
    line-height: 33px;
    border-bottom: solid 1px #676767;
    -moz-border-top-left-radius: 9px;/*Firefox*/
    -webkit-border-top-left-radius: 9px;/*Safari, Chrome*/
    border-top-left-radius: 9px;
    -moz-border-top-right-radius: 9px;/*Firefox*/
    -webkit-border-top-right-radius: 9px;/*Safari, Chrome*/
    border-top-right-radius: 9px;

}

.cart_footer {
    height: 28px;
    background-color: #cccccc;
    border-top: solid 1px #cdcdcd;
    -moz-border-bottom-left-radius: 9px;/*Firefox*/
    -webkit-border-bottom-left-radius: 9px;/*Safari, Chrome*/
    border-bottom-left-radius: 9px;
    -moz-border-bottom-right-radius: 9px;/*Firefox*/
    -webkit-border-bottom-right-radius: 9px;/*Safari, Chrome*/
    border-bottom-right-radius: 9px;
}

.cart_footer:hover {
    background-color: #d6d6d6;
}

.cart_details {
    border-top: solid 1px #bfbfbf;
    background-color: #ebebeb;
}

.cart_details .cart_details_text {padding: 0 10px;}

.cart_details .name {
    font-size: 14px;
    font-family: Days;
    color: #f5821f;
    line-height: 16px;
    margin: 7px 0 6px 0;
}

.cart_details .delete {
    float: right;
    font-size: 11px;
    color: #ed1c26;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    margin-top: 7px;
    margin-bottom: 11px;
}

.cart_details .add {
    float: left;
    background: url('../images/add.jpg') no-repeat;
    width: 14px;
    height: 14px;
    cursor: pointer;
    border: none;
    padding: 0;
    margin-top: 6px;
}

.cart_details .subtract {
    margin-right: 6px;
    float: left;
    background: url('../images/subtract.jpg') no-repeat;
    width: 14px;
    height: 14px;
    cursor: pointer;
    border: none;
    padding: 0;
    margin-top: 6px;
}

.cart_details .totalsum {
    padding: 5px 10px;
}

.cart_details .totalsum .label {
    font-family: Days;
    font-size: 14px;
    color: #f5821f;
}

.cart_details .totalsum .value {
    font-family: Days;
    font-size: 14px;
}

.cart_details .totalsum .currency {
    font-size: 12px;
}

.cart_details .price {font-size: 12px;}

.cart_holder {
    width: 184px;
    margin-top: 83px;
}

.cart {
    width: 184px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#333333)";/*IE 8*/
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.75);/*FF 3.5+*/
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.75);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0px 1px 1px rgba(0,0,0,0.75);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#333333); /*IE 5.5-7*/

    -moz-border-bottom-left-radius: 9px;/*Firefox*/
    -webkit-border-bottom-left-radius: 9px;/*Safari, Chrome*/
    border-bottom-left-radius: 9px;
    -moz-border-bottom-right-radius: 9px;/*Firefox*/
    -webkit-border-bottom-right-radius: 9px;/*Safari, Chrome*/
    border-bottom-right-radius: 9px;

    -moz-border-top-left-radius: 9px;/*Firefox*/
    -webkit-border-top-left-radius: 9px;/*Safari, Chrome*/
    border-top-left-radius: 9px;
    -moz-border-top-right-radius: 9px;/*Firefox*/
    -webkit-border-top-right-radius: 9px;/*Safari, Chrome*/
    border-top-right-radius: 9px;
}

.cart_footer a {
    text-align: center;
    display: block;
    font-family: Days;
    font-size: 16px;
    text-decoration: none;
    line-height: 25px;
    /*color: #245f01;*/
    color: #e55a40;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#ffffff)";/*IE 8*/
    /*text-shadow: 0px 1px 1px #ffffff;*/
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#ffffff); /*IE 5.5-7*/
}

.cart_header .quantitiy {
    float: right;
    font-family: Days;
    font-size: 14px;
    color: #ffffff;
    background-color: #f58220;
    -moz-border-radius: 10px;/*Firefox*/
    -webkit-border-radius: 10px;/*Safari, Chrome*/
    border-radius: 10px;
    width: 21px;
    height: 20px;
    margin-right: 17px;
    margin-top: 5px;
    line-height: 18px;
    text-align: center;
}

.product_large .image {
    width: 392px;
    height: 402px;
    padding: 10px 11px;
    display: table-cell;
   
    vertical-align: middle;
  

    -moz-border-bottom-left-radius: 4px;/*Firefox*/
    -webkit-border-bottom-left-radius: 4px;/*Safari, Chrome*/
    border-bottom-left-radius: 4px;
    -moz-border-top-left-radius: 4px;/*Firefox*/
    -webkit-border-top-left-radius: 4px;/*Safari, Chrome*/
    border-top-left-radius: 4px;
}

.product_large .info {
    float: right;
    width: 189px;
    padding: 0 28px 0 24px;
    background-color: rgba(255,255,255,0.5);
    -moz-border-bottom-right-radius: 4px;/*Firefox*/
    -webkit-border-bottom-right-radius: 4px;/*Safari, Chrome*/
    border-bottom-right-radius: 4px;
    -moz-border-top-right-radius: 4px;/*Firefox*/
    -webkit-border-top-right-radius: 4px;/*Safari, Chrome*/
    border-top-right-radius: 4px;
    min-height: 422px;
}

.product_large {
    width: 655px;
    -moz-border-radius: 4px;/*Firefox*/
    -webkit-border-radius: 4px;/*Safari, Chrome*/
    border-radius: 4px;
    margin-bottom: 28px;
    background: url('../images/dash_v2.jpg') left top repeat-y;
}

.product_large .name {
    font-family: Days;
    font-size: 20px;
    color: #f5821f;
    text-align: center;
    margin: 12px 0 16px 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#ffffff)";/*IE 8*/
    text-shadow: 0px 1px 1px #ffffff;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#ffffff); /*IE 5.5-7*/
}

.product_large .desc, .product_large .fulldesc {
    font-size: 14px;
    line-height: 21px;
}

.product_large .fulldesc {
    margin-top: 20px;
}

.product_large .toOrder {
    margin: 18px 0 19px 0;
    float: right;
}

.product_large .price {
    float: left;
    font-size: 12px;
    margin-top: 15px;
}

.product_large .price span {
    font-family: Days;
    font-size: 20px;
    color: #ec111d;
}

.product_large .social .title {
    font-size: 16px;
    font-family: Days;
    margin: 27px 0 16px 0;
}

.product_large .social {
    padding-bottom: 20px;
}

.viewtype { margin-bottom: 4px;
			margin-top:20px;
			margin-bottom:20px;}

.viewtype .label, .viewtype .viewtype1, .viewtype .viewtype2 {float: left;}
.viewtype .viewtype1, .viewtype .viewtype2 {padding: 5px 4px 3px 4px; cursor: pointer;}
.viewtype .viewtype1.active, .viewtype .viewtype2.active {background: url('/images/view_active.png') no-repeat;}

.viewtype .label {margin-right: 9px; font-size: 18px; font-weight: bold;
    margin-top: 2px;
    color: #ffffff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#333333)";/*IE 8*/
    text-shadow: 0px 1px 1px rgba(0,0,0,0.75);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#333333); /*IE 5.5-7*/
}
.viewtype .viewtype1 {margin-right: 1px;}

.viewtype .viewtype1_in {
    background: url('/images/view1.png') no-repeat;
    width: 25px;
    height: 25px;
}

.viewtype .viewtype2_in {
    background: url('/images/view2.jpg') no-repeat;
    width: 25px;
    height: 25px;
}

.linkViewtype {text-decoration: none;}

.fix {
    display: none;
    position: fixed;
    z-index: 5;
}

.menu_categories.fix {
    display: block;
    top: -1000px;
    left: 50%;
    margin-left: -447px;
    margin-top: 0!important;
}

.rightside.fix {
    padding-top: 12px;
    top: 78px;
    margin-top: 0!important;
    left: 50%;
    margin-left: 261px;
}

.menu_categories_holder {
    height: 78px;
    margin-top: 11px;
}

.cartview_out {
    float: left;
    width: 646px;
    border: none;
    background-color: rgba(255,255,255,0.5);
    -moz-border-radius: 9px;/*Firefox*/
    -webkit-border-radius: 9px;/*Safari, Chrome*/
    border-radius: 9px;
    margin-top: 4px;
    padding: 16px 14px 0 22px;
}

.jshop.cartview td, th {background-color: transparent!important;text-align: left;padding:0; }

.jshop.cartview {
    float: none;
    table-layout: fixed;
    border-collapse: collapse;
}

.jshop.cartview .image {
    width: 103px;
    height: 103px;
    -moz-border-radius: 9px;/*Firefox*/
    -webkit-border-radius: 9px;/*Safari, Chrome*/
    border-radius: 9px;
    overflow: hidden;
}

.jshop.cartview .name {
    font-family: Days;
    font-size: 16px;
    line-height: 16px;
    color: #f5821f;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#ffffff)";/*IE 8*/
    text-shadow: 0px 1px 1px #ffffff;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#ffffff); /*IE 5.5-7*/
}

.jshop.cartview .desc {
    margin-top: 9px;
    font-size: 12px;

}

.cartview th {
    font-family: Days;
    font-size: 14px;
}

.cartview .jshop_img_description_center {width: 121px;}
.cartview .product_name {width: 250px;}
.cartview .product_price {width: 85px;}
.cartview .product_quantity {width: 77px;}
.cartview .product_totalprice {width: 96px;}
.cartview .product_delete {width: 96px;}

.jshop.cartview .dash {
    margin: 11px 0 15px 0;
}

.jshop.cartview .dash.title {
    margin: 8px 0 7px 0!important;
}

.jshop.cartview .product_price, .product_totalprice {
    font-size: 12px;
}

.jshop.cartview .product_price span, .product_totalprice span {
    font-family: Days;
    font-size: 16px;
}

.jshop.cartview input {
    font-family: Arial;
    font-size: 12px;
    color: #333333;
    width: 18px;
    height: 25px;
    padding: 0 6px 0 8px;
    -moz-border-radius: 3px;/*Firefox*/
    -webkit-border-radius: 3px;/*Safari, Chrome*/
    border-radius: 3px;

    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#000000)";/*IE 8*/
    -moz-box-shadow: inset 0px 1px 1px #000000;/*FF 3.5+*/
    -webkit-box-shadow: inset 0px 1px 1px #000000;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: inset 0px 1px 1px #000000;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#000000); /*IE 5.5-7*/

    border: none;
}

.jshop.cartview .num_up {
    background: url('../images/num_up.png') no-repeat;
    width: 10px;
    height: 9px;
    cursor: pointer;
    margin-top: 1px;
}

.jshop.cartview .num_down {
    background: url('../images/num_down.png') no-repeat;
    width: 10px;
    height: 9px;
    cursor: pointer;
    margin-top: 4px;
}

.jshop.cartview .product_quantity input {float: left;}

.jshop.cartview .num_scroll {
    margin-left: 6px;
    float: left;
    width: 10px;
}

.jshop.cartview .product_del {
    font-family: Days;
    font-size: 16px;
    color: #ec111d;
    vertical-align: middle;
}

.jshop.cartview .product_del span {cursor: pointer;}

.cartview_footer .notice {
    font-family: Days;
    font-size: 14px;
    padding-bottom: 21px!important;
}

.cartview_footer .notice a {
    color: #f5821f;
    text-decoration: none;
}

.cartview_footer .totalsum {
    font-size: 12px;
}

.jshop.cartview td {
    vertical-align: middle;
}

.cartview_footer .totalsum span {
    font-size: 20px;
    font-family: Days;
    color: #ec111d;

}

.cartview_footer .totalsum {padding-bottom: 21px!important;}

.cat_out2, .sec_out2 {
    background: url('../images/cat_3.png') -22px 18px no-repeat;
}

.cartview_box {
    margin-top: -18px;
}

.jshop .product_label {
    margin: 0;
    right: -9px;
    top: -31px;
}

img.jshop_img {
    border: none!important;
}

.delivery_form {
    background-color: rgba(255, 255, 255, 0.5);
    border: medium none;
    border-radius: 9px;
    float: left;
    margin-top: 4px;
    padding: 16px 0 0 0;
    width: 682px;
    font-size: 12px;
}

.delivery_form .label {
    float: left;
    width: 124px;
    font-family: Days;
    font-size: 14px;
    line-height: normal;
    text-align: right;
    margin-right: 17px;
}

.delivery_form .label span {
    color: #ec111d;
}

.delivery_form .block {
    line-height: 36px;
}

.delivery_form .input {
    height: 36px;
    margin-right: 8px;
    width: 200px;
    padding: 0 10px;
}

.delivery_form .input, .delivery_form textarea {
    -moz-border-radius: 4px;/*Firefox*/
    -webkit-border-radius: 4px;/*Safari, Chrome*/
    border-radius: 4px;
    border: none;
    background-color: #ffffff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#000000)";/*IE 8*/
    -moz-box-shadow: inset 0px 1px 1px #000000;/*FF 3.5+*/
    -webkit-box-shadow: inset 0px 1px 1px #000000;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: inset 0px 1px 1px #000000;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#000000); /*IE 5.5-7*/
    float: left;
}

.delivery_form .input.small {
    width: 30px!important;
}

.delivery_form .checkbox {
    margin: 11px 4px 0 6px;
    float: left;
}

.delivery_form label {
    float: left;
}

.delivery_form .comment {
    position: relative;
    height: 26px;
    font-family: Arial;
    font-size: 11px;
    padding-left: 141px;
    padding-top: 7px;
}

.delivery_form .comment span {
    display: block;
    position: absolute;
    line-height: 13px;
}

.delivery_form textarea {
    width: 492px;
    height: 96px;
    padding: 10px;
}

.delivery_form .notice {
    float: right;
    font-size: 14px;
    font-family: Days;
    margin-right: 30px;
    margin-top: 10px;
}

.delivery_form .notice span {
    color: #ec111d;
}

.delivery_form button {
    margin-left: 140px;
    background: url('../images/btnOrder.png') left top no-repeat;
    width: 180px;
    height: 38px;
    cursor: pointer;
    border: none;
    margin-top: 41px;
    margin-bottom: 24px;
}

.delivery_form button:hover {
    background-position: left bottom;
}

.scroll_up {
    background: url('../images/num_up.png') no-repeat;
    width: 10px;
    height: 9px;
    cursor: pointer;
    margin-top: 1px;
}

.scroll_down {
    background: url('../images/num_down.png') no-repeat;
    width: 10px;
    height: 9px;
    cursor: pointer;
    margin-top: 5px;
}

.qscroll {
    margin-top: 6px;
    float: left;
    width: 10px;
}

.delivery_form .input, .delivery_form textarea {
    font-family: Arial;
    font-size: 12px;
    color: #333333;
}

.banners {

}

.banners_holder {
    height: 420px;
    margin-top: 20px;
}

.banners img {
    display: block;
}

.banners .banneritem {
    margin-top: 20px;
}

.backHome {
    display: block;
    float: right;
    font-family: Days;
    font-size: 16px;
    /*color: #2d7902;*/
    color: #e55a40;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#ffffff)";/*IE 8*/
    text-shadow: 0px 1px 1px #ffffff;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#ffffff); /*IE 5.5-7*/
    text-decoration: none;
    margin-right: 36px;
    margin-top: 69px;
}

.delivery_form .dash {
    margin-left: 23px;
    margin-right: 14px;
}

.item-page {
    width: 632px;
    text-align: justify;
}

#bg {
    background-color: #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

#loading {
    background: url("/media/loader.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    height: 64px;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: fixed;
    top: 50%;
    width: 64px;
    z-index: 10;
}

.product_large .image {
    position: relative;
}

.product_large .product_label {
    margin: 0;
    right: -9px;
    top: -31px;
}

.price_holder {
    height: 49px;
}

.price_block {
    position: absolute;
    width: 220px;
    height: 49px;
    bottom: 0;
}

.jshop.productfull {margin-top: 60px;}

.linkProduct {text-decoration: none;}

@media screen and (max-width: 980px) {
    .menu li a {
        font-size: 11px;
    }
}

.socs .item {
    margin-top: 3px;
    margin-bottom: 3px;
}

.rightside_holder {
    width: 184px;
    float: right;
}

.menu li a {
    padding: 3px 8px 4px 8px;
    -moz-border-radius: 4px;/*Firefox*/
    -webkit-border-radius: 4px;/*Safari, Chrome*/
    border-radius: 4px;
}

.menu li a:hover {
    text-decoration: underline;

}

.menu li.active a {
    background-color: rgba(255,255,255,0.75);
}

.upmenu .menu {
    margin-top: 2px!important;
}

.upmenu .menu {
    margin-bottom: 7px!important;
}

.plan {
    font-family: Arial;
    font-size: 14px;
    color: #3f0000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#ffffff)";/*IE 8*/
    text-shadow: 0px 1px 1px #ffffff;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color=#ffffff); /*IE 5.5-7*/
    float: right;
    margin-top: 7px;
    margin-right: 2px;
}

.fox-copyright {display: none;}

.foxform input, .foxform textarea {
    float: left!important;
}

button.foxbutton {
    /*background: url('../images/button.png') left top no-repeat;*/
    background: linear-gradient(0deg, rgba(221,125,62,1) 0%, rgba(243,131,29,1) 67%);
    border-radius: 6px;
    width: 180px;
    height: 38px;
    line-height: 36px;
    border: none;
    cursor: pointer;
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color=#333333)";/*IE 8*/
    text-shadow: 0px -1px 1px rgba(0,0,0,0.75);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=0, Color=#333333); /*IE 5.5-7*/
    margin-left: 4px;
}

button.foxbutton:hover {
    background: linear-gradient(0deg, rgba(243,131,29,1) 0%, rgba(221,125,62,1) 67%);
    
}

button.foxbutton span {
    color: #ffffff!important;
}

.foxform label {
    margin-left: 4px;
    margin-bottom: 3px;
}

.jshop_prod_cart .list_attribute {
    display: none;
}
.product .product_label img {width:45px !important;}
.product_large .product_label img {width:75px !important;}

.item-page {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 2px 5px rgba(41, 1, 1, 0.6);
    min-height: 400px;
    padding: 5px 15px 20px 40px;
}
#dst { display:none !important;}


.menu_hover {
    background: url('../images/menu_delimiter_hover.png') right top no-repeat;
    position: absolute!important;
    z-index: 6!important;
}

.menu_hover.mx_last {
    background: url('../images/menu_delimiter_hover_last.jpg') right top repeat-x!important;
}

.menu_hover.mx_first {
    -moz-border-top-left-radius: 9px;
    -webkit-border-top-left-radius: 9px;
    border-top-left-radius: 9px;
    -moz-border-bottom-left-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
    border-bottom-left-radius: 9px;
}

.menu_hover.mx_last {
    -moz-border-top-right-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    border-top-right-radius: 9px;
    -moz-border-bottom-right-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    border-bottom-right-radius: 9px;
}

.menu_stripe {
    /*background: url("../images/row_bg.png") center bottom no-repeat;*/
    background: linear-gradient(0deg, rgba(221,125,62,1) 0%, rgba(243,131,29,1) 67%);
    width: 890px;
    height: 52px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0 6px 0 10px;

    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

/*.menu_stripe:nth-of-type(2n+1) {
    margin-top: 2px;
}*/

.menu_stripe.shadow {
    box-shadow: 0 3px 2px rgba(0,0,0,0.5);
}

.row_shadow {
    margin-top: -4px;
    /*background: url("../images/row_shadow.png") center bottom no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    width: 890px;
    height: 81px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    /*padding: 0 10px;*/

}

.product_mini .socs {
    display: table;
    margin-right: 17px;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 53px;
}

.product_mini .info {
    height: 160px!important;
}

.yashare_holder {
    height: 24px;
}

h2.small
{
font-size:12px;
color: #000;
margin-top:0px;
padding-top:0px;
}

@media screen and (max-width:1000px){
	.outpage{
		//width:100%;
	}
}