div.weather { overflow: hidden; }
div.weather .clear { clear: both; }
div.weatherbox { background: #f2f6f9; border-bottom: 1px solid #999999; float: left; height: 130px; margin: 5px; text-align: center; width: 83px; }
div.weatherbox div.title { background: #eaeef8; border-bottom: 1px solid #999999; font-weight:bold; }
div.weatherbox div.pic { height: 80px; }
div.weatherbox div.temperature { border-top: 1px solid #999999; }
div.weatherbox div.temperature span { display: block; }