/*
 * Default stylesheet for extension wes_weatheralert
 * tx.wesweatheralert.ie6.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     
 */


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

  #content .tx-wesweatheralert-alert .stormalert_container {
    padding: 0 1px;
    margin: 0 0px;
  }
  
    #content .tx-wesweatheralert-alert .stormalert {
      margin: -1px 0;
    }
    
      #content .tx-wesweatheralert-alert .stormalert .stormalert_content {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/images/default/stormalert_clouds.png', sizingMethod='crop');
        min-height: 71px;
        height: auto !important;
        height: 71px;
      }
      

/* WEATHER FORECAST */

  .tx-wesweatheralert-info .sky_container .sky {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fileadmin/images/default/weather_skyicons.png', sizingMethod='crop');
  }

  /* Weather-Details Button */
  .tx-wesweatheralert-info .weather_details {
    height: 25px;
  }

    .tx-wesweatheralert-info .extended_weather .weather_details {
      margin-right: 5px;
    }

      .tx-wesweatheralert-info .weather_details a {
        width: 1%;
      }

  .tx-wesweatheralert-info .weather_info .items .item {
    height: 16px;
  }