@charset "UTF-8";
/* CSS Document */

blockquote.align_left {
	float:left;
}
	
blockquote .align_center {
	display:block;
	margin:0 auto;
}

blockquote .align_right
{
	float:right;
}

.restore ul {
	/* Giving blockquotes and lists room to breath. */
	margin-top: 3px;
	margin-bottom: 3px;
}

blockquote .size_thumbnail {
	max-height:150px;
	max-width:150px;
	width: auto !important;
	width: 150px;
	height: auto !important;
	height: 150px;
}
blockquote .size_medium
{
	max-height:300px;
	max-width:300px;
	width: auto !important;
	width: 300px;
	height: auto !important;
	height: 300px;
}
blockquote .size_large
{
	max-height:1024px;
	max-width:1024px;
	width: auto !important;
	width: 1024px;
	height: auto !important;
	height: 1024px;
}
blockquote .size_fullsize
{
	max-width:100%;
	width: auto !important;
	width: 100%;
}
blockquote .caption
{
	color:#8E8E7E;
	font-size:9px;
	font-weight:bold;
	text-align:center;
	margin-top:5px;
} 


/* CSS Document */

.lightbox {
	position:absolute;
	/* left:0; */
	top:0;
}

.lightbox > div {
	background-color:#000000;
	padding:14px;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
}

.lightbox > div > div {
	background-color:#F5F5F5;
	padding:6px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.lightbox .picturerow {
	text-align:center;
}

.lightbox .buttonrow,
.lightbox .descrow {
	clear:both;
	width: 100%;
	color:#666666;
	padding-top:4px;
	font-size:11px
}

.lightbox .buttonrow .closebutton {
	position:relative;
	float:right;
}

.lightbox .buttonrow .totals {}

.lightbox .descrow .date {
	float: left;
	clear: right;
	text-align: left;
	display:block;
	width: 50%;
}


.lightbox .descrow .filename {
	float: right;
	text-align: right;
	display:block;
	width: 50%;
}

/*
.lightbox .progress {
	border:solid 4px #000000;
	border-bottom-width:0px
}
*/ 


/* CSS Document */

#polloptnum {
	margin-right:10px;
}

#polltimeout
{
	float:none;
}

.formcontrols .blockrow input.option {
	clear:left;
	float:left;
	margin-bottom:0.5em;
}

.formcontrols .blockrow input.votes {
	float:left;
	margin-bottom:0.5em;
	margin-left:0.5em;
}

.pollbar1,
.pollbar2,
.pollbar3,
.pollbar4,
.pollbar5,
.pollbar6 {
	height:15px;
        border:0px  transparent;
	display:inline-block;
}

.pollbar1 {
	background:rgb(156,255,198) none   ;
}

.pollbar2 {
	background:rgb(255,132,132) none   ;
}

.pollbar3 {
	background:rgb(132,132,255) none   ;
}

.pollbar4 {
	background:rgb(255,231,132) none   ;
}

.pollbar5 {
	background:rgb(255,132,255) none   ;
}

.pollbar6 {
	background:rgb(132,255,255) none   ;
}

#pollinfo {
	/*padding-bottom:0;*/
	margin: 10px 50px 10px;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	clear:both;
	border:2px outset #000;
	/*border: 1px solid #DBDBDB;*/
	padding-right:10px;
	/*padding-left:10px;*/
	padding-bottom:0;
}

.polloptionsblock {
	padding-left:105px; /*should be depending on the size of the icon or background */
	background: #F7F7F7 url(http://forum.woh.ru/applied/misc/poll_question_mark.png) no-repeat 30px 10px; /* position based on image not padding */
}

.pollresultsblock {
	padding-left: 10px;
	background: #F1F1F1;
}

#pollinfo .blockhead, #pollinfo .pollsubhead, #pollinfo .blockrow, #pollinfo .blockfoot {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	clear:both;
	padding:5px 0 3px;
}

#pollinfo h3.pollsubhead {
	margin-left:1px;
	margin-bottom:2px;
}

#pollinfo .blockbody {
	background:none;
	border: none;
}

#pollinfo #pollresults.blockbody {
	background:none repeat scroll 0 0 #F7F7F7;
	border:1px inset #000000;
}

#pollinfo .blockhead {
	/*width:100%;
	float:left;*/
	clear:both;
	margin:0;
	/*margin-bottom:10px;	*/
	border:none;
	padding:5px 10px 3px;
}

#pollinfo .blockhead h2 {
	font-weight: normal;
	font-size: 18px;
	display: inline-block;
	float: left;
	color: rgb(187,0,0);
	margin-bottom:2px;
}

#pollinfo .blockhead .stats {
	float:right;
	/*color:#8daada;*/
}

#pollinfo .blockhead .totalvotes {
	/*color: #8daada;*/
	font-size: 12px;
	display: inline-block;
	margin-top: 6px;
	font-weight:bold;
}

#pollinfo .polltitle {
	color: #000;
}

#pollinfo .blockhead .textcontrol {
	border: 0;
	padding: 0;
	background: transparent;
	display: inline-block;
	float: left;
	margin-left: 10px;
}

#pollinfo .blockhead .textcontrol img {
	position: relative;
	right: 0;
	top: 8px;
}

#pollinfo .blockhead .textcontrol:hover img {
	border-bottom: 1px dotted #8daada;
}

#pollinfo .pollsubhead {
	clear:both;
	width: 100%;
}

#pollinfo .blockfoot {
	margin-left:10px;
	padding-bottom:0;
}

#polloptions li {
	padding-top: 5px;
	margin-left: 20px; /* to make room for input box */
}

#polloptions li input {
float:left;
margin-right:5px;
margin-top:1px;
}

/*
#pollinfo .textcontrol {
	float:right;
	font-size:11px;
	margin: 10px;
}
*/

#pollresults {
background:none repeat scroll 0 0 #F7F7F7;
border:1px inset #000000;
clear:both;
float:left;
margin:7px auto 0;
padding:10px;
width:98%;
}

#pollresults .blockrow {
	border-bottom:1px solid #9E9D9D;
	/*margin-top:3px;*/
}

#pollresults .blockrow:last-child {
	/*border-bottom:none;*/
	margin-bottom:0;
}

#pollresults li {
float:left;
margin-bottom:10px;
min-height:18px;
position:relative;
width:100%;
}

#pollresults li:last-child {
	width:100%;
	position:relative;
    /*min-height:0; 
	margin-bottom:0px;*/
	loat:left;
}

#pollresults li p {
	bottom:0;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:1%;
	position:relative;
	width:29%;
}

#pollresults li .votes {
	/*font-size:11px;*/
    position:relative;
    display:block;
	float: left;
	min-width: 400px;
    width:70%;
	font-weight:bold;
	
}

#pollresults li .votes .pollbarwrapper {
	position: relative;
	width: 83%;
        display:block;
	float: left;
	clear: right;
}

