@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic|Lobster&subset=latin,cyrillic);
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
 display: block;
}
audio,
canvas,
video {
 display: inline-block;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
[hidden] {
 display: none;
}
html {
 font-family: sans-serif;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
body {
 margin: 0;
}
a {
 background: transparent;
}
a:focus {
 outline: thin dotted;
}
a:active,
a:hover {
 outline: 0;
}
h1 {
 margin: 0.67em 0;
 font-size: 1.5em;
}

h2 {
 margin: 0.67em 0;
 font-size: 1.5em;
}
h4 {
 text-transform: uppercase;
 margin: 0.67em 0;
 font-size: .75em;
}
img {
 border: 0;
}
svg:not(:root) {
 overflow: hidden;
}
iframe, object, embed {max-width: 100%;}
figure {
 margin: 0;
}
fieldset {
 margin: 0 2px;
 padding: 0.35em 0.625em 0.75em;
 border: 1px solid #cccccc;
}
legend {
 padding: 0;
 border: 0;
}
button,
input,
select,
textarea {
 margin: 0;
 font-family: inherit;
}
button,
input {
 line-height: normal;
}
button,
select {
 text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
 cursor: pointer;
 -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
 cursor: default;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
textarea {
 overflow: auto;
 vertical-align: top;
}
#uNetRegF td {
 text-align: left;
}
/*------------------------------------*\
 $General
\*------------------------------------*/
.text-replace {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
}
html,
button,
input,
select,
textarea {
 color: #424242;
}
body {
 min-width:1024px;
 margin:0 auto;
 background: #000000 url("/bg.jpg") no-repeat center top fixed;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 font: 15px 'PT Sans', sans-serif;
 -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
 -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
 box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}
body.base {
 border: none;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
}
::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
 background: #b3d4fc;
 text-shadow: none;
}
hr {
 display: block;
 margin: .4em 0;
 padding: 0;
 height: 0;
 border: 0;
 border-bottom: 1px dashed #cccccc;
}
img {
 vertical-align: middle;
}
fieldset {
 margin: 0;
 padding: 0;
 border: 0;
}
textarea {
 resize: vertical;
}
a {
 color: #159de0;
 text-decoration: none;
}
a:hover {
 text-decoration: none;
 color: #3bb2ed;
}
.clr:after {
 display: table;
 clear: both;
 content: '';
}
.cont-wrap,
.middle,
.sidebar,
.content {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.cont-wrap {
 margin: 0 auto;
 padding: 0 5%;
 max-width: 1920px;
}
.header {
 margin-bottom: 25px;
 background: url(/.s/t/1134/banner.jpg) no-repeat 50% 50%;
 -webkit-background-size: cover;
 background-size: cover;
 min-height: 500px;
 width: 100%;
 position: relative;
 color: #fff;
}
.inner-page .header {
 background-image: none;
 min-height: inherit;
}
.inner-page .header-descr {
 display: none;
}
.middle {
 margin: 0 auto;
 max-width: 1600px;
 padding-top: 25px;
 padding-bottom: 50px;
}
.middle,
.footer {
 margin-left: 5%;
 margin-right: 5%;
}
.sidebar {
 float: right;
 margin-left: -290px;
 width: 290px;
}
.container {
 float: left;
 width: 100%;
}
.content {
 width: 970px;
 margin:auto;
}
.container.wide-page {
 float: none;
}
.container.wide-page .content {
 margin: 0;
 padding-right: 0;
}
/*------------------------------------*\
 $Button
\*------------------------------------*/
input[type="submit"],
input[type="reset"],
input[type="button"] {
 padding: 15px;
 border: none;
 color: #fff;
 font: normal 15px 'PT Sans', sans-serif;
 cursor: pointer;
 background: #159de0;
 background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #138dc9), color-stop(1, #24a9ea));
 background: -moz-linear-gradient(center bottom, #138dc9 0%, #24a9ea 100%);
 background: -o-linear-gradient(#24a9ea, #138dc9);
 -webkit-border-radius: 1px;
 -moz-border-radius: 1px;
 border-radius: 1px; 
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
 -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
 box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}
option {
 color: #000;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
 background: #3bb2ed;
 background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #159de0), color-stop(1, #24a9ea));
 background: -moz-linear-gradient(center bottom, #159de0 0%, #24a9ea 100%);
 background: -o-linear-gradient(#24a9ea, #159de0);
}
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
 background: #159de0;
 -webkit-box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.3);
 -moz-box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.3);
 box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.3);
 outline: none !important;
}
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
 outline: none !important;
}
input[type="submit"]:disabled,
input[type="reset"]:disabled,
input[type="button"]:disabled {
 background-color: #e3e3e3;
}
.manTdText input[type="button"],
.manTd2 input[type="button"],
.commTd2 input[type="button"],
.manTdBrief input[type="button"],
select.codeButtons,
input[type="button"].codeButtons,
#iplus input[type="button"] {
 padding: 3px 5px;
 font-size: 9px;
}
#cont-shop-invoices input[type="button"],
#cont-shop-invoices input[type="submit"] {
 padding: 3px 5px;
}
input[type="button"][id^="bid-"] {
 margin-left: 3px;
 padding: 6px;
}
.manTd2 input[type="text"] {
 padding: 2px 5px !important;
}
input[type="text"],
input[type="password"],
textarea {
 padding: 4px 10px;
 border: 1px solid #cccccc;
 background: #fff;
 font-size: 13px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-border-radius: 1px;
 -moz-border-radius: 1px;
 border-radius: 1px;
 -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
 -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
 box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}
