html {background:#fff url(images/bg-header.gif) repeat-x;}

body {

	color:#828282;

	font:13px verdana, arial, sans-serif;

	margin:0;

	background:url(images/bg-header-left.jpg) no-repeat;

	min-width:1000px;

	padding:0 0 20px;

}

.text-center{
	text-align: center;
}


/* Common Parts */

a {color:#bd0000;}

a:hover {text-decoration:none;}

p {

	margin:0 0 15px;

	line-height:16px;

}

img {border-style:none;}

form, fieldset {

	margin:0;

	padding:0;

	border-style:none;

}

input, select, label, textarea {vertical-align:middle;}

input.text,

select,

textarea {

	font:100% verdana, arial, sans-serif;

	color:#828282;

}

ul {

	margin:0 0 15px 15px;

	padding:0;

}

ul ul {margin:2px 0 2px 15px;}

/*accessibility navigation*/

#accessibility {

	position:absolute;

	left:-9999em;

	text-align:left;

}

/* Main Blocks */

* html .main {

	position:relative;

	margin-left:1000px;

	height:1px;

}

* html .site-wrap {

	height:1px;

	margin-left:-1000px;

	position:relative;

}

/*page box*/

#page-box {

	position:relative;

	padding:335px 0 0;

	margin:0 15px;
}

/*header*/

#header {

	background:url(images/bg-header-right.gif) no-repeat 100% 0;

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:52px;

	padding:206px 0 0;

    z-index:1;
    
}

/*logo*/

#logo {

	position:absolute;

	top:20px;

	left:208px;

	font:15px/29px Georgia, "Times New Roman", Times, serif;

	color:#808080;

	text-decoration:none;

}

#logo strong {

	display:block;

	font-size:40px;

	font-weight:normal;

	margin:0 0 0 20px;

	color:#000;

}

#logo em {

	display:block;

	font-style:normal;

	font-size:40px;

	color:#b40001;

	margin:-5px 0 0 61px;

	line-height:45px;

}

/*search*/

.search {

	position:absolute;

	top:138px;

	right:0;

	font:bold 16px Georgia, "Times New Roman", Times, serif;

	color:#989898;

	width:260px;

}

.search label {

	display:block;

	margin:0 0 5px 3px;

}

.search input {float:left;}

.input-holder {

	float:left;

	background:url(images/bg-input.gif) no-repeat;

	width:177px;

	height:17px;

	padding:5px 10px 5px 30px;

	margin:0 8px 0 0;

}

.input-holder span {

	float:left;

	width:177px;

	height:16px;

	overflow:hidden;

}

.input-holder input {

	width:177px;

	padding:1px 3px;

	margin:-2px 0 0 -2px;

	font-size:12px;

	background:#ebebe8;

}

/*navigation panel*/

#nav-panel {

	font:14px Georgia, "Times New Roman", Times, serif;

	background:#ecece9;

	border:1px solid #d8d8d8;

	overflow:hidden;

	margin:0 0 11px;

	padding:8px 5px 8px 35px;

	text-align:center;


}
#nav-panel div {

	height: 16px;
}


#nav-panel ul {

	display:inline;

	margin:0;

	list-style:none;

}

#nav-panel li {

	display:inline;

	margin:0 8px;
	
}

#nav-panel a {color:#5e5e5e;}

#nav-panel .google a {color:#070707;}

#nav-panel ul.lang {

	float:right;

	margin:2px 0 0;

	color:#828282;

	overflow:hidden;

	font:bold 12px verdana, arial, sans-serif;

}

#nav-panel ul.lang li {

	margin:0 -7px 0 7px;

	float:left;

	padding:0 7px 0 5px;

	background:url(images/split-lang.gif) no-repeat 100% 4px;

}

#nav-panel ul.lang li a {color:#ac0101;}

/*subscribe navigation*/

.subscribe-nav {

	float:right;

	font:11px verdana, arial, sans-serif;

	margin:0 0 0 20px;

}

.subscribe-nav ul {

	float:left;

	margin:0;

	list-style:none;

}

.subscribe-nav li {

	float:left;

	margin:0 0 0 8px;

}

.subscribe-nav a {

	color:#717171;

	display:block;

	width:60px;

	height:20px;

	padding:42px 0 0;

	margin:-4px 0 0 0;

	overflow:hidden;

	text-align:center;

	background:url(images/icons-subscribe2.gif) no-repeat;

}

