html, body {
 /*height: 100%;
text-align:center;*/
 margin: 0px;
}

body {
padding-top: 5%;
background-color: #efefef;
background-image: url(../img/bg2.png);
 font: 12px/18px 'Open Sans';
 color: #939393;
}

header,
hgroup,
footer,
article,
aside,
section,
nav,
figure,
figcaption {
 display: block;
}

a {
 color: rgb(79, 153, 49);
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
a img {
 border: 0;
}

.clearleft {
 clear: left;
}
.clearright {
 clear: right;
}
.clear {
 height: 0;
 clear: both;
}
.clearfix:after {
 content: "";
 display: block;
 clear: both;
}


#row_menu{
 width: 1003px;
 margin: auto;
}

/*меню*/
.uMenuRoot {
 margin: 0;
 padding: 0;
 list-style: none;
}
.uMenuRoot li {
 float: left;
 position: relative;
}
.uMenuRoot a {
 display: inline-block;
 padding: 0 23px;
 font: 13px/40px 'Open Sans';
 color: #fff;
 -webkit-transition: all 0.2s 0.05s ease;
 -moz-transition: all 0.2s 0.05s ease;
 -ms-transition: all 0.2s 0.05s ease;
 -o-transition: all 0.2s 0.05s ease;
 transition: all 0.2s 0.05s ease;
}
.uMenuRoot a:hover,
.uMenuRoot a.uMenuItemA {
 background: #fff;
 text-decoration: none;
 color: rgb(79, 153, 49);
}

nav {
 margin: 3px 0 0 0;
 clear: both;
 background-color: rgb(79, 153, 49);
}
nav li:hover > ul {
 opacity: .99;
 visibility: visible;
 width: auto;
 overflow: visible;
}
nav ul ul {
 margin: 0;
 padding: 0;
 list-style: none;
 width: 0;
 overflow: hidden;
 display: block!important;
 opacity: 0;
 visibility: hidden;
 position: absolute;
 z-index: 100;
 top: 100%;
 left: 0;
 -webkit-transition: .25s opacity .15s ease;
 -moz-transition: .25s opacity .15s ease;
 -ms-transition: .25s opacity .15s ease;
 -o-transition: .25s opacity .15s ease;
 transition: .25s opacity .15s ease;
}
nav ul ul ul {
 position: absolute;
 top: 0;
 left: 100%;
}
nav ul ul li {
 float: none;
}
nav ul ul li:last-child > div a {
 border-bottom: 0 !important;
}
nav ul ul a {
 display: block;
 padding: 0 25px 0 10px!important;
 white-space: nowrap;
 border: none!important;
 border-bottom: 1px solid #fff;
 background: rgb(79, 153, 49) !important;
 font-size: 13px!important;
 line-height: 32px!important;
 color: #fff!important;
 -webkit-transition: all 0.2s 0.05s ease;
 -moz-transition: all 0.2s 0.05s ease;
 -ms-transition: all 0.2s 0.05s ease;
 -o-transition: all 0.2s 0.05s ease;
 transition: all 0.2s 0.05s ease;
}
nav ul ul li:hover > div a {
 color: rgb(79, 153, 49) !important;
 border: 0;
 background: #ffffff !important;
}

.sm-triangle {
 position: absolute;
 right: 5px;
 top: 12px;
 width: 6px;
 height: 9px;
 background: url(../img/sm-triangle.png) no-repeat;
}
/*меню кон*/



#row_head{
 width: 1003px;
 margin: auto;
 height: 101px;
}

#map p{
 font: 20px 'Open Sans';
 text-align: center;
}

.logo {
background: url("../img/logo.png") no-repeat;
/*background-position: 550px 5px;*/
height: 108px;
width: 550px;
margin: 0px 0px 0px 226px;

float: left;
}

.usermenu {
clear: right;
float: right;
margin: 5px 0 0 0;
}

.usermenu a {
line-height: 20px;
color: #898989;
}

.searchform {
float: right;
margin: 46px 0 0 0;
overflow: hidden;
}

.searchsubmit {
 float: left;
 margin: 0;
 padding: 0!important;
 width: 25px;
 height: 25px!important;
 border: 0;
 cursor: pointer;
 background: url(../img/search.png) no-repeat center center !important;
}

