
#weatherPod_weather {
		float: left;
		width: 114px;
		background: url(../images/bg_traveldetail_weather.gif);
		background-repeat: repeat;
		border: 2px solid #003399;
		margin: 16px 0px 0px 0px;
		padding: 7px 0px 5px 10px;
	}
	#weatherPod_weather_header {
		float: left;
		width: 109px;
		font-weight: bold;
		color:#003399;
		padding-right: 5px;
	}
	#weatherPod_weather_conditions {
		float: left;
		border: 1px solid #003399;
		background: #ffffff;
		width: 102px;
		height: 44px;
		margin: 8px 0px 0px 0px;
	}
	#weatherPod_weather_conditions_image {
		float: left;
		margin: 4px 0px 0px 6px;
		| margin: 4px 0px 0px 3px;
	}
	#weatherPod_weather_conditions_temp {
		float: left;
		color: #333333;
		font-weight: bold;
		font-size: 18px;
		margin: 12px 0px 0px 6px;
		| margin: 12px 0px 0px 3px;
	}
	#weatherPod_weather_conditions_temp a {
		color: #000000;
	}
	#weatherPod_weather_text {
		float: left;
		color: #333333;
		margin: 11px 0px 0px 0px;
		line-height: 13px;
	}
	#weatherPod_weather_more {
		float: left;
		width: 109px;
		color: #333333;
		font-weight: bold;
		margin: 12px 0px 0px 0px;
		padding-right: 5px;
	}
	#weatherPod_weather_links {
		float: left;
		width: 109px;
		margin: 4px 0px 0px 0px;
		padding-right: 5px;
	}