/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #eee;
	border-top: 5px solid #000;
	color: #333;
	font-size: 1.1em;
	padding: 0 0 40px;
}


/* anchors
----------------------------------------------- */
a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#333;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:#fff;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#branding {
	font-weight:normal;
	font-size:3em;
	text-align:left;
	background:#aaa;
	padding:.7em 1em;
	margin-bottom:0;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}




.swchItem1,.swchItem {line-height: 40px;font-size:12px;text-decoration: none;background:#111111;height: 100%;padding: 9px 12px;margin: 1px;color:#fff!important;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;opacity: 0.5;}
a.swchItem1:hover, .swchItem:hover {font-size:12px;text-decoration: none;background:#111111;padding: 9px 12px;margin: 1px;color:#fff;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;opacity: 0.8;}
.swchItemA1,.swchItemA {line-height: 40px;font-size:12px;text-decoration: none;background:#111111;height: 100%;padding: 9px 12px;font-weight: bold;color:#fff;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;}







/* boxes
----------------------------------------------- */
.box {
	background:#ddd;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
.box h2 {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#333;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333 url("/New/img/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("/New/img/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#111;
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background:#bbb;
}
ul.section li a:hover {
	background:#aaa;
}
ul.section li a:active {
	color:#fff;
	background:#666;
}
ul.section li li a {
	background:#ddd;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#555;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}


/* table
----------------------------------------------- */
table {
	width:100%;
	border:1px solid #bbb;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}


/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	border-top:1px solid #666;
	padding-top:.5em;
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left; 
}


.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}


/* site information
----------------------------------------------- */
#site_info .box {
	color:#ccc;
	background:#666;
	margin-bottom:10px;
}
#site_info a {
	color:#fff;
}
#site_info a:hover {
	color:#000;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}


/* Mootools Kwicks
----------------------------------------------- */
#kwick-box { 
	padding:0;
	overflow:hidden;
}
#kwick-box h2 { 
	margin:0;
}
#kwick {
	position: relative;
}
#kwick .kwicks {
	display: block;
	background: #999;
	height: 120px;
	list-style:none;
	margin:0;
	overflow:hidden;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 100px;
	width: 215px;
	padding: 10px;
	background: #fff;
}
#kwick .kwick span {
	color:#fff;
}
#kwick .one {
	background: #666;
}
#kwick .two {
	background: #777;
}
#kwick .three {
	background: #888;
}
#kwick .four {
	background: #999;
}


/* Comments Style */
.cBlock1,
.cBlock2 {
 float:left;
 overflow: hidden;
 width:100%;
 margin-bottom: 15px;
 outline: 0px solid #d7d7d7; 
 border: 1px solid #fff;
}

