aside,
details,
figcaption,
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;
}
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: 13px Arial, sans-serif;
 line-height: 1.5;
 background-color: #fff;
}

::-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: 300;
 text-decoration: none;
 color: #fd7a80;
}

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: 1000px;
 padding: 45px 25px;
 -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: 260px; 
}

.sidebar {
 width: 220px;
 vertical-align: top;
 margin-left: -220px;
 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: #fd7a80;
 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;
}

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

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
 background-color: #fc454e;
 -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 {
 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: 100%;
 min-height: 228px;
 text-align: center;
 background: url('/.s/t/1075/header.jpg') no-repeat 50% 0; 
 -webkit-background-size: 1600px 100%;
 -moz-background-size: 1600px 100%;
 -o-background-size: 1600px 100%;
 background-size: 1600px 100%;
 position: relative;
}

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

.logo-b {
 display: inline-block;
 font-size: 3.0769em; /*40/13*/
 font-weight: 300;
 text-align: center;
 color: #bac3f7;
 text-decoration: none;
}

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

.logo-name {
 padding: 0 20px;
 color: #fff;
 display: inline-block;
}

.logo-name:first-letter {
 color: #000;
}
/*------ Header style ------*/


/*------ Menu style ------*/
.show-menu {
 display: none;
}

.vert-menu {
 display: inline-block;
}

.vert-menu .uMenuRoot {
 padding: 0;
 margin: 60px 0 5px;
 display: inline-block;
 line-height: 2;
 font-size: 1.1538em; /*15/13*/
 position: relative;
}

.vert-menu .uMenuRoot li {
 padding: 0;
 margin: 0;
 list-style:none; 
}

.vert-menu .uMenuRoot > li {
 position: relative;
 display: inline-block;
 vertical-align: top;
}

.vert-menu .uMenuRoot > li:before {
 content: '';
 position: absolute;
 width: 0;
 height: 11px;
 right: 0;
 top: 50%;
 margin-top: -4px;
 border-right: #fff;
 border-right: 1px solid rgba(255,255,255,.3);
}

.vert-menu .uMenuRoot > li:first-child:after {
 content: '';
 position: absolute;
 width: 0;
 height: 11px;
 left: 0;
 top: 50%;
 margin-top: -4px;
 border-right: #fff;
 border-right: 1px solid rgba(255,255,255,.3);
}

.vert-menu .uMenuRoot li a {
 display:block;
 text-align:center;
 color:#fff;
 text-decoration:none;
 padding: 0 22px;
 margin: 0;
}

.vert-menu .uMenuRoot li:hover > a,
.vert-menu .uMenuRoot li:hover > span,
.vert-menu .uMenuRoot li > a:hover,
.vert-menu .uMenuRoot li > span:hover,
.vert-menu .uMenuRoot li > .uMenuItemA,
.vert-menu .uMenuRoot li > .uMenuItemA
 {
 color:#000 ;
}

.vert-menu .uMenuRoot li li:hover > a,
.vert-menu .uMenuRoot li li:hover > span {
 background-color: #f7f7f7 !important;
}

.vert-menu .uMenuRoot li li.uWithSubmenu:hover > a,
.vert-menu .uMenuRoot li li.uWithSubmenu:hover > span {
 background-color: #ccc !important;
}

.vert-menu .uMenuRoot li ul {
 display: none;
 margin: 0;
 padding: 0;
}

.vert-menu .uMenuRoot li:hover > ul {
 display: block;
 position: absolute;
 top: 100%;
 z-index: 10;
}

.vert-menu .uMenuRoot li li {
 margin: 0;
 padding: 0;
 display: block;
 width: 100%;
}

.vert-menu .uMenuRoot li li a {
 border-top: 1px solid #fff;
 border-top: 1px solid rgba(255,255,255,.3);
 padding: 5px 22px;
 background-color: #fd7a80;
}

.vert-menu .uMenuRoot li li > .uMenuItemA {
 background-color: #f7f7f7 !important;
}

.vert-menu .uMenuRoot li ul > li {
 position: relative;
}