.searchword {
float: left;
margin: 0;
width: 152px;
color: #898989!important;
font-style: normal!important;
border: 0 !important;
}

input[type=text],
input[type=password],
textarea {
 height: 25px;
 padding: 0 7px;
 *padding: 0;
 font: italic 14px/25px 'Open Sans';
 color: #acacac;
 background: #fff;
 border: 1px solid #d7d7d7;
 outline: 0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
 border-color: rgb(79, 153, 49);
}
input.securityCode {
 height: auto !important;
}
textarea {
 padding: 5px 7px;
 height: auto;
 overflow: auto;
 resize: none;
 line-height: 20px;
}
input[type=button],
input[type=submit],
input[type=reset],
.button,
.entryReadAllLink {
 margin: 0;
 padding: 0 8px;
 display: inline-block;
 vertical-align: middle;
 height: 27px;
 font: 12px/27px 'Open Sans';
 color: #fff;
 text-decoration: none;
 border: 0;
 background-color: rgb(79, 153, 49) !important;
 cursor: pointer;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.button:hover,
.entryReadAllLink:hover {
 text-decoration: none;
 background-color: #38c300 !important;
}


#row_info{
 width: 1003px;
 margin: auto;
}

.infoblock {
 float: left;
 margin: 15px 10px 0 10px;
 width: 321px;
 background: #fff;
}
.infoblock.first {
 margin-left: 0;
}
.infoblock.last {
 margin-right: 0;
}

.ib-content {
 padding: 5px 12px;
}
.ib-content p {
 margin: 8px 0;
}
.ib-title {
 margin: 5px 0;
 font: 18px/23px 'Open Sans';
 color: #636363;
}

/*Слайдер*/
#slider-wrapper {
 margin: 15px 0 10px 0;
}
.nivoSlider {
 position: relative;
 width: 100%;
 height: 379px;
 overflow: hidden;
 background: #ffffff url(../img/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
 position: absolute;
 top: 0;
 left: 0;
 display: none;
 max-width: none;
}
.nivoSlider a {
 border: 0;
 display: block;
}
.nivo-main-image {
 display: block!important;
 position: relative!important;
 width: 100% !important;
}
.nivoSlider a.nivo-imageLink {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border: 0;
 padding: 0;
 margin: 0;
 z-index: 6;
 display: none;
 background: white;
 filter: alpha(opacity=0);
 opacity: 0;
}
.nivo-slice {
 display: block;
 position: absolute;
 z-index: 5;
 height: 100%;
 top: 0;
}
.nivo-box {
 display: block;
 position: absolute;
 z-index: 5;
 overflow: hidden;
}
.nivo-box img {
 display: block;
}
.nivo-caption {
 position: absolute;
 left: 465px;
 top: 120px;
 padding: 0 40px 0 0;
 font: 12px/16px 'Open Sans';
 color: #707070;
 z-index: 8;
 overflow: hidden;
 display: none;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.nivo-caption p {
 width: 435px;
 margin: 0;
 padding: 15px 0;
 text-align: justify;
}
.slide-title {
 font: 24px/30px 'Open Sans';
 color: #000;
 text-transform: uppercase;
}
.nivo-caption a {
 display: inline !important;
}
.nivo-caption a.button {
 display: inline-block !important;
}
.nivo-html-caption {
 display: none;
}
.nivo-directionNav a {
 position: absolute;
 top: 45%;
 z-index: 9;
 cursor: pointer;
 display: block;
 width: 32px;
 height: 32px;
 background: url(../img/arrows.png) no-repeat;
 text-indent: -9999px;
 border: 0;
 opacity: .8;
 -webkit-transition: all 200ms ease-in-out;
 -moz-transition: all 200ms ease-in-out;
 -o-transition: all 200ms ease-in-out;
 transition: all 200ms ease-in-out;
}
.nivoSlider:hover .nivo-directionNav a {
 opacity: 1;
}
a.nivo-nextNav {
 background-position: 0 -32px;
 right: 0;
}
a.nivo-prevNav {
 left: 0;
}
.nivo-controlNav {
 text-align: center;
 padding: 15px 0;
}
.nivo-controlNav a {
 cursor: pointer;
}
.nivo-controlNav a.active {
 font-weight: bold;
}
.nivo-controlNav {
 text-align: center;
 padding: 20px 0;
}
.nivo-controlNav a {
 display: inline-block;
 width: 22px;
 height: 22px;
 background: url(../img/bullets.png) no-repeat;
 text-indent: -9999px;
 border: 0;
 margin: 0 2px;
}
.nivo-controlNav a.active {
 background-position: 0 -22px;
}
/*Слайдер кон*/

#row_content{
 width: 1003px;
 margin: auto;
}
aside {
 float: left;
 width: 240px;
}
.block {
 margin: 0 0 22px 0;
}
.blocktitle {
 padding: 10px 13px;
 font: 13px/19px 'Open Sans';
 color: #fff;
 background: rgb(79, 153, 49);
}
.blockcontent {
 padding: 15px 13px;
 background: #ffffff;
}