#pollresults li .votes .pollbarwrapper div {
	float:left;	
}

#pollresults li .votes .numvotes {
        color:body_color;
		margin-left:20px;
        /*padding:0.1em 0.5em;
		margin-left: 0.5em;*/
        display:block;
        float:left;
		clear:right;
}

#pollresults li .percentvotes {
	position: absolute;
	right:0px;
    top:0px;
}

#pollresults ol.commalist {
	padding:6px 6px 6px 0px;
	margin-top:6px;
	border-top:1 solid #000;
	font-size:11px;
	clear:both;
}

#pollresults ol.commalist li {
	display: inline;
	width: auto;
	margin-bottom:0;
}

#pollinfo .blockfoot a,
#pollinfo .blockfoot input {
	vertical-align:middle;
}

ol.previewbit li {
	list-style-type:decimal;
	margin-left:1.5em;
} 


/* CSS Document */

/* last edited notice */
.lastedited {
	font-style:italic;
	padding-top: 1em;
	color: #8daada;
	font-size: 11px;
/*	clear:both; */
}

.lastedited a {
	color: #8daada;
}
/* reputation image */
.postbit_reputation {
	padding:0 0 0 5px;
	clear:both;
	display:block;
}
img.repimg {
	padding:0;
	margin:0 0 0 -5px;
	display:inline;
}

.quickedit {
	border-top:1px solid #9E9D9D;
	padding:10px;	
	margin:0;
	/*background:none repeat-x scroll center bottom #F1F1F1;*/
}

.quickedit .blockrow .description {
	padding:0;
	margin-top:0;
	margin-bottom:0;
}

/*signature */
.signature {
    /*padding-top: 1em;*/
	/*border-top: 1px solid #FFFFFF;*/
    /*margin-top: 2em;*/
}

.separator2 {
    border-top:1px solid #000;
    width:200px;
	margin-left:10px;
	/*margin-top:5px;*/
}

/*post bit*/
.postbit, .postbitlegacy, .eventbit {
	/*margin-bottom: 10px;
	display:block;
	width: 100%;
	clear:both;
	position: relative;
	float: left;
	/*color: #8daada;*/
	/*border: 1px solid #FFFFFF;*/
}

li.postbit, .postbitlegacy, .eventbit {
	margin-bottom:10px;
	display:block;
	width:100%;
	float:left;
	/*width: 100%;*/
	clear:both;
	position: relative;
	/*float: left;*/
	/*color: #8daada;*/
	border-right:1px solid #9E9D9D;
	border-left:1px solid #9E9D9D;
	border-bottom:1px solid #9E9D9D;
	border-top:1px solid #9E9D9D;	
}

.postbitthankslegacy  {	
	margin-bottom: 10px;
	margin-top: -10px;
	width:100%;
	float:left;
	padding: 2px 0 5px;
	display:block;
	/*width: 100%;*/
	clear:both;
	position: relative;
	/*float: left;*/
	color: #8daada;
	border-right: 1px solid #9E9D9D;
	border-left: 1px solid #9E9D9D;
	border-bottom: 1px solid #9E9D9D;
	background:none repeat scroll 0 0 #EEECEC;
}

.postbitthankslegacy .postrow  {
	padding: 0 10px;
	color: #929FA9;
}

.postbit object {
	clear:both; 
}

.postbit .postdetails {
	width: 100%;
	display:block;
	float: left;
}