.vert-menu .uMenuRoot li ul li:hover ul{
 display: block;
 position: absolute;
 left: 100%;
 top: 0;
 z-index: 10;
 padding-left: 5px;
 border-left: 5px solid transparent;
}

.vert-menu .uMenuRoot li ul li:hover a:hover{
 background-color: #f7f7f7;
}
/*------ Menu style ------*/

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

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

.switchActive,
.swchItemA {
 border: none;
 border-radius: 2px;
 color: #fd7a80;
 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: 25px 0 35px;
}

.eBlock:before,
.gTable:before {
 content: '';
 display: block;
 position: absolute;
 top: -1px;
 left: 0;
 width: 60px;
 height: 0;
 padding: 0;
 margin: 0;
 border-top: 1px solid #fd7a80;
}

.eTitle,
.gTableTop {
 font-family: 'Open Sans', sans-serif;
 font-size: 3.0769em; /*40/13*/
 font-weight: 300;
 color: #333333;
 line-height: 1.2;
 padding-bottom:10px;
}

.eTitle a,
.catLink {
 color: #333333;
}

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

.eMessage,
.cMessage {
 color: #6c6c6c;
 line-height: 1.8;
 text-align: justify;
}

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

.eMessage img {
 margin:5px !important;
}

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

.eDetails {
 font-size: 0.923em; /*12/13*/
 font-style: italic;
 color: #6c6c6c;
 margin-top: 20px;
}

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

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

#cat-select {
 max-width: 230px;
}
/*------ Content style ------*/

/*------ 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 #fd7a80;
 border-bottom: 1px solid #ededed;
 background-color: #fafafa;
 margin-bottom: 30px;
 padding: 30px 10px 30px;
}

.sidebox-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; /*30/220*/
}

.sidebox-bd li {
 list-style-position: inside;
}

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

.ulb-mid {
 color: #6c6c6c;
}

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

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

.calWday {
 color: #131313;
}

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

.calMdayIsA,
.calMdayA {
border-radius: 2px;
 background-color: #fd7a80;
 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: #fea0a4;
}

.calMdayIsA:active {
 background-color: #fc454e;
 -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: #fd7a80;
}

.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;
}
.content .queryField {width: auto !important;}

.searchSbmFl[type="submit"] {
 width: 34px;
 height: 28px;
 border: none;
 text-indent: -10000px;
 overflow: hidden;
 margin: 0;
 padding: 0;
 background-image: url('/.s/t/1075/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: 1000px;
 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: #fd7a80;
 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: #fd7a80;
 color: #fff;
}

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

.fNavLink:first-child:active {
 background-color: #fc454e;
 -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: #151515;
}

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




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

@media screen and (min-width: 1599px) {
 .header {
 -webkit-background-size: 100% 100%;
 -moz-background-size: 100% 100%;
 -o-background-size: 100% 100%;
 background-size: 100% 100%;
 }
}

@media screen and (max-width: 800px) { 
 .eTitle,
 .gTableTop {
 font-size: 1.9231em;
 }
 .content .queryField {width: auto !important;}
}

@media screen and (max-width: 600px) {
 .logo-wrap {
 padding-top: 30px;
 }

 .vert-menu .uMenuRoot {
 margin-top: 30px;
 }

 .logo-brk {
 display: none;
 }

 .logo-name,
 .logo-b {
 display: block;
 }

 .logo-name {
 overflow: hidden;
 -ms-text-overflow: ellipsis;
 -o-text-overflow: ellipsis;
 text-overflow: ellipsis; 
 }

 .uMenuRoot {
 max-width: 550px;
 }
 
 .middle {
 padding: 45px 10px;
 white-space: normal;
 }

 .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;
 width: auto;
 }

 .eTitle, .gTableTop {
 font-size: 2.0769em;
 }

}

