 #top_filters input
 {
	border: 0;
    color: #999;
    background: url("../images/site_images/search-bgr.gif") left top no-repeat;
}
#top_filters button
{
    border: none;
    color: #fff;
    background: url("../images/site_images/search-but.gif") left 3px no-repeat;
    cursor: pointer;
}

/* COMMON STYLES */
   
    ul.more_news_from_rubtics {
    	list-style: none none;
		margin:0;
		padding:0;
    }
	
	ul.more_news_from_rubtics li
	{
		margin-bottom:20px !important;
	}
	
    ul.more_news_from_rubtics p{line-height: 15px;}

    ul.more_news_from_rubtics a {
        background: url("../images/site_images/bullet.gif") 0px 5px no-repeat;
        text-indent:10px;
		text-decoration:none;
		font-weight:bold;
		color:#45b1f9;
    }

    ul.more_news_from_rubtics a,
    a.more_news {
    	display: block;
    	line-height: 15px;
    }

    a.more_news {
    	display: inline;
		color:#45b1f9;
		font-weight:bold;
    }
	
	ul.more_news_from_rubtics a:hover
	{
		text-decoration:underline;
	}
	
	a.more_news:hover {
    	text-decoration:none;
    }

    ul.more_news_from_rubtics p,
    #center_column div.small-box p.summary {
    	margin:0;
		padding:0;
    	margin-bottom: 3px;
    }

div.banner {
	text-align: center;
	width:530px;
	clear:both;
	margin:20px auto;
	float:left;
	margin-left:5px;
}

#breadcrumb {
	list-style: none none;
	position: relative;
	overflow: hidden;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

	#breadcrumb li {
		float: left;
		position: relative;
		left: -10px;
		padding: 0 5px 0 12px;
		background: url(../images/site_images/bgr_breadcrumb_bet.gif) left 5px no-repeat;
	}

		#breadcrumb li a {
			color: #45b1f9;
			text-decoration: underline;
			outline:none;
		}
		
		#breadcrumb li a:hover
		{
			text-decoration:none;
		}

ul#news_toolbar {
	float: right;
	list-style: none none;
    width: 280px;
    margin-bottom: 10px;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

	ul#news_toolbar li {
		display: block;
        width: 18px;
        height: 18px;
        line-height:1px;
        float: right;
        margin-right: 5px;
	}
	
	ul#news_toolbar li a {
		text-decoration:none;
	}
    
    ul#news_toolbar li.reset{background: url("../images/site_images/news-tools-reset.gif") left top no-repeat;}
    ul#news_toolbar li.decrease{background: url("../images/site_images/news-tools-decrease.gif") left top no-repeat;}
    ul#news_toolbar li.increase{background: url("../images/site_images/news-tools-increase.gif") left top no-repeat;}
    ul#news_toolbar li.print{background: url("../images/site_images/news-tools-print.gif") left top no-repeat;}
    ul#news_toolbar li.send{background: url("../images/site_images/news-tools-send.gif") left top no-repeat;}
    ul#news_toolbar li.download{background: url("../images/site_images/news-tools-download.gif") left top no-repeat;}
    ul#news_toolbar li.lang{
        width: 135px;
    }
        ul#news_toolbar li.lang a{
            width: 105px;
            padding-left: 30px;
            line-height: 18px;
        }
             ul#news_toolbar li.lang a.bg{
                background: url("../images/site_images/lang-bg.gif") left 2px no-repeat;
             }
             ul#news_toolbar li.lang a.en{
                background: url("../images/site_images/lang-en.gif") left 2px no-repeat;
             }

		ul#news_toolbar li a {
            display: block;
			width: 18px;
			height: 18px;
			line-height: 1px;
		}
        ul#news_toolbar li a:hover{text-decoration: none;}

		ul#news_toolbar li span {
			display: block;
            text-indent: -999px;
			cursor: pointer;
			width: 18px;
			height: 18px;
			line-height: 1px;
		}