.subscribe-nav .rss a {background-position:0px 0;}

.subscribe-nav .email a {background-position:-65px 0;}

/*login form*/

.login-form {

	font:11px verdana, arial, sans-serif;

	padding:0px 0 10px 0;

	margin: 0;
	
	width: 200px;
	
	text-align: center;
	
}

.login-form em {

    text-align:center;
    
	font:bold 11px/16px Georgia, "Times New Roman", Times, serif;
	
	color: #CC0000;
	
	text-decoration: underline;
	
	padding:0 0 0 20px;
	
 	background:url(images/check-green.gif) no-repeat;

}

.login-form div
{

	margin:5px 0px 5px 0px;

}

.login-form label {

    float:left;

    text-align:left;

    width:47px;

    height:24px;

    margin:6px 0 4px 0;

}

.login-form span.a-small {

    float:left;
    color:#666666;
    padding: 5px 0 0 53px;
}

.login-form span.a-small a {

    color:#666666;
}

.login-form input {

    float: right;
}


.input-holder-login
{

    float:right;

    width:150px;

    height:24px;

	padding:5px 0px 5px 0px;

 	background:url(images/bg-input-login2.gif) no-repeat;

}

.input-holder-login span {

	float:left;

	width:145px;

	height:23px;

	overflow:hidden;

}

.input-holder-login input {

	width:145px;
	
	padding:0 0 0 3px;

	font-size:12px;
	
	border:0;

	background:#EFEFEB;
	
}

.input-holder-regform
{

    float:right;

    width:220px;

    height:24px;

	padding:2px 0px 1px 0px;

 	background:url(images/bg-input-regform.png) no-repeat;

}

.input-holder-regform span {

	float:left;

	width:215px;

	height:23px;

	overflow:hidden;

}

.input-holder-regform input, .input-holder-regform select {

	width:215px;

	padding:0 0 0 3px;

	font-size:12px;

	border:0;

	background:#EFEFEB;

}

.input-holder-regform-small
{

    float:right;

    width:93px;

    height:24px;

	padding:2px 0px 1px 0px;

    margin-right: 7px;

 	background:url(images/bg-input-regform-small.png) no-repeat;

}

.input-holder-regform-small span {

	float:left;

	width:90px;

	height:23px;

	overflow:hidden;

}

.input-holder-regform-small input, .input-holder-regform-small select {

	width:90px;

	padding:0 0 0 3px;

	font-size:12px;

	border:0;

	background:#EFEFEB;

}



/*add navigation*/

.add-nav {

	float:right;

	padding :10px 250px 0 0;
	
	list-style:none;

	font:bold 16px/24px "Times New Roman", Times, serif;
}

/*top navigation*/

.top-nav {

	float:left;

	margin:10px 0 0;

	list-style:none;

	font:bold 16px/20px "Times New Roman", Times, serif;

}

.top-nav li {

	display:inline;

	margin:0 10px;

}

.top-nav a {
    color:#000000 !important;
    text-decoration:none;
}

.top-nav a:hover{
    color:#CC0000 !important;
    text-decoration:none;
}

.top-nav li.current a {
    color:#BB0000 !important;
}

/*container*/

#container {

	width:100%;

	position:relative;

	padding:0 0 80px;

	margin:0;

	z-index:2;

}

#container:after {

	clear:both;

	display:block;

	content:"";

}

#content {

	float:left;

	width:100%;

	position:relative;

}

#content .inner {

	margin:0 250px 0 0;
	
}

#content h1, #content .post h2 {

	color:#343434;

	font:bold 25px/28px Georgia, "Times New Roman", Times, serif;

	margin:0 0 17px;

}

#content h2 {

	color:#343434;

	font:bold 16px tahoma, verdana, arial, sans-serif;

	margin:5px 0 10px;

}

#content h3 {

	color:#828282;

	font:bold 14px/17px verdana, arial, sans-serif;

	margin:0 0 12px;

}

#content .post h3 {

	color:#343434;

	font:11px/16px Georgia, "Times New Roman", Times, serif;

	margin:-10px 0 17px 0;
}

#content h1 a, #content h2 a {color:#343434;}

