/* Reset styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

strong {
	margin:0;
	padding:0;
	border:0;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img, :link img, :visited img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

table td {
	padding: 0px;
	border: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
}

table td.bordered {
	padding: 0px;
	border: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #111;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

body {
	font:0.7em Arial;
	color:#707070;
	background:#EDF7FA url("../images/top-bg.gif") repeat-x top;
}

a {
	text-decoration:underline;
	color:#00AEEF;
}

a:hover {
	text-decoration:none;
}

/* Titles */

h1 {
	color:#85C60A;
	font:normal 1.6em Arial;
	margin-bottom:3px;
}

h2 {
	color:#00BFF3;
	border-bottom:1px solid #F26522;
	background:url("../images/h2-bg.gif") no-repeat right;
	font:bold 1.2em/25px Arial;
	padding-right:12px;
	margin-bottom:7px;
}

h3 {
	text-decoration:underline;
	font-weight:bold;
}

h4 {
	font:bold 1.1em Arial;
}

h5 {
	background:url("../images/h5.png") no-repeat;
	width:58px;
	height:17px;
	top:143px;
	left:103px;
	color:#ACD373;
	font:bold 1.1em/17px Arial;
	text-align:center;
	position:absolute;
}

/* Form elements */

.textbox {
	border:1px solid #ccc;
	background:#fff;
	font:normal 1em Arial;
}

.button {
	border:1px solid #ccc;
	background:#fff;
	font:normal 1em Arial;
	cursor:pointer;
}

textarea {
	background:#eee;
	padding:0;
	font:normal 1em Arial;
}

select {
	border:1px solid #666;
	background:#fff;
	font:normal 1em Arial;
}

/* Structure */

#wrapper {
	min-width:1000px;
	background:url("../images/bg.jpg") no-repeat right top;
}

#container {
	width:100%;
	float:left;
	margin-right:-220px;
}

/* Header */

#header {
	height:160px;
	position:relative;
	background:url("../images/header.jpg") no-repeat left top;
}

	.logo {
		left:50px;
		top:34px;
		display:block;
		position:absolute;
		width:218px;
		height:64px;
	}
	
		.logo span {
			left:0;
			top:0;
			position:absolute;
			display:block;
			background:url("../images/logo.png") no-repeat left top;
			width:218px;
			height:64px;
			cursor:pointer;
		}
	
	.banner-header {
		position:absolute;
		top:41px;
		left:50%;
		margin-left:-200px;
	}
	
	.top-nav {
		text-align:center;
		position:relative;
		top:120px;
		padding-left:68px;
	}
	
		.top-nav li {
			display:inline;
			border-left:1px solid #000;
			margin-left:-1px;
			padding:0 10px;
		}
		
			.top-nav li a {
				color:#000;
				font:normal 1.1em Arial;
			}
		
		.top-nav .first {
			border:0;
		}
	
	.nav {
		position:absolute;
		top:164px;
		left:18px;
		background:url("../images/nav-bg.gif") no-repeat left top;
		width:67px;
		height:17px;
		padding:4px 0 0 6px;
	}
	
		.nav li {
			float:left;
			padding:0 3px 0 2px;
		}
	
	
/* Menu */

.menu {
	background:#9BB2B9;
	padding:8px 0 8px 95px;
	overflow:hidden;
	margin-bottom:12px;
}

	.menu ul {
		float:left;
		overflow:hidden;
	}
	
		.menu li {
			float:left;
			border-right:1px solid #fff;
			margin-right:-1px;
		}

			.menu li a {
				display:block;
				font:bold 1em Arial;
				color:#fff;
				text-decoration:none;
				padding:0 10px;
				margin-left:1px
			}
			
			.menu li a:hover {
				background:#F7941D;
			}

/* Content */

#content {
	margin-right:220px;
}

/* Central column */