.postbit .posthead {
	background: url(http://forum.woh.ru/applied/misc/strip_back.gif) repeat-x  ;
	_background-image: none;
	border: 1px solid #FFFFFF;
	clear:both;
	display:block;
	float: left;
	width: 100%;
	color: #ffffff;
	margin: -1px -1px 0;
	font:   normal 11px Tahoma,Calibri,Verdana,Geneva,sans-serif;
	padding: 4px 0;
}

.eventbit .eventhead {
	background: url(http://forum.woh.ru/applied/misc/strip_back.gif) repeat-x  ;
	_background-image: none;
	border: 1px solid #FFFFFF;
	clear:both;
	display:block;
	float: left;
	width: 100%;
	color: #ffffff;
	margin: -1px -1px 0;
	font:   normal 11px Tahoma,Calibri,Verdana,Geneva,sans-serif;
	padding: 4px 0;
}

.postbitlegacy .posthead {
	background: url(http://forum.woh.ru/applied/misc/strip_back1.gif) repeat-x  ;
	_background-image: none;
	border-bottom: 1px solid #9E9D9D;
	clear:both;
	display:block;	
	height:17px;
	/*margin-top:10px;			*/
	padding:6px 0;
}

.postbit .posthead .postdate, .postbitlegacy .posthead .postdate {
            display:block;
            float:left;
            clear:right;
            width: 49%;
            margin-left:10px;
            font:10px tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
            padding-left:15px;
			margin-top:6px;
}

.postbit .posthead .postdate.old, .postbitlegacy .posthead .postdate.old {
	background:transparent url(http://forum.woh.ru/applied/statusicon/post_old.gif) no-repeat center left;
}

.postbit .posthead .postdate.new, .postbitlegacy .posthead .postdate.new {
	background: transparent url(http://forum.woh.ru/applied/statusicon/post_new.gif) no-repeat center left;
}

.postbit .postdate .time {
	color: #ffffff;
	margin-left: 10px;
}



.postbit .userinfo .contact, .postbit .userinfo_noavatar .contact {
	position: relative;
	float: left;
	clear: right;
	width: 50%;
	display:block;
}
.postbit .postuseravatarlink {
	display:block; 
	text-align: center;
	position: relative;
	top: 0;
	margin-left: 15px;
	overflow: hidden;
	float: left;
	clear: right;
}

.postbit .postuseravatarlink img {
}


.postbit .nodecontrols .postimod{
	top: 0;
	position:relative;
	margin-left: 10px;
}

.postbit .userinfo, .postbit .userinfo_noavatar {
	background: #1f1f1f none   ;
	_background-image: none;
	clear:both;
	min-height: -22.53px;
	height: auto !important;
	border-bottom:1px solid #FFFFFF;
	padding: 0.5em 0;
	width: 100%;
	float: left;
}

.postbit .userinfo .contact, .userinfo .userinfo_extra, .postbit .userinfo_noavatar .contact {
	display:inline-block;
	min-height: -22.53px;
	height: auto !important;
	height: -22.53px;
}
.postbit .username_container {
 	float: left;
 	clear: right;
 	display:block;
 	margin-left: 10px;
}
.postbit .userinfo .username_container .memberaction, .postbit .userinfo_noavatar .username_container .memberaction {
 	display: inline;
}

.postbit .postdetails_noavatar .posthead, .postbit .postdetails_noavatar .userinfo .contact {
	margin-left: 0;
}
/*
.postbit .userinfo .postbit_reputation {
        margin-left: 15px;
}
*/
.postbit .userinfo .username, .postbit .userinfo_noavatar .username {
	font-size: 12px;
	font-weight: bold;
}

.postbit .userinfo_noavatar .imlinks img {
	display:inline;
}
.postbit .userinfo .username.guest, .postbit .userinfo_noavatar .username.guest {
	font-weight:normal;
}

.postbit .userinfo_noavatar .usertitle, .postbit .userinfo .usertitle, .postbit .userinfo_noavatar .rank, .postbit .userinfo .rank {
	font-size: 11px;
	font-weight: bold;
	display:block;
	clear:both;
}
.postbit .userinfo .userinfo_extra, .postbit .userinfo_noavatar .userinfo_extra {
	text-align: right;
	width: 300px;
	float: right;
	font-size: 11px;
}

.postbit .userinfo .userinfo_extra dl, .postbit .userinfo_noavatar .userinfo_extra dl {
	margin-right: 10px;
	float: right;
	width: 150px;
}

.postbit .userinfo_extra dl dt {
	float:left;
	display:block;
	/*color:#adaeae;*/
	margin-right: 5px;
}

.postbit .userinfo_extra dl dt:after  {
	content:":";
}
.postbit .userinfo_extra dl dt.blank:after {
	content:none;
}
.postbit .userinfo_extra dl dd {
	display:block;
}

.postbit .userinfo .moreinfo, .postbit .userinfo_noavatar .moreinfo {
	float: left;
	display: inline;
}

.postbit .userinfo .popupmenu a.popupctrl, .postbit .userinfo_noavatar .popupmenu a.popupctrl {
	font-size: 12px;
	background: transparent;
	padding: 0;
	display:inline-block;
}

.postbit .userinfo .popupmenu a.popupctrl:hover, .postbit .userinfo_noavatar .popupmenu a.popupctrl:hover {
	color: #5f7bb5;
	text-decoration: ;
}

.postbit .postbody {
	clear: both;
	color: #aeaeae;
}

.postbit .postrow {
	padding: 5px 10px 3em;
	font:    13px Verdana;
}

.postbit hr {
	display:none;
}

.postcontent {
word-wrap: break-word;
}

.postcontent img {
	max-width:1024px;
}

.postcontent ul li {
margin-bottom:3px;
/*word-wrap: break-word;*/
}

.editor_textbox_container {
	float: none;
}

.postbit .posttitle {
	display:block;
	padding: 10px;
	font-weight:bold;
	font:   bold 14px Tahoma,Calibri,Verdana,Geneva,sans-serif;
	margin: 0;
}

.postbit .content {
	font:    13px Tahoma,Calibri,Verdana,Geneva,sans-serif;
	color: #aeaeae;
}

.postbitlegacy .content {
	font:    13px Tahoma,Calibri,Verdana,Geneva,sans-serif
	color: #aeaeae;
}

.postbitdeleted .content, .postbitignored .content {
	font:    13px Tahoma,Calibri,Verdana,Geneva,sans-serif
	color: #aeaeae;
}


/*postbit legacy*/


.birthdays {
	border-top: 1px solid #FFFFFF;
}

.postbitlegacy hr, .eventbit hr {
	display: none;
}

.postbitlegacy .postdetails, .eventbit .eventdetails {
	float: left;
	width: 100%;
	background: #EEECEC none   ;
	_background-image: none;
	/*border-left:1px solid #FFFFFF;
	border-right:1px solid #9E9D9D;*/
}

.eventbit .eventhead {
	height: auto;
	padding-bottom: 5px;
}

.birthdays .posthead {
	border: 1px solid #FFFFFF;
	background: #252525 url(http://forum.woh.ru/applied/misc/strip_back.gif) repeat-x  ;
	_background-image: none;
	padding: 4px 0;
	padding-left: 10px;
	color: #ffffff;
	margin-left: 0;
	font:   normal 12px Tahoma,Calibri,Verdana,Geneva,sans-serif;
}

.birthdays .eventrow {
	background: #181818 none   ;
	_background-image: none;
}



.eventbit .eventhead .eventdate span.date, .eventbit .eventhead .eventdate .time {
	font:   normal 12px Tahoma,Calibri,Verdana,Geneva,sans-serif;
	color: #ffffff;
}

.eventbit .eventhead .eventdate span.date {
	padding-left: 10px;
	font:   normal 12px Tahoma,Calibri,Verdana,Geneva,sans-serif;
}



.postbitlegacy .posthead .time {
	/*font:   normal 11px Tahoma,Calibri,Verdana,Geneva,sans-serif;*/
	color: #000;
}

.postbit .posthead .nodecontrols, .postbitlegacy .posthead .nodecontrols, .eventbit .eventhead .nodecontrols {
	/*margin-top:6px;*/
	/*position: absolute;*/
	/*color: #929FA9;*/
	float:right;
	/*width: 50% ;*/
	padding: 7px 15px 0;
	/*text-align: right;*/
	/*font:   normal 11px Tahoma,Calibri,Verdana,Geneva,sans-serif;*/
	font:bold 10px tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	/*vertical-align: middle;*/
}

.postbit .posthead .nodecontrols a, .postbitlegacy .posthead .nodecontrols a, .eventbit .eventhead .nodecontrols a {
	/*color: #929FA9;*/
    /*top: -2px;*/
	/*float:right;*/
    color:#454445;
	float:left;
	margin-right:5px;
	position:relative;
}

.postbitlegacy .posthead .nodecontrols img, .eventbit .eventhead .nodecontrols img {
	position: relative;
	top: 2px;
	padding: 0;
}

.postbitlegacy .posthead .nodecontrols .postimod, .eventbit .eventhead .nodecontrols .postimod {
	/*top: 1px;*/
	/*position:absolute;*/
	margin-right: -1px;
	/*margin-left: 5px;*/
	/*float:right;*/

}

.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
	margin-left: 200px;
	background:none repeat scroll 0 0 #F2F0F0;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	/*border-top:1px solid #9E9D9D;*/
	/*border-right:1px solid #FFFFFF;*/
	/*color:#929FA9;*/
	/*border-left: 1px solid #FFFFFF;
	background: #F2F0F0 none   ;
	_background-image: none;
	padding-bottom: 1em;*/
}

.postbitlegacy .postrow, .eventbit .eventrow {
	padding: 5px 10px 10px;
	/*font:    11px Verdana;*/
	font: 11px/18px verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	/*color: #cccccc;*/
}

.postbitlegacy .postrow font, .eventbit .eventrow font {
	/*padding: 5px 10px 10px;*/
	/*font:    11px Verdana;*/
	line-height:normal;
	/*color: #cccccc;*/
}

.eventbit dl.stats {
	display: inline-block;
	height: auto;
}

.postbitlegacy .userinfo {
	float:left;
	position: relative;
	width:180px; 
	padding: 2px 10px 2px;
	font-size: 10px;
	display:block;
    background: #EEECEC none   ;
	clear:both;
	background:none repeat scroll 0 0 #EEECEC;
	/*border-left:1px solid #FFFFFF;*/
	/*border-top:1px solid #FFFFFF;
	/*border-right:1px solid #9E9D9D;*/
	/*color:#656565;*/
}

.postbitlegacy .userinfo .rank, .postbitlegacy .userinfo .usertitle {
	/*font:10px verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;*/
	/*font-size: 11px;*/
	display:block;
	clear:both;	
	margin-bottom:3px;
	margin-top:2px;
}

.eventbit .userinfo {
	float:left;
	position: relative;
	width:180px;
	padding: 2px 10px 5px;
	font-size: 11px;
	display:block;
}

.postbitlegacy .userinfo .username_container {
	margin-bottom: 5px;
	/*margin-left: 5px;*/
}


.postbitlegacy .userinfo .username_container .memberaction {
	display: inline;
}

.postbitlegacy .userinfo .postuseravatar, .eventbit .userinfo .eventuseravatar {
	display:block;
	/*margin:0x auto 0;*/
	text-align:left;
	margin-bottom:7px;
	width: auto;
	float: left;
	clear: both;
}

.postbitlegacy .userinfo .postuseravatar img, .eventbit userinfo .eventuseravatar img {
	/*border: 1px solid #FFFFFF;*/
 	/*outline: 1px dotted #252525;*/
	/*margin-left: 5px;*/
 	max-width: 174px;
}

.postbitlegacy .userinfo a.username, .eventbit .userinfo a.username {
	clear:right;
	font-size:12px;
	/*font-weight:bold;*/
	width: auto;
	max-width:160px;
	word-wrap:break-word;	
}

.postbitlegacy .userinfo .guest.username, .eventbit .userinfo .guest.username {
	padding-top: 5px;
	display:block;
	font-size: 12px;
}

.postbitlegacy dl.userinfo_extra, .postbitlegacy dl.user_rep {
	margin: 1px 0;
	display:block;
	float: left;
	width: 80px; 
}
.postbitlegacy dl.userinfo_extra dt, .postbitlegacy dl.user_rep dt {
	float: left;
	text-align: left;
	/*color: #adaeae;*/
	margin-right: 5px;
	margin-left: 0;
	/*min-width:60px;*/
	width:auto !important;
	width:60px;
}

.postbitlegacy dl.userinfo_extra dt:after, .postbitlegacy dl.user_rep dt:after {
	content: ":";
}

.postbitlegacy dl.user_rep dt.blank:after {
	content: none;
}

.postbitlegacy dl.userinfo_extra dd, .postbitlegacy dl.userinfo_extra dd a, .postbitlegacy dl.user_rep dd {
	padding-bottom: 3px;
}

.postbitlegacy dl.user_rep img {
	margin-top: 10px;
}

.postbitlegacy .imlinks {
	width: 100%;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.postbitlegacy .imlinks img {
	display:inline;
}

.postbitlegacy .title, .eventbit .title {
	display:block;
	/*padding: 6px 10px 10px 0;*/
	margin-top:5px;
	margin-bottom:10px;
    padding-left: 0;
	font:   bold 14px verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
}

.postbit .postfoot, .postbitlegacy .postfoot, .eventbit .eventfoot {
	display:block;
	position: relative;
	/*float: left;*/
	clear:both;
	background: #EEECEC /*url(http://forum.woh.ru/essential/misc/postdown.gif)*/ repeat-x ;
	/*vertical-align: bottom;*/
	/*background: transparent;*/
	height: 29px;
	border-top: 1px solid #FFFFFF;
	font: bold 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	/*width: 100%;*/
}

.postbitlegacy .postrow.has_after_content {
	/*padding-bottom: 4em;*/
}

.postbitlegacy .after_content {
	position: relative;
	width: 100%;
	/*clear:both;*/
}

.postbitlegacy .signature, .postbitlegacy .lastedited {
	/*margin-top: 5px;*/
	padding: 10px;
}

.attachments {
	background:none;
}

.postbit .postfoot .textcontrols, .postbitlegacy .postfoot .textcontrols, .eventbit .eventfoot .eventcontrols {
	/*padding: 3px 0 7px;*/
	/*display:block;*/
	/*background: #000 none;*/
	_background-image: none;
	font:   bold 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	width: 100%;
	padding-top:5px;
	/*height: 30px;*/
	/*margin-right: 10px;*/
	border-top:1px solid #9E9D9D;
}
.postbitlegacy .postfoot  .postcontrols, .postbit .postfoot  .postcontrols {
	/*position: absolute;
	right: 3px;
    margin-left: 450px;*/
	margin-right:9px;
	float:right;
}

.postbitlegacy .postfoot .postlinking, .postbit .postfoot .postlinking {
	/*position: absolute;*/
	margin-left: 4px;
    /*margin-right: 450px;*/	
}

.eventbit .eventfoot .textcontrols {
	display:block;
	float: right;
	margin-right: 10px;
}

.postbitlegacy .postfoot .textcontrols img.inline, .postbit .postfoot .textcontrols img.inline {
	position: absolute;
	top: 2px;
	left: -1px;
	margin-right: 1px;
}
.postbitlegacy .postfoot .textcontrols span.seperator, .postbit .postfoot .textcontrols span.seperator {
	position: relative;
	top: 2px;
	left: 3px;
	background: #252525;
	_background-image: none;
	display: inline;
	height: 14px;
	width: 1px;
	margin: 0 5px;
}
.postbitlegacy .postfoot .textcontrols a, .postbit .postfoot .textcontrols a, .eventbit .eventfoot .eventcontrols a {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 3px;
	padding-left: 23px;
	border: 0px solid #a8a8a8;
	background: #252525 url(http://forum.woh.ru/applied/misc/strip_back.gif) repeat-x  ;
	_background-image: none;
	color: #89A7DE;
	font:   bold 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	display:inline-block;
	margin-left: 5px;
}

/* Text button hover images */
.postbitlegacy .postfoot .textcontrols img.spam, .postbit .postfoot .textcontrols img.spam  {
	padding-top: 2px;
}
.postbitlegacy .postfoot .textcontrols img.moderated, .postbit .postfoot .textcontrols img.moderated, .postbitlegacy .postfoot .textcontrols img.spam, .postbit .postfoot .textcontrols img.spam, .postbitlegacy .postfoot .textcontrols img.deleted_nolink, .postbit .postfoot .textcontrols img.deleted_nolink  {
	padding-top: 2px;
}
.postbitlegacy .postfoot .textcontrols a.editpost, .postbit .postfoot .textcontrols a.editpost, .eventbit .eventfoot .textcontrols a.editevent  {
	background: url(http://forum.woh.ru/applied/buttons/edit_40b.png) no-repeat transparent left ;
	padding-left: 20px;
}
/*.postbitlegacy .postfoot .textcontrols a.editpost:hover, .postbit .postfoot .textcontrols a.editpost:hover, .eventbit .eventfoot .textcontrols a.editevent:hover  {
	background: url(http://forum.woh.ru/applied/buttons/edit_40b-hover.png) no-repeat transparent left;
	padding-left: 20px;*/
}
.postbitlegacy .postfoot .textcontrols a.quickreply, .postbit .postfoot .textcontrols a.quickreply  {
	background: url(http://forum.woh.ru/applied/buttons/reply_40b.png) no-repeat transparent left;
	padding-left: 20px;
}
/*.postbitlegacy .postfoot .textcontrols a.quickreply:hover, .postbit .postfoot .textcontrols a.quickreply:hover  {
	background: url(http://forum.woh.ru/applied/buttons/reply_40b-hover.png) no-repeat transparent left;
	padding-left: 20px;
}*/
.postbitlegacy .postfoot .textcontrols a.newreply, .postbit .postfoot .textcontrols a.newreply  {
	background: url(http://forum.woh.ru/applied/buttons/quote_40b.png) no-repeat transparent left;
	padding-left: 20px;
}
/*.postbitlegacy .postfoot .textcontrols a.newreply:hover, .postbit .postfoot .textcontrols a.newreply:hover  {
	background: url(http://forum.woh.ru/applied/buttons/quote_40b-hover.png) no-repeat transparent left;
	padding-left: 20px;*/
}
.postbitlegacy .postfoot .textcontrols a.multiquote, .postbit .postfoot .textcontrols a.multiquote  {
	background: url(http://forum.woh.ru/applied/buttons/multiquote-back_40b.png) no-repeat transparent left;
	padding-left: 20px;
}
/*.postbitlegacy .postfoot .textcontrols a.multiquote:hover, .postbit .postfoot .textcontrols a.multiquote:hover  {
	background: url(http://forum.woh.ru/applied/buttons/multiquote_40b-hover.png) no-repeat transparent left;
	padding-left: 20px;*/
}
.postbitlegacy .postfoot .textcontrols a.promotecms, .postbit .postfoot .textcontrols a.promotecms  {
	background: url(http://forum.woh.ru/applied/cms/promote_small.png) no-repeat transparent left;
	padding-left: 20px;
}
.postbitlegacy .postfoot .textcontrols a.promotecms:hover, .postbit .postfoot .textcontrols a.promotecms:hover  {
	/*background: url(http://forum.woh.ru/applied/cms/promote_small-hover.png) no-repeat transparent left;
	padding-left: 20px;*/
}

.postbitlegacy .postfoot .textcontrols a.infraction, .postbit .postfoot .textcontrols a.infraction  {
	background: url(http://forum.woh.ru/applied/buttons/infraction.gif) no-repeat transparent left;
	padding-left: 14px;
}
.postbitlegacy .postfoot .textcontrols a.infraction:hover, .postbit .postfoot .textcontrols a.infraction:hover  {
	/*background: url(http://forum.woh.ru/applied/buttons/add-infraction_sm-hover.png) no-repeat transparent left;
	padding-left: 20px;*/
}

.postbitlegacy .postfoot .textcontrols a.report, .postbit .postfoot .textcontrols a.report  {
	background: url(http://forum.woh.ru/applied/buttons/report.gif) no-repeat transparent left;
	padding-left: 20px;
	text-decoration:none;
}
.postbitlegacy .postfoot .textcontrols a.report:hover, .postbit .postfoot .textcontrols a.report:hover  {
	/*background: url(http://forum.woh.ru/applied/buttons/report-40b-hover.png) no-repeat transparent left;
	padding-left: 20px;*/
}

.postbitlegacy .postfoot .textcontrols a.blog, .postbit .postfoot .textcontrols a.blog  {
	background: url(http://forum.woh.ru/applied/misc/blog/blogpost_40b.png) no-repeat transparent left;
	padding-left: 20px;
}
/*.postbitlegacy .postfoot .textcontrols a.blog:hover, .postbit .postfoot .textcontrols a.blog:hover  {
	background: url(http://forum.woh.ru/applied/misc/blog/blogpost_40b-hover.png) no-repeat transparent left ;
	padding-left: 20px;
}*/
.postbitlegacy .postfoot .textcontrols a.reputation, .postbit .postfoot .textcontrols a.reputation  {
	background: url(http://forum.woh.ru/applied/buttons/reputation.gif) no-repeat transparent left;
	padding-left: 20px;
	text-decoration:none;
}
.postbitlegacy .postfoot .textcontrols a.reputation:hover, .postbit .postfoot .textcontrols a.reputation:hover  {
	/*background: url(http://forum.woh.ru/applied/buttons/reputation-hover.gif) no-repeat transparent left;
	padding-left: 20px;*/
}
.postbitlegacy .postfoot .textcontrols a.ip, .postbit .postfoot .textcontrols a.ip  {
	background:url("http://forum.woh.ru/applied/buttons/ip.gif") no-repeat scroll left center transparent;
	float:left;
	margin-left:10px;
	margin-top:2px;
	padding-left:12px;
	text-decoration:none;	
}
.postbitlegacy .postfoot .textcontrols a.ip:hover, .postbit .postfoot .textcontrols a.ip:hover  {
	/*background: url(http://forum.woh.ru/applied/buttons/ip-40b-hover.png) no-repeat transparent left;
	padding-left: 20px;*/
}
.postbitlegacy .postfoot .textcontrols a.redcard, .postbit .postfoot .textcontrols a.redcard  {
	background: url(http://forum.woh.ru/applied/buttons/red-card.png) no-repeat transparent left;
	padding-left: 20px;
}
.postbitlegacy .postfoot .textcontrols a.redcard:hover, .postbit .postfoot .textcontrols a.redcard:hover  {
	background: url(http://forum.woh.ru/applied/buttons/red-card_sm-hover.png) no-repeat transparent left;
	padding-left: 20px;
}
.postbitlegacy .postfoot .textcontrols a.yellowcard, .postbit .postfoot .textcontrols a.yellowcard  {
	background: url(http://forum.woh.ru/applied/buttons/yellow-card_sm.png) no-repeat transparent left;
	padding-left: 20px;
}
.postbitlegacy .postfoot .textcontrols a.yellowcard:hover, .postbit .postfoot .textcontrols a.yellowcard:hover  {
	background: url(http://forum.woh.ru/applied/buttons/yellow-card_sm-hover.png) no-repeat transparent left;
	padding-left: 20px;
}
.postbitlegacy .postfoot .textcontrols a.deleted, .postbit .postfoot .textcontrols a.deleted  {
	background: url(http://forum.woh.ru/applied/buttons/deleted_sm.png) no-repeat transparent left;
	padding-left: 20px;
}
.postbitlegacy .postfoot .textcontrols a.deleted:hover, .postbit .postfoot .textcontrols a.deleted:hover  {
	background: url(http://forum.woh.ru/applied/buttons/deleted_sm-hover.png) no-repeat transparent left;
	padding-left: 20px;
}
.postbitlegacy .postfoot .textcontrols a:hover, .postbit .postfoot .textcontrols a:hover {
	color: #eaeaea;
	/*background: #252525 url(http://forum.woh.ru/applied/misc/strip_back.gif) repeat-x  ;
	_background-image: none;*/
}

.postbitlegacy .postfoot .textcontrols a.highlight, .postbit .postfoot .textcontrols a.highlight {
	background-color: #252525;
}

.postbitlegacy .postfoot .textcontrols a.multiquote, .postbit .postfoot .textcontrols a.multiquote {
	border: 0;
	margin-right: 0;
	/*padding-right: 10px;*/
}

.postbitlegacy .postfoot .textcontrols a img, .postbit .postfoot .textcontrols a img {
	/*position: absolute;
	top: 0px;
	left: 0px;*/
}

.postbitlegacy .postfoot .textcontrols a:hover img, .postbit .postfoot .textcontrols a:hover img {
	/*top: 0px;*/
}

/*post bit deleted*/
.postbitdeleted, .postbitignored {
	margin-bottom: 10px;
	font:10px tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	display:block;
	width: 100%;
	clear:both;
	position: relative;
	/*color: #8daada;*/
	/*border: 1px solid #FFFFFF;*/
	float: left;
	/*background: #121212 none   ;*/
	_background-image: none;
}

.postbitdeleted hr, .postbitignored hr {
	display: none;
}

.postbitdeleted .posthead, .postbitignored .posthead {
	display:table;
	background:#BBBBBB;	
	border: 1px solid #9E9D9D;
	/*height: 16px;*/
	padding: 4px 0;
	/*color: #ffffff;*/
	width: 100%;
	/*margin: -1px -1px 0;
	font:   normal 12px Tahoma,Calibri,Verdana,Geneva,sans-serif;*/
}

.postbitdeleted .posthead .date, .postbitignored .posthead .date {
	display:inline-block;
	padding-left: 14px;
	margin-left: 10px;
	/*color: #ffffff;*/
	background:transparent url(http://forum.woh.ru/applied/statusicon/post_old.gif) no-repeat center left;
	/*font:   normal 12px Tahoma,Calibri,Verdana,Geneva,sans-serif;*/
}

.postbitdeleted .posthead .date .time, .postbitignored .date .time {
	/*color: #ffffff;
	font:   normal 12px Tahoma,Calibri,Verdana,Geneva,sans-serif;*/
	margin-left: 10px;
	
}

.postbitdeleted .posthead .postimod, .postbitignored .posthead .postimod {
	position: absolute;
	right: 10px;
	top: 5px;
}

.postbitdeleted .postbody, .postbitignored .postbody {
	padding: 0;
}

.postbitdeleted .postrow, .postbitignored .postrow {
	padding:5px 10px;
}

.postbitdeleted .userinfo .memberaction, .postbitignored .userinfo .memberaction {
	display: block;
}


.postbitdeleted .userinfo, .postbitignored .userinfo {
	display:block;
	background: transparent;
	position: relative;
	clear: both;
	padding: 5px 10px 0;
	/*border-bottom: 1px solid #FFFFFF;*/
	word-wrap: break-word;
}

.postbitdeleted .userinfo .username, .postbitignored .userinfo .username {
	display:block;
	float: left;
	clear: right;
	font-size: 12px;
	/*font-weight:bold;*/
}

.postbitdeleted .userinfo .moreinfo, .postbitignored .userinfo .moreinfo {
	float: left;
	display:block;
	position: relative;
	top: -5px;
}

.postbitdeleted .userinfo .usertitle, .postbitignored .userinfo .usertitle {
	clear:both;
	display:block
	width: 100%;
}

.postbitdeleted .userinfo .popupmenu a.popupctrl:hover, .postbitignored .userinfo .popupmenu a.popupctrl:hover {
	color: #5f7bb5;
	text-decoration: underline;
}

.postbitdeleted .title, .postbitignored .title {
	font:normal 8pt verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
}

.postbitdeleted .nodecontrols, .postbitignored .nodecontrols {
	padding:7px 0 6px;
	border:1px solid #9E9D9D;
	/*padding-right:10px;*/
	text-align:right;
	/*font:bold 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;*/
	height:16px;
	float:left;	
	width:100%;
}

.postbitdeleted .nodecontrols .textcontrol, .postbitignored .nodecontrols .textcontrol {
	/*background:#252525;
	border:1px solid #000000;
	font:bold 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;*/
	padding:1px 5px 3px;
	margin-right:5px;	
}

.postbitdeleted .nodecontrols a.textcontrol:hover, .postbitignored .nodecontrols a.textcontrol:hover {
	/*background: #252525 url(http://forum.woh.ru/applied/misc/strip_back.gif) repeat-x  ;
	_background-image: none;*/
	/*border: 1px solid #FFF;*/
}

.userinfo .popupmenu:hover a.popupctrl {
	background-color:transparent;
}

.userinfo .popupgroup .popupmenu:hover a.popupctrl.active,
.userinfo .popupmenu a.popupctrl.active {
	background-color:transparent;
	color:inherit;
}
.postbit .userinfo .popupmenu .popupctrl {
	color:auto;
}

.postbit.imod_highlight .userinfo_noavatar,
.postbit.imod_highlight .userinfo,
.postbit.imod_highlight .postbody,
.postbitlegacy.imod_highlight .postdetails,
.postbitlegacy.imod_highlight .userinfo,
.postbitlegacy.imod_highlight .postbody,
.postbitdeleted.imod_highlight,
.postbitignored.imod_highlight {
	background:#252525;
	color: #8daada;
}


/* start styles for postbit_legacy */
.userinfo .popupmenu:hover a.popupctrl {
	background-color:transparent;
}
.userinfo .popupgroup .popupmenu:hover a.popupctrl.active,
.userinfo .popupmenu a.popupctrl.active {
	background-color:transparent;
	color:inherit;
}
.postbitlegacy .userinfo .popupmenu .popupctrl {
	color:auto;
}
/* end styles for postbit_legacy */

img.onlinestatus_noavatar {
	position: relative;
	top: 5px;
	left: -56px;
}
img.onlinestatus {
	position:absolute;
	top: 3px;
	/*left: 4px;*/
}

/* last edited */
.postbody fieldset {
	/*background: #252525 none   ;*/
	_background-image: none;
	/*-moz-border-radius: 5px;*/
	padding: 5px 10px 5px 10px;
	font-size: 12px;
}

.postbody img.inlineimg {
margin-left:5px;
/*position:absolute;*/
/*top: 0px;*/
}

.postbody .lastedited .reason {
	font-weight: bold;
}

.postbitlegacy .userinfo .userinfo_extra {
	width:180px;
	float: left;
	/*font-size: 11px;*/
	font: 10px verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	/*color: #656565;*/
}

.hasad {
	display:block;
	margin-right: 300px;
} 


/* CSS Document */

.postlist, #postlist {
	margin:0 12px 10px 10px;
	/*clear:both;*/
	/*margin-top:-5px;
	margin-bottom:10px;*/
}


.above_postlist, #above_postlist {
	clear:both;
	display:block;
	float:left;
	margin:0 0 10px;
	width:100%;
}

.postlist_popups, #postlist_popups {
	float: right;
	position: relative;
	clear:both;
	margin-right: 11px; 
	margin-top:-7px;
}

.postlist_popups li, #postlist_popups li {
	position: relative;
	padding-left:7px;
	font:10px verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
}

.postlist_popups .popupmenu ul, #postlist_popups .popupmenu ul {
	left:auto;
	/*right:0;*/
}

#postlist_popups a, .postlist_popups a {
	color: #474646;
	_border: none;
}

/*#postlist_popups a:hover, .postlist_popups a:hover {
	color: #5C5C5C;
	background-color: #F8F8F8;
	text-decoration:underline;	
}*/

.popupmenu a:hover {
	/*color: #5C5C5C;*/
	background-color: none;
	/*text-decoration:underline;	*/
}


#postlist_popups ul a, .postlist_popups ul a {
	/*color: #454445;*/
	text-decoration:none;
}

#postlist_popups ul a.advancedsearchlink { 
	/*color: #454445;*/
	text-decoration:underline;
}

#postlist_popups ul a.advancedsearchlink:hover { 
	/*color: #454445;*/
	text-decoration:none;
}

#postlist_popups ul a:hover, .postlist_popups ul a:hover {
	text-decoration:underline;
}

#postlist_popups, .postlist_popups {
         /* ie6 + ie7 fix */
	*width:540px;
}

#postlist_popups .popupmenu:hover a.popupctrl, #postlist_popups .popupmenu:hover .popupctrl a.popupctrl.active, .postlist_popups .popupmenu:hover a.popupctrl, .postlist_popups .popupmenu:hover .popupctrl a.popupctrl.active {
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent /*1px dotted #DADAD7*/;
	text-decoration:underline;
}

.posts, #message_list {
	/*margin:10px 0;*/
}

#inlinemod_formctrls ul {
	left:auto;
	right:0;
}

.postlist_navpopup {
	clear:both;
	margin-top:2em;
}

.qr_require_click {
	display: none;
}

form#quick_reply {
	/*max-width:100%;*/
	/*margin:-10px auto 10px;*/
}

form#quick_reply .actionbuttons .group {
	max-width:100%;
}

form#quick_reply textarea {		
	height:100px;	
}

#pagetitle {
	margin:0 21px 10px;
	/*width:auto;*/
}

