/*
 * Default stylesheet for extension wes_weatheralert
 * tx.wesweatheralert.ie7.css
 * 
 * NO CUSTOMER ADJUSTMNENTS HERE! Use .mod files inestead.  
 *
 * Version 1.0.0
 * Copyright (C) Weber eBusiness Services
 * http://www.weber-ebusiness.de 
 * 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * C H A N G E L O G (add changes to top of list)
 * 
 * 1.0.0, 2009-12-14, Jaroslav Herber
 *  
 *    - Initial Release     
 */


#main .tx-wesweatheralert-alert {
  height: 1%;
}

#content .tx-wesweatheralert-alert {
  margin: 21px 0 1px 0;
  padding: 1px 0;
  height: 1%;
}

  #content .tx-wesweatheralert-alert .stormalert_container {
    padding: 0 1px;
    margin: 0 0px;
  }
  
    #content .tx-wesweatheralert-alert .stormalert {
      margin: -1px 0;
    }
    
/* WEATHER FORECAST */

  .tx-wesweatheralert-info .weather {
    width: 220px;
  }

  .tx-wesweatheralert-info .extended_weather {
    width: 238px;
  }