@charset "utf-8";
/* CSS Document */
div#detail_content{
	margin:0 0 0 225px;
	position:relative;
	}
			
	div#title_info{
		position:absolute;
		left:0;
		top:0;
		width:475px;
		height:63px;
		background:url(/images/bg_detail_news_title.gif) 0 0 no-repeat;
		z-index:100;
		}
		div#title_info h1{
			margin:5px 0 0 8px;
		}
		div#title_info div.title{
			position:absolute;
			left:10px;
			bottom:7px;
			text-transform:uppercase;
			font-weight:bold;
		}
		div#title_info div.date{
			position:absolute;
			right:10px;
			left:auto;
			bottom:7px;
			text-transform:uppercase;
			font-weight:bold;
		}
	div#news_item{
		padding-top:70px;
		text-align:justify;
		width:475px;
		color:#000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}	
	div#news_calendar{
		position:absolute;
		left:0;
		top:222px;
		background:url(/images/bg_news_calendar.gif) 0 0 no-repeat;
		width:213px;
		height:183px;
	}
	div#all_news{
		position:absolute;
		left:0;
		top:412px;
		border-bottom:0;
		width:212px;
		}	
		div#all_news div.cols{
			background:#fff;
			padding:10px 4px;
			height:140px;
			overflow:hidden;
			border-left:3px solid #000;
			border-right:3px solid #000;
			}
			div#all_news div.cols li{
				padding-bottom:3px;
			}
		div#all_news div.title{
			background:#fff;
			border:3px solid #000;
			height:25px;
			padding-left:2px;
			-moz-border-radius: 5px;
		}	
		div#all_news div.footer_nav{
			background:url(/images/bg_footer_nav.gif) 0 0 no-repeat;
			height:27px;
			width:203px;
			padding:5px 5px 0;
			}
			div#all_news div.footer_nav a{
				float:left;
				}
			div#all_news div.footer_nav div.paging{
				float:left;
				width:165px;
				text-align:center;
				padding-top:1px;
				}
				div#all_news div.footer_nav div.paging a{
					float:none;
					text-decoration:none;
					}
					div#all_news div.footer_nav div.paging a.selected{
						color:#007eff;
					}
				div#all_news div.footer_nav div.paging span{
					float:none;
					padding:0 1px;
				}	div#taf_com{
		padding-top:40px;
		}
		div.page_items{
			width:98px;
			height:53px;
			background:url(/images/bg_taf_com_buttons.gif) 0 0 no-repeat;
			margin-bottom:20px;
			}
			div.page_items div{
				padding:7px 0 4px 5px;
				}
				div.page_items div a{
					text-decoration:none;
					text-transform:uppercase;
					font-weight:bold;
				}

		div#all_news #scroller {
			width: 206px;
			height: 170px;
			overflow: hidden;
			}
		div#all_news #content {
			width: 2500px;
			}
		div#all_news .slide {
			float: left;
			width: 206px;
			height: 170px;
			}
