/* BEGIN 7. Форум*/
.forumHeader{
	background:#cccccc;
	height:21px;
	padding:8px 20px;
	font-size:18px;
	text-transform:uppercase;
	position:relative;
}
.forumHeader p{
	background:url(/templates/korabel2/icons.png) no-repeat;
	position:absolute;
}
.forumHeader p.treeIcon{
	background-position:-23px -87px;
	width:18px;
	height:30px;
	top:-8px;
	right:18px;
}
.forumHeader p.listIcon{
	background-position:-41px -87px;
	width:22px;
	height:32px;
	top:-10px;
	right:39px;
}

.forumTable{
	width:100%;
	/*max-width:800px;*/
	max-width:1040px;
	margin-top:25px;
}
.forumHeader+.forumTable{
	margin-top:0;
}

.forumTable tr.space td{
	display:none;
}
.forumTable tr.hide+tr.space td{
	display:table-cell;
	border:none;
	height:1px;
}

.forumTable tr.prepagination td{
	background:#f2f2f2;
	border:none;
	height:18px;
}
.forumTable tr.pagination td{
	background:#E6E6E6;
	border:none;
	/*height:37px;*/
	padding-top:5px;
	vertical-align:middle;
}
.forumTable tr.pagination .block{
	float:left;
}
.forumTable tr.pagination .block+.block{	
	margin-left:12px;
}
.forumTable tr.pagination .blockRight{
	float:right;
}
.forumTable tr.pagination .block .margin{
	margin-top:2px;
	display:block;
}

.forumTable th.blue{
	background:#03aeee;
	width:4px;
	height:100%;
	padding:0;
}
.forumTable th{
	background:url(/templates/korabel2/gradients.png) #001422 repeat-x 0px -319px;
	width:auto;
	height:38px;
	color:#FFFFFF;
	vertical-align:middle;
	padding-left:16px;
	position:relative;
}
.forumTable th a{
	color:#FFFFFF;
}
.forumTable th+th+th{
	width:35px;
	border-left:#374650 1px solid;
	padding:0;
}
.forumTable th+th+th+th+th+th{
	width:170px;
	padding-left:15px;
}
.forumTable th.last{
	border:none;
	width:116px;
	padding:0;
}

.forumTable .hide th+th+th, .forumTable .hide td{
	display:none;
}
.forumTable .hide th.last{
	display:table-cell;
	vertical-align:middle;
}

.forumTable th a.icon{
	background:url(/templates/korabel2/icons.png) no-repeat;
	display:block;
}

.forumTable th a.eye{
	background-position:-63px -111px;
	width:18px;
	height:11px;
}
.forumTable th a.list{
	background-position:-64px -98px;
	width:13px;
	height:13px;
}
.forumTable th a.mail{
	background-position:-64px -87px;
	width:14px;
	height:11px;
}

.forumTable .noBorder{
	border-left:none !important;
}


.forumTable td.white{
	width:4px;
	padding:0;
}
.forumTable td{
	border-top:#AAA 1px solid;
	/*height:77px;*/
	padding:0 0 5px 20px;
}
.forumTable tr.header td+td+td, .forumTable tr.section td+td+td{
	border-left:#e2e4e6 1px solid;
	text-align:center;
	padding:23px 0 0;
	font-size:12px;
	color:#001422;
	font-weight:bold;
}
.forumTable td+td+td+td+td{
	text-align:left;
	padding-left:15px;
	font-weight:normal;
}
.forumTable tr.header+tr td{
	border-top:none;
}

.center .userOnline{
	border:none;
	background:#f2f2f2;
	width:auto;
	text-transform:uppercase;
	padding:22px 27px;
	margin-top:0;
}
.userOnline p.header{
	color:#868686;
	font-size:10px;
}
.userOnline p.header b{
	color:#000000;
	font-weight:normal;
	font-size:10px;
}
.userOnline p.footer{
	color:#03AEEE;
	padding-top:14px;
}
.userOnline p.footer a{
	font-size:10px;
}
.forumTable .section a.icon{
	background:url(/templates/korabel2/icons.png) no-repeat;
	float:left;
	margin:10px 15px 10px 0;
}
.forumTable .section a.newTheme{
	background-position:0 -119px;
	width:30px;
	height:30px;
}
.forumTable .section a.theme{
	background-position:-31px -119px;
	width:30px;
	height:30px;
}
.forumTable .section a.newMess{
	background-position:0 -149px;
	width:27px;
	height:27px;
}
.forumTable .section a.mess{
	background-position:-27px -149px;
	width:27px;
	height:27px;
}
.forumTable .section a.closeTheme{
	background-position:-54px -149px;
	width:27px;
	height:27px;
}

