@charset "utf-8";

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: #006aee;
 text-decoration: none;
}
a:hover {
 text-decoration: none;
 color: #7a7a7a;
}
body {
 font: 12px/20px verdana, tahoma, arial;
 background: #0f0f0f url(/img/bg.jpg) top no-repeat;
 color: #7a7a7a;
}
h1, h2, h3, h4, h5, h6 {
 padding: 0;
 margin: 5px 0 10px 0;
 font-weight: normal;
 font-family: 'Arial Narrow', Arial, sans-serif; font-stretch: condensed;
}
aside ul, aside ol, aside li {
 margin: 0;
 padding: 0;
}
textarea {
 overflow: auto;
}
textarea, input[type="text"], input[type="password"] {
 max-width: 99% !important;
 font-family: verdana, tahoma, arial;
 font-size: 12px;
 background: #262628;
 background: -moz-linear-gradient(top, #262628 0%, #333336 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#262628), color-stop(100%,#333336));
 background: -webkit-linear-gradient(top, #262628 0%,#333336 100%);
 background: -o-linear-gradient(top, #262628 0%,#333336 100%);
 background: -ms-linear-gradient(top, #262628 0%,#333336 100%);
 background: linear-gradient(to bottom, #262628 0%,#333336 100%);
 border: none;
 border-radius: 5px;
 min-height: 40px;
 padding-top: 0;
 padding-bottom: 0;
 color: #7a7a7a;
}
input[type="button"], input[type="submit"], input[type="reset"] {
 font-family: verdana, tahoma, arial;
 font-size: 12px;
 border: none;
 border-radius: 5px;
 background: #006aee;
 color: #e1e9f2;
 cursor: pointer;
 min-height: 26px;
}
hr {
 height: 2px;
 border: 0;
 background: url(/img/hr.png);
}
.clr {
 clear: both;
}
.bigBtn, input[type="submit"].bigBtn {
 background: #006aee;
 background: -moz-linear-gradient(top, #006aee 0%, #07499b 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006aee), color-stop(100%,#07499b));
 background: -webkit-linear-gradient(top, #006aee 0%,#07499b 100%);
 background: -o-linear-gradient(top, #006aee 0%,#07499b 100%);
 background: -ms-linear-gradient(top, #006aee 0%,#07499b 100%);
 background: linear-gradient(to bottom, #006aee 0%,#07499b 100%);
 box-shadow: 0 4px 0 0 #003474;
 border-radius: 5px;
 font-family: 'Arial Narrow', Arial, sans-serif !important;
 font-stretch: condensed;
 font-size: 16px !important;
 color: #e1e9f2 !important;
 text-transform: uppercase;
}
.bigBtn:hover, input[type="submit"].bigBtn:hover, .bigBtnHov {
 background: #181818 !important;
 box-shadow: 0 3px 0 0 #121212;
}
#mainCnt {
 padding: 30px 0;
 width: 940px;
 margin: 0 auto;
}
.container {
 background: #1f1f1f url(/img/containerBg.png) left top no-repeat;
 padding: 20px;
 border-radius: 5px;
 box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
 margin-bottom: 20px;
}
.container > header {
 height: 75px;
 background: url(/img/hr.png) bottom repeat-x;
}
#logo {
 float: left;
}
#logo h1 {
 margin: 0;
}
#logo h1 a {
 display: block;
 height: 35px;
 text-indent: -9999px;
 background: url(/img/logo.png) left no-repeat;
}
#logo h2 {
 margin: 3px 0 0;
 font-family: verdana, tahoma, arial;
 font-size: 12px;
 color: #7a7a7a;
}
#search {
 float: right;
}
#sTxt {
 float: left;
 margin: 0;
 margin-right: 7px;
 width: 170px;
 padding: 0 15px;
}
#sImg {
 float: right;
 text-transform: uppercase;
 font-size: 16px;
 font-family: 'Arial Narrow', Arial, sans-serif; font-stretch: condensed;
 padding: 0 15px;
 line-height: 30px;
 height: 36px;
 margin: 0;
}
#sImg:hover {
 margin-top: 1px;
}
#support {
 float: right;
 margin-right: 30px;
 height: 40px;
 overflow: hidden;
 text-align: right;
 line-height: 18px;
 
}
#support > div {
 float: left;
 width: 36px;
 height: 36px;
 margin-right: 13px;
}
#support > a > div > span {
 display: block;
 width: 36px;
 height: 36px;
 background: url(/img/skype.png) center no-repeat;
}
#support > span {
 font-size: 18px;
 color: #a7a7a7;
}
#support > a {
 font-size: 18px;
 color: #a7a7a7;
}
#support > a:hover {
 font-size: 18px;
 color: #006aee;
}
#userPlace {
 padding: 20px 0;
 height: 40px;
}
#userPlace > ul, #userPlace > ul li {
 float: left;
 margin: 0;
 padding: 0;
 list-style-type: none;
}
#userPlace > ul li {
 padding-left: 15px;
 margin-left: 15px;
 border-left: 1px solid #7a7a7a;
 line-height: 14px;
 margin-top: 13px;
}
#userPlace > ul li:first-child {
 padding-left: 0;
 margin-left: 0;
 border: none;
}
#userPlace > ul li a {
 color: #7a7a7a;
 text-decoration: none !important;
 transition: color .2s ease;
}
#userPlace > ul li a:hover {
 color: #006aee;
}
#shop-basket {
 float: right;
 height: 40px;
 position: relative;
 z-index: 100;
}
#shop-basket > .bigBtn {
 width: 36px;
 height: 36px;
 float: left;
}
.cartIcon {
 width: 36px;
 height: 36px;
 background: url(/img/cart.png) center no-repeat;
}
.cartHead {
 float: right;
 margin-left: 13px;
 line-height: 18px;
 cursor: pointer;
 padding-bottom: 11px;
}
.cartHead > span {
 font-size: 18px;
 color: #a7a7a7;
 display: inline-block;
 background: url(/img/marker.png) right no-repeat;
 padding-right: 18px;
 cursor: pointer;
}
.cartHead:hover > span {
 color: #006aee;
}
#cartCnt {
 position: absolute;
 z-index: 100;
 top: 49px;
 background: #1b1b1b;
 padding: 15px;
 border-radius: 5px;
 width: 280px;
 right: 0;
 overflow: hidden;
 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
 display: none;
}
#cartCnt > ul, #cartCnt ul li {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
#cartCnt > ul li {
 height: 50px;
 overflow: hidden;
 line-height: 25px;
 position: relative;
 margin-bottom: 15px;
}
#cartCnt > ul li img {
 float: left;
 width: 50px;
 height: 50px;
 border-radius: 5px;
 margin-right: 10px;
}
span.del {
 display: block;
 width: 24px;
 height: 24px;
 background: url(/img/del.png) bottom;
 cursor: pointer;
 position: absolute;
 top: 10px;
 right: 0;
}
span.del:hover {
 background-position: top;
}
.cartOpt {
 display: inline-block;
 line-height: 36px;
 padding: 0 15px;
 text-decoration: none !important;
 color: #e1e9f2 !important;
 margin-right: 5px;
}
nav {
 height: 41px;
 background: #006aee;
 background: -moz-linear-gradient(top, #006aee 0%, #07499b 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006aee), color-stop(100%,#07499b));
 background: -webkit-linear-gradient(top, #006aee 0%,#07499b 100%);
 background: -o-linear-gradient(top, #006aee 0%,#07499b 100%);
 background: -ms-linear-gradient(top, #006aee 0%,#07499b 100%);
 background: linear-gradient(to bottom, #006aee 0%,#07499b 100%);
 box-shadow: 0 4px 0 0 #003474;
 border-radius: 5px;
 font-family: 'Arial Narrow', Arial, sans-serif; font-stretch: condensed;
 font-size: 16px;
 color: #e1e9f2 !important;
 text-transform: uppercase;
 position: relative;
 z-index: 99;
}
nav ul, nav ul li {
 margin: 0;
 padding: 0;
 list-style-type: none;
 line-height: 41px;
 position: relative;
}
nav ul li {
 float: left;
 height: 50px;
 border-left: 1px solid #1f1f1f;
}
nav ul li:first-child {
 border: none;
}
nav ul li a {
 display: block;
 height: 41px;
 padding: 0 15px;
 text-decoration: none !important;
 color: #e1e9f2 !important;
}
nav ul li a:hover, nav > ul > li.active > a {
 background: #181818;
 box-shadow: 0 3px 0 0 #121212;
 border-top: 1px solid #1f1f1f;
}
nav ul li:first-child a {
 border-radius: 4px 0 0 5px;
}
nav ul li ul {
 position: absolute;
 width: 240px;
 border-radius: 5px;
 background: #1b1b1b;
 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
 left: 0;
 top: 45px;
 padding: 5px 0;
 display: none;
}
nav ul li ul li {
 float: none;
 border: none;
 height: 26px;
 line-height: 26px;
}
nav ul li ul li a {
 font-family: verdana, tahoma, arial;
 font-size: 10px;
 height: 26px;
 line-height: 26px;
}
nav ul li ul li a:hover {
 background: none;
 border: none;
 box-shadow: none;
 color: #7a7a7a !important;
}
nav ul li ul li ul {
 top: 0;
 left: 240px;
 display: none;
}
.sliderCnt {
 width: 940px;
 height: 390px;
 margin: 0 auto 20px;
 position: relative;
}
#slider {
 position: relative;
 z-index: 10;
 width: 940px;
 height: 350px;
 border-radius: 5px;
 background: #1f1f1f;
 box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
 overflow: hidden;
}
#slider img {
 border-radius: 5px;
 position: absolute;
}
#slider ul, #slider li {
 margin: 0;
 padding: 0;
 list-style-type: none;
 border-radius: 5px;
}
#slider li {
 float: left;
 border: none;
 width: 940px;
 height: 350px;
 position: relative;
}
.slideInfo {
 position: absolute;
 bottom: 0;
 background: #000;
 background: rgba(0,0,0,0.75);
 padding: 20px;
 width: 900px;
 border-top: 1px solid rgba(255,255,255,0.05);
}
.slideCat {
 font-size: 16px;
 font-family: 'Arial Narrow', Arial, sans-serif; font-stretch: condensed;
 line-height: 16px;
 text-decoration: none;
}
.slideName {
 font: 24px/50px 'Arial Narrow', Arial, sans-serif; font-stretch: condensed;
 text-transform: uppercase;
 color: #e1e9f2 !important;
}
#piganation {
 width: 900px;
 height: 40px;
 border-radius: 0 0 5px 5px;
 background: #121212;
 box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
 margin: 0 auto;
 position: relative;
 z-index: 9;
}
#controls {
 position: absolute;
 z-index: 10;
 width: 940px;
 text-align: center;
 top: 362px;
}
#controls, #controls li {
 list-style-type: none;
 margin: 0;
 padding: 0;
}
#controls li {
 display: inline-block;
 text-indent: -9999px;
 width: 20px;
 height: 20px;
 margin: 0 3px;
 background: url(/img/controls.png) top;
 cursor: pointer;
}
#controls li:hover, #controls li.current, #controls li:active {
 background-position: bottom;
}
h3.title3 {
 margin: 0;
 padding-bottom: 20px;
 background: url(/img/hr.png) bottom repeat-x;
 font-size: 20px;
 color: #a7a7a7;
 text-transform: uppercase;
}
h3.title3 > span {
 color: #006aee;
}
.lastAdded ul, .lastAdded li {
 margin: 0;
 padding: 0;
 list-style-type: none;
 position: relative;
}
.goods-list {
 padding-top: 20px;
 position: relative;
}
.list-item {
 border-radius: 5px;
 float: left;
 margin-right: 20px;
 padding-bottom: 10px;
 margin-bottom: 30px;
}
.list-item:hover {
 padding: 10px;
 margin-top: -10px;
 margin-left: -10px;
 margin-right: 10px !important;
 box-shadow: 0 0 5px rgba(0, 106, 238, 0.5);
 background: #121212;
}
.lastAdded .list-item {
 margin-right: 0 !important;
}
.list-item:nth-child(3n), .lastAdded .list-item:nth-child(4n), .lastAdded li:nth-child(4n) {
 margin-right: 0;
}
.lastAdded .list-item:nth-child(3n) {
 margin-right: 20px;
}
.lastAdded .list-item:nth-child(4n):hover, .lastAdded li:nth-child(4n), .list-item:nth-child(3n):hover {
 margin-right: -10px !important;
}
.lastAdded, .lastAdded .goods-list {
 height: 410px;
}
.lastAdded li {
 float: left;
 margin-right: 20px !important;
 height: 390px;
}
.lastAdded li:hover {
 margin-right: 10px !important;
}
.lastAdded li:nth-child(4n):hover {
 margin-right: -10px !important;
}
.item-title {
 display: block;
 padding-bottom: 20px;
 color: #a7a7a7 !important;
 transition: all .2s ease;
 font-size: 14px;
}
.item-title:hover {
 color: #006aee !important;
}
.item-img {
 width: 210px;
 height: 258px;
 position: relative;
}
.item-img img {
 width: 210px;
 height: 258px;
 position: absolute;
 top: 0;
 left: 0;
 border-radius: 5px;
}
.item-img span {
 display: block;
 width: 210px;
 height: 258px;
 background: #000;
 position: absolute;
 z-index: 2;
 opacity: 0;
 border-radius: 5px;
 transition: all 0.2s ease-in-out;
}
.item-img:hover span {
 opacity: 0.75;
}
.item-img a {
 display: block;
 width: 31px;
 height: 31px;
 position: absolute;
 z-index: 3;
 top: 114px;
 left: 90px;
 background: url(/img/zoom.png);
 opacity: 0;
 transition: all 0.2s ease-in-out;
}
.item-img:hover a {
 opacity: 1;
}
.item-price {
 line-height: 50px;
 font-size: 16px;
 padding: 0 10px;
}
.wish {
 display: block;
 width: 16px !important;
 height: 16px !important;
 float: right;
 background: url(/img/add-fav.png) top !important;
 margin-top: 17px !important;
 padding: 0 !important;
}
.wdel {
 background-position: bottom !important;
}
.item-btns {
 height: 40px;
}
.item-btns a {
 display: block;
 text-align: center;
 float: left;
 line-height: 36px;
 width: 104px;
}
.item-btns a:hover {
 margin-top: 1px;
}
.item-btns a.iadd {
 border-radius: 5px 0 0 5px !important;
}
.item-btns a.more {
 border-radius: 0 5px 5px 0 !important;
 margin-left: 1px;
 width: 105px;
}
.item-btns a:active {
 margin-top: 4px;
 box-shadow: none;
}
#pagination, #pagination li {
 margin: 0 !important;
 padding: 0 !important;
 text-indent: -9999px;
}
#pagination {
 position: absolute;
 z-index: 4;
 top: -40px;
 right: 0;
 width: 44px !important;
 height: 24px;
 background: url(/img/pagination.png);
 overflow: hidden;
}
#pagination li {
 width: 20px;
 height: 24px;
 position: absolute;
 top: 0;
 cursor: pointer;
}
#pagination li.next {
 right: 0;
 background: url(/img/piganate.png) right top;
}
#pagination li.prev {
 left: 0;
 background: url(/img/piganate.png) left top;
}
.hBlock {
 width: 286px;
 float: left;
 margin-left: 21px;
}
.hBlock:first-child {
 margin-left: 0;
}
.hPubl {
 overflow: hidden;
 margin-top: 20px;
 line-height: 18px;
}
.hPubl img {
 float: left;
 width: 120px;
 height: 77px;
 margin-right: 20px;
 border-radius: 5px;
}
.hPublTitle {
 display: inline-block;
 padding-bottom: 5px;
 text-transform: uppercase;
}
.hPublMore {
 margin-top: 20px;
 padding-top: 20px;
 background: url(/img/hr.png) top repeat-x;
 line-height: 36px;
 height: 40px;
}
.hPublMore a {
 display: inline-block;
 padding: 0 15px;
 float: left;
}
.hPublMore a:hover {
 margin-top: 1px;
}
.hPublMore a:active {
 margin-top: 4px;
 box-shadow: none;
}
.hNews {
 margin-top: 20px;
 line-height: 18px;
}
.hDate {
 display: inline-block;
 line-height: 16px;
 padding-left: 25px;
 background: url(/img/hDate.png) left no-repeat;
 font-size: 14px;
 color: #a7a7a7;
}
.hTitle {
 text-transform: uppercase;
 line-height: 23px;
}
.screens {
 overflow: hidden;
}
.screen {
 float: left;
 position: relative;
 width: 120px;
 height: 77px;
 margin-top: 20px;
 margin-right: 23px;
 overflow: hidden;
}
.screen:nth-child(even) {
 margin-right: 0;
}
.screen img {
 position: absolute;
 width: 120px;
 height: 77px;
 border-radius: 5px;
}
.screen span {
 display: block;
 width: 120px;
 height: 77px;
 background: #000;
 position: absolute;
 z-index: 2;
 opacity: 0;
 border-radius: 5px;
}
.screen:hover span {
 opacity: 0.75;
}
.screen a {
 display: block;
 position: absolute;
 width: 31px;
 height: 31px;
 background: url(/img/zoom.png);
 z-index: 3;
 top: 23px;
 left: 44px;
 opacity: 0;
 transition: all .2s ease-in-out;
}
.screen:hover a {
 opacity: 1;
}
.copy {
 clear: both;
 margin-top: 10px;
 padding-top: 20px;
 background: url(/img/hr.png) top repeat-x;
 font-size: 10px;
}
.copy a {
 color: #7a7a7a;
}
.fBlock {
 float: left;
 width: 210px;
 margin-left: 20px;
 margin-bottom: 20px;
}
.fBlock:first-child {
 margin-left: 0;
}
.fCnt {
 padding-top: 20px;
}
.fCnt ul, .fCnt li {
 margin: 0;
 padding: 0;
 list-style-type: none;
 line-height: 24px;
}