form#send_comment {
	margin: 0 auto;
	width: 368px;
}

	form#send_comment fieldset {
		border: 0;
	}

	form#send_comment button {
		float: right;

		margin-left: 10px;
	}

	form.rounded_fields label {
		clear: left;
		float: left;
		margin-right: 5px;
		width: 50px;
		margin-top:5px;
		text-align: right;
	}

	form.rounded_fields span.input {
		float: left;
		margin-bottom: 10px;
		width: 273px;
		height: 24px;

		background-image: url("../images/site_images/bgr_input.gif");
	}

		form.rounded_fields span.input input {
			padding: 5px 0 0 5px;
			width: 265px;
			border: 0;

			background: transparent;
		}

	form.rounded_fields span.textarea {
		clear: left;
		display: block;
		float: none;
		width: 368px;
		height: 243px;
		background-image: url("../images/site_images/bgr_textarea.gif");
		background-repeat:no-repeat;
	}

		form.rounded_fields span.textarea textarea {
			margin: 3px 0 0 4px;
			width: 363px;
			height: 238px;
			border: 0;
			overflow: auto;

			background: transparent;
		}

.paging {
	position: relative;
	float: left;
	left: 50%;
	margin-top: -31px;
	height: 31px;
	background: url(../images/site_images/bgr_paginator.gif) no-repeat 0 0;
}

	.paging .r {
		position: relative;
		float: left;
		right: -7px;
		padding-right: 7px;
		background: url(../images/site_images/bgr_paginator.gif) no-repeat right 0;
		height: 100%;
	}

	.paging a,
	.paging span {
		float: left;
		margin: 10px 2px 0 2px;
		height: 12px;
		line-height: 100% !important;
	}

	.paging a {
		text-decoration:underline;
	}

	.paging .current {
		font-weight: bold;
		color: #333 !important;
		text-decoration:none;
		cursor:default;
	}

	.paging .first,
	.paging .next,
	.paging .previous,
	.paging .last {
		display: block;
		width: 11px;
		height: 11px;
		text-indent: -9999px;
		text-decoration: none;
		background-image: url(../images/site_images/arrow_paging_next.gif);
		outline:none;
	}

	.paging span.next {
		background-image: url(../images/site_images/arrow_paging_next_inactive.gif);
	}

	.paging .previous {
		background-image: url(../images/site_images/arrow_paging_prev.gif);
	}

	.paging span.previous {
		background-image: url(../images/site_images/arrow_paging_prev_inactive.gif);
	}

	.paging .first,
	.paging .last {
		width: 12px;
		background-image: url(../images/site_images/arrow_paging_first.gif);
	}

	.paging span.first {
		background-image: url(../images/site_images/arrow_paging_first_inactive.gif);
	}

	.paging .last {
		background-image: url(../images/site_images/arrow_paging_last.gif);
	}

	.paging span.last {
		background-image: url(../images/site_images/arrow_paging_last_inactive.gif);
	}

/*******************
*	FLASH MESSAGES
*******************************/
#flash_messages {
	width: 100% !important;

	margin-bottom: 10px;
	padding: 2px 0;

	border-top: 2px solid #BEBF53;
	border-bottom: 2px solid #BEBF53;
}

	#flash_messages ul {
		list-style: none none;
		padding: 0 0 0 10px;
		background-color: #FEFF9F;
	}

table.forecast * {
	font-size: 10px;
}

table.forecast th {
	color: #666666;
}

table.forecast big {
	font-weight: bold;
}

table.forecast .min {
	color: #d20001;
}

table.forecast .max {
	color: #090;
}

#stf {
	position: absolute;
	z-index: 999;
	left: 50%;
	margin-left: -205px;
	width: 410px;
	height: 460px;
	top: 0;

	background-color: #fff;
}

	#stf form {
		padding: 10px 20px;
	}

	#stf label {
		clear: left;
		float: left;
	}

	#stf .title {
		background-color: #45b1f9;
		padding: 0 10px;
		height: 25px;
		line-height: 25px;
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
	}

	#stf .close {
		float: right;
		margin-top: 2px;
		color: #fff;
	}
.rich-text 
{
	text-align: justify;
	line-height:18px;
}

.rich-text img
{
	margin-left:10px;
}

.rich-text ul, .rich-text ol {
	padding-left :10px ;
	list-style-position : inside;
    display: block;
    clear: both;
}

.rich-text a {
	text-decoration: underline !important;
}

.rich-text ul li {
	padding-left: 10px !important;
    background: url("../images/site_images/bullet.gif") 0px 8px no-repeat;
    list-style: none;
}

.rich-text u {
	text-decoration: underline;
}

body {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#FFFFFF url(../images/site_images/page_bgr.gif) left top repeat-x;
}

a 
{
	color:#45b1f9;	
}

a:hover 
{
	text-decoration:none;
}

