.eText1 img {display:none}

 margin-right: 20px;
 font-size: 0.995em; /*12/13*/
 margin-right: 17px;
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
 display: block;
}
audio,
canvas,
video {
 display: inline-block;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
[hidden],
template {
 display: none;
}
html {
 font-family: sans-serif;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
body {
 margin: 0;
 padding: 0;
 
}
a {
 background: transparent;
}
a:focus {
 outline: thin dotted;
}
a:active,
a:hover {
 outline: 0;
}
h1 {
 margin: 0.67em 0;
 font-size: 2em;
}
abbr[title] {
 border-bottom: 1px dotted;
}
b,
strong {
 font-weight: bold;
}
dfn {
 font-style: italic;
}
hr {
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 height: 0;
}
mark {
 background: #ff0;
 color: #000;
}
code,
kbd,
pre,
samp {
 font-size: 1em;
 font-family: monospace, serif;
}
iframe, object, embed {max-width: 100%;}
pre {
 white-space: pre-wrap;
}
q {
 quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
 font-size: 80%;
}
sub,
sup {
 position: relative;
 vertical-align: baseline;
 font-size: 75%;
 line-height: 0;
}
sup {
 top: -0.5em;
}
sub {
 bottom: -0.25em;
}
img {
 border: 0;
}
svg:not(:root) {
 overflow: hidden;
}
figure {
 margin: 0;
}
fieldset {
 margin: 0 2px;
 padding: 0.35em 0.625em 0.75em;
 border: 1px solid #c0c0c0;
}
legend {
 padding: 0;
 border: 0; 
}
button,
input,
select,
textarea {
 margin: 0;
 font-size: 100%;
 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="checkbox"],
input[type="radio"] {
 box-sizing: border-box;
 padding: 0;
}
input[type="search"] {
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 -webkit-appearance: textfield;
}
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;
 
}

/*------ General style ------*/
html,
button,
input,
select,
textarea {
 color: #6c6c6c;
}

body {
 font: 12px Verdana,sans-serif;
 font-family: Verdana,sans-serif;
 line-height: 1.5;
 background-color: #000000;
}

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}

::selection {
 background: #b3d4fc;
 text-shadow: none;
}

hr {
 display: block;
 height: 0;
 border: 0;
 border-top: 1px solid #ededed;
 margin: .4em 0;
 padding: 0;
}

img {
 vertical-align: middle;
}

fieldset {
 border: 0;
 margin: 0;
 padding: 0;
}

textarea {
 resize: vertical;
}
 
a {
 font-family: 'Open Sans', sans-serif;
 font-weight: 450;
 text-decoration: none;
 color: #05952d;
}

a:hover {
 text-decoration: underline;
}

.cuzadpn a {
 font-family: inherit;
}

.clr:after {
 display: table;
 clear: both;
 content: '';
}

.opened {
 color: #000 !important;
}


/*---------------------------------
ВЕРСТКА
---------------------------------*/


.middle {
 margin: 0 auto;
 max-width: 1240px;
 padding: 25px 15px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 white-space: nowrap;
}


.middle > section,
.middle > aside,
.middle > div {
 white-space: normal;
}



.content {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 display: inline-block;
 width: 100%;
 vertical-align: top;
 padding-right: 350px;
 padding-left: 35px;

}

.sidebar {
 width: 300px;
 vertical-align: top;
 margin-left: -335px;
 position: relative;
 display: inline-block;
 
 
}

#cntContaineroEditmessage {
 margin-top: 10px !important;
}

/*------ General style ------*/

/*------ Button style ------*/
input[type="submit"],
input[type="reset"],
input[type="button"],
select {
 padding: 14px;
 border: none;
 border-radius: 2px;
 background-color: #000;
 color: #fff;
 font: italic normal 13px Arial, sans-serif;
 cursor: pointer;
 -webkit-box-shadow: inset 0 -2px rgba(0,0,0,.2);
 -moz-box-shadow: inset 0 -2px rgba(0,0,0,.2);
 box-shadow: inset 0 -2px rgba(0,0,0,.2); 
 -webkit-transition: background-color .15s ease;
 -moz-transition: background-color .15s ease;
 -ms-transition: background-color .15s ease;
 -o-transition: background-color .15s ease;
 transition: background-color .15s ease;
}

select {
 padding: 3px 5px;
}

.manTable select {max-width: 300px;}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
select:hover {
 background-color: #333;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
 background-color: #000;
 -webkit-transition: background-color 0s ease;
 -moz-transition: background-color 0s ease;
 -ms-transition: background-color 0s ease;
 -o-transition: background-color 0s ease;
 transition: background-color 0s ease;
}

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

input[type="button"]#bid-8-basket {
 padding: 4px 7px;
 margin-left: 3px;
}

.manTd2 input[type="text"] {
 padding: 2px 5px !important;
}

input[type="text"],
input[type="password"],
textarea {
 padding: 4px 10px;
 border: 1px solid #ededed;
 background: #fff;
 font-size: 13px;
}

textarea,
.loginField {
 width: 100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

input[type="button"]#newPhtBt {
 width: auto !important;
}
/*------ Button style ------*/

/*------ Header style ------*/
.header {
 width: auto;
-moz-background-size: 100%;
-webkit-background-size: 100%;
-o-background-size: 100%;
 background: url('/pic/header-red.jpg') no-repeat 50% 0;
background-size: auto;
max-height: 200px;
min-height: 200px;
border-style: solid;
border-color: black;
border-bottom-width: 4px;
z-index: 5;
}

.logo-wrap {
 text-align: center;
 padding-top: 90px;
 white-space: nowrap;
}

.logo-b {
 display: inline-block;
 font-size: 4.7769em; /*40/13*/
 font-weight: 400;
 text-align: center;
 color: rgb(185,65,56);
 text-decoration: none;
 position:relative; 
 right: 80px;
 top: -40px; 
 padding: 0 10px;

 display: inline-block;
 text-shadow:
/*-1px -1px 0 #000,
1px -1px 0 #000,*/
-1px 1px 0 #000,
1px 1px 0 #000;
}

.logopic {
position:relative;
right: 200px;
border-radius: 4px;
border: 4px solid #ffffff;
box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
text-align: left; 
width: 194px;
margin-top: -64px;
margin-bottom: 0px;
}


.logo-b:hover {
 text-decoration: none;
}

.logo-name {
}