/*#pagetitle h1 {
	margin:0 21px 10px;
}/

.above_postlist .newcontent_textcontrol {
	/*margin-top: 5px;*/
	/*position: relative;	*/
}

#pagination_postlist_bottom {
	float:left;
}

.pagination_top {	
	float:right;
	height:19px;
	margin-right:10px;	
}

/*.wysiwyg_block {
	margin:0;
}*/

.above_postlist .pagination_top .pagination {
	float:right;
	/*margin-bottom:10px;
	margin-left:10px;
	margin-right:0px;
	margin-top:3px;*/
	/*top:-3px;*/	
	/*float: right;
	/*clear:left;
	vertical-align:middle;
	font-size: 12px;*/
	/*color: #8daada;*/
	/*_display:inline;*/
	/*margin-top: 10px;*/
}

.above_postlist .pagination_top .postpagestats {
	float: right;	
	margin-right:10px;
	/*float: right;
	margin-top: 1px;
	/*clear:left;
	vertical-align:middle;
	font-size: 12px;*/
	/*color: #8daada;*/
	/*_display:inline;*/
	/*margin-top: 10px;*/
	/*padding-bottom:10px;*/
}

.postpagestats {
	/*margin-top: -3px;*/
	vertical-align:inherit;
}
	
.pagination_top .pagination {
	/*margin-left: 10px;
	position: relative;*/
	/*top: -3px;*/
}