.cat-blocks div.normal,
.cat-blocks div.active,
.cat-blocks li {
 position: relative;
 font: 12px/22px 'Open Sans' !important;
 color: #636363;
 padding: 0 0 0 12px!important;
}
.cat-blocks div.normal:before,
.cat-blocks div.active:before,
.cat-blocks li:before {
 display: block;
 position: absolute;
 top: 9px;
 left: 0;
 content: "";
 width: 4px;
 height: 4px;
 background: rgb(79, 153, 49);
}
.cat-blocks div:hover,
.cat-blocks div.active {
 color: rgb(79, 153, 49);
}
.cat-blocks ul {
 padding-left: 15px !important;
}
.cat-blocks a {
 color: #636363;
}
.cat-blocks a:hover {
 color: rgb(79, 153, 49);
}


.cat-blocks { padding:1px 1px 0 1px; line-height:20px; }
.cat-blocks div { cursor:pointer; margin-bottom:1px; height:auto!important; padding:0 5px!important; !important; font-size:11px!important; text-align:left!important; overflow:hidden; }
.cat-blocks ul { display:none; list-style:none; margin:0; padding:0; text-align:left }
.cat-blocks li { height:auto; padding:0 10px; margin-bottom:1px; overflow:hidden }
.cat-blocks a, .cat-blocks a:hover, .cat-blocks a:visited, .cat-blocks u { text-decoration:none }


.item-month {
 text-align: center;
}
.item-month .button {
 margin: 10px 0 0 0;
}
a.im-title {
 display: block;
 width: 140px;
 margin: auto;
 font: 14px/20px 'Open Sans';
 color: #636363;
 text-decoration: none;
}
a.im-title:hover {
 color: rgb(79, 153, 49);
}
.im-img img {
 margin: 10px 0 0 0;
 vertical-align: middle;
}
.im-price {
 display: block;
 font: 16px/20px 'Open Sans';
 color: rgb(79, 153, 49);
}

.main {
 float: right;
 width: 739px;
}

.goods-list {
 border-spacing: 0;
 border-collapse: collapse;
}
.goods-list td {
 padding: 0;
}
.goods-list td:last-child .item {
 margin-right: 0 !important;
}

.gphoto { border:none; margin-bottom:10px; cursor:pointer }

.item {
 float: left;
 width: 231px;
 margin: 0 23px 22px 0;
 position: relative;
 overflow: hidden;
 border-spacing: 0;
}
.c-item {
 position: relative;
 overflow: hidden;
}
.c-item.i-new:after {
 position: absolute;
 z-index: 5;
 display: block;
 content: "NEW";
 left: -22px;
 top: -9px;
 padding: 20px 0 0 0;
 width: 60px;
 font: 12px/16px 'Open Sans';
 color: #fff;
 text-align: center;
 background: rgb(79, 153, 49);
 -webkit-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
}