.logo-name:first-letter {
color: #ff4556;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
/*------ Header style ------*/


/*------ Menu style ------*/




/*------ Menu style ------*/

/*------ Paginator style ------*/
.switchActive,
.switchDigit,
.switchBack,
.switchNext,
.swchItemA{
 padding: 5px 9px;
 font: 300 18px 'Sans Serif', sans-serif;
 color: #262626;
}

.swchItem,
.swchItem1,
.swchItemA1 {
 padding: 5px 9px;
 font: 300 18px 'Sans Serif', sans-serif;
 color: #262626;
 background-color: #f7f7f7;
 border-radius: 1px;
}

.swchItem:hover,
.switchDigit:hover,
.switchBack:hover,
.switchNext:hover,
.swchItem1:hover,
.swchItemA1 {
 text-decoration: none;
 color: #e51526;
}

.switchActive,
.swchItemA, 
.swchItemA1 {
 border: none;
 border-radius: 1px;
 color: #e51526;
 background-color: #f7f7f7;
 -webkit-box-shadow: inset 0 -2px rgba(0,0,0,.2);
 -moz-box-shadow: inset 0 -2px rgba(0,0,0,.2);
 box-shadow: inset 0 -2px rgba(0,0,0,.2); 
}
.catPages1 {
 padding-bottom: 10px;
}
/*------ Paginator style ------*/


/*------ Content style ------*/
.eBlock,
.gTable {
 position: relative;
 border-top: 1px solid #ededed;
 padding: 10px 0 20px;
 word-break: break-word;
 background-color: #fafafa;
 box-shadow: 0 0 12px rgba(0,0,0,0.7); /* Параметры тени */
 }

.eBlock:before,
.gTable:before {
 content: '';
 display: block;
 position: absolute;
 top: -1px;
 left: 0;
 width: 100%; /*красная линия в материале*/
 height: 0;
 padding: 0;
 margin: 0;
 border-top: 1px solid #e51526;
 font-size: 1.000em; /*12/13*/
color: rgb(26, 26, 26);
font-family: Verdana,sans-serif;
line-height: 1.55;
}

.eTitle,
.gTableTop {
 word-wrap: break-word;
line-height: 19px;
font: 1.72em Arial,Helvetica,sans-serif;
font-family: Arial,Helvetica,sans-serif;
 font-style: normal;
 font-weight: normal;
 font-size-adjust: none;
 font-stretch: normal;
 -x-system-font: none;
 font-feature-settings: normal;
 font-language-override: normal;
 font-kerning: auto;
 font-synthesis: weight style;
 font-variant-alternates: normal;
 font-variant-caps: normal;
 font-variant-east-asian: normal;
 font-variant-ligatures: normal;
 font-variant-numeric: normal;
 font-variant-position: normal;
 color: rgb(26, 26, 26);
 margin-bottom: 8px;
 margin-right: 0px;
 margin-left: 20px;
 margin-top: 0px;
background-color: #fafafa;
}


.eTitle a,
.catLink {
 color: #333333;
 font: 1.06em Arial,Helvetica,sans-serif;
font-family: Arial,Helvetica,sans-serif;
 font-style: normal;
 font-weight: normal;
 font-size-adjust: none;
 font-stretch: normal;
 -x-system-font: none;
 font-feature-settings: normal;
 font-language-override: normal;
 font-kerning: auto;
 font-synthesis: weight style;
 font-variant-alternates: normal;
 font-variant-caps: normal;
 font-variant-east-asian: normal;
 font-variant-ligatures: normal;
 font-variant-numeric: normal;
 font-variant-position: normal;
 color: rgb(26, 26, 26);
 margin-bottom: 8px;
 margin-right: 0px;
 margin-left: 0px;
 margin-top: 0px;
}

.eTitle a:hover,
.catLink:hover {
 text-decoration: none;
}
.eTitle div[style^="float:right"] a {font-size: inherit;}

.eMessage,
.cMessage {
 color: #6c6c6c;
 margin-right: 17px;
 margin-left: 15px;
 color: rgb(26, 26, 26);
word-wrap: break-word;
line-height: 1.30em !important;
font: 1.10em Arial,Helvetica,sans-serif;
font-family: Arial,Helvetica,sans-serif;
 font-style: normal;
 font-weight: normal;
 font-size-adjust: none;
 font-stretch: normal;
 -x-system-font: none;
 font-feature-settings: normal;
 font-language-override: normal;
 font-kerning: auto;
 font-synthesis: weight style;
 font-variant-alternates: normal;
 font-variant-caps: normal;
 font-variant-east-asian: normal;
 font-variant-ligatures: normal;
 font-variant-numeric: normal;
 font-variant-position: normal;
}

.eMessage img,
.cMessage img {
width: 420px;
height: auto;
 margin-right: 10px;
 margin-left: 0px;
 border-top: 1px solid #e51526;
}


.eMessagenews img,
.cMessagenews img {
 margin-right: 10px;
 margin-left: 0px;
 border-top: 1px solid #e51526;
}

.eMessagenews img:first-child{
 border-top: none;
}

 
._reachbanner_ {
width: 102px !important;
height: auto;
}

.eBlocknews,
.gTablenews {
 position: relative;
 border-top: 1px solid #ededed;
 padding: 10px 0 20px;
 word-break: break-word;
 background-color: #fafafa;
 box-shadow: 0 0 12px rgba(0,0,0,0.7); /* Параметры тени */
 }
 
.eBlocknews:before,
.gTablenews:before {
 content: '';
 display: block;
 position: absolute;
 top: -1px;
 left: 0;
 width: 100%; /*красная линия в материале*/
 height: 0;
 padding: 0;
 margin: 0;
 border-top: 1px solid #e51526;
 font-size: 1.000em; /*12/13*/
color: rgb(26, 26, 26);
font-family: Verdana,sans-serif;
line-height: 1.55;
}

.eMessagenews,
.cMessagenews {
 color: #6c6c6c;
word-wrap: break-word;
line-height: 19px;
font: 1.12em Arial,Helvetica,sans-serif;
font-family: Arial,Helvetica,sans-serif;
 font-style: normal;
 font-weight: normal;
 font-size-adjust: none;
 font-stretch: normal;
 -x-system-font: none;
 font-feature-settings: normal;
 font-language-override: normal;
 font-kerning: auto;
 font-synthesis: weight style;
 font-variant-alternates: normal;
 font-variant-caps: normal;
 font-variant-east-asian: normal;
 font-variant-ligatures: normal;
 font-variant-numeric: normal;
 font-variant-position: normal;
 margin-right: 20px;
 margin-left: 15px;
 color: rgb(26, 26, 26);
 font-size-adjust: none;
 font-stretch: normal;
 -x-system-font: none;
 -moz-font-feature-settings: normal;
 -moz-font-language-override: normal;
}


.entryReadAll {
 display: block;
 margin-top: 10px;
 font-style: italic;
}

.eDetails {
 font-size: 0.923em; /*12/13*/
 font-family: Verdana,sans-serif;
 color: #6c6c6c;
 margin-top: 10px;
 margin-left: 20px;
}

.eDetails1 {
 font-size: 0.923em; /*12/13*/
 font-family: Verdana,sans-serif;
 color: #6c6c6c;
 margin-top: 10px;
 margin-left: 20px;
}
.eDetails a {
font-family: Verdana,sans-serif;
 font-weight: 350;
text-decoration: none;
color: #E51526;
}

.ed-sep {
 display: inline-block;
 padding: 0 .5em 0 .6em;
}

.content .sidebox.srch {
 display: none;
}

#cat-select {
 max-width: 230px;
}