@media screen and (max-width: 440px) {
 .header {
 min-height: 100px !important;

 }


 .vert-menu {
 display: none;
 }

 /*------ mobile menu style ------*/
 .show-menu {
 display: inline-block;
 width: 24px;
 height: 28px;
 border: none;
 text-indent: -10000px;
 overflow: hidden;
 margin: 30px 0 5px;
 padding: 0;
 background-image: url('/.s/t/1075/menu.png');
 background-repeat: no-repeat;
 background-position: 50% 50%;
 }

 .show-menu:hover {
 cursor: pointer;
 background-image: url('/.s/t/1075/menu-hov.png');
 }

 .vert-menu .uMenuRoot {
 margin: 0;
 padding: 0;
 display: block;
 position: absolute;
 left: 0;
 right: 0;
 z-index: 20;
 }

 .vert-menu .uMenuRoot > li {
 padding: 0;
 margin: 0;
 vertical-align: center;
 }

 .vert-menu .uMenuRoot li {
 display: block;
 width: 100%;
 min-height: 50px;
 background-color: #fd7a80;
 border-top: #fff;
 border-top: 1px solid rgba(255,255,255,.3);
 }

 .vert-menu .uMenuRoot > li:first-child {
 border-top: none;
 }

 .vert-menu .uMenuRoot li a {
 display:block;
 height: 50px;
 width: 100%;
 vertical-align: center;
 line-height: 50px;
 text-align:center;
 color: #fff;
 text-decoration:none;
 padding: 0;
 margin: 0; 
 }

 .vert-menu .uMenuRoot li a:hover {
 color: #000;
 background-color: #fff;
 }


 .vert-menu .uMenuRoot li ul {
 margin: 0;
 padding: 0;
 list-style: disc;
 display: block;
 position: static !important;
 }

 .vert-menu .uMenuRoot li li a{
 border-top: none;
 padding: 0 0 0 30px;
 }

 .vert-menu .uMenuRoot li li li a{
 padding-left: 60px;
 }

 .vert-menu .uMenuRoot li ul li:hover ul{
 border-left: none;
 padding-left: 0;
 }

 .vert-menu li.uWithSubmenu:hover > a,
 .vert-menu li.uWithSubmenu:hover > span {
 background-color: #ccc !important;
 }

 .sub-mn {
 position: relative;
 }

 .sub-mn:after {
 content: '';
 display: inline-block;
 width: 0;
 height: 0;
 margin-left: 10px;
 border-left: 3px solid transparent;
 border-right: 3px solid transparent;
 border-top: 5px solid #fff;
 }

 .sub-mn:hover:after {
 border-top-color: #000;
 }
 /*------ mobile menu style ------*/
}



@media screen and (min-width: 440px) {
 .vert-menu {
 display: inline-block !important;
 }
}@charset "utf-8";

/*--- reset ---*/

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

/*--- main ---*/

a, a:link, a:visited, a:active {
 color: #00a6df;
 text-decoration: none;
}
a:hover {
 color: #00a6df;
 text-decoration: underline;
}
h1 a {
 color: #323232 !important;
}
h1 a:hover {
 text-decoration: none;
 color: #00a6df !important;
}
body {
 font-family: Verdana, Arial, sans-serif;
 font-size: 13px;
 line-height: 22px;
 background: #fff url('/img/bg.gif') left top repeat;
 color: #323232;
}
#container {
 overflow: hidden;
 background: url('/img/wrapper.png') left top repeat-x;
}
#wrap {
 width: 1000px;
 overflow: hidden;
 margin: 0 auto;
}

/* header */

