@charset "utf-8";

/*--- reset ---*/

header,nav,article,aside,section,footer{display:block;overflow:hidden}
html,body{width:100%;height:100%;margin:0;padding:0}
textarea,input{outline:none;resize:none}
img,a img{border:none;outline:none}
ul,li{margin:0;padding:0}

/*--- main ---*/

a, a:link, a:visited, a:active {
 color: #5c8591;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
body {
 font-family: Arial, sans-serif;
 font-size: 12px;
 line-height: 22px;
 background: #f0f0f0;
 color: #767676;
}
hr {
 height: 1px;
 border: 0;
 background: #d3d3d3;
 color: #d3d3d3;
}
input[type="button"], input[type="submit"], input[type="reset"] {
 padding-top: 5px;
 padding-bottom: 5px;
 border: none;
 background: #5c8591;
 border-radius: 5px;
 color: #fff;
}
input[type="text"], textarea {
 color: #767676;
 font-family: Arial;
 font-size: 12px;
}
#container {
 min-height: 100%;
 overflow: hidden;
 background: #f0f0f0 url('/img/container.png') top repeat-x;
}
#top {
 width: 1000px;
 height: 55px;
 margin: 0 auto;
 padding: 0 29px;
 background: url('/img/sprite.png') left top;
}
#wrapper {
 width: 1000px;
 margin: -55px auto 0 auto;
 overflow: hidden;
}
#top-content {
 height: 35px;
}
nav {
 float: left;
 overflow:visible;
}
nav ul {
 list-style: none;
}
nav ul li {
 float: left;
 height: 29px;
 padding: 3px 5px;
 background: url('/img/top-li.png') left no-repeat;
}
nav ul li:first-child {
 background: none;
 padding-left: 0;
}
nav ul li a {
 display: block;
 height: 29px;
 line-height: 29px;
 padding: 0 15px;
 color: #fff !important;
 border-radius: 5px;
}
nav ul li a.uMenuItemA, nav ul li a:hover {
 background: url('/img/nav-a.png') repeat-x;
 border: 1px solid #000;
 height: 27px;
 line-height: 27px;
 color: #a2e200 !important;
 text-decoration: none;
 padding: 0 14px;
}
#top-cart {
 float: right;
 height: 35px;
 line-height: 30px;
 color: #fff;
 padding-left: 30px;
 background: url('/img/top-cart.png') left no-repeat; 
}
#top-cart a {
 color: #a2e200;
 text-decoration: underline;
 font-weight: bold;
}
#top-cart a:hover {
 text-decoration: none;
}

#wrapper > header {
 padding: 30px 0;
}
#logo {
 float: left;
}
#logo h1 {
 margin: 0;
 padding: 0;
 font-size: 52px;
 color: #262626;
 display: inline;
 line-height: 52px;
}
#logo h1 a {
 color: #262626;
}
#logo h4 {
 font-weight: 13px;
 color: #4b4b4b;
 display: inline;
 margin: 0;
 padding: 0;
}
#search {
 float: right;
 overflow: hidden;
 width: 256px;
 height: 28px;
 padding-top: 10px;
}
#s-text {
 float: left;
 padding: 0 10px;
 width: 200px;
 height: 26px;
 line-height: 26px;
 background: #fff;
 border: 1px solid #d3d3d3;
 border-radius: 3px;
 font-family: Arial;
 font-size: 12px;
 color: #757474;
}
#s-image {
 float: right;
}

#banner {
 height: 370px;
 border: 1px solid #c9c9c9;
 background: url('/img/banner.jpg') center no-repeat;
 overflow: hidden;
 border-radius: 5px;
}
#banner-content {
 float: right;
 padding-top: 35px;
 padding-right: 40px;
 text-align: right;
 line-height: 20px;
 width: 360px;
}
span.green1 {
 font-size: 46px;
 line-height: 46px;
 color: #97c82e;
}
span.grey1 {
 font-size: 55px;
 line-height: 55px;
 font-weight: bold;
 color: #272727;
 padding-left: 5px;
}
div.grey2 {
 color: #272727;
 font-size: 20px;
 line-height: 24px;
 padding: 10px 0;
}
.banner-price {
 font-size: 26px;
 line-height: 33px;
 color: #272727;
 padding: 15px 0;
}
.banner-price span {
 color: #97c82e;
 font-size: 33px;
 font-weight: bold;
}
a.shop-now {
 float: right;
 display: block;
 width: 177px;
 height: 42px;
 background: url('/img/shop-now.png');
 line-height: 42px;
 text-align: center;
 color: #fff;
 font-weight: bold;
 font-size: 18px;
 text-shadow: #000 1px 1px 0;
 margin-top: 10px;
}
#banner-shadow {
 height: 50px;
 background: url('/img/sprite.png') 0 -55px no-repeat;
}

