/* Basic Styles */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&subset=latin,cyrillic);

article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
main, 
menu, 
nav, 
section {
 display: block;
}

body {
 margin: 0;
 padding: 0;
 background: #f5f5f5;
}
body, 
td {
 font: 14px 'Open Sans';
 line-height: 1.5;
 color: #333;
}

a {
 outline: none;
}
a:link, a:active, a:visited {
 color: #333;
 text-decoration: none;
}
a:hover {
 color: #333;
 text-decoration: underline;
}
a img {
 border: 0;
}

* {
 min-height: 0px;
}
.clear {
 clear: both;
 width: 100%;
 height: 0;
}
p {
 margin: 0 0 20px;
}
h1,
h2,
h3,
h4 {
 margin: 0 0 20px;
}
h1 {
 font: bold 20px 'Arial';
}
div[style="float:right;border:1px solid #B4BDC3;background:#F0F3F5;padding:2px;"] {
 display: none;
}
.manTable {
 border-spacing: 0;
 border-collapse: collapse;
}
.manTable tbody tr td {
 font-size: 13px;
}
#bc4,
#bc6 {
 display: none;
}
hr {
 border: 0;
 height: 1px;
 background: #d6d6d6;
}
input[type=text],
input[type=password],
textarea,
select {
 padding: 8px;
 background: #fff;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 border: 1px solid transparent;
 font: 13px 'Open Sans';
 color: #333;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-transition: all 0.2s 0.05s ease;
 -moz-transition: all 0.2s 0.05s ease;
 -ms-transition: all 0.2s 0.05s ease;
 -o-transition: all 0.2s 0.05s ease;
 transition: all 0.2s 0.05s ease;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
 border: 1px solid #c93037;
 outline: none;
}
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]{
padding: 8px;
 background: #e0e0e0;
 border: 0;
 font: 13px 'Open Sans';
 color: #333;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-transition: all 0.2s 0.05s ease;
 -moz-transition: all 0.2s 0.05s ease;
 -ms-transition: all 0.2s 0.05s ease;
 -o-transition: all 0.2s 0.05s ease;
 transition: all 0.2s 0.05s ease;
 cursor: pointer;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=reset]:hover {
 background: #c93037;
 color: #fff;
}
input#files {
 padding: 0px !important;
 height: auto !important;
}
.codeButtons,
input.button {
 min-width: 25px !important;
 height: 25px;
 display: inline-block;
 line-height: 25px;
 padding: 0 0 !important;
 text-align: center;
 text-transform: uppercase;
 font-size: 12px;
 margin: 0 3px 10px 0;
}
/* Basic Styles */

/* Main */
#main {
 margin: 0 auto;
 width: 1000px;
}
/* Main */

