/* top elements */

* { margin: 0; padding: 0; outline: 0; }



body {

 margin: 0; padding: 0;

 font: 12px/160% Geneva, Verdana, Sans-Serif;

 color: #555;

 background: #FFF url(/images/bg.gif) repeat-x; 

}



/* links */

a:link, a:visited {

 color: #003366;

 background-color: inherit;

 text-decoration: none;

}

a:hover {

 color: #CC0001; 

 background-color: inherit;

}



/* headers */

h1, h2, h3 {

 font-family: Arial, 'Trebuchet MS', Sans-Serif;

 font-weight: bold;

 color: #333;

}

h1 {

 font-size: 120%;

 letter-spacing: .5px;

}

h2 {

 font-size: 115%; 

 text-transform: uppercase; 

}

h3 {

 font-size: 115%;

 color: #003366; 

}


h1, h2, h3, p {

 padding: 0; 

 margin: 10px;

}



ul, ol {

 margin: 10px 20px;

 padding: 0 20px;

}



code {

 margin: 10px 0;

 padding: 15px 20px;

 text-align: left;

 display: block;

 overflow: auto; 

 font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;

 /* white-space: pre; */

 background: #FAFAFA;

 border: 1px solid #f2f2f2; 

 border-left: 4px solid #CC0000;

}

acronym {

 cursor: help;

 border-bottom: 1px solid #777;

}

blockquote {

 margin: 10px;

 padding: 10px 10px 15px 32px;

 background: #FAFAFA url(/images/quote.gif) no-repeat 7px 10px !important;

 background-position: 8px 10px;

 border: 1px solid #f2f2f2; 

 border-left: 4px solid #CC0000; 

 font-weight: bold; 

}



/* form elements */

form {

 margin:10px;

 padding: 15px 10px;

 border: 1px solid #f2f2f2; 

 background-color: #FAFAFA; 

}

label {

 display:block;

 font-weight:bold;

 margin:5px 0;

}

input {

 padding: 3px 5px;

 border:1px solid #eee;

 font-size: 1em;

 color:#777;

}

textarea {

 width:400px;

 padding: 3px 5px;

 font-size: 1em;

 border:1px solid #eee;

 height:100px;

 display:block;

 color:#777;

}

input.button { 

 margin: 0; 

 font: bolder 12px Arial, Sans-serif; 

 border: 1px solid #CCC; 

 padding: 5px 3px;

 background: #FFF;

 color: #CC0000;

}

/* search form */

form.search {

 position: absolute;

 top: 5px; right: 5px;

 padding: 0; margin: 0;

 border: none;

 background-color: transparent; 

}

form.search input.textbox { 

 margin: 0;

 width: 210px;

 border: 1px solid #CCC; 

 background: #FFF;

 color: #333; 

}

form.search input.searchbutton { 

 margin: 0; 

 font-size: 100%; 

 font-family: Arial, Sans-serif; 

 border: 1px solid #CCC; 

 background: #FFFFFF url(/images/headerbg.gif) repeat-x bottom left; 

 padding: 1px; 

 font-weight: bold; 

 height: 23px;

 color: #333;

 width: 60px;

}



/* -----------------------------------

 LAYOUT

-------------------------------------- */

#wrap {

 margin: 0 auto; 

 width: 1080px;

}



/* header */

#header {

 position: relative;

 margin: 0; padding: 0;

 height: 60px;

}

#header span#slogan {

 z-index: 3;

 position: absolute;

 left: 3px; bottom: 7px;

 font: bold 1.1em Verdana, Arial, Tahoma, Sans-serif;

 color: #FFF; 

}



#header-logo {

 position: relative;

 clear: both;

 height: 50px; 

 margin: 0; padding: 0; 

}

#header-logo #logo {

 position: absolute;

 top: 3px; left: 5px;

 font: bold 30px "trebuchet MS", Arial, Tahoma, Sans-Serif;

 margin: 0; padding: 0;

 letter-spacing: -1px;

 color: #cc0001;

}

#header-logo h1 {

 position: absolute;

 top: 3px; left: 5px;

 font: bold 30px "trebuchet MS", Arial, Tahoma, Sans-Serif;

 margin: 0; padding: 0;

 letter-spacing: -1px;

 color: #cc0001;

}



/* navigation tabs */

#header ul {

 position: absolute;

 margin:0;

 list-style:none;

 right:-18px ; bottom: 3px;

 font: bold 13px 'Trebuchet MS', Arial, Sans-serif;

}

#header li {

 display:inline;

 margin:0; padding:0;

}

#header a {

 float:left;

 background: url(/images/tableft.gif) no-repeat left top;

 margin:0;

 padding:0 0 0 4px;

 text-decoration:none;

}

