.box-sizing {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
header,
hgroup,
footer,
article,
aside,
section,
nav,
figure,
figcaption {
 display: block;
}
html,
body {
 height: 100%;
}
#wrap {
 min-height: 100%;
}
#spacer {
 height: 175px;
 clear: both;
}
footer {
 margin-top: -175px;
}
body {
 margin: 0;
 background: #efefef;
 font: 12px/16px 'Open Sans';
 color: #939393;
}
table {
 font: 12px/16px 'Open Sans';
 color: #939393;
}
a {
 color: #31a900;
 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;
}
.w100 {
 min-width: 1003px;
}
.content {
 width: 1003px;
 margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 margin: 0 0 10px 0;
 line-height: normal;
}
.cart-border {
 position: fixed;
 left: 0;
 right: 0;
 z-index: 21;
 height: 4px;
 background: #31a900;
}
.cart {
 position: fixed!important;
 width: 280px;
 left: 50%;
 margin: 4px 0 0 -130px;
 z-index: 20;
}
#shop-basket {
 position: absolute!important;
 bottom: -26px;
}
.cart-items {
 background: #fff;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 padding: 3px 5px;
 text-align: left;
}
.cart-items ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
.cart-title {
 display: block;
 text-align: center;
 padding: 0 7px;
 line-height: 26px;
 color: #fff;
 background: #959595;
}
a.c-price {
 display: inline-block;
 color: #fff;
 text-decoration: none;
 padding: 0 0 0 32px;
 background: url(/img/cart.png) no-repeat left center;
}
a.c-order {
 color: #cecece;
 text-decoration: none;
}
a.c-order:hover {
 color: #ffffff;
}
header hgroup {
 float: left;
}
.logo {
 margin: 30px 13px 0 13px;
 font: 40px/50px 'Open Sans';
}
.logo a {
 text-decoration: none;
 color: #000;
}
.logo a .colored {
 color: #31a900;
}
.sublogo {
 position: relative;
 top: -2px;
 margin: 0 13px;
 padding: 0;
 font: 12px/20px 'Open Sans';
 color: #898989;
}
.searchform {
 float: right;
 margin: 46px 0 0 0;
 overflow: hidden;
}
.searchword {
 float: left;
 margin: 0;
 width: 152px;
 color: #898989!important;
 font-style: normal!important;
 border: 0 !important;
}
.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;
}
.usermenu {
 clear: right;
 float: right;
 margin: 5px 0 0 0;
}
.usermenu a {
 line-height: 20px;
 color: #898989;
}
.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: #31a900;
}
nav {
 margin: 3px 0 0 0;
 clear: both;
 background: #31a900;
}
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: #31a900 !important;
 font-size: 12px!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: #31a900 !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;
}
.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;
}
.container {
 overflow: hidden;
 padding: 10px 0 15px 0;
}
aside {
 float: left;
 width: 240px;
}
.block {
 margin: 0 0 22px 0;
}
.blocktitle {
 padding: 10px 13px;
 font: 13px/19px 'Open Sans';
 color: #fff;
 background: #31a900;
}
.blockcontent {
 padding: 15px 13px;
 background: #ffffff;
}
.main {
 float: right;
 width: 739px;
}
footer {
 background: #363636;
}
.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;
}
.credits {
 overflow: hidden;
 background: #fff;
 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;
}
input[type=text],
input[type=password],
textarea {
 height: 25px;
 padding: 0 7px;
 *padding: 0;
 font: italic 12px/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: #31a900;
}
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: 14px/27px 'Open Sans';
 color: #fff;
 text-decoration: none;
 border: 0;
 background-color: #31a900 !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;
}
.entryReadAllLink {
 font-size: 12px;
}
.button.grey-button {
 background-color: #c2c2c2!important;
}
.button.grey-button:hover {
 background-color: #31a900 !important;
}
.codeButtons {
 padding: 0 3px!important;
 width: auto !important;
}
#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;
}
.goods-list {
 border-spacing: 0;
 border-collapse: collapse;
}
.goods-list td {
 padding: 0;
}
.goods-list td:last-child .item {
 margin-right: 0 !important;
}
.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: #31a900;
 -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: #31a900;
}
.i-price {
 display: block;
 float: left;
 font: 14px/27px 'Open Sans';
 color: #31a900;
}
.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: #31a900;
}
.im-img img {
 margin: 10px 0 0 0;
 vertical-align: middle;
}
.im-price {
 display: block;
 font: 16px/20px 'Open Sans';
 color: #31a900;
}
.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: #31a900;
}
.cat-blocks div:hover,
.cat-blocks div.active {
 color: #31a900;
}
.cat-blocks ul {
 padding-left: 15px !important;
}
.cat-blocks a {
 color: #636363;
}
.cat-blocks a:hover {
 color: #31a900;
}
.breadcrumbs {
 margin: 0 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;
}
.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;
}
.modeSwitch span.btn-tooltip {
 left: auto!important;
 right: -3px;
}
.modeSwitch span.btn-tooltip ins {
 left: auto!important;
 right: 10px;
}
article {
 padding: 15px 0;
}
#allEntries article {
 border-top: 1px solid #f0f0f0;
}
#allEntries > div:first-child article {
 border-top: 0;
}
.eMessage {
 position: relative;
}
.art-top {
 overflow: hidden;
}
.art-date {
 float: right;
 margin: 4px 0 0 10px;
 color: #acacac;
}
.art-title {
 font: 18px/24px 'Open Sans';
 color: #636363;
}
.art-title a {
 color: #636363;
}
.art-content {
 margin: 10px 0 0 0;
 text-align: justify;
}
.art-content .mainimg {
 float: right;
 width: 220px;
 margin: 0 0 10px 10px;
}
.entryReadAll {
 display: block;
 position: absolute;
 top: 100%;
 margin-top: 10px;
}
.art-details {
 clear: both;
 overflow: hidden;
 padding-top: 10px;
}
.art-details span,
.art-details a {
 display: inline-block;
 float: right;
 margin: 0 0 0 13px;
 background-repeat: no-repeat;
 background-position: left center;
}
.art-views {
 background-image: url(/img/art-views.png);
 padding-left: 18px;
}
.art-comments {
 background-image: url(/img/art-comments.png);
 padding-left: 18px;
}
.art-author {
 background-image: url(/img/art-author.png);
 padding-left: 16px;
}
.pages,
.catPages1,
.catPages2,
.pagesBlock1,
.pagesBlock2,
.pagesBlockuz1,
.pagesBlockuz2 {
 display: block;
 margin: 20px 0;
 text-align: center;
}
.pages a,
.catPages1 a,
.catPages2 a,
.pagesBlock1 a,
.pagesBlock2 a,
.pagesBlockuz1 a,
.pagesBlockuz2 a,
.pages b,
.catPages1 b,
.catPages2 b,
.pagesBlock1 b,
.pagesBlock2 b,
.pagesBlockuz1 b,
.pagesBlockuz2 b {
 display: inline-block;
 padding: 0 7px;
 font: bold 12px/20px 'Open Sans';
 color: #636363;
 background-color: #f7f7f7;
}
.pages a,
.catPages1 a,
.catPages2 a,
.pagesBlock1 a,
.pagesBlock2 a,
.pagesBlockuz1 a,
.pagesBlockuz2 a {
 text-decoration: none;
 color: #fff;
 background-color: #31a900;
}
.pages a:hover,
.catPages1 a:hover,
.catPages2 a:hover,
.pagesBlock1 a:hover,
.pagesBlock2 a:hover,
.pagesBlockuz1 a:hover,
.pagesBlockuz2 a:hover {
 background-color: #38c300;
}
#s-closed {
 position: fixed;
 z-index: 14;
 left: 0;
 top: 166px;
 width: 35px;
 height: 35px;
 background: #efefef url(/img/s-open.png) no-repeat center center;
 border-radius: 0 3px 3px 0;
 box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.32);
 cursor: pointer;
}
#settings {
 position: fixed;
 z-index: 15;
 left: 0;
 top: 160px;
 width: 220px;
 color: #000;
 background: #fff;
 border-radius: 0 3px 3px 0;
 box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.32);
}
.s-top {
 padding: 0 9px 0 18px;
 background: #efefef;
 border-bottom: 1px solid #e2e2e2;
}
.s-title {
 font: 14px/35px 'Open Sans';
 text-transform: uppercase;
}
.s-close {
 display: block;
 float: right;
 width: 12px;
 height: 35px;
 background: url(/img/s-close.png) no-repeat center center;
}
.s-content {
 padding: 8px 15px 8px 18px;
}
.s-sep {
 width: 220px;
 height: 1px;
 margin: 10px 0 0 -18px;
 background: #e2e2e2;
}
.s-row {
 margin: 0 0 11px 0;
 height: 20px;
 line-height: 20px;
}
.s-color {
 display: block;
 float: right;
 position: relative;
 border: 3px solid #e2e2e2;
 border-radius: 3px;
}
.s-color span {
 display: block;
 width: 14px;
 height: 14px;
}
.s-bg {
 margin: 5px 0 0 0;
 padding: 0;
 list-style: none;
 overflow: hidden;
}
.s-bg li {
 float: left;
 margin: 0 10px 9px 0;
 border: 1px solid #e2e2e2;
 border-radius: 3px;
}
.s-bg li.lastinrow {
 margin-right: 0;
}
.s-bg a {
 display: block;
 width: 35px;
 height: 35px;
 border-radius: 3px;
}
.s-bg .bg1 {
 background: url(/img/bgpreview1.jpg) no-repeat;
}
.s-bg .bg2 {
 background: url(/img/bgpreview2.jpg) no-repeat;
}
.s-bg .bg3 {
 background: url(/img/bgpreview3.jpg) no-repeat;
}
.s-bg .bg4 {
 background: url(/img/bgpreview4.jpg) no-repeat;
}
.s-bg .bg5 {
 background: url(/img/bgpreview5.jpg) no-repeat;
}
.s-bg .bg6 {
 background: url(/img/bgpreview6.jpg) no-repeat;
}
.s-bg .bg7 {
 background: url(/img/bgpreview7.jpg) no-repeat;
}
.s-bg .bg8 {
 background: url(/img/bgpreview8.jpg) no-repeat;
}
.s-bg .bg9 {
 background: url(/img/bgpreview9.jpg) no-repeat;
}
.s-bg .bg10 {
 background: url(/img/bgpreview10.jpg) no-repeat;
}
.s-bg .bg11 {
 background: url(/img/bgpreview11.jpg) no-repeat;
}
.s-bg .bg12 {
 background: url(/img/bgpreview12.jpg) no-repeat;
}
.s-reset {
 text-align: right;
 padding-right: 10px;
}
.s-reset a {
 font-size: 11px;
 color: #acacac;
}
.gTable {
 background: #31a900;
}
.gTableTop {
 padding: 2px;
 background: #31a900;
 padding-left: 20px;
 padding-bottom: 1px;
 color: #fff;
 font-weight: bold;
 line-height: 28px;
 font-size: 19px;
}
.gTableSubTop {
 padding: 2px;
 background: #efeded;
 color: #000;
 height: 20px;
 font-size: 10px;
}
.gTableBody {
 padding: 2px;
 background: #fafafa;
}
.gTableBody1 {
 padding: 2px;
 background: #ffffff;
}
.gTableBottom {
 padding: 2px;
 background: #fafafa;
}
.gTableLeft {
 padding: 2px;
 background: #fafafa;
 font-weight: bold;
 color: #6e6e6e;
}
.gTableRight {
 padding: 2px;
 background: #f8f9fa;
}
.gTableError {
 padding: 2px;
 background: #fafafa;
 color: #ff0000;
}
.forumNameTd,
.forumLastPostTd {
 padding: 2px;
 background: #ffffff;
}
.forumIcoTd,
.forumThreadTd,
.forumPostTd {
 padding: 2px;
 background: #fafafa;
}
.forumLastPostTd,
.forumArchive {
 padding: 2px;
 font-size: 7pt;
}
a.catLink {
 text-decoration: none!important;
 color: #ffffff;
}
.lastPostGuest,
.lastPostUser,
.threadAuthor {
 font-weight: bold;
}
.archivedForum {
 font-size: 7pt;
 color: #f00;
 font-weight: bold;
}
.forum {
 font-weight: bold;
 font-size: 9pt;
}
.forumDescr,
.forumModer {
 color: #858585;
 font-size: 7pt;
}
.forumViewed {
 font-size: 9px;
}
a.forum:link,
a.lastPostUserLink:link,
a.forumLastPostLink:link,
a.threadAuthorLink:link {
 text-decoration: none;
 color: #6e6e6e;
}
a.forum:visited,
a.lastPostUserLink:visited,
a.forumLastPostLink:visited,
a.threadAuthorLink:visited {
 text-decoration: none;
 color: #6e6e6e;
}
a.forum:hover,
a.lastPostUserLink:hover,
a.forumLastPostLink:hover,
a.threadAuthorLink:hover {
 text-decoration: underline;
 color: #909090;
}
a.forum:active,
a.lastPostUserLink:active,
a.forumLastPostLink:active,
a.threadAuthorLink:active {
 text-decoration: underline;
 color: #6e6e6e;
}
.forumNamesBar {
 font-weight: bold;
 font-size: 7pt;
}
.forumBarKw {
 font-weight: normal;
}
a.forumBarA:link {
 text-decoration: none;
 color: #000000;
}
a.forumBarA:visited {
 text-decoration: none;
 color: #000000;
}
a.forumBarA:hover {
 text-decoration: none;
 color: #6e6e6e;
}
a.forumBarA:active {
 text-decoration: underline;
 color: #6e6e6e;
}
.fastNav,
.fastSearch,
.fastLoginForm {
 font-size: 7pt;
}
.fastNavMain {
 background: #dadada;
}
.fastNavCat {
 background: #efefef;
}
.fastNavCatA {
 background: #efefef;
 color: #0000ff;
}
.fastNavForumA {
 color: #0000ff;
}
.switches {
 background: #cccccc;
}
.pagesInfo {
 background: #fff;
 padding-right: 10px;
 font-size: 7pt;
}
.switch {
 background: #fff;
 width: 15px;
 font-size: 7pt;
}
.switchActive {
 background: #e0e0e0;
 font-weight: bold;
 color: #6e6e6e;
 width: 15px;
}
a.switchDigit:link,
a.switchBack:link,
a.switchNext:link {
 text-decoration: none;
 color: #000000;
}
a.switchDigit:visited,
a.switchBack:visited,
a.switchNext:visited {
 text-decoration: none;
 color: #000000;
}
a.switchDigit:hover,
a.switchBack:hover,
a.switchNext:hover {
 text-decoration: underline;
 color: #ff0000;
}
a.switchDigit:active,
a.switchBack:active,
a.switchNext:active {
 text-decoration: underline;
 color: #ff0000;
}
.threadNametd,
.threadAuthTd,
.threadLastPostTd {
 padding: 2px;
 background: #ffffff;
}
.threadIcoTd,
.threadPostTd,
.threadViewTd {
 padding: 2px;
 background: #fafafa;
}
.threadLastPostTd {
 padding: 2px;
 font-size: 7pt;
}
.threadDescr {
 color: #858585;
 font-size: 7pt;
}
.threadNoticeLink {
 font-weight: bold;
}
.threadsType {
 padding: 2px;
 background: #fff;
 height: 20px;
 font-weight: bold;
 font-size: 7pt;
 color: #fff;
 padding-left: 40px;
}
.threadsDetails {
 padding: 2px;
 background: #fff;
 height: 20px;
 color: #6e6e6e;
}
.forumOnlineBar {
 padding: 2px;
 background: #fff;
 height: 20px;
 color: #6e6e6e;
}
a.threadPinnedLink:link {
 text-decoration: none;
 color: #0000ff;
}
a.threadPinnedLink:visited {
 text-decoration: none;
 color: #0000ff;
}
a.threadPinnedLink:hover {
 text-decoration: none;
 color: #ff0000;
}
a.threadPinnedLink:active {
 text-decoration: underline;
 color: #ff0000;
}
a.threadLink:link {
 text-decoration: none;
 color: #6e6e6e;
}
a.threadLink:visited {
 text-decoration: none;
 color: #6e6e6e;
}
a.threadLink:hover {
 text-decoration: underline;
 color: #000000;
}
a.threadLink:active {
 text-decoration: underline;
 color: #000000;
}
.postpSwithces {
 font-size: 7pt;
}
.thDescr {
 font-weight: normal;
}
.threadFrmBlock {
 font-size: 7pt;
 text-align: right;
}
.postPoll {
 background: #f1f2f3;
}
.postFirst {
 background: #f8f9fa;
}
.postRest1 {
 background: #f1f2f3;
}
.postRest2 {
 background: #f8f9fa;
}
.postSeparator {
 background: 0;
}
.postTdTop {
 background: #efeded;
}
.postBottom {
 background: #e0e0e0;
 height: 20px;
}
.postUser {
 font-weight: bold;
}
.postTdInfo {
 text-align: center;
 padding: 5px;
 background: #fafafa;
}
.postRankName {
 margin-top: 5px;
}
.postRankIco {
 margin-bottom: 5px;
}
.reputation {
 margin-top: 5px;
}
.signatureHr {
 margin-top: 20px;
 color: #787878;
}
.posttdMessage {
 padding: 5px;
 background: #ffffff;
}
.pollQuestion {
 text-align: center;
 font-weight: bold;
}
.pollButtons,
.pollTotal {
 text-align: center;
}
.pollSubmit {
 font-weight: bold;
}
.pollEnd {
 text-align: center;
 height: 30px;
}
.codeMessage {
 background: #fff;
 font-size: 9px;
}
.quoteMessage {
 background: #fff;
 font-size: 9px;
}
.signatureView {
 font-size: 7pt;
}
.edited {
 padding-top: 30px;
 font-size: 7pt;
 text-align: right;
 color: #808080;
}
.editedBy {
 font-weight: bold;
 font-size: 8pt;
}
.statusBlock {
 padding-top: 3px;
}
.statusOnline {
 color: #0000ff;
}
.statusOffline {
 color: #ff0000;
}
.newThreadBlock {
 background: #f9f9f9;
 border: 1px solid #b2b2b2;
}
.newPollBlock {
 background: #f9f9f9;
 border: 1px solid #b2b2b2;
}
.newThreadItem {
 padding: 0 0 0 8px;
 background: url('/.s/t/844/7.gif') no-repeat 0 4px;
}
.newPollItem {
 padding: 0 0 0 8px;
 background: url('/.s/t/844/7.gif') no-repeat 0 4px;
}
.codeCloseAll {
 font-size: 7pt;
 color: #6e6e6e;
 font-weight: bold;
 background: #fcfcfc;
 border: 1px solid #6e6e6e;
}
.postNameFl,
.postDescrFl {
 background: #fcfcfc;
 border: 1px solid #6e6e6e;
 width: 400px;
}
.postPollFl,
.postQuestionFl {
 background: #fcfcfc;
 border: 1px solid #6e6e6e;
 width: 400px;
}
.postResultFl {
 background: #fcfcfc;
 border: 1px solid #6e6e6e;
 width: 50px;
}
.postAnswerFl {
 background: #fcfcfc;
 border: 1px solid #6e6e6e;
 width: 300px;
}
.postTextFl,
.forumContent input,
.forumContent textarea {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
.postUserFl {
 background: #fcfcfc;
 border: 1px solid #6e6e6e;
 width: 300px;
}
.pollHelp {
 font-weight: normal;
 font-size: 7pt;
 padding-top: 3px;
}
.smilesPart {
 padding-top: 5px;
 text-align: center;
}
#frM55 a {
 color: #ffffff !important;
}
.popup {
 margin: 5px;
 background: #ffffff;
}
.popuptitle {
 height: 30px;
 padding: 0 15px;
 font: 20px/30px 'Open Sans';
 color: #fff;
 background: #31a900;
}
.popupbody {
 padding: 10px 15px;
}
body {
 background-color: #d9d6d6;
 background-image: none;
}
a {
 color: #555755;
}
.cart-border {
 background: #555755;
}
.logo a .colored {
 color: #555755;
}
.uMenuRoot a:hover,
.uMenuRoot a.uMenuItemA {
 color: #555755;
}
nav {
 background: #555755;
}
nav ul ul a {
 background: #555755 !important;
}
nav ul ul li:hover > div a {
 color: #555755 !important;
}
.blocktitle {
 background: #555755;
}
.useful-footer section a:hover {
 color: #555755;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
 border-color: #555755;
}
input[type=button],
input[type=submit],
input[type=reset],
.button,
.entryReadAllLink {
 background-color: #555755 !important;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.button:hover,
.entryReadAllLink:hover {
 background-color: #626462 !important;
}
.button.grey-button {
 background-color: #c2c2c2!important;
}
.button.grey-button:hover {
 background-color: #555755 !important;
}
.c-item.i-new:after {
 background: #555755;
}
.i-image a .h-bg {
 background: rgba(85, 87, 85, 0.5);
}
a.i-title:hover {
 color: #555755;
}
.i-price {
 color: #555755;
}
a.im-title:hover {
 color: #555755;
}
.im-price {
 color: #555755;
}
.cat-blocks div.normal:before,
.cat-blocks div.active:before,
.cat-blocks li:before {
 background: #555755;
}
.cat-blocks div:hover,
.cat-blocks div.active {
 color: #555755;
}
.cat-blocks a:hover {
 color: #555755;
}
.ip-price {
 color: #555755;
}
.cart-price {
 color: #555755;
}
.pages a,
.catPages1 a,
.catPages2 a,
.pagesBlock1 a,
.pagesBlock2 a,
.pagesBlockuz1 a,
.pagesBlockuz2 a {
 background-color: #555755;
}
.pages a:hover,
.catPages1 a:hover,
.catPages2 a:hover,
.pagesBlock1 a:hover,
.pagesBlock2 a:hover,
.pagesBlockuz1 a:hover,
.pagesBlockuz2 a:hover {
 background-color: #626462;
}
.gTable {
 background: #555755;
}
.gTableTop {
 background: #555755;
}
.popuptitle {
 background: #555755;
}