textarea {
 width: 100%;
}
input[type="button"]#newPhtBt {
 width: auto !important;
}
input[type="button"]#order-button {
 padding: 0 5px;
}
#cat-select {
 display: block;
}
.manTable select {
 max-width: 300px;
}
/*------------------------------------*\
 $Header
\*------------------------------------*/
.nav-row {
 min-height: 60px;
 background: #149adf;
 background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #149adf), color-stop(1, #21b1e5));
 background: -moz-linear-gradient(center bottom, #149adf 0%, #21b1e5 100%);
 background: -o-linear-gradient(#21b1e5, #149adf);
 position: relative;
 z-index: 10;
}
.nav-row:after {
 content: '';
 position: absolute;
 display: block;
 bottom: -5px;
 left: 0;
 width: 100%;
 height: 6px;
 background: url("/.s/t/1134/nav-bd.png") repeat-x 0 0;
}
.mob-btn {
 display: none;
}
.header-descr {
 position: absolute;
 bottom: 0;
 width: 100%;
 min-height: 45px;
 background-color: #159de0;
 background-color: rgba(21, 157, 224, 0.5);
 padding: 15px 0;
 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.logo-lnk {
 display: inline-block;
 color: #fff;
 font-family: 'Lobster', cursive;
 padding-left: 60px;
 height: 60px;
 line-height: 60px;
 font-size: 2.5em;
 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
 background: url('/logo.png') no-repeat 0 50%;
 word-break: break-word;
}
.logo-lnk:hover {
 color: #fff;
}
.header-d-txt {
 float: left;
}
.login-b {
 float: right;
 color: #fff;
 font-size: 0.8666666666666667em;
 line-height: 45px;
 display: inline-block;
}
.login-b a {
 color: #fff;
 text-decoration: underline;
}
.login-b a:hover {
 text-decoration: none;
}
/*------------------------------------*\
 $Menu
\*------------------------------------*/
.main-menu {
 display: inline-block;
 line-height: 60px;
}
.main-menu .uMenuRoot {
 text-align: center;
 line-height: normal;
}
.main-menu ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
.main-menu li {
 position: relative;
 text-align: center;
 white-space: nowrap;
 font-family: 'PT Sans', sans-serif;
 padding: 0 8px;
 font-size: 16px;
 font-weight: bold;
 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.main-menu .uMenuRoot > li {
 display: inline-block;
 height: 30px;
 line-height: 30px;
 padding: 0;
 vertical-align: middle;
}
.main-menu a,
.main-menu span {
 display: inline-block;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 width: 100%;
}
.main-menu a {
 color: #fff;
}
.main-menu .uMenuRoot > li > a,
.main-menu .uMenuRoot > li > span {
 padding: 0 8px;
}
.main-menu li:hover,
.uMenuRoot > li .uMenuItemA {
 text-decoration: none;
 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 background-color: #159de0;
}
.active-item {
 background-color: #138dc9;
}
.main-menu li ul .uWithSubmenu:after {
 position: absolute;
 top: 50%;
 left: 7px;
 display: block;
 margin-top: -5px;
 width: 0;
 height: 0;
 border-top: 5px solid transparent;
 border-bottom: 5px solid transparent;
 border-right: 7px solid #fff;
 content: '';
}
.main-menu li ul {
 display: none;
 padding: 15px 0;
 background-color: #159de0;
 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}
.main-menu li ul a {
 display: block;
 font-weight: normal;
 padding: 0 20px;
}
.main-menu li ul li:hover,
.main-menu li ul .uMenuItemA {
 background-color: #138dc9;
 -webkit-box-shadow: none !important;
 -moz-box-shadow: none !important;
 box-shadow: none !important;
 -webkit-border-radius: none;
 -moz-border-radius: none;
 border-radius: none;
}
.main-menu li ul a:hover {
 text-decoration: none;
}
.main-menu li:hover > ul {
 position: absolute;
 top: 100%;
 right: 0;
 z-index: 10000;
 display: block !important;
}
.main-menu li li {
 margin: 0;
 min-width: 80px;
}
.main-menu li ul > li {
 position: relative;
 width: 100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.main-menu li ul li:hover > ul {
 position: absolute;
 top: -15px;
 right: 100%;
 z-index: 10;
 display: block;
}
.sidebar .uMenuV ul {
 padding-left: 0;
}
/*------------------------------------*\
 $Paginator
\*------------------------------------*/
.switchActive,
.switchDigit,
.switchBack,
.switchNext,
.swchItemA,
.swchItem {display: inline-block;
 height: 15px;
 line-height: 15px;
 padding: 10px 17px;
 text-transform: uppercase;
 vertical-align: middle;
 color: #666;
 font-size: 16px;
 margin: 2px;
 transition: background-color 0.2s ease-out 0s;
 background-color: #fff;
 border: 1px solid #DCDCDC;
 border-radius: 3px;
 box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.switchActive,
.swchItemA {
display: inline-block;
 height: 15px;
 line-height: 15px;
 padding: 10px 17px;
 text-transform: uppercase;
 vertical-align: middle;
 color: #fff;
 font-size: 16px;
 margin: 2px;
 transition: background-color 0.2s ease-out 0s;
 background-color: #2e9fe2;
 border-radius: 3px;
 box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.catPages1 {
 padding-bottom: 10px;
}
.content .catPages1 {
 padding: 10px 0;
}
/*------------------------------------*\
 $Content
\*------------------------------------*/
.eBlock {
 table-layout: fixed;
}
.eBlock,
.gTable {
 padding-bottom: 15px;
}
.eTitle {
 font-size: 1.54em;
font: 15px 'PT Sans', sans-serif;
 font-size: 1.6em;
 color: #159de0;
}
.eTitle a {
 color: #159de0;
}
.eTitle a:hover {
 text-decoration: none;
 color: #3bb2ed;
}
.eMessage {
 
}
.eMessage,
.eText, 
.cMessage {
 word-wrap: break-word;
}
.eMessage img,
.eText img {
 max-width: 100%;
}
.eDetails {
 padding:6px 0;
 font-size: 0.8666666666666667em;
 border-top: 1px dashed #ccc;
}
.e-reads .ed-title,
.e-author .ed-title,
.e-date .ed-title,
.e-comments .ed-title,
.e-add .ed-title,
.e-rating .ed-title,
.e-loads .ed-title,
.e-category .ed-title,
.e-tags .ed-title {
 display: none;
}
.eDetails .ed-sep,
.eDetails1 .ed-sep,
.eDetails2 .ed-sep {
 display: none;
 margin: 0;
}
.e-reads,
.e-author,
.e-date,
.e-comments,
.e-add,
.e-rating,
.e-loads,
.e-category,
.e-tags {
 margin-right: 25px;
 padding-left: 22px;
 display: inline-block;
 vertical-align: middle;
 background-repeat: no-repeat;
 background-position: 0 40%;
}
.e-reads {
 background-image: url('/.s/t/1134/read.png');
}
.e-author,
.e-add {
 background-image: url('/.s/t/1134/author.png');
}
.e-date {
 background-image: url('/.s/t/1134/date.png');
}
.e-loads {
 background-image: url('/.s/t/1134/loads.png');
}
.e-comments {
 background-image: url('/.s/t/1134/comments.png');
}
.e-category {
 background-image: url('/.s/t/1134/category.png');
}
.e-tags {
 background-image: url('/.s/t/1134/tag.png');
}
.e-rating {
 background-image: url('/.s/t/1134/rating.png');
}
#testBlockD .eTitle {
 font-size: 1.33em;
}
.eVariant label {
 padding-left: 5px;
}
#cntContaineroEditdscr,
#cntContaineroEditmessage {
 padding-top: 15px !important;
}
.recommended-products-name .add img {
 margin-top: 0 !important;
}
span[id^=iCode] input {
 width: auto !important;
 vertical-align: middle;
}
div[id^="imblock"] {
 padding-top: 5px;
}
[id^="catSelector"] {
 width: auto!important;
}
.u-combo,
.u-comboeditcell {
 background: none !important;
 border: none !important;
}
.u-comboeditcell + .u-combobutcell{
 display: none;
}
.u-comboedit {
 font-size: 15px !important;
}
.u-combolist {
 border: 1px solid #CCC !important;
}
/*------------------------------------*\
 $Comment
\*------------------------------------*/
.content .cMessage {
 font-size: 1em;
 line-height: 1.5;
}
.smiles {
 border-spacing: 0;
}
#allSmiles {
 font-size: .86667em;
}
.cMessage ul {
 overflow: hidden;
 margin: 0;
 list-style-position: inside;
}
.cMessage .user_avatar {
 display: block;
 float: left;
 overflow: hidden;
 margin: 0 6px 6px 0;
 padding: 4px;
 border: 1px solid #E3E3E3;
}
.wysibb-body {
 border: none;
}
/*------------------------------------*\
 $Sidebar
\*------------------------------------*/
.sidebox {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 15px 0;
}
.sidebox-ttl {
 padding-bottom: 15px;
 font-size: 1.6em;
 line-height: 1.2;
 color: #159de0;
 font-family: 'Lobster', cursive;
}
.sidebox .uMenuRoot {
 list-style: none;
}
.ulb-mid {
 color: #009cc6;
}
.sidebar li {
 list-style: none;
}
.sidebar li:before {
 content: '>';
 color: #d6d6d6;
 float: left;
 padding-right: .6em;
}
.calTable {
 border-spacing: 0;
 width: 100%;
}
.calMonth {
 padding-bottom: 15px;
}
.calMonthLink {
 color: #737373;
}
.calWday,
.calWdaySe,
.calWdaySu {
 background-color: #e5e5e5;
 height: 35px;
}
.calWday:first-child {
 border-radius: 3px 0 0 3px;
}
.calWdaySu {
 -webkit-border-radius: 0 3px 3px 0;
 -moz-border-radius: 0 3px 3px 0;
 border-top-radius: 0 3px 3px 0;
 -moz-background-clip: padding-box;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
}
.calMdayIsA {
 cursor: pointer;
}
.calMdayIsA,
.calMdayA {
 background-color: #ccc;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 color: #159de0;
}
.calMdayIsA:hover {
 background-color: #f2574b;
}
.calMdayIsA:active {
 background-color: #de3b2e;
}
.calMdayLink {
 font-weight: bold;
}
.calMdayIsA .calMdayLink {
 color: #fff;
 font-style: normal;
}
.calMdayIsA .calMdayLink:hover {
 text-decoration: none;
}
.archUl {
 margin: 0;
 padding: 0;
 list-style: none;
}
.cMessage {
 font-size: 13px;
 line-height: 1.2;
}
#mchatBtn {
 padding: 3px 5px;
 font-size: 9px;
}
#mchatNmF {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.answer {
 font-size: 13px;
}
.pollButton {
 padding: 10px 0;
}
.pollLnk a {
 white-space: nowrap;
}
.pollTot,
.pollQue,
.pollLnk a {
 font-size: 1em !important;
}
.cat-blocks.gTable {
 margin-top: 0;
 border-top: none;
}
.sidebar .gTableTop a,
.sidebar .gTableTop,
.sidebar .gTableSubTop,
.sidebar .forumDescr {
 color: #159de0;
}
.cat-blocks.gTable:before {
 border: none;
}
.cat-blocks.gTable div {
 font-size: 13px !important;
}
.cat-blocks.gTable .forumNameTd {
 border-top: none;
}
.cat-blocks.gTable a:hover {
 text-decoration: underline;
}
.cat-tree li > i {
 display: none;
}
.cat-tree u.plus {
 background-position: 0 5px;
}
.cat-tree u.minus {
 background-position: 0 -16px;
}
.sidebar .gTableTop,
.sidebar .gTableSubTop,
.sidebar.forumNameTd {
 border: none;
 background-color: transparent;
}
.sidebar ul,
.sidebar li {
 list-style-position: inside;
}
/*------------------------------------*\
 $Search
\*------------------------------------*/
.schQuery,
.schBtn {
 display: inline-block;
}
.schBtn {
 margin-left: 7px;
}
.queryField {
 height: 28px;
 padding: 6px 10px 7px !important;
}
.searchSbmFl {
 overflow: hidden;
 margin: 0 !important;
 padding: 0 10px !important;
 height: 28px;
 border: none !important;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.search-m-bd {
 display: none;
}
.sidebox.srch .searchForm {
 display: block;
}
/*------------------------------------*\
 $Footer
\*------------------------------------*/
.footer {
width:970px;
}
.ucoz-copy {
 float: left;
 padding-top: 20px;
}
.soc-list {
 float: right;
 padding: 15px 0 0;
 margin: 0;
}
.soc-item {
 display: inline-block;
 margin-left: 7px;
}
.soc-link {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 width: 30px;
 height: 30px;
 display: block;
 background-color: #99d7f5;
 background-repeat: no-repeat;
 background-position: 50% 50%;
}
.soc-link:hover {
 background-color: #159de0;
}
.soc-link.twitter {
 background-image: url(/.s/t/1134/twitter.png);
}
.soc-link.facebook {
 background-image: url(/.s/t/1134/facebook.png);
}
.soc-link.pinterest {
 background-image: url(/.s/t/1134/pinterest.png);
}
.soc-link.google-pl {
 background-image: url(/.s/t/1134/google-pl.png);
}
.soc-link.linkedin {
 background-image: url(/.s/t/1134/linkedin.png);
}
.soc-link.instagram {
 background-image: url(/.s/t/1134/instagram.png);
}
.soc-link.vk {
 background-image: url(/.s/t/1134/vk.png);
}
/*------------------------------------*\
 $Forum
\*------------------------------------*/
.forumContent {
 padding: 30px;
}
.forum-page {
 min-width: 768px;
}
.fFastSearchTd {
 position: relative;
}
input[type="text"].fastSearch {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding-right: 30px !important;
 height: 25px;
 font-style: normal;
}
input[type="submit"].fastSearch {
 margin: -14px 0 0;
 padding: 0;
 width: 30px;
 height: 25px;
}
input[type="button"].fastNav,
input[type="submit"].fastNav,
#forum_filter input[type="submit"],
.userSchFrm input[type="submit"] {
 padding: 4px 7px;
}
.postNameFl,
.postDescrFl {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin-top: 5px;
}
#frM60 {
 padding-top: 10px;
}
.gTable {
 border-spacing: 0;
 border-collapse: collapse;
 color: #000;
}
.gTableTop {
 height: 40px;
 background-color: #159de0;
 color: #fff;
 font-weight: normal;
 font-size: 1.6em;
}
.gTableTop,
.gTableSubTop {
 padding-left: 75px;
}
.gTableTop a {
 color: #fff;
}
.gTableSubTop a {
 color: #000;
}
.forum,
.threadLink,
.fNavLink,
.funcLink,
.gTableBody1 a,
.lastPostUserLink {
 font-weight: bold;
}
.gTableSubTop {
 padding-left: 12px;
 height: 38px;
 border-top: 1px solid #e1e1e1;
 border-left: 1px solid #e1e1e1;
 background-color: #eeeeee;
 text-align: left;
}
.gTableSubTop:first-child {
 border-left: 0;
}
.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd,
.threadIcoTd,
.threadIcoTd,
.threadNametd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadLastPostTd {
 padding: 20px 12px;
 border-top: 1px solid #e1e1e1;
 border-left: 1px solid #e1e1e1;
}
.forumIcoTd,
.threadIcoTd:first-child {
 border-left: none;
}
.threadsDetails {
 border-top: 1px solid #e1e1e1;
}
.funcBlock {
 color: #000;
}
#filter_by {
 margin-right: 5px;
}
.gTableSubTop {
 padding-right: 5px;
}
.forum:hover,
.fNavLink:hover,
.threadFrmLink:hover,
.forumLastPostTd a:hover,
.funcLink:hover,
.threadLastPostTd a:hover,
.threadAuthorLink:hover,
.forumOnlineBar a:hover,
.forumNamesBar a:hover,
.postTable a:hover {
 text-decoration: underline;
}
.threadsDetails,
.forumOnlineBar {
 padding-left: 5px;
}
#allSmiles a {
 font-size: 13px !important;
}
#addform input[type="checkbox"] {
 margin-right: 3px;
}
.switches {
 margin-bottom: 3px;
}
.middle .postTable {
 border-spacing: 0;
 border-bottom: 1px solid #e1e1e1;
}
.postTdTop {
 border-bottom: 1px solid #e1e1e1;
}
.postBottom {
 border-top: 1px solid #e1e1e1;
}
.postBottom:first-child {
 border-right: 1px solid #e1e1e1;
}
.gDivRight {
 border: 1px solid #e1e1e1;
}
.posttdMessage,
.gTableBody1 {
 border-left: 1px solid #e1e1e1;
}
.posttdMessage {
 padding: 5px;
}
.gTableLeft,
.postTdInfo {
 padding-left: 5px;
 text-align: center;
}
.forumMemSwch,
.forumMemNum {
 padding: 5px;
}
.postTdTop {
 background-color: #eeeeee;
}
#frM57,
#frM58 {
 padding-top: 5px;
}
#frM60,
.searchSubmitFl,
.userSchFrm,
#forum_filter {
 padding-bottom: 5px;
}
#allSmiles a:hover {
 text-decoration: underline;
}
.searchQueryFl {
 margin-bottom: 5px;
}
#thread_search_field {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 width: 150px !important;
}
#thread_search_button {
 margin-top: 0 !important;
}
/*------------------------------------*\
 $Popup
\*------------------------------------*/
.popup {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.popup-bd input[type="submit"],
.popup-bd input[type="button"],
.popup-bd input[type="reset"] {
 padding: 4px 5px;
}
.popup-ttl {
 font: 1.5385em/60px 'Lobster', cursive;
 text-indent: .3em;
 padding-left: 40px;
 white-space: nowrap;
 background: #149adf;
 background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #149adf), color-stop(1, #21b1e5));
 background: -moz-linear-gradient(center bottom, #149adf 0%, #21b1e5 100%);
 background: -o-linear-gradient(#21b1e5, #149adf);
 color: #fff;
 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.popup-bd {
 background-color: #fff;
 position: relative;
 padding-top: 45px;
 font-size: 1.0769em;
}
.statusOffline {
 color: #dd6e47;
}
#block22 {
 padding: 15px 0;
}
#block25 hr {
 margin-top: 15px;
}
.popup-bd .user_avatar {
 display: block;
 margin-right: 30px;
 padding: 16px;
 border: 1px solid #cccccc;
}
.popup-bd #usch {
 padding: 15px 0;
}
.udtlb {
 padding: 0 20px 0 40px;
}
input[type="button"].allUsersBtn,
input[type="submit"].uSearchFlSbm {
 width: auto !important;
}
#cont-shop-checkout input[type="button"],
#cont-shop-checkout input[type="submit"] {
 font-size: 14px;
 height: 33px;
 padding: 0 5px;
}

