@charset "utf-8";

@font-face {
 font-family: 'OpenSansLight';
 src: url('/fonts/OpenSansLight.eot');
 src: url('/fonts/OpenSansLight.eot?#iefix') format('embedded-opentype'),
 url('/fonts/OpenSansLight.woff') format('woff'),
 url('/fonts/OpenSansLight.ttf') format('truetype'),
 url('/fonts/OpenSansLight.svg#OpenSansLight') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'OpenSansRegular';
 src: url('/fonts/OpenSansRegular.eot');
 src: url('/fonts/OpenSansRegular.eot?#iefix') format('embedded-opentype'),
 url('/fonts/OpenSansRegular.woff') format('woff'),
 url('/fonts/OpenSansRegular.ttf') format('truetype'),
 url('/fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
header, nav, article, aside, section, footer {
 display: block;
}
html, body {
 margin: 0;
 padding: 0;
}
textarea, input {
 outline: none;
 resize: none;
}
img, a img {
 border: none;
 outline: none;
}
a, a:link, a:visited, a:active {
 color: #c7322a;
 text-decoration: none;
}
a:hover {
 text-decoration: none;
}
body {
 font: 13px/22px 'OpenSansRegular';
 background: #d2dde2 url(/back6.jpg) top center no-repeat;
 background-size: 2222px;
 color: #515151;
}
}
h1, h2, h3, h4, h5, h6 {
 padding: 0;
 margin: 5px 0 10px 0;
 font-weight: normal;
 font-family: 'OpenSansLight' !important;
 color: #c7322a;
}
h4, h5, h6 {
 text-transform: uppercase;
 font-family: 'OpenSansRegular' !important;
}
h1 {
 font-size: 32px;
}
h2 {
 font-size: 26px;
}
h3 {
 font-size: 24px;
}
h4 {
 font-size: 18px;
}
h5 {
 font-size: 16px;
}
h6 {
 font-size: 13px;
}
aside ul, aside ol, aside li, footer ol, footer li, footer ul, nav ul, nav li {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
hr {
 height: 1px;
 border: none;
 
}
select {
 padding: 10px;
 border-radius: 3px;
 cursor: pointer;
 font-family: 'OpenSansRegular';
 border-color: #bababa;
 background: #163b68;
 color: #fff;
 border: none;
}
textarea {
 overflow: auto;
}
#container textarea, #container input[type="text"], #container input[type="password"] {
 max-width: 99% !important;
 font-family: 'OpenSansRegular';
 font-size: 14px;
 line-height: 20px;
 box-shadow: inset 0 0 0 2px #bababa;
 border: none;
 border-radius: 3px;
 color: #7a7a7a;
 transition: box-shadow .3s ease, color .3s ease;
}
#container input[type="text"], #container input[type="password"] {
 height: 40px;
}
#container textarea {
 padding-top: 13px;
 padding-bottom: 13px;
}
#container textarea:focus, #container input[type="text"]:focus, #container input[type="password"]:focus {
 box-shadow: inset 0 0 0 2px #c7322a;
 color: #c7322a;
}
#container input[type="button"], #container input[type="submit"], #container input[type="reset"] {
 font-family: 'OpenSansRegular';
 font-size: 14px;
 cursor: pointer;
 border: none;
 border-radius: 3px;
 color: #fff;
 transition: all .3s ease;
 background: #c7322a;
 padding-top: 5px;
 padding-bottom: 5px;
 line-height: 20px;
 height: 40px;
 margin-bottom: 5px;
}
#container input[type="button"]:hover, #container input[type="submit"]:hover, #container input[type="reset"]:hover {
 opacity: 0.8;
}
#container input[type="button"]:active, #container input[type="submit"]:active, #container input[type="reset"]:active {
 opacity: 1;
}
#container {
 width: 1170px;
 margin: 0 auto;
 padding-bottom: 30px;
}
#container > header {
 height: 100px;
}
#container > header > h1 {
 float: left;
 line-height: 100px;
 margin: 0;
 font-size: 48px;
 font-family: 'OpenSansRegular' !important;
}
#container > header > h1 a span {
 color: #163b68;
}
#searchForm {
 float: right;
 margin-top: 30px;
 width: 770px;
 height: 40px;
 position: relative;
}
.searchKey {
 width: 91%;
 padding: 0 7% 0 2%;
 font-size: 16px !important;
 background: rgba(255,255,255,0.5);
}
#container input.searchButton {
 width: 40px;
 height: 36px;
 background: url(/img/searchButton.png) center no-repeat;
 border-left: 2px solid #bababa;
 margin: 0;
 padding: 0;
 position: absolute;
 top: 2px;
 right: 2px;
 z-index: 2;
 transition: all .3s ease;
 border-radius: 0;
}
nav {
 height: 50px;
 background: #163b68;
 border-radius: 3px;
 position: relative;
 z-index: 99;
 font-size: 16px;
 margin-bottom: 30px;
}
nav ul li {
 float: left;
 border-right: 1px solid #14355d;
 box-shadow: 1px 0 0 0 #264973;
 height: 50px;
 position: relative;
}
nav ul li a {
 color: #fff !important;
 display: block;
 padding: 0 20px;
 margin-right: -1px;
 line-height: 50px;
 transition: background .3s ease;
}
nav ul li a:hover, nav ul li.active > a {
 background: #c7322a;
}
nav > ul > li:first-child > a {
 border-radius: 3px 0 0 3px;
 background: #c7322a;
}
nav ul li ul {
 display: none;
 position: absolute;
 left: 0;
 top: 50px;
 width: 240px;
 padding-top: 15px;
 background: url(/img/submenu.png) left top no-repeat;
}
nav ul li ul li {
 float: none;
 padding: 5px;
 background: #163b68;
 height: 40px;
 margin: 0;
 border: none;
 box-shadow: none;
}
nav ul li ul > li:first-child {
 border-radius: 3px 3px 0 0;
}
nav ul li ul > li:last-child {
 border-radius: 0 0 3px 3px;
}
nav ul li ul li a {
 margin: 0;
 line-height: 40px;
 border-radius: 3px;
 font-size: 14px;
}
nav ul li ul li ul {
 left: 240px;
 top: 0;
 padding-top: 0;
 background: url(/img/submenu2.png) left top no-repeat;
 padding-left: 15px;
}
#sliderCnt {
 margin-bottom: 30px;
}
#sliderCnt, #slider {
 height: 400px;
 border-radius: 3px;
 overflow: hidden;
 position: relative;
}
#slider ul, #slider li {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
#slider li {
 width: 1170px;
 height: 400px;
 overflow: hidden;
 border-radius: 3px;
 float: left;
 position: relative;
}
#slider li img {
 float: left;
 width: 900px;
 height: 400px;
 border-radius: 3px 0 0 3px;
}
.sliderText {
 position: absolute;
 top: 0;
 right: 0;
 z-index: 2;
 width: 270px;
 height: 360px;
 border-radius: 0 3px 3px 0;
 background: #163b68;
 padding-top: 40px;
 text-align: center;
 color: #fff;
 font-family: 'OpenSansLight';
 font-size: 30px;
 line-height: 60px;
}
.sliderText span {
 font-size: 48px;
}
a.sliderMore {
 font-family: 'OpenSansRegular';
 font-size: 16px;
 display: inline-block;
 color: #fff;
 background: #c7322a;
 padding: 0 20px;
 line-height: 50px;
 border-radius: 3px;
 margin-top: 30px;
 transition: all .3s ease;
}
a.sliderMore:hover {
 opacity: 0.8;
}
a.sliderMore:active {
 opacity: 1;
}
#controls, #controls li {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
#controls {
 width: 270px;
 text-align: center;
 height: 16px;
 position: absolute;
 z-index: 20;
 bottom: 30px;
 right: 0;
}
#controls li {
 display: inline-block;
 width: 16px;
 height: 16px;
 margin: 0 5px;
}
#controls li a {
 display: block;
 width: 16px;
 height: 16px;
 text-indent: -9999px;
 background: #fff;
 border-radius: 20px;
}
#controls li a:hover, #controls li.current a {
 background: #c7322a;
}
#middle {
 overflow: hidden;
 margin-bottom: 30px;
}
#content {
 width: 870px;
 float: right;
}
.cnt {
 border: 2px solid #bababa;
 border-radius: 3px;
 background: #fff;
 padding: 20px 18px;
}
.title2, .eTitle {
 color: #515151;
 font-size: 24px;
 margin: 0 0 20px;
 padding-bottom: 20px;
 line-height: 24px;
 border-bottom: 1px solid #dcdcdc;
 position: relative;
}
.eDetails, .eDetails1, .eDetails2 {
 padding: 5px !important;
 border: 1px solid #dcdcdc;
 margin: 5px 0 !important;
 border-radius: 3px;
 opacity: 0.7;
}
.eDetails div, .eDetails1 div, .eDetails2 div {
 margin-top: 4px !important;
}
.eMessage, .eBlock {
 padding-bottom: 10px !important;
}
.goods-list {
 overflow: hidden;
}
.list-item {
 width: 255px;
 float: left;
 margin-bottom: 30px;
 margin-right: 32px;
}
.list-item:nth-child(3n) {
 margin-right: 0;
}
a.itemTitle {
 display: block;
 height: 22px;
 overflow: hidden;
 font-size: 16px;
}
a.itemPreview {
 display: block;
 line-height: 0;
 padding: 20px 0;
}
a.itemPreview img {
 width: 255px;
 height: 255px;
 transition: opacity .3s ease;
}
a.itemPreview:hover img {
 opacity: 0.8;
}
.itemBrief {
 height: 44px;
 overflow: hidden;
}
.itemPrice {
 height: 36px;
 border-radius: 3px;
 border: 2px solid #c7322a;
 position: relative;
 margin-top: 20px;
 font-size: 18px;
 padding-left: 10px;
 color: #c7322a;
 line-height: 36px;
 margin-bottom: 13px;
}
.itemPrice s {
 font-size: 13px;
 color: #7a7a7a;
}
.wish {
 cursor: pointer;
 position: absolute;
 width: 36px;
 height: 36px;
 top: 0;
 right: 0;
 background: #c7322a;
 transition: opacity .3s ease;
}
.wish:hover {
 opacity: 0.8;
}
.wish:active {
 opacity: 1;
}
.wadd {
 background: #c7322a url(/img/wadd.png) center no-repeat;
}
.wdel {
 background: #c7322a url(/img/wdel.png) center no-repeat;
}
.itemButtons {
 height: 40px;
 background: #163b68;
 border-radius: 3px;
}
#goods_cont {
 margin-top: 20px;
 border-top: 1px solid #dcdcdc;
 padding-top: 20px;
}
.itemButtons a {
 display: block;
 float: left;
 width: 127px;
 color: #fff !important;
 font-size: 16px;
 text-align: center;
 line-height: 40px;
 transition: all .3s ease;
}
.itemButtons a:hover {
 background: #c7322a;
}
.itemButtons a:active {
 opacity: 0.8;
}
a.itemAdd {
 border-radius: 3px 0 0 3px;
 border-right: 1px solid rgba(0, 0, 0, 0.15);
 box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.07);
}
.itemMore {
 border-radius: 0 3px 3px 0;
}
.withoutMarginBottom {
 margin-bottom: 0 !important;
}
aside {
 width: 270px;
 float: left;
}
aside > div:last-child {
 margin-bottom: 0;
}
.blockC {
 margin-bottom: 30px;
 padding: 20px;
 border-radius: 3px;
}
#cart {
 background: #c7322a;
 color: #fff;
}
.blockCTitle {
 color: #fff;
 font-family: 'OpenSansLight';
 font-size: 24px;
 line-height: 24px;
 padding-bottom: 20px;
 margin-bottom: 20px;
 border-bottom: 1px solid rgba(0, 0, 0, 0.07);
 box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.07);
 position: relative;
}
.blockCTitle span {
 font-size: 16px;
}
.cartItem {
 overflow: hidden;
 position: relative;
 padding-bottom: 20px;
 margin-bottom: 20px;
 border-bottom: 1px solid rgba(0, 0, 0, 0.07);
 box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.07);
 padding-right: 35px;
 font-size: 14px;
 color: #fff;
 line-height: 24px;
}
.cartItem:last-child {
 margin-bottom: 0;
 padding-bottom: 0;
 border: none;
 box-shadow: none;
}
.cartItem a {
 color: #fff;
}
.cartItem img {
 float: left;
 width: 50px;
 height: 50px;
 border-radius: 3px;
 margin-right: 20px;
}
.del {
 position: absolute;
 width: 20px;
 height: 20px;
 background: url(/img/del.png);
 transition: all .3s ease;
 top: 3px;
 right: 0;
 cursor: pointer;
}
.del:hover {
 opacity: 0.8;
}
.del:active {
 opacity: 1;
}
#cats {
 background: #163b68;
}
.blockCCnt {
 overflow: hidden;
}
.cat-blocks {
 overflow: hidden;
 color: #fff;
 font-size: 14px;
}
.cat-blocks a {
 color: #fff;
 transition: color .3s ease;
}
.cat-blocks u {
 text-decoration: none;
}
.cat-blocks div.normal, .cat-blocks div.active, .catsTd {
 line-height: 36px;
 border-top: 1px solid rgba(0, 0, 0, 0.07);
 box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.07);
 cursor: pointer;
 transition: color .3s ease;
 color: #fff;
}
.catsTd a {
 color: #fff;
 font-size: 14px;
}
.cat-blocks > div:first-child, .catsTd:first-child {
 border: none;
 box-shadow: none;
}
.cat-blocks div.normal:hover, .cat-blocks div.active:hover, .catsTd a:hover {
 color: #d55750;
 text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.cat-blocks ul {
 padding: 0 0 0 10px !important;
}
.cat-blocks ul li {
 padding: 3px 0 !important;
}
.cat-blocks ul li a:before {
 content: "» ";
}
.cat-blocks ul li a:hover {
 color: #d55750;
 text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.block {
 padding: 18px;
 background: #fff;
 border-radius: 3px;
 border: 2px solid #bababa;
 font-size: 14px;
 margin-bottom: 30px;
}
.blockContent {
 overflow: hidden;
}
.title2 {
 font-family: 'OpenSansLight';
 margin-bottom: 15px;
 color: #212121;
}
footer {
 background: #163b68;
 border-radius: 3px;
 padding: 25px;
 overflow: hidden;
 color: #a7a7a7;
}
footer a {
 color: #a7a7a7 !important;
 transition: color .3s ease;
}
.footerBlocks {
 overflow: hidden;
}
.fBlock {
 width: 260px;
 margin-left: 30px;
 overflow: hidden;
 padding-bottom: 20px;
 float: left;
}
.fBlock:first-child {
 margin: 0;
}
.fBlock .blockCTitle {
 font-size: 20px;
 padding-bottom: 15px;
 margin-bottom: 15px;
 line-height: 20px;
}
.fBlock li {
 line-height: 36px;
 border-top: 1px solid rgba(0, 0, 0, 0.07);
 box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.07);
}
.fBlock li:first-child {
 border: none;
 box-shadow: none;
}
.fBlock li a:hover {
 color: #fff !important;
}
.fMail {
 line-height: 0;
}
.fMail .fM {
 padding-left: 20px;
 padding-right: 20px;
 background: #32537a;
 box-shadow: inset 0 0 0 2px #13345b !important;
 color: #fff !important;
 margin-bottom: 5px;
 width: 220px;
}
.fMail textarea.fM {
 height: 90px;
}
.fMail .fMb {
 padding: 10px 20px !important;
}
.bigFblock {
 width: 540px;
}
#copy {
 margin-top: -3px;
 background: #fff;
 padding: 20px;
 border-radius: 0 0 3px 3px;
 border: 2px solid #163b68;
 border-top: none;
 text-align: right;
}
.good-name {
 color: #c7322a !important;
}
.good {
 overflow: hidden;
}
.goodImg {
 width: 255px;
 float: left;
 line-height: 0;
 text-align: center;
}
.goodImg img {
 cursor: pointer;
 transition: opacity .3s ease;
 border-radius: 3px;
}
.goodImg img:hover {
 opacity: 0.8;
}
.big {
 margin-bottom: 20px;
 width: 255px;
 height: 255px;
}
.small {
 width: 70px;
 height: 70px;
 margin: 0 5px;
}
.goodOpt {
 margin-left: 275px;
}
.goodOpt .itemPrice {
 margin: 0;
}
.shop-options, .shop-options li {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
.shop-options {
 padding: 20px 0;
 line-height: 36px;
}
.shop-options li {
 border-top: 1px dotted #515151;
}
.shop-options li:first-child {
 border: none;
}
.opt {
 font-weight: bold;
}
.goodButtons {
 overflow: hidden;
}
.goodButtons > * {
 text-align: center;
 margin: 0 10px 0 0;
 line-height: 40px;
 padding: 0 10px !important;
 font-size: 16px;
 float: left;
 margin-bottom: 7px;
}
.goodButtons input[type="text"] {
 padding: 0 !important;
 width: 50px !important;
}
.buyNow {
 background: #163b68 !important;
}
#tabs {
 clear: both;
 padding-top: 30px;
}
#tabsHead {
 line-height: 40px;
 padding-bottom: 20px;
 overflow: hidden;
}
#tabsHead a {
 display: block;
 float: left;
 margin-right: 7px;
 padding: 0 20px;
 color: #fff !important;
 background: #163b68;
 font-size: 14px;
 border-radius: 3px;
 transition: opacity .3s ease;
}
#tabsHead a:hover {
 opacity: 0.8;
}
.bigBtnHov {
 background: #a7a7a7 !important;
}
.tabsCnt {
 display: none;
}
#tabDescrC {
 display: block;
}
.comm {
 overflow: hidden;
 border-bottom: 1px dotted #515151;
 padding-bottom: 20px;
 margin-bottom: 20px;
}
.user_ava {
 width: 70px;
 height: 70px;
 float: left;
 margin-right: 20px;
}
.comm_head {
 font-size: 14px;
 padding-bottom: 5px;
 color: #7a7a7a;
}
.comm_head b {
 font-weight: normal;
 color: #c7322a;
}
.commFl {
 padding-left: 20px;
 padding-right: 20px;
 width: 30% !important%;
}
.securityCode {
 text-align: center;
 font-size: 14px !important;
 padding: 0 20px !important;
 height: 36px !important;
}
textarea.commFl {
 width: 70% !important;
}
#addcBut {
 padding: 10px 20px !important;
}
.comm_add_title {
 font-size: 18px;
 padding-bottom: 20px;
}
.mes {
 overflow: hidden;
}
img.first {
 max-width: 255px;
 border-radius: 3px;
 float: left;
 margin-right: 20px;
}
a.mesMore {
 display: inline-block;
 line-height: 40px;
 color: #fff !important;
 border-radius: 3px;
 padding: 0 20px;
 background: #c7322a;
 font-size: 14px;
 margin-top: 15px;
 transition: all .3s ease;
}
a.mesMore:hover {
 background: #163b68;
}
.entry {
 margin-bottom: 30px;
}
.calTable {
 width: 100%;
 line-height: 24px;
}
.calWday {
 border-radius: 3px;
 background: #163b68;
 color: #fff;
}
.calWdaySu, .calWdaySe {
 border-radius: 3px;
 color: #fff;
 background: #c7322a;
}
.gTable {
 background: none;
 border-spacing: 3px;
}
.gTable tr {
 background: #eee;
}
.gTable td {
 padding: 5px 10px;
 border-radius: 3px;
}
.gTableTop {
 line-height: 40px;
 padding: 0 10px;
 color: #fff;
 text-decoration: none;
 font-size: 16px;
 background: #163b68;
}
.gTableTop a {
 color: #fff;
 text-decoration: none;
 font-size: 16px;
}
.gTableSubTop {
 padding: 5px 10px;
 background: #c7322a;
 color: #fff;
 font-size: 14px;
}
.gTableSubTop a {
 color: #fff;
 font-size: 14px;
}
.catLink {
 color: #fff !important;
}
.funcBlock {
 padding-right: 10px;
}
.forumIcoTd {
 text-align: center;
}
.forumIcoTd, .forumNameTd, .forumThreadTd, .forumPostTd, .forumLastPostTd {
 padding: 5px 0;
}
.forumThreadTd, .forumPostTd, .threadPostTd, .threadViewTd, .threadAuthTd {
 vertical-align: middle;
 padding-left: 20px;
}
.forumNameTd {
 line-height: 16px;
 font-size: 14px;
}
.forumNameTd a {
 font-size: 16px;
 font-weight: bold;
}
.switches {
 padding-left: 10px;
}
.forumNamesBar {
 padding-left: 10px !important;
}
.frmBtns {
 text-align: right;
 padding-right: 10px;
}
.legendTd {c9deff
 padding: 0 10px;
}
.forumLastPostTd {
 font-size: 14px;
}
.threadIcoTd, .threadIcoTd {
 text-align: center;
 vertical-align: middle;
}
.threadsDetails {
 background: #dcdcdc;
 padding: 5px;
}
.postTdTop {
 text-align: center;
 padding: 5px;
 background: #dcdcdc;
}
.postTdInfo {
 text-align: center;
}
.posttdMessage {
 vertical-align: top;
 padding: 5px;
}
.thread_subscribe, .subscribe_forum {
 color: #fff !important;
}
.fNavLink {
 display: inline-block;
 padding: 5px 10px;
 background: #fff;
 border-radius: 3px;
 margin-bottom: 5px;
}