/* Header */
header .top-line {
 background: #fff;
 border: 1px solid #e8e8e8;
 border-top: 0;
 height: 45px;
 overflow: hidden;
}
header .top-line .top-line-fix {
 width: 1000px;
 margin: 0 auto;
}
header .top-line .top-line-fix .user-log {
 float: left;
 overflow: hidden;
 border-right: 1px solid #e8e8e8;
}
header .top-line .top-line-fix .user-log ul,
header .top-line .top-line-fix .user-log ul li {
 display: block;
 list-style: none;
 padding: 0;
 margin: 0;
}
header .top-line .top-line-fix .user-log ul li {
 float: left;
 height: 45px;
 border-left: 1px solid #e8e8e8;
}
header .top-line .top-line-fix .user-log ul li a {
 padding: 0 20px;
 text-decoration: none;
 display: block;
 line-height: 45px;
 -webkit-transition: all 0.2s 0.05s ease;
 -moz-transition: all 0.2s 0.05s ease;
 -ms-transition: all 0.2s 0.05s ease;
 -o-transition: all 0.2s 0.05s ease;
 transition: all 0.2s 0.05s ease;
}
header .top-line .top-line-fix .user-log ul li a:hover {
 background: #f0f0f0;
}
header .top-line .top-line-fix .date-time {
 float: right;
 border-left: 1px solid #e8e8e8;
 border-right: 1px solid #e8e8e8;
 padding: 0 20px;
 height: 45px;
 line-height: 45px;
}
header .top-head {
 height: 130px;
}
header .top-head .top-head-fix {
 width: 1000px;
 margin: 0 auto;
 overflow: hidden;
 padding: 20px 0;
 position: relative;
}
header .top-head .top-head-fix .logo {
 padding: 15px 0 0;
 float: left;
 font: bold 32px 'Open Sans';
 text-transform: uppercase;
}
header .top-head .top-head-fix .logo a {
 text-decoration: none !important;
}
header .top-head .top-head-fix .logo span {
 display: block;
 font: 13px 'Open Sans';
 text-transform: lowercase;
}
header .top-head .top-head-fix .social-icons {
 position: absolute;
 left: 400px;
 top: 49px;
 overflow: hidden;
}
header .top-head .top-head-fix .social-icons ul,
header .top-head .top-head-fix .social-icons ul li {
 list-style: none;
 padding: 0;
 margin: 0;
 display: block;
}
header .top-head .top-head-fix .social-icons ul li {
 float: left;
 width: 32px;
 height: 32px;
 margin: 0 0 0 20px;
}
header .top-head .top-head-fix .social-icons ul li:first-child {
 margin: 0 0 0 0;
}
header .top-head .top-head-fix .social-icons ul li a {
 display: block;
 width: 32px;
 height: 32px;
 -webkit-transition: all 0.2s 0.05s ease;
 -moz-transition: all 0.2s 0.05s ease;
 -ms-transition: all 0.2s 0.05s ease;
 -o-transition: all 0.2s 0.05s ease;
 transition: all 0.2s 0.05s ease;
}
header .top-head .top-head-fix .social-icons ul li a:hover {
 opacity: 0.8;
}
header .top-head .top-head-fix .social-icons ul li a.fb {
 background: url(/img/social_icons.png) no-repeat 0 0;
}
header .top-head .top-head-fix .social-icons ul li a.twitter {
 background: url(/img/social_icons.png) no-repeat -32px 0;
}
header .top-head .top-head-fix .social-icons ul li a.gplus {
 background: url(/img/social_icons.png) no-repeat -64px 0;
}
header .top-head .top-head-fix .search {
 float: right;
}
header .top-head .top-head-fix .search .search-title {
 font: 14px 'Open Sans';
 margin: 0 0 20px;
}
header .top-head .top-head-fix .search .search-form {
 height: 45px;
 background: #fff;
 width: 300px;
 position: relative;
 line-height: 45px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05); 
}
header .top-head .top-head-fix .search .search-form .s-text {
 background: transparent;
 border: 0;
 width: 255px;
 padding: 0 10px;
 font: 13px 'Open Sans';
 color: #555;
 -webkit-box-shadow: 0px 0 0 rgba(0, 0, 0, 0.12);
 -moz-box-shadow: 0px 0 0 rgba(0, 0, 0, 0.12);
 box-shadow: 0px 0 0 rgba(0, 0, 0, 0.12);
 color: #333;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
header .top-head .top-head-fix .search .search-form .s-button {
 position: absolute;
 right: 0;
 top: 0;
 height: 45px;
 padding: 0 10px;
 color: #fff;
 background: #c93037;
 border: 0;
 font: bold 13px 'Open Sans';
 cursor: pointer;
 -webkit-border-top-right-radius: 3px;
 -webkit-border-bottom-right-radius: 3px;
 -moz-border-radius-topright: 3px;
 -moz-border-radius-bottomright: 3px;
 border-top-right-radius: 3px;
 border-bottom-right-radius: 3px;
 -webkit-transition: all 0.2s 0.05s ease;
 -moz-transition: all 0.2s 0.05s ease;
 -ms-transition: all 0.2s 0.05s ease;
 -o-transition: all 0.2s 0.05s ease;
 transition: all 0.2s 0.05s ease;
}
header .top-head .top-head-fix .search .search-form .s-button:hover {
 background: #222;
}
header nav.hnav {
 background: #c93037;
 margin: 0 auto 20px auto;
 height: 60px;
 width: 100%;
}
header nav.hnav ul,
header nav.hnav ul li {
 display: block;
 list-style: none;
 padding: 0;
 margin: 0;
}
header nav.hnav ul {
 width: 1000px;
 margin: 0 auto;
}
header nav.hnav ul li {
 float: left;
 height: 60px;
 position: relative;
}
header nav.hnav ul li a {
 display: block;
 padding: 0 20px;
 text-transform: uppercase;
 color: #fff;
 text-decoration: none;
 line-height: 60px;
 font-weight: bold;
 -webkit-transition: all 0.2s 0.05s ease;
 -moz-transition: all 0.2s 0.05s ease;
 -ms-transition: all 0.2s 0.05s ease;
 -o-transition: all 0.2s 0.05s ease;
 transition: all 0.2s 0.05s ease;
}
header nav.hnav ul li a.uMenuItemA {
 background: #b8282e;
}
header nav.hnav ul li a:hover,
header nav.hnav ul li:hover a {
 background: #e43e45; 
}
header nav.hnav ul li:hover ul {
 display: block;
}
header nav.hnav ul li ul {
 z-index: 6;
 position: absolute;
 display: none;
 background: #fff;
 padding: 0;
 -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
 box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
 min-width: 180px;
 max-width: 230px;
}
header nav.hnav ul li ul li {
 float: none;
 height: 40px;
}
header nav.hnav ul li ul li a {
 font-size: 13px;
 text-transform: none;
 font-weight: normal;
 line-height: 40px;
 color: #333;
 background: #fff !important;
}
header nav.hnav ul li ul li a:hover {
 background: #d7d7d7 !important;
}
/* Header */

/* Content */
.content {}
.c-left {
 float: left;
 width: 510px;
}
.module-names {
 font: bold 19px 'Open Sans';
 margin: 0 0 20px;
 overflow: hidden;
}
.module-names .all-mats {
 float: right;
 font: 13px 'Open Sans';
}
.module-names .all-mats a {
 color: #c93037;
}
/* Content */

/* Sidebar */
aside.a-first {
 float: left;
 width: 220px;
 margin: 0 20px;
}
aside.a-second {
 float: left;
 width: 230px;
}
/* Sidebar */

/* News */
.news-loop {
 margin: 0 0 20px;
 background: #fff;
 padding: 20px;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
}
.news-loop .news-add-date {
 margin: 0 0 20px;
}
.news-loop .news-loop-ow {
 overflow: hidden;
}
.news-loop .news-loop-ow .news-img {
 float: left;
 width: 200px;
}
.news-loop .news-loop-ow .news-img img {
 width: 200px;
 height: 134px;
}
.news-loop .news-loop-ow .news-right {
 margin: 0 0 0 220px;
}
.news-loop .news-loop-ow .news-right .news-cat {
 font: 13px 'Open Sans';
 margin: 0 0 15px;
 text-transform: lowercase;
}
.news-loop .news-loop-ow .news-right .news-cat a {
 color: #c93037;
}
.news-loop .news-loop-ow .news-right .news-title {
 font: bold 16px 'Open Sans';
 margin: 0 0 15px;
}
.news-loop .news-loop-ow .news-right .news-text {
 font-size: 13px;
}
.news-loop .news-title-in {
 font: bold 16px 'Open Sans';
 margin: 0 0 20px;
}
.news-loop .news-loop-ow .news-img-in {
 width: 470px;
 margin: 0 0 20px;
}
.news-loop .news-loop-ow .news-img-in img {
 display: block;
 width: 470px;
 max-height: 313px;
}
.news-loop .news-loop-ow .news-right-in {}
.news-loop .news-loop-ow .news-right-in .news-text {
 font-size: 13px;
}
.entry-page-imgs {
 overflow: hidden;
 margin: 0 0 20px -20px;
}
.entry-page-imgs ul,
.entry-page-imgs ul li {
 display: block;
 list-style: none;
 padding: 0;
 margin: 0;
}
.entry-page-imgs ul li {
 float: left;
 width: 78px;
 margin: 0 0 0 20px;
}
.entry-page-imgs ul li img {
 display: block;
 width: 78px;
 height: 53px;
}
/* News */

/* Photo */
li.phtTdMain uEntryWrap {
 width: auto !important;
}
.photo {
 margin: 0 0 20px;
 background: #fff;
 padding: 25px 20px 0;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
}
.photo-in {
 margin: 0 0 0 -20px;
 overflow: hidden;
}
.photo-pstn {
 float: left;
 width: 130px;
 margin: 0 0 20px 20px;
}
.photo-pstn img {
 display: block;
 width: 130px;
 height: 96px;
 -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.photo-entry-title {
 overflow: hidden;
}
.photo-entry-title .pet-left {
 float: left;
}
.photo-entry-title .pet-left span.author {
 color: #999;
 display: block;
}
.photo-entry-title .pet-left span.author a {
 color: #999;
}
.photo-descr {
 margin: 20px 0;
 background: #fff;
 padding: 20px;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 font: 13px/1.8 'Open Sans';
}
.photo-descr .photo-n {
 margin: -20px -20px 20px;
 position: relative;
}
.photo-descr .photo-n img {
 width: 510px;
 display: block;
}
.photo-descr .photo-n .photo-n-zoom {
 opacity: 0;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: rgba(0,0,0,0.7) url(/img/img-zoom.png) no-repeat center;
 transition-property: opacity;
 transition-duration: 0.10s;
 transition-delay: 0.03s;
 transition-timing-function: linear;
}
.photo-descr .photo-n:hover .photo-n-zoom {
 opacity: 1;
}
.photo-buttons {
 overflow: hidden;
}
.photo-buttons a.full-photo-url {
 padding: 9px;
 background: #e0e0e0;
 border: 0;
 font: 13px 'Open Sans';
 color: #333;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-transition: all 0.2s 0.05s ease;
 -moz-transition: all 0.2s 0.05s ease;
 -ms-transition: all 0.2s 0.05s ease;
 -o-transition: all 0.2s 0.05s ease;
 transition: all 0.2s 0.05s ease;
 cursor: pointer;
 display: inline-block;
 float: left;
}
.photo-buttons a.full-photo-url:hover {
 background: #c93037;
 color: #fff;
 text-decoration: none;
}
.photo-rate-slide {
 margin: 20px 0;
 background: #fff;
 padding: 20px;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 font: 13px/1.8 'Open Sans';
}
/* Photo */

/* Comments */
.comm-loop {
 border-top: 1px solid #e3e3e3;
 padding: 20px;
 margin: 0 -20px;
}
.comm-loop table tr td {
 font-size: 13px;
}
.user_avatar {
 float: left;
 display: block;
 margin: 0 10px 0 0;
}

/* Last Photos */
.last-photos {
 overflow: hidden;
 margin: 0 0 0 -20px;
}
.last-photos ul,
.last-photos ul li {
 display: block;
 list-style: none;
 padding: 0;
 margin: 0;
}
.last-photos ul li {
 float: left;
 width: 245px;
 margin: 0 0 0 20px;
}
.last-photos ul li img {
 display: block;
 width: 245px;
 height: 164px;
}
/* Last Photos */

/* Block Styles */
.block-v-first {
 background: #fff;
 border: 1px solid #e8e8e8;
 padding: 15px 15px 0;
 margin: 0 0 20px;
}
.block-v-first .block-v-first-title {
 padding: 0 15px 15px;
 margin: 0 -15px 0;
 border-bottom: 1px solid #e8e8e8;
 font: bold 16px 'Open Sans';
}
.block-v-first .block-v-first-content {}

.block-v-sec {
 margin: 0 0 20px;
}
.block-v-sec .block-v-sec-title {
 font: bold 16px 'Open Sans';
 margin: 0 0 20px;
}
.block-v-sec .block-v-sec-content {}
/* Block Styles */

/* Last News */
.last-news ul,
.last-news ul li {
 display: block;
 list-style: none;
 padding: 0;
 margin: 0;
}
.last-news ul li {
 margin: 0 -15px;
 padding: 15px;
 font-size: 13px;
}
.last-news ul li:nth-child(odd) {
 background: #f3f3f3;
}
.last-news ul li a {
 display: block;
}
.last-news ul li .last-news-add-date {
 font-size: 12px;
 color: #888;
 margin: 5px 0 0;
}
/* Last News */

/* 230x230 */
.ads {
 margin: 0 0 20px;
 width: 230px;
}
.ads img {
 display: block;
 width: 230px;
 height: 230px;
}
/* 230x230 */

/* Popular Articles */
.pop-artcs ul,
.pop-artcs ul li {
 display: block;
 list-style: none;
 padding: 0;
 margin: 0;
}
.pop-artcs ul li {
 width: 230px;
 position: relative;
 margin: 0 0 20px;
}
.pop-artcs ul li img {
 display: block;
 width: 230px;
}
.pop-artcs ul li .artcs-name {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 padding: 15px;
 -o-background-size: 100% 100%; 
 -webkit-background-size: 100% 100%;
 -khtml-background-size: 100% 100%;
 background-size: 100% 100%;
 background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,7));
 background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,7)));
 filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=rgba(0,0,0,0),endColorstr=rgba(0,0,0,7),GradientType=0); zoom: 1;
 background: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,7));
 background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,7));
 background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,7));
 background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,7));
 background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,7));
 font-weight: bold;
 color: #fff;
}
.pop-artcs a.more-artcs {
 float: right;
 display: inline-block;
 padding: 0 20px;
 height: 40px;
 line-height: 40px;
 color: #333;
 text-decoration: none;
 background: #e0e0e0;
 -webkit-transition: all 0.2s 0.05s ease;
 -moz-transition: all 0.2s 0.05s ease;
 -ms-transition: all 0.2s 0.05s ease;
 -o-transition: all 0.2s 0.05s ease;
 transition: all 0.2s 0.05s ease;

}
.pop-artcs a.more-artcs:hover {
 background: #c93037;
 color: #fff;
 }
