/* reset */
html { font-size:100.01% }
ul {margin: 0px; padding: 0px;}
/* header part */

.wrapper {
	max-width: 1250px;
	max-width: 994px;
	margin: 0 auto;
}
* html .wrapper {	/* ie6 hook */
/*	width: expression((window.innerWidth ? window.innerWidth : (document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.offsetWidth)) > '1270'?'1223px':'100%');*/
	width: expression((window.innerWidth ? window.innerWidth : (document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.offsetWidth)) > '1014'?'967px':'100%');
}

.header {
	font-family: Arial, sans-serif;
	background-color: #fff;
}
	.header td {
		font-family: Arial, sans-serif;
		padding: 0;		margin: 0;
	}
#logo {
	margin: 15px 20px 3px;
}
	#logo a:link,
	#logo a:visited,
	#logo a:hover,
	#logo a:active {
	}
#forecast {
	width: 20%;
	font-size: .75em; 
	vertical-align: middle;
}
	#forecast div {
		margin: 0 auto;
		width: 80px;
		font: normal 2em/40px Tahoma, snas-serif;
		color: #125A95; 
		height: 40px;
		padding: 0 0 0 55px;
		background-position: 0 0;
		background-scroll: no-scroll;
		background-repeat: no-repeat;
	}
.search-form {
	float: right;
	margin: 20px 30px 0 0;
	width: 180px;		height: 22px;
	background: url(images/search.gif) no-repeat 0 0;
}
/*
	.search-form span {
		position: absolute;
		top: 35px;
		font-style: italic;
		margin-left: 3px;
	}
*/	
	.search-form-field {
		position: absolute;
		width: 156px;		height: 21px;
		padding-top: 2px;		padding-left: 3px;
		color: #676768;
		border: 0 none;
		background: none;
		font: 12px Arial, sans-serif;
	}
	
	.search-form-submit {
		position: absolute;
		height: 22px;	    width: 24px;
		float: left;
		margin-left: 156px;
		background: none;
		border: 0 none;
		cursor: pointer;
	}
/*
.search-form {
	font-size: .9em;
	margin: 10px 20px 0px 4px;
}
	.search-form-title {
		font-size: 0.8em;
		color: #666;
	}
	.search-form-field {
		width: 20ex;
		font-size: .9em;
		color: #666;
		border: 1px solid #aaa;
		line-height: 16px;
		height: 18px;
	}
	.search-form-submit {
		font-family: Arial, sans-serif;
		font-size: .8em;
		color: #227;
		border: 1px solid #aaa;
		background-color: #eee;
		height: 18px;
		padding: 0 5px;
		margin: 3px 5px;
	}
*/
.simplenav {
	font-family: Arial, sans-serif;
	position: relative;
	float: right;
	margin: 2px 20px 0;
	font-size: 11px;
}
	.simplenav a:link,
	.simplenav a:visited,
	.simplenav a:hover,
	.simplenav a:active {
		padding: 6px 9px 8px;
		color:#4E9BBF;
		font-size:12px;
		font-weight:bold;
		display: block;
		float: left;
		text-decoration: none;
	}
	.simplenav a.active:link,
	.simplenav a.active:visited,
	.simplenav a.active:hover,
	.simplenav a.active:active {
/*		background-color: #f4f4f4;
		border: 1px solid #999;
		border-bottom: 0 none;
		padding: 5px 8px 8px;
		text-decoration: none;
*/
		text-decoration: underline;
	}
	.simplenav a.disabled:link,
	.simplenav a.disabled:visited,
	.simplenav a.disabled:hover,
	.simplenav a.disabled:active {
		color: #888;
		cursor: text;
	}
	.simplenav a.extra:link,
	.simplenav a.extra:visited,
	.simplenav a.extra:hover,
	.simplenav a.extra:active {
		color:#BF5B4E;
		text-decoration: underline;
	}

