﻿@charset "utf-8";
/* 20091016-1830 */

.mod-weather {
	font-weight: bold;
	font-size: 12px;
	padding-top:1px;
	color: #000;
}

.mod-weather  .temp{
	top:5px;
	position:relative;
}

.mod-weather  .symbol{
	top:5px;
	position:relative;
}

.mod-weather  .weather{
	background:transparent url(../_img/winter_olympics_weather_icons.jpg) no-repeat scroll -145px -48px;
	height:19px;
	padding-left:30px;
	float:left;
	/*width:50px;*/
}

.mod-weather .sunClouds{
	background-position: -145px -79px;
}

.mod-weather .clouds{
	background-position: -145px -110px;
}


.mod-weather .sunRain{
	background-position: -150px -144px;
}


.mod-weather .rainClouds {
	background-position: -145px -173px;
}

.mod-weather .rain{
	background-position: -145px -207px;
}

.mod-weather .rainThunder{
	background-position: -145px -240px;
}

.mod-weather .frost{
	background-position: -147px -267px;
}

.mod-weather .snow{
	background-position: -150px -299px;
}