.manFlTitle, .manFlTxt {-webkit-box-sizing: border-box;box-sizing: border-box;}
/*------ Content style ------*/


.content11 {
border-top: 1px solid #ededed;
 padding: 10px 0 20px;
 word-break: break-word;
 background-color: #fafafa;
 box-shadow: 0 0 12px rgba(0,0,0,0.7); /* Параметры тени */

 }
/*------ Post style ------*/
.dateBar + hr {
 border: none;
 margin: 0;
}
/*------ Post style ------*/

/*----- Comments style -----*/

.cTop {
 font-style: italic;
}

.cTop span {
 font-size: 1em !important;
}

.pagesBlock1 {
 display: block;
 padding-bottom: 10px;
}

.cMessage {
 border-bottom: 1px solid #ededed;
}

.content .cMessage {
 padding: 15px 0 30px !important;
 margin-bottom: 10px;
}

.cMessage .user_avatar {
 display: block;
 float: left;
 margin-right: 2.7%; 
 margin-top: 5px;
}

.cMessage .user_avatar img {
 width: 42px;
 height: 42px;
 border-radius: 2px;
}
/*----- Comments style -----*/



/*----- Sidebar style -----*/
.sidebox {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 border-top: 1px solid #e51526;
 border-bottom: 1px solid #ededed;
 background-color: #fafafa;
 margin-bottom: 20px;
 padding: 30px 10px 0px;
 box-shadow: 0 0 12px rgba(0,0,0,0.7); /* Параметры тени */
}

.sidebox-ttl {
 color: #151515;
 font-family: 'Open Sans', sans-serif;
 line-height: 1.3;
 font-weight: 300;
 font-size: 1.5462em; /*24/13*/
 padding-bottom: 10px; /*30/220*/
 padding-top: 10px; /*30/220*/
}

.sidebox-bd li,
.sidebox-bd {
 list-style-position: inside;
 margin-right: 8px;
 margin-left: 8px;
 margin-top: -10px;
 margin-bottom: 13px;
}

.sidebox .ulogin-btn {
 float: left;
}

.sideboxbig{
box-sizing: border-box;
background-color: #FAFAFA;
 margin-bottom: 20px;
}

.ulb-mid {
 color: #e51526;
}

.calTable {
 font-family: Arial, sans-serif;
}

.calMonthLink {
 font: 300 1.5385em 'Open Sans', sans-serif; /*20/13*/
}

.calWday {
 color: #131313;
}

.calWdaySe,
.calWdaySu {
 color: #e51526;
}

.calMdayIsA,
.calMdayA {
border-radius: 2px;
 background-color: #000;
 color: #fff;
 font: normal 13px Arial, sans-serif;
 cursor: pointer;
 -webkit-box-shadow: inset 0 -2px rgba(0,0,0,.2);
 -moz-box-shadow: inset 0 -2px rgba(0,0,0,.2);
 box-shadow: inset 0 -2px rgba(0,0,0,.2); 
 -webkit-transition: background-color .15s ease;
 -moz-transition: background-color .15s ease;
 -ms-transition: background-color .15s ease;
 -o-transition: background-color .15s ease;
 transition: background-color .15s ease;
}

.calMdayIsA:hover {
 background-color: #333;
}

.calMdayIsA:active {
 background-color: #000;
 -webkit-transition: background-color 0s ease;
 -moz-transition: background-color 0s ease;
 -ms-transition: background-color 0s ease;
 -o-transition: background-color 0s ease;
 transition: background-color 0s ease;
}

.calMdayLink {
 font-weight: bold;
}

.calMdayIsA .calMdayLink {
 color: #fff;
 font-style: normal;
}

.calMdayIsA .calMdayLink:hover {
 text-decoration: none;
}

.archUl {
 padding: 0;
 margin: 0;
 list-style: none;
}

#mchatBtn {
 padding: 3px 5px;
 font-size: 9px;
}

#mchatNmF {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.pollBlock {
 font-family: Arial, sans-serif !important;
}

.pollQue {
 font-size: 1.2308em !important;
 color: #151515;
 padding-bottom: 18px;
 
}

.pollQue b {
 font-weight: normal;
}

.answer {
 font-size: 13px;
}

.pollButton {
 padding: 27px 0;
 float: left;
}

.pollLnk a {
 font-size: 1em !important;
 font-style: italic;
 white-space: nowrap;
}
.pollLnk {
 text-align: left !important;
 clear: both
}

.pollTot {
 text-align: left !important;
 font-size: 1em !important;
 font-style: italic;
}

.pollTot b {
 font-weight: normal;
 color: #e51526;
}

.cat-blocks.gTable {
 margin-top: 0;
 border-top: none;
}

.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;
}
/*----- Sidebar style -----*/

/*------ Search style ------*/
.searchForm {
 position: relative;
}

.queryField {
 padding: 6px 40px 7px 10px !important;
 height: 30px;
 width: 100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 color: #6c6c6c !important;
 font-style: normal !important;
}

.searchSbmFl[type="submit"] {
 width: 34px;
 height: 28px;
 border: none;
 text-indent: -10000px;
 overflow: hidden;
 margin: 0;
 padding: 0;
 background-image: url('/.s/t/1074/srch.png');
 background-repeat: no-repeat;
 background-position: 50% 50%;

}

.sidebox .searchSbmFl {
 background-color: transparent;
}

.sidebox .searchSbmFl:hover {
 background-color: transparent;
}

.sidebox .searchSbmFl:active {
 background-color: transparent;
}