/* Popular Articles */

/* Footer */
footer {
 margin: 20px 0 0;
 border-top: 1px solid #e8e8e8;
 background: #222;
 height: 55px;
}
footer .footer-fix {
 width: 1000px;
 margin: 0 auto;
 overflow: hidden;
 font-size: 13px;
 line-height: 55px;
}
footer .footer-fix .f-left {
 float: left;
 color: #888;
}
footer .footer-fix .f-left a {
 color: #888;
}
footer .footer-fix a.f-up {
 float: right;
 background: #444 url(/img/f-up.png) no-repeat center center;
 width: 25px;
 height: 25px;
 font-size: 0;
 display: block;
 margin: 15px 0 0;
}
footer .footer-fix a.f-up:hover {
 background-color: #555;
 -webkit-transition: all 0.2s 0.05s ease;
 -moz-transition: all 0.2s 0.05s ease;
 -ms-transition: all 0.2s 0.05s ease;
 -o-transition: all 0.2s 0.05s ease;
 transition: all 0.2s 0.05s ease;
}
/* Footer */

/* Forum */
.forumContent {
 width: 960px;
 margin: 0 auto;
 background: #fff;
 padding: 20px 20px 0;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
}
#forum_filter #filter_by {
 margin: 8px 10px 0 0 !important;
}
#forum_filter_select {
margin: 0 10px 0 0;
}