#nav {
	
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	border-bottom:1px solid #EEEEEE;
	margin:0 auto;
	padding:0 0 5px;
	width:990px;
	height: auto;

}
#nav:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#nav ul {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	float:right;
	font-size:12px;
	font-weight:normal;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:3px;
}
#nav li {
	float:left;
}

#nav li a {
	color: #68A1C6;
	margin:0 0 0 15px;
	padding:0;
}
#nav li a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	color:#125A95;
	text-decoration:underline;
}

#nav p {
	float:left;
	color:#BBBBBB;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	margin:2px 0 0 82px;
	padding:0;
}
#nav p a {
	color:#68A1C6;
}
	#nav p a:hover {
	color:#125A95;
	text-decoration:underline;
}

.topmenu-common {
	font-family: Arial, sans-serif;
	clear: both;
	padding: 6px 2ex;
	font-size: .8em;
	background-color: #f4f4f4;
	color: #000;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
	.topmenu-common a:link,
	.topmenu-common a:visited,
	.topmenu-common a:active {
		padding: 0 1ex;
		color: black !important;
		text-decoration: none;
	}
	.topmenu-common a:hover {
		padding: 0 1ex;
		color: #f33;
		text-decoration: underline;
	}
	.topmenu-common ul {
		margin: 0;		padding: 0;
		list-style: none;
		display: inline;
	}
		.topmenu-common ul li {
			margin: 0;		padding: 0;
			list-style: none;
			display: inline;
		}


/* footer part */

.footer {
	clear: both;
	font-family: Arial, sans-serif;
	margin: 0 0 0;
	padding: 1.5em 2ex;
	background-color: #eee;
	font-size: 14px;
}
	.footer_links {
		float: left;
		clear: left;
		font-size: .9em;
		padding: 0 0 .5em;
		width: 100ex;
	}
		.footer_h1 {
			float: left;
			width: 16ex;
			color: #565656;
			clear: both;
		}
	.counters {
		float: right;
		width: 240px;
	}
		.counters-container {
			float: left;
			width: 120px;
		}

	.footer a:link,
	.footer a:active,
	.footer a:visited {
		color: #445AB9;
		text-decoration: none;
	}
	.footer a:hover {
		color: #E03434;
		text-decoration: underline;
	}

	.copyrights {
		clear: both;
		margin: 2em 0 0;
		font-size: .9em;
		width: 100ex;
	}
		.copyrights a:link, .copyrights a:active, .copyrights a:visited{
			color: black;
		}


.separate-column {
	width: 230px; 
/*	background-color: #eee; */
	vertical-align: top;
}
.separate-column-container {
/*	width: 230px;
	background-color: #fff;
	float: right;
	clear: both;*/
	margin: 0 0 1em; 
}
	.separate-column-padding {
/*		float: left;*/
		padding: 10px;
		/*border-top: 1px solid #DAE2E8;*/
	}
	.separate-column-container-title, .poll-question {
		margin-bottom: .5em;
/*		color: #E03434;*/
		color: #4E9BBF;
		font: bold .85em Tahoma, sans-serif;
	}
		.separate-column-container-title a:link,
		.separate-column-container-title a:visited,
		.separate-column-container-title a:hover,
		.separate-column-container-title a:active {
/*			color: #E03434;*/
			color: #4E9BBF;
			padding: 0;
			background: none;
			text-decoration: none;
		}
		.separate-column-container-title a:hover {
			text-decoration: underline;
		}




/* for content */

.note {
	clear: both;
	border: 1px solid rgb(221, 221, 221); 
	margin: 10px; padding: 20px; 
	background: rgb(243, 243, 243) none repeat scroll 0% 0%; 
	-moz-border-radius-bottomleft: 3px; 
	-moz-border-radius-bottomright: 3px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}





/* kurer-sreda part */ 


body, form{padding:0;margin:0}
body{
	background:#fff;
}
.wrapper #main{background:white;}
/*body, td, th{font:14px "Times New Roman", Times, Arial, sans-serif}*/
input, textarea, select{font:14px "Times New Roman", Times, Arial, sans-serif}

#main{/*border-left:1px solid #B5B5B5;border-right:1px solid #B5B5B5;*/width:100%; margin: 10px 0}
#head{width:321px;height:70px}
#date{width:130px;height:70px;float:left;text-align:right; font-size: .8em;}
#date div{margin:19px 20px 0 0}
/*#logo{width:500px;height:70px;float:right; background: url(/wp-content/themes/kurer/images/kurer50px.jpg) no-repeat left center; padding-left: 51px;}*/

/*td.leftcol {width:180px;} */
td.centercol{vertical-align: top;} 
td.rightcol{width:19%; border-right: 1px dotted #DAE2E8; vertical-align: top;}
.leftdel {background:url(images/del.gif) repeat-y top right}
.rightdel {background:url(images/del.gif) repeat-y top left}
/*div.leftcol{margin:0 20px 0 10px} */
div.rightcol{margin:0 5px 0 5px; padding: 5px; height:100%}
td.content{padding: 5px 5px 20px 5px; border-right: 1px dotted #DAE2E8; }

h1,h2,h3,h4{font:bold 14px "Times New Roman", Times, Arial, sans-serif}
h1{font-size:22px}
h2{font-size:24px}
h3{font-size:18px}
h4{font-size:14px}

h1{ font-family: georgia; font-weight: normal; margin: 0;}
h1 div.author, h2 div.author{font:12px Arial, sans-serif;font-style:italic;margin-top:5px}
h1 div.author span, h2 div.author span{color:#2A3F75;border-right:1px solid #2A3F75;padding-right:5px;margin-right:5px;}
	h2 div.author{font-weight:normal!important;font-style:normal!important}
.author2{
	color: #999999;
	font: 11px Arial;
	border-bottom: 1px dotted #DDDDDD;
	padding: 5px 0;
}
.single{font-size:16px;clear:both}
/*.single img{float:left!important;margin:0 15px 15px 0;}*/

td.content img{border:0;}
/*
td.content a img{border:2px solid #E9E9E9}
td.content a:hover img{border:2px solid #9F0013}
*/
td.content a img{border:0; text-decoration: none!important;}
td.content a:hover img{border:0; text-decoration: none!important;}

a{color:black;text-decoration:none;}
a:hover{color:#9F0013;text-decoration:underline;}
a.hide,a.hide:hover,a.berdsk,a.berdsk:hover {color:black !important;text-decoration:none !important; cursor:default !important; }

.single a, .commentlist a, #respond a{text-decoration:underline!important;}
a.crosslinker {text-decoration:none!important;}

.gray { color: #999;}
.commenticon{ font-size:12px; background: transparent url(images/comment.png) no-repeat scroll left center; padding-left: 22px;}

.topmenu{text-align:center;padding-bottom:20px}
.topmenu{font:10px Arial, sans-serif;}
/*
.topmenu ul{list-style:none;margin:0;padding:0;text-align:center!important;float:none!important}
.topmenu ul li{display:inline;float:left;}
*/
/*
.topmenu center div{width:760px}
.topmenu a{cursor:pointer;margin:0 0 0 5px;display:block;width:120px!important;height:18px!important;line-height:18px;text-align:center;background:#DCDBDF url(images/tmenu1.gif) no-repeat top left;color:black;text-decoration:none;float:left}
.topmenu a span{display:block;width:120px!important;height:18px!important;background:url(images/tmenu2.gif) no-repeat top right}
.topmenu a:hover{color:#9F0013;}
*/
.submenu{width:210px;background:white}
.submenu{font:10px Arial, sans-serif;text-transform:uppercase}
.submenu a{cursor:pointer;margin:0 5px 0 5px;display:block;width:200px!important;height:18px!important;line-height:18px;text-align:center;background:#DCDBDF url(images/tmenu1.gif) no-repeat top left;color:black;text-decoration:none;margin-bottom:4px;}
.submenu a span{display:block;width:200px!important;height:18px!important;background:url(images/tmenu2.gif) no-repeat top right}
.submenu a:hover{color:#9F0013;}


.mleftlinks{margin:0px 0 10px 0;text-align:right}
.mlinks a{border:1px solid #BABABA;padding:2px 3px;font:10px Arial, sans-serif;text-decoration:none}
.mlinks a:hover{background:#9F0013;color:white}

.menu ul{list-style:none;margin:0;padding:0}
.menu ul li{margin:0;padding:0;display:block;border-bottom:1px solid white}

.menu, .menu2{margin:0 0 20px 0;text-align:right}
.menu a, .menu2 a{display:block;padding:0 15px 0 0;margin:0;background:url(images/m0.gif) no-repeat top right;text-decoration:none;font:14px "Arial Narrow", Arial, sans-serif}
.menu a:hover, .menu a.current,
.menu li.current-cat a,
.menu2 li.current-cat a,
.menu2 a:hover, .menu2 a.current{background:url(images/m1.gif) no-repeat top right;text-decoration:none;color:#9F0013}

.menu2{text-align:left}
.menu2 a{padding-left:15px;background:url(images/m0.gif) no-repeat top left;}
.menu2 a:hover, .menu2 a.current{background:url(images/m1.gif) no-repeat top left;}

.report{font:bold 14px Arial, sans-serif;text-decoration:none;display:block;margin-bottom:20px;border:1px solid #C1C1C1; width: 158px;}
.report div{font:bold 23px Arial, sans-serif;text-decoration:none;background:#C1C1C1}

.announce td.img_h2 img{margin-right:10px}
.announce, .announce_big {padding:0 0 20px 0}
.announce_photo{ padding: 0px;};
.announce .date, .announce_big .date{font-weight:bold;margin:0 0 10px 0;font-size:12px;font:normal 10px Arial,sans-serif;}
.announce .date span, .announce_big .date span{font:normal 11px Arial,sans-serif;color:#2A3F75;border-right:1px solid #2A3F75;padding-right:4px;margin-right:4px;}
.announce h2, .announce_big h2{font:bold 14px Arial, sans-serif;margin:0;padding:0;}
.announce .text, .announce_big .text{margin:10px 0 10px 0}
.announce .more, .announce_big .more{display:block;text-align:right;color:#2A3F75;font-weight:bold;text-decoration:none;font-size:13px}
.announce .more:hover, .announce_big .more:hover{color:#9F0013}

.announce .author, .announce_big .author{font-weight:bold;margin:5px 0 10px 0;font-style:italic}
.announce .slogan, .announce_big .slogan{font-weight:bold;margin:0 0 10px 0;}

.announce_big h2{font:normal 22px Georgia, "Times New Roman", Times, Arial, sans-serif;}
.announce_big h2 a{text-decoration:none}

.import_an .date{color: #2A3F75}
.import_an .date span{color: black}
.import_an img{margin-left:10px;}

.news_an dt{font-family: Arial, sans-serif!important; font-size: 0.833em; padding: 0 0 .6em 0;}
.news_an dt a{text-decoration:none; color: #125A95;}
.news_an dt a:hover{text-decoration:underline;}
.news_an .date{font-weight:normal}
.rightcol h1{margin:0 0 15px 0;padding:0;font:bold 20px Arial, sans-serif}

.bigphoto{margin: 0 0 0px 0;}
.bigphoto div{font:12px "Arial Narrow", Arial, sans-serif;margin:0}
.bigphoto span{display:block;width:100%; color: #3F4950; font-size: 10px; text-align: right;}

.weather{margin:10px 0 15px 0; text-align: center;}
.weather div, .currency div{margin:0px 0 7px 0;font:normal 14px Arial, sans-serif;}
.weather td, .currency td{font:normal 12px Arial, sans-serif;padding-bottom:3px;}
.currency div{font-weight:bold;}
.currency{ text-align: center; }

.center{text-align:center}
.right{text-align:right}

.footermenu{text-align:right;padding:0 0 5px 0;}
.footermenu a{font:normal 11px Arial, sans-serif;text-decoration:none;margin-left:10px}

/* comments */
.commentscount{font-size:12px;}

#comments h3{margin:0 0 10px 0}
#comments p{margin:7px 0 0 0}
#comments label{margin:0 0 0 5px}
#comments li {list-style: none;}
#comments .commentlist{list-style:none;margin:0;padding:0}
#comments .commentlist li{margin:0 0 30px 0; list-style: none;}
#comments .commentlist .author{background: #eee; border-top: 2px solid #333;padding:3px 4px;font-weight:bold}
#comments .commentlist small{font-size:10px;font-family: Geneva, Arial, Helvetica, sans-serif;display:block;margin:5px 0 0 0}
#comments .commentlist small a{text-decoration:none;}
ul.children{
  margin-left: 30px;
}
li.depth-2{/* margin-left: 30px;*/}
li.comment{list-style: none;}

code{font-family: "Consolas", "Courier New", Courier, monospace;}

.search{margin:0 0 15px 0;}
.search input{width:100%}


.archivetext{padding:3px 2px;color:#808080}
.calendar{margin:0 0 15px 0;}

#wp-calendar{
	width:146px;
}
#wp-calendar caption{
	background: #C1C1C1;
	color: white;
}
#wp-calendar{
	border-collapse: collapse;
}
#wp-calendar td{
	padding:1px;
}
#wp-calendar #today{
	background: #E0E0E0;
}
#wp-calendar a{
	font-weight: bold;
	display:block;
	width:100%;
	text-decoration:none;
}
#wp-calendar a:hover{
	color:white;
	background: #333;
}
#wp-calendar #next{
	text-align:right;
}
#wp-calendar #next a, #wp-calendar #prev a, #wp-calendar #showit a{
	font-weight:normal;
}
#wp-calendar tbody td{
	border:1px solid #DCDBDF;
	/*border-left:1px solid #DCDBDF;*/
}
#wp-calendar .pad{
	border:0;
}

a.rsslink{display:block;text-decoration:none;background:url(images/rss.png) no-repeat left center;padding-left:19px}

div.informer{position: relative;/*float:right;*/ background: url(images/memori.jpg) no-repeat left center; padding: 5px 5px 0 21px; /*margin-left: 110px; height:16px; */font-size: 90%;}
	div.informer a:link,
	div.informer a:visited,
	div.informer a:hover,
	div.informer a:active {
	}
.wp-caption {
  text-align:center;
  clear: both;
}

.wp-caption-text{
font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}

/* This file contains the CSS data for the editable area(iframe) of TinyMCE */

.aligncenter,
dl.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.alignleft {
        float: left;
		margin: 0 7px 2px 2px;
}

.alignright {
        float: right;
		margin: 0 2px 2px 7px;
}

.wp-caption {
        border: 1px solid #ddd;
        text-align: center;
        background-color: #f3f3f3;
        padding-top: 4px;
        margin: 10px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}

.wp-caption img {
        margin: 0;
        padding: 0;
        border: 0 none;
}

.wp-caption-dd {
        font-size: 11px;
        line-height: 17px;
        padding: 0 4px 5px;
        margin: 0;
}
#google_ad{
border:1px solid #BAC6CF;
clear:both;
margin:18px 20px 18px 0;
padding:5px 10px;
text-align: center;
}

div.com_top{
	height:18px;
	background: url(images/com_tr.gif) no-repeat top right;
}
div.com_top div{
	height:18px;
	background: url(images/com_tl.gif) no-repeat top left;
}
div.com_bottom{
	height:8px;
	background: url(images/com_br.gif) no-repeat top right;
}
div.com_bottom div{
	height:8px;
	background: url(images/com_bl.gif) no-repeat top left;
}
div.com{
	background: #E7E7E7;
	padding: 1px 13px 4px 13px;
	clear: both;
	min-height: 65px;
}
div.thumb{
	float: left;
	padding: 0 13px 7px 7px;
	width: 65px;
}
table.comm {background: #E7E7E7;}
table.comm .t{
	padding: 0 13px 0 7px;
	width: 65px;
}
table.comm .c{
	padding: 0 13px 0 0px;
}

div.com_author a{text-decoration:none;color:#E0E0E0}
div.com_author a:hover{text-decoration:underline;color:black}

div.com_author b a{text-decoration:underline;color:black}
div.com_author b a:hover{text-decoration:underline;color:black}

#capt_t{position:relative;top:-6;}

/*p{clear:both}*/

div.sidehead{
	font-weight: normal;
	/*border:1px solid #C1C1C1;
	border-bottom:3px solid #C1C1C1;*/
	font-family: Arial,sans-serif;
	font-size: 17px;
	margin-bottom: 10px;
}

a.vote{
	line-height: 20px;
	font-weight: bold;
	width: 30px;
	text-align:center;
	color: white;
	display:block;
	text-decoration: none;
	clear:both;
}
a.vote:hover{background: #18ff00}
a.vote1{background:#330094;color:#e9ff56}
a.vote2{background:#6b006b;color:#a9ff85}
a.vote3{background:#a70040;color:#78ffa8}
a.vote4{background:#dd0019;color:#34ffda}
a.vote5{background:#ff0100;color:#34ffda}
a.vote6{background:#ff2900;color:#00e4ff}
a.vote7{background:#ff6000;color:#009cff}
a.vote8{background:#ff9d00;color:#006eff}
a.vote9{background:#ffd500;color:#002cff}
a.vote10{background:#fffb00;color:#0003ff}

.votet{padding-top: 25px;}












#recentcomments, ul.st-related-posts{
	padding-left: 0;
}
	#recentcomments li, ul.st-related-posts li{
	 overflow: hidden;
	 width: 250px;
	 background: transparent url(images/arrow-right.gif) no-repeat scroll 0 5px;
	 padding-left:10px;
	}


.kurer-ads {
	margin: 10px 0;
	border: 1px solid #BAC6CF;
	font: 10px verdana,arial,sans-serif;
}
.kurer-ads-container {
	width: 468px;
	height: 60px;
	margin: 0 auto;
	overflow: hidden;
}
.kurer-ads a:link,
.kurer-ads a:visited,
.kurer-ads a:hover,
.kurer-ads a:active {
	color:#125a95;
	cursor:pointer;
}
	.kurer-ads-item {
		width: 234px;		height: 42px;
		float: left;		overflow:hidden;
	}
		.kurer-ads-item-title {
			padding: 2px 6px 0 0;
			font-size:11px;
			font-weight:bold;
			line-height:14px;
		}
		.kurer-ads-item-text {
			color:#3f4950;
			display:block;
			font-size:10px;
			line-height:13px;
			padding: 0 6px 0 0;
		}
		.kurer-ads-item-url {
			color:#125a95;
			font-size:10px;
			line-height:12px;
			overflow:hidden;
			white-space:nowrap;
			cursor:pointer;
		}
	.kurer-ads-info {
		clear: both;
		margin: 6px 0 0 300px;
	}
/* ?????? */
.flashnews{
	margin: 0 0 10px 0;
	padding: 6px;
	background-color: #125A95;
	color: white;
	overflow: hidden;
	font: normal Arial, sans-serif;
}
	.flashnews a,.flashnews a:hover{
		text-decoration: none;
		color: white;
		font: normal Arial, sans-serif;
	}
	.flashnews p{
		padding: 0;
		margin: 0;
		font-weight: normal;
	}
	.flashnews h4{
		display: inline;
		padding: 0 9px;
		margin: 0 6px;
		text-transform: uppercase;
		background-color: red;
		border: 1px solid white;
		font: normal Arial, sans-serif;
	}

	.flashnews small{
		font-weight: normal;
		padding: 0;
		margin: 0;
	}

/* ?????? */
.zone {
	text-align:center;
	padding: 0 0 10px 0;
}
/* Rating */
.ratingblock {
	clear: both;
}

/* ?????????? */
dl.berdsk_news dt {
	font-size: .85em;
	margin: 0 0 .6em;		padding: 0 0 0 10px;
	background: url(images/arrow-right.gif) no-repeat 0 3px;
}

.forumincolumn {
	overflow: hidden;
	width: 200px;
	font: .85em sans-serif;
	margin: 0 0 1em;
}
	.forumincolumn-item {
		padding: 0 0 .5em;
	}
	.forumincolumn-nick {
		color: #125A95;
	}

.single a{
	color:#125A95;
	text-decoration:underline;
}
.single a:hover{
	color: #9F0013;
}



/* TABS
-------------------------------------------------------------------------------- */
ul.tabs         { margin: 0; padding: 0; font-size: 13px; }
ul.tabs li      { float: left; list-style: none; margin: 0; padding: 0; }
ul.tabs li a    { float: left; display: block; }
ul.tabs:after   { content:  "."; display: block; height: 0; clear: both; visibility: hidden; }
ul.tabs         { zoom: 1;  } /* IE */



/* TAB WIDGET
-------------------------------------------------------------------------------- */
.tab-widget .tabs                     { margin: 0 0 10px 0; background: url(images/tabs/horizontal-rule.gif) bottom left repeat-x; }
.tab-widget .tabs li                  { margin: 0 2px 0 0; background: url(images/tabs/tab-left.gif) no-repeat; }
.tab-widget .tabs li a                { padding: 3px 11px; background: url(images/tabs/tab-right.gif) no-repeat top right; border-bottom: 1px solid #dae2e8; font-weight: bold; color: #92a2ad; }
.tab-widget .tabs li a:hover          { color: #697a85; text-decoration: none; }

.tab-widget .tabs li:hover            { background: url(images/tabs/tab-left-hover.gif) no-repeat; }
.tab-widget .tabs li:hover a          { background: url(images/tabs/tab-right-hover.gif) no-repeat top right; }

.tab-widget .tabs li.ui-tabs-selected           { background: url(images/tabs/tab-left-on.gif) no-repeat; }
.tab-widget .tabs li.ui-tabs-selected a         { background: url(images/tabs/tab-right-on.gif) no-repeat top right; color: #697a85; border-color: #fff; }
.tab-widget .tabs li.ui-state-default a       { color: #92a2ad; }



/* jQuery tabs
----------------------------------*/
.ui-tabs .ui-tabs-hide {
     display: none;
}



.topic_link a:link, .topic_link a:active, .topic_link a:visited
{
color: #2878A4;
font-weight:none;
}





a.topic_link3:link, a.topic_link3:active, a.topic_link3:visited
{
color: #666;
font-weight:none;
}


a.topic_link:hover
{
	color: #9F0013;
}



/*начало. добавил для главной страници, для вывода новостей*/

td.news_lenta small {
	-x-system-font:none;
	color:#999999;
	font-family:Arial;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

h2 a{
	color:#004276;
	font-weight:bold;
}


/*конец*/

.index_forum a:link, .index_forum a:active, .index_forum a:visited
{

	color: #2878A4;
	font-weight:none;
	text-decoration:none;
	font-size:13px;
}

.index_forum a:hover
{

	color:#9F0013;
	text-decoration:underline;
}


/* Featured categories
-------------------------------------------------------------*/

.featured_categories {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background:#EDF5F9 none repeat scroll 0 0;
	border:1px solid #C9DEEA;
	font-size:15px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:3px;
	zoom: 1;
}
.featured_categories:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.featured_categories li {
	float:left;
}
.featured_categories li a {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	color:#68A1C6;
	display:block;
	float:left;
	font-weight:bold;
	padding:4px 13px;
	white-space:nowrap;
	width: auto;
}
.featured_categories li a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#125A95 none repeat scroll 0 0;
	color:#FFFFFF;
	text-decoration:none;
}

/* categories on index page and toc */
.rubricator {
	list-style: none;
	padding: 0;		margin: 0;
}
.rubricator li {
	padding: 0;		margin: 0 0 1em;
}

.maincat, dl.category-list dt {
	font-size: 1em;
	font-weight: bold;
	color: #92A2AD; 
}
	.maincat a:link, dl.category-list dt a:link,
	.maincat a:visited, dl.category-list dt a:visited,
	.maincat a:active, dl.category-list dt a:active {
		text-decoration: none;
		color: #92A2AD; 
	}
	.maincat a:hover, dl.category-list dt a:hover {
		text-decoration: underline;
		color: #E03434; 
	}
/* toc */
dl.category-list dt {
	padding-bottom: 3px;
}
	dl.child-category-list dd {
		line-height:21px;
	}

/* subcategories on the index page and toc*/
.subcat, dd {
	font-size: .85em;
	font-weight: normal;
	text-decoration : none; 
	color: #445AB9;
}

.subcat1
{
	font-size: .81em;
	font-weight: normal;
	text-decoration : none; 
	color: #445AB9;
}

.subcat-2 {
	font-size: .85em;
	font-weight: normal;
	text-decoration : none; 
	color: #445AB9;
}


.subcat a:link, .subcat a:active, .subcat a:visited {
	color:#445AB9;
	text-decoration:none;
}

.subcat a:hover
{
	color:#9F0013;
	text-decoration:underline;
}

.subcat1 a:hover
{
	color:#9F0013;
	text-decoration:underline;
}



dl.forum
{
	font-size: .85em;
	line-height:21px;
}

h2.h2_header
{
	color:#445057;
	font-size:25px;
	font-weight:normal;
	line-height:45px;
	padding: 9px;
	font-family:'Helvetica Neue',Arial,sans-serif;
	Display: inline;
}

div.advertisement_right 
{
	margin-top: 10px;
}


.advertisement_right a:link, .advertisement_right a:active, .advertisement_right a:visited 
{
	color:#2878A4;
	font-weight:none;
}
.advertisement_right a:hover
{
	color:#9F0013;
	text-decoration:underline;
}

ul
{
	list-style-type: none;
}

/* action_right */


.action_right h6
{
	font-family: Arial;
	font-size:11px;
	line-height:12px;
	padding:7px 0 0 0;
	color:#CC0000;
	font-weight:bold;
	text-transform:uppercase;
	margin: 0px;
}
.action_right h6 a
{
	color:#CC0000;
}

.action_right h4 a
{

	color:#125A95;
}

.action_right h4 a:hover
{
	text-decoration:underline;
}

h4.name
{
	font-size:14px;
	font-weight:bold;
	line-height:16px;
}

.thumb img
{
	display:block;
	float:right;
	margin-bottom:2px;
	margin-left:5px;
	border: 0 none;
}


p.more 
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	color:#445057;

	font-family:georgia,times,serif;
	font-size:12px;
	font-style:italic;

	line-height:15px !important;
	padding:0 !important;
	width:auto;

	font-size:11px !important;

	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:5px 0;

	font-weight:normal;

}



a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
color:#125A95;
padding:0;
}


/* */

.tip {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	margin-bottom:10px;
	padding:9px;
}

.tip p {
	color:#555555;
	font-size:13px;
	line-height:18px;
	margin:0;
}


.tip a {
	font-weight:bold;
	margin:0;
	padding-top:5px;
	text-align:center;
	color:#000000;
}
.tip a:hover {
	color:#000000;
	text-decoration: underline;
}

a.tip2 {
	font-weight:normal;
	margin:0;
	text-align:center;
	color:#125A95;
}
a.tip2:hover {
	color:#125A95;
	text-decoration: underline;
}

