/* Weather */
.wCont {
  width:292px;
  height:110px;
  clear:both;
}

.wTitle {
  font-family:Georgia, "Times New Roman", Times, serif;
  width:284px;
  height:33px;
  font-size: 16px;
  line-height: 18px;	
  font-weight: normal;
  color:#000000;
  background-color:#FFFFFF;
  margin-bottom:2px;
  display:inline-block;
  float:left;
 }

.wTitle5Day {
  font-family:Georgia, "Times New Roman", Times, serif;
  width:280px;
  height:33px;
  padding-left:0px;
  font-size: 16px;
  line-height: 18px;	
  font-weight: normal;
  color:#000000;
  background-color:#FFFFFF;
  margin-bottom:2px;
  display:inline-block;
  float:left;
  overflow:auto;}

.wBox {
  float:left;
  width:53px;
  padding-left:1px;
  padding-right:1px;
  height:90px;
  text-align:center;
  display:inline-block;}

.wLoc {
  font-size:9px;
  line-height:11px;
  font-weight:bold;
  color:#316394;
  width:53px;
  margin-left:0px;
  height:15px;
  text-align:center;
  display:inline-block;
}

.wTemp {
  margin-top:5px;
  font-size:9px;
  line-height:12px;
  font-weight:bold;
  color:#316394;
  width:53px;
  height:15px;
  text-align:center;
  display:inline-block;}

.wTempSingle {
  margin-top:5px;
  font-size:10px;
  line-height:12px;
  font-weight:bold;
  color:#000;
  width:53px;
  height:15px;
  text-align:center;
  display:inline-block;
 }

.wImg {
  margin-top:5px;
  width:45px;
  height:40px;
  text-align:center;
  display:inline-block;}

.wDesc {
  font:10px Arial, Helvetica, sans-serif;
  text-align:center;
  height:20px;
  font-size:10px;
  line-height:12px;
  color:#316394;
  display:inline-block;
  width:45px;
}

/* for 5 days */
.wBox5Day {
  float:left;
  width:56px;
  padding-left:0px;
  padding-right:1px;
  height:90px;
  text-align:center;
  display:inline-block;}

.wLoc5Day {
  font-size:9px;
  line-height:11px;
  font-weight:bold;
  color:#316394;
  width:51px;
  margin-left:0px;
  height:15px;
  text-align:center;
  display:inline-block;}

.wImg5Day {
  margin-top:5px;
  width:51px;
  height:40px;
  text-align:center;
  display:inline-block;}

.wTemp5Day {
  margin-top:5px;
  font-size:9px;
  line-height:12px;
  font-weight:bold;
  color:#316394;
  width:51px;
  height:15px;
  text-align:center;
  display:inline-block;}

/**/

.SepLine {
  float:left;
  width:1px;
  padding-left:0px;
  background-color:#E6EBF1;
  height:85px;
  display:inline-block;}
/* End Weather */