#bc5 {display: none;}
.gDivBottomLeft,
.gDivBottomRight,
.gDivBottomCenter {
 margin: 0 0 20px;
}
.gTable {
border-collapse: collapse;
 border-spacing: 0;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 margin: 20px 0 0;
}
.postTable {
 border-collapse: collapse;
 border-spacing: 0;
}
td[width="218px"] {
 width: 300px !important;
}
#thread_search_button {
 margin-top: 0 !important;
}
.forumModerFuncs {
 padding: 10px 0 0;
}
.gTableTop {padding: 5px 15px; background: #c93037; color: #fff; height: 35px; font-size: 14px !important;}
a.catLink:link,a.catLink:visited,a.catLink:active {text-decoration: none; color: #fff;}
a.catLink:hover {text-decoration: underline; color: #fff;}
.gTableSubTop {padding: 4px 10px; background: #f3f3f3; color: #636363; height: 25px; font-size: 11px !important;}
.gTableBody, .gTableBody1, .gTableBottom, .gTableError {padding: 10px; background:#fff;}
.gTableLeft {padding: 4px 10px;background: #f3f3f3;color:#636363;}
.gTableRight {background: #fff; padding: 4px 10px;}
#frM59 {background: #fff !important; border-top: 1px solid #ebebeb;}
.forumNameTd,.forumLastPostTd, .forumIcoTd,.forumThreadTd,.forumPostTd {padding: 8px 10px; background: #fff}
.forumLastPostTd,.forumArchive {padding: 10px; font-size: 8pt;}
.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold}
.archivedForum{font-size:7pt;color:#FF0000;font-weight:bold;}
.forum {font-weight:bold;font-size:13px;}
.forumDescr {color:#858585;font-size:8pt;}
.forumModer {color:#858585;font-size:8pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link,a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited,a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:none;color:#c93037;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline;color:#c93037;}
.forumNamesBar {font-size:10pt;}
.forumBarKw {font-weight:normal;}
a.forumBarA:link,a.forumBarA:visited,a.forumBarA:active {text-decoration:none;color:#000000;}
a.forumBarA:hover {text-decoration:none;color:#c93037;}
.fastNav,.fastSearch,.fastLoginForm,.moderOptions {background:#f9f9f9;border:1px solid #ececec;padding:8px;font-size:8pt; margin: 0 0 0 8px;}
.fastNavMain {background:#C7D7EF;}
.fastNavCat {background:#E7EEF8;}
.fastNavCatA {background:#E7EEF8;color:#0000FF}
.fastNavForumA {color:#0000FF}
.switches {background:#ececec;}
.pagesInfo {background:#f3f3f3;padding:10px 10px;font-size:10pt;}
.switch {background:#f9f9f9;width:15px;font-size:8pt;}
.switchActive {background:#e43e45;font-weight:bold;color:#fff;width:30px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link,a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited,a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:none;color:#000000;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline;color:#c93037;}
.threadNametd,.threadAuthTd,.threadLastPostTd, .threadIcoTd,.threadPostTd,.threadViewTd {padding: 6px 10px; background:#fff;}
.threadLastPostTd {padding: 6px 10px;font-size:8pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType, .threadsDetails, .forumOnlineBar {padding: 6px 10px;background:#f9f9f9;color:#636363;height:20px;font-size:12px !important;}
a.thread_subscribe, a.subscribe_forum {color: #fff !important;}
#forum_filter {margin: 0 0 30px 0;}
#frM55 a {color: #fff !important;}
a.threadPinnedLink:link,a.threadPinnedLink:visited,a.threadPinnedLink:active {text-decoration:none;color:#0000FF;}
a.threadPinnedLink:hover {text-decoration:underline;color:#c93037;}
a.threadLink:link,a.threadLink:visited,a.threadLink:active {text-decoration:none;color:#c93037;}
a.threadLink:hover {text-decoration:underline;color:#c93037;}
.postpSwithces {font-size:7pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:7pt;text-align:right;}
.postTdInfo {background:#fff;color:#636363;border-right:1px solid #ececec;text-align:center;padding:10px 10px; font-size: 13px;}
.postPoll {background:#EEEEEE;text-align:center;}
.post1 {margin:3px 0;}
.post3 {margin:3px 0;color:#169a00;}
.post2 {margin:3px 0;color:#3a8bb9;}
.post5 {margin:3px 0;color:#169a00;font-weight:bold;}
.post4 {margin:3px 0;color:#bf0000;font-weight:bold;}
.post251 {margin:3px 0;color:#6a7400;}
.postFirst {background:#F5F9FD;}
.postRest1 {background:#EEEEEE;}
.postRest2 {background:#F5F9FD;}
.postSeparator {height:2px;background:#ececec;}
.postTdTop {background:#f9f9f9;color:#636363;border-bottom:1px solid #ececec;height:25px;padding: 4px 10px;font-size:12px;}
.postBottom {clear:both;background:#f3f3f3;color:#636363;border-top:1px solid #ececec;height:25px;padding: 4px 10px;font-size:12px;}
.postUser {font-weight:bold;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-top:2px;}
.posttdMessage {background:#fff;padding:10px 10px; font-size: 13px;}
.posttdMessage img {max-width:470px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:25px;color:#ccc;}
.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:8pt;} 
.edited {padding-top:30px;font-size:8pt;text-align:right;color:gray;}
.editedBy {font-weight:bold;font-size:8pt;}
.statusBlock {padding-top:3px;}
.statusOnline {color:#0000FF;}
.statusOffline {color:#FF0000;}
.newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newThreadItem {padding: 0 0 0 8px; background:url(/.s/t/971/19.gif) no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background:url(/.s/t/971/19.gif) no-repeat 0px 4px;}
.postNameFl,.postDescrFl {background:#fff;border:1px solid #ececec;width:400px}
.postPollFl,.postQuestionFl {background:#fff;border:1px solid #ececec;width:400px}
.postResultFl {background:#fff;border:1px solid #ececec;width:50px}
.postAnswerFl {background:#fff;border:1px solid #ececec;width:300px}
.postTextFl {background:#fff;border:1px solid #ececec;width:550px;height:150px}
.postUserFl {background:#fff;border:1px solid #ececec;width:300px}
.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
.replaceTable {
 background: #fff;
 padding: 20px;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
}
.commReg {
 background: #d7686d;
 font: 13px 'Open Sans';
 padding: 20px;
 color: #fff;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
}
.commReg a {
 color: #fff;
}
/* Forum Styles */

/* Popup */
.popup {
 width: 1000px;
 margin: 20px auto;
 background: #fff;
 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
}
.popup .popup-title {
 height: 45px;
 font: 14px/45px 'Open Sans';
 color: #fff;
 background: #c93037;
 padding: 0 20px;
}
.popup .popup-content {
 padding: 20px;
}
/* Popup */

/* Other */
.uploaderPhotosContainer {
 width: 350px !important;
}
#flUpPhotosCount {
 margin-left: 0 !important;
}
.emptyPlaceholder {
 left: 15px !important;
}
.queryField {
 width: 280px !important;
 }
.catsTable {
 padding: 10px 0;
}
.catsTable tr td {
 font-size: 13px;
}
/* Other */