#order-submit {
 margin: 10px 0 !important;
 text-align: left !important;
}

.boxLogo {
 width:317px;
height: 148px;
 max-width: 550px;
 border: 5px solid #fff;
 box-shadow: 0 1px 6px #C0C0C0;
}

.boxLogo24 {
 width:284px;
height: 160px;
 max-width: 550px;
 border: 5px solid #fff;
 box-shadow: 0 1px 6px #C0C0C0;
}
.boxheader{
height: 65px;
 background: #149adf;
 background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #149adf), color-stop(1, #21b1e5));
 background: -moz-linear-gradient(center bottom, #149adf 0%, #21b1e5 100%);
 background: -o-linear-gradient(#21b1e5, #149adf);
}

.boxheader1{
height: 65px;
 width:1057px;
 margin: 0 auto;
 padding-top: 6px;
 background: #333;
}
.boxLogo1 {
 width:297px;
height: 141px;
 max-width: 550px;
 border: 4px solid #fff;
 box-shadow: 0 1px 6px #C0C0C0;
}

.boxmain {
 width:1025px;
 padding-bottom:5px;
 padding-left:12px;
 padding-right:12px;
 margin: auto;
 background: #fff;
 border: 4px solid #fff;
}
.boxtop {
 width:240px;
height: 112px;
 max-width: 550px;
 border: 4px solid #fff;
 box-shadow: 0 1px 6px #C0C0C0;
}

/*Time for the CSS*/

.slider{
 width: 640px; /*Same as width of the large image*/
 position: relative;
 /*Instead of height we will use padding*/
 padding-top: 360px; /*That helps bring the labels down*/
 
 
 /*Lets add a shadow*/
 box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
}


/*Last thing remaining is to add transitions*/
.slider>img{
 position: absolute;
 left: 0; top: 0;
 transition: all 0.5s;
}

.slider input[name='slide_switch'] {
 display: none;
}

.slider label {
 /*Lets add some spacing for the thumbnails*/
 margin: 10px 5px 0 2px;
 border: 2px solid #999;
 
 float: left;
 cursor: pointer;
 transition: all 0.5s;
 
 /*Default style = low opacity*/
 
}

.slider label img{
 display: block;
}

/*Time to add the click effects*/
.slider input[name='slide_switch']:checked+label {
 border-color: #666;
 opacity: 1;
}
/*Clicking any thumbnail now should change its opacity(style)*/
/*Time to work on the main images*/
.slider input[name='slide_switch'] ~ img {
 opacity: 0;
 transform: scale(1.1);
}
/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.slider input[name='slide_switch']:checked+label+img {
 opacity: 1;
 transform: scale(1);
}
/*Clicking on any thumbnail now should activate the image related to it*/

/*We are done :)*/

.boxrr{
position: absolute;
margin-left: 880px;
margin-top: -35px;
}

.boxad {
margin:auto;
width: 970px;
height: 90px;
padding:9px;
background-color: rgb(242, 242, 242);
border:1px solid #E5E5E5;
}

.boxh1{
height: 55px;
 font-size:13px;
 padding-top: 1px;
 color:#fff;
 border-radius:1px;
 font-weight: normal;
 text-transform: uppercase;
 text-shadow: -1px -1px #FFF,
 -2px -2px #FFF,
 -1px 1px #FFF,
 -2px 2px #FFF,
 1px 1px #FFF,
 2px 2px #FFF,
 1px -1px #FFF,
 2px -2px #FFF,
 -3px -3px 2px #BBB,
 -3px 3px 2px #BBB,
 3px 3px 2px #BBB,
 3px -3px 2px #BBB;
 color: steelblue;
 transition: all 1s;

}

.boxh2{
height: 64px;
 padding-top: 1px;
 background: #149adf;
 background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #149adf), color-stop(1, #21b1e5));
 background: -moz-linear-gradient(center bottom, #149adf 0%, #21b1e5 100%);
 background: -o-linear-gradient(#21b1e5, #149adf);

background: linear-gradient(to right, #2e9fe2, #fff);
}


.button4 {
 position: relative;
 display: inline-block;
 font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
 font-size: 1.12em;
 font-weight: 700;
 color: rgb(245,245,245);
 text-shadow: 0 -1px rgba(0,0,0,.1);
 text-decoration: none;
 user-select: none;
 padding: 1.0em 5.18em;
 outline: none;
 border: none;
 border-radius:3px;
 background: #149adf;
 background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #149adf), color-stop(1, #21b1e5));
 background: -moz-linear-gradient(center bottom, #149adf 0%, #21b1e5 100%);
 background: -o-linear-gradient(#21b1e5, #149adf);
}
.button4:hover {
 cursor: pointer;
 color: #fff;
 text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;
 
}
.button4:active {
 color: #fff;
 text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;
}

.button5 {
 text-transform: uppercase;
 position: relative;
 display: inline-block;
 font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
 font-size: 1.12em;
 font-weight: 700;
 color: rgb(245,245,245);
 text-shadow: 0 -1px rgba(0,0,0,.1);
 text-decoration: none;
 user-select: none;
 padding: 1.0em 0.6em;
 outline: none;
 border: none;
 border-radius:3px;
 background: #149adf;
 background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #149adf), color-stop(1, #21b1e5));
 background: -moz-linear-gradient(center bottom, #149adf 0%, #21b1e5 100%);
 background: -o-linear-gradient(#21b1e5, #149adf);
}
.button5:hover {
 cursor: pointer;
 color: #fff;
 text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;
 
}
.button5:active {
 color: #fff;
 text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;
}
.container{
height:104px;width:222px;
background:#000;
overflow:hidden;
position:relative;
margin-bottom: 20px; 
margin-right: 18px;
 border: 4px solid #fff;
 box-shadow: 0 1px 6px #C0C0C0;
}
.text{
background:rgba(0,0,0,0.5);
top:-70px;
color:white;
font:10px Georgia,serif;
height:auto;width:inherit;
position:absolute;
/* CSS3 Transition Magic */
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;
}
.text a{
color:#fff;
display:block;
padding:9px;
text-decoration:none;
/* CSS3 Transition Magic */
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-o-transition: all .5s ease-out;
transition: all .4s ease-out;
}
.text a:hover{
color:red;
text-decoration:none;
}
.container:hover .text{
top:0;
}

p.vertical {
 font: bold 14px Georgia, "Times New Roman", Times, serif;
 text-transform: uppercase;
 writing-mode: tb-rl;
 white-space: nowrap;
 text-shadow: -1px -1px #FFF,
 -2px -2px #FFF,
 -1px 1px #FFF,
 -2px 2px #FFF,
 1px 1px #FFF,
 2px 2px #FFF,
 1px -1px #FFF,
 2px -2px #FFF,
 -3px -3px 2px #BBB,
 -3px 3px 2px #BBB,
 3px 3px 2px #BBB,
 3px -3px 2px #BBB;
 color: steelblue;
 transition: all 1s;
}
.ex{
 -webkit-filter: brightness(100%);
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
transition: all 0.7s ease;
 
}
.ex:hover{ 
 -webkit-filter: brightness(60%);
 cursor:pointer;
 }

.ex2{
 -webkit-filter: brightness(100%);
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
transition: all 0.7s ease;
 
}
.ex2:hover{ 
 -webkit-filter: brightness(60%);
 cursor:pointer;
 }
.effect {
 text-transform: uppercase;
 font:normal 40px Arial;
 color:#149adf;
 text-shadow: 0 1px 0 #ccc,
 0 2px 0 #c9c9c9,
 0 3px 0 #bbb,
 0 4px 0 #b9b9b9,
 0 5px 0 #aaa,
 0 6px 1px rgba(0,0,0,.1),
 0 0 5px rgba(0,0,0,.1),
 0 1px 3px rgba(0,0,0,.3),
 0 3px 5px rgba(0,0,0,.2),
 0 5px 10px rgba(0,0,0,.25),
 0 10px 10px rgba(0,0,0,.2),
 0 20px 20px rgba(0,0,0,.15);
}

a.button13 {
 display: inline-block;
 width: 303px;
 margin-left:1px;
 font-size: 80%;
 color: rgba(255,255,255,.9);
 text-shadow: #2e7ebd 0 1px 2px;
 text-decoration: none;
 text-align: center;
 line-height: 1.1;
 white-space: pre-line;
 padding: .7em 0;
 border: 1px solid;
 border-radius: 1px;
 outline: none;
 background:#0c9c0d;
 background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
 box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;
 
}
a.button13:first-line{
 font-size: 170%;
 font-weight: 700;
}
a.button13:hover {
 color: rgb(255,255,255);
 background-image: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
 text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;
}
a.button13:active {
 color: rgb(255,255,255);
 background-image: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
 box-shadow: 0 -1px 3px rgba(0,0,0,.3), 0 1px 1px #fff, #3caa3c 0 0 0 1px, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}

#nav7, #nav7 ul, #nav7 li {
 margin: 0;
 padding: 0;
 font-size: 16px;
 font-weight: 600;
}
#nav7, #nav7 ul {
 background: #333;
}
#nav7 { /* подменю перемещается относительно меню */
 position: relative;
 display: table;
 width: 1057px;
 height:50px;
 margin: 0 auto;
}
#nav7 ul { /* подменю находится вне потока */
 position: absolute;
 left: 0px;
 z-index: 5;
 display: none;
 width: 1057px;
 height:195px;
 background-color: rgba(65, 65, 65, 1);
 border-bottom:1px solid #333;
}
#nav7 li:hover ul { /* подменю будет показано, если курсор наведён на пункт меню с выпадающем списком */
 display: block;
}
#nav7 li {
 display: table-cell;
 text-align: center;
}
#nav7 ul li {
 display: block;
 text-align: center;
}

#nav7 a {
 display: block;
 padding: 15px 0;
 color: #fff;
 text-decoration: none;
}

#nav7 b {
 display: block;
 padding: 15px 0 18px 0;
 color: #fff;
 text-decoration: none;
 cursor:pointer;
}

#nav7 a:hover {
 color: #149adf;

}