.postlistfoot {
	display:block;
	width: 100%;
    /*height: 2em;*/
    /*clear:both;*/
    position: relative;
	/*margin-bottom: 15px;*/
}

.below_postlist {
	clear:both;
	display:block;
	float:left;
	margin:0 0 10px;
	width:100%;
}

.discussionlist + .below_postlist {
	margin-bottom: 20px;
}

.below_postlist .pagination_bottom {
	float:right;
	height:19px;
	margin-right:10px;	
}

.below_postlist .pagination_bottom .pagination {
	float:right;
	/*margin:0px 10px 0px;
	margin-left:10px;
	position:relative;*/	
}

.below_postlist .newcontent_textcontrol {
	position:absolute;
	/*top: -20px;*/
}

.navpopupmenu {
	display:block;
	float: right;
	padding: 0;
	padding: 5px 0px;
	clear: right;
	/*font-size: 12px;*/
	margin-top: 0;
}

.navpopupmenu.popupmenu.nohovermenu a.textcontrol, .navpopupmenu.popupmenu.nohovermenu a.popupctrl {
	color: #89a7de;
	/*border: 1px solid #FFFFFF;*/
	background: #252525 url(http://forum.woh.ru/applied/misc/strip_back.gif) repeat-x top left;
	_background-image: none;
	font:   bold 12px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	padding: 3.3333333333333px 6.6666666666667px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.navpopupmenu.popupmenu.nohovermenu a.textcontrol:hover, .navpopupmenu.popupmenu.nohovermenu a.popupctrl:hover {
	color: #eaeaea;
	background: #252525 url(http://forum.woh.ru/applied/misc/strip_back.gif) repeat-x  ;
	_background-image: none;
}


/* CSS Document */

.pagetitle {
	width: 100%;
}

.postlist {
 /* ie6-only hack */
  _border:1px solid #151515;
}

.thread_controls {
	clear:both;
	display:block;
	float:left;
	margin-bottom:10px;
	width:100%;
}

.thread_controls div {
	background:none repeat scroll 0 0 #EEECEC;
	border:1px solid #DBDBDB;
	margin:0 10px;
	padding:10px 0;	
}

.thread_controls div.popupbody {
	background:none repeat scroll 0 0 #ECECEC;
	border-left:1px solid #262626;
	min-width:200px;
	position:absolute;
	border-right:1px solid #262626;
	z-index:1000;
	border-top:1px solid #262626;
	padding:0;
}

.popupbody .rating {
	display:block;
	padding:0;
	padding-left:75px;
	background:transparent url(http://forum.woh.ru/applied/rating/rating-15_0.png) left center no-repeat;
}

.popupbody .rating.r5 { background-image:url(http://forum.woh.ru/applied/rating/rating-15_5.png); }
.popupbody .rating.r4 { background-image:url(http://forum.woh.ru/applied/rating/rating-15_4.png); }
.popupbody .rating.r3 { background-image:url(http://forum.woh.ru/applied/rating/rating-15_3.png); }
.popupbody .rating.r2 { background-image:url(http://forum.woh.ru/applied/rating/rating-15_2.png); }
.popupbody .rating.r1 { background-image:url(http://forum.woh.ru/applied/rating/rating-15_1.png); }

.searchthread.popupmenu .popupbody {
	width:236px;
}

.searchthread.popupmenu .popupbody input.searchbox{
	/*margin-top:1px;*/
	/*margin-bottom:3px;*/
}

.searchthread.popupmenu .popupbody input.button{
	/*float:right;*/
	padding:2px;	
}

li.formsubmit  a.advancedsearchlink {
	color:#474646;
	font-size:7pt;
	font-weight:bold;
	text-decoration:underline;
}

.qrcontainer.blockfoot {
	margin:0;
	/*-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;*/
}

/* FORUM INFO / OPTIONS BLOCK */

/*thread info*/

.thread_info {
	clear:both;
	margin:0 12px 0 10px;	
}

.thread_info a {
	/*font-weight:bold;*/
}

.thread_info h4.threadinfohead  {
	margin-top:10px;
}

.thread_info  h4 {
	background:url("http://forum.woh.ru/applied/misc/strip_back1.gif") repeat-x scroll 0 0 transparent;
	border:1px solid #9E9D9D;
	float:left;
	font-size:11px;
	font-weight:bold;
	height:7px;
	padding:11px 0;
	width:100%;
}

.thread_info .options_block h4.collapse {
	margin-top:10px;
}

.thread_info h5 {
	display: none;
}

.thread_info .optiontitle {
	display:block;
	padding: 0 10px;
	/*padding-left: 10px;*/
	/*-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;*/
}

.thread_info_block {
	/*border-top: 1px solid #FFFFFF;*/
	background:none repeat scroll 0 0 #EEECEC;
	border-bottom:1px solid #9E9D9D;
	border-left:1px solid #9E9D9D;
	border-right:1px solid #9E9D9D;
	float:left;
	width:100%;
	/*margin-left: 2px;
	margin-right: 2px;
	_background-image: none;
	-moz-box-shadow: -2px 2px 2px transparent;
	-webkit-box-shadow: -2px 2px 2px transparent;*/
}

.thread_info .inner_block, .info_subblock {
	padding: 4px 10px;
	background:none repeat scroll 0 0 #EEECEC;
	/*border:1px solid #FFFFFF;*/
}

.navlinks {
	margin:0 10px;
}

.thread_info .options_block_container {
	width: 100%;
	float: left;
	display:block;
	position: relative;
	top: 0;
	padding-top:0;
	margin-top: 0;
	
}

.thread_info .options_block{
	width: 100%;
	display:block;
	float: left;
	clear: right;
	/*margin-right: 1%;*/
	position: relative;
	/*margin-bottom:10px;*/
}

.thread_info .options_block:last-child {
	margin-right: 0;
}

.options_block h4 {
	/*width: 100%;*/
}

.options_block .thread_info_block {
	/*float: left;
	width: 100%;
	display:block;*/
}

ul.icon_list li {
	display:block;
	width: 100%;
	margin-bottom: 5px;
}

.info_subblock ul li {
	margin-bottom: 2px;
}

.youcandoblock {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}

.bbcodeblock {
	float: right;
	display:block;
	width: 50%;
	margin-bottom: 10px;
}

.rules_link {
	width: 50%;
	padding-left: 50%;
}

.inner_block .commalist {
	margin-top:3px;
}

#thread_info_block_1 {
	width:34.9%;
	float:left;
}

#thread_info_block_1 > * {
	margin-right:2px;
}

#thread_info_block_2 {
	width:65%;
	float:right;
}

/* Similar Threads */
.similar_threads {
	clear:both;
}

.similar_threads li {
	padding:5px 10px 5px 10px;
}

ol.similar_threads li h6 a {
	font-size:12px;
}

.similar_threads .starter_forum {
	font-size:11px;
}

.similar_threads .titleblock {float:left}
.similar_threads .dateblock {float:right; text-align:right}

a.firstunread {
	background-image:url(http://forum.woh.ru/applied/buttons/firstnew1.png);
	/*background-position:right center;*/
	font:bold 10px tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	text-decoration:none;
	background-repeat:no-repeat;
	float:left;
	background-position:99% 4px;
	padding:0px 15px 0px 4px;
	margin-
	/*font-size:11px;*/
	/*border:7px solid transparent;*/
	/*margin-right:10px;*/
	text-decoration:none;
}

a.firstunread:hover {
	text-decoration:underline;
}
#navlinks {
	background: #181818 none   ;
	_background-image: none;
	border-top: 1px solid #1f1f1f;
	padding: 6px;
	text-align: center;
	color: #3457a2;
	font-size: 1em;
	clear:both;
}
.thread_info a.collapse {
	/*position: absolute;
	margin-top:-3px;*/
	/*top: 0.9em;*/
	display:block;
	padding:0 10px;
}


/*************************************************/
/* ADS First and Last Post */
#ad_thread_first_post_content {
     float:right;
}
#ad_thread_last_post_content {
     float:right;
}


/* Threaded Mode */
#posttree {
	height:150px;
	overflow:auto;
	padding:2px;
	text-align:left;
	border: 1px solid #FFFFFF;
	border-top:0;
	white-space:nowrap;
}

#posttree .poston {
	background: #f1f1f1 none   ;
}

#posttreee .postoff {

}

#inlinemod_formctrls {
	margin-top:0;
}

#threaded_view h4 {
	background: #252525 url(http://forum.woh.ru/applied/misc/strip_back.gif) repeat-x  ;
	border: 1px solid #FFFFFF;
	color: #ffffff;
	font:   normal 12px Tahoma,Calibri,Verdana,Geneva,sans-serif;
	padding: 4px;
} 

.signaturecontainer {
    /*padding-bottom: 10px;*/
	font:8pt verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
/*	border-top: 1px solid #e9e9e9;*/
    /*margin-top: 2em;*/
}

.awards_showcase_awarddisplay {
    /*text-align:center;*/
	margin-top: 5px;	
	/*margin-left: 5px;*/
	/*	border-top: 1px solid #e9e9e9;*/
}

.awards_showcase_awarddisplay a {
	text-decoration: none;
}