.sidebox .searchSbmFl {
 position: absolute;
 top: 1px;
 right: 1px;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
}
/*------ Search style ------*/


/*------ Footer style ------*/
.footer {
 max-width: 1100px;
 margin: 0 auto;
 border-top: 1px solid #ededed;
 padding: 25px 0 20px;
}

.copy {
 float: left;
}

.login-b {
 float: right;
}
/*------ Footer style ------*/



/*----- Forum style -----*/
.switches {
 padding-top: 10px;
}

.fNavLink {
 display: inline-block;
 text-align: left;
 padding: 14px;
 border: none;
 border-radius: 2px;
 color: #e51526;
 background-color: #f7f7f7;
 font: italic normal 13px Arial, sans-serif;
 cursor: pointer;
 -webkit-box-shadow: inset 0 -2px rgba(0,0,0,.2);
 -moz-box-shadow: inset 0 -2px rgba(0,0,0,.2);
 box-shadow: inset 0 -2px rgba(0,0,0,.2); 
 -webkit-transition: background-color .15s ease;
 -moz-transition: background-color .15s ease;
 -ms-transition: background-color .15s ease;
 -o-transition: background-color .15s ease;
 transition: background-color .15s ease;
}

.fNavLink:hover {
 text-decoration: none;
}

.fNavLink:hover {
 background-color: #f2f2f2;
}

.fNavLink:active {
 background-color: #dedede;
 -webkit-transition: background-color 0s ease;
 -moz-transition: background-color 0s ease;
 -ms-transition: background-color 0s ease;
 -o-transition: background-color 0s ease;
 transition: background-color 0s ease;
}

.fNavLink:first-child {
 background-color: #000;
 color: #fff;
}

.fNavLink:first-child:hover {
 background-color: #333;
}

.fNavLink:first-child:active {
 background-color: #000;
 -webkit-transition: background-color 0s ease;
 -moz-transition: background-color 0s ease;
 -ms-transition: background-color 0s ease;
 -o-transition: background-color 0s ease;
 transition: background-color 0s ease;
}

input[type="submit"].fastSearch,
input[type="button"].fastNav,
input[type="submit"].fastNav,
#forum_filter input[type="submit"],
.userSchFrm input[type="submit"] {
 padding: 4px 7px;
}

#frM60 {
 padding-top: 10px;
}


.gTable {
 padding-bottom: 0;
 margin-top: 30px;
}


.gTableTop {
 padding-bottom: 16px;
}

.gTableTop a {
 text-decoration: none;
}

.forum,
.threadLink {
 font: 300 italic 1.8462em 'Open Sans', sans-serif;
}

.forumDescr,
.threadDescr {
 font-style: italic;
}

.gTableSubTop {
 font-style: italic;
 padding: 14px 0 14px;
 position: relative;
}

.topSortLink {
 font-family: Arial, sans-serif;
 min-width: 80px;
 display: inline-block;
}

.gTableSubTop:after {
 content: '';
 height: 24px;
 width: 0;
 border-right: 1px solid #ededed;
 position: absolute;
 right: 0;
 top: 50%;
 margin-top: -12px;
}

.gTableSubTop:first-child:after,
.gTableSubTop:last-child:after {
 border: none;
}

.gTableSubTop:last-child {
 text-align: center;
}

.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd,
.threadIcoTd,
.threadIcoTd,
.threadNametd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadLastPostTd {
 padding: 35px 0;
 border-top: 1px solid #ededed;
}

.forumThreadTd,
.forumPostTd {
 font: 300 1.5385em 'Open Sans', sans-serif;
}

.threadViewTd {
 width: 80px !important;
}

.posttdMessage {
 border-left: 1px solid #ededed;
}

.postUser,
.postTdInfo,
.postip {
 text-align: center;
}

.postTdInfo,
.posttdMessage,
.postBottom {
 border-bottom: 1px solid #ededed;
 border-top: 1px solid #ededed;
 border-collapse: collapse;
 border-spacing: 0;
}

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

.postTable {
 margin-bottom: 15px;
}

.searchForumsFl {
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 border: 1px solid #ededed;
 color: #6c6c6c;
}

.searchForumsFl,
.searchForumsFl:hover {
 background-color: transparent;
}
/*----- Forum style -----*/

/*------ Popup style ------*/
.popup {
 padding: 30px;
}

.popup-bd input[type="submit"],
.popup-bd input[type="button"] {
 padding: 4px 5px;
}

.popup-ttl {
 color: #151515;
 font-family: 'Open Sans', sans-serif;
 line-height: 1.2;
 font-weight: 300;
 font-size: 1.8462em; /*24/13*/
 padding-bottom: 30px;
}

.popup-bd a {
 font-family: Arial,sans-serif;
 font-style: italic;
}

#block1 a,
#block7 a,
#block25 a {
 font-style: normal;
}

.#block22 a {
 display: inline-block;
 padding: 0 10px;
}

.user_avatar {
 display: inline-block;
 padding-bottom: 10px;
}

.udtlb {
 width: 185px;
 color: #6c6c6c; 
}

.repHistory {
 font-weight: bold;
}
/*------ Popup style ------*/




/* ==========================================================================
 Media Queries
 ========================================================================== */

@media screen and (min-width: 1600px) {
 .header {

 }

 .middle {
 background-image: url(/pic/chernyjkrasnyjzelenyj.jpg); /* Путь к фоновому рисунку */
 background-position: center center; /* Положение фона */
 background-repeat: no-repeat; /* Повторяем фон по горизонтали */
 background-attachment:fixed;
 }
 
.sideboxtri {
display: none;

 } 
 
}

@media screen and (max-width: 1600px) {
 .middle {
 background-image: url(/pic/chernyjkrasnyjzelenyj.jpg); /* Путь к фоновому рисунку */
 background-position: center center; /* Положение фона */
 background-repeat: no-repeat; /* Повторяем фон по горизонтали */
 background-attachment:fixed;
 }
 
.sideboxtri {
display: none;

 } 

 
}