#main {
	margin-left:226px;
	padding:0 15px 12px;
}

	.searchbox {
		background:#D8EEF3 url("../images/search-l-t.gif") no-repeat left top;
		text-align:center;
	}
	
		.searchbox div {background:url("../images/search-l-b.gif") no-repeat left bottom;}
		.searchbox div div {background:url("../images/search-r-b.gif") no-repeat right bottom;}
		.searchbox div div div {
			background:url("../images/search-r-t.gif") no-repeat right top;
			padding:20px 20px;
		}
		
			.searchbox .textbox {
				background:#F1F8F9;
				width:80%;
			}
			
			.searchbox .button {
				background:#55B4B9;
				color:#fff;
			}
			
			.searchbox span {
				font-size:1.2em;
				color:#329ADD;
				font-weight:bold;
			}
	
	.post {
		background:#fff url("../images/post-l-t.gif") no-repeat left top;
		margin-top:14px;
	}
	
		.post1 {background:url("../images/post-r-t.gif") no-repeat right top}
		.post2 {background:url("../images/post-r-b.gif") no-repeat right bottom}
		.post3 {
			background:url("../images/post-l-b.gif") no-repeat left bottom;
			padding:10px 15px 15px;
		}
		
			.title-footer {
				margin-bottom:10px;
			}
		
				.title-footer a {
					text-decoration:none;
					color:#0076A3;
					font-weight:bold;
				}
				
				.title-footer a:hover {
					text-decoration:underline;
				}
		
					.title-footer span a {
						color:#F26C4F;
					}
				
				.title-footer img {
					vertical-align:top;
				}
			
			.post-content {
				overflow:hidden;
				font-size:120%;
			}
			
				.post-content img {
					margin:0 5px;
				}
			.post-content2 {
				overflow:hidden;
			}
			
				.post-content2 img {
					margin:0 5px; float:left;
				}
			
			.related-news {
				padding:10px 0 0;
			}
			
	.post-footer {
		margin-left:20px;
		background:url("../images/post-footer.gif") no-repeat left bottom;
		font:bold 1.25em/25px Arial;
		padding-left:4px;
		color:#00AEEF;
		height:25px;
		overflow:hidden;
		margin-bottom:10px;
	}
	
		.post-footer div {
			float:left;
			padding:0 15px 0 11px;
			background:#fff url("../images/post-r-b.gif") no-repeat right bottom;
		}
		
	.filter {
		padding:10px 10px 0;
	}

/* Block */

.block {
	background:url("../images/block.png") repeat-y center;
	margin-bottom:15px;
}

	.b1 {
		background:url("../images/block.png") no-repeat left top;
	}
	
		.b2 {
			background:url("../images/block.png") no-repeat right bottom;
			padding:8px 16px 16px 12px;
		}

/* Left column */

#leftside {
	width:217px;
	float:left;
	padding-left:9px;
}

	.login {
		text-align:right;
		padding-right:20px;
		margin-bottom:6px;
	}
	
		.login p {
			margin-bottom:7px;
		}
	
			.login .textbox {
				width:117px;
				margin-left:10px;
			}
			
			.login .button {
				background:#55B4B9;
				color:#fff;
			}
	
		.reg a {
			color:#F26522;
		}

/* Right column */

#rightside {
	width:217px;
	float:right;
	padding-right:3px;
}

	.left-menu {
		border-bottom:1px solid #F26522;
		padding-bottom:5px;
		margin-bottom:10px;
	}

		.left-menu li {
			margin-bottom:7px;
		}

			.left-menu li a {
				color:#0076A3;
				display:block;
				background:url("../images/left-menu.gif") no-repeat left 6px;
				padding-left:10px;
				vertical-align:top;
				font-size:1.1em;
				text-decoration:none;
			}
			
			.left-menu li a:hover {
				text-decoration:underline;
			}
			
	.forum {
		background:url("../images/h2-bg.gif") no-repeat left;
		padding-left:14px;
		font-size:1.1em;
		color:#0076A3;
		text-decoration:none;
		display:block;
	}
	
		.forum:hover {
			text-decoration:underline;
		}
		
	.partner-news {
		color:#333;
		margin-bottom:12px;
	}
	
/* Footer */

#footer {
	background:#556066;
	text-align:center;
	padding:15px 10px;
	color:#fff;
	clear:both;
	position:relative;
}

	.footer-nav {
		margin-bottom:3px;
	}

		.footer-nav li {
			display:inline;
			padding:0 6px;
			border-left:1px solid #fff;
		}
		
			.footer-nav li a {
				color:#fff;
			}
			
		.footer-nav .first {
			border:0;
		}
	
	#footer p a {
		color:#6DCFF6;
		text-decoration:none;
	}
	
		#footer p a span {
			color:#F7941D;
		}
	
	.counter-block {
		position:absolute;
		top:15px;
		right:10px;
	}
	
	.counter-block2 {
		position:absolute;
		top:15px;
		left:10px;
	}