.fCnt li {
 background: url(/img/marker1.png) left no-repeat;
 padding-left: 12px;
 font-size: 11px;
}
.fCnt li a {
 color: #7a7a7a;
}
.fCnt li a:hover {
 color: #006aee;
}
.fCnt a {
 color: #7a7a7a!important;
}
.fCnt a:hover {
 color: #006aee!important;
}
.soc {
 padding-top: 20px;
}
.soc img {
 margin-right: 8px;
 opacity: 0.7;
}
.soc img:hover {
 opacity: 1;
}
.footer {
 margin-bottom: 0 !important;
}
#goTop {
 position: fixed;
 z-index: 101;
 left: 50%;
 bottom: 30px;
 margin-left: 490px;
 width: 46px;
 height: 50px;
 background: url(/img/goTop.png);
 cursor: pointer;
}
#goTop:hover {
 background-position: bottom;
}
#goTop:active {
 bottom: 28px;
}
.content {
 width: 670px;
 float: left;
}
.good {
 overflow: hidden;
 padding-bottom: 30px;
}
.good-img {
 width: 210px;
 float: left;
}
.good-img img {
 border-radius: 5px;
 cursor: pointer;
}
.good-img img:hover {
 opacity: 0.7;
}
.small-images {
 height: 60px;
}
.small-images img {
 width: 60px;
 height: 60px;
 float: left;
 margin-left: 15px;
}
.small-images img:first-child {
 margin-left: 0;
}
img.big {
 margin-bottom: 10px;
}
.good-inf {
 margin-left: 230px;
}
.good-inf > .title3 {
 color: #006aee;
 margin-bottom: 10px;
}
.good-price {
 height: 40px;
 line-height: 40px;
 padding: 15px 0;
 font-size: 18px;
 background: url(/img/hr.png) top repeat-x;
 margin-top: 15px;
}
.g-buy-right > * {
 float: left;
 margin-left: 7px !important;
}
.g-buy-right {
 float: right;
}
.g-buy-right input[type="text"] {
 width: 40px;
 padding: 0;
 margin: 0;
 text-align: center;
 font-size: 14px;
}
.g-buy-right input[type="button"] {
 background: #006aee;
 background: -moz-linear-gradient(top, #006aee 0%, #07499b 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006aee), color-stop(100%,#07499b));
 background: -webkit-linear-gradient(top, #006aee 0%,#07499b 100%);
 background: -o-linear-gradient(top, #006aee 0%,#07499b 100%);
 background: -ms-linear-gradient(top, #006aee 0%,#07499b 100%);
 background: linear-gradient(to bottom, #006aee 0%,#07499b 100%);
 box-shadow: 0 4px 0 0 #003474;
 border-radius: 5px;
 font-family: 'Arial Narrow', Arial, sans-serif; font-stretch: condensed;
 font-size: 16px;
 color: #e1e9f2 !important;
 text-transform: uppercase;
 margin: 0;
 padding: 0 10px;
 height: 36px;
}
.g-buy-right input[type="button"]:hover {
 background: #181818;
 box-shadow: 0 3px 0 0 #121212;
 margin-top: 1px;
}
.g-buy-right input[type="button"]:active {
 margin-top: 4px;
 box-shadow: none;
}
.g-more {
 overflow: hidden;
 padding-top: 15px;
 background: url(/img/hr.png) top repeat-x;
 font-size: 11px;
}
.g-rate {
 float: right;
}
.g-more > ul, .g-more > ul li {
 margin: 0;
 padding: 0;
 list-style-type: none;
 line-height: 26px;
 width: 300px;
 font-size: 11px;
}
.g-more > ul {
 float: left;
}
span.opt {
 color: #006aee;
}
.g-rate u {
 text-decoration: none;
 color: #006aee;
}
#tabsHead {
 height: 40px;
 padding-bottom: 20px;
}
#tabsHead a {
 display: block;
 padding: 0 15px;
 line-height: 36px;
 float: left;
 margin-right: 8px;
}
#tabsHead a.bigBtnHov, #tabsHead a:hover {
 margin-top: 1px;
}
#tabsHead a:active {
 margin-top: 4px;
 box-shadow: none;
}
.comm {
 overflow: hidden;
 margin-bottom: 20px;
}
.comm > img {
 float: left;
 width: 80px;
 height: 80px;
 margin-right: 20px;
}
.commRight {
 margin-left: 100px;
 padding-bottom: 5px;
}
.commHead {
 font-size: 14px;
 padding-bottom: 10px;
 color: #006aee;
}
.commHead > * {
 display: inline;
 margin-right: 20px;
 padding-left: 23px;
}
.commHead a {
 background: url(/img/user.png) left no-repeat;
}
.commHead span {
 background: url(/img/date.png) left no-repeat;
}
.commRight .bigBtn {
 display: inline-block;
 line-height: 36px;
 padding: 0 10px;
 margin-top: 10px;
}
.commAdd {
 padding-top: 30px;
}
.commAdd > h3 {
 margin-bottom: 15px;
}
input.commFl {
 margin: 0 0 5px;
 padding: 0 15px;
 width: 400px;
}
textarea.commFl {
 padding: 10px 15px;
 height: 100px;
 width: 636px;
}
.securityCode {
 line-height: 28px !important;
 min-height: 28px !important;
 height: 28px !important;
 padding: 0;
 margin: 0;
}
#addcBut, #clearBut {
 padding: 0 10px;
 height: 36px;
 margin-top: 10px;
}
.tabsCnt {
 display: none;
}
#tabDescrC {
 display: block;
}
aside {
 width: 210px;
 float: right;
}
.block {
 margin-bottom: 20px;
}
.block > .title3 {
 margin-bottom: 20px;
}
.blockCnt, .cat-blocks {
 overflow: hidden;
}
.cat-blocks u {
 text-decoration: none !important;
}
aside li, aside ul {
 padding: 0;
 margin: 0;
 list-style-type: none;
}
.cat-blocks div.normal, .cat-blocks div.active, aside li {
 cursor: pointer;
 line-height: 24px;
 padding: 0 0 0 15px !important;
 background: url(/img/marker1.png) left no-repeat;
 font-size: 12px !important;
}
.cat-blocks div.normal:hover, .cat-blocks div.active, aside li:hover {
 background: url(/img/marker2.png) left no-repeat;
 color: #006aee !important;
}
.cat-blocks div.active {
 background: url(/img/marker3.png) left no-repeat;
}
.cat-blocks ul, .cat-blocks li {
 margin: 0;
 padding: 0;
 list-style-type: none;
 line-height: 24px;
}
.cat-blocks li {
 padding: 0 0 0 15px !important;
}
.cat-blocks li a, aside li a {
 color: #7a7a7a !important;
}
.cat-blocks li a:hover, aside li a:hover {
 color: #006aee !important;
}
article {
 margin-bottom: 60px;
}
article header h1 {
 font: 20px/20px 'Arial Narrow', Arial, sans-serif; font-stretch: condensed;
 height: 20px;
 margin: 0 0 10px;
 text-transform: uppercase;
 padding-bottom: 20px;
 background: url(/img/hr.png) bottom repeat-x;
}
.details {
 padding-bottom: 12px;
 margin-bottom: 20px;
 background: url(/img/hr.png) bottom repeat-x;
}
.details span {
 display: inline-block;
 padding-left: 23px;
 margin-right: 20px;
 color: #006aee;
 font-size: 14px;
}
.details span.dUser {
 background: url(/img/user.png) left no-repeat;
}
.details span.dDate {
 background: url(/img/date.png) left no-repeat;
}
.details span.dReads {
 background: url(/img/reads.png) left no-repeat;
}
.details span.dComm {
 background: url(/img/comm.png) left no-repeat;
}
.rate {
 float: right;
}
.mes {
 overflow: hidden;
}
.firstImg {
 float: left;
 width: 230px;
 height: 140px;
 border-radius: 5px;
 margin-right: 20px;
}
.mes .bigBtn {
 display: inline-block;
 padding: 0 10px;
 line-height: 36px;
 margin-top: 20px;
}
.eBlock {
 margin-bottom: 30px;
}
.eTitle {
 font: 20px/20px 'Arial Narrow', Arial, sans-serif; font-stretch: condensed;
 padding-bottom: 10px !important;
 background: url(/img/hr.png) bottom repeat-x;
 text-transform: uppercase;
}
.eMessage {
 padding: 10px 0 !important;
}
.eDetails, .eDetails1, .eDetails2 {
 padding-top: 10px !important;
 background: url(/img/hr.png) top repeat-x;
}
.contactsMes {
 padding-top: 20px;
}
.mailForm {
 padding-top: 40px;
 padding-bottom: 4px;
}
.mailForm input[type="text"] {
 margin-bottom: 7px;
 width: 380px;
 padding: 0 15px;
}
.mailForm textarea {
 padding: 10px 15px;
 width: 640px;
 height: 100px;
}
.pop {
 background: #1f1f1f;
 padding: 20px;
}
.popT {
 font: 20px/20px 'Arial Narrow', Arial, sans-serif; font-stretch: condensed;
 padding-bottom: 20px;
 margin-bottom: 20px;
 background: url(/img/hr.png) bottom repeat-x;
}
.calTable {
 width: 100%;
}
.calMonth {
 font-size: 14px;
}
.calWday, .calWdaySu, .calWdaySe {
 border-radius: 5px;
 color: #fff;
}
.calWday {
 background: #333336;
}
.calWdaySu, .calWdaySe {
 background: #006aee;
}