#header a span {

 float:left;

 display:block;

 background: url(/images/tabright.gif) no-repeat right top;

 padding:5px 15px 4px 6px;

 color:#FFF;

}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#header a span {float:none;}

/* End IE5-Mac hack */

#header a:hover span {

 color:#FFF;

}

#header a:hover {

 background-position:0% -42px;

}

#header a:hover span {

 background-position:100% -42px;

}

#header #separation a {

 background-position:0% -42px;

}

#header #separation a span {

 background-position:100% -42px;

}



/* main column */

#main {

 float: right;

 margin: 0; padding: 0;

 width: 845px; 

}

#main h1 {

 margin: 0px 0 0px 0;

 padding: 5px 5px 5px 8px;

 font-size: 105%;

 color: #FFF;

 text-transform: uppercase; 

 background-color: #191d26; 

 letter-spacing: .5px;

}



/* sidebar */

#sidebar {

 float: left;

 width: 220px;

 margin: 0; padding: 0; 

 background-color: #FFFFFF; 

}

#sidebar h2 {

 margin: 10px 0 0 0; 

 padding: 5px 5px 5px 8px;

 font-size: 105%;

 color: #FFF;

 text-transform: uppercase; 

 background: #cc0001; 

 letter-spacing: 1px; 

}

#sidebar .left-box {

 border: 1px solid #EBEBEB;

 margin: 0 0 5px 0; 

 background: #FFF;

}

#sidebar ul.sidemenu {

 list-style: none;

 text-align: left;

 margin: 3px 0px 8px 0; padding: 0;

 text-decoration: none; 

}

#sidebar ul.sidemenu li.main {

 border-bottom: 1px solid #f2f2f2; 

 background: url(/images/bullet.gif) no-repeat 3px 6px;

 padding: 4px 5px 4px 28px;

 margin: 0; 

}

#sidebar ul.sidemenu a {

 font-weight: bolder;

 padding: 3px 0px; 

 background: none;

}



#sidebar li.redone {

 border-bottom: 1px solid #f2f2f2;

 background: url(/images/bullet1.gif) no-repeat 3px 6px;

 padding: 4px 5px 4px 28px;

 margin: 0;
}




/* footer */

.footer { 

 clear: both; 

 border-top: 1px solid #f2f2f2;

 background: #FFF url(/images/footerbg.gif) repeat-x;

 padding: 2px 0 10px 0; 

 text-align: center; 

 line-height: 1.5em; 

 font-size: .9em;

}

.footer a { 

 text-decoration: none; 

 font-weight: bold;

}



/* alignment classes */

.float-left { float: left; }

.float-right { float: right; }

.align-left { text-align: left; }

.align-right { text-align: right; }



/* display and additional classes */

.clear { clear: both; }

.red { color: #191d26; }

.comments { 

 margin: 20px 10px 25px 10px;

 padding: 5px 3px;

 border-bottom: 1px solid #EFF0F1;

 border-top: 1px solid #EFF0F1;

}




.strelka { padding: 0 0 0 25px; background: url('/images/strelka.gif') no-repeat 0px 2px;}



 td {
 font-size: 12px; padding: 2px;
 
}


.catsTd
{
padding: 0 0 6px 15px; background: url('/images/strelka1.gif') no-repeat;

}


.download
{
font-size:15px;font-weight:bold; padding: 0 0 0 25px; background: url('/images/strelka.gif') no-repeat 0px 2px;
}

.gOnline, .uOnline {display:none;}
.tOnline {font-size:12px; align: right;}

/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:blue;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:red;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:green;}
/* ---------------- */


/*comments*/
.comments .dleft {
 float: left; width: 110px; 
 font-size: 0.8em;
 line-height: normal;
 color: #8a8a8a;
}

.comments .avatar { margin-bottom: 6px; }
.comments .avatar img { width: 100px; height: auto; }

.comments .cmaincont { padding: 6px 0 0 0;}
.comments .cmaincont .argr { margin-left: 10px; margin-bottom: 5px; }

.comments .comhead {
 border-bottom: 1px dotted #cc0001;
 padding-bottom: 5px;
}