#top {
 height: 43px;
}
header nav {
 float: left;
}
header nav ul {
 list-style: none;
}
header nav ul li {
 float: left;
}
header nav ul li a {
 display: block;
 float: left;
 height: 41px;
 line-height: 41px;
 margin: 1px;
 padding: 0 25px;
 color: #e7e7e7 !important;
}
header nav ul li a:hover, header nav ul li a.uMenuItemA {
 background: url('/img/li.gif') left top repeat-x;
 border: 1px solid #0589c0;
 margin: 0 !important;
 color: #fff !important;
 text-decoration: none;
}
header form {
 float: right;
 width: 219px;
 height: 30px;
 background: url('/img/search.png') left top no-repeat;
 margin-top: 8px;
}
header form input[type="text"] {
 line-height: 27px;
 height: 27px;
 padding: 0 10px;
 width: 199px;
 background: none;
 border: none;
 color: #323232;
}
#logo_and_follow {
 overflow: hidden;
 height: 91px;
 padding-top: 50px;
}
#logo {
 float: left;
}
#logo h1 {
 margin: 0;
 padding: 0;
 font-weight: normal;
 font-size: 36px;
 color: #323232;
 line-height: 36px;
 text-transform: uppercase;
}
#logo h4 {
 margin: 0;
 padding: 0;
 font-weight: normal;
 font-size: 13px;
 color: #323232;
 line-height: 13px;
}
#icons {
 float: right;
 padding-top: 5px;
}
#icons span {
 display: inline-block;
 vertical-align: top;
 padding: 3px 5px 0 0;
 *display: inline;
 zoom: 1;
}

/* image */

#photo {
 overflow: hidden;
 height: 390px;
 padding-bottom: 50px;
 *padding-bottom: 47px;
 background: url('/img/photo.png') center bottom no-repeat;
}
#photo img {
 border: 1px solid #b3b3b3;
}
#photo_info {
 background: url('/img/photo_info.png') repeat;
 padding: 25px;
 width: 948px;
 position: absolute;
 margin-top: 280px;
 margin-left: 1px;
 color: #fff;
}
#photo_info h2 {
 margin: 0;
 padding: 0;
 font-weight: normal;
 font-size: 24px;
 line-height: 24px;
}

/* content */

#middle {
 overflow: hidden;
}
#content {
 float: left;
 width: 715px;
}
article {
 padding-bottom: 30px;
 background: url('/img/post.png') center bottom no-repeat;
}
.post {
 padding: 25px;
 overflow: hidden;
 background: #fff;
 border: 1px solid #d4d4d4;
}
.post header {
 padding-bottom: 23px;
 margin-bottom: 23px;
 border-bottom: 1px solid #d4d4d4;
}
.post header h1 {
 display: block;
 float: left;
 font-weight: normal;
 font-size: 18px;
 line-height: 18px;
 text-transform: uppercase;
 margin: 0;
 padding: 0;
}
.rate {
 float: right;
}
.details {
 margin-top: 23px;
 padding-top: 23px;
 border-top: 1px solid #d4d4d4;
 overflow: hidden;
}
.details span, .details a {
 color: #00a6df;
}
.details a:hover {
 text-decoration: underline;
}
.d_main {
 float: left;
 background: url('/img/details.gif') left center no-repeat;
 padding-left: 25px;
}
.comm {
 float: right;
}

/* sidebar */

aside li {
 list-style-type: none;
}
aside {
 float: right;
 width: 255px;
}
aside h3 {
 margin: 0;
 padding: 0 15px;
 height: 40px;
 line-height: 40px;
 font-weight: normal;
 font-size: 18px;
 color: #fff;
 background: url('/img/block_title.png') left top no-repeat;
}
.block_content {
 padding-bottom: 20px;
 background: url('/img/block.png') center bottom no-repeat; 
}
.bc_it {
 padding: 15px;
 background: #fff;
 border-left: 1px solid #d4d4d4;
 border-right: 1px solid #d4d4d4;
 border-bottom: 1px solid #d4d4d4;
}

/* footer */

footer {
 padding: 40px 0;
 margin-top: 30px;
 border-top: 1px solid #d4d4d4;
}
span.mycopy {
 float: left;
}
span.powered {
 float: right;
}

/* other */

input[type="button"], input[type="submit"], .calMdayIs, .calMdayIsA, .calWdaySu, .calWdaySe {
 height: 26px;
 background: #008fcb url('/img/but.png') top center no-repeat;
 color: #fff;
 text-transform: uppercase;
 border: 1px solid #1cc7ff;
 box-shadow: #0589c0 0 0 0 1px;
 border-radius: 3px;
 line-height: 26px;
}
.calTable {
 width: 100%;
}
.calMdayIs, .calMdayIsA, .calWdaySu, .calWdaySe {
 padding: 0 !important;
 line-height: 25px !important;
}
.calMdayIs a, .calMdayIsA a {
 color: #fff;
}
.calMonth, .calWdaySu, .calWdaySe, .calWday {
 text-transform: uppercase;
}
.commFl {
 width: 100%;
 *width: 98%;
}
.commTable {
 width: 99%;
 *width: 98%;
}

