/* LAYOUT */
body{
	background: #323840 url(http://static.bg-news.org/img/top_nav_body_back.png) 0 0 repeat-x;
	font-family: Arial, sans-serif;
	font-size: 12px;		
}
#container{
	width: 100%;
}
#processing{
	display: none;
	position: absolute;
	top: 20px;
	left: 50%;
	width: auto;
	padding: 5px 8px;
	background-color: #E5E5E5;
	color: #000000;
	font-weight: bold;
	z-index: 9999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#top_wrap{}
#top{
	height: 30px;
	margin: 0 auto;
	position: relative;
	width: 997px;
}
#signup_wrap,
#signin_wrap{
	background-color: #7a8797;
	border-top: solid 1px #8d9db4;
	border-bottom: solid 3px #8d9db4;
	overflow: hidden;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 9998;
}
#signup,
#signin{
	background-color: #7a8797;
	margin: 0 auto; 
	width: 997px;	
}
#signup_wrap,
#signup{
	height: 200px;
}
#signin_wrap,
#signin{
	height: 295px;
}
#header_wrap{

}
#header{
	background: url(http://static.bg-news.org/img/middle_top.png) left bottom no-repeat;
	height: 127px;
	margin: 0 auto;
	position: relative;
	width: 997px;
}

#middle_wrap{}
#middle{
	background: url(http://static.bg-news.org/img/middle_back.gif) 0 0 repeat-y;
	margin: 0 auto;	
	width: 997px;
}
#middle_top{
	background: url(http://static.bg-news.org/img/logo_text.png) 90px 10px no-repeat;
	height: 100px;
	overflow: hidden;
	position: relative;	
}
#social_box{
	bottom: 0px;
	position: absolute;
	right: 21px;
}
#social_box .social_item{
	float: left;
	margin: 0 3px 0 4px;
	text-align: center;
}
#social_box img{
	border: none;
	height: 32px;
	width: 32px;
}
#social_box a{
	display: block;
	font-size: .9em;
	margin: 2px 0 0 0;
	width: 62px;
}
a#logo{
	/*background: url(http://static.bg-news.org/img/logo_icon.png) 0 0 no-repeat;*/
	display: block;
	height: 65px;
	left: 20px;
	position: absolute;
	top: 10px;
	width: 336px;
}
a#logo img{
	width: 55px;
	height: 65px;	
}
#middle_left{
	float: left;
	padding: 0 0 0 20px;
	margin:  0 10px 0 0;
	width: 135px; /*165*/
}
#middle_center{
	float: left;
	padding: 0 6px 0 8px;
	width: 486px; /*500*/
}
#middle_leftless{
	float: left;
	padding: 0 6px 0 20px;
	width: 639px;
}
#middle_right{
	float: left;
	/*padding: 0 21px 0 8px;*/
	padding: 0 0 0 8px;
	width: 303px; /*332*/
}
#footer_wrap{
	/*background: #323840 url(http://static.bg-news.org/img/footer_back.png) 0 15px repeat-x;*/
	background-color:#3F4651;
	border-top:1px solid #8D9DB4;
}
#footer{
	background: url(http://static.bg-news.org/img/middle_bottom.png) left top no-repeat;
	height: 270px;
	margin: -1px auto 0;
	width: 997px;
}
/* TOP */
#top p{
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	text-indent: 20px;
}
#top p span{
	color: #fdd134;
}
ul.top_list{
	height: 30px;
	list-style: none;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
ul.top_list li{
	background: url(http://static.bg-news.org/img/top_nav_limit.png) 0 0 no-repeat;
	color: #FFF;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}
ul.top_list li a{
	color: #FFF;
	float: left;
	height: 30px;
	text-decoration: none;	
}
ul.top_list li a:hover,
ul.top_list li a.focus{
	text-decoration: underline;
}
ul.top_list li span{
	color: #fdd134;
}
a.sign_in{
	background: url(http://static.bg-news.org/img/signin_sprite.png) 0 0 no-repeat;
	height: 24px;
	position: absolute;
	right: 0px;
	top: 6px;
	width: 63px;
}
a.open{
	background: url(http://static.bg-news.org/img/signin_sprite.png) 0 -24px no-repeat;
}
a.sign_up{
	background: url(http://static.bg-news.org/img/signup_sprite.png) 0 0 no-repeat;
	height: 24px;
	position: absolute;
	right: 69px;
	top: 6px;
	width: 128px;
}
a.sign_up:hover{
	background: url(http://static.bg-news.org/img/signup_sprite.png) 0 -24px no-repeat;
}
a#sign_in_close,
a#sign_up_close{
	background: none;
}
#signin h3,
#signup h3{
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-transform: uppercase;	
}
#signin p,
#signup p{
	color: #333;
	margin: 0 0 5px 0;	
}
#signin p label,
#signup p label{
	margin: 0 0 3px 0;
}
#signin p input.text,
#signup p input.text{
	background-color: #ECECEC;
	border: solid 1px #CDCDCD;
	display: block;
	margin: 0 0 5px 0;
	padding: 3px;
	width: 200px;
}
#signin p input.error,
#signup p input.error{
	border: solid 1px #CC6600;
	color: #CC6600;
}
#signin p input.checkbox,
#signup p input.checkbox{
	background-color: #ECECEC;
	border: solid 1px #CDCDCD;
	margin: 0;
}
#signin p a:link,
#signin p a:visited,
#signup p a:link,
#signup p a:visited{
	color: #CC6600; 
}
#signin p a:hover,
#signup p a:hover{
	color: #CC6600;
}
.btn-signup,
.btn-signin,
.btn-send{
	border: none;
	height: 24px;
	width: 119px;
}
.btn-signin{
	background: url(http://static.bg-news.org/img/btn_signin.png) 0 0 no-repeat;
}
.btn-signup{
	background: url(http://static.bg-news.org/img/btn_signup.png) 0 0 no-repeat;
}
.btn-send{
	background: url(http://static.bg-news.org/img/btn-send.png) 0 0 no-repeat;
}
p.top_status{
	color: #CC6600 !important;
}
/* HEADER */
#header_banner{
	background: url(http://static.bg-news.org/img/728x90_back.png) 0 0 no-repeat;
	height: 90px;
	left: 20px;
	position: absolute;
	top: 10px;
	width: 728px;
}
#header_search{
	background: url(http://static.bg-news.org/img/search_box.png) 0 0 no-repeat;
	height: 38px;
	right: 0;
	position: absolute;
	top: 70px;
	width: 245px;
	vertical-align: middle;
}
#header_search .s_input{
	background-color: #6A798B;
	border: none;
	color: #fff;
	height: px;
	margin: 11px 0 0 42px;
	width: 158px;	
}
#header_search .s_submit{
	background-color: transparent;	
	border: none;
	height: 19px;
	margin: 1px 0 0 1px;
	padding: 0;
	width: 19px;
}
/* LEFT COLUMN */
ul.left_list{
	list-style: none;
	margin: 10px 0 0 0;
}
ul.left_list li{
	display: block;
	/*height: 25px;*/
	width: 137px;
	position: relative;
}
ul.left_list li.top{
	background: url(http://static.bg-news.org/img/menu_list_top.png) 0 0 no-repeat;
	height: 40px;
}
ul.left_list li.top h1{
	color: #fcd033;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 40px;
	margin: 0 0 0 15px;
}
ul.left_list li.bottom{
	background: url(http://static.bg-news.org/img/menu_list_bottom.png) 0 0 no-repeat;
	height: 15px;
}
ul.left_list li a{
	background: url(http://static.bg-news.org/img/menu_list.png) 0 0 no-repeat;
	display: block;
	height: 25px;
	line-height: 25px;
	oveflow: hidden;
	text-indent: 26px;
	width: 137px;
}
ul.left_list li a:link,
ul.left_list li a:visited{
	color: #d1d1d1;
	text-decoration: none;
}
ul.left_list li a.focus,
ul.left_list li a:hover{
	color: #fcd033;
	/*background: url(http://static.bg-news.org/img/menu_list.png) 0 -25px no-repeat;*/
	text-decoration: underline;
}
/* Sub Level */
.left_fly{
	background-color: #343A3F;
	border: solid 4px #CBCBCB;
	display: none;
	height: 184px; 
	left: 137px; 
	overflow: hidden; 
	position: absolute;
	top: 0;
	z-index: 9999;
}
.fly1{width: 137px;}
.fly2{width: 274px;}
.fly3{width: 411px;}
.fly4{width: 548px;}
.fly5{width: 685px;}
.fly6{width: 822px;}
.fly7{width: 959px;}
ul.left_list_sub{
	float: left;
	list-style: none;	
}
ul.left_list_sub li{
	display: block;
	height: 23px;
	oveflow: hidden;
}
ul.left_list_sub li a{
	background: url(http://static.bg-news.org/img/bullet_yellow.gif) 13px 9px no-repeat;
	display: block;
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	width: 137px;
}
ul.left_list_sub li a:link,
ul.left_list_sub li a:visited{
	color: #FFF;
}
ul.left_list_sub li a.focus,
ul.left_list_sub li a:hover{
	/*background: url(http://static.bg-news.org/img/menu_list_sub.png) 0 -23px no-repeat;*/
	text-decoration: underline;
}
/* left_box */
.left_box{
	margin: 10px 0 0 0;
	overflow: hidden;	
	width: 137px;
}
.left_box_top_low{
	background: url(http://static.bg-news.org/img/left_top_low.png) 0 0 no-repeat;
	height: 8px;
	overflow: hidden;
	width: 137px;
}
.left_box_body{
	background: url(http://static.bg-news.org/img/left_body.gif) 0 0 repeat-y;
	overflow: hidden;
	width: 137px;
}
.left_box_content{
	margin: 0 0 0 10px;
	overflow: hidden;
	width: 117px;
}
.left_box_bottom_low{
	background: url(http://static.bg-news.org/img/left_bottom_low.png) 0 0 no-repeat;
	height: 16px;
}
.left_ad{
	margin: 0 auto;
	width: 120px;
}
/* MIDDLE COLUMN */
.leftless_box{
	margin: 10px 0 0 0;
	overflow: hidden;
	width: 639px;
}
.leftless_box_top{
	background: url(http://static.bg-news.org/img/large_top.png) 0 0 no-repeat;
	height: 48px;
	position: relative;
	width: 639px;
}
.leftless_box_body{
	background: url(http://static.bg-news.org/img/large_body.gif) 0 0 repeat-y;
	overflow: hidden;
	width: 639px;
}
.leftless_box_content{
	margin: 0 0 0 10px;
	overflow: hidden;
	width: 613px;
}
.leftless_box_bottom{
	background: url(http://static.bg-news.org/img/large_bottom.png) 0 0 no-repeat;
	height: 32px;
	overflow: hidden;
	position: relative;
	width: 639px;
}
.leftless_box_limit{
	background: url(http://static.bg-news.org/img/wide_limit.png) top center no-repeat;
	height: 20px;
	margin: 0 auto;
	width: 604px;	
}
.middle_box{
	margin: 10px 0 0 0;
	overflow: hidden;
	width: 486px;
}
.middle_box_top_low{
	background: url(http://static.bg-news.org/img/wide_top_low.png) 0 0 no-repeat;
	height: 13px;
	width: 486px;
}
.middle_box_top{
	background: url(http://static.bg-news.org/img/wide_top.png) 0 0 no-repeat;
	height: 48px;
	position: relative;
	width: 486px;
}
.middle_box_top a.prev,
.middle_box_top a.next{
	background-image: url(http://static.bg-news.org/img/ico_arrows_sprite.png);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	position: absolute;
	top: 13px;
	width: 19px;	
}
.middle_box_top a.prev{
	right: 33px;
}
.middle_box_top a.next{
	right: 10px;
}
.middle_box_top a.prev_white{
	background-position: 0 0;
}
.middle_box_top a.prev_cherry{
	background-position: 0 -15px;
}
.middle_box_top a.prev_green{
	background-position: 0 -30px;
}
.middle_box_top a.prev_purple{
	background-position: 0 -45px;
}
.middle_box_top a.next_white{
	background-position: 0 -75px;
}
.middle_box_top a.next_cherry{
	background-position: 0 -90px;
}
.middle_box_top a.next_green{
	background-position: 0 -105px;
}
.middle_box_top a.next_purple{
	background-position: 0 -130px;
}
.middle_box_top ul{
	height: 36px;
	list-style: none;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 1px;
}
.middle_box_top ul li{
	margin: 0 1px;
	display: block;
	float: left;
	height: 36px;
}
.middle_box_top ul li a{
	background: url(http://static.bg-news.org/img/box_link_back.png) 0 0 no-repeat;
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
}
.middle_box_top ul li a.focus,
.middle_box_top ul li a:hover{

}
.middle_box_body{
	background: url(http://static.bg-news.org/img/wide_body.gif) 0 0 repeat-y;
	overflow: hidden;
	width: 486px;
}
.middle_box_content{
	margin: 0 0 0 10px;
	overflow: hidden;
	width: 466px;
}
.middle_box_content h3{
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0;
}
.middle_box_bottom_low{
	background: url(http://static.bg-news.org/img/wide_bottom_low.png) 0 0 no-repeat;
	height: 16px;
}
.middle_box_bottom{
	background: url(http://static.bg-news.org/img/wide_bottom.png) 0 0 no-repeat;
	height: 32px;
	overflow: hidden;
	position: relative;
	width: 486px;
}
.middle_box_bottom a{
	font-size: .9em;
	margin-left: 16px;	
}
.middle_box_bottom a.rss,
.middle_box_bottom a.widget{
	background-image: url(http://static.bg-news.org/img/ico_widget_sprite.png);
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	position: absolute;
	top: 0px;
	width: 18px;	
}
.middle_box_bottom a.rss{
	right: 10px;
}
.middle_box_bottom a.widget{
	right: 33px;
}
.middle_box_bottom a.widget_cherry{
	background-position: 0 0;	
}
.middle_box_bottom a.widget_olive{
	background-position: 0 -18px;	
}
.middle_box_bottom a.widget_green{
	background-position: 0 -36px;	
}
.middle_box_bottom a.widget_orange{
	background-position: 0 -54px;	
}
.middle_box_bottom a.widget_purple{
	background-position: 0 -72px;	
}
.middle_box_bottom a.widget_cherry:hover{
	background-position: 0 -90px;	
}
.middle_box_bottom a.widget_olive:hover{
	background-position: 0 -108px;	
}
.middle_box_bottom a.widget_green:hover{
	background-position: 0 -126px;	
}
.middle_box_bottom a.widget_orange:hover{
	background-position: 0 -144px;	
}
.middle_box_bottom a.widget_purple:hover{
	background-position: 0 -162px;	
}
.middle_box_limit{
	background: url(http://static.bg-news.org/img/wide_limit.png) 0 0 no-repeat;
	height: 20px;
	margin: 0 auto;
	width: 451px;	
}
.middle_box h1,
.leftless_box h1{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 40px;
	margin: 0 0 0 20px;
}

.middle_box .news_box{
	margin: 10px auto;
	overflow: hidden;
	width: 451px;
}
.middle_box .news_img{
	float: left;
	margin: 0 15px 0 0;
}
.middle_box .news_img img{
	background-color: #fff;
	border: solid 1px #eaeaea;
	padding: 1px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.middle_box .news_title{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0 0;
}
.middle_box .news_desc{
	font-size: 1em;
	margin: 5px 0 0 0;
}
.middle_box .news_title strong,
.middle_box .news_desc strong{
	background-color: #CC6600;
	color: #fff;
	font-weight: bold;
	padding: 1px 4px;
}
.middle_box .news_title strong {font-weight: bold;}
.middle_box .news_desc strong{font-weight: normal;}
.middle_box .news_desc p{
	background-color: #fff;
	line-height: 1.4em;
}
.middle_box .news_detail{
	color: #777;
	font-size: 1em;
	margin: 3px 0 0 0;
}
.middle_box .news_date{
	color: #CC6600;
	font-size: 0.9em;
	margin: 3px 0 0 0;
}
.middle_ad{
	margin: 10px 7px;
}
ul.breadcrumb{
	height: 37px;
	position: absolute;
	left: 10px;
	top: 1px;
}
ul.breadcrumb li{
	height: 37px;
	margin: 0;
}
ul.breadcrumb li a:link, .breadcrumb li a:visited{
	background: none;
	height: 37px;
	line-height: 37px;
	padding: 0 10px;
}
ul.breadcrumb li a:hover,
ul.breadcrumb li a.focus{

}
ul.breadcrumb li span{
	background: url(http://static.bg-news.org/img/arr-sprite.gif) 0 0 no-repeat;
	display: block;
	height: 37px;
	float: left;
	width: 6px;
}
/* messages */
.message{
	min-height: 24px;
	height: auto !important;
	height: 24px;
	position: relative;
}
.message p{
	padding: 4px 0 0 34px;
}
.message a.close{
	background: url(http://static.bg-news.org/img/icons/close.gif) 0 0 no-repeat;
	display: block;
	height: 10px;
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
}
.message-success{
	background: url(http://static.bg-news.org/img/icons/message-accept.png) 0 0 no-repeat;
}
.message-error{
	background: url(http://static.bg-news.org/img/icons/message-remove.png) 0 0 no-repeat;
}
.message-info{
	background: url(http://static.bg-news.org/img/icons/message-info.png) 0 0 no-repeat;
}
.message-notice{
	background: url(http://static.bg-news.org/img/icons/message-warning.png) 0 0 no-repeat;
}
/* share */
.share ul{
	float: left;
	list-style: none;
	margin: 0 3px 0 4px;
	width: 145px;
}
.share li{
	margin: 0 0 2px 0;
}
.share li a:link, .share li a:visited{
	border: solid 1px #fff; 
	display: block;
	height: 16px;
	line-height: 16px;
	padding: 0 0 0 20px;
	text-decoration: none;
}
.share li a:hover{
	text-decoration: underline;
}
.share li img{
	float: left;
	height: 16px;
	width: 16px;
}
/* comments */
.uc_item{
	position: relative;
}
.uc_comment{
	margin: 5px 0 0 0;
}
.uc_item span.c{
	position: absolute;
	right: 0;
	top: 0;
}
.uc_textarea{
	border: solid 1px #006699;
	height: 100px;
	width: 450px;
}
.uc_text{
	border: solid 1px #006699;
	width: 150px;
}
/* RIGHT COLUMN */
.right_box{
	margin: 10px 0 0 0;
	overflow: hidden;	
	width: 303px;
}
.right_box_top{
	background: url(http://static.bg-news.org/img/short_top.png) 0 0 no-repeat;
	height: 48px;
	position: relative;
	width: 303px;
}
.right_box_top_low{
	background: url(http://static.bg-news.org/img/short_top_low.png) 0 0 no-repeat;
	height: 8px;
	overflow: hidden;
	width: 303px;
}
.right_box_top a.prev,
.right_box_top a.next{
	background-image: url(http://static.bg-news.org/img/ico_arrows_sprite.png);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	position: absolute;
	top: 13px;
	width: 19px;	
}
.right_box_top a.prev{
	right: 33px;
}
.right_box_top a.next{
	right: 10px;
}
.right_box_top a.prev_white{
	background-position: 0 0;
}
.right_box_top a.prev_cherry{
	background-position: 0 -15px;
}
.right_box_top a.prev_green{
	background-position: 0 -30px;
}
.right_box_top a.prev_purple{
	background-position: 0 -45px;
}
.right_box_top a.next_white{
	background-position: 0 -75px;
}
.right_box_top a.next_cherry{
	background-position: 0 -90px;
}
.right_box_top a.next_green{
	background-position: 0 -105px;
}
.right_box_top a.next_purple{
	background-position: 0 -120px;
}
.right_box_body{
	background: url(http://static.bg-news.org/img/short_body.gif) 0 0 repeat-y;
	overflow: hidden;
	width: 303px;
}
.right_box_content{
	margin: 0 0 0 10px;
	overflow: hidden;
	width: 283px;
}
.right_box_bottom_low{
	background: url(http://static.bg-news.org/img/short_bottom_low.png) 0 0 no-repeat;
	height: 16px;
}
.right_box_bottom{
	background: url(http://static.bg-news.org/img/short_bottom.png) 0 0 no-repeat;
	height: 35px;
	overflow: hidden;
	position: relative;
	width: 303px;
}
.right_box_bottom a{
	font-size: .9em;
	margin-left: 16px;	
}
.right_box_bottom a.rss,
.right_box_bottom a.widget{
	background-image: url(http://static.bg-news.org/img/ico_widget_sprite.png);
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	position: absolute;
	top: 0px;
	width: 18px;	
}
.right_box_bottom a.rss{
	right: 33px;
}
.right_box_bottom a.widget{
	right: 10px;
}
.right_box_bottom a.widget_cherry{
	background-position: 0 0;	
}
.right_box_bottom a.widget_olive{
	background-position: 0 -18px;	
}
.right_box_bottom a.widget_green{
	background-position: 0 -36px;	
}
.right_box_bottom a.widget_orange{
	background-position: 0 -54px;	
}
.right_box_bottom a.widget_purple{
	background-position: 0 -72px;	
}
.right_box_bottom a.widget_cherry:hover{
	background-position: 0 -90px;	
}
.right_box_bottom a.widget_olive:hover{
	background-position: 0 -108px;	
}
.right_box_bottom a.widget_green:hover{
	background-position: 0 -126px;	
}
.right_box_bottom a.widget_orange:hover{
	background-position: 0 -144px;	
}
.right_box_bottom a.widget_purple:hover{
	background-position: 0 -162px;	
}
.right_box_error{
	color: #CC0000;
	text-align: center;
}
.right_box_limit{
	background: url(http://static.bg-news.org/img/short_limit.png) 0 0 no-repeat;
	height: 18px;
	margin: 0 auto;
	width: 283px;	
}
.right_box_limit_full{
	background: url(http://static.bg-news.org/img/short_body_full.png) 0 0 no-repeat;
	height: 17px;
	width: 303px;	
}
.right_box h2{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 40px;
	margin: 0 0 0 20px;
}

.right_box .news_box{
	background: url(http://static.bg-news.org/img/ico_news_small.png) left center no-repeat;
	margin: 0 auto;
	overflow: hidden;
	width: 283px;
}
.right_box .news_title{
	font-size: 11px;
	margin: 0 0 0 25px;
}
.right_box .news_title a:link,
.right_box .news_title a:visited{
	color: #CC6600;
	text-transform: uppercase;
}
.right_box .news_title a:hover{
}
.right_box .news_desc{
	font-size: 1em;
	margin: 5px 0 0 25px;
}
.right_box .news_desc a{
	color: #006699;
}
.right_ad{
	background-color: #fff;
	margin: 0 auto;
	width: 300px;
}
.banner_ad{
	margin: 0 auto;
	width: 468px;
}
/* Weather, Horoscope */
.right_box .h_box{
	margin: 0 auto;
	overflow: hidden;
	width: 263px;
}
.right_box .h_box .h_img{
	float: left;
	margin: 0 15px 0 0;
}
.right_box .h_box .h_img img{
	background-color: #fff;
	border: solid 1px #eaeaea;
	height: 50px;
	padding: 1px;
	width: 50px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.right_box .h_box .h_title{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0 0;
}
.right_box .h_box .h_desc{
	font-size: 1em;
	margin: 5px 0 0 0;
}
/* Currency */
.c_box{
	float: left;
	font-size: 1em;
	height: 24px;
	line-height: 24px;
	margin: 0 2px 2px 12px;
	width: 120px;
}
.c_box img{
	border: none;
	float: left;
	height: 24px;
	width: 24px;
}
.c_box abbr{
	float: right;
	padding: 0 13px 0 0;
}
.c_box span{
	float: right;
}
/* Poll */
.btn-vote{
	background: url(http://static.bg-news.org/img/btn-vote.png) 0 0 no-repeat;
	border: none;
	height: 24px;
	width: 119px;
}
.right_box h3{
	color: #CC6600;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 8px 10px;
	text-transform: uppercase;
}
.poll-answer input{
	float: left;
}
.poll-answer label{
	display: block;
	padding: 0 0 0 25px;
	text-indent: 0;
	margin: 0;
}
.poll-response{
	padding: 0 0 0 10px;
}
.poll-response span{
	float: right;
	font-weight: bold;
}
/* FOOTER */
.footer_push{
	height: 30px;	
}
.footer_holder{
	background-color: #fff;
	border: solid 4px #8D9DB4;
	margin: 0 0 20px 0;
	overflow: hidden;
}
#footer .f_box{
	float: left;
	margin: 0 15px;
	padding: 15px 0 0 0;
	width: 298px;	
	/*border: solid 1px red;
	-moz-border-sizing: border-box;*/
}
.f_box h3{
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px 0;	
	text-transform: uppercase;
	/*border: solid 1px green;
	-moz-border-sizing: border-box;*/
}
.f_twitter h3{
	
}
.f_comment h3{
	
}
.f_box ul.f_list{
	color: #333;
	list-style: none;
	margin: 10px 0 0 0;
	width: 298px;
	
	/*border: solid 1px olive;
	-moz-border-sizing: border-box;*/
}
.f_box ul.f_list li{
	padding: 0 0 10px 0;
}
.f_box ul.f_list li a:link,
.f_box ul.f_list li a:visited{
	color: #CC6600;
}
.f_box ul.f_list li a:hover,
.f_box ul.f_list li a.focus{
	color: #CC6600;
}