#eteo_widget
{
  width: 113px;
  height: 113px;
  border: 1px solid #e4e4e4;
  background: #efefef url('/images/widget_background.png') repeat-x;
  font-family:Arial, Helvetica, sans-serif; 
  font-size:12px;
  padding: 5px;
}

#eteo_widget h1
{
  color: #999999;
  font-size: 12px;
  margin: 0 0 2px 0;
}
#eteo_widget span.location a
{
  color: #343434;
  font-size: 14px;
  font-weight: bold;
  
  padding-bottom: 5px;
  margin: 0;
}
#eteo_widget div#conditions a
{
  margin-bottom:4px;
  color: black;
  font-size: 12px;
}
#eteo_widget span.min a
{
  color:#6699CC;
}
#eteo_widget span.max a
{
  color:#FF6600;
}
#eteo_widget span.min 
{
  color:#6699CC;
}
#eteo_widget span.max 
{
  color:#FF6600;
}
#eteo_widget span.min_title
{
  color:#999999;
}
#eteo_widget span.max_title
{
  color:#999999;
}
#eteo_widget span.title
{
  color:#999999;
}
#eteo_widget img
{
  width: 40px;
  border: 0;
}
#eteo_widget a
{
  font-size: 12px;
  color: #87aed5;
  text-decoration: none;
}
#eteo_widget table
{
  margin: 8px 0 0 0;
  padding: 0;
  font-size: 12px;
}
#eteo_widget table td
{
  vertical-align: top;
}
#eteo_widget #link
{
  text-align: right;
  padding-right: 5px;
}