﻿
	* {
		font-family:Tahoma;
		color:#444444;
		font-size:11px;
	}

	a {
		text-decoration:none;
		font-weight:bold;
		font-size:12px;
		color:#7f7f7f;
	}

	body {
		background-color:#043462;
		background-image:url('images/bg.jpg');
		background-repeat:repeat-x;
		margin:0px;
	}
	
	#main {
		margin:auto;
		width:1020px;
		overflow:hidden;
		background-image:url('images/shadow.gif');
		background-repeat:no-repeat;
		/*background-position:3px 281px;*/
		background-position:3px 338px;
	}
	
	#content {
		width:1002px;
		margin-left:9px;
		overflow:hidden;
	}
	

	
	#header {
		background-image:url('images/innerbg.jpg');
		width:1000px;
		margin-left:1px;
		
	}
	
	#header_left {
		float:left;
		width:131px;
		height:608px;
		background-repeat:no-repeat;
		padding-top:69px;
		background-image:url('images/menubg.jpg');
	}
	
	#header_left a {
		text-transform:uppercase;
		display:block;
		line-height:30px;
		padding-left:18px;
		color:#fdfdfd;
		font-weight:normal;
	}
	
	.live1 {
	    color:#222222;
	    background-image:url('images/listen_online.gif');
	    background-repeat:no-repeat;
	}
	
	.live1:hover {
   	    color:#222222;
	    background-image:url('images/listen_online.gif');
	    background-repeat:no-repeat;

	}
	
	#header_left a:hover {
		color:#ffffff;
		background-color:#44050e;
		background-image:url('images/arrow_left.gif');
		background-position:0px 2px;
		background-repeat:no-repeat;
	}
	
	#left_inner {
		
		padding-top:15px;
		width:826px;
		padding-left:0px;
		overflow:hidden;
		
	}

	
	#header_center_in {
		padding-left:19px;
		float:left;
		width:826px;
		background-image:url('images/headbg2.jpg');
		background-repeat:repeat-x;
		background-color:#FFFFFF;
		padding-top:2px;
	}
	
	#header_center_in .linka span {
		color:red;
		display:none;
	}
	
	#header_center_in .linka:hover span {
		color:#FF0000;
		display:inline;
	}
	
	#header_center_in .linka {
		color:#fefefe;
		display:block;
		margin-right:8px;
		margin-left:8px;
		float:left;
		line-height:38px;
		font-size:11px;
		font-weight:normal;
		text-decoration:none;
	}
	
	#header_right {
	
	    background-image:url('images/menubg_right.jpg');
	    height:523px;
	    width:24px;
	    float:right;
	    
	}
	
	#footer {
	
	    width:1002px;
	    height:63px;
	    background-image:url('images/footer.jpg');
	    clear:both;
	
	}
	
	#center {
		background-image:url('images/bg_top_body.gif');
		background-repeat:no-repeat;
		background-color:#001f3b;
		overflow:hidden;
		width:989px;
		padding-left:13px;
		padding-right:13px;
	}
	
	#left {
		float:left;
		width:649px;
		background-image:url('images/center_repeat.jpg');
		background-repeat:repeat-y;
		overflow:hidden;
		
	}
	
	
	#right {
		width:314px;
		background-image:url('images/right_repeat.jpg');
		background-repeat:repeat-y;
		margin-left:11px;
		float:left;
	}
	
	#right_inner {
		
		overflow:hidden;
	}
	
	.box {
		
		margin-top:13px;
		margin-left:5px;
		float:left;
		overflow:hidden;
	}
	
	.big {
		width:624px;
		
	}
	
	.box_inner {
	
	    width:470px;
		margin-left:8px;
		padding-left:13px;
		padding-right:8px;
		/*height:230px;
*/
		overflow:hidden;
		background-color:#FFFFFF;
		border-bottom:solid 1px #dfdfdf;		
		color:#14b3ee;
	}
	
	.box_inner_big {
	    
		margin-left:6px;
		padding-left:10px;
		background-color:#FFFFFF;
		width:470px;
		color:#14b3ee;
		border:1px solid #FFFFFF;
		overflow:hidden;
	}
	
	.box_inner_big div:hover {
	
	    color:#bababa;
	
	}
	
	.box_inner_big div:hover .normaltitle {
	
	    color:#1299f7;
	
	}
	
	.box_inner_big div {

		overflow:hidden;
		padding-bottom:15px;
		padding-top:15px;
		border-bottom:1px solid #e9e9e9;
	}
	
	.box_inner_big div .normaltitle {
	
	    font-weight:bold;
	    font-size:12px;
	    color:#7f7f7f;
	
	}
	
	.box_inner div {
		overflow:hidden;
		float:left;
		margin-top:9px;
		clear:left;
	}
	
	.box_top {
		height:51px;
		line-height:32px;
		text-indent:10px;
		color:#ececec;
		text-transform:uppercase;
	}
	
	.box_top a {
		color:#ececec;
		font-weight:normal;
	}
	
	.path {
	
		width:494px;
		height:20px;
		margin-left:15px;
		text-indent:25px;
		color:#c8e6ff;
		line-height:20px;
		background-color:#001f3b;
		background-image:url('images/path_bg.gif');
		background-repeat:no-repeat;
		background-position:10px 0px;
	}
	
	.path a {
		font-weight:normal;
		font-size:11px;
		color:#c8e6ff;
	}
	
	.path a:hover {
		text-decoration:underline;
	}
	
	.green {
		background-image:url('images/green.gif');
		background-repeat:no-repeat;
	}
	
	.red {
		background-image:url('images/red.gif');
		background-repeat:no-repeat;
	}
	
	.blue {
		background-image:url('images/blue.gif');
		background-repeat:no-repeat;
	}
	
	.gray {
		background-image:url('images/gray.gif');
		background-repeat:no-repeat;
	}
	
	.yellow {
		background-image:url('images/yellow.gif');
		background-repeat:no-repeat;
	}
	
	.brown {
		background-image:url('images/brown.gif');
		background-repeat:no-repeat;
	}
	
	.blueA {
		color:#14b3ee;
		font-size:11px;
		font-weight:normal;
		text-decoration:underline;
	}
	
	.date {
		color:#518191;
	}
	
	.box_image {
		float:left;
		width:72px;
		height:72px;
		margin-right:6px;
		border:5px solid #e9e9e9;
		clear:left;
	}
	
	.title {
		font-size:14px;
	}
	
	.main_image {
		float:left;
		width:160px;
		height:160px;
		margin-right:6px;
		border:5px solid #e9e9e9;
		clear:left;
	}
	
	.redtitle {
		color:#FF0000;
	}
	
	.box_imageList {
		float:left;
		margin-right:6px;
		clear:left;
	}
	
	.opinionContainer {
		background-color:#093e6f;	
		overflow:hidden;
		border:11px solid #0a4176;
		clear:left;
	}
	
	.opinionBox {
		background-color:#fefefe;
		width:444px;
		text-align:justify;
		margin-left:7px;
		padding-left:15px;
		padding-right:25px;
		padding-bottom:15px;
		overflow:hidden;
	}
	
	.opinionTop {
		background-image:url('images/longred.gif');
		width:628px;
		height:51px;
		line-height:32px;
		text-indent:10px;
		color:#ececec;
		text-transform:uppercase;
	}
	
	.opinionTop a {
		color:#ececec;
		font-weight:normal;
	
	}	
	
	.opinion_pic {
		float:left;
		margin-right:6px;
		border:5px solid #e9e9e9;
		clear:left;
	}
	
	.news_body {
	    display:block;
		text-align:justify;
		font-size:12px;
	}
	
	.body {
		float:left;
		width:335px;
	}
	
	#footerBG {
		background-image:url('images/footerbg.gif');
		background-position:0% 100%;
		background-repeat:repeat-x;
	}
	
	#accordion {
					
						overflow:hidden;
						width:298px;
						margin:10px 0;
						border: solid 1px #e9e9e9
					
					}
					
					#accordion .div {
					
						line-height:30px;
						padding:0 10px 0 25px;
						color:#808080;
						width:263px;
						background-image:url('images/acordion_gray_bg.jpg');
						background-repeat:no-repeat;
					
					}
					
					#accordion .diva {
					
						line-height:30px;
						padding:0 10px 0 25px;
						color:#808080;
						width:263px;
						background-image:url('images/acordion_blue_bg.jpg');
						background-repeat:no-repeat;
					
					}
					
					#accordion .div .innerTextJ {
					
						overflow:hidden;
						position:relative;
						left:-25px;
						line-height:15px;
						padding-top:5px;
						width:290px;
						padding-left:10px;
						background-color:#ffffff;
						color:#808080;
					}
					
					#accordion .diva .innerTextJ {
					
						overflow:hidden;
						position:relative;
						left:-25px;
						line-height:15px;
						padding-top:5px;
						width:290px;
						padding-left:10px;
						background-color:#ffffff;
						color:#808080;
					
					}
					
					#accordion .put {
					
						color:white;
						line-height:30px;
						background-image:url('images/acordion_green_bg.jpg');
						background-repeat:repeat-x;
						height:30px;
						padding:0 10px;
						width:278px;
					
					}
					
					#accordion .put a{
					
						color:white;
						font-weight:normal;
						font-size:11px;
					
					}
					
					.anketa {
	    width:300px;
	    line-height:30px;
	    color:#ffffff;
	    margin:10px auto;
	    background-color:#ffffff;
	    background-image:url('images/bordo.jpg');
	    background-repeat:repeat-x;
	    clear:both;
	    overflow:hidden;
	}
	
	.anketaTopContent {
	    margin-top:10px;
	    margin-left:10px;
	    margin-right:10px;
	    overflow:hidden;
	    clear:left;
	    border-bottom:1px solid #e0e0e0;
	    padding-bottom:10px;
	    line-height:12px;
	}
	
	.anketaAnswers {
	    clear:left;
	    margin:10px 20px 10px 20px;
	    line-height:20px;
	    color:#13b3ed;
	    
	}
	
	.lastPolls {
	    border-top:1px solid #e0e0e0;
	    padding-top:5px;
	    margin:10px;
	    line-height:12px;
	}
	
	.lastPolls div {
	    background-image:url('images/lastPolls.gif');
	    background-repeat:no-repeat;
	    padding-left:25px;
	    margin-bottom:5px;
	}
	
	.lastPolls a {
	    font-weight:normal;
	    font-size:11px;
	}

.links {
    background-image:url('images/linkbg.gif');
    height:21px;
    display:block;
    float:left;
    font-size:11px;
    line-height:21px;
    padding-right:10px;
    background-position:right;
    font-weight:normal;
    color:#4d4d4d;
    margin-right:10px;
}
.links2line {
    clear:left;
    margin-top:10px;
    float:left;
    overflow:hidden;
    margin-left:170px;
    width:100%;
}