﻿.RightBoxTop
{
	background:url('../images/pole1top.png') no-repeat;
	padding-left:15px;
	padding-top:16px;
	width:/*280*/265px;
	height:30px;
}

.RightBoxTop .ModuleTitle
{
	font-size:20px;
	color:#4a1408;
	height:29px;
	margin-right:19px;
	border-bottom:1px #a7a5a6/*c99776*/ solid!important;
}

.RightBoxTop .ModuleTitle .Text
{
	float:left;
}
.RightBoxTop .ModuleTitle .CitySelector
{
	float:right;
}

.RightBoxMiddleWeather
{
	background:url('../images/pole1middle.png') repeat-y;
	padding-left:15px;
	width:/*280*/265px;
}

.RightBoxMiddleWeather .WeatherHolder
{
	position:relative;
}

.RightBoxMiddleWeather .WeatherHolder .TopInfo
{
	font-weight:bold;
	padding:10px 0 10px 0;
	background:url('../images/pole1back.png') repeat-y;
	margin:0 19px 10px 0;
	border-bottom:1px #a7a5a6/*c99776*/ solid!important;
}
.RightBoxMiddleWeather .WeatherHolder .InnerWeather
{
	height:115px;
}
.RightBoxMiddleWeather .WeatherHolder .DayHolder
{
	width:83px;
	float:left;
}
.RightBoxMiddleWeather .WeatherHolder .DayHolder .DayName,
.RightBoxMiddleWeather .WeatherHolder .DayHolder .DayTemp
{
	text-align:center;
	font-weight:bold;
}
.RightBoxMiddleWeather .WeatherHolder .DayHolder .DayIcon
{
	margin:5px 0 5px 0;
	text-align:center;
}
.RightBoxMiddleWeather .WeatherHolder .DayHolder .MinTemp
{
	background-color:#757575;
	color:White;
}
.RightBoxMiddleWeather .WeatherHolder .PoweredHolder
{
	position:relative;
}
.RightBoxMiddleWeather .WeatherHolder .Powered
{
	position:absolute;
	right:15px;
	top:0;
	font-size:9px;
	color:Gray;
}
.RightBoxMiddleWeather .WeatherHolder .Powered a
{
	text-decoration:none;
	color:Gray;
}

.RightBoxBottom
{
	background:url('../images/pole1bottom.png') no-repeat;
	width:280px;
	height:25px;
	margin-top:-9px;
}