#middle {
 overflow: hidden;
 padding-bottom: 70px;
}
#right-column {
 float: right;
 width: 807px;
 overflow: hidden;
}
article {
 margin-bottom: 15px;
}
article > header {
 height: 34px;
 line-height: 34px;
 background: url('/img/page-title.png') repeat-x;
 border-left: 1px solid #26444d;
 border-right: 1px solid #26444d;
 padding: 0 12px;
 border-radius: 5px 5px 0 0;
}
article > header > h1 {
 margin: 0;
 padding: 0;
 font-size: 18px;
 font-weight: normal;
 color: #fff;
 text-shadow: #1b3942 1px 1px 0;
}
article > header > h1 a {
 color: #fff !important;
}
.content {
 border-left: 1px solid #c9c9c9;
 border-right: 1px solid #c9c9c9;
 border-bottom: 1px solid #c9c9c9;
 background: #fff;
 border-radius: 0 0 5px 5px;
 overflow: hidden;
}
.details {
 padding-top: 15px;
 margin-top: 15px;
 border-top: 1px solid #d3d3d3;
}
.details a, .details span {
 font-weight: bold;
 color: #5c8591;
}
.content.goods-catalog {
 background: url('/img/goods-catalog.png') repeat-y;
 border-radius: 0 0 3px 3px;
}
.content.goods-catalog .white-bg {
 padding: 15px 20px;
 background: #fff;
 border-bottom: 1px solid #d3d3d3;
}
.gds {
 float: left;
 width: 167px;
 height: 295px;
 padding: 30px 17px 25px 17px;
 overflow: hidden;
 text-align: center;
 border-bottom: 1px solid #d3d3d3;
 margin-bottom: -1px;
}
.gds-img {
 max-width: 165px;
 height: 165px;
 margin-bottom: 25px;
}
.gds-message {
 text-align: left;
 line-height: 16px;
 font-style: italic;
}
.gds-message a:first-child {
 color: #272727;
 font-size: 14px;
 font-weight: bold;
 text-transform: uppercase;
 font-style: normal;
}
.gds-price {
 padding: 10px 0 10px 15px;
 line-height: 20px;
 background: url('/img/arrow.png') left no-repeat;
 text-align: left;
 font-size: 14px;
}
.gds-price span {
 float: right;
 text-align: right;
 font-size: 20px;
 color: #272727;
 *margin-top: -35px;
}
.gds-links {
 height: 25px;
}
.gds-links a {
 display: block;
 width: 80px;
 height: 25px;
 line-height: 25px;
 text-align: center;
 border-radius: 5px;
}
a.gds-add {
 float: left;
 background: #5c8591;
 color: #fff;
 text-shadow: #38616d 1px 1px 0;
}
a.gds-more {
 float: right;
 background: #1a1a1a;
 color: #a2e200;
}
aside {
 margin-right: 823px;
}
aside li {
 list-style-type: none;
}
.block {
 margin-bottom: 15px;
}
.block > h3 {
 display: block;
 height: 34px;
 line-height: 34px;
 background: url('/img/page-title.png') repeat-x;
 border-left: 1px solid #26444d;
 border-right: 1px solid #26444d;
 padding: 0 12px;
 border-radius: 5px 5px 0 0;
 margin: 0;
 font-size: 18px;
 font-weight: normal;
 color: #fff;
 text-shadow: #1b3942 1px 1px 0; 
}
.cat-blocks, .block-content {
 background: #1a1a1a;
 border-radius: 0 0 5px 5px;
}
.cat-blocks {
 padding-bottom: 5px;
}
.cat-blocks > div {
 height: 31px;
 line-height: 31px;
 color: #e6e6e6;
 cursor: pointer;
 background: url('/img/cat-blocks.png') top no-repeat;
}
.cat-blocks > div:hover {
 background-position: bottom;
}

.block-content {
 padding: 10px 15px;
 color: #e6e6e6;
}
.block-content a {
 color: #a2e200;
}
.block-content hr {
 height: 1px;
 border: none;
 background: #363636;
 color: #363636;
}
span.b-shopping, span.b-total {
 float: right;
 color: #a2e200;
 *margin-top: -22px;
}
.cart-links {
 height: 25px;
 padding-top: 10px;
 overflow: hiden;
}
.cart-links a {
 display: block;
 height: 23px;
 line-height: 23px;
 text-align: center;
 padding: 0 20px 0 10px;
 background: url('/img/cart-links.png');
 border-radius: 5px;
}
a.cart-cart {
 float: left;
 background-position: right top;
 color: #464646;
 text-shadow: #fff 1px 1px 0;
}
a.cart-out{
 float: right;
 background-position: right bottom;
 color: #fff;
 text-shadow: #1b3942 1px 1px 0; 
}

/* item page */