#nav7 ul a {
 padding:15px;
 color: #fff;
}
#nav7 li:hover {
 background: #333;
}
.tra { width: 1057px; height:45px; margin: 35px 0;background-color: rgba(65, 65, 65, 0.8); box-shadow: 0px 3px 9px -8px #c0c0c0;}

.form-search {
 display: inline-block;
 background: -moz-linear-gradient(#D3D3D3, #CACACA 50%, #A9A9A9 50%, #9B9B9B);
 background: -ms-linear-gradient(#D3D3D3, #CACACA 50%, #A9A9A9 50%, #9B9B9B);
 background: -o-linear-gradient(#D3D3D3, #CACACA 50%, #A9A9A9 50%, #9B9B9B);
 background: -webkit-linear-gradient(#D3D3D3, #CACACA 50%, #A9A9A9 50%, #9B9B9B);
 border-radius: 3px;
 padding: 2px;
}

.form-search input {
 width: 130px;
 height: 28px;
 line-height: 32px;
 font: 13px Helvetica, Arial, sans-serif; 
 color:#6E7074;
 text-shadow: 0 1px 0 #FFF;
 -moz-transition: all .2s ease-out;
 -webkit-transition: all .2s ease-out;
 -o-transition: all .2s ease-out;
 transition: all .2s ease-out; 
 padding: 0 30px 0 6px; 
 background-image: url("/./search.png"), -moz-linear-gradient(#BCBCBC, #EBEBEB);
 background-image: url("/./search.png"), -ms-linear-gradient(#BCBCBC, #EBEBEB);
 background-image: url("/./search.png"), -o-linear-gradient(#BCBCBC, #EBEBEB);
 background-image: url("/./search.png"), -webkit-linear-gradient(#BCBCBC, #EBEBEB); 
 background-repeat: no-repeat; 
 background-position: 100% 50%, 100% 100%;
 border: 1px solid #747474;
 border-radius: 3px;
 box-shadow: inset 0 1px 1px #575555, 0 1px 0 #FFF; 
}

.form-search input:focus {
 width: 230px;
 box-shadow: inset 0 1px 1px #46575b, 0 1px 0 #FFF;
 color: #25464D;
 background-image: url("/./search.png"), -moz-linear-gradient(#9CC2CA, #DFECEF);
 background-image: url("/./search.png"), -ms-linear-gradient(#9CC2CA, #DFECEF);
 background-image: url("/./search.png"), -o-linear-gradient(#9CC2CA, #DFECEF);
 background-image: url("/./search.png"), -webkit-linear-gradient(#9CC2CA, #DFECEF);
 
}

.igra{
 width:305px;
margin:30px auto;
}

a.button14 {
 display: inline-block;
 width: 302px;
 margin-left:3px;
 font-size: 80%;
 color: rgba(255,255,255,.9);
 text-shadow: #2e7ebd 0 1px 2px;
 text-decoration: none;
 text-align: center;
 line-height: 1.1;
 white-space: pre-line;
 padding: .7em 0;
 border: 2px solid #F64C2B;
 border-radius: 5px;
 background:#F02F17;
 box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .2em #800;
 background: linear-gradient(#FB9575, #F45A38 48%, #EA1502 52%, #F02F17);
 
}
a.button14:first-line{
 font-size: 170%;
 font-weight: 700;
}
a.button14:hover {
 color: rgb(255,255,255);
 background-image: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
 text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;
}
a.button14:active {
 color: rgb(255,255,255);
 background: linear-gradient(#FB9575, #F45A38 48%, #EA1502 52%, #F02F17);
 box-shadow: 0 -1px 3px rgba(0,0,0,.3), 0 1px 1px #fff, 0 0 0 1px, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}

html * { max-height:999999px; }

.boxgoogle{background:#f2f2f2;padding:10px;}
.boxgooglet{background:#f2f2f2;width:1000px;margin: 0 auto;padding-top:15px;}
.boxgoogler{background:#f2f2f2;padding:15px;}
.boxgoogleb{background: #f2f2f2; padding-left: 15px;padding-bottom: 15px;}
.boxgooglee{background: #f2f2f2; padding-left: 15px;}
.boxgoogle1{background:#f2f2f2;padding: 15px;}
.boxgoogle11{background:#f2f2f2;padding: 10px;}
.boxgooglem{background:#f2f2f2;padding:15px;}
.boxgoogle2{background:rgba(242, 242, 242, 0.20);padding-top: 5px;padding-right: 5px;padding-left: 5px;float:right; margin-right: 1px;}
.boxsha{background:rgba(0, 0, 0, 0.70);margin:0 auto;}
.boxgooglecoment{margin-left:13px;width:630px;background:#f2f2f2;}