.i-image {
 height: 175px;
 background: #fff;
 text-align: center;
}
.i-image a {
 display: block;
 width: 231px;
 height: 175px;
 overflow: hidden;
 position: relative;
}
.i-image a .h-bg,
.i-image a .h-ico,
.i-image a .h-text {
 display: block;
 position: absolute;
 z-index: 10;
 left: 0;
 -webkit-transition: all 0.4s 0s ease;
 -moz-transition: all 0.4s 0s ease;
 -ms-transition: all 0.4s 0s ease;
 -o-transition: all 0.4s 0s ease;
 transition: all 0.4s 0s ease;
}
.i-image a .h-bg {
 top: 0;
 width: 100%;
 height: 100%;
 background: rgba(49, 169, 0, 0.5);
 opacity: 0;
}
.i-image a .h-ico {
 bottom: 100%;
 left: 0;
 right: 0;
 height: 24px;
 background: url(../img/zoom.png) no-repeat center top;
 -webkit-transition: all 0.3s 0s ease;
 -moz-transition: all 0.3s 0s ease;
 -ms-transition: all 0.3s 0s ease;
 -o-transition: all 0.3s 0s ease;
 transition: all 0.3s 0s ease;
}
.i-image a .h-text {
 top: 100%;
 right: 0;
 font: 14px/18px 'Open Sans';
 color: #fff;
 text-align: center;
 text-decoration: none;
 -webkit-transition: all 0.3s 0s ease;
 -moz-transition: all 0.3s 0s ease;
 -ms-transition: all 0.3s 0s ease;
 -o-transition: all 0.3s 0s ease;
 transition: all 0.3s 0s ease;
}
.i-image a:hover .h-bg {
 opacity: 1;
}
.i-image a:hover .h-ico {
 -webkit-transform: translate(0, 80px);
 -ms-transform: translate(0, 80px);
 transform: translate(0, 80px);
}
.i-image a:hover .h-text {
 -webkit-transform: translate(0, -80px);
 -ms-transform: translate(0, -80px);
 transform: translate(0, -80px);
}
.i-image .tcell {
 display: table-cell;
 width: 231px;
 height: 175px;
 vertical-align: middle;
}
.i-image img {
 vertical-align: middle;
 margin: 0;
 max-width: 231px;
 max-height: 175px;
}
.i-info {
 height: 80px;
 padding: 0 8px;
 position: relative;
 background: #fff;
 border-top: 1px solid #f0efef;
}
.i-info:before,
.i-info:after {
 position: absolute;
 z-index: 11;
 display: block;
 content: "";
 left: 50%;
}
.i-info:after {
 top: -24px;
 margin: 0 0 0 -12px;
 border-bottom: 12px solid #fff;
 border-top: 12px solid transparent;
 border-right: 12px solid transparent;
 border-left: 12px solid transparent;
}
.i-info:before {
 top: -26px;
 margin: 0 0 0 -13px;
 border-bottom: 13px solid #f0efef;
 border-top: 13px solid transparent;
 border-right: 13px solid transparent;
 border-left: 13px solid transparent;
}
a.i-title {
 display: block;
 overflow: hidden;
 margin: 7px 0 3px 0;
 height: 36px;
 font: 14px/18px 'Open Sans';
 color: #636363;
}
a.i-title:hover {
 text-decoration: none;
 color: rgb(79, 153, 49);
}
.i-price {
 display: block;
 float: left;
 font: 14px/27px 'Open Sans';
 color: rgb(79, 153, 49);
}
.i-tocart {
 float: right;
}
.item-month {
 text-align: center;
}
.item-month .button {
 margin: 10px 0 0 0;
}
a.im-title {
 display: block;
 width: 140px;
 margin: auto;
 font: 14px/20px 'Open Sans';
 color: #636363;
 text-decoration: none;
}
a.im-title:hover {
 color: rgb(79, 153, 49);
}
.im-img img {
 margin: 10px 0 0 0;
 vertical-align: middle;
}
.im-price {
 display: block;
 font: 16px/20px 'Open Sans';
 color: rgb(79, 153, 49);
}

.button.grey-button {
 background-color: #c2c2c2!important;
}
.button.grey-button:hover {
 background-color: rgb(79, 153, 49) !important;
}


#row_footer {
 background: #363636;
}

.content {
 width: 1003px;
 margin: auto;
}

.useful-footer {
 padding: 22px 0 25px 0;
 overflow: hidden;
}
.useful-footer section {
 float: left;
 margin-left: 75px;
 line-height: 18px;
 color: #7d7d7d;
}
.useful-footer section:first-child {
 margin-left: 25px;
}
.useful-footer section h3 {
 font-size: 12px;
 color: #fff;
 text-transform: uppercase;
}
.useful-footer section ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
.useful-footer section a {
 color: #7d7d7d;
}
.useful-footer section a:hover {
 color: #31a900;
 text-decoration: none;
}


