@import "slide.css?v1";

body{
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
	color: #000000;
}
a:hover{
	text-decoration: underline;
}
html, body, td{
	font-size: 8pt;
	font-family: Verdana;
}
form{
	margin: 0px;
	padding: 0px;
}
img{
	border-width: 0px;
}
ul, li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.button{
	background-color: #EE0000;
	border: 0px;
	height: 16px;
	color: #FFFFFF;
	font: 700 8pt Tahoma;
}
.hr{
	clear: both;
	height: 10px;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0px 0px 10px 0px;
}
.clear{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 0px;
	display: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/**/
.main_container{
	width: 900px;
	background: #FFF;
}
.base{
	width: 900px;
	z-index: 0;
}
.base_middle{
	float: left;
	text-align: left;
	padding: 10px;
}
.base_middle_inner{
	clear: both;
	width: 570px;
	overflow: hidden;
}
.base_right{
	float: right;
	padding: 10px 0px 0px 10px;
	overflow: hidden;
}
.base_right_inner{
	width: 300px;
}
.base_detail .base_middle{
	width: 590px;
	overflow: hidden;
	padding: 0px;
}
.base_detail .base_middle_inner{
	width: auto;
	overflow: hidden;
	padding: 10px;
}

/**/
.base_top{
	z-index: 500;
	position: relative;
	width: 900px;
	height: 250px;
	background: url(../images/base_top_bck.png) no-repeat;
}
.base_top .logo{
	position: absolute;
	top: 0px;
	left: 0px;
}
.base_top .logo img{
	width: 125px;
	height: 80px;
}
.base_top .welcome{
	position: absolute;
	top: 183px;
	left: 422px;
	width: 210px;
	height: 32px;
	font: 100 8pt/32px Tahoma;
}
.base_top .top_banner{
	position: absolute;
	top: 80px;
	left: 172px;
	width: 728px;
	height: 90px;
	overflow: hidden;
}
/**/
.base_top .menu_1{
	position: absolute;
	top: 6px;
	left: 495px;
	width: 405px;
	height: 13px;
	clear: both;
}
.base_top .menu_1 .item{
	float: right;
	font: 100 8pt/13px Tahoma;
	color: #333333;
	padding: 0px 9px;
}
.base_top .menu_1 .item a{
	color: #333333;
}
.base_top .menu_1 .sep{
	float: right;
	width: 2px;
	background: url(../images/top_v_sep_bck.png) repeat-y;
	font: 100 1pt/13px Tahoma;
}
/**/
.base_top .menu_2{
	position: absolute;
	top: 46px;
	left: 757px;
	width: 143px;
	height: 12px;
}
.base_top .menu_2 .item{
	float: left;
	font: 100 7.5pt/12px Tahoma;
	padding: 0px 10px 0px 24px;
}
.base_top .menu_2 .item a{
	color: #ffffff;
}
/**/
.base_top .menu_3{
	position: absolute;
	top: 95px;
	left: 37px;
	width: 100px;
	height: 60px;
}
.base_top .menu_3 .item{
	height: 20px;
	font: 100 8pt/11px Tahoma;
}
.base_top .menu_3 .item a{
	color: #787878;
}
/**/
.base_top .menu_4{
	position: absolute;
	top: 180px;
	left: 0px;
	width: 540px;
	height: 35px;
}
.base_top .menu_4 img{
	height: 35px;
}
/**/
.main_menu{
	position: absolute;
	top: 215px;
	left: 0px;
	width: 900px;
	height: 35px;
	overflow: hidden;
}
.main_menu .item{
	float: left;
	height: 35px;
	overflow: hidden;
	font: 700 9pt/35px Tahoma;
	background-image: url(../images/navigation.png);
}
.main_menu .item img{
	height: 35px;
}
/*---BASE TOP END---*/
/*---TOP FUNCTIONS START---*/
.base_top .weather{
	position: absolute;
	top: 8px;
	left: 175px;
	width: 304px;
	height: 24px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.base_top .weather li{
	float: left;
}
.base_top .weather .sep{
	float: left;
	width: 2px;
	background: url(../images/top_v_sep_bck.png) repeat-y;
	font: 100 1pt/25px Tahoma;
}
.base_top .weather span{
	font: 100 7.5pt/11px Tahoma;
	color: #333333;
}
.base_top .weather .icon{
	float: left;
	width: 32px;
	height: 20px;
	margin-right: 6px;
	background: url(../images/weather_icon.png);
}
.base_top .weather .name{
	width: 52px;
	overflow: hidden;
	font-weight: 700;
	margin-bottom: 2px;
}
/**/
.base_top .search .input{
	position: absolute;
	top: 188px;
	left: 675px;
	width: 155px;
	height: 21px;
	background: url(../images/top_search_input_bck.png) no-repeat;
	font: 100 10px/20px Tahoma;
	color: #333333;
	padding: 0px 0px 0px 25px;
	border-width: 0px;
}
.base_top .search .submit{
	position: absolute;
	top: 188px;
	left: 835px;
	width: 40px;
	height: 21px;
	background: url(../images/top_search_submit_bck.png) no-repeat;
	font: 100 10px Tahoma;
	color: #ffffff;
	margin-left: 4px;
	border-width: 0px;
}
/**/
.base_top .last_min{
	position: absolute;
	top: 46px;
	left: 278px;
	width: 400px;
	height: 14px;
}
/*---BASE TOP SPORT---*/
.base_top_sport{
	background-image: url(../images/base_top_sport_bck.png);
}
.base_top_sport .logo_sport{
	position: absolute;
	top: 90px;
	left: 30px;
	width: 100px;
	height: 60px;
}
.base_top_sport .logo_sport img{
	width: 100px;
	height: 60px;
}

.base_top_sport .search .submit{
	background-image: url(../images/top_search_submit_sport_bck.png);
}

.base_top_sport .menu_team{
	position: absolute;
	top: 0px;
	left: 160px;
	width: 220px;
	height: 34px;
}
.base_top_sport .menu_team img{
	height: 34px;
}

.base_top_sport .main_menu .item{
	background-image: url(../images/navigation_sport.png);
}
/*---BASE TOP LOCAL---*/
.base_top_local{
	background-image: url(../images/base_top_local_bck.png);
}
.base_top_local .local_pages{
	position: absolute;
	top: 95px;
	left: 10px;
	width: 120px;
	height: 50px;
}
.base_top_local .local_pages div{
	width: 120px;
	height: 24px;
	margin-bottom: 5px;
	overflow: hidden;
	font: 100 16pt/24px "Myriad Pro", Verdana;
	text-align: center;
}
.base_top_local .local_pages select{
	width: 120px;
	height: 21px;
	font: 100 11px Tahoma;
	color: #ffffff;
	background: #000000;
}
/*---TOP FUNCTIONS END---*/
.pre_headline{
	width: 900px;
}
.pre_headline .footer{
	width: 900px;
	height: 15px;
	background: url(../images/pre_headline_bck.png) no-repeat left top;
}
.pre_headline .toggle{
	height: 26px;
	background: url(../images/pre_headline_toggle.png) no-repeat left top;
	cursor: pointer;
}
.pre_headline .toggle_active{
	height: 26px;
	background-position: left bottom;
}

.pre_headline_sport .footer{
	background-image: url(../images/pre_headline_sport_bck.png);
}
.pre_headline_sport .toggle{
	background-image: url(../images/pre_headline_sport_toggle.png);
}
/*---BOTTOM FUNCTIONS START---*/
.base_bottom{
	clear: both;
	background: url(../images/base_bottom_bck.png) no-repeat;
	width: 900px;
	height: 330px;
}
.hotlinks{
	position: relative;
	width: 900px;
	height: 220px;
}	
.hotlinks .column{
	position: absolute;
	top: 0px;
	width: 140px;
	height: 220px;
	overflow: hidden;
}
.hotlinks .column .header{
	font: 700 8pt/25px Tahoma;
	color: #ffffff;
	margin-bottom: 10px;
}
.hotlinks .column .item{
	font: 100 8pt/14px Tahoma;
}
.hotlinks .column .item a{
	color: #333333;
}
/**/
.bottom_section{
	position: relative;
	width: 900px;
	height: 110px;
}
.bottom_section .column_1{
	position: absolute;
	top: 20px;
	left: 15px;
	width: 320px;
	height: 90px;
}
.bottom_section .column_1 div{
	font: 100 8pt/12px Tahoma;
	color: #fffdff;
	margin-bottom: 10px;
}
.bottom_section .column_1 a{
	font: 700 8pt/12px Tahoma;
	color: #ffffff;
}
.bottom_section .column_2{
	position: absolute;
	top: 20px;
	left: 370px;
	width: 270px;
	height: 90px;
}
.bottom_section .column_2 div{
	font: 100 8pt/12px Tahoma;
	color: #ffffff;
	margin-bottom: 10px;
}
.bottom_section .column_2 a{
	color: #ffffff;
}
.bottom_section .column_3{
	position: absolute;
	top: 0px;
	left: 640px;
	width: 260px;
	height: 110px;
}
.bottom_section .icon{
	position: absolute;
	top: 13px;
	width: 26px;
	height: 26px;
}
.bottom_section .programmer{
	position: absolute;
	top: 60px;
	left: 670px;
	width: 215px;
	height: 12px;
	font: 100 8pt/12px Tahoma;
	color: #ffffff;
	text-align: right;
}
.bottom_section .programmer a{
	font: 700 8pt/12px Tahoma;
	color: #000000;
}
.bottom_section .graphicer{
	position: absolute;
	top: 76px;
	left: 670px;
	width: 215px;
	height: 14px;
	font: 100 8pt/14px Tahoma;
	color: #ffffff;
	text-align: right;
}
.bottom_section .programmer a{
	line-height: 14px;
	margin: 0px;
}
.bottom_section .graphicer img{
	width: 93px;
	height: 14px;
}
/*---BOTTOM FUNCTIONS END---*/
/*---RIGHT FUNCTIONS START---*/
.right_analysis{
	position: relative;
	width: 300px;
	height: 80px;
	background: url(../images/right_analysis_bck.png) no-repeat;
	margin-bottom: 10px;
}
.right_analysis .author{
	position: absolute;
	top: 23px;
	left: 195px;
	width: 100px;
	height: 10px;
	font: 100 8pt/10px Tahoma;
	color: #ffffff;
}
.right_analysis .title{
	position: absolute;
	top: 48px;
	left: 105px;
	width: 185px;
	height: 28px;
	font: 700 8pt/14px Tahoma;
}
.right_analysis .title a{
	color: #ffffff;
}
.right_analysis_sport{
	background-image: url(../images/right_analysis_sport_bck.png);
}
/**/
.right_editor_selection{
	position: relative;
	width: 300px;
	height: 305px;
	background: url(../images/right_editor_selection_bck.png) no-repeat;
	margin-bottom: 5px;
}
.right_editor_selection .title{
	position: absolute;
	top: 36px;
	left: 10px;
	width: 280px;
	height: 16px;
	overflow: hidden;
}
.right_editor_selection .link{
	font: 700 10pt/16px Tahoma;
}
.right_editor_selection .short_content{
	position: absolute;
	top: 57px;
	left: 127px;
	width: 160px;
	height: 80px;
	font: 100 8pt/16px Tahoma;
	overflow: hidden;
}
.right_editor_selection img{
	position: absolute;
	top: 58px;
	left: 12px;
	width: 103px;
	height: 78px;
}
.right_editor_selection .items{
	position: absolute;
	top: 143px;
	left: 10px;
	width: 280px;
	height: 147px;
}
.right_editor_selection .items .item{
	background: url(../images/right_editor_selection_item_bck.png) no-repeat left 8px;
	height: 21px;
	font: 100 8pt/21px Tahoma;
	overflow: hidden;
	padding-left: 12px;
}
.right_editor_selection .items .item_act{
	background: url(../images/right_editor_selection_item_act_bck.png) no-repeat;
}
.right_editor_selection .items .item_act a{
	color: #cc0000;
}
/**/
.right_today_author{
	position: relative;
	width: 300px;
	height: 295px;
	background: url(../images/right_today_author_bck.png) no-repeat;
	margin-bottom: 5px;
}
.right_today_author img{
	position: absolute;
	left: 10px;
	width: 39px;
	height: 45px;
}
.right_today_author .author{
	position: absolute;
	left: 55px;
	width: 150px;
	height: 13px;
	font: 700 8pt/13px Tahoma;
}
.right_today_author .author a{
	color: #ffffff;
}
.right_today_author .title{
	position: absolute;
	left: 55px;
	width: 220px;
	height: 13px;
	font: 100 8pt/13px Tahoma;
	overflow: hidden;
}
.right_today_author .title a{
	color: #ffffff;
}
.right_today_author .all_author{
	position: absolute;
	top: 263px;
	left: 190px;
	width: 100px;
	height: 13px;
	font: 700 8pt/13px Tahoma;
	text-align: right;
}
.right_today_author .all_author a{
	color: #ffffff;
}
/**/
.right_image_gallery{
	position: relative;
	width: 300px;
	height: 349px;
	background: url(../images/right_image_gallery_bck.png) no-repeat;
	margin-bottom: 5px;
}
.right_image_gallery .image{
	position: absolute;
}
.right_image_gallery .image img{
	width: 127px;
	height: 96px;
}
.right_image_gallery .title{
	position: absolute;
	width: 125px;
	height: 15px;
	font: 100 8pt/15px Tahoma;
	overflow: hidden;
	text-align: center;
}
.right_image_gallery .hit{
	position: absolute;
	width: 125px;
	height: 15px;
	font: 100 7pt/15px Tahoma;
	color: #999999;
	overflow: hidden;
	text-align: center;
}

.right_image_gallery_sport{
	background-image: url(../images/right_image_gallery_sport_bck.png);
}
.right_image_gallery_sport .title a{
	color: #fff;
}
.right_image_gallery_sport .caption{
	position: absolute;
	top: 3px;
	right: 0px;
	width: 95px;
	height: 27px;
}
.right_image_gallery_sport .caption img{
	width: 95px;
	height: 27px;
}
/**/
.right_video{
	position: relative;
	width: 300px;
	height: 405px;
	background: url(../images/right_video_bck.png) no-repeat;
	margin-bottom: 5px;
}
.right_video .video_input{
	position: absolute;
	top: 40px;
	left: 10px;
	width: 215px;
	height: 21px;
	background: url(../images/right_video_input_bck.png) no-repeat;
	border-width: 0px;
	font: 100 8pt Tahoma;
	padding: 3px;
}
.right_video .video_submit{
	position: absolute;
	top: 40px;
	left: 230px;
	width: 60px;
	height: 21px;
	background: url(../images/right_video_submit_bck.png) no-repeat;
	border-width: 0px;
}
.right_video .code{
	position: absolute;
	top: 71px;
	left: 10px;
	width: 280px;
	height: 180px;
}
.right_video .code object,
.right_video .code embed{
	width: 280px;
	height: 180px;
}
.right_video .title{
	position: absolute;
	top: 251px;
	left: 15px;
	width: 270px;
	height: 25px;
	font: 700 8pt/25px Tahoma;
	text-align: center;
}
.right_video .title a{
	color: #ffffff;
}
.right_video .items{
	position: absolute;
	top: 286px;
	left: 10px;
	width: 280px;
	height: 53px;
}
.right_video .items .item{
}
.right_video .items .item img{
	width: 66px;
	height: 49px;
	margin: 2px;
}
.right_video .link{
	position: absolute;
	top: 360px;
	left: 10px;
	width: 280px;
	height: 25px;
}
.right_video .link img{
	width: 280px;
	height: 25px;
}
/**/
.right_mostly{
	position: relative;
	width: 300px;
	height: 305px;
	background: url(../images/right_mostly_bck.png) no-repeat;
	margin-bottom: 5px;
}
.right_mostly .tab_2{
	position: absolute;
	top: 10px;
	left: 138px;
	width: 50px;
	height: 20px;
	font: 100 7.5pt/20px Tahoma;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}
.right_mostly .tab_3{
	position: absolute;
	top: 10px;
	left: 189px;
	width: 50px;
	height: 20px;
	font: 100 7.5pt/20px Tahoma;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}
.right_mostly .tab_4{
	position: absolute;
	top: 10px;
	left: 240px;
	width: 50px;
	height: 20px;
	font: 100 7.5pt/20px Tahoma;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
}
.right_mostly .act_tab{
	background: #ffffff;
	color: #b90000;
}
.right_mostly .pas_tab{
	background: none;
	color: #ffffff;
}
.right_mostly img{
	position: absolute;
	top: 58px;
	left: 12px;
	width: 103px;
	height: 78px;
}
.right_mostly .title{
	position: absolute;
	top: 37px;
	left: 10px;
	width: 280px;
	height: 15px;
	font: 700 9pt/15px Tahoma;
	overflow: hidden;
}
.right_mostly .short_content{
	position: absolute;
	top: 57px;
	left: 127px;
	width: 160px;
	height: 85px;
	font: 100 8pt/17px Tahoma;
	overflow: hidden;
}
.right_mostly .items{
	position: absolute;
	top: 143px;
	left: 10px;
	width: 280px;
	height: 147px;
	overflow: hidden;
}
.right_mostly .items .item{
	height: 21px;
	font: 100 8pt/21px Tahoma;
	overflow: hidden;
}
.right_mostly .items .item_act{
	background: url(../images/right_mostly_item_act_bck.png) repeat-x;
}
.right_mostly .items .item_act a{
	color: #cc0000;
}
/**/
.right_reader_rep{
	position: relative;
	width: 300px;
	height: 110px;
	background: url(../images/right_reader_rep_bck.png) no-repeat;
	margin-bottom: 5px;
}
.right_reader_rep img{
	position: absolute;
	top: 11px;
	left: 11px;
	width: 78px;
	height: 78px;
}
.right_reader_rep .author{
	position: absolute;
	top: 41px;
	left: 100px;
	width: 180px;
	height: 14px;
	font: 700 8pt/14px Tahoma;
}
.right_reader_rep .author a{
	color: #ffffff;
}
.right_reader_rep .title{
	position: absolute;
	top: 58px;
	left: 100px;
	width: 180px;
	height: 28px;
	font: 100 8pt/14px Tahoma;
}
.right_reader_rep .title a{
	color: #ffffff;
}
/**/
.detail_local{
	position: relative;
	width: 300px;
	height: 80px;
	background: url(../images/detail_local_news_bck.png) no-repeat;
	margin-bottom: 5px;
}
.detail_local .all_link{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 131px;
	height: 24px;
}
.detail_local .all_link img{
	width: 131px;
	height: 24px;
}
.detail_local .cities{
	position: absolute;
	top: 10px;
	left: 160px;
	width: 120px;
	height: 51px;
}
.detail_local .cities div{
	float: left;
	width: 60px;
	height: 17px;
	font: 700 8pt/15px Tahoma;
}
.detail_local .cities div a{
	color: #ffffff;
}
.detail_local select{
	position: absolute;
	top: 40px;
	left: 10px;
	width: 131px;
	height: 20px;
	font: 100 8pt/10px Tahoma;
}
/**/
.right_sub_local{
	width: 300px;
	margin: 0px 0px 5px 0px;
	background: #4e4e4e url(../images/right_sub_local_bck.png) no-repeat left bottom;
}
.right_sub_local .header{
	height: 35px;
	padding-left: 10px;
	background: #4e4e4e url(../images/right_sub_local_header.png) no-repeat left bottom;
}
.right_sub_local .header span{
	font: 700 10pt/35px Verdana;
	color: #fff;
}
.right_sub_local .inner{
	padding: 0px 5px 0px 10px;
	margin: 0px 0px 5px 0px;
}
.right_sub_local .inner_closed{
	height: 229px;
	overflow: hidden;
}
.right_sub_local .sep{
	width: 100%;
	height: 1px;
	overflow: hidden;
	background: url(../images/right_sub_local_sep.png) no-repeat left top;
	font-size: 1px;
}
.right_sub_local .item{
	float: left;
	width: 90px;
	height: 18px;
	overflow: hidden;
	margin-right: 5px;
}
.right_sub_local .item a{
	display: block;
	font: 100 8pt/18px Tahoma;
	color: #fff;
}
.right_sub_local .item a:hover{
	text-decoration: none;
	background-color: #000;
	padding-left: 5px;
}
.right_sub_local .footer{
	height: 15px;
	text-align: center;
}
/**/
.right_expert_article{
	position: relative;
	width: 300px;
	height: 280px;
	background: url(../images/right_expert_article_bck.png) no-repeat;
	margin-bottom: 5px;
}
.right_expert_article img{
	position: absolute;
	left: 15px;
	width: 55px;
	height: 55px;
}
.right_expert_article .author{
	position: absolute;
	left: 80px;
	width: 190px;
	height: 14px;
	font: 700 8pt/14px Tahoma;
}
.right_expert_article .author a{
	color: #cc0000;
}
.right_expert_article .title{
	position: absolute;
	left: 80px;
	width: 190px;
	height: 28px;
	font: 100 8pt/14px Tahoma;
}
.right_expert_article .all_author{
	position: absolute;
	top: 248px;
	left: 190px;
	width: 100px;
	height: 13px;
	font: 700 8pt/13px Tahoma;
	text-align: right;
}
/**/
.right_economy_article{
	position: relative;
	width: 300px;
	height: 110px;
	background: url(../images/right_economy_article_bck.png) no-repeat;
	margin-bottom: 5px;
}
.right_economy_article img{
	position: absolute;
	top: 11px;
	left: 211px;
	width: 78px;
	height: 78px;
}
.right_economy_article .author{
	position: absolute;
	top: 42px;
	left: 15px;
	width: 180px;
	height: 14px;
	font: 700 8pt/14px Tahoma;
}
.right_economy_article .author a{
	color: #ffffff;
}
.right_economy_article .title{
	position: absolute;
	top: 59px;
	left: 15px;
	width: 180px;
	height: 28px;
	font: 100 8pt/14px Tahoma;
}
.right_economy_article .title a{
	color: #ffffff;
}
/**/
.right_interview{
	position: relative;
	width: 300px;
	height: 230px;
	background: url(../images/right_interview_bck.png) no-repeat;
	margin-bottom: 5px;
}
.right_interview .title{
	position: absolute;
	top: 160px;
	left: 15px;
	width: 180px;
	height: 32px;
	font: 700 10pt/16px Tahoma;
	overflow: hidden;
}
.right_interview .title a{
	color: #ffffff;
}
.right_interview .all_link{
	position: absolute;
	top: 195px;
	left: 15px;
	width: 195px;
	height: 32px;
	font: 700 10pt/16px Tahoma;
	overflow: hidden;
	text-align: right;
}
.right_interview .all_link a{
	color: #ffffff;
}
/**/
.right_last_min{
	position: relative;
	width: 300px;
	height: 305px;
	background: url(../images/right_last_min_bck.png) no-repeat;
	margin-bottom: 5px;
}
.right_last_min .items{
	position: absolute;
	top: 38px;
	left: 10px;
	width: 280px;
	height: 252px;
}
.right_last_min .items .item{
	font: 100 8pt/21px Tahoma;
}
.right_last_min .items .item_act{
	background: url(../images/right_last_min_item_act_bck.png) repeat-x;
	font: 100 8pt/21px Tahoma;
}
.right_last_min .items .item_act a{
	color: #cc0000;
}
/*---RIGHT FUNCTIONS END---*/
/*---OTHER FUNCTIONS START---*/
.list_item{
	font: 100 8pt/12px Tahoma;
	margin-bottom: 6px;
}
.list_item .category{
	font: 700 8pt/12px Tahoma;
}
.list_item .category a{
	color: #cc0000;
}
.list_item .title{
	font: 100 8pt/12px Verdana;
}
/**/
.box_item_1{
	float: left;
}
.box_item_1 .image{
	width: 180px;
	height: 275px;
	background: url(../images/box_image_bck_1.png) no-repeat;
}
.box_item_1 .image img{
	width: 170px;
	height: 265px;
	margin: 5px;
}
/**/
.box_item_2{
	float: left;
	position: relative;
	width: 180px;
	height: 275px;
}
.box_item_2 .image{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 139px;
	background: url(../images/box_image_bck_2.png) no-repeat;
}
.box_item_2 .image img{
	width: 170px;
	height: 129px;
	margin: 5px;
}
.box_item_2 .category{
	position: absolute;
	top: 147px;
	left: 1px;
	width: 180px;
	height: 11px;
	font: 100 8pt/11px Tahoma;
}
.box_item_2 .category a{
	color: #cc0000;
}
.box_item_2 .title{
	position: absolute;
	top: 161px;
	left: 0px;
	width: 180px;
	height: 42px;
	font: 700 18px/20px Arial;
	overflow: hidden;
}
.box_item_2 .short_content{
	position: absolute;
	top: 205px;
	left: 0px;
	width: 180px;
	height: 39px;
	font: 100 11px/13px Verdana;
	overflow: hidden;
}
.box_item_2 .short_content{
	color: #666666;
}
.box_item_2 .comment{
	position: absolute;
	top: 258px;
	left: 0px;
	width: 180px;
	height: 17px;
	background: url(../images/icon_comment.png) no-repeat left center;
	border-top: dotted 1px #cccccc;
	padding-top: 7px;
}
.box_item_2 .comment span{
	font: 100 7.5pt/10px Tahoma;
	color: #666666;
	padding-left: 11px;
}
/**/
.box_item_3{
	position: relative;
	width: 570px;
	height: 120px;
}
.box_item_3 .image{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 155px;
	height: 120px;
	background: url(../images/box_image_bck_3.png) no-repeat;
}
.box_item_3 .image img{
	width: 145px;
	height: 110px;
	margin: 5px;
}
.box_item_3 .category{
	position: absolute;
	top: 2px;
	left: 166px;
	width: 180px;
	height: 11px;
	font: 100 8pt/11px Tahoma;
}
.box_item_3 .category a{
	color: #cc0000;
}
.box_item_3 .title{
	position: absolute;
	top: 17px;
	left: 165px;
	width: 230px;
	height: 42px;
	font: 700 18px/20px Arial;
	overflow: hidden;
}
.box_item_3 .short_content{
	position: absolute;
	top: 63px;
	left: 165px;
	width: 280px;
	height: 52px;
	font: 100 11px/13px Verdana;
	overflow: hidden;
}
.box_item_3 .short_content{
	color: #666666;
}
.box_item_3 .comment{
	position: absolute;
	top: 109px;
	left: 500px;
	width: 70px;
	height: 10px;
	background: url(../images/icon_comment.png) no-repeat left center;
}
.box_item_3 .comment span{
	font: 100 7.5pt/10px Tahoma;
	color: #666666;
	padding-left: 11px;
}
/**/
.box_item_v_sep{
	float: left;
	width: 15px;
}
.box_item_h_sep{
	clear: both;
	width: 570px;
	font: 100 1pt/1px Tahoma;
	border-top: dotted 1px #cccccc;
	margin: 10px 0px;
	display: inline-block;
}
/**/
.index_currency{
	clear: both;
	position: relative;
	width: 900px;
	height: 80px;
	background: url(../images/index_currency_bck.png) no-repeat 10px 0px;
}
.index_currency div{
	position: absolute;
	top: 43px;
	width: 120px;
	height: 15px;
	font: 100 9pt/15px Tahoma;
	text-align: right;
}
.index_currency .logo{
	top: 15px;
	left: 25px;
	width: 114px;
	height: 40px;
}
.index_currency .logo img{
	width: 114px;
	height: 40px;
}
.index_currency .icon{
	position: absolute;
	top: 15px;
	width: 32px;
	height: 32px;
}
.index_currency .red{
	color: #cc0000;
}
.index_currency .green{
	color: #597324;
}
.index_currency .gray{
	color: #3c3c3c;
}
.index_currency span{
	font: 700 10pt/15px Tahoma;
}
/*---OTHER FUNCTIONS END---*/
.right_content{
	clear: both;
	width: 300px;
	margin-bottom: 10px;
}
.right_caption{
	background: url(../images/right_caption_bck.png);
	width: 300px;
	height: 29px;
	overflow: hidden;
	text-align: left;
}
.right_caption span{
	padding-left: 28px;
	font: 700 9pt/29px Tahoma;
	color: #000000;
}
.right_caption_2{
	background: url(../images/right_caption_bck_2.png);
	width: 313px;
	height: 34px;
	overflow: hidden;
	text-align: left;
}
.right_caption_2 span{
	padding-left: 10px;
	font: 700 10pt/26px Verdana;
	color: #000000;
}
.right_caption_3{
	background: url(../images/right_caption_bck_3.png);
	width: 313px;
	height: 23px;
	overflow: hidden;
	text-align: left;
}
.right_caption_3 span{
	padding-left: 10px;
	font: 700 10pt/23px Verdana;
	color: #000000;
}
.right_caption_4{
	background: url(../images/right_caption_bck_4.png);
	width: 313px;
	height: 27px;
	overflow: hidden;
	text-align: left;
}
.right_caption_4 span{
	padding-left: 35px;
	font: 700 10pt/27px Verdana;
	color: #FFFFFF;
}
.right_caption_5{
	background: url(../images/right_caption_bck_5.png);
	width: 300px;
	height: 30px;
	overflow: hidden;
	text-align: left;
}
.right_caption_5 span{
	padding-left: 34px;
	font: 700 11px/24px Tahoma;
	color: #000000;
}
.content_sep{
	clear: both;
	background: url(../images/content_sep_bck.png);
	height: 9px;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
}
.middle_page_title {
	background : url(../images/middle_page_title_bck.png) no-repeat;
	width : 100%;
	height: 30px;
	color : #FFF;
}
.middle_page_title h1, .middle_page_title div{
	font : 700 13pt/30px Tahoma;
	padding: 0px;
	margin: 0px;
	margin-left: 12px;
}
.middle_content{
	padding: 10px 0px;
}
table.middle_content{
	margin: 10px;
	width: 95%;
}
.middle_sub_page_title{
	background : url(../images/content_sep_bck.png) transparent repeat-x;
}
.middle_sub_page_title span{
	width: 100%;
	height: 24px;
	font: bold 8pt/24px Verdana;
	color: #000000;
	padding-top: 6px;
	margin-left: 12px;
}
.middle_sub_page_title2{
	/*background : url(../images/content_sep_bck.png) transparent repeat-x; */
}
.middle_sub_page_title2 span{
	width: 100%;
	height: 24px;
	font: bold 8pt/24px Verdana;
	color: #000000;
	padding-top: 6px;
	margin-left: 12px;
}
.right_banner{
	margin-bottom: 10px;
	background: #FFFFFF;
	text-align: left;
}

/**/
.right_bottom{
	width: 303px;
}
.right_bottom_inner{
	background: #fafafa;
	border: solid 1px #dedede;
	padding: 7px;
}
.right_bottom *{
	font: 100 8pt/15px Tahoma;
}
.right_bottom .sep{
	font: 100 1px/1px Tahoma;
	border-bottom: dashed 1px #808080;
	margin: 8px 0px;
}
/**/
.box_author_2{
	position: relative;
	width: 300px;
	height: 70px;
	background: url(../images/box_author_bck_2.png) no-repeat left bottom;
	margin-bottom: 10px;
}
.box_author_2 .image{
	position: absolute;
	top: 0px;
	left: 0px;
}
.box_author_2 .image img{
	width: 60px;
	height: 70px;
}
.box_author_2 .author{
	position: absolute;
	top: 20px;
	left: 70px;
	width: 200px;
	height: 12px;
	overflow: hidden;
}
.box_author_2 .author a{
	font: 700 8pt/12px Tahoma;
	color: #cc0000;
}
.box_author_2 .title{
	position: absolute;
	top: 35px;
	left: 70px;
	width: 220px;
	height: 12px;
	font: 100 8pt/12px Tahoma;
	overflow: hidden;
}
.box_author_2 .read{
	position: absolute;
	top: 52px;
	left: 84px;
	width: 95px;
	height: 10px;
	font: 100 7pt/10px Tahoma;
	color: #666666;
	overflow: hidden;
}
.box_author_2 .comment{
	position: absolute;
	top: 52px;
	left: 191px;
	width: 95px;
	height: 10px;
	font: 100 7pt/10px Tahoma;
	color: #666666;
	overflow: hidden;
}

.box_author_8{
	background-image: url(../images/box_author_bck_8.png);
}
/**/
.box_author_5{
	position: relative;
	width: 270px;
	height: 70px;
	background: url(../images/box_author_bck_5.png) no-repeat left bottom;
	margin-bottom: 10px;
}
.box_author_5 .image{
	position: absolute;
	top: 0px;
	left: 0px;
}
.box_author_5 .image img{
	width: 60px;
	height: 70px;
}
.box_author_5 .author{
	position: absolute;
	top: 20px;
	left: 70px;
	width: 170px;
	height: 12px;
	overflow: hidden;
}
.box_author_5 .author a{
	font: 700 8pt/12px Tahoma;
	color: #cc0000;
}
.box_author_5 .title{
	position: absolute;
	top: 35px;
	left: 70px;
	width: 190px;
	height: 12px;
	font: 100 8pt/12px Tahoma;
	overflow: hidden;
}
.box_author_5 .read{
	position: absolute;
	top: 52px;
	left: 84px;
	width: 95px;
	height: 10px;
	font: 100 7pt/10px Tahoma;
	color: #666666;
	overflow: hidden;
}
.box_author_5 .comment{
	position: absolute;
	top: 52px;
	left: 191px;
	width: 80px;
	height: 10px;
	font: 100 7pt/10px Tahoma;
	color: #666666;
	overflow: hidden;
}

.box_author_9{
	background-image: url(../images/box_author_bck_9.png);
}
/**/
.main_in_out{
	position: relative;
	width: 300px;
	height: 259px;
	background: url(../images/main_in_out_bck.png) no-repeat;
	margin-bottom: 10px;
}
.main_in_out .analysis{
	position: absolute;
	top: 39px;
	left: 94px;
	width: 200px;
	height: 32px;
	font: 100 8pt/16px Tahoma;
	overflow: hidden;
}
.main_in_out .analysis a{
	color: #333333;
}
.main_in_out .winner_image{
	position: absolute;
	top: 140px;
	left: 8px;
	width: 136px;
	height: 76px;
}
.main_in_out .winner_image img{
	width: 136px;
	height: 76px;
}
.main_in_out .winner_title{
	position: absolute;
	top: 229px;
	left: 8px;
	width: 136px;
	height: 24px;
	font: 100 8pt/12px Tahoma;
	overflow: hidden;
}
.main_in_out .loser_image{
	position: absolute;
	top: 140px;
	left: 154px;
	width: 136px;
	height: 76px;
}
.main_in_out .loser_image img{
	width: 136px;
	height: 76px;
}
.main_in_out .loser_title{
	position: absolute;
	top: 229px;
	left: 154px;
	width: 136px;
	height: 24px;
	font: 100 8pt/12px Tahoma;
	overflow: hidden;
}
/**/
.main_video_caption{
	background: url(../images/main_video_caption_bck.png) no-repeat;
	width: 305px;
	height: 30px;
	margin-bottom: 3px;
}
.main_video{
	position: relative;
	width: 305px;
	height: 350px;
	background: url(../images/main_video_bck.png) no-repeat;
	margin-bottom: 10px;
}
.main_video .video_search{
	position: absolute;
	top: 2px;
	left: 8px;
	height: 25px;
}
.main_video .video_search .input{
	width: 200px;
	height: 14px;
	font: 100 8pt Tahoma;
}
.main_video .video_search .submit{
	background: url(../images/main_video_search_submit_bck.png) no-repeat;
	width: 78px;
	height: 16px;
	border: none;
	font: 700 8pt Tahoma;
}
.main_video .embed{
	position: absolute;
	top: 27px;
	left: 3px;
	width: 300px;
	height: 180px;
	margin-left: 3px;
}
.main_video .title{
	position: absolute;
	top: 213px;
	left: 0px;
	width: 305px;
	height: 20px;
	font: 700 9pt Tahoma;
	text-align: center;
}
.main_video .items{
	position: absolute;
	top: 245px;
	left: 11px;
	width: 288px;
	height: 50px;
	clear: both;
}
.main_video .items .item{
	float: left;
}
.main_video .items .item img{
	width: 67px;
	height: 50px;
	margin-right: 5px;
}
.main_video .link{
	position: absolute;
	top: 319px;
	left: 0px;
	width: 220px;
	height: 16px;
	font: 700 10pt Tahoma;
	text-align: right;
}
.main_video .link a{
	color: #ec1010;
}
/**/
.main_interview_caption{
	background: url(../images/main_interview_caption_bck.png) no-repeat;
	width: 300px;
	height: 30px;
	margin-bottom: 7px;
}
.main_interview{
	width: 300px;
	margin-bottom: 10px;
}
.main_interview .image{
	float: left;
	border: solid 1px #909090;
	margin-right: 9px;
}
.main_interview .image img{
	width: 133px;
	height: 110px;
	margin: 3px;
}
.main_interview .title{
	float: left;
	width: 140px;
	height: 44px;
	font: 700 12pt/22px Arial;
	overflow: hidden;
	margin: 10px 0px;
}
.main_interview .title a{
	color: #636468
}
.main_interview .spot{
	float: left;
	width: 140px;
	height: 52px;
	font: 100 8pt/13px Tahoma;
	overflow: hidden;
}
.main_interview .spot a{
	color: #666666
}
.main_interview .link{
	clear: both;
	border-bottom: solid 1px #dadada;
	padding: 5px;
	margin-bottom: 5px;
	text-align: right;
}
.main_interview .other{
	font: 700 9pt/25px Tahoma;
	color: #ff0000;
}
.main_interview .item a{
	font: 100 8pt/24px Verdana;
	color: #2d2d2d;
	text-decoration: underline;
}
/**/
.main_good_news{
	background: url(../images/main_good_news_bck.png) no-repeat;
	width: 307px;
	height: 320px;
	margin-bottom: 10px;
}
.main_good_news .good_inner{
	padding: 37px 3px 10px 3px;
}
/**/
.main_sport_news{
	background: url(../images/main_sport_news_bck.png) no-repeat;
	width: 300px;
	height: 320px;
	margin-bottom: 10px;
}
.main_sport_news .sport_inner{
	padding: 37px 3px 10px 3px;
}
/**/
.main_media_news{
	background: url(../images/main_media_news_bck.png) no-repeat;
	width: 300px;
	height: 320px;
	margin-bottom: 10px;
}
.main_media_news .media_inner{
	padding: 37px 3px 10px 3px;
}
/**/
.main_editor_sel_caption{
	background: url(../images/main_editor_selection_caption_bck.png) no-repeat;
	width: 300px;
	height: 30px;
	margin-bottom: 1px;
}
/**/
.main_expert_caption{
	background: url(../images/main_expert_caption_bck.png) no-repeat;
	width: 300px;
	height: 30px;
	margin-bottom: 4px;
}
.main_expert{
	margin-bottom: 10px;
}
.main_expert .item{
	position: relative;
	width: 300px;
	height: 67px;
	background: url(../images/main_expert_item_bck.png) repeat-x;
}
.main_expert .item .image{
	position: absolute;
	top: 7px;
	left: 7px;
	width: 53px;
	height: 53px;
}
.main_expert .item .image img{
	width: 53px;
	height: 53px;
}
.main_expert .item .author{
	position: absolute;
	top: 14px;
	left: 70px;
	width: 200px;
	height: 16px;
}
.main_expert .item .author a{
	font: 700 9pt/16px Tahoma;
	color: #ff0000;
}
.main_expert .item .title{
	position: absolute;
	top: 35px;
	left: 70px;
	width: 200px;
	height: 32px;
	overflow: hidden;
}
.main_expert .item .title a{
	font: 700 8pt/16px Tahoma;
	color: #353535;
}
/**/
.main_reader_rep_caption{
	background: url(../images/main_reader_rep_caption_bck.png) no-repeat;
	width: 300px;
	height: 30px;
	margin-bottom: 3px;
}
.main_reader_rep{
	background: url(../images/main_reader_rep_bck.png) no-repeat;
	width: 301px;
	height: 74px;
	margin-bottom: 10px;
}
.main_reader_rep .item{
	position: relative;
	width: 300px;
	height: 67px;
}
.main_reader_rep .item .image{
	position: absolute;
	top: 3px;
	left: 7px;
	width: 67px;
	height: 67px;
}
.main_reader_rep .item .image img{
	width: 67px;
	height: 67px;
}
.main_reader_rep .item .author{
	position: absolute;
	top: 14px;
	left: 94px;
	width: 200px;
	height: 16px;
}
.main_reader_rep .item .author a{
	font: 700 9pt/16px Tahoma;
	color: #515151;
}
.main_reader_rep .item .title{
	position: absolute;
	top: 35px;
	left: 94px;
	width: 200px;
	height: 32px;
	overflow: hidden;
}
.main_reader_rep .item .title a{
	font: 100 8pt/16px Tahoma;
}
/**/
.main_mail_list_caption{
	background: url(../images/main_mail_list_caption_bck.png) no-repeat;
	width: 303px;
	height: 34px;
	margin-bottom: 1px;
}
.main_mail_list{
	background: url(../images/main_mail_list_bck.png) no-repeat;
	width: 303px;
	height: 61px;
	margin-bottom: 10px;
}
.main_mail_list_inner{
	font: 100 8pt/15px Tahoma;
	padding: 13px 0px 0px 90px;
}
/**/
.main_facebook_caption{
	background: url(../images/main_facebook_caption_bck.png) no-repeat;
	width: 303px;
	height: 34px;
	margin-bottom: 1px;
}
.main_facebook{
	background: url(../images/main_facebook_bck.png) no-repeat;
	width: 303px;
	height: 61px;
	margin-bottom: 10px;
}
.main_facebook_inner{
	font: 100 8pt/15px Tahoma;
	padding: 25px 0px 0px 85px;
}
/**/
.main_mobile_caption{
	background: url(../images/main_mobile_caption_bck.png) no-repeat;
	width: 303px;
	height: 34px;
	margin-bottom: 1px;
}
.main_mobile{
	background: url(../images/main_mobile_bck.png) no-repeat;
	width: 303px;
	height: 61px;
	margin-bottom: 10px;
}
.main_mobile_inner{
	font: 100 8pt/15px Tahoma;
	padding: 18px 0px 0px 48px;
}
/**/
.economy_news{
	clear: both;
	margin-bottom: 8px;
	padding-left: 7px;
}
.economy_news_inner{
	width: 298px;
	/*height: 180px;*/
	border: 1px solid #E6E6E6;
	border-top-width: 0px;
}
.economy_news .items{
	padding: 10px 10px 5px 10px;
}
.economy_news .first_item{
	clear: both;
	width: 276px;
	height: 106px;
	overflow: hidden;
}
.economy_news .first_item img{
	border: 3px double #CBDDEF;
	margin-right: 5px;
}
.economy_news .first_item .title{
	display: block;
	margin-bottom: 7px;
	font: 700 14px/15px Arial;
	color: #000;
}
.economy_news .first_item .short_content{
	font: 100 11px/16px Verdana;
	color: #000;
}
.economy_news .item{
	clear: both;
	background: url(../images/icon_6.gif) no-repeat 0px 5px;
	margin: 0 0 7px 0
	
}
.economy_news .item .title{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight:bold;
	/*font: 700 11px/19px Verdana;*/
	color: #000;
	padding-left: 16px;
	
}
.economy_news .h_sep{
	line-height: 1px;
	height: 8px;
}
/**/

.index_author {
	clear: both;
	margin-bottom: 8px;
	padding-left: 7px;
}
.index_author_inner {
	position: relative;
	width: 300px;
	height: 274px;
	overflow: hidden;
	background: url(../images/author_bck.png) no-repeat;
}
.index_author .items{
	position: absolute;
	top: 35px;
	left: 16px;
	width: 130px;
	height: 236px;
	overflow: hidden;
}
.index_author .item {
	height: 20px;
	overflow: hidden;
	text-align: left;
}
.index_author .item a{
	font: 700 8pt/19px Tahoma;
	color: #FFF;
}
.index_author .article_content{
	position: absolute;
	top: 25px;
	left: 155px;
	width: 135px;
	height: 189px;
	overflow: hidden;
	text-align: center;
}
.index_author .article_content img{
	width: 90px;
	height: 110px;
	border: 1px #424242 solid;
	margin: 13px 0px;
}
.index_author .article_content .name{
	color: #000000;
	font: 700 8pt/21px Tahoma;
}
.index_author .article_content .title a{
	color: #000000;
	font: 100 8pt/15px Tahoma;
}
.index_author .article_content .date {
	display: none;
	padding: 0px 0px 0px 0px;
	clear: both;
	color: #9B9B9B;
	font: 100 10px/20px Tahoma;
	text-align: left;
}
/**/
.author_slide_caption{
	background: url(../images/index_author_caption_bck.png) no-repeat;
	width: 849px;
	height: 33px;
	margin: 0px 0px 1px 6px;
}
/**/
.index_gallery{
	text-align: center;
	padding: 6px 0px;
}
.index_gallery img{
	width: 300px;
	height: 66px;
	border-width: 0px;
}
/**/
.mostly_readed{
	clear: both;
	padding: 0px 0px 0px 0px;
	width: 313px;
	text-align: left;
}
.mostly_readed_inner{
	width: 300px;
	height: 368px;
	overflow: hidden;
	background: url(../images/main_mostly_bck.png) no-repeat;
}
.mostly_readed .caption{
	position: relative;
	height: 30px;
	background: none;
}
.mostly_readed .caption img{
	border: none;
	margin: 0px;
}
.mostly_readed .caption .today{
	position: absolute;
	top: 11px;
	left: 9px;
	display: inline-block;
}
.mostly_readed .caption .today img{
	width: 111px;
	height: 17px;
}
.mostly_readed .caption .yesterday{
	position: absolute;
	top: 12px;
	left: 149px;
	display: inline-block;
}
.mostly_readed .caption .yesterday img{
	width: 24px;
	height: 14px;
}
.mostly_readed .caption .week{
	position: absolute;
	top: 12px;
	left: 193px;
	display: inline-block;
}
.mostly_readed .caption .week img{
	width: 53px;
	height: 14px;
}
.mostly_readed .caption .month{
	position: absolute;
	top: 12px;
	left: 260px;
	display: inline-block;
}
.mostly_readed .caption .month img{
	width: 32px;
	height: 14px;
}
.mostly_readed .first_item{
	clear: both;
	width: 300px;
	height: 100px;
	overflow: hidden;
	margin-bottom: 5px;
}
.mostly_readed .first_item_inner{
	padding: 10px 10px;
}
.mostly_readed .item{
	clear: both;
	margin: 2px 0 2px 0;
	height: 21px;
	overflow: hidden;
}
.mostly_readed .item div{
	float: left;
}
.mostly_readed .item .number{
	width: 34px;
	height: 20px;
	background: url(../images/mostly_item.gif) no-repeat center center;
	font: 100 10px/20px Tahoma;
	color: #FFF;
	text-align: center;
}
.mostly_readed .item a{
	/*font: 100 13px/19px Verdana;*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000;
	display: block;
	margin: 2px 0 0 0
}
.mostly_readed img{
	margin: 0px 10px 8px 0px;
	width: 101px;
	height: 76px;
	border: 1px solid #FFFFFF;
}
.mostly_readed .title a{
	color: #ff0000;
	font: 700 8pt/15px Tahoma;
}
.mostly_readed .short_content a{
	font: 100 8pt/15px Tahoma;
	color: #2e2e2e;
}
/**/
.index_poll{
	text-align: left;
	margin-top: 10px;
	padding-left: 7px;
}
.index_poll_inner{
	width: 300px;
}
.index_poll .container{
	padding: 6px 13px;
}
.index_poll .question{
	font: 700 8pt/15px Tahoma;
	color: #1F1F1F;
	margin: 5px 0px;
}
.index_poll .image{
	text-align: left;
}
.index_poll .image img{
	width: 274px;
	height: 60px;
}
.index_poll .submit{
	margin: 5px 0px;
}
.index_poll .submit a{
	font: 700 8pt/15px Tahoma;
	color: #F00;
	
}
/**/
.index_contact, .index_contact *{
	font: 100 8pt/15px Tahoma;
	text-align: left;
}
.index_contact .link{
	clear: both;
	padding-left: 10px;
	background: #f6740f;
}
.index_contact .link, .index_contact .link a{
	font: 100 8pt/29px Tahoma;
	color: #FFF;
}
.index_contact .content{
	clear: both;
	padding: 10px;
	color: #717171;
}
.index_contact .content a{
	color: #666666;
}
/**/
.last_min_2 {
	width: 100%;
	height: 28px;
	background: #000000;
	position: relative;
	border-bottom: 1px solid #FFFFFF;
}
.last_min_2 .part_1 {
	float: left;
	width: 58px;
	height: 28px;
	border-right: 1px solid #FFFFFF;
}
.last_min_2 .part_2 {
	float: left;
	width: 751px;
	height: 28px;
}
.last_min_2, .last_min_2 a {
	color: #FFFFFF;
	font: bold 17px/28px Arial;
}
/**/
.istanbul_traffic{
	clear: both;
	width: 313px;
	overflow: hidden;
	text-align: left;
	background: #FFFFFF;
	margin: 5px 0 0 0;
}
.istanbul_traffic .inner{
	width: 313px;
}
.istanbul_traffic .content{
	background: url(../images/right_content_bck.png) repeat-x;
	padding: 8px 20px;
}
/**/
.istanbul_map{
	clear: both;
	width: 313px;
	background: #FFFFFF;
}
.istanbul_map .content{
	padding: 6px;
}
/**/
.middle_top{
	position: relative;
	float: left;
	width: 580px;
	height: 45px;
	background: url(../images/middle_top_bck.png) no-repeat 0px 10px;
	margin-bottom: 10px;
}
.middle_top .item, .middle_top .item a{
	font: 100 10px/12px Tahoma;
	color: #909090;
}
.middle_top .item{
	position: absolute;
	top: 26px;
}
.middle_top_content{
	background-image: url(../images/middle_top_content_bck.png);
}
.middle_top_content .text_size{
	position: absolute;
	top: 20px;
}
.middle_top_content .text_size img{
	width: 35px;
	height: 23px;
	cursor: pointer;
}
/**/
.content_nav{
	width: 100%;
	height: 50px;
	background: url(../images/content_nav_bck.png) no-repeat left bottom;
}
.content_nav a{
	margin-right: 10px;
}
/**/
.index_gallery{
	clear: both;
	margin: 0px 0px 10px 13px;
	padding: 0px;
	text-align: left;
}
.index_gallery_inner{
	margin: 0px;
	width: 468px;
	height: 166px;
	overflow: hidden;
	background: url(../images/image_gallery_bck.png) repeat-x;
}
.index_gallery .v_sep{
	float: left;
	width: 9px;
	height: 9px;
	font-size: 1px;
}
.index_gallery .h_sep{
	clear: both;
	height: 11px;
	width: 11px;
	font-size: 1px;
}
.index_gallery .item{
	float: left;
	width: 110px;
	height: 166px;
}
.index_gallery .item .image{
	padding: 27px 0px 10px 0px;
}
.index_gallery .item img{
	width: 110px;
	height: 74px;
}
.index_gallery .item .title{
	color: #f00000;
	font: 700 8pt/13px Tahoma;
}
/**/
.main_image_gallery_caption{
	background: url(../images/main_image_gallery_caption_bck.png) no-repeat;
	width: 303px;
	height: 34px;
	margin-bottom: 2px;
}
.main_image_gallery{
	width: 303px;
	height: 298px;
	overflow: hidden;
	margin-bottom: 10px;
}
.main_image_gallery .gallery_inner{
	padding: 3px 1px 0px 1px;
	border: solid 1px #dfdfdf;
	clear: both;
}
.main_image_gallery .row{
	width: 299px;
	height: 142px;
	overflow: hidden;
}
.main_image_gallery .v_sep{
	float: left;
	width: 19px;
	height: 10px;
	font-size: 1px;
}
.main_image_gallery .h_sep{
	clear: both;
	height: 3px;
	width: 10px;
	font-size: 1px;
}
.main_image_gallery .item{
	float: left;
	width: 140px;
	height: 142px;
	background: url(../images/main_image_gallery_item_bck.png) no-repeat;
}
.main_image_gallery .item_inner{
	padding: 5px 5px 4px 5px;
}
.main_image_gallery .item img{
	width: 130px;
	height: 103px;
	margin-bottom: 9px;
}
.main_image_gallery .item .title{
	height: 12px;
	font: 100 8pt/12px Tahoma;
	text-align: center;
	overflow: hidden;
}
.main_image_gallery .item .hit{
	height: 10px;
	font: 100 7.5pt/10px Tahoma;
	color: #707070;
	text-align: center;
	overflow: hidden;
}
.right_one_news{
	border: 1px solid #cacaca;
	background-color: #e4e4e4;
}
.right_one_news .inner{
	padding: 9px;
}
.right_one_news img{
	width: 280px;
	height: 215px;
	border: none;
	margin-bottom: 5px;
}
.right_one_news a:hover{
	text-decoration: underline;
}
.right_one_news .title{
	margin-bottom: 5px;
}
.right_one_news .title a{
	color: #0c559b;
	font: 700 12pt Georgia;
}
.right_one_news .short_content a{
	color: #504c59;
	font: 100 9pt Georgia;
}
.election_map{
	clear: both;
	width: 812px;
	height: 478px;
	overflow: hidden;
}
.election_map_inner{
	padding: 9px 0px 0px 10px;
}
.election_other{
	position: relative;
	width: 812px;
	height: 340px;
}
.election_other .summary{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 240px;
	height: 320px;
}
.election_other .select_box{
	position: absolute;
	top: 10px;
	left: 260px;
	width: 320px;
	height: 320px;
}
.election_other .city{
	position: absolute;
	top: 10px;
	left: 560px;
	width: 240px;
	height: 320px;
}
.select_box table{
	background: #ddd;
	width: 290px;
}
.select_box td{
	background: #fff;
	padding: 4px;
}
.select_box .subhead{
	font-weight: bold;
	font-size: 14px;
	color: #cc0000
}
.select_box .head td{
	background:#EBFBFF;font-size:16px;font-weight:bold
}
.select_box select{
	width:130px
}
.share_content{
	width: 570px;
	height: 35px;
	background: url(../images/share_content_bck.png) no-repeat left top;
	margin: 0px 0px 10px 0px;
}
.share_content .caption{
	float: left;
	font: 100 11px/22px Tahoma;
	color: #909090;
	margin: 5px 15px 8px 10px;
}
.share_content .items{
	float: left;
	padding: 5px 0px 8px 0px;
}
.share_content .items div{
	float: left;
	width: 20px;
	height: 22px;
	background: url(../images/share_content_icons.gif) no-repeat left top;
	margin: 0px 6px 0px 0px;
}
.share_content .items a{
	display: block;
	width: 20px;
	height: 22px;
}
/**/
.right_standings{
	height: 258px;
	background: url(../images/right_standings_bck.png) no-repeat left top;
}
.right_standings .caption{
	height: 30px;
	margin: 0px 0px 10px 0px;
}
.right_standings .caption img{
	float: right;
	width: 95px;
	height: 30px;
}
.right_standings table{
	width: 270px;
	margin: 0px 15px;
	color: #fff;
}
.right_standings .header{
	font: 700 8pt/19px Tahoma;
}
.right_standings .line{
	height: 1px;
	padding: 0px;
}
.right_standings .line div{
	height: 1px;
	overflow: hidden;
	font-size: 1px;
}
.right_standings .row{
	font: 100 8pt/20px Tahoma;
}
.right_standings .team{
	padding-left: 5px;
	font-weight: 700;
}
.right_standings .row .pos{
	text-align: right;
}
.right_standings .row_16, .right_standings .row_17, .right_standings .row_18{
	color: #cbd6ba;
}
/**/
.right_fixture{
	height: 241px;
	background: url(../images/right_fixture_bck.png) no-repeat left top;
}
.right_fixture .caption{
	height: 30px;
	margin: 0px 0px 10px 0px;
}
.right_fixture .caption div{
	float: right;
	width: 95px;
	height: 30px;
	text-align: center;
	font: 700 8pt/33px Tahoma;
}
.right_fixture table{
	width: 280px;
	margin: 0px 10px;
	color: #fff;
}
.right_fixture .line{
	height: 1px;
	padding: 0px;
}
.right_fixture .line div{
	height: 1px;
	overflow: hidden;
	font-size: 1px;
}
.right_fixture .row{
	font: 100 8pt/19px Tahoma;
}
.right_fixture .ht{
	width: 110px;
	text-align: right;
}
.right_fixture .at{
	width: 110px;
}
.right_fixture .rs{
	width: 60px;
	text-align: center;
	font-weight: bold;
}
/**/
.main_sub_menu{
	position: absolute;
	top: 250px;
	width: 900px;
	background: url(../images/sub_menu_bck.png) repeat-x left top;
}
.main_sub_menu .items{
	padding: 6px;
}
.main_sub_menu .item{
	float: left;
	width: 148px;
	height: 20px;
}
.main_sub_menu .item div{
	padding: 0px 5px;
	border-right: 1px solid #666666;
}
.main_sub_menu .item a{
	display: block;
	font: 100 12px/20px Arial;
	color: #fff;
}
.main_sub_menu .item a:hover{
	color: #E54748;
	text-decoration: none;
}
.main_sub_menu .h_sep{
	width: 100%;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
	background-color: #666666;
}
.main_sub_menu .nv_sep div{
	border-right: none;
}