/* Navigation */

.navigation {
	color:#666;
	padding:0 0 5px;
}

	.navigation a {
		text-decoration:none;
		color:#636363;
		background:#F9F9F9;
		border:1px solid #999;
		padding:3px 6px;
		font-size:11px
	}

	.navigation a:hover {
		background:#556066;
		color:#fff;
		border-color:#999;
	}

	.navigation span {
		text-decoration:none;
		background:#fff;
		padding:3px 6px;
		border:1px solid #999;
		color:#999;
		font-size:11px;
	}

/* Add comments */

.addcomment {
	width:462px;
	vertical-align:top;
	text-align:left;
}

	.addcom {
		width:490px;
		margin:14px auto 0;
	}

		.addcomment textarea {
			width:100%;
			border:none;
			height:100px;
		}

	.commentform {
		line-height:25px;
		width:24%;
	}

/* Comments styles */

.comment-head {
	color:#333;
	background:url("../images/title-footer.gif");
	margin:-5px -15px 0;
	padding:0 15px 5px;
	overflow:hidden;
	border-bottom:2px solid #00AEEF;
}

	.comment-head h3 {
		margin:0;
	}

	.comment-head a {
		color:#333;
	}
	
	.icq img {
		margin-bottom:-5px;
	}
	
	.right {
		float:right;
	}
	
.comment {
	overflow:hidden;
	padding-bottom:7px;
	margin:0 -15px;
	background:url("../images/comment-bg.gif") repeat-y left;;
}

	.author-info {
		float:left;
		width:151px;
		padding:6px 6px 6px 15px;
	}
	
	.comment-body {
		display:table;
		padding:6px;
	}
	
		.quote {
			margin:5px 0;
			border:1px dotted #999;
		}
	
	.comment-footer {
		padding:5px 15px 0;
		margin:0 -15px -5px;
		border-top:2px solid #00AEEF;
	}

/* Add news */

.addnews {
	width:98%;
}

	.addnews td {
		padding:3px;
	}

		.addnews textarea {
			width:100%;
			height:100px;
		}

		.addnews .textbox {
			width:200px;
		}
		
		.addnews img {
			vertical-align:top;
		}

/* Feedback */

.feedback {
	width:98%;
}

	.feedback td {
		padding:3px;
	}

		.feedback textarea {
			width:100%;
			height:100px;
		}

/* Lost password */

.lostpassword td {
	padding:3px;
}

/* Personal message */

.pm {
	border-collapse:separate;
	width:462px;
}

	.pm td {
		padding:3px;
	}

		.pm textarea {
			width:100%;
			border:0;
			height:100px;
		}

/* Registration */

.registration td{
	padding:5px;
}

	.registration .button1 {
		margin-bottom:0;
	}

	.registration .textbox {
		width:150px;
	}

/* User info */

.userinfo {
	width:98%;
	margin-bottom:10px;
}

	.userinfo td {
		padding:3px;
		vertical-align:top;
	}

		.userinfo textarea {
			width:100%;
			height:80px;
		}

		.userinfo .textbox {
			width:200px;
		}

/* Stats */

.stats {
	border-collapse:separate;
	margin-bottom:10px;
	width:98%;
}

	.stats td {
		vertical-align:top;
		padding:3px;
	}

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

