#puzadpn {display:none}
@font-face {
font-family: MyriadPro-Cond;
src: url("/fonts/MyriadPro-Cond.otf");
}
@font-face {
font-family: MyriadPro-Bold;
src: url("/fonts/MyriadPro-Bold.otf");
}
@font-face {
font-family: MyriadPro-Regular;
src: url("/fonts/MyriadPro-Regular.otf");
}
@font-face {
font-family: MyriadPro-SemiboldIt;
src: url("/fonts/MyriadPro-SemiboldIt.otf");
}
@font-face {
font-family: MyriadPro-BoldCond;
src: url("/fonts/MyriadPro-BoldCond.otf");
}
html {
background: url("http://365psd.ru/images/backgrounds/bg-dark-4788.png") #000;
color: #ccc;
font-family: verdana;
margin: 0;
padding: 0;
font-size: 9pt;
}
body {
margin: 0;
padding: 0;
}
a {
color: #fff;
text-decoration: none;
}
a:hover {
color: #ddd;
}
/* ************** Колонки */
#container {
margin: 0 auto;
width: 1000px;
background: #151515;
font-size: 9pt;
box-shadow: 0 0 20px #000;
}
#header {
width: 1000px;
height: 200px;
background: url("/images/header2.jpg") #0a0a0a;
margin: 0;
padding: 0;
display: block;
}
#header a {
display: block;
}
#vnav {
margin: 0;
padding: 0;
width: 1000px;
height: 36px;
background: url("/images/vnav-bg.png") repeat-x #444;
}
#center-ban {
width: 1000px;
background: url("/images/center-ban.png") #151515;
height: 300px;
box-shadow: inset 0px 0px 50px rgba(0,0,0,0.8);
}
#center-col{
margin-left: 5px;
width: 740px;
float: left;
color: #EFEFEF;
background: #151515;
}
#right-col {
width: 250px;
float: right;
background: #151515;
}
#footer {
clear: both;
margin: 0 auto;
margin-top: 100px;
width: 1000px;
background: #0a0a0a;
height: 150px;
box-shadow: 0 0 2px #000;
}
/* ************** */
/* ************** Блоки */
.block {
width: 240px;
margin: 5px;
background: #0f0f0f;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #333;
}
.block-title {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: url("/images/vnav-bg.png") #0f0f0f;
padding: 5px;
color: #fff;
text-shadow: 1px 1px #000;
font-weight: bold;
font-size: 12pt;
font-stretch: condensed;
}
.block-content {
width: 210px;
margin: 0 auto;
border: 1px solid #000;
background: #ccc;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color: #333;
font-size: 9pt;
padding: 5px;
box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
}
.block-end {
height: 5px;
}
.block-bt {
float: right;
height: 20px;
vertical-align: middle;
border: 1px solid #ddd;
color: #ddd;
padding: 0 3px;
font-size: 10pt;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
display: block;
}
.block-bt:hover {
border: 1px solid #fff;
color: #fff;
}
.block-bt a {
color: #ddd;
}
.block-bt a:hover {
color: #fff;
}
/* ************** */
/* ************** Интересные фишки */
.cw-stats {
text-shadow: 1px 1px #333;
}
.cw-win {
float: left;
width: 115px;
height: 50px;
background: #009933;
margin: 5px;
line-height: 25px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: inset 0px -3px #09721d;
}
.cw-lose {
float: right;
width: 115px;
height: 50px;
background: #cc0000;
margin: 5px;
line-height: 25px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: inset 0px -3px #a00e0e;
}
.clear {
clear: both;
}
.centercol {
width: 1000px;
background: #151515;
display: table;
}
/* ************** */
/* ************** Верхняя навигация */
.vnav-list {
margin: 0;
padding: 0;
}
.vnav-list li {
height: 36px;
display: block;
line-height: 36px;
float: left;
list-style-type: none;
border-right: 1px solid #333;
padding: 0 20px 0 20px;
position:relative;
}
.vnav-list li:hover {
background: rgba(0,0,0,0.2);
height: 36px;
box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
background: #0050b2; /* Old browsers */
background: -moz-linear-gradient(top, #0050b2 0%, #330099 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0050b2), color-stop(100%,#330099)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0050b2 0%,#330099 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0050b2 0%,#330099 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #0050b2 0%,#330099 100%); /* IE10+ */
background: linear-gradient(to bottom, #0050b2 0%,#330099 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050b2', endColorstr='#330099',GradientType=0 ); /* IE6-9 */
}
.vnav-list a {
font-family: MyriadPro-BoldCond;
font-size: 16pt; 
color: #ddd; 
text-shadow: 2px 1px #111;
}
.vnav-list a:hover {
color: #fff; 
text-shadow: -1px -1px 1px #000, 1px 1px 1px #000;
}
.vnav-list ul {
position: absolute;
display: none;
top: 35px;
left: 0;
margin: 0;
padding: 0;
}
.vnav-list li:hover ul {
position: absolute;
display: block;
}
.vnav-list ul li {
line-height: 30px;
height: 30px;
background: #333;
width: 200px;
border-right: none;
border-bottom: 1px dashed #444;
}
.vnav-list ul li:hover {
line-height: 30px;
height: 30px;
background: #333;
width: 200px;
box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
border-bottom: 1px dashed #444;
}
.vnav-list ul a {
font-family: MyriadPro-Cond;
font-size: 14pt;
}
/* ************** */
/* ************** Новости, файлы, статьи... */
.article {
width: 740px;
margin: 5px 5px 30px 5px;
}
.article-img {
float: left;
border: 5px solid #0a0a0a;
padding: 5px;
font-family: MyriadPro-Regular;
font-size: 12pt;
color: #ccc;
text-shadow: 1px 1px #000;
}
.article-text {
margin: 5px;
width: 550px;
float: left;
}
.article-title {
margin-left: 20px;
font-weight: bold;
font-family: MyriadPro-Regular;
font-size: 18pt;
color: #fff;
text-shadow: 1px 1px #000;
}
.article-msg {
margin-left: 5px;
font-family: MyriadPro-Regular;
font-size: 10pt;
color: #ccc;
}
/* ************** */
/* ************** Блок Scoreboard */
.scorecw-hr {
width: 740px;
margin: 5px;
}
/* ************** */
/* ************** Footer banners */
.footer-banners {
margin: 10px;
}
.footer-links {
margin: 0;
padding: 0;
}
.footer-links ul {
float: left;
}
.footer-links li {
list-style-type: square;
font-size: 10pt;
}
.footer-info {
float: right;
width: 600px;
line-height: 100px;
font-size: 8pt;
}
.footer-copy {
clear: both;
font-size: 7pt;
color: #666;
}
/* ************** */

/* ===== forum Start ===== */

/* General forum Table View */
.gTable {background:#434343; width: 990px; margin: 5px;}
.gTableTop {padding:2px;background: url("/images/vnav-bg.png") repeat-x #3b3b3b;color:#3D21DD;font-weight:bold;height:30px;line-height:35px;padding-left:20px;font-size:12pt; border:1px solid #1f1f1f;}
.gTableSubTop {padding:2px;background: #2d2d2d;border:1px solid #1f1f1f;color:#e0e0e0;height:20px;font-size:10pt;}
.gTableBody {padding:2px;background:#282828;}
.gTableBody1 {padding:2px;background:#2c2c2c;}
.gTableBottom {padding:2px;background:#D8D8D8; border:1px solid #FFFFFF;;}
.gTableLeft {padding:2px;background:#FFFFFF;font-weight:bold;color:#9CCF00}
.gTableRight {padding:2px;background:#FFFFFF}
.gTableError {padding:2px;background:#D8D8D8; border:1px solid #1f1f1f;color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#2c2c2c}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#282828; border:1px solid #1f1f1f;}
.forumLastPostTd,.forumArchive {padding:2px;font-size:8pt;}

a.catLink:link {text-decoration:none; color:#3D21DD; text-shadow: 1px 1px 1px #000;}
a.catLink:visited {text-decoration:none; color:#3D21DD; text-shadow: 1px 1px 1px #000;}
a.catLink:hover {text-decoration:none; color:#e0e0e0; text-shadow: 1px 1px 1px #000;}
a.catLink:active {text-decoration:none; color:#3D21DD; text-shadow: 1px 1px 1px #000;}

.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold}
.archivedForum{font-size:7pt;color:#FF0000;font-weight:bold;}
/* ------------- */

/* forum Titles & other */
.forum {font-weight:bold;font-size:11pt;}
.forumDescr,.forumModer {color:#eeeeee;font-size:8pt;}
.forumViewed {font-size:7pt;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; color:#3D21DD; text-shadow: 1px 1px 1px #000;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#3D21DD; text-shadow: 1px 1px 1px #000;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:none; color:#e0e0e0; text-shadow: 1px 1px 1px #000;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:none; color:#3D21DD; text-shadow: 1px 1px 1px #000;}

a.lastPostUserLink:link, a.forumLastPostLink:link {text-decoration:none; color:#A3A3A3; text-shadow: 1px 1px 1px #000;}
a.lastPostUserLink:visited, a.forumLastPostLink:visited {text-decoration:none; color:#A3A3A3; text-shadow: 1px 1px 1px #000;}
a.lastPostUserLink:hover, a.forumLastPostLink:hover {text-decoration:none; color:#e0e0e0; text-shadow: 1px 1px 1px #000;}
a.lastPostUserLink:active, a.forumLastPostLink:active {text-decoration:none; color:#A3A3A3; text-shadow: 1px 1px 1px #000;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {font-weight:bold;font-size:9pt;}
.forumBarKw {font-weight: bold;}
a.forumBarA:link {text-decoration:none; color:#3D21DD;}
a.forumBarA:visited {text-decoration:none; color:#3D21DD;}
a.forumBarA:hover {text-decoration:underline; color:#e0e0e0;}
a.forumBarA:active {text-decoration:none; color:#3D21DD;}
/* -------------------- */

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {font-size:8pt;}
/* ---------------------------- */

/* forum Fast Navigation Menu */
.fastNavMain {background:#2c2c2c;}
.fastNavCat {background:#282828;}
.fastNavCatA {background:#2c2c2c;color:#e0e0e0}
.fastNavForumA {background:#2c2c2c;color:#e0e0e0}
/* -------------------------- */

/* forum Page switches */
.switches {background:#2c2c2c;border: 1px solid #1f1f1f;}
.pagesInfo {color:#e0e0e0background:#282828;padding-right:10px;font-size:7pt;;border: 1px solid #1f1f1f;}
.switch {background:#2c2c2c;width:15px;font-size:8pt;;border: 1px solid #1f1f1f;}
.switchActive {background:#303030;font-weight:bold;color:#e0e0e0;width:15px;border: 1px solid #1f1f1f;}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#e0e0e0;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#e0e0e0;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:none; color:#076ac7;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:none; color:#076ac7;}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#282828}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#2c2c2c; border:1px solid #1f1f1f;}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#3b3b3b;border:1px solid #1f1f1f;color:#e0e0e0;height:20px;font-size:10px;padding-left:40px;}
.threadsDetails {padding:2px;background:#3b3b3b;color:#e0e0e0;height:20px;font-size:10px;border:1px solid #1f1f1f;}
.forumOnlineBar {padding:2px;background:#3b3b3b;border:1px solid #1f1f1f;color:#e0e0e0;height:20px;font-size:10px;}

a.threadPinnedLink:link {text-decoration:none; color:#e0e0e0; text-shadow: 1px 1px 1px #000;}
a.threadPinnedLink:visited {text-decoration:none; color:#e0e0e0; text-shadow: 1px 1px 1px #000;}
a.threadPinnedLink:hover {text-decoration:none; color:#c70707; text-shadow: 1px 1px 1px #000;}
a.threadPinnedLink:active {text-decoration:none; color:#e0e0e0; text-shadow: 1px 1px 1px #000;}

a.threadLink {text-decoration:none; color:#e0e0e0; text-shadow: 1px 1px 1px #000;}

.postpSwithces {font-size:7pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:7pt;text-align:right;}
/* ------------------- */

/* forum Posts View */
.postTable {}
.postPoll {background:#EEEEEE;text-align:center; color: #434343;}
.postFirst {background:#F5F9FD;border-bottom:3px solid #1f1f1f;}
.postRest1 {background:#EEEEEE;}
.postRest2 {background:#F5F9FD;}
.postSeparator {height:3px;background:#999999;}

.postTdTop {background: #3c3c3c;color:#e0e0e0;height:20px;font-size:10px;}
.postBottom {background:#FFFFFF;color:#000000;height:20px;border:1px solid #BBBBBB;}
.postUser {font-weight:bold;}
.postTdInfo {text-align:center;padding:5px;background:#EEEEEE;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#2D435B;}
.posttdMessage {padding:5px;background:#FFFFFF;}

.pollQuestion {text-align:center;font-weight:bold; color: #2c2c2c;} 
.pollButtons,.pollTotal {text-align:center;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:9pt;}
.pollSubmit {font-weight:bold;}
.pollEnd {text-align:center;height:30px; color: #2c2c2c;}

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

/* forum Post Form */
.pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {font-size:7pt;background: #8D8A83;color:#DAD7CC;border:1px outset #615E58;}

.codeButtons {font-size:7pt;background: #8D8A83;color:#DAD7CC;border:1px outset #615E58;}
.codeCloseAll {font-size:7pt; background: #8D8A83;color:#DAD7CC;border:1px outset #615E58;font-weight:bold;}
.postNameFl,.postDescrFl {color: #e0e0e0; background:#282828;border:1px solid #e0e0e0;width:400px}
.postPollFl,.postQuestionFl {color: #e0e0e0; background:#282828;border:1px solid #e0e0e0;width:400px}
.postResultFl {background:#282828;border:1px solid #1f1f1f;width:50px}
.postAnswerFl {background:#282828;border:1px solid #1f1f1f;width:300px}
.postTextFl {background:#434343;border:1px solid #1f1f1f;width:550px;height:150px}
.postUserFl {background:#282828;border:1px solid #1f1f1f;width:300px}

.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
/* ----------------- */

/* ====== forum End ====== */

/*--ubutton-fix--*/
.myBtnLeft img, .myBtnRight img, .myBtnLeftA img, .myBtnRightA img, .myBtnRight + td input, .myBtnRightA + td input { display: block }
.myBtnCenter, .myBtnCenterA { line-height:19px !important }
.myBtnCont { height:19px; padding-bottom:0 !important }


.gTable {border: 1px solid #1f1f1f; font-size: 9pt;}
.gTableLeft {background:#282828; border: 1px solid #1f1f1f; color: #e0e0e0;}
.gTableRight {background:#2c2c2c; border: 1px solid #1f1f1f;}

/* General Style */
td {font-family:arial; font-size:9pt;color:#e0e0e0;}
form {padding:0;margin:0;}
input,textarea,select {vertical-align:middle; font-size:8pt; font-family:verdana,arial,helvetica;}
.mframe {border-left:1px solid #E5E7EA; border-right:1px solid #E5E7EA;}
.colgray {border-right:1px solid #E5E7EA;}
.colwhite {border-right:1px solid #FAFAFA;}
.msep {border-top:1px solid #FAFAFA;}
/* ------------- */



/* Состав клана */
.st-table {
margin-top: 10px; 
border-collapse: collapse;
border: 1px solid black;
}
.st-tr3 {
background: url("/images/tr3.png");
height: 30px;
border: 1px solid #000;
color: #a3a3a3;
}
.st-tr1 {
background: url("/images/tr1.png");
height: 30px;
border: 1px solid #000;
}
.st-tr2 {
background: url("/images/tr2.png");
height: 30px;
border: 1px solid #000;
}
.st-td {
border: 1px solid #000;
text-align: center;
font-size: 16pt;
font-family: MyriadPro-BoldCond;
text-shadow: 1px 1px #000;
}
.st-td1 {
border: 1px solid #000;
text-align: center;
font-size: 16pt;
font-family: MyriadPro-BoldCond;
text-shadow: 1px 1px #000;
color: #eee; 
}
.st-td2 {
border: 1px solid #000;
text-align: center;
font-size: 16pt;
font-family: MyriadPro-BoldCond;
text-shadow: 1px 1px #000;
color: #eee; 
}
.st-td3 {
border: 1px solid #000;
text-align: center;
font-size: 16pt;
font-family: MyriadPro-BoldCond;
text-shadow: 1px 1px #000;
color: #555; 
}
/* Таблица статистики CW */
.cw-table {
margin-top: 10px; 
border-collapse: collapse;
border: 1px solid black;
}
.cw-td {
border: none; 
text-align: center;
font-family: MyriadPro-Cond;
font-size: 12pt;
text-shadow: 1px 0px 2px #000;
}
.cwtr {
 height: 24px;
 border: 1px solid #000;
}
.cwtr-win {
background: url("/images/cwtr1.png") #9d9d9d;
height: 24px;
border-top: 1px solid #000;
border-right: 1px solid #000;
border-left: 1px solid #000;
}
.cwtr-win:hover {
border-bottom: 1px solid #009933; 
}
.cwtr-lose {
background: url("/images/cwtr2.png") #9d9d9d;
height: 24px;
border-top: 1px solid #000;
border-right: 1px solid #000;
border-left: 1px solid #000;
}
.cwtr-lose:hover {
border-bottom: 1px solid #cc0000; 
}
.cwtr-draw {
background: url("/images/cwtr2.png") #9d9d9d;
height: 24px;
border-top: 1px solid #000;
border-right: 1px solid #000;
border-left: 1px solid #000;
}
.cwtr-draw:hover {
border-bottom: 1px solid #ffcc00; 
}
/* Вид материалов форума */
a.RepUsee:link, a.RepMidd:active, a.RepMidd:visited {text-decoration:none; color:#e0e0e0; font-size:11px; font-family:tahoma;} 
a.RepUsee:hover {text-decoration:none; color:#e0e0e0; font-size:11px; font-family:tahoma;} 
a.RepUsee div.RepUse {border:1px solid #525252; background:#252525; padding:1px 3px 2px 3px; text-align:center; 
text-shadow:1px 1px 0px #151515; 
-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px;} 
a.RepUsee div.RepUse:hover {background:#181818; text-shadow:1px 1px 0px #000000;} 
a.RepViss:link, a.RepViss:active, a.RepViss:visited {text-decoration:none; color:#e0e0e0; font-size:11px; font-family:tahoma;} 
a.RepViss:hover {text-decoration:none; color:#e0e0e0; font-size:11px; font-family:tahoma;} 
a.RepNizz:link, a.RepNizz:active, a.RepNizz:visited {text-decoration:none; color:#e0e0e0; font-size:11px; font-family:tahoma;} 
a.RepNizz:hover {text-decoration:none; color:#e0e0e0; font-size:11px; font-family:tahoma;} 
a.RepMidd:link, a.RepMidd:active, a.RepMidd:visited {text-decoration:none; color:#e0e0e0; font-size:11px; font-family:tahoma;} 
a.RepMidd:hover {text-decoration:none; color:#e0e0e0; font-size:11px; font-family:tahoma;} 
a.RepViss div.RepVis {border:1px solid #525252; border-left:0px; background:#252525; padding:1px 4px 2px 3px; 
text-align:center; text-shadow:1px 1px 0px #151515; 
-webkit-border-top-right-radius:9px;-webkit-border-bottom-right-radius:9px;-moz-border-radius-topright:9px;-moz-border-radius-bottomright:9px;border-top-right-radius:9px;border-bottom-right-radius:9px;} 
a.RepViss div.RepVis:hover {background:#206502; text-shadow:1px 1px 0px #174901;} 
a.RepNizz div.RepNiz {border:1px solid #525252; border-right:0px; background:#252525; padding:1px 2px 2px 4px; 
text-align:center; text-shadow:1px 1px 0px #151515; 
-webkit-border-top-left-radius:9px;-webkit-border-bottom-left-radius:9px;-moz-border-radius-topleft:9px;-moz-border-radius-bottomleft:9px;border-top-left-radius:9px;border-bottom-left-radius:9px;} 
a.RepNizz div.RepNiz:hover {background:#8a0404; text-shadow:1px 1px 0px #6c0202;} 
a.RepMidd div.RepMid {border:1px solid #525252; border-right:0px; border-left:0px; background:#252525; padding:1px 3px 
2px 3px; text-align:center; text-shadow:1px 1px 0px #151515;} 
a.RepMidd div.RepMid:hover {background:#181818; text-shadow:1px 1px 0px #000000;} 
.postTable {border:1px solid #5d5d5d; background:#363636; margin-top:5px; -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} 
a.postUser:link, a.postUser:active, a.postUser:visited {text-decoration:none; font-weight:normal; font-size:11px; font-family:tahoma; color:#e8e8e8; text-shadow:1px 1px 0px #000000;} 
a.postUser:hover {text-decoration:none; font-weight:normal; font-size:11px; font-family:tahoma; color:#ffffff; text-shadow:1px 1px 0px #000000;} 
a.postUser div {border:1px solid #4d4d4d; background:#272727; text-align:center; text-shadow:1px 1px 0px #000000;
-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} 
a.postUser div:hover {background:#232323;} 
.postFirst, .postRest1, .postRest2 {background:transparent;} 
.postSeparator {height:1px;background:transparent;} 
.posttdMessage {padding:5px 5px 5px 2px; font-size:11px; font-family:tahoma; color:#e0e0e0; text-shadow:1px 1px 0px #1d1d1d;} 
.posttdMessage img {max-width:680px;} 
.WrapInfo {border:1px solid #525252; -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} 
.WrapInfo2 {border:1px solid #1a1a1a; -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} 
.postTdTop {border-bottom:1px solid #525252; border-left:1px solid #525252; border-right:1px solid #525252; 
-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;} 
.postTdTop2 {border-bottom:1px solid #1a1a1a; border-left:1px solid #1a1a1a; border-right:1px solid #1a1a1a; 
padding:5px 5px 5px 5px; font-size:11px; font-family:tahoma; 
color:#7d7d7d; 
-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;} 
.postTdTop2 a {font-weight:bold; text-decoration:none; font-size:10px; font-family:verdana;} 

.postTdTop3 {border-top:1px solid #525252; margin:0 5px; border-left:1px solid #525252; border-right:1px solid 
#525252; 
-webkit-border-top-right-radius:3px;-webkit-border-top-left-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-topleft:3px;border-top-right-radius:3px;border-top-left-radius:3px;} 
.postTdTop4 {border-top:1px solid #1a1a1a; border-left:1px solid #1a1a1a; border-right:1px solid #1a1a1a; 
padding:5px 5px 5px 5px; font-size:11px; font-family:tahoma; 
color:#7d7d7d; 
-webkit-border-top-right-radius:3px;-webkit-border-top-left-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-topleft:3px;border-top-right-radius:3px;border-top-left-radius:3px;} 
#bg {background:url('/csomsk/bg-postbody_first1.png') #363636 no-repeat top right;} 
/* Файлы */
.file {
width: 740px;
margin: 5px 5px 30px 5px;
border: 5px solid #0a0a0a;
}
.file-img {
float: left;
padding: 5px;
font-family: MyriadPro-Regular;
font-size: 12pt;
color: #ccc;
text-shadow: 1px 1px #000;
}
.file-text {
margin: 5px;
width: 560px;
float: right;
}
.file-title {
margin-left: 20px;
font-weight: bold;
font-family: MyriadPro-Regular;
font-size: 18pt;
color: #fff;
text-shadow: 1px 1px #000;
}
.file-msg {
margin-left: 5px;
font-family: MyriadPro-Regular;
font-size: 10pt;
color: #ccc;
}