.left-sidebar {

	float:left;

	width:240px;

	margin:-45px 0 0 -100%;

	display:inline;

	position:relative;

}

.right-sidebar {

	float:right;

	width:200px;

	margin:-50px 0 0 -200px;

	display:inline;

	position:relative;
}

.right-sidebar ul,

.right-sidebar li,

.left-sidebar ul,

.left-sidebar ul li,

.left-sidebar li{

	list-style:none;

	list-style-image:none;

	list-style-type:none;

}



.right-sidebar img,

.left-sidebar img{

	margin:0 !important;

	padding:0 !important;

}



.left-sidebar font,

.right-sidebar font, .add-nav font, font{

	display:none;

}

/*bottom info*/

.bottom-info {

	color:#68655a;

	font-size:11px;

	margin:0 231px 0 272px;

	text-align:center;

}

/*footer*/

#footer {

	background:#ecece9;

	border:1px solid #d8d8d8;

	padding:10px 0;

	font:11px verdana, arial, sans-serif;

	margin:0 0 15px;

}

#footer .inner {

	width:100%;

	overflow:hidden;

}

#footer strong {

	float:left;

	width:275px;

	font:17px Georgia, "Times New Roman", Times, serif;

	color:#000;

	margin:0 0 0 20px;

}

#footer strong em {

	color:#b40001;

	font-style:normal;

}

#footer p {

	margin:4px 0 0;

	float:right;

	width:225px;

	line-height:1.182em;

}

#footer ul {

	margin:4px 250px 0 272px;

	list-style:none;

	background:url(images/split-footer.gif) no-repeat 0 2px;

}

#footer li {

	float:left;

	background:url(images/split-footer.gif) no-repeat 100% 2px;

	padding:0 5px;

}

#footer a {color:#858585;}

/*date*/

.date {

	font-size:11px;

	line-height:20px;

	font-weight:normal;

	width:100%;

	overflow:hidden;

	display:block;

	margin:0 0 1px;

}

.date span {

	float:left;

	padding:0 5px;

	color:#bebebe;

	border:1px solid #f2f2ed;

	background:#f5f5f4;

}

/*post*/

.post {

	line-height:1.4em !important;

	width:100%;

}

.post:after {

	clear:both;

	display:block;

	content:"";

}

.post img {
	border:1px solid #eaeae7;
}

/*tools*/

.tools, .comment {

	background:#efefef;

	margin:2px -2px 19px;

	padding:0 2px;

	width:100%;

	position:relative;

	font-size:12px;

	color:#bd0000;

	clear:both;

}

.tools:after, .comment:after {

	clear:both;

	display:block;

	content:"";

}

.tools .holder, .comment .holder {

	border:solid #efefef;

	border-width:1px 0;

	margin:-1px;

	padding:0 1px;

	float:left;

	width:100%;

	position:relative;

	display:inline;

	background:#f7f7f6;

}

.tools .holder .content, .comment .content {

	border:solid #efefef;

	border-width:1px 0;

	margin:-2px 0;

	background:#f7f7f6;

	padding:9px 0;

	float:left;

	width:100%;

	display:inline;

	position:relative;

}

.tools ul {

	margin:0 0 0 15px;

	list-style:none;

	float:left;

	display:inline;

}

.tools li {

	float:left;

	padding:0 0 0 20px;

	margin:0 22px 0 0;

}

.tools li.full-text {background:url(images/ico-full-text.gif) no-repeat 0 3px;}

