/* @override http://www.mir3d.ru/css/forum_styles.css */

/*
#page{margin: 0 auto; width: 100%;}
*/

/* common parts */
.clear {
	clear: both;
	display: block;
}

.inline {
    clear: none;
	display: inline;
	float: left;
}

.forum .main.content {
	width: 1000px!important;
}

/* @group Forum parts */
.forum .forum-title,
.forum .forum-main th,
.forum .forum-stat th,
.forum .forum-main .forum-group,
.forum .forum-post-form th
 {
	background-color: #E9F5F5;
	border-color: #9cc;
	font-weight: bold;
}

.forum .forum-message td,
.forum .forum-main td,
.forum .forum-stat td {
	background-color: #fff;
	border-color: #9cc;
}
.forum .forum-message .forum-message-info {
	width: 85px;
	border-right-style: none;
	padding-left: 15px;
}
.forum .forum-message .forum-message-text {
	border-right-style: none;
	border-left-style: none;
}
.forum .forum-message .forum-message-commands {
	width: 100px;
	border-left-style: none;
}

.forum .td-topic-name a,
.forum .td-topic-name a:link,
.forum .td-topic-name a:visited,
.forum .td-name a,
.forum .td-name a:link,
.forum .td-name a:visited {
	color: #366;
	font-weight: bold;
}
.forum .forum-button,
.forum .forum-button:link,
.forum .forum-button:visited {
	background-color: #E9F5F5;
	border: 1px solid #cee;
	color: #366;
	clear: both;
	float: left!important;
}
.forum .forum-button:hover {
	background-color: #cee;
	border: 1px solid #9cc;
}
.forum .forum-button-small,
.forum .forum-button-small:link,
.forum .forum-button-small:visited {
	background-color: #fff;
	border: 1px solid #fff;
	color: #366;
}
.forum .forum-button-small:hover {
	background-color: #E9F5F5;
	border-top: 1px solid #cee;
	color: #366!important;
	text-decoration: none;
}
.forum .postInfo {
	float: right;
}
.forum table.forum-smile {
	padding: 2px;
}
.forum .forum-smile td {
	margin: 0;
	padding: 0;
}
.forum .forum-smile img {
	margin: 1px!important;
}
.forum .forum-post-form td.forum-post-container {
	background-color: #E9F5F5;
	border: 1px solid #9cc;
}

/* @end */


/* component title block */
.reviews H2, .reviews H3, 
.reviewsTitle {
	color: #669999;
	font-weight: normal;
}

.reviewsTitle {font-size: 1.4em; display: inline;}

.replyTitle {font-size: 1.2em;}

div.reviews {
	width: 620px;
	margin: 0!important;
}

div.postform {
	width: 620px;
	margin: 8px 0 0 0!important;
}

.postContainer {
	overflow: hidden;
}

/* posts list*/
.postTitle {
    padding: 6px 8px 4px 0;
	border-bottom: 1px solid #9cc;
}

.post {
	border: 1px solid #9cc;
	border-top-style: none;
    padding: 6px 8px 12px 8px;
}

.postHeader {
	color: #336666;
	font-size: 11px;
	font-weight: bold;
	background-color: #E9F5F5;
	border-bottom: 1px solid #99CCCC;
	border-top: 1px solid #336666;
	padding: 2px 4px;
}

.postControls {
	float: right;	
}

div.postAuthor a, 
div.postAuthor a:link, 
div.postAuthor a:visited,
span.postAuthor a, 
span.postAuthor a:link, 
span.postAuthor a:visited {
	font-size: 11px;
	color: #336666;
	text-decoration: none;
}

div.postAuthor a:hover,
span.postAuthor a:hover {
	text-decoration: underline;
}

.forum .smallGray,
span.postDate,
div.postDate {
	display:  block;
	color: #8A8A8A;
	font-size: 9px;
	padding-top: 1px;
}

.postBody {
/*    margin-right: 8px; */
/*    width: 540px;*/
}

.postMsg {
	padding: 2px 4px;
}

/* right-part container */
.postCommands {
    width: 90px;
	padding: 2px 0px;
}

/* UL style */
/*#postCmd {
	list-style-type: none;
	margin: 0 0 1em;
	padding: 0;
}

div.postCommands #postCmd li {
	margin-bottom: 8px;
}

#postCmd a,
#postCmd a:link,
#postCmd a:visited {
	color: #366;
	font-size: 11px;
	padding: 4px;
	text-decoration: none;
}

#postCmd a:hover {
	background-color: #E9F5F5;
}
*/
	
.post .forum-quote {
	margin: 4px 0 0 12px;
	border: 1px solid #9cc;
}
.post .forum-quote th,
.post .forum-quote td {
	text-align: left;
	padding: 2px 4px;
}



/* reply (comment) form */
.postform .bordered {
	border: 1px solid #9cc;
	border-top-style: none;
	padding: 8px 8px;
	color: #336666;
	background-color: #E9F5F5;
}

.postform .topborder {
	border-top: 1px solid #9cc;
}	

.postform .noborder {
	padding: 8px 0px 2px;
	width: 100%;
	color: #336666;
}

.postform textarea {
	width:100%;
	height:40px;	
/*	height:100px;	original size. 40px in collapsed state. changed by JS*/
	border: 1px solid #9cc;
}	

/* format buttons - [B][I][S] */
span.format {
	height: 18px;
	min-width: 20px;
}
span.format a,
span.format a:link,
span.format a:visited,
.formbutton {
	width:20px;
	height:16px;
	padding: 0px;
	margin: 0 2px 2px 0;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	float: left;
	border: 1px solid #EEEEEE;
	text-decoration: none;
	color: #BBBBBB;
	background-color: #f9f9f9;
}	

span.format a:hover,
span.format div.marked,
.forum .format .formbutton:hover {
	background-color: #E9F5F5;
	border: 1px solid #669999;
	text-decoration: none;
	color: #669999;
	cursor: pointer;
}	

/* bottom part with submit button */
.commsubmit {
	text-align: left;
	vertical-align: bottom;
	min-height: 22px;
	overflow: hidden;
}

.commsubmit label {
	margin-top: 4px;
}

.commsubmit input#submit {
	float: right;
	display: inline;
}

.commsubmit img#captcha {
	height: 24px;
	padding: 0;
	margin: 0 0 -6px 4px;
	border-style: none;
	border-width: 0;
}

.commsubmit .name {
	width: 516px;
    clear: none;
	display: inline;
	float: left;
	vertical-align: bottom;
}



