@charset "utf-8";


#meteo {
	background:#a5a6a6;
	padding:12px;
}



#meteo h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin:0px 0px 22px 0px;
	padding:0px;
}

#meteo h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin:0px;
	padding:0px;
}

.meteo_update {
	color:#818181;
	font-size:10px;
}

#meteo_current {
	background:#fff;
	margin-bottom:12px;
	padding:20px 0px 18px 18px;
	width:646px;
}

#meteo_current_box {
	background:url(../images/meteo_current_bg.gif) bottom repeat-x;
	border:1px solid #e8e8e8;
	padding:14px 0px 12px 21px;
	width:605px;
}

#meteo_current_icon {
	float:left;
	display:inline;
	margin-right:20px;
	width:95px;
}

#meteo_current_temp {
	float:left;
	width:290px;
}

#meteo_current_temp_temp {
	color:#ff5e17;
	font-size:46px;
	float:left;
}

#meteo_current_temp_unit {
	color:#ff5e17;
	font-size:26px;
	float:left;
	margin-top:4px;
}

#meteo_current_conditions {
	clear:both;
	font-weight:bold;
}

#meteo_current_city {
	color:#ff5e17;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	padding-top:6px;
}

#meteo_current_table {
	padding:40px 0px 35px 0px;
}

#meteo_current_table td {
	padding-bottom:3px;
	width:226px;
}

#meteo_current_table td span {
	color:#818181;
}

#meteo_current_table img {
	vertical-align:middle;
}

#meteo_current_links {
	color:#818181;
	font-size:9px;
}

#meteo_current_links a {
	border-bottom:1px dotted #818181;
	color:#818181;
}

#meteo_current_links a:hover {
	border-bottom:1px solid #ff5e17;
	color:#ff5e17;
}

#meteo_short {
	background:#fff;
	margin-bottom:12px;
	padding:25px 0px 18px 18px;
	width:646px;
}

#meteo_short_table {
	background:url(../images/meteo_short_bg.gif) no-repeat;
	border:1px solid #e8e8e8;
	height:288px;
	width:626px;
}

#meteo_short_table td {
	vertical-align:top;
}

#meteo_short_links {
	color:#818181;
	font-size:9px;
	padding:18px 0px 5px 0px;
	text-align:center;
}

#meteo_short_links a {
	border-bottom:1px dotted #818181;
	color:#818181;
}

#meteo_short_links a:hover {
	border-bottom:1px solid #ff5e17;
	color:#ff5e17;
}

#meteo_long {
	background:#fff;
	margin-bottom:12px;
	padding:25px 0px 18px 18px;
	width:646px;
}

#meteo_long_table {
	background:url(../images/meteo_long_bg.gif) bottom no-repeat;
	border:1px solid #e8e8e8;
	width:626px;
}

#meteo_long_table td {
	vertical-align:top;
}

.meteo_ul {
	list-style:none;
	margin:15px 0px 0px 0px;
	padding:0px;
	width:125px;
}

.meteo_ul.meteo_ul_first li {
	font-size:11px;
	padding-left:13px;
	text-align:left;
}

.meteo_ul.meteo_ul_first {
	width:128px;
}

.meteo_ul li {
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align:center;
}

.meteo_ul li.short_time {
	font-weight:bold;
	height:35px;
}

.meteo_ul li.short_first {
	padding-top:148px;
}

.meteo_ul li.short_first_infos {
	color:#000;
	height:28px;
}

.meteo_ul li.short_icon {
	height:60px;
}

.meteo_ul li.short_conditions {
	color:#818181;
	height:53px;
}

.meteo_ul li.short_infos {
	color:#818181;
	height:28px;
}