@media screen and (max-width: 1230px) {
 .middle {
 background-image: url(/pic/chernyjkrasnyjzelenyj.jpg); /* Путь к фоновому рисунку */
 background-position: center center; /* Положение фона */
 background-repeat: no-repeat; /* Повторяем фон по горизонтали */
 background-attachment:fixed;
 }

.sideboxtri {
display: none;

 } 
 
 
.logopic {
position:relative;
right: 168px;
border-radius: 4px;
border: 4px solid #ffffff;
box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
text-align: left; 
width: 170px;
margin-top: -40px;
margin-bottom: 0px;
}

 
 .eMessage,
.cMessage {
 color: #6c6c6c;
 margin-right: 20px;
 margin-left: 15px;
 color: rgb(26, 26, 26);
 font-size-adjust: none;
word-wrap: break-word;
line-height: 19px;
font: 1.12em Arial,Helvetica,sans-serif;
font-family: Arial,Helvetica,sans-serif;
 font-style: normal;
 font-weight: normal;
 font-size-adjust: none;
 font-stretch: normal;
 -x-system-font: none;
 font-feature-settings: normal;
 font-language-override: normal;
 font-kerning: auto;
 font-synthesis: weight style;
 font-variant-alternates: normal;
 font-variant-caps: normal;
 font-variant-east-asian: normal;
 font-variant-ligatures: normal;
 font-variant-numeric: normal;
 font-variant-position: normal;
}

.eMessage img,
.cMessage img {
 max-width: 350px;
 height: auto;
 align: center;
 width: 100%;
 margin-right: 10px;
 margin-left: 0px;
 border-top: 1px solid #e51526;
}


}



@media only screen and (max-width: 1090px) { 
 .navbar-share {display: none;}

 .sideboxtri {
display: none;

 }
 
 .middle {
 background-image: url(/pic/mobileground.jpg); /* Путь к фоновому рисунку */
 background-position: center center; /* Положение фона */
 background-repeat: repeat; /* Повторяем фон по горизонтали */
 background-attachment:fixed;
 }
 
.eMessage,
.cMessage {
 color: #6c6c6c;
 margin-right: 20px;
 margin-left: 15px;
 color: rgb(26, 26, 26);
word-wrap: break-word;
line-height: 19px;
font: 1.12em Arial,Helvetica,sans-serif;
font-family: Arial,Helvetica,sans-serif;
 font-style: normal;
 font-weight: normal;
 font-size-adjust: none;
 font-stretch: normal;
 -x-system-font: none;
 font-feature-settings: normal;
 font-language-override: normal;
 font-kerning: auto;
 font-synthesis: weight style;
 font-variant-alternates: normal;
 font-variant-caps: normal;
 font-variant-east-asian: normal;
 font-variant-ligatures: normal;
 font-variant-numeric: normal;
 font-variant-position: normal;
}



 
.eMessage img,
.cMessage img {
 max-width: 640px;
 height: auto;
 width: 100%;
}


 
 .eTitle,
 .gTableTop {
 font-size: 1.9231em;
 }
 .manTable select {max-width: 250px;}
 #puzadpn {display:none;}
 
 
}


@media screen and (max-width: 880px) {

.sideboxtri {
display: none;

 }

#ca6VwuV2ibqT1n2eVbh8Cf{
width: 270px; 
 }
 
.logo-b {
 display: inline-block;
 font-size: 4.2769em; /*40/13*/
 font-weight: 400;
 text-align: center;
 color: rgb(185,65,56);
 text-decoration: none;
 position:relative; 
 right: 0px;
 top: -30px; 
 padding-bottom: 63px;

 display: inline-block;
 text-shadow:
/*-1px -1px 0 #000,
1px -1px 0 #000,*/
-1px 1px 0 #000,
1px 1px 0 #000;
}

 .sideboxtri {
display: none;

 } 
 
 .logopic {
display: none;
}



 .middle {
 background-image: url(/pic/mobileground.jpg); /* Путь к фоновому рисунку */
 background-position: center center; /* Положение фона */
 background-repeat: repeat; /* Повторяем фон по горизонтали */
 background-attachment:fixed;
 }

 .content {
 padding: 0;
 }


 .copy,
 .login-b {
 float: none;
 text-align: center;
 }

 
 .content {
 display: block;
 padding-left: 10px;
 padding-right: 10px;
 margin-bottom: 14px;
 margin-top: 7px;
 }

 .sidebar {
 display: block;
 margin: 0 auto;
 width: 300px;
 text-align: center;
 }
 
 .eMessage,
.cMessage {
 color: #6c6c6c;
 margin-right: 5px;
 color: rgb(28, 28, 28);
word-wrap: break-word;
line-height: 19px;
font: 1.12em Arial,Helvetica,sans-serif;
font-family: Arial,Helvetica,sans-serif;
 font-style: normal;
 font-weight: normal;
 font-size-adjust: none;
 font-stretch: normal;
 -x-system-font: none;
 font-feature-settings: normal;
 font-language-override: normal;
 font-kerning: auto;
 font-synthesis: weight style;
 font-variant-alternates: normal;
 font-variant-caps: normal;
 font-variant-east-asian: normal;
 font-variant-ligatures: normal;
 font-variant-numeric: normal;
 font-variant-position: normal;
 -x-system-font: none;
 -moz-font-feature-settings: normal;
 -moz-font-language-override: normal;
}

.eMessage img,
.cMessage img {
width: 100%;
max-width: 350px;
height: auto;
margin-left: 15px;
margin-right: 15px;
 border-top: 1px solid #e51526;
}
 
}


@media screen and (max-width: 750px) {
 
 
 .middle {
 background-image: url(/pic/mobileground.jpg); /* Путь к фоновому рисунку */
 background-position: center center; /* Положение фона */
 background-repeat: repeat; /* Повторяем фон по горизонтали */
 background-attachment:fixed;
 }

 .content {
 padding: 0;
 }


 .sidebox.srch .sidebox-ttl{
 padding-left: 5px;
 padding-top: 10px;
 padding-bottob: 10px;
 }
 
 .sidebar {
 display: block;
 margin: 0 auto;
 width: 300px;
 text-align: center;
 }

 .sideboxtri {
 sideboxtri: yes;

 } 
 
 .sideboxrek {
 display: none;

 }
 .copy,
 .login-b {
 float: none;
 text-align: center;
 }

.sidebox.srch {
 display: none;
 }

 .content .sidebox.srch {
 display: block;
 padding-left: 10px;
 padding-right: 10px;
 margin-bottom: 14px;
 margin-top: 7px;
 }

 
.eMessage,
.cMessage {
 color: #6c6c6c;
 margin-right: 20px;
 margin-left: 15px;
 color: rgb(26, 26, 26);
word-wrap: break-word;
line-height: 19px;
font: 1.12em Arial,Helvetica,sans-serif;
font-family: Arial,Helvetica,sans-serif;
 font-style: normal;
 font-weight: normal;
 font-size-adjust: none;
 font-stretch: normal;
 -x-system-font: none;
 font-feature-settings: normal;
 font-language-override: normal;
 font-kerning: auto;
 font-synthesis: weight style;
 font-variant-alternates: normal;
 font-variant-caps: normal;
 font-variant-east-asian: normal;
 font-variant-ligatures: normal;
 font-variant-numeric: normal;
 font-variant-position: normal;
}

.eMessage img,
.cMessage img {
max-width: 680px;
width: 100%;
height: auto;
 margin-right: 10px;
 margin-left: 0px;
 border-top: 1px solid #e51526;
}


.logo-b {
 display: inline-block;
 font-size: 4.2769em; /*40/13*/
 font-weight: 400;
 text-align: center;
 color: rgb(185,65,56);
 text-decoration: none;
 position:relative; 
 right: 0px;
 top: -30px; 
 padding-bottom: 63px;

 display: inline-block;
 text-shadow:
/*-1px -1px 0 #000,
1px -1px 0 #000,*/
-1px 1px 0 #000,
1px 1px 0 #000;
}
 
 
 .logopic {
display: none;
}
 
}


