@charset "utf-8";

/* CSS Document */
/* =================== CSS reset, Some global styles and fixes ====================*/
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	line-height: 100%;
}

img {
	border: none;
}

:focus {
	outline: 0;
}

textarea {
	overflow: auto;
}

form * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #36C;
}

a:hover {
	text-decoration: underline;
}

input[type='submit'],input[type='image'],label[for],select,button {
	cursor: pointer;
}

html,body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background:#f5f5f5;
}

.branding {
	display: block;
	clear: both;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	text-align: center;
}

.max_telecom { background:#9dc9eb url(../img/delete_me/maxtelecom_background.png) repeat-x center top; }

.content {
	display: block;
	clear: both;
	width: 960px;
	position: absolute;
	left: 50%;
	min-height: 100%;
	margin-left: -490px;
	z-index: 2;
	background: #fff;
	padding: 0 10px;
	overflow: hidden;	
}

/* =============================== starts header style ======================== */
.header {
	display: block;
	float: left;
	width: 960px;
	clear: both;
	position: relative;
	z-index: 1;
	padding: 10px 0;
}

.head_tools {
	display: block;
	float: left;
	width: 280px;
}

.lang {
	display: block;
	clear: both;
	padding: 5px 0 15px;
	line-height: 120%;
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.lang a {
	display: block;
	float: left;
	width: 48px;
	margin: -10px 10px 0 0;
}

.user_menu {
	display: block;
	clear: both;
	padding: 10px 0;
	color: #666;
	margin-left: 0 0 0 -10px;
	color: #999;
}

.user_menu a {
	margin: 0 5px;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.user_menu a img {
	display: block;
	float: left;
	width: 16px;
	margin-right: 5px;
}

.user_menu a:hover {
	color: #36C;
}

.search {
	display: block;
	float: left;
	clear: both;
	width: 250px;
	height: 25px;
	background: url(../img/backgrounds/search.png) left top no-repeat;
}

.search input[type='text'] {
	display: block;
	float: left;
	width: 215px;
	padding: 5px;
	height: 15px;
	line-height: 15px;
	background: none;
	border: none;
	color: #999;
	text-shadow: #fff 1px 1px 0;
}

.search input[type='text']:focus {
	color: #333;
}

.search input[type='submit'] {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	border: none;
	background: none;
}

.logo {
	display: block;
	clear: both;
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -185px;
	width: 370px;
	top: 15px;
}

.header .banner {
	display: block;
	clear: both;
	position: absolute;
	z-index: 1;
	width: 250px;
	height: 100px;
	overflow: hidden;
	right: 0;
	top: 10px;
}

.nav {
	display: block;
	float: left;
	position: relative;
	z-index: 1;
	width: 100%;
	height:62px;
	padding: 10px 0 0;
	background: url(../img/backgrounds/main_nav_bg.gif) repeat-x bottom; }

.nav li { display: inline !important; float:left; height:32px; }

	.nav li.klassa_tv { float:right; }

.nav li .tab {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0 2px 0 0;
	text-transform: uppercase;
	color: #666;
	padding: 10px 13px 0;
	height:21px; }

	.nav li .tab:hover, .nav li:hover .tab { color: #036; background: #eee; text-decoration: none; }
	
.nav li:first-child a.tab { background: #c00; color: #fff; }

.nav li.selected .tab { color: #fff; background: #396693; border-bottom: #396693 1px solid; }

.nav li.klassa_tv .tab { float: right; margin-right: 0; background: #c00; color: #fff; }

	.nav li.klassa_tv .tab:hover { text-decoration: underline; }

.subnav { display: none; }

.nav li:hover .subnav {
	display: block;
	position: absolute;
	z-index: 9999;
	color: #fff;
	width: 955px !important;
	height: 20px;
	top: 40px;
	padding:11px 0 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	left: 5px; }

	.nav li .subnav a { color: #fff; margin: 0 5px; }

.banner960x100 {
	display: block;
	clear: both;
	width: 960px;
	height: 100px;
	overflow: hidden;
}

.main {
	display: block;
	float: left;
	clear: both;
	width: 960px;
	margin: 10px 0;
	background: url(../img/backgrounds/ccc.png) 645px top repeat-y;
}

.left_col {
	display: block;
	float: left;
	width: 630px;
}

.slider {
	display: block;
	float: left;
	clear: both;
	width: 610px;
	height: 230px;
	padding: 10px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	background: #e5e5e5;
}

.slide_new {
	display: block;
	clear: both;
	width: 610px;
	height: 230px;
	overflow: hidden;
}

.slide_img {
	width: 303px;
	height: 228px;
	border: #fff 1px solid;
	overflow: hidden;
	display: block;
	float: left;
}

.slide_img {
	width: 303px;
	height: 228px;
}

.slide_new div {
	display: block;
	float: right;
	width: 290px;
}

.slide_new .slide_title {
	display: block;
	clear: both;
	font-weight: normal;
	color: #036;
	font-size: 18px;
	text-shadow: rgba(255, 255, 255, 0.9) 1px 1px 0px;
	padding-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
}

.slide_new .slide_title a {
	color: #036;
}

.slide_new .slide_title a:hover {
	text-decoration: none;
	color: #36C;
}

.slide_new div p {
	display: block;
	clear: both;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #555;
	line-height: 150%;
}

.slide_new div p a.more {
	display: block;
	clear: both;
	padding: 5px 0 0;
	font-weight: bold;
	text-decoration: underline;
}

.slide_new div p a.more:hover {
	color: #000;
}

.slide_nav {
	display: block;
	clear: both;
	position: absolute;
	z-index: 99;
	right: 10px;
	bottom: 10px;
	text-align: right;
	width: 300px;
}

.slide_nav a {
	display: inline-block;
	text-align: right;
	width: 11px;
	height: 10px;
	background: url(../img/backgrounds/slide_nav_btn.png) left top no-repeat;
	margin-left: 3px;
	overflow: hidden;
}

.slide_nav a:hover,.slide_nav a.selected {
	background-position: left -10px;
}

.home_block {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	background: url(../img/backgrounds/ccc.png) 415px top repeat-y;
}

.home_news {
	display: block;
	float: left;
	width: 400px;
}

.title {
	display: block;
	xfloat: left;
	clear: both;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	color: #036;
	overflow:hidden;
	height:19px;
	font-size: 17px;
	font-weight: bold;
	border-top: #ccc 5px solid;
	border-bottom: #bbb 1px dotted;
	padding: 8px 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-shadow: rgba(255, 255, 255, 0.9) 1px 1px 0px;
}

.home_new {
	display: block;
	float: left;
	clear: both;
	width: 390px;
	padding: 7px 5px;
	border-bottom: #bbb 1px dotted;
}

.home_new_img img {
	display: block;
	float: left;
	width: 100px;
}

.home_new div {
	display: block;
	float: left;
	width: 280px;
	padding-left: 10px;
}

.home_new_title {
	display: block;
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #369;
	padding-bottom: 10px;
	font-weight: bold;
}

.home_new_title a {
	color: #369;
}

.home_new div p {
	display: block;
	clear: both;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #777;
	padding: 3px 0;
}

.home_news_list .even {
	background: #f5f5f5;
}

.home_news_right {
	display: block;
	float: right;
	width: 200px;
}

.newspaper {
	display: block;
	clear: both;
	padding-bottom: 10px;
	width: 200px;
}

.newspaper_thumb img {
	width: 198px;
	border: #666 1px solid;
}

.small_new {
	display: block;
	clear: both;
	padding: 10px 0 0;
}

.small_new_box {
	display: block;
	clear: both;
	margin: 10px 0 0;
	color: #333;
}

.small_new_box img {
	display: block;
	clear: both;
	width: 198px;
	border: #666 1px solid;
}

.small_new_box span {
	display: block;
	clear: both;
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 10px 0 0;
}

.left_col .banner {
	display: block;
	float: left;
	clear: both;
	width: 500px;
	height: 92px;
	overflow: hidden;
	margin: 30px 0 30px 81px;
}

.left_col .banner img {
	width: 468px;
	height: 60px;
}

.tv_block {
	display: block;
	clear: both;
	widows: 630px;
}

.tv_block .title,.tv_block .title a {
	color: #c20;
}

.tv_slide {
	display: block;
	clear: both;
	width: 630px;
	height: 230px;
	overflow: hidden;
	background: #f0f0f0;
}

.tv_thumb {
	display: block;
	float: left;
	width: 294px;
	height: 224px;
	border: #369 3px solid;
	overflow: hidden;
}

.tv_thumb img {
	width: 294px;
	height: 224px;
}

.tv_slide ul {
	display: block;
	float: left;
	width: 325px;
	height: 220px;
	padding: 5px 5px 5px 0;
}

.tv_slide ul li {
	display: block;
	clear: both;
	height: 55px;
}

.tv_slide ul li a {
	color: #333;
	height: 55px;
	padding-left: 15px;
	width: 310px;
	display: table-cell;
	vertical-align: middle;
	line-height: 130%;
}

*+html .tv_slide ul li a {
	display: block;
	clear: both;
	padding: 10px 0 0 15px;
	height: 45px;
	line-height: 130%;
}

.tv_slide ul li.selected a,.tv_slide ul li a:hover {
	background: #369;
	color: #fff;
	text-decoration: none;
}

.right_col {
	display: block;
	float: right;
	width: 300px;
	overflow: hidden;
}

.right_col .banner {
	display: block;
	float: left;
	clear: both;
	width: 300px;
	height: 250px;
	overflow: hidden;
	margin-bottom: 20px;
}

.righ_box {
	display: block;
	float: left;
	clear: both;
	width: 300px;
	margin-bottom: 20px;
}

.weather_head {
	display: block;
	float: left;
	clear: both;
	padding: 0px 0 10px;
	width: 300px;
	border-bottom: #ccc 1px solid;
}

.where {
	display: block;
	float: left;
	width: 130px;
	padding: 5px;
	border: #fff 1px solid;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	border: #fff solid 1px;
	background: url(../img/backgrounds/weather_select_area.jpg) 125px 8px
		no-repeat;
}

.here {
	display: block;
	clear: both;
	font-weight: bold;
	cursor: pointer;
}

.where ul {
	display: none;
}

.where:hover {
	border: #ccc 1px solid;
}

.where:hover ul {
	display: block;
	clear: both;
	position: absolute;
	z-index: 1;
	background: #fff;
	border: #ccc 1px solid;
	border-top: none;
	padding: 2px;
	width: 136px;
	margin: 5px 0 0 -6px;
}

.where:hover ul li {
	display: block;
	clear: both;
	padding: 3px 5px;
	cursor: pointer;
}

.where:hover ul li:hover {
	color: #fff;
	background: #369;
}

.weather_now {
	display: block;
	float: right;
	padding: 5px 0;
	text-align: right;
	width: 130px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
}

.weather_now strong {
	font-size: 12px;
	margin-left: 5px;
}

.weather_icons {
	display: block;
	float: left;
	clear: both;
	width: 300px;
	padding: 20px 0 0;
}

.weather_icons li {
	display: block;
	float: left;
	width: 100px;
	text-align: center;
}

.weather_icons li img {
	width: 64px;
	height: 64px;
	margin: 0 auto;
	display: block;
}

.weather_icons li .when {
	display: block;
	clear: both;
	text-align: center;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}

.weather_icons li .when small {
	display: block;
	clear: both;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	padding: 5px 0;
	color: #666;
	font-weight: normal;
}

.weather_icons li p {
	display: block;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

.weather_icons li p span {
	margin: 0 5px;
}

.cold {
	color: #06C;
}

.hot {
	color: #c00;
}

.right_news li {
	display: block;
	float: left;
	clear: both;
	width: 290px;
	padding: 8px 5px;
	border-bottom: #ccc 1px solid;
	border-top: #fff 1px solid;
}

.right_news li a {
	display: block;
	float: left;
	width: 230px;
	color: #666;
	line-height: 125%;
}

.right_news li span {
	display: block;
	float: right;
	width: 50px;
	line-height: 125%;
	color: #999;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

.right_news li.even {
	background: #f5f5f5;
}

.right_news li:hover * {
	color: #36C;
}

.curencies {
	display: block;
	float: left;
	clear: both;
	width: 310px;
}

.curencies li {
	display: block;
	float: left;
	width: 150px;
	padding: 5px 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
}

.curencies li img {
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

.footer {
	display: block;
	float: left;
	clear: both;
	width: 960px;
	padding: 20px 0;
	border-top: #ccc 5px solid;
	margin-top: 20px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #999;
}

.footer p {
	display: block;
	float: left;
	width: 700px;
	margin-left: -5px;
}

.footer p a {
	color: #888;
	margin: 0 5px;
}

.footer p a:hover {
	color: #36C;
}

.footer span {
	display: block;
	float: right;
	width: 200px;
	text-align: right;
}

.friends {
	display: block;
	float: left;
	clear: both;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	width: 930px;
	padding: 15px;
	color: #777;
	background: #eee;
}

.friends a {
	margin: 0 5px;
	text-decoration: underline;
	color: #666;
	line-height:16px; }

.friends a:hover {
	color: #036;
}

/***************** ends index *******************/
/***************** starts news listing ******************/
.new {
	display: block;
	float: left;
	clear: both;
	width: 630px;
	padding: 10px 0;
	border-bottom: #ccc 1px solid;
	margin-bottom: 10px;
}

.new_img {
	display: block;
	float: left;
	width: 100px;
	border: #fff 3px solid;
	-webkit-box-shadow: #999 1px 1px 3px;
	-moz-box-shadow: #999 1px 1px 3px;
	box-shadow: #999 1px 1px 3px;
}

.new_img img {
	width: 100px;
}

.new_body {
	display: block;
	float: right;
	width: 510px;
}

.new_name {
	display: block;
	clear: both;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 5px;
	font-weight: bold;
	color: #369;
}

.new_name:hover {
	color: #36C;
}

.new_meta {
	display: block;
	clear: both;
	padding: 3px 0;
	color: #777;
}

.new_meta strong,.new_meta span {
	color: #222;
}

.new_meta a {
	color: #36c;
}

.new_meta a:hover {
	color: #000;
	text-decoration: underline;
}

.pager {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	padding: 20px 0;
}

.pager ul {
	display: block;
	clear: both;
}

.pager ul li {
	display: block;
	float: left;
	margin-right: 5px;
}

.pager li.hidden {
	display: none;
}

.pager ul li a {
	display: block;
	clear: both;
	background: #ddd;
	padding: 5px 7px;
	color: #666;
	text-shadow: #fff 1px 1px 0;
}

.pager .first a,.previous a,.next a,.last a {
	padding: 5px 10px !important;
}

.pager ul li a:hover {
	color: #036;
	background: #eee;
	text-decoration: none;
}

.pager ul li.selected a {
	background: #2f4768;
	color: #fff;
	font-weight: bold;
	text-shadow: #16263c -1px -1px 0;
	border-color: #16263c;
}

/********** starts single new page *******************/
.new_title {
	display: block;
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	padding-bottom: 10px;
	text-shadow: #fff 1px 1px 1px;
	color: #369;
}

h2.article {
    font-size: 13px;
    padding: 0 0 10px 0px;
}

.new_pic {
	display: block;
	float: left;
	width: 300px;
	margin: 10px 0 0;
}

.new_info {
	display: block;
	float: right;
	width: 300px;
	padding: 10px 0;
}

.new_info li {
	display: block;
	float: left;
	clear: both;
	padding: 5px 0;
	width: 100%;
	border-bottom: #eee 1px solid;
	color: #777;
	line-height: 150%;
}

.new_info li a {
	color: #36c;
}

.new_info li a:hover {
	color: #336;
	text-decoration: underline;
}

.new_info li span {
	color: #333;
}

.new_info li div {
	display: block;
	clear: both;
	position: absolute;
	width: 50px;
	margin: 0 0 0 150px;
}

.new_info li div a {
	margin: 0 0 0 5px;
}

.new_info li p {
	line-height: 100%;
	color: #444;
	padding: 5px 0;
}

.share_it a {
	width: 16px;
	margin: 0 4px 0 0;
}

.share_it p {
	width: 120%;
}

.new_text {
	padding: 20px 0;
	font-size: 14px;
	line-height: 150% !important;
}

.new_text p {
	display: block;
	clear: both;
	padding: 0 0 20px 0;
	font-size: 14px;
	line-height: 150% !important;
}

.new_text a {
	color: #36c;
}

.new_text hr {
    margin: 0 0 20px;
}

.new_text a:hover {
	color: #000;
	text-decoration: underline
}

.comment {
	display: block;
	float: left;
	clear: both;
	width: 610px;
	margin: 10px 0;
	padding: 10px;
	background: #f5f5f5;
}

.comment h5 {
	display: block;
	clear: both;
	text-shadow: #fff 1px 1px 0;
	font-size: 14px;
}

.comment h5 strong {
	color: #333;
}

.comment h5 strong a {
	color: #369;
}

.comment h5 strong a:hover {
	color: #036;
}

.comment h5 span {
	float: right;
	text-align: right;
	width: 130px;
	font-size: 11px;
	color: #888;
}

.comment p {
	display: block;
	clear: both;
	padding: 10px 0 0;
	line-height:16px;
	color: #555;
	text-shadow: #fafafa 1px 1px 0;
}

.form_styles {
	display: block;
	float: left;
	clear: both;
	width: 620px;
	padding: 10px 0;
}

.title_input {
	display: block;
	clear: both;
	width: 610px;
	padding: 3px;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #888;
	border: #ccc 2px solid;
	font-family: Arial, Helvetica, sans-serif;
}

.title_input:focus {
	color: #333;
	border-color: #999;
}

.form_styles .reqw {
	display: block;
	clear: both;
	font-size: 13px;
	padding-bottom: 10px;
}

textarea {
	display: block;
	clear: both;
	border: #ccc 1px solid;
	padding: 4px;
	border: #ccc 1px solid;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background: #f9f9f9;
}

textarea:focus {
	border-color: #999;
	background: #fff;
}

.t_editor {
	width: 610px;
	height: 200px;
	border-width: 2px;
	margin-bottom: 20px;
}

.small_textarea {
	display: block;
	float: left;
	clear: none !important;
	width: 400px;
	height: 150px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.sub_head {
	display: block;
	clear: both;
	padding: 5px 0px;
	width: 100%;
	border-bottom: 1px #ccc solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: none;
	color: #369;
	margin-bottom: 10px;
}

.sub_head h4 {
	font-size: 14px;
}

.sub_head .box_min {
	margin: -17px 0 0;
}

.form_list {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	padding: 10px 0;
}

.form_list li {
	display: block;
	clear: both;
	padding: 10px 0;
}

.form_list label {
	float: left;
	width: 120px;
	margin-bottom: 10px;
	padding: 0 10px 0 0;
	font-weight: bold;
}

.size_xs {
	width: 80px;
}

.size_s {
	width: 150px;
}

.size_m {
	width: 200px;
}

.size_l {
	width: 250px;
}

.size_xl {
	width: 350px;
}

.size_xxl {
	width: 460px;
}

.form_list li .input,.form_list li .select {
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: #bbb 1px solid;
	background: #fcfcfc;
}

.form_list li .input:focus,.form_list li .select:focus {
	background: #fff;
	border-color: #999;
}

.form_tip {
	float: left;
	width: 16px;
	height: 16px;
	margin: 5px 0 0;
	overflow: hidden;
	color: #333;
}

.green {
	color: #390;
}

.red {
	color: #C00;
}

.form_info {
	display: block;
	clear: both;
	padding: 5px 0;
}

.form_tip span {
	display: none;
}

.form_tip img {
	width: 16px;
}

.form_tip:hover span {
	display: block;
	clear: both;
	position: absolute;
	z-index: 3;
	width: 200px;
	padding: 10px;
	background: #f5f5f5;
	border: #ccc 1px solid;
	margin-left: -100px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: #ddd 0 1px 5px;
}

.form_list li em {
	display: block;
	float: left;
	clear: both;
	padding: 5px 0 0 130px;
}

.optional_list {
	display: block;
	float: left;
	clear: both;
	padding: 10px 0;
	width: 100%;
}

.optional_list li {
	display: block;
	float: left;
	width: 48%;
	padding: 5px 10px 10px 0;
}

.optional_list li .option {
	margin: 0 5px 0 0;
}

.button_set {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	padding: 10px 0 20px;
}

.button_set .button {
	margin-right: 10px;
}

.button {
	display: block;
	float: left;
	width: 166px;
	height: 41px;
	color: #fff;
	text-shadow: #036 1px 1px 1px;
	cursor: pointer;
	vertical-align: middle;
	line-height: 41px;
	padding-bottom: 2px;
	font-size: 17px;
	font-weight: bold;
	background: url(../img/backgrounds/submit.png) left top no-repeat;
	text-align: center;
	border: none;
}

a.button {
	padding-bottom: 0 !important;
	text-decoration: none !important;
}

.button:hover {
	background-position: left bottom;
}

/* Digitalus - 02.03.2011 */
#archive_list { padding:0 0 15px; width:100%; float:left; }

	#archive_list li { padding:5px; display:block; border-bottom:1px solid #e7e6e6; }
		
		#archive_list li:hover { background:#f6f6f6; }
		
#main_rss { padding:0 0 15px; border-top:1px solid #ccc; }

	#main_rss li { 
		font-size:15px;
		border-bottom:1px solid #ccc;
		padding:3px 0; }
		
		#main_rss a { 
			background:#396693;
			color:#fff;
			padding:6px;
			display:block; }

#rss_feed  { border-top:1px solid #ccc; }

	#rss_feed a { font-size:13px!important; padding:0!important; }
	
		#rss_feed li {
			border-bottom:1px solid #ccc;
			padding:3px 0;
			text-transform:uppercase; }
			
			#rss_feed li a { display:block; background:#f6f6f6; padding:5px!important; color:#444; }
			
			#rss_feed li li { border:0 none; text-transform:none; padding:3px 0 3px 10px; }
			
				#rss_feed li ul { margin:3px 0; }
				
				#rss_feed li li a { display:inline; background:#fff; padding:0; margin:0; color:#3366CC; }
				
#search_result { border-top:1px solid #ccc; }

	#search_result li { border-bottom:1px solid #ccc; padding:5px 0; }
	
		#search_result .result_title { font:16px "Times New Roman", Times, serif; display:block; }
		
		#search_result .text { color:#444; }
		
		#search_result a { display:block; padding:5px; }
		
			#search_result a:hover { text-decoration:none; background:#f6f6f6; }

#article_image { float:left; width:305px; padding:0 0 20px; }

	#article_image #picture_text { background:#333; color:#fff; }
	
		#article_image #picture_text p { padding:10px; }