.gTable{background: #1f1f1f;color:#7a7a7a;border-spacing:6px;border-radius:5px;}
.gTable td {padding-left:10px;padding-right:10px;}
.gTable a{color:#fff;text-decoration: none !important;}
.gTableTop{
 font-family: 'Arial Narrow', Arial, sans-serif; font-stretch: condensed;
 border-bottom: 5px solid #003474;
 background: #006aee;
 background: -moz-linear-gradient(top, #006aee 0%, #07499b 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006aee), color-stop(100%,#07499b));
 background: -webkit-linear-gradient(top, #006aee 0%,#07499b 100%);
 background: -o-linear-gradient(top, #006aee 0%,#07499b 100%);
 background: -ms-linear-gradient(top, #006aee 0%,#07499b 100%);
 background: linear-gradient(to bottom, #006aee 0%,#07499b 100%);
 padding:2px;padding-left:20px !important;padding-bottom:1px;color:#FFFFFF;height:50px;font-size: 16px;text-transform:uppercase; line-height: 24px; border-radius:5px;
 margin-bottom:10px;
}
.gTableSubTop{padding:10px;background:#121212;color:#767676;height:30px;font-size:11px;border-radius:5px;}
.gTableSubTop a{color:#767676;}
.gTableBody{padding:2px;background:#181818;}
.gTableBody1{padding:2px;background:#1f1f1f;}
.gTableBottom{padding:2px;background:#181818;}
.gTableLeft{padding:2px;background:#181818;font-weight:700;color:#6E6E6E;border-radius:5px;}
.gTableRight{padding:2px;background:#191919;border-radius:5px;}
.gTableError{padding:2px;background:#181818;color:#FF0000;vertical-align:top;}
.forumNameTd, .forumLastPostTd{padding:10px !important;background:#1f1f1f;border-radius:5px;}
.forumIcoTd, .forumThreadTd, .forumPostTd{padding:10px;background:#181818;border-radius:5px;}
.forumLastPostTd, .forumArchive{padding:2px;font-size:12px;border-radius:5px;}
a.catLink:link{text-decoration:none;color:#FFFFFF;}
a.catLink:visited{text-decoration:none;color:#FFFFFF;}
a.catLink:hover{text-decoration:underline;color:#FFFFFF;}
a.catLink:active{text-decoration:underline;color:#FFFFFF;}
.lastPostGuest, .lastPostUser, .threadAuthor{font-weight:700;}
.archivedForum{font-size:7pt;color:#FF0000;font-weight:700;}
.forum, .threadLink, .postUser{font-size:18px;color:#006aee !important;font-family: 'Arial Narrow', Arial, sans-serif; font-stretch: condensed;}
.forumDescr, .forumModer{color:#858585;font-size:12px;}
.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-size:12px;}
.forumBarKw{font-weight:normal;}
a.forumBarA:link{text-decoration:none;color:#7a7a7a;}
a.forumBarA:visited{text-decoration:none;color:#7a7a7a;}
a.forumBarA:hover{text-decoration:none;color:#6E6E6E;}
a.forumBarA:active{text-decoration:underline;color:#6E6E6E;}
.fastNav, .fastSearch, .fastLoginForm{font-size:12px;}
.fastNavMain{background:#DADADA;}
.fastNavCat{background:#EFEFEF;}
.fastNavCatA{background:#EFEFEF;color:#0000FF;}
.fastNavForumA{color:#0000FF;}
.switches{background:#212121;}
.pagesInfo{background:#1f1f1f;padding-right:10px;font-size:12px;}
.switch{background:#1f1f1f;width:15px;font-size:12px;}
.switchActive{background:#121212;font-weight:700;color:#6E6E6E;width:15px;}
a.switchDigit:link, a.switchBack:link, a.switchNext:link{text-decoration:none;color:#7a7a7a;}
a.switchDigit:visited, a.switchBack:visited, a.switchNext:visited{text-decoration:none;color:#7a7a7a;}
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:10px;background:#1f1f1f;}
.threadIcoTd, .threadPostTd, .threadViewTd{padding:10px;background:#181818;border-radius:5px;;}
.threadLastPostTd{padding:2px;font-size:12px;border-radius:5px;}
.threadDescr{color:#858585;font-size:12px;}
.threadNoticeLink{font-weight:700;}
.threadsType{padding:2px;background:#1f1f1f;height:20px;font-weight:700;font-size:7pt;color:#006aee;padding-left:40px;}
.threadsDetails{padding:2px;background:#1f1f1f;height:20px;color:#006aee;}
.forumOnlineBar{padding:2px;background:#1f1f1f;height:20px;color:#006aee;}
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:#7a7a7a;}
a.threadLink:active{text-decoration:underline;color:#7a7a7a;}
.postpSwithces{font-size:12px;}
.thDescr{font-weight:normal;}
.threadFrmBlock{font-size:12px;text-align:right;}
.postPoll{background:#F1F2F3;text-align:center;border-radius:5px;}
.postFirst{background:#191919;border-radius:5px;}
.postRest1{background:#F1F2F3;border-radius:5px;}
.postRest2{background:#191919;border-radius:5px;}
.postSeparator{background:none;border-radius:5px;}
.postTdTop{background:#1e1e1e;padding:10px;border-radius:5px;}
.postBottom{background:#121212;height:20px;border-radius:5px;}
.postUser{font-weight:700;border-radius:5px;}
.postTdInfo{text-align:center;padding:5px;background:#181818;border-radius:5px;}
.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:#1f1f1f;}
.pollQuestion{text-align:center;font-weight:700;}
.pollButtons, .pollTotal{text-align:center;}
.pollSubmitBut, .pollreSultsBut{width:140px;font-size:12px;}
.pollSubmit{font-weight:700;}
.pollEnd{text-align:center;height:30px;}
.codeMessage{background:#1f1f1f;font-size:9px;}
.quoteMessage{background:#1f1f1f;font-size:9px;}
.signatureView{font-size:7pt;}
.edited{padding-top:30px;font-size:7pt;text-align:right;color:gray;}
.editedBy{font-weight:700;font-size:8pt;}
.statusBlock{padding-top:3px;}
.statusOnline{color:#0000FF;}
.statusOffline{colo'Arial Narrow', Arial, sans-serif; font-stretch: condensed;r:#FF0000;}
.newThreadBlock{background:#191919;border:1px solid #B2B2B2;}
.newPollBlock{background:#191919;border:1px solid #B2B2B2;}
.codeButtons{font-size:7pt;background:#ededed;border:1px solid #6E6E6E;}
.codeCloseAll{font-size:7pt;color:#6E6E6E;font-weight:700;background:#1c1c1c;border:1px solid #6E6E6E;}
.postNameFl, .postDescrFl{background:#1c1c1c;border:1px solid #6E6E6E;width:400px;}
.postPollFl, .postQuestionFl{background:#1c1c1c;border:1px solid #6E6E6E;width:400px;}
.postResultFl{background:#1c1c1c;border:1px solid #6E6E6E;width:50px;}
.postAnswerFl{background:#1c1c1c;border:1px solid #6E6E6E;width:300px;}
.postTextFl{background:#1c1c1c;border:1px solid #6E6E6E;height:150px;width:99% !important;}
.postUserFl{background:#1c1c1c;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;}
.pgSwchA, .pgSwch, .swchItemA, .swchItem{display:inline-block;line-height:20px;margin:0 1px;border-radius:5px;min-width:20px;text-align:center;font-size:12px;}
.pgSwchA, .pgSwch:hover, .swchItemA, .swchItem:hover{border:1px solid #006aee;margin:0;text-decoration:none;}
.order-item-cnt input[type="text"] {text-align:center;font-family:arial;font-size:12px;}
#allEntries {
 padding-top: 20px;
}
img.big {width:210px;height:258px;}