#header
{
	margin:0 auto;
	width:980px;
	height:113px;
	padding-top:28px;
}

	#header h1
	{
		width:193px;
		height:93px;
		margin:0;
		padding:0;
		margin-left:15px;
		float:left;
	}
	
	#header a#logo
	{
		display:block;
		width:193px;
		height:93px;
		text-indent:-9999px;
		background:url(../images/site_images/logo.gif) left top no-repeat;
		outline:none;
	}

#filter_bar
{
	width:980px;
	height:32px;
	margin:0 auto;
	position:relative;
}
	#filter_bar ul
	{
		margin:0;
		padding:0;
		list-style-type:none;
	}

	#filter_bar li
	{
		float:left;
		margin-right:3px;
	}
	
		#filter_bar li a
		{
			font-weight:bold;
			color:#FFFFFF;
			font-size:12px;
			background:url(../images/site_images/filter_bgr_inactive.gif) left top repeat-x;
			display:block;
			padding:9px 15px 5px 15px;
			height:18px;
			text-decoration:none;
			width:auto;
			float:left;
		}
	
		#filter_bar li a:hover
		{
			background:url(../images/site_images/filter_bgr_active.gif) left top repeat-x;
			color:#000000;
		}
	
		#filter_bar a:hover span.bullet
		{
			background-image:url(../images/site_images/bullet_gray.gif);
		}
		
		#filter_bar form
		{
			margin:0;
			padding:0;
			margin-left:10px;
			position:absolute;
			right:60px;
		}
		
		#filter_bar input
		{
	        width: 200px;
			margin-top:4px;
	        padding: 5px 0 5px 20px;
	        float: left;
	        vertical-align: middle;
			border: 0;
	        color: #999;
			font-size:11px;
	        background: url("../images/site_images/search-bgr.gif") left top no-repeat;
    	}
		
	    #filter_bar input#btn_search
		{
	        width: 65px;
	        height: 26px;
	        text-align: center;
	        margin-top: 1px;
	        float: left;
			border: none;
	        color: #444444;
	        background: url(../images/site_images/search-but.gif) left 3px no-repeat;
	        cursor: pointer;
			font-size:11px;
			padding:0;
			outline:none;
			padding-top:2px;
    	}
	
		#filter_bar a.lang
		{
	        display: block;
	        height: 12px;
	        width: 21px;
			margin-top:9px;
	        float: right;
	        text-indent: -9999px;
	        margin-left: 7px;
			border:1px solid #a3daff;
			font-size:2px;
			outline:none;
    	}
		
		#filter_bar a.lang:hover
		{
			text-decoration: underline !important;
			border-color:#444444;
		}
		
		#filter_bar a.bg
		{
	        background: url("../images/site_images/lang-bg.gif") left top no-repeat;
	    }
		
		#filter_bar a.en{
	        background: url("../images/site_images/lang-en.gif") left top no-repeat;
	    }
		
span.bullet
{
	background:url(../images/site_images/bullet_white.gif) left 4px no-repeat;
	padding-left:8px;
}
		
#info_bar
{
	clear:both;
	margin:2px auto;
	width:980px;
	height:29px;
	color:#FFFFFF;
	background:#444444 url(../images/site_images/info_bar_bgr.gif) left top repeat-x;
}

	#info_bar div.highlight
	{
		height:29px;
		float:left;
		width:260px;
		background:url(../images/site_images/info_bar_bgr_highlight.gif) left top repeat-x;
	}
	
	#info_bar div#date, #info_bar div#marquee_label
	{
		float:left;
		height:21px;
		width:140px;
		padding-top:8px;
		padding-left:14px;
	}
	
	#info_bar div#marquee_label
	{
		float:right;
		width:auto;
		background:url(../images/site_images/info_bar_arrow.gif) right top no-repeat;
		padding-right:14px;
		padding-left:0;
	}
	
	#info_bar div#marquee
	{
        width: 710px;
        height: 29px;
        float:left;
        position: relative;
        overflow: hidden;
        margin-left: 4px;
    }
	
	#info_bar div#marquee ul
	{
        width: 30000px;
		margin:0;
		padding:0;
        position: absolute;
        top: 8px;
        left: 90px;
    }
        
	#info_bar div#marquee ul li {
        display: inline;
    }
	
    #info_bar div#marquee ul li a:hover {
        text-decoration: underline;
    }
    
	#info_bar div#marquee ul li.odd {
        background-color:#eee;
    }
	
#content
{
	clear:both;
	margin:12px auto;
	width:980px;
	background:url(../images/site_images/right_col_bgr.gif) right top repeat-y;
	overflow:hidden;
	height:100%;
}