/* General forum Table View */

.gTable {background:#2b2b2b;}

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

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

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


/* Forums Styles */

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


/* forum Titles & other */

.forum {font-weight:bold;font-size:9pt;}
.forumDescr,.forumModer {color:#858585;font-size:7pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; color:#6E6E6E;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#6E6E6E;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#909090;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#6E6E6E;}


/* forum Navigation Bar */

.forumNamesBar {font-weight:bold;font-size:7pt;}
.forumBarKw {font-weight:normal;}
a.forumBarA:link {text-decoration:none; color:#000000;}
a.forumBarA:visited {text-decoration:none; color:#000000;}
a.forumBarA:hover {text-decoration:none; color:#6E6E6E;}
a.forumBarA:active {text-decoration:underline; color:#6E6E6E;}


/* forum Fast Navigation Blocks */

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


/* forum Fast Navigation Menu */

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


/* forum Page switches */

.switches {background:#CCCCCC;}
.pagesInfo {background:#FFFFFF;padding-right:10px;font-size:7pt;}
.switch {background:#FFFFFF;width:15px;font-size:7pt;}
.switchActive {background:#E0E0E0;font-weight:bold;color:#6E6E6E;width:15px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#000000;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#000000;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#FF0000;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:underline; color:#FF0000;}


/* forum Threads Style */

.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#fafafa}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#AAAAAAheight:20px;font-weight:bold;font-size:7pt;color:#FFFFFF;padding-left:40px; }
.threadsDetails {padding:2px;background:#AAAAAAheight:20px;color:#6E6E6E;}
.forumOnlineBar {padding:2px;background:#AAAAAAheight:20px;color:#6E6E6E;}
a.threadPinnedLink:link {text-decoration:none; color:#0000FF;}
a.threadPinnedLink:visited {text-decoration:none; color:#0000FF;}
a.threadPinnedLink:hover {text-decoration:none; color:#FF0000;}
a.threadPinnedLink:active {text-decoration:underline; color:#FF0000;}
a.threadLink:link {text-decoration:none; color:#6E6E6E;}
a.threadLink:visited {text-decoration:none; color:#6E6E6E;}
a.threadLink:hover {text-decoration:underline; color:#000000;}
a.threadLink:active {text-decoration:underline; color:#000000;}
.postpSwithces {font-size:7pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:7pt;text-align:right;}


/* forum Posts View */

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


/* forum AllInOne Fast Add */

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

/* forum Post Form */

.codeButtons {font-size:7pt;background:#FCFCFC;border:1px solid #6E6E6E;}
.codeCloseAll {font-size:7pt; color:#6E6E6E;font-weight:bold;background:#FCFCFC;border:1px solid #6E6E6E;}
.postNameFl,.postDescrFl {background:#FCFCFC;border:1px solid #6E6E6E;width:400px}
.postPollFl,.postQuestionFl {background:#FCFCFC;border:1px solid #6E6E6E;width:400px}
.postResultFl {background:#FCFCFC;border:1px solid #6E6E6E;width:50px}
.postAnswerFl {background:#FCFCFC;border:1px solid #6E6E6E;width:300px}
.postTextFl {background:#FCFCFC;border:1px solid #6E6E6E;height:150px;width:99% !important;}
.postUserFl {background:#FCFCFC;border:1px solid #6E6E6E;width:300px}
.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
#frM55 a {color:#fff !important;}#menu-cont li {list-style:none;padding:6px;border-bottom:1px dotted #c5c5c5; text-shadow:0px 1px 0px #ffffff; text-decoration:none;background:#f7f7f7} 
#menu-cont li:hover {background:#ffffff}