/*--------------------------------------
tv_list_area
--------------------------------------*/

a {
	color:#ff9000;
	text-decoration:none;
}

a:hover {
	color:#ff9000;
	text-decoration:underline;	
}

#weather_area{
	font-size:12px;
	position:absolute;
	top:0;
	left:0;
	width:232px;
	height:189px;
	background:url(../images/weather.jpg) no-repeat;
	padding:0;
}

#weather_title{
position:absolute;
top:-11px;
left:10px;

	font-weight:bold;
	font-size:13px;
	color:#666666;
}

*html #weather_title{
position:static;
margin:5px 0 0 10px;
	font-weight:bold;
	font-size:13px;
	color:#666666;
}

*:first-child+html #weather_title{
position:static;
margin:5px 0 0 10px;
	font-weight:bold;
	font-size:13px;
	color:#666666;
}

html[xmlns*=""] body:last-child #weather_title{
position:static;
	padding:3px 0 0 10px;
	margin-top:1px;
	font-weight:bold;
	font-size:14px;
	color:#666666;
}


#weather_btn{
position:absolute;
top:-9px;
left:193px;
}

html[xmlns*=""] body:last-child #weather_btn{
position:static;
	margin:-30px 0 0 193px;
}

#weather_btn a{
	font-weight:bold;
	color:#FFFFFF;	
}

*html #weather_btn{
position:static;
	margin:-14px 0 0 193px;
}

*:first-child+html #weather_btn{
position:static;
	margin:-15px 0 0 193px;
}


#weather_btn img{
	border:none;
}

#announcer{
margin:-12px 0 0 0px;
}

html[xmlns*=""] body:last-child #announcer{
margin:-11px 0 0 0px;
}




*html #announcer{
margin:-14px 0 0 0px;
}

*+html #announcer{
margin:-14px 0 0 0px;
}




#weather_btn img{
	border:none;
}

#weather_icon{
	margin:30px 0 0 14px;
}

html[xmlns*=""] body:last-child #weather_icon{
	margin:13px 0 0 14px;
}


*html #weather_icon{
	margin:13px 0 0 14px;
}


*+html #weather_icon{
	margin:13px 0 0 14px;
}






#weather_detail{
	margin:-64px 0 0 115px;
	line-height:18px;	
}

html[xmlns*=""] body:last-child #weather_detail{
	margin:-66px 0 0 115px;
	line-height:18px;	
}


*html #weather_detail{
	margin:-75px 0 0 115px;
}

*+html #weather_detail{
	margin:-75px 0 0 115px;
}
#weather_squall{
	color:#666666;
	margin:-94px 0 0 113px;
	line-height:16px;
	z-index:5px;
}
#weather_value{
display:block;
width:100px;
}