/* General forum Table View */
.gTable {background:#9FB4CD;}
.gTableTop {padding:2px;height:25px; background:url('http://src.ucoz.ru/img/wd/1/abbg.gif');color:#464646;font-family:Verdana,Sans-Serif; font-size:13px;font-weight:bold; padding-left:22px;}
.gTableSubTop {background: url(http://src.ucoz.ru/img/wd/1/text-bg.gif) repeat-x #fff; padding-left:5px}
.gTableBody {padding:2px;background:#f3f3f3;}
.gTableBody1 {padding:2px;background:#F4F4F4;}
.gTableBottom {padding:2px;background:#FFF7E2;}
.gTableLeft {padding:2px;background:#eeeeee;font-weight:bold;color:#2c2c2c;}
.gTableRight {padding:2px;background:#f3f3f3;}
.gTableError {padding:2px;background:#f3f3f3;color:#FF0000;}
/* ------------------------ */


td.forumLastPostTd,
td.forumIcoTd,
td.threadIcoTd,
td.forumNameTd,
td.threadNametd,
td.forumPostTd,
td.threadPostTd, 
td.threadViewTd,
td.threadAuthTd,
td.forumThreadTd,
td.threadLastPostTd {background: #fff; border: 1px solid #eee; padding:3px}

table.gTable tr:hover td.forumLastPostTd,
table.gTable tr:hover td.forumIcoTd,
table.gTable tr:hover td.threadIcoTd,
table.gTable tr:hover td.forumNameTd,
table.gTable tr:hover td.threadNametd,
table.gTable tr:hover td.forumPostTd,
table.gTable tr:hover td.threadPostTd, 
table.gTable tr:hover td.threadViewTd,
table.gTable tr:hover td.threadAuthTd,
table.gTable tr:hover td.forumThreadTd,
table.gTable tr:hover td.threadLastPostTd,
table.gTable tr:hover td.forumLastPostTd {background: #f2f5f8; border:1px dotted #7694b9;}

/* Spoiler from Torrents.ru to UcoZ by Vanofuture */ 
.spoiler {font-family: "arial";font-size: 10px;color: #******;background-color: #******;} 
.clear {clear: both; height: 0; font-size: 0px; line-height: 0px; overflow: hidden; } 
.clickable {cursor: pointer; } 
.folded {background: transparent url(http://berkytforum.ucoz.ru/For_sait/plus.gif) no-repeat left center; padding-left: 14px; } 
.unfolded {background: transparent url(http://berkytforum.ucoz.ru/For_sait/minus.gif) no-repeat left center; padding-left:14px; } 
.news-head {font-size: 11px; padding: 1px 14px 3px; margin-left: 6px; line-height: 15px;} 
.news-body {padding: 1px 6px 2px; display: none;border-top: 1px solid #C3CBD1;} 
/*----------------------*/

/* Forums Styles */
.forumNameTd:hover,.threadNametd:hover,.forumLastPostTd:hover,.threadLastPostTd:hover,.threadAuthTd:hover {background:#e2e7ee; }
.forumNameTd,.forumLastPostTd {background:#FFFFFF; padding:2px;}
.forumThreadTd,.forumPostTd {background:#cad9ec}
.forumIcoTd {background:#cad9ec}
.forumLastPostTd,.forumArchive {font-size:7pt;}

a.catLink:link {text-decoration:none; color:#4E5042;}
a.catLink:visited {text-decoration:none; color:#4E5042;}
a.catLink:hover {text-decoration:none; color:#4E5042;}
a.catLink:active {text-decoration:none; color:#4E5042;}

.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold;}
.archivedForum{font-size:7pt; color:#FF0000; font-weight:bold;}
/* ------------- */




/* forum Titles & other */
.forum {font-color:#858585;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:#686868;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#686868;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:none; color:#686868;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:none; color:#686868;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {font-weight:normal;font-size:7pt;}
.forumBarKw {font-weight:normal;}
a.forumBarA:link {text-decoration:none; color:#686868;}
a.forumBarA:visited {text-decoration:none; color:#686868;}
a.forumBarA:hover {text-decoration:none; color:#404040;}
a.forumBarA:active {text-decoration:none; color:#686868;}
/* -------------------- */

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

/* forum Fast Navigation Menu */
.fastNavMain {background:#E6E6AB;}
.fastNavCat {background:#F9EEC4;}
.fastNavCatA {background:#F9EEC4;color:#386900}
.fastNavForumA {background:#EFE6BC;color:#366500}
.searchForumsFl {background:#E4E3BE;}
/* -------------------------- */

/* forum Page switches */
.switches {background:#9FB4CD;}
.pagesInfo {background:#FFFBCF;padding-right:10px;font-size:7pt;}
.switch {background:#FFF7E2;width:15px;font-size:7pt;}
.switchActive {background:#CCCC9E;font-weight:bold;color:#DB4104;width:15px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#DB4104;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#DB4104;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:none; color:#000000;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:none; color:#6bafff;}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#fafafa}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#dfe7f2;height:20px;font-weight:bold;font-size:7pt;color:#000000;padding-left:40px; }
.threadsDetails {padding:2px;background:#dfe7f2;color:#5E5C4E;height:20px;}
.forumOnlineBar {padding:2px;background:#dfe7f2;color:#2A2E12;height:20px;}

a.threadPinnedLink:link {text-decoration:none; color:#006900;}
a.threadPinnedLink:visited {text-decoration:none; color:#006900;}
a.threadPinnedLink:hover {text-decoration:none; color:#006900;}
a.threadPinnedLink:active {text-decoration:none; color:#006900;}

a.threadLink:link {text-decoration:none; color:#565656;}
a.threadLink:visited {text-decoration:none; color:#565656;}
a.threadLink:hover {text-decoration:none; color:#000000;}
a.threadLink:active {text-decoration:none; color:#565656;}

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

/* forum Posts View */
.postTable {background:#F1C574;}
.postPoll {background:#F2F5F1;text-align:center;}
.postFirst {background:#FFFFFF;border-bottom:3px solid #CCCC9E;}
.postRest1 {background:#FFFFFF;}
.postRest2 {background:#F7FDF4;}
.postSeparator {height:3px;background:#99bbe8;}

.postTdTop {background:url('/img/forum_bg_down.gif');color:#000000;height:20px}
.postBottom {background:#dfe7f2; height:10px}
.postUser {font-weight:bold;}
.postTdInfo {text-align:center;padding:5px; background:#dfe7f2;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#649A56;}
.posttdMessage {padding:5px;background:#f5f5f5;}

.pollQuestion {border-bottom:1px solid #CCCC9E;text-align:center;font-weight:bold;} 
.pollButtons,.pollTotal {text-align:center;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:7pt;}
.pollSubmit {font-weight:bold;}
.pollEnd {border-bottom:2px solid #CCCC9E;border-top:2px dashed #CCCC9E;text-align:center;height:30px;}

.codeMessage {
	color: #000000;
	text-align:left;
	background-color: lightyellow; 
	border-width:1; 
	border-color:rgb(190,190,190); 
	border-style:dotted;
	padding: 5px;
	}



.quoteMessage {
	color: #000000; 
	text-align:justify;
	background-color: lightyellow; 
	border: 1px dotted rgb(190,190,190);
	padding: 5px;
	}



.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:#008800;}
.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/271/20.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('http://src.ucoz.ru/t/271/20.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* forum Post Form */
.pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {font-size:7pt;background: #dbdbdb;color:#33332D;border:1px outset #dbdbdb;}

.codeButtons {font-size:7pt;background: #FFFBCF;color:#33332D;border:1px outset #8F8C74;}
.codeCloseAll {font-size:7pt;background: #FFF7E2;color:#33332D;border:1px outset #FFF7E2;font-weight:bold;}
.postNameFl,.postDescrFl {background:#F4F4F4;border:1px solid #9E9E9E;width:400px}
.postPollFl,.postQuestionFl {background:#F4F4F4;border:1px solid #d4d4d4;width:400px}
.postResultFl {background:#F4F4F4;border:1px solid #d4d4d4;width:50px}
.postAnswerFl {background:#F4F4F4;border:1px solid #d4d4d4;width:300px}
.postTextFl {background: #FFFFFF;}
.postUserFl {background:#F4F4F4;border:1px solid #d4d4d4;width:300px}

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

/* On post */ 
.divtop {padding:3px 0 4px 120px;background:#D8D8D8;} 
.mydiv {padding:15px 0;text-align:center;background:#F8F7ED;}
/* ------ */

/* Postuser */
a.postuser2:link,a.postuser2:visited,a.postuser2:hover {color:green;text-decoration:none}
a.postuser3:link,a.postuser3:visited,a.postuser3:hover {color:blue;font-weight:bold;text-decoration:none}
a.postuser4:link,a.postuser4:visited,a.postuser4:hover {color:red;font-weight:bold;text-decoration:none}
a.postuser5:link,a.postuser5:visited,a.postuser5:hover {color:#FF6633;font-weight:bold;text-decoration:none}
a.postuser6:link,a.postuser6:visited,a.postuser6:hover {color:#FF6633;font-weight:bold;text-decoration:none}
a.postuser7:link,a.postuser7:visited,a.postuser7:hover {color:#333;font-weight:bold;text-decoration:none}
/* ----------------- */
/* ====== forum End ====== */