.header_widget_weather
{
	width: 330px;
	font-size: 11px;
	vertical-align: top;
	text-align: left;
    padding: 0;
    cursor: pointer;
}

.header_widget_weather a
{
	font-weight: bold;
    font-size: 12px;
	text-decoration: underline;
}

.header_widget_weather ul
{
	list-style-type: none;
	margin-top: 2px;
	padding: 0;
    margin-left: 0;
}

.header_widget_weather li
{
	float: left;
	vertical-align: top;
	border-left: 1px solid #ddd;
	padding: 0 3px 5px 5px;
	min-width: 90px;
	white-space: nowrap;
}

.header_widget_weather li.weather_today
{
	border: none;
	padding: 0 5px 0 0;
	min-width: 20px;
}

.header_widget_weather li.weather_today p
{
    font-size: 9px;
}

.header_widget_weather li img
{
	float: left;
	max-height: 45px;
	margin: 5px 2px 0 0;
}

.header_widget_weather li.weather_today img
{
	margin: 0;
}

.header_widget_weather li p
{
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 1.2em;
    color: #333;
}

.header_widget_weather li p b
{
    font-size: 11px;
}

.header_widget_weather li span
{
    font-size: 24px;
    display: block;
    margin: 10px 0 8px -3px;
}

*:first-child+html .header_widget_weather li span
{
    margin: 6px 0 12px -3px;
}

.header_widget_weather li strong
{
	display: block;
	margin-top: 4px;
    font-size: 11px;
    color: #595959;
}