.item-top {
 overflow: hidden;
 border-bottom: 1px solid #d3d3d3;
}
.item-img {
 float: left;
 padding: 15px;
 width: 240px;
 height: 340px;
 text-align: center;
 border-right: 1px solid #d3d3d3;
}
.item-img img {
 cursor: pointer;
}
.gphoto.big {
 width: 240px;
 height: 240px;
 margin-bottom: 15px;
}
.gphoto.small {
 width: 73px;
 height: 73px;
 margin: 1px;
}
.gphoto.small:hover {
 border: 1px solid #d3d3d3;
 margin: 0;
}
.item-right {
 margin-left: 270px;
 border-left: 1px solid #d3d3d3;
}
.item-right-top {
 padding: 15px 25px;
 border-bottom: 1px solid #d3d3d3;
}
.item-price {
 height: 24px;
 line-height: 24px;
 padding-left: 15px;
 background: url('/img/arrow.png') left no-repeat;
 font-size: 18px;
}
.item-price span {
 font-size: 24px;
 color: #1a1a1a;
 padding-left: 5px;
}
.item-but {
 padding: 20px 0;
}
.item-but a {
 display: inline-block;
 padding: 0 10px;
 height: 30px;
 line-height: 30px;
 border-radius: 5px;
 margin-right: 10px;
 font-size: 16px;
}
a.item-add {
 background: #5c8591;
 color: #fff;
 text-shadow: #335c68 1px 1px 0;
}
a.item-buy {
 color: #a2e200;
 background: #1a1a1a;
}
.rate {
 color: #1a1a1a;
 font-size: 16px;
 line-height: 16px;
 width: 190px;
}

.item-main-info {
 padding: 15px 25px;
 line-height: 18px;
}
.item-main-info span {
 font-size: 16px;
 color: #1a1a1a;
 font-weight: bold;
}

.full-review {
 padding: 15px 25px;
 line-height: 18px;
}
.full-review span.title {
 font-size: 18px;
 color: #1a1a1a;
}

.content.with-padding {
 padding: 15px 20px;
}
span.total {
 float: right;
 font-size: 12px;
 color: #fff;
 margin-top: -35px;
}
.comm-block {
 padding-bottom: 15px;
 margin-bottom: 15px;
 border-bottom: 1px solid #d3d3d3;
}
.comm-title {
 height: 22px;
 line-height: 22px;
 padding: 0 12px;
 background: #1a1a1a;
 border-radius: 5px;
 color: #fff;
 margin-bottom: 15px;
}
.comm-title a {
 color: #a2e200;
}
.comm-title span {
 padding-left: 10px;
}
span.add-comm {
 font-size: 18px;
 color: #1a1a1a;
 display: block;
 margin: 40px 0 15px 0;
 padding-bottom: 15px;
 border-bottom: 1px solid #d3d3d3;
}
.commFl {
 width: 99%;
}
#addcBut {
 font-size: 16px;
}

/* profuct of user */

.user-prod-sort {
 background: #fff;
 padding: 15px 20px;
 border-bottom: 1px solid #d3d3d3;
}
.ups-r {
 float: right;
 *margin-top: -38px;
 *padding-right: 20px;
}
.ups-r a {
 color: #767676;
}
.ups-r a:hover {
 color: #a2e200;
 text-decoration: underline;
}
.user-price {
 margin-top: 2px;
 padding-top: 0;
 padding-bottom: 0;
 color: #1a1a1a;
}
.user-gds {
 height: 230px;
}
footer {
 height: 56px;
 background: url('/img/footer.png') bottom repeat-x;
}
#f-content {
 width: 1080px;
 height: 56px;
 background: url('/img/sprite.png') bottom no-repeat;
 margin: 0 auto;
}
#footer-content {
 width: 1000px;
 overflow: hidden;
 margin: 0 auto;
 padding-top: 15px;
}
#f-left {
 float: left;
 color: #fff;
 line-height: 14px;
}
#f-left a {
 color: #fff;
}
#footer-content ul {
 float: right;
 list-style: none;
 line-height: 14px;
}
#footer-content ul li {
 float: left;
 margin-left: 15px;
 border-left: 1px solid #fff;
}
#footer-content ul li:first-child {
 border: none;
}
#footer-content ul li a {
 color: #fff !important;
 margin-left: 15px;
}

.loginField {
 width: 94% !important;
}
.plist {
 display: block;
 padding: 0 20px;
 line-height: 30px;
 background: #fff;
 text-align: center;
 border-top: 1px solid #d3d3d3;
}
#cont-shop-add, #addEntForm {
 padding: 5px;
}
a.eTag {
 color: #fff;
}
a.eTag:hover {
 color: #a2e200;
 font-weight: bold;
}
.fw {
 width: 99% !important;
}

/* General forum Table View */