.comments .storeinfo { font-size: 0.8em; line-height: normal; color: #707070; }
.comments .storeinfo ul {
 float: left;
 width: 33.3%;
}

h3.comname {
 font-size: 12px;
 margin: 0; padding: 0;
 font-family: Verdana, Tahoma, Arial, sans-serif;
 color: #cc0001;
 margin-bottom: 5px;
}
h3.comname a { color: #cc0001; }

.comments .dright { margin-left: 116px; }
.comments .drightinn { overflow: hidden; }
*html .comments .drightinn { width: 99%; }

.signature { color: #e6bfd8; line-height: 2px; }

.newstitle { margin-left: 5px; }

.comficon {
 padding: 6px 0;
 padding-left: 116px;
 font-size: 0.9em;
}

.comficon span { margin-right: 10px; }
.comficon a { text-decoration: none !important; }
.comficon a:hover { color: #cc0001; }

/*BLOCKS CENTER*/
.sbox, .sbox_t, sbox_b, .sbox_l, sbox_r,
.sbox_atl, .sbox_atr, .sbox_abl, .sbox_abr { width: 100%; }

.sbox { overflow: hidden; margin-bottom: 9px; }

.sbox_t { background: #fcfcfc url("/images/sbox/blk_top.gif") repeat-x 0 0; }
.sbox_b { background: url("/images/sbox/blk_btm.gif") repeat-x 0 100%; }
.sbox_l { background: url("/images/sbox/blk_left.gif") repeat-y 0 0; }
.sbox_r { background: url("/images/sbox/blk_right.gif") repeat-y 100% 0; }

.sbox_atl { background: url("/images/sbox/blk_left_top.gif") no-repeat 0 0; }
.sbox_atr { background: url("/images/sbox/blk_right_top.gif") no-repeat 100% 0; }
.sbox_abl { background: url("/images/sbox/blk_left_btm.gif") no-repeat 0 100%; }
.sbox_abr { background: url("/images/sbox/blk_right_btm.gif") no-repeat 100% 100%; }

.sbox_pad {
 padding: 11px 0;
 margin: 0 12px;
 overflow: hidden;
}

.adblock .sbox_atl { background: #ebebeb url("/images/sbox/ad_left_top.gif") no-repeat 0 0; }
.adblock .sbox_atr { background: url("/images/sbox/ad_right_top.gif") no-repeat 100% 0; }
.adblock .sbox_abl { background: url("/images/sbox/ad_left_btm.gif") no-repeat 0 100%; }
.adblock .sbox_abr { background: url("/images/sbox/ad_right_btm.gif") no-repeat 100% 100%; }
.adblock .sbox_pad { padding: 7px 0; margin: 0 7px; text-align: center; }

/*UL, LI*/
ul {
 margin: 0;
 padding-left: 16px;
 list-style-position:outside;
 list-style-image:none;
}

ul li { margin: 0; padding: 0; }

ol {
 list-style-image: none;
 list-style-position: outside;
 list-style-type: decimal;
 margin-bottom: 18px;
 margin-left: 2.2em;
}

ul.reset, ul.reset li { list-style: none; padding: 0; margin: 0; }

.clr { clear: both; }

/*comments*/


/*Переключатель страниц*/
/* Page Selector Style */
.catPages1, .pagesBlockuz1, .pagesBlockuz2 {color:#ffffff;border:0px;margin-bottom:8px;margin-top:9px;}
.catPages1 a:link, .pagesBlockuz1 a:link, .pagesBlockuz2 a:link,
.catPages1 a:visited, .pagesBlockuz1 a:visited, .pagesBlockuz2 a:visited,
.catPages1 a:hover, .pagesBlockuz1 a:hover, .pagesBlockuz2 a:hover,
.catPages1 a:active, .pagesBlockuz1 a:active, .pagesBlockuz2 a:active {text-decoration:none;color: #000000;background:#FF4040;padding:2px 8px;font-size:10px;font-weight:bold;-moz-border-radius: 3px;border-radius: 3px;}
.catPages1 a:hover, .pagesBlockuz1 a:hover, .pagesBlockuz2 a:hover {background:#EE0000;color:#000000;font-weight:bold;-moz-border-radius: 3px;border-radius: 3px;}
.catPages1 b, .pagesBlockuz1 b, .pagesBlockuz2 b {text-decoration:none; background:#EE0000; padding:2px 8px; color:#000000; font-size:10px;-moz-border-radius: 3px;border-radius: 3px;}
/* ----------------------- */






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

/* General forum Table View */
.gTable {background:#E1E1E1}
.gTableTop {padding:2px;background:url('http://src.ucoz.ru/t/999/3.gif') #559B36;color:#FFFFFF;font-weight:bold;height:21px;padding-left:10px;font-size:11px;}
.gTableSubTop {padding:2px;background:url('http://src.ucoz.ru/t/999/8.gif') #FFFFFF;color:#559B36;height:20px;padding-top:8px;}
.gTableBody {padding:2px;background:url('http://src.ucoz.ru/t/999/4.gif') bottom repeat-x #FCFCFC;}
.gTableBody1 {padding:2px;background:#FFFFFF;}
.gTableBottom {padding:2px;background:url('http://src.ucoz.ru/t/999/4.gif') bottom repeat-x #FCFCFC;}
.gTableLeft {padding:2px;background:url('http://src.ucoz.ru/t/999/4.gif') bottom repeat-x #FCFCFC;font-weight:bold;color:#559B36}
.gTableRight {padding:2px;background:url('http://src.ucoz.ru/t/999/4.gif') bottom repeat-x #FCFCFC}
.gTableError {padding:2px;background:url('http://src.ucoz.ru/t/999/4.gif') bottom repeat-x #FCFCFC;color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:url('http://src.ucoz.ru/t/999/4.gif') bottom repeat-x #FCFCFC}
.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:#FFFFFF;}
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:#559B36;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#559B36;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#6F8EB3;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#559B36;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {padding-bottom:7px;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:#559B36;}
a.forumBarA:active {text-decoration:underline; color:#559B36;}
/* -------------------- */

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

/* forum Fast Navigation Menu */
.fastNavMain {background:#C7D7EF;}
.fastNavCat {background:url('http://src.ucoz.ru/t/999/4.gif') bottom repeat-x #FCFCFC;}
.fastNavCatA {background:url('http://src.ucoz.ru/t/999/4.gif') bottom repeat-x #FCFCFC;color:#0000FF}
.fastNavForumA {color:#0000FF}
/* -------------------------- */

/* forum Page switches */
.switches {background:#E1E1E1;}
.pagesInfo {background:#FFFFFF;padding-right:10px;font-size:7pt;}
.switch {background:#FFFFFF;width:15px;font-size:7pt;}
.switchActive {background:#EEEEEE;font-weight:bold;color:#559B36;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:url('http://src.ucoz.ru/t/999/4.gif') bottom repeat-x #FCFCFC}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#EEEEEE;height:20px;font-weight:bold;font-size:7pt;color:#000000;padding-left:40px; }
.threadsDetails {padding:2px;background:#EEEEEE;height:20px;color:#000000;}
.forumOnlineBar {padding:2px;background:#EEEEEE;height:20px;color:#000000;}

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:#559B36;}
a.threadLink:visited {text-decoration:none; color:#559B36;}
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;}
/* ------------------- */

/* Posts View */
.postTable {background:#E1E1E1}
.postPoll {background:url('http://src.ucoz.ru/t/999/4.gif') bottom repeat-x #FCFCFC;text-align:center;}
.postFirst {background:url('http://src.ucoz.ru/t/999/4.gif') bottom repeat-x #FCFCFC;border-bottom:3px solid #FFFFFF;}
.postRest1 {background:url('http://src.ucoz.ru/t/999/4.gif') bottom repeat-x #FCFCFC;}
.postRest2 {background:url('http://src.ucoz.ru/t/999/4.gif') bottom repeat-x #FCFCFC;}
.postSeparator {height:3px;background:#F8FC00;}

.postTdTop {background:url('http://src.ucoz.ru/t/999/8.gif') #FFFFFF;color:#559B36;height:20px;padding-top:8px;}
.postBottom {background:#EEEEEE;height:20px}
.postUser {font-weight:bold;}
.postTdInfo {text-align:center;padding:5px;background:url('http://src.ucoz.ru/t/999/4.gif') bottom repeat-x #FCFCFC;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#597798;}
.posttdMessage {padding:5px;background:#FFFFFF;}

.postPoll {padding:5px;}
.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;}
.newThreadItem {padding: 0 0 0 8px; background: url('http://src.ucoz.ru/t/999/16.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('http://src.ucoz.ru/t/999/16.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* forum Post Form */
.loginButton {font-size:7pt;background:#FFFFFF;color:#575757;border:1px outset #636363;}
.pollBut, .searchSbmFl, .commSbmFl, .signButton {font-size:7pt;background:url('http://src.ucoz.ru/t/999/3.gif') #559B36;color:#FFFFFF;border:1px outset #615E58;}

.codeButtons {font-size:7pt;background:url('http://src.ucoz.ru/t/999/3.gif') #559B36;color:#FFFFFF;border:1px outset #615E58;}
.codeCloseAll {font-size:7pt; font-weight:bold;background:url('http://src.ucoz.ru/t/999/3.gif') #559B36;color:#FFFFFF;border:1px outset #615E58;}
.postNameFl,.postDescrFl {width:400px}
.postPollFl,.postQuestionFl {width:400px}
.postResultFl {width:50px}
.postAnswerFl {width:300px}
.postTextFl {width:550px;height:150px}
.postUserFl {width:300px}

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

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

.refh2 h2 {color: green; font-size:22px; font-weight:bold; text-transform: none; }




.sidebarh {

margin: 10px 0 0 0;

 padding: 5px 5px 5px 8px;

 font-size: 105%;
 
font-weight: bold;
 
 color: #FFF;

 text-transform: uppercase;

 background: #cc0001;

 letter-spacing: 1px;
}

.eText h3 {color:#555; font-size:14px; font-weight:bold; text-transform: none; }