#row_footer_two {
 background: #fff;
}

.credits {
 overflow: hidden;
 color: #636363;
 line-height: 44px;
}
.credits a {
 color: #636363;
 text-decoration: underline;
}
.credits a:hover {
 text-decoration: none;
}
.credits img {
 vertical-align: middle;
}
.powered-by {
 float: left;
 margin-left: 65px;
}
.pay {
 float: right;
}
.pay-systems {
 display: inline;
 margin: 0 0 0 15px;
 padding: 0;
 list-style: none;
}
.pay-systems li {
 display: inline;
 margin: 0 5px 0 0;
}

.breadcrumbs {
 margin: 10px 0 10px 0;
 background: #fff;
}
.breadcrumbs a {
 display: inline-block;
 position: relative;
 padding: 0 10px 0 20px;
 font: 12px/40px 'Open Sans';
 color: #939393;
 text-decoration: none;
 background: #f7f7f7;
}
.breadcrumbs a:first-child {
 padding-left: 10px;
}
.breadcrumbs a:after {
 position: absolute;
 z-index: 2;
 display: block;
 content: "";
 left: 100%;
 top: 0;
 bottom: 0;
 border-left: 10px solid #f7f7f7;
 border-top: 20px solid transparent;
 border-bottom: 20px solid transparent;
}
.breadcrumbs a:hover {
 background: #e4e4e4;
}
.breadcrumbs a.current {
 background: #ffffff;
}
.breadcrumbs a:hover:after {
 border-left-color: #e4e4e4;
}
.breadcrumbs a.current:after {
 display: none;
}

.flist a, .slist a { text-decoration:none!important }
.flist .active, .slist .active { font-weight:bold }

.whitecont {
 background: #fff;
 padding: 8px 9px;
}
.moder {
 float: right;
 margin: 0 5px;
}
.itempage .button {
 margin: 15px 0 0 0;
}
.ip-photos {
 float: left;
 width: 320px;
 margin: 0 0 10px 0;
 font-size: 0;
}
.ip-photos img {
 border: 0;
 margin: 0;
 vertical-align: middle;
 cursor: pointer;
}
img.ip-mainphoto {
 width: 320px;
 margin-bottom: 7px;
}
img.ip-photo {
 width: 102px;
 *width: 101px;
 margin-left: 7px;
}
img.ip-photo:first-child {
 margin-left: 0;
}
.ip-details {
 margin-left: 336px;
}
.ip-details .ip-title {
 margin: 0 !important;
}
.ip-descr {
 clear: both;
}
.ip-edit {
 float: right;
}
.ip-title {
 margin: 0 0 10px 0;
 font: 18px/24px 'Open Sans';
 color: #636363;
}
.ip-content {
 margin: 0 0 10px 0;
 font: 12px/16px 'Open Sans';
 color: #7d7d7d;
 text-align: justify;
}
.ip-price {
 margin: 10px 0;
 font: 18px/24px 'Open Sans';
 color: #31a900;
}
.cart-ul {
 text-align: left;
}
.cart-item {
 margin: 5px 0!important;
 padding: 0 !important;
}
.cart-name {
 display: inline-block;
 width: 170px;
 color: #000;
}
.cart-name span {
 margin-right: 5px;
}
.cart-price {
 display: block;
 float: right;
 color: #31a900;
}
.cart-remove {
 display: block;
 float: right;
 margin: 4px 0 0 7px;
 width: 7px;
 height: 7px;
 background: url(/img/cart-remove.png);
}
.comment {
 margin: 0 0 15px 0;
 overflow: hidden;
}
.c-top {
 margin: 0 0 8px 0;
 overflow: hidden;
}
.c-datetime {
 float: right;
 color: #acacac;
}
.c-author {
 color: #636363;
}
.c-avatar {
 float: left;
 width: 50px;
}
.c-message,
.c-answer {
 margin-left: 60px;
 text-align: justify;
 color: #7d7d7d;
}
.c-answer {
 padding: 8px 0 0 0;
 font-style: italic;
}

.shop-options { padding:0; margin:0 }
.shop-options li { line-height:150%; list-style-type:none; margin:0; padding:0 }
.shop-options .val { font-weight:bold }
.shop-options label { font-weight:normal!important }