.gTable {background:#5c8591;border-radius: 5px 5px 0 0;}

.gTableTop {padding:2px;background:#5c8591;padding-left:20px;padding-bottom:1px;color:#FFFFFF;font-weight:bold; height:28px;font-size:13px; border-radius: 5px 5px 0 0;}

.gTableSubTop {padding:2px;background:#efeded;color:#000000;height:20px;font-size:10px;}

.gTableBody {padding:2px;background:#f4f4f4;}
.gTableBody1 {padding:2px;background:#FFFFFF;}
.gTableBottom {padding:2px;background:#f4f4f4;}
.gTableLeft {padding:2px;background:#f4f4f4;font-weight:bold;color:#6E6E6E}
.gTableRight {padding:2px;background:#F8F9FA}
.gTableError {padding:2px;background:#f4f4f4;color:#FF0000;vertical-align: top;}


/* Forums Styles */

.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#f4f4f4}
.forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;}
a.catLink:link {text-decoration:none; color:#FFFFFF;}
a.catLink:visited {text-decoration:none; color:#FFFFFF;}
a.catLink:hover {text-decoration:underline; color:#000000;}
a.catLink:active {text-decoration:underline; color:#FFFFFF;}
.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold}
.archivedForum{font-size:7pt;color:#FF0000;font-weight:bold;}


/* forum Titles & other */

.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;}


/* forum Navigation Bar */

.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;}


/* forum Fast Navigation Blocks */

.fastNav,.fastSearch,.fastLoginForm {font-size:7pt;}


/* forum Fast Navigation Menu */

.fastNavMain {background:#DADADA;}
.fastNavCat {background:#EFEFEF;}
.fastNavCatA {background:#EFEFEF;color:#0000FF}
.fastNavForumA {color:#0000FF}


/* forum Page switches */

.switches {background:#CCCCCC;}
.pagesInfo {background:#FFFFFF;padding-right:10px;font-size:7pt;}
.switch {background:#FFFFFF;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;}


/* forum Threads Style */

.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#f4f4f4}
.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:#5c8591;padding-left:40px; }
.threadsDetails {padding:2px;background:#fff;height:20px;color:#5c8591;}
.forumOnlineBar {padding:2px;background:#fff;height:20px;color:#5c8591;}
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;}


/* forum Posts View */

.postTable {}
.postPoll {background:#F1F2F3;text-align:center;}
.postFirst {background:#F8F9FA;}
.postRest1 {background:#F1F2F3;}
.postRest2 {background:#F8F9FA;}
.postSeparator {background:none;}
.postTdTop {background:#efeded;}
.postBottom {background:#E0E0E0;height:20px}
.postUser {font-weight:bold;}
.postTdInfo {text-align:center;padding:5px;background:#f4f4f4;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;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;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:7pt;}
.pollSubmit {font-weight:bold;}
.pollEnd {text-align:center;height:30px;}
.codeMessage {background:#FFFFFF;font-size:9px;}
.quoteMessage {background:#FFFFFF;font-size:9px;}
.signatureView {font-size:7pt;} 
.edited {padding-top:30px;font-size:7pt;text-align:right;color:gray;}
.editedBy {font-weight:bold;font-size:8pt;}
.statusBlock {padding-top:3px;}
.statusOnline {color:#0000FF;}
.statusOffline {color:#FF0000;}


/* forum AllInOne Fast Add */

.newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}

/* forum Post Form */

.codeButtons {font-size:7pt;background:#FCFCFC;border:1px solid #6E6E6E;}
.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 {background:#FCFCFC;border:1px solid #6E6E6E;height:150px;width:99% !important;}
.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:#fff !important;}

nav {overflow:visible;}
nav .u-menu {background: none !important;}
nav .xw-tl, nav .xw-tc, nav .xw-tr, nav .xw-bl, nav .xw-bc, nav .xw-br {display: none; background: none !important;}
nav .xw-ml, nav .xw-mr {margin: 0; padding: 0; background: none !important;}
nav .u-menu .xw-mc {border: none; padding: 0 0 0 4px; background: none !important;}
nav .u-menu .u-menubody {border: none; background: none !important;}
nav .u-menu .u-menucont {background: none !important;}
.x-sh {display: none !important;}
nav .u-menuvitem {color: #fff; border-radius:4px; font-size: 12px; line-height: 30px; padding: 0 15px; margin-left: 2px; margin-bottom: 4px;}
nav .u-menucont .u-menuvitem {background: #3c5a63; box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.4); border: 1px solid #30484f;}
nav .u-menucont .u-menuvitem:hover {background: #212121 url('/img/nav-a.png') repeat-x; border: 1px solid #000; }
nav .u-menuvitem a {color: #fff !important;}
nav .u-menucont .u-menuvitem .u-menuarrow {margin-top: 6px; margin-right: -3px;}