@media screen and (max-width: 640px) {


.logo-b {
 display: inline-block;
 font-size: 3.7769em; /*40/13*/
 font-weight: 400;
 text-align: center;
 color: rgb(185,65,56);
 text-decoration: none;
 position:relative; 
 right: 0px;
 top: -30px; 
 padding-bottom: 77px;
 
 .vert-menu {
display: none;

}

 display: inline-block;
 text-shadow:
/*-1px -1px 0 #000,
1px -1px 0 #000,*/
-1px 1px 0 #000,
1px 1px 0 #000;
}
 
 .sideboxtri {
 sideboxtri: yes;

 }
 
.eBlockteaser11 {
display: none;
 }
 
 .logopic {
display: none;
}
 
 .middle {
 background-image: url(/pic/mobileground.jpg); /* Путь к фоновому рисунку */
 background-position: center center; /* Положение фона */
 background-repeat: repeat; /* Повторяем фон по горизонтали */
 background-attachment:fixed;
 }

 .content {
 padding: 0;
 }

 .sidebox.srch {
 padding-left: 0;
 padding-right: 0;
 }

 .sidebox.srch .sidebox-ttl{
 padding-left: 5px;
 }

 .copy,
 .login-b {
 float: none;
 text-align: center;
 }

 .sidebar .sidebox.srch {
 display: none;
 }

 .content .sidebox.srch {
 display: block;
 padding-left: 10px;
 padding-right: 10px;
 margin-bottom: 1px;
 }

 .sidebar {
 display: block;
 margin: 0 auto;
 width: 300px;
 text-align: center;
 }
 
 .eMessage,
.cMessage {
 color: #6c6c6c;
 margin-right: 5px;
 color: rgb(28, 28, 28);
word-wrap: break-word;
line-height: 19px;
font: 1.22em Arial,Helvetica,sans-serif;
font-family: Arial,Helvetica,sans-serif;
 font-style: normal;
 font-weight: normal;
 font-size-adjust: none;
 font-stretch: normal;
 -x-system-font: none;
 font-feature-settings: normal;
 font-language-override: normal;
 font-kerning: auto;
 font-synthesis: weight style;
 font-variant-alternates: normal;
 font-variant-caps: normal;
 font-variant-east-asian: normal;
 font-variant-ligatures: normal;
 font-variant-numeric: normal;
 font-variant-position: normal;
}
 
}

@media screen and (max-width: 440px) {
 .header {
 min-height: 100px !important;
 }
 
.eBlockteaser11 {
display: none;
 }
 
 .sideboxtri {
 sideboxtri: yes;

 }
 
 .vert-menu {
display: none;

}

 .logo-b {
 display: inline-block;
 font-size: 3.2769em; /*40/13*/
 font-weight: 400;
 text-align: center;
 color: rgb(185,65,56);
 text-decoration: none;
 position:relative; 
 right: 0px;
 top: -30px; 
 padding-bottom: 77px;

 display: inline-block;
 text-shadow:
/*-1px -1px 0 #000,
1px -1px 0 #000,*/
-1px 1px 0 #000,
1px 1px 0 #000;
}


 
 .logopic {
display: none;
}

 .middle {
 background-image: url(/pic/mobileground.jpg); /* Путь к фоновому рисунку */
 background-position: center center; /* Положение фона */
 background-repeat: repeat; /* Повторяем фон по горизонтали */
 background-attachment:fixed;
 }
 
 .sidebar {
 display: block;
 margin: 0 auto;
 width: 300px;
 text-align: center;
 }

 }

@media screen and (max-width: 380px) {

.header {
 width: auto;
-moz-background-size: 100%;
-webkit-background-size: 100%;
-o-background-size: 100%;
 background: url('/pic/header-red.jpg') no-repeat 50% 0;
background-size: auto;
height: 100px;
border-style: solid;
border-color: black;
border-bottom-width: 4px;
z-index: 5;
}
 
 .eBlockteaser {
 position: relative;
 background-color: #fafafa;
 box-shadow: 0 0 7px rgba(0,0,0,0.7); /* Параметры тени */
 overflow: hidden;
 }

.eBlockteaser11 {
display: none;
 }
 
 
 .sideboxtri {
 sideboxtri: yes;

 }
 .sideboxrek {
 display: none;

 }

.logo-b {
 display: inline-block;
 font-size: 2.3769em; /*40/13*/
 font-weight: 400;
 text-align: center;
 color: rgb(185,65,56);
 text-decoration: none;
 position:relative; 
 right: 0px;
 top: -50px; 
 padding-bottom: 10px;

 display: inline-block;
 text-shadow:
/*-1px -1px 0 #000,
1px -1px 0 #000,*/
-1px 1px 0 #000,
1px 1px 0 #000;
}
 
 .vert-menu {
display: none;

}
 .logopic {
display: none;
}
 
 .sidebar {
 display: block;
 margin: 0 auto;
 width: 300px;
 text-align: center;
 }


.login-menu {
Margin-top: -90px;
Margin-bottom: 56px;
 font-size: 0.7138em;
 font-weight: 700;
font-color: #fff; /* цвет текста */ 
}

.osait {
 font-size: 0.7138em; /*15/13*/
font-weight: 500;
color: #ffffff; /* цвет текста */
 font-family: Verdana,sans-serif;
 text-shadow:
/*-1px -1px 0 #000,
1px -1px 0 #000,*/
-1px 1px 0 #000,
1px 1px 0 #000;
}



}