#left_col
{
	width:160px;
	float:left;
}

	ul#navigation
	{
		margin:0;
		padding:0;
		list-style-type:none;
		background:#f0f0f0;
		width:159px;
		overflow:hidden;
		height:100%;
		padding:1px;
	}
	
		ul#navigation li
		{
			display:block;
			width:159px;
			height:37px;
		}
		
		ul#navigation li a
		{
			display:block;
			width:149px;
			height:26px;
			padding-top:10px;
			background:url(../images/site_images/menu_bgr_inactive.gif) left top no-repeat;
			text-decoration:none;
			font-size:14px;
			color:#444444;
			padding-left:10px;
		}
		
		ul#navigation li a.texts
		{
			color:#FFFFFF;
			background-image:url(../images/site_images/menu_bgr_cat.gif);
		}
		
		ul#navigation li a:hover, ul#navigation li a.current, ul#navigation li a.texts:hover
		{
			color:#FFFFFF;
			background-image:url(../images/site_images/menu_bgr_active.gif);
		}
		
#center_col
{
	float:left;
	width:550px;
	margin-left:10px;
	margin-right:5px;
}

/* THE HEAD NEWS */

#head_news
{
	overflow:hidden;
	height:100%;
}

#head_news h2,
#head_news h2 a
{
    font-size: 20px;
    font-weight: normal;
    color: #45b1f9;
	text-decoration:none;
	padding:0;
	margin:0;
	margin-bottom:10px;
}

#head_news h2 a:hover
{
	text-decoration:underline;
}

#head_news img
{
    border: 1px solid #45b1f9;
}
#head_news .subtitle
{
    font-weight: bold;
    
    clear: right;
}
#head_news .date
{
    font-size: 10px;
    color: #999999;
    line-height: 15px;
    margin: 7px 0px;
}

#head_news .image
{
    float: left;
	padding: 0px 10px 10px 0px;
	border:0;
	width:250px;
}

#head_news .image a
{
    display:block;
}


#head_news .image p
{
    font-size: 9px;
    color:#FFFFFF;
    line-height: 16px;
	background-color:#45b1f9;
	margin:0;
	padding:0;
	padding:4px;
	width:242px;
	border-top:1px solid #FFFFFF;
}

#head_news .image img
{
	border:0;
}

#head_news .image p.left{float: left; width: 60%}
#head_news .image p.right{float: right; text-align:right;width: 39%;}

#head_news .summary
{
    text-align: justify;
	line-height:17px;
}
#head_news .more a
{
    color: #45b1f9;
}

#head_news .more a:hover
{
	text-decoration:none;
}

/* THE HEAD NEWS END */

#right_col
{
	float:right;
	width:250px;
	background-color:#FFFFFF;
	padding-bottom:10px;
}

	#right_col #currencies
	{
		overflow:hidden;
		height:100%;
	}
	#right_col #currencies p
	{
		width: 113px; 
		float: left;
		padding:0;
		margin:0;
		padding-bottom:10px;
	}
	
	#right_col #currencies span{
	    color: #666;
	    font-weight: bold;
	    margin-right: 6px;
	    display: block;
	    width: 30px;
	    float: left;
	}
	
	#right_col #currencies span.rate 
	{
		display:block;
		float:left;
		font-weight:normal;
		width:60px;
	}

#footer
{
	width:980px;
	height:29px;
	margin:10px auto;
	background:url(../images/site_images/info_bar_bgr.gif) left top repeat-x;
}

	#footer a
	{
		color:#FFFFFF;
	}

	#footer #quicklinks
	{
		width:auto;
		min-width:160px;
		float:left;
		height:29px;
		background:url(../images/site_images/info_bar_bgr_highlight.gif) left top repeat-x;
	}
	
		#footer #quicklinks ul
		{
			margin:0;
			padding:0;
			list-style-type:none;	
			margin-top:8px;
			margin-left:10px;
		}
		
		#footer #quicklinks ul li
		{
			float:left;
			color:#FFFFFF;
		}
		
	#footer #copyright
	{
		width:250px;
		height:29px;
		float:right;
		background:url(../images/site_images/info_bar_bgr_highlight.gif) left top repeat-x;
	}
	
	#footer address 
	{
		text-align:right;
		color:#FFFFFF;
		font-style:normal;
		margin-top:8px;
		margin-right:10px;
	}