.forumTable .section .title{
	font-size:14px;
	font-weight:bold;
	padding-top:8px;
}
.forumTable .section .description, .forumTable .section .subsection{
	font-size:11px;
}

.forumTable .messName{
}
.forumTable .messAuthor{
	text-decoration:none;
}
	.forumTable .messAuthor:hover{
		text-decoration:underline;
	}
.forumTable .messDate{
	color:#868686;
	text-transform:uppercase;
	font-size:10px;
	padding-top:6px;
}
.forumTable .messDate2{
	text-transform:uppercase;
	font-size:12px;
}

.forumTable .message td{
	border:none;
	height:auto;
	text-align:left;
}
.forumTable .message td.gray{
	background:#f2f2f2;
	width:4px;
	padding:0;
}
.forumTable .message td.user{
	background:#f2f2f2;
	text-align:center;
	padding:10px 4px 0 0;
	min-width: 140px;
	width: 20%;
}
.forumTable .message .userName{
	font-size:18px;
}
.forumTable .message .userPhoto img{
	max-width:100px;
	margin:15px 0 12px;
}
.forumTable .message .userProfile{
	font-size:10px;
}
.forumTable .message td.messageTime{
	border-bottom:#f2f2f2 1px solid;
	padding:8px 10px;
	font-size:12px;
}
.forumTable .message td.messageTime .time{
	font-weight:bold;
	padding-right:5px;
}
.forumTable .message td.messageTime .date{
	font-weight:normal;
	text-transform:uppercase;
}
.forumTable .message td.content{
	/*padding:20px;8*/
	padding: 5px 0 5px 10px;
	width:auto;
/*	width:80%;*/
}
.forumTable .message td.content .quote, .quote{
	display:block;
	/*margin:24px 22px;*/
	padding:1px;
}
.forumTable .message td.content .quote .head, .quote .head{
	background:#fff8ec;
	color:#8b9191;
	font-style:italic;
	padding:5px 8px 4px 16px;
	margin:0;
	border: 1px dashed #c3c0c9;
}
.forumTable .message td.content .quote .foot, .quote .foot{
	background:#fff1da;
	padding:8px 20px 10px;
	margin:0;
}
.forumTable .message td.content .quote .foot .date, .quote .foot .date{
	text-transform:uppercase;
}
.forumTable .message td.button{
	border-top:#f2f2f2 1px solid;
	padding:8px 20px;
}

.forumTable .message td.button div.sbutton{
	float:right;
	display:none;
}
.forumTable .message:hover td.button div.sbutton{
	display:block;
}

.forumTable .messageSpace td{
	border-top:#e6e8ea 1px solid;
	border-bottom:#0d202e 1px solid;
	height:16px;
}


.forumTable .important td{
	background:#f2f2f2;
}
/* END 7. Форум*/

div.last_comment_box
{
	width:260px;
	float:left;
	padding:3px;
	cursor:pointer;
	margin: 0 18px;
}
div.last_comment_box:hover
{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	background:#E3EEFA;
}
td.content .forum_content_in{
/*	width:750px;*/
	max-width: 465px;
	word-wrap: break-word;
	/*padding:20px;*/
	line-height:16px;
	font-size:13px;
	text-align:justify;
}
@media screen and (min-width: 1060px){
	td.content .forum_content_in{
		max-width: 510px;
	}
}
@media screen and (min-width: 1120px){
	td.content .forum_content_in{
		max-width: 570px;
	}
}
@media screen and (min-width: 1170px){
	td.content .forum_content_in{
		max-width: 630px;
	}
}
@media screen and (min-width: 1200px){
	td.content .forum_content_in{
		max-width: 660px;
	}
}
@media screen and (min-width: 1280px){
	td.content .forum_content_in{
		max-width: 730px;
	}
}
@media screen and (min-width: 1324px){
	td.content .forum_content_in{
		max-width: 790px;
	}
}