/*
--------------------------------
адаптивное видео
-------------------------------*/
video {
max-width: 100%;
height: auto;
}

iframe,
embed,
object {
max-width: 100%;
}

 
.unsupported {
background: #fddfde;
}

/*
--------------------------------
текст в материале каталога
-------------------------------*/
.vendor{
 color: #6c6c6c;
 line-height: 1.48;
 text-align: justify;
 word-wrap: break-word;
 font-family: Verdana,sans-serif;
 font-size: 1.050em; /*12/13*/
 color: rgb(26, 26, 26);
max-width: 96%;
width: auto;
width: auto;
margin-left: 2%;
margin-right: 2%;
max-height: 100%;
 
}


 hr {
 border: none; /* Убираем границу */
 background-color: #696969; /* Цвет линии */
 color: #696969; /* Цвет линии для IE6-7 */
 height: 1px; /* Толщина линии */
 }
 
 
 /*
--------------------------------
10 похожих материалов
-------------------------------*/
.uRelatedEntries a {
 color: #6c6c6c;
 line-height: 1.45;
 text-align: justify;
 word-wrap: break-word;
 font-family: Verdana,sans-serif;
 font-size: 1.070em; /*12/13*/
 margin-right: 5px;
 color: rgb(26, 26, 26);
 font-size-adjust: none;
 font-stretch: normal;
 -x-system-font: none;
 -moz-font-feature-settings: normal;
 -moz-font-language-override: normal;
}

 /*
--------------------------------
фон комментариев и остальное по коментам
-------------------------------*/
.uc-content{
 
 background-color: #ffffff;
 color: #000000; 
padding: 2px; /* Поля вокруг текста */
 padding-left: 15px;
 border-radius: 6px;
 }

.uc-top-left{
 margin-left: 2px;
 padding-top: 13px;
}
 /*
--------------------------------
Красная линия в подвале
-------------------------------*/
.footer {
max-width: 1100px;
margin: 0px auto;
border-top: 1px solid #e51526;
padding: 25px 0px 20px;
}

 /*
--------------------------------
Меню
-------------------------------*/
.menu2sub,
.menu2 {
 color: #6c6c6c;
 line-height: 1.38;
 text-align: justify;
 word-wrap: break-word;
 font-family: Verdana,sans-serif;
 font-size: 1.030em; /*12/13*/
 margin-right: 5px;
 margin-left: 5px;
 color: rgb(26, 26, 26);
 font-size-adjust: none;
 font-stretch: normal;
 -x-system-font: none;
 -moz-font-feature-settings: normal;
 -moz-font-language-override: normal;
}

 /*
--------------------------------
Кнопка в меню
-------------------------------*/

a.knopka {
 color: #fff; /* цвет текста */
 text-decoration: none; /* убирать подчёркивание у ссылок */
 user-select: none; /* убирать выделение текста */
 background: rgb(185,65,56); /* фон кнопки */
 padding: .6em 1.3em; /* отступ от текста */
 font-weight: 500;
 line-height: 1.7;
 font-size: 1.3138em; /*15/13*/
border-radius: 2px;
 outline: none; /* убирать контур в Mozilla */
} 
a.knopka:hover { background: rgb(232,95,76); } /* при наведении курсора мышки */
a.knopka:active { background: rgb(152,15,0); } /* при нажатии */


 /*
--------------------------------
Меню под шапкой большое
-------------------------------*/

.vert-menu {
position:relative;
top: -50px;
width: 100%;

}


#nav7, #nav7 ul, #nav7 li {
 margin: 0;
 padding: 0;
}
#nav7, #nav7 ul {
 background: rgb(0,0,0);
}
#nav7 { /* подменю перемещается относительно меню */
 position: relative;
 display: table;
 width: 100%;
 max-width: 640px;
}
#nav7 ul { /* подменю находится вне потока */
 position: absolute;
 z-index: 5;
 display: none;
}
#nav7 li:hover ul { /* подменю будет показано, если курсор наведён на пункт меню с выпадающем списком */
 display: block;
}
#nav7 li {
 display: table-cell;
 text-align: center;
}
#nav7 ul li {
 display: block;
 text-align: left;
}
#nav7 .right { /* последнее подменю будет расширяться справа налево */
 direction: rtl;
}
#nav7 .right ul { /* для IE, решение найдено случайно, где связь ??? */
 right: 0;
}
#nav7 .right li { /* последнее подменю будет расширяться справа налево, но не пункты последнего подменю */
 direction: ltr;
}
#nav7 a {
 display: block;
 padding: 3px 0;
 color: #fff;
 text-decoration: none;
 font-weight: 500;
}
#nav7 ul a {
 padding: 3px 15px;
}
#nav7 li:hover {
 background: rgb(232,95,76)
}
#nav7 li:active {
 background: rgb(152,15,0); 
}

 /*
--------------------------------
Аторизация наверху
-------------------------------*/

.login-menu {
Margin-top: -90px;
Margin-bottom: 56px;
 font-size: 1.2138em;
 font-weight: 700;
font-color: #fff; /* цвет текста */ 
}

.osait {
 font-size: 1.1138em; /*15/13*/
font-weight: 500;
color: #ffffff; /* цвет текста */
 font-family: Verdana,sans-serif;
 text-shadow:
/*-1px -1px 0 #000,
1px -1px 0 #000,*/
-1px 1px 0 #000,
1px 1px 0 #000;
}


.osait1 {
 font-size: 1.1338em; /*15/13*/
font-weight: 500;
color: #000000; /* цвет текста */
 font-family: Verdana,sans-serif;
 text-shadow:
/*-1px -1px 0 #000,
1px -1px 0 #000,*/
-1px 1px 0 #ababab,
1px 1px 0 #ababab;
}

 /*
--------------------------------
Рекламный блок в меню
-------------------------------*/
.sideboxrek {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 border-top: 1px solid #e51526;
 border-bottom: 1px solid #ededed;
 background-color: #fafafa;
 margin-bottom: 20px;
 box-shadow: 0 0 12px rgba(0,0,0,0.7); /* Параметры тени */
 max-width: 300px;
}

 /*
--------------------------------
Рекламные блоки материалах
-------------------------------*/
.eBlockteaser {
 position: relative;
 background-color: #fafafa;
 box-shadow: 0 0 7px rgba(0,0,0,0.7); /* Параметры тени */
 overflow: hidden !important;
 
 }