#author
{
	width:970px;
	padding-right:10px;
	margin:10px auto;
	text-align:right;
	padding-bottom:20px;
}
	#author a {
		text-decoration:none;
		display: block;
		float: right;
		padding-right: 53px;
		height: 15px;
		background:url(../images/site_images/maglogo.gif) no-repeat right top;
		color: #AAA;
		font-size:10px;
	}

.hidden
{
	display:none;
}

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

div.fixed
{
	width:270px;
	float:left;
}

div.fixed div.box_content
{
	height:230px;
}

div.right
{
	margin-left:10px;
}

	div.box_caption
	{
		height:30px;
		width:100%;
		background:url(../images/site_images/box_caption_bgr.gif) left top repeat-x;
	}
	
	div.box_caption h3
	{
		color:#FFFFFF;
		margin:0;
		padding:0;
		display:block;
		height:22px;
		padding-top:8px;
		float:left;
		width:auto;
		padding-right:18px;
		background:url(../images/site_images/box_caption_arrow.gif) right top repeat-x;
		font-size:12px;
		padding-left:10px;
	}
	
	div.box_content
	{
		border:1px solid #f0f0f0;
		border-top:0;
		padding:10px;
		padding-bottom:15px;
		background:url(../images/site_images/box_bottom_bgr.gif) left bottom repeat-x;
	}
	
	div.no_spacing
	{
		padding:0 !important;
		margin:0 !important;
	}
	
	div.box_content div.one-row
	{
		clear:both;
		overflow:hidden;
		margin:0px 2px 0px 2px;
		padding:7px;
	}
	
	div.box_content div.even
	{
		background-color:#f7f7f7;
	}
	
	div.box div.one-row h4
	{
		font-size:12px;
		margin:0;
		padding:0;
		overflow:hidden;
		margin-bottom:5px;
		margin-top:5px;
	}
	
	div.box div.one-row a
	{
		text-decoration:none;
		color:#45b1f9;
	}
	
	div.box div.one-row a:hover
	{
		text-decoration:underline;
	}
	
	div.box img.news_thmb
	{
		float:left;
		margin-right:8px;
		padding:1px;
		border:1px solid #45b1f9;
	}
	
button.send,
button.reset {
	display: block;
	width: 76px;
	height: 24px;
	border: 0;
	cursor: pointer;
	color:#FFFFFF;
	background: url(../images/site_images/btn_bgr.gif) left top repeat-x;
	border:1px solid #2d88c9;
	font-size:11px;
}

button.reset
{
	background: url(../images/site_images/btn_bgr_gray.gif) left top repeat-x;
	border:1px solid #999999;
}

/* GALLERY */
#big{
    height: 414px;
    width: 542px;
    padding:1px;
    position: relative;
    border-bottom: none;
}
#gallery_left, #gallery_right{
    height: 74px;
    width: 16px;
    float: left;
    margin-right: 7px;
    background: url('../images/site_images/gallery-arrow-left-inactive.gif') left top no-repeat;
    cursor: pointer;
}
#gallery_right{background: url('../images/site_images/gallery-arrow-right-inactive.gif') left top no-repeat; margin:0;}
#gallery_left.gallery_active{background: url('../images/site_images/gallery-arrow-left-active.gif') left top no-repeat;}
#gallery_right.gallery_active{background: url('../images/site_images/gallery-arrow-right-active.gif') left top no-repeat;}
#thumbs-mask{position: relative; overflow: hidden; width: 500px; height: 74px; float: left; }
#thumbs-holder{position: absolute; top:0px; left:0px; height: 74px;}
.gal_thumb{width: 70px; height: 70px; border:1px solid #ccc; padding:1px; float: left; margin-right: 10px; cursor:pointer;}
#texts{
    width: 524px;
    padding: 0px 10px;
}

.small-box *, .big-box * {line-height: 15px;}

.more_news_from_rubtics li{margin-bottom: 8px;}


a.news_gallery_thumb
{
	display:block;
	width:70px;
	height:70px;
}

a.news_gallery_thumb img
{
	border:0;
}

h3.nv_title
{
	margin:0;
	padding:0;
	font-size:14px;
	color:#45b1f9;
	margin-bottom:10px;
	margin-top:10px;
}

.banner728
{
	float:right;
	height:90px;
	overflow:hidden;
	text-align:right;
	width:728px;
}

.banner160{

    width: 160px;
    margin-top: 10px;
    overflow: hidden;
}
.publish_message{
	font-weight: bold;
	color: #999999;
}