/* Welcome columns */
.welcome-left,
.welcome-left-double {
	float: left;
	display: inline;
	margin-left: 14px;
}
.welcome-left {
	width: 230px;
}
.welcome-left-double {
	width: 474px;
}
.welcome-right,
.welcome-right-double {
	float: right;
	display: inline;	
	width: 216px;
	margin-right: 14px;
}
.welcome-right-double {
	width: 460px;
}
.welcome-conf-left {
	float: left;
	display: inline;
	width: 230px;
}
.welcome-conf-right {
	float: right;
	display: inline;
	width: 216px;
}

/* Now in Moscow */
#now-in-moscow {
	position: relative;
	margin: 0 0 14px;
	background: url(/images/now-in-moscow.png) no-repeat;
}
#now-in-moscow h4 {
	position: absolute;
	left: 7px; top: 4px;
	color: #FFF;
	font: bold 16px/16px Arial, sans-serif;
}
#now-in-moscow h4 a {
	color: #FFF;
	text-decoration: none;
}

/* Weather */
#weather {
	margin: 0 0 5px;
	font: bold 14px Arial, sans-serif;
}
#weather-current,
#weather-forecast {
	margin-left: 98px;
}
#weather-forecast {
	margin-bottom: 10px;
}
#weather-forecast .weather-item {
	margin-bottom: 5px;
}
#weather h6 {
	font: 11px Arial, sans-serif;
}
.weather-icon div {
	float: left;
	width: 35px; height: 32px;
	background: url(/images/weather-icons-small.gif) no-repeat;
}
.weather-icon .cloudiness-0 {background-position: 0 -35px;}
.weather-icon .cloudiness-1 {background-position: 0 -70px;}
.weather-icon .cloudiness-2 {background-position: 0 -105px;}
.weather-icon .cloudiness-3 {background-position: 0 -140px;}

.weather-night .cloudiness-0 {background-position: 0 -700px;}
.weather-night .cloudiness-1 {background-position: 0 -770px;}
.weather-night .cloudiness-2 {background-position: 0 -840px;}

.weather-icon .precipitation-4 {background-position: 0 -175px;}
.weather-icon .precipitation-5 {background-position: 0 -210px;}
.weather-icon .precipitation-6,
.weather-icon .precipitation-7 {background-position: 0 -315px;}
.weather-icon .precipitation-8 {background-position: 0 -245px;}
.weather-icon .precipitation-11 {background-position: 0 -280px;}

.weather-night .cloudiness-0 {background-position: 0 -350px;}
.weather-night .cloudiness-1 {background-position: 0 -385px;}
.weather-night .cloudiness-2 {background-position: 0 -420px;}

.show-forecast {
	margin: 0;
	font-size: 11px;
	color: #7f7f7f;
}
.show-forecast span {
	color: #7f7f7f;
	text-decoration: underline;
	cursor: pointer;
}
.gismeteo {
	text-decoration: none;
	color: #7f7f7f;
}

#weather-forecast,
.with-forecast #weather-current  {
	display: none;
}
.with-forecast #weather-forecast {
	display: block;
}

/* Currency rates */
#currency-rates {
	margin-left: 98px;
	font: 13px Arial, sans-serif;
}
#currency-rates li {
	display: inline;
	margin-right: 5px;
}
#currency-rates strong {
	margin-left: 2px;
}
.currency-inc,
.currency-dec {
	background: url(/images/icons/currencies.png) no-repeat;
	padding-right: 9px;
}
.currency-inc {
	background-position: 100% 3px;
}
.currency-dec {
	background-position: 100% -27px;
}