.tools li.full-text a {color:#717171;}

.tools li.add {background:url(images/ico-add.gif) no-repeat 0 2px;}

.tools p {
	float:right;
	margin:0 15px 0 0;
	display:inline;
}

.ad-holder {
	background:url(images/ico-anchor.gif) no-repeat 0px 3px;
	padding:1px 0 2px 22px;
	/*margin:30px 0 15px;*/
	/*height:30px;*/
	margin:30px 0 20px;
}

.ad-holder img{
	padding:0 !important;
	margin:0 !important;
	width:0 !important;
	height:0 !important;
	border:none !important;
}

.ad-holder div{
	padding:0 !important;
	margin:0 !important;
}

.ad-holder div font{
	display:none;
}

.ad-holder a {color:#528ccd;}
/*advertisement*/
.ad {
	margin:0 0 6px;
	display:block;
}

/*advertisement list*/

.ads {

	margin:0;

	list-style:none;

}

.ads li {

	margin:0 0 -20px;

	vertical-align:top;

	height:1%;

}

.ads img {display:block;}

/*main navigation*/

.main-nav {

	margin:0 0 8px;

	border-top:7px solid #cd0000;

	background:url(images/bg-main-menu.gif) repeat-y;

	font:16px Georgia, "Times New Roman", Times, serif;

}

.main-nav ul {

	margin:0;

	list-style:none;

	background:url(images/bg-main-menu-top.gif) no-repeat;

	padding:20px 0 10px 23px;

}

.main-nav .btm-bg {

	background:url(images/bg-main-menu-btm.gif) no-repeat;

	height:4px;

	overflow:hidden;

}

.main-nav li {margin:0 0 13px;}

.main-nav a {color:#606060;}

/*popular*/

.popular {

	margin:0 0 15px;

	width:100%;

	overflow:hidden;

	color:#878787;

	font-size:12px;

	background:url(images/bg-popular-top.gif) no-repeat;

	padding:2px 0 0;
	
}

.popular strong {

	display:block;

	background:url(images/bg-popular-btm.gif) no-repeat 0 100%;

	margin:0 0 10px;

	padding:0 0 2px;

}

.popular strong span {

	display:block;

	background:#f4f4f2;

	border:solid #e8e8e8;

	border-width:0 1px;

	padding:8px 9px;

	font:bold 16px Georgia, "Times New Roman", Times, serif;

	color:#ae0001;

	text-align:left;

}

.popular ul {

	margin:0;

	list-style:none;

}

.popular li {

	padding:0 0 0 15px;

	background:url(images/bullet.gif) no-repeat 4px 6px;

}

.popular a {color:#db0001;}



.popular.ramblerlist ul.general li{

	font-weight:normal !important;

}



.popular ul.general li {

	font-weight:bold;

	padding-bottom:15px;

	margin-right:47px;

}



.popular ul.general li span.news a{

	font-weight:bold;

	padding-bottom:15px;

	margin-right:47px;

	color:#348EAC !important;

}



.popular ul.general li span.news a:hover{

	font-weight:bold;

	padding-bottom:15px;

	margin-right:47px;

	color:#348EAC !important;

}





/*google ads*/

.google-ads {

	padding:12px 5px;

}

.google-ads img {display:block;}

/*comment-holder*/

.comment-holder {

	padding:25px 0 0;

}

/*heading*/

.heading {

	width:100%;

	/*overflow:hidden;

	margin:0 0 40px;*/

	height:40px;

	margin:0 0 40px;

}

#content .heading h2 {

	color:#828282;

	margin:0;

	float:left;

	font-weight:normal;

}

#content .heading strong {

	float:left;

	margin:3px 15px 0 0;

	padding:0 0 9px;

	background:url(images/ico-comment.gif) no-repeat;

	width:45px;

	font:normal 22px/27px Georgia, "Times New Roman", Times, serif;

	color:#727272;

	text-align:center;

}

/*paging*/

.paging {

	width:100%;

	overflow:hidden;

	margin:0 0 40px;

}

.paging ul {

	display:inline;

	margin:0;

	list-style:none;

}

.paging li {

	display:inline;

	margin:0 0 0 1px;

}

.paging li.active {font-weight:bold;}

/*info*/

.info {

	margin:0 0 12px 5px;

	font-size:11px;

}

.info a {

	color:#68655a;

	font-weight:bold;

}

/*comment*/

.comment {

	margin-bottom:30px;

	font-size:13px;

	color:#828282;

	font-style:italic;

}

.comment p {margin:0;}

.comment .content div {padding:0 15px 5px;}

/*add comment*/

.add-comment {

	width:100%;

	overflow:hidden;

	margin-top:40px;

}

#content .add-comment .heading {margin-bottom:15px;}

#content .add-comment .heading h2 {color:#ba0000;}

#content .add-comment .heading strong {

	height:39px;

	background-position:100% 0;

	margin-top:0;

}

.add-comment .row {

	width:100%;

	overflow:hidden;

	margin:0 0 14px;

}

.add-comment label {

	float:left;

	width:65px;

	text-align:right;

	margin:7px 15px 0 0;

	font-size:11px;

	cursor:pointer;

}

.add-comment .textarea-holder label {

	float:none;

	display:block;

	margin:0 0 5px;

	width:100%;

	text-align:left;

}

.add-comment .input {

	float:left;

	background:url(images/bg-input-main.gif) no-repeat;

	width:223px;

	height:16px;

	padding:6px 10px 4px;

	overflow:hidden;

}

.add-comment .input span {

	float:left;

	width:100%;

	height:16px;

	overflow:hidden;

}

.add-comment .input input {

	float:left;

	padding:1px;

	width:223px;

	margin:-2px 0 0 -2px;

	background:#f3f2f1;

	outline:none;

}

.textarea {

	background:url(images/bg-textarea.gif) repeat-y;

	width:100%;

	overflow:hidden;

}

.textarea .top {

	background:url(images/bg-textarea-top.gif) repeat-x;

	height:6px;

	overflow:hidden;

}

.textarea .top span {

	float:left;

	background:url(images/bg-textarea-top-left.gif) no-repeat;

	width:4px;

	height:6px;

	overflow:hidden;

}

.textarea .top em {

	float:right;

	background:url(images/bg-textarea-top-right.gif) no-repeat;

	width:4px;

	height:6px;

	overflow:hidden;

}

.textarea .btm {

	background:#f3f2f1 url(images/bg-textarea-btm-right.gif) no-repeat 100% 0;

	height:4px;

	overflow:hidden;

}

.textarea .btm span {

	float:left;

	background:url(images/bg-textarea-btm-left.gif) no-repeat;

	width:4px;

	height:4px;

	overflow:hidden;

}

.textarea .content {

	background:#f3f2f1 url(images/bg-textarea-right.gif) repeat-y 100% 0;

	padding:5px;

	height:92px;

	overflow:hidden;

}

.textarea textarea {

	padding:2px 4px 2px 7px;

	width:100%;

	height:99px;

	margin:-7px 0 0 -7px;

	background:#f3f2f1;

	float:left;

	outline:none;

}

.add-comment .total {padding:3px 0 0;}

.add-comment .btn {

	float:left;

	margin:-3px 30px 0 0;

}

.add-comment .total label {

	float:none;

	width:100%;

	text-align:left;

	font-size:12px;

	color:#5b5b5b;

}

/*image holder*/

.img-holder {

	text-align:center;

	margin:0 0 70px;

}

.img-holder p {margin:60px 0 0;}

.img-holder strong {display:block;}

.bordered {border:1px solid #c6c6c6;}

/*table style*/

#container table {

	border:1px solid #c5c5c5;

	border-collapse:collapse;

	margin:0 0 20px;

	font-size:14px;

}

#container table td, #container table th {

	padding:7px 10px;

	text-align:center;

	vertical-align:middle;

	border:1px solid #c5c5c5;

}