.eBlockteaser11 {
 position: relative;
 background-color: #fafafa;
 box-shadow: 0 0 7px rgba(0,0,0,0.7); /* Параметры тени */
 overflow: hidden;
 }

 /*
--------------------------------
страница регистрации фон
-------------------------------*/

.eBlockregister {
 position: relative;
 background-color: #fafafa;
 box-shadow: 0 0 7px rgba(0,0,0,0.7); /* Параметры тени */
 margin-top: 20px;
 text-align: justify;
 word-wrap: break-word;
 font-family: Verdana,sans-serif;
 font-size: 1.070em; /*12/13*/
 }

.uf-fields-wrap, uf-field {
 width: 300px; /* Ширина элемента в пикселах */
 padding: 10px; /* Поля вокруг текста */
 margin: auto;

}

 /*
--------------------------------
Форма регистрации
-------------------------------*/

.eBlockregister{
 position: relative;
 margin: auto;
 background-color: #fafafa;
 box-shadow: 0 0 12px rgba(0,0,0,0.7); /* Параметры тени */
 border-top: 1px solid #ededed;
 margin-top: 20px;
 font-family: Verdana,sans-serif;
 }

.menu5reg {
 font-family: Verdana,sans-serif;
 font-size: 1.030em; /*12/13*/
 color: rgb(26, 26, 26);
 text-align: center;
 -x-system-font: none;
 font-weight: 200;
 -moz-font-feature-settings: normal;
 -moz-font-language-override: normal;
}

.menu5reg6 {
 font-family: Verdana,sans-serif;
 font-size: 1.030em; /*12/13*/
 color: rgb(26, 26, 26);
 text-align: left;
 -x-system-font: none;
 font-weight: 200;
 -moz-font-feature-settings: normal;
 -moz-font-language-override: normal;
}

 /*
--------------------------------
Три кнопки в маленьком дизе
-------------------------------*/

.sideboxtri{
box-sizing: border-box;
background-color: #FAFAFA;
 margin-bottom: 20px;
 margin-top: 20px;
 padding-top: 20px; 
 padding-bottom: 20px; 
}


 /*
--------------------------------
Стиль сообщений в столе заказов
-------------------------------*/

.eBlockzakaz{
position: relative;
 border-top: 1px solid #ededed;
 padding: 5px 0 5px;
 word-break: break-word;
 background-color: #fafafa;
 box-shadow: 0 0 12px rgba(0,0,0,0.7); /* Параметры тени */
 border-radius: 10px;
}

 /*
--------------------------------
Стили заголовков H
-------------------------------*/

h1 {
 color: #6c6c6c;
 line-height: 1.32;
 text-align: justify;
 font-family: Verdana,sans-serif;
 font-size: 1.150em; /*12/13*/
 color: rgb(26, 26, 26);
 -x-system-font: none;
 margin-left: 15px;
 -moz-font-feature-settings: normal;
 -moz-font-language-override: normal;
 font-weight: 500;
}
h2 {
 color: #6c6c6c;
 line-height: 1.32;
 text-align: justify;
 font-family: Verdana,sans-serif;
 font-size: 1.070em; /*12/13*/
 color: rgb(26, 26, 26);
 -x-system-font: none;
 margin-left: 15px;
 -moz-font-feature-settings: normal;
 -moz-font-language-override: normal;
}

.anderlogo {
 color: #6c6c6c;
 line-height: 1.32;
 text-align: justify;
 font-family: Verdana,sans-serif;
 font-size: 1.150em; /*12/13*/
 color: rgb(26, 26, 26);
 -x-system-font: none;
 margin-left: 15px;
 -moz-font-feature-settings: normal;
 -moz-font-language-override: normal;
 font-weight: 500;
}

 /*
--------------------------------
Последние комментарии
-------------------------------*/

/*--------------- */
.osninf {background:#898989;padding:8px;border-bottom:1px solid #d2d2d2; }
.inftitl b, .osninf b {color:#878787;}
.inftitl a:link, .inftitl a:visited, .inftitl a:active {text-decoration:underline;color:#000000;font-size: 1.050em; font-weight:500;}
.inftitl a:hover {text-decoration:none;}
.infmes {border:1px #b2b2b2; border-radius: 1px; margin:5px 0 3px 0;padding:5px;background:#fff;font-size:9pt;text-align: left;
color:#484848;}
/* ------------- */

.manTable {
 position: relative;
 border-top: 1px solid #ededed;
 padding: 20px 20px 20px 20px;
 word-break: break-word;
 background-color: #fafafa;
 box-shadow: 0 0 12px rgba(0,0,0,0.7); /* Параметры тени */
 color: rgb(26, 26, 26);
 }


/*--------------------------------
Кнопка скачать музыку
-------------------------------*/

a.knopka1 {
 color: #fff; /* цвет текста */
 text-decoration: none; /* убирать подчёркивание у ссылок */
 user-select: none; /* убирать выделение текста */
 background: rgb(185,65,56); /* фон кнопки */
 padding: .3em 0.7em; /* отступ от текста */
 font-weight: 500;
 line-height: 1.5;
 font-size: 1.2138em; /*15/13*/
border-radius: 2px;
 outline: none; /* убирать контур в Mozilla */
} 
a.knopka1:hover { background: rgb(232,95,76); } /* при наведении курсора мышки */
a.knopka1:active { background: rgb(152,15,0); } /* при нажатии */



/*--------------------------------
Баннеры для air-gun
-------------------------------*/

.air_h { background-color:#fff; border: 1px #aeafab solid; overflow:hidden; padding-bottom:5px;}
.air_h_x { float:left; width:22.5%; padding:0 10px 10px 10px;}
.air_h_x img { width: 100%; margin-bottom:-30px; margin-top:-10px;}
.air_h_x .price {font-size: 18px; color:#dc2b19; padding:5px 0 10px 0;}
.air_h_x .price span {font-size: 14px; color:#000000; text-decoration: line-through;}
.air_h_x a.btn {padding: 3px 6px; width:120px;color:#fff; text-decoration:none; cursor: pointer; border: 1px solid #d83526; box-shadow: inset 0px 1px #f29c93; -moz-box-shadow: inset 0px 1px 0px 0px #f29c93; -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93; color: #FFFFFF; background: #fe1a00; border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px;}

/*--------------------------------
Для баннера в топе меню, вплотную влево
-------------------------------*/

.sideboxyandex {
 
 padding: 0px -10px;
 box-shadow: 0 0 12px rgba(0,0,0,0.7); /* Параметры тени */
}