@charset "utf-8";

.weather {
	width:580px;
	height:auto;
	/*float:left;*/
	/*border-right: 1px dashed #E2E2E2;*/
	padding-left:32px;
	padding-top:8px;
	padding-bottom:0px;
	background-image:url(images/bkg.png);
	background-repeat:repeat-x;
        text-align: left;
}
.weather img {
	margin-left:2px;
	margin-right:2px;
	/* margin-bottom:4px;
	float:left;*/
	border:0;
}
.weather p {
	line-height:24px;
}

.weather strong {
    font-size: 14px;
}

.clrbr br {
        clear: right;
        display: block;
}
.clrbr strong  {
    font-size: 12px;
}