#container table th {

	background:#eaeaea;

	padding:2px 10px;

}

#container table td.name {

	text-align:left;

	width:250px;

}

#container table td.name strong {display:block;}

#container table td.name strong em {

	font-style:normal;

	font-weight:normal;

}

.payment {font-size:14px;}

.payment ul {

	margin:0 0 18px;

	list-style:none;

	line-height:18px;

}

.payment li {

	padding:0 0 0 10px;

	background:url(images/dash.gif) no-repeat 0 9px;

	margin:0 0 3px;

}





.speacknow{

	color:#CB0000 !important;

	font-family:Georgia,sans-serif !important;

	font-size:1.6em !important;

}



.speacknowcomment{

	font-family:Georgia,sans-serif !important;

	font-size:2.1em !important;

	letter-spacing:-1px !important;

	line-height:30px !important;

}



.innerpostbanner{

	overflow:hidden;

	width:100%;

	text-align:center;

}



.innerpostbanner div{

	overflow:hidden;

	width:100%;

	text-align:center;

}



.innerpostbanner div font{

	display:none;

	height:0px;

	text-indent:-9999;

}

#fm-logo {
    float:left;
    width: 120px;
    height: 61px;
    background: url(images/formatmedia-logo-small.png) no-repeat 0% -20% ;
    font-size: 10px;
    text-align: center;
    color: #000000;
    padding: 25px 0 0 50px;
}

#fm-logo a {
    color: #000000;
}

.footer-sep {
    float: left;
    width: 1px;
    height: 50px;
    overflow: hidden;
    background-color: #cccccc;
    padding: 5px 0 0;
}

#bottom-info {
    float:left;
	color:#68655a;
	font-size:11px;
	text-align:left;
    width: 480px;
    padding: 0 15px;
}

#bottom-links {
    float:left;
    width: 220px;
    padding: 0 15px;
}

#bottom-links ul {
	margin:0;
	list-style:none;
}

#bottom-links ul a {
	color:#68655a;
	font-size:11px;
}

/*************************************/

img.avatar { border: 1px solid #ddd; }

.bozo { background-color: #eeee88; }

.alt.bozo { background-color: #ffff99; }

.deleted { background-color: #ee8888; }

.alt.deleted { background-color: #ff9999; }

/* Front Page
=================================== */

#front-page #hottags {
/*	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	overflow: hidden;  */
}

#front-page #discussions {
/*	padding-left:220px;*/
}

.frontpageheatmap, .frontpageheatmap a {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
	margin-right: 5px;
    font: 10px tahoma, verdana, arial, sans-serif;
    color: #2F8CF4;
}

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register, #passwordrecovery {
	color: #333;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { background-color: #a1d29a; }

/* Topic Page
=================================== */

.infobox {
/*	border: 1px solid #ccc;
	border-width: 1px 0;*/
	padding: 0.25em;
}

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
/*	float: left;*/
	padding: 0 1em 0 0;
}

#topic-tags {
/*	border-left: 1px solid #ccc;
	float: right;*/
	padding: 0 0 0 1em;
}
#topic-tags fieldset {
    display: inline;
}

.nav {
	margin: 0 0 15px 0;
/*	padding: 12px 0;*/
	text-align: center;
}

.nav span { font-weight: bold; }

.nav span, .nav a { padding: 1px; }

.thread, ol.nonumbers {
	list-style: none;
	margin: 0;
	padding: 0;
}

.thread li {
	line-height: 1.5em;
	clear: both;
	/* Hack to force padding on .threadauthor on IE */
	border-top: 1px solid #fff;
}

.thread li ol.nonumbers, .thread li ul { margin-left: 40px; }

.thread li ol li, .thread li ul li { padding: 0; }

.threadauthor, .threadauthor_deleted {
	background: #EEEEEE;
    height: 100px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.threadauthor_deleted {
	background: #FFEAEA;
}

.threadflooder {
	background: #EEEEEE;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	margin-bottom: 15px;
}

.threadflooder a {
	font: 12px tahoma, verdana, arial, sans-serif;
	color: #276CB9 !important;
}

.threadauthor_avatar {
    float: left;
    width: 90px;
    height: 90px;
    margin: 5px;
    text-align: center;
    vertical-align: middle;
}

.threadauthor_info {
    float: left;
    margin: 5px;
    height: 90px;
}

.threadauthor_name {
/*    height: 55px;
    width: 450px;*/
	font: bold 15px tahoma, verdana, arial, sans-serif;
}

.threadlinks {
	font: 12px tahoma, verdana, arial, sans-serif;
	height: 45px;
	margin-top: 5px;
/*	color: #276CB9 !important;*/
}
.threadlinks a {
	font: 12px tahoma, verdana, arial, sans-serif;
	color: #276CB9 !important;
}

.threadtimestamp {
	font: 12px tahoma, verdana, arial, sans-serif;
    border-top: 1px dotted #CBCBCB;
    border-width: 1px;
    margin: 5px 0 0;
}

.threadauthor p { margin: 0; }

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.threadpost {
	padding: 10px 0 0;
	background-color: #ffffff;
	color: #000000;
}

/*.thread li.alt .threadpost { background-color: transparent; }*/

.thread li.deleted { background-color: transparent; }

.thread li.deleted .threadpost { background-color: #ee8888; }

.thread li.alt.deleted .threadpost { background-color: #ff9999; }

/*.thread .post blockquote {
	margin: 0 0 0 4ex;
	padding: 0 0 0 1ex;
	border-left: 5px solid #ccc;
}
  */
.thread .post li { clear:none; }

.poststuff {
	margi0n: 10px 0 0;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.postform {
	background-color: #f0f0f0;
	padding: 1em;
	margin-bottom: 1em;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 720px;
	display: block;
}

.postform label { display: block; }

#manage-tags {
	margin: 10px 0;
	list-style: none;
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.submit {
    text-align: left;
    padding-top: 20px;
}

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}

.rss-link {
/*	display: block;*/
	padding: 0 0 0 20px;
	text-indent: 20px;
	background-image: url('images/feed-icon-16x16.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#topic-move { margin-top: 1em; }

#forumlist tr td {
    text-align: left;
}

.nest {
    padding-left: 20px;
}

#forumlist .num {
    text-align: center;
}

.bbcrumb {
    display: block;
    background: #F7F7F6;
    widt0h: 100%;
    height: 38px;
	font: bold 25px Georgia, "Times New Roman", Times, serif !important;
	color: #343434 !important;
	padding-left: 18px;
}

.bbcrumb a {
	color: #343434 !important;
}

.bbcrumb_sub {
	font: bold 15px tahoma, verdana, arial, sans-serif !important;
}

.bbcrumb_sub_sub {
	font: 15px tahoma, verdana, arial, sans-serif !important;
	color: #828282;
}

#viewdiv {
    float: right;
    width: 250px;
}

#tag-form {
    vertical-align: -50%;
    _vertical-align: 0%;
    _padding-right: 5px;
}
#tag-form, #tag-form fieldset, #tag-form p {
    display: inline;
	font: 12px tahoma, verdana, arial, sans-serif !important;
}