.cBlock1 {background: #f6f6f6;}
.cBlock2 {background: #e5e5e5;}

.vid_comments_os {
 float:left;
 width:95%;
 padding: 5px 15px 5px 16px;
}

.vid_comments_os a:link, 
.vid_comments_os a:visited {color:#2e6fac;}
.vid_comments_os a:hover {color:#31ac2e;}
img {border: none; }
a {outline: none; text-decoration:none!important; }

.vc_top {
 float:left;
 width:100%;
 padding: 0px 0px 5px 0px; 
}

.vc_name {
 font: 10px Verdana,Arial,Helvetica, sans-serif;
 text-shadow: 1px 1px 1px #fff;
 float:left; 
 padding: 3px 0px 0px 0px; 
} 
 
.vc_name strong {color:#4EA62C;} 
.vc_name span {color:#999;}

.vc_reiting {
 font: 11px Verdana,Arial,Helvetica, sans-serif;
 float:right;
} 

.vc_reiting img {float:left; padding-top: 6px;}
.vc_reiting span {float:left; padding: 2px 5px 0px 5px; font-weight: bold;}

.vc_nomer {
 font: 11px Verdana,Arial,Helvetica, sans-serif;
 float:right;
 font-size:12px;
 margin-left: 15px;
}

.vc_nomer a:link, 
.vc_nomer a:visited {color:#C7C7C7;} 
.vc_nomer a:hover {color:#2C68A6;}

.vc_center {
 float:left;
 text-align:justify;
 font: 100%/1.5 Verdana,Arial,Helvetica, sans-serif;
 color:#555;
 width:100%; 
}

.coment_avatar{
 float:right; 
 width:50px;
 height:50px;
 padding:3px;
 margin: 0px 0px 10px 15px;
 border: 1px solid #fff;
}

.vc_center {
 color:#555;
 width:100%; 
}

.vcc_otvet {
 color:#555;
 padding: 5px 5px 5px 5px; 
 background: #fff; 
 border: 0px solid #d7d7d7; 
 width:98%; 
 margin: 10px 0px 10px 0px; 
}

.vc_center,
.vcc_otvet {
 float:left;
 overflow: hidden;
 text-align:justify;
 font: 100%/1.5 Verdana,Arial,Helvetica, sans-serif;
}

.vc_bottom {
 clear:left;
 text-align:right;
 padding: 0px 0px 0px 0px;
}

.post_r {color: #888;}
.red {color: #a71a1a;}
.gren {color: #1da71a;}
.grey {color: #999;}


.progress-0,
.progress-1,
.progress-2,
.progress-3,
.progress-4,
.progress-5,
.progress-6,
.progress-7,
.progress-8,
.progress-9,
.progress-10,
.progress-11,
.progress-12,
.progress-13,
.progress-14 {
  height: 12px!important;
  display: block!important;
  overflow: hidden!important;
  margin-top: -3px;
}

.progress-0 {background: #5D9AD3!important;}
.progress-1 {background: #E96465!important;}
.progress-2 {background: #F6954E!important;}
.progress-3 {background: #dd8cd2!important;}
.progress-4 {background: #75D0ED!important;}
.progress-5 {background: #5BC254!important;}
.progress-6 {background: #CFC72D!important;}
.progress-7 {background: #DD3344!important;}
.progress-8 {background: #FE9B6F!important;}
.progress-9 {background: #8CC84B!important;}
.progress-10 {background: #DD8CD2!important;}
.progress-11 {background: #e9eb5b!important;}
.progress-12 {background: #E96465!important;}
.progress-13 {background: #75D0ED!important;}
.progress-14 {background: #5D9AD3!important;}



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

.forumContent {
 
 width: 100%;
}



/* General forum Table View */ 
.gTable {background:#CCCCCC;} 
.gTableTop {background:#666666 url() repeat-x 0 0;padding-left:20px;padding-bottom:1px;color:#FFFFFF;font-weight:normal; height:23px;font-size:9pt; } 
.gTableSubTop {background:#eaebed url() repeat-x 0 -59px;color:#000000;height:20px;font-size:11px;} 
.gTableBody {background:#FAFAFA;} 
.gTableBody1 {background:#FFFFFF;} 
.gTableBottom {background:#FAFAFA;} 
.gTableLeft {background:#F2F2F2;font-weight:bold;color:#6E6E6E} 
.gTableRight {background:#F8F9FA} 
.gTableError {background:#FAFAFA;color:#FF0000;} 
/* ------------------------ */ 

/* Forums Styles */ 
.forumNameTd,.forumLastPostTd {background:#FFFFFF} 
.forumIcoTd,.forumThreadTd,.forumPostTd {background:#F2F2F2} 
.forumLastPostTd,.forumArchive {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:normal;font-size:10pt;} 
.forumDescr,.forumModer {color:#858585;font-size:8pt;} 
.forumViewed {font-size:9px;} 
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; color:#2867AE;} 
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#2867AE;} 
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#858585;} 
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#2867AE;} 

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

/* forum Navigation Bar */ 
.forumNamesBar {font-weight:bold;font-size:8pt;} 
.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:10pt;} 
/* ---------------------------- */ 

/* 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:8pt;} 
.switch {background:#FFFFFF;width:15px;font-size:7pt;} 
.switchActive {background:#EEEEEE;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 {background:#FFFFFF} 
.threadIcoTd,.threadPostTd,.threadViewTd {background:#F2F2F2} 
.threadLastPostTd {font-size:7pt;} 
.threadDescr {color:#858585;font-size:8pt;} 
.threadNoticeLink {font-weight:bold;} 
.threadsType {background:#AAAAAA;height:20px;font-weight:bold;font-size:7pt;color:#FFFFFF;padding-left:40px; } 
.threadsDetails {background:#eaebed url(/newpuma/header_menu.png) repeat-x 0 -59px;height:20px;color:#6E6E6E;} 
.forumOnlineBar {background:#eaebed   0 -59px;height:20px;color:#6E6E6E;} 

a.threadPinnedLink:link {text-decoration:none; color:#2867AE;} 
a.threadPinnedLink:visited {text-decoration:none; color:#2867AE;} 
a.threadPinnedLink:hover {text-decoration:none; color:#858585;} 
a.threadPinnedLink:active {text-decoration:underline; color:#6c6c6c;} 

a.threadLink:link {font-weight:normal;font-size:12px;text-decoration:none; color:#2867AE;} 
a.threadLink:visited {text-decoration:none; color:#2867AE;} 
a.threadLink:hover {text-decoration:underline; color:#6E6E6E;} 
a.threadLink:active {text-decoration:underline; color:#6E6E6E;} 

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

/* forum Posts View */ 
.postTable {border:1px solid #555555;} 
.postPoll {background:#F1F2F3;text-align:center;} 
.postFirst {background:#F8F9FA;} 
.postRest1 {background:#F1F2F3;} 
.postRest2 {background:#F8F9FA;} 
.postSeparator {height:10px;background:#666666;} 

.postTdTop {background:#eaebed url(/newpuma/header_menu.png) repeat-x 0 -59px;border-right:1px solid #ccc;} 
.postBottom {background:#eaebed url(/newpuma/header_menu.png) repeat-x 0 -59px;height:20px;border-right:1px solid #ccc;} 
.postUser {font-weight:bold;} 
.postTdInfo {text-align:center;background:#F2F2F2; border-right:1px solid #ccc;} 
.postRankName {margin-top:5px;} 
.postRankIco {margin-bottom:5px;margin-bottom:5px;} 
.reputation {margin-top:5px;} 
.signatureHr {margin-top:20px;color:#787878;} 
.posttdMessage {font-size: 10pt; 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;} 
.newThreadItem {padding: 0 0 0 8px; background: url('/.s/t/813/11.gif') no-repeat 0px 4px;} 
.newPollItem {padding: 0 0 0 8px; background: url('/.s/t/813/11.gif') no-repeat 0px 4px;} 
/* ----------------------- */ 

/* forum Post Form */ 
input {background: #fff; border: 1px solid #bcbcbc;} 
.codeButtons, .loginButton, .searchSbmFl, .pollBut, .commSbmFl {font-size:8pt;background:#eaebed url(/newpuma/header_menu.png) repeat-x 0 -59px;color: #000; border: 1px solid #ccc;} 
.codeCloseAll {font-size:8pt; background:#000;color: #fff; border: none;} 
.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;width:550px;height:150px} 
.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} 