#tagformsub {
    width: 20px;
}

.input-holder-tagform
{

    width:145px;

    height:24px;

	padding:5px 0px 5px 0px;

 	background:url(images/bg-input-login2.gif) no-repeat;

}

.input-holder-tagform span {

	width:145px;

	height:23px;

	overflow:hidden;

}

.input-holder-tagform input {

	width:150px;
	_width:147px;

	font-size:12px;

	border:0;

	background:#EFEFEB;
	
}

.regform_table {
    border: 0 !important;
}

.regform_table th {
	font: 14px tahoma, verdana, arial, sans-serif;
	color: #000000;
	text-align: right !important;
	width: 160px;
    border: 0 !important;
    background: #ffffff !important;
    padding: 2px !important;
    vertical-align: top !important;
}

.regform_table tr.required th {
	color: #276CB9;
}

.regform_table td {
	font: 12px tahoma, verdana, arial, sans-serif;
	color: #828282;
	text-align: left !important;
	width: 210px;
    border: 0 !important;
    background: #ffffff !important;
    padding: 2px !important;
}

.error {
    color: red !important;
}

#securitycode {
    width: 75px;
}

.menu_my_account a {
	color: #276CB9 !important;
}

#userinfo, .user-recent {
    color: #000000;
	font: 12px tahoma, verdana, arial, sans-serif;
}

#useractivity{
	font: 12px tahoma, verdana, arial, sans-serif;
    color: #2F8CF4 !important;
    text-decoration: underline;
}

#topic_article_info {
	font: bold 15px tahoma, verdana, arial, sans-serif;
	color: #B40001;
}

#topic_article_info input {
    margin-left: 10px;
}

#topic_article_view {
    display: none;
    height: 400px;
    overflow:scroll;
    border: 1px solid #EFEFEB;
    margin-top: 10px;
    padding: 5px;
}

.post_deleted {
    color: #BD0000;
}

/* quotes */


blockquote {
    background: #f7f7f6 url(images/quote-arrow-left.png) no-repeat scroll left center;
    padding: 0 0 0 60px;
    margin: 0;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

blockquote div {
    padding: 3px 60px 17px 0;
    margin: 0;
    background-image: url(images/quote-arrow-right.png);
    background-repeat: no-repeat;
    background-position: center right;
    font-size: 13px !important;
    font-style: italic;
    height: 70px;
    overflow: hidden;
}

.quoteplusminus {
    position: relative;
    padding: 0px;
    margin: -10px;
    width: 18px;
    height: 18px;
    left: -12px;
    top: -12px;
    background-image: none;
    float: right;
}

blockquote div div {
    background-image: none;
}

blockquote div h6 {
    text-align: center;
    font-family: tahoma,verdana,arial,sans-serif;
    font-size: 14px;
    color: #828282;
    margin: 0 0 5px;
    font-style: normal;
    font-weight: normal;
}

blockquote div h6 a {
    font-size: 15px;
    color: #BD0000;
    font-weight: bold;
}

