@charset "UTF-8";
/**
* YAML-based Template for xt:Commerce
*
* (en) Example of a patch stylesheet for the Internet Explorer
* (de) Beispiel für ein Anpassungs-Stylesheet für den Internet Explorer
*
* @copyright       Copyright 2006-2007, Björn Teßmann (tessmann@zerosoft.de)
*                  Based on YAML, Copyright 2005-2007, Dirk Jesse
* @link            http://yaml.t3net.de/YAML-fuer-xt-Commerce.101.0.html
* @package         yaml for xt:Commerce
* @version         1.3.0
*/

/* Layout independent adjustmenst | Layout-unabhängige Anpassungen ----------------------------------- */
@import url(../../yaml/core/iehacks.css);

/* Box modell adjustments for vlist navigation | Box-Modell-Anpassungen für vlist-Navigation */
/* @import url(../../../../yaml/patches/patch_nav_vlist.css); */

/* Layout dependent adjustments | Layout-abhängige Anpassungen --------------------------------------- */
@media screen
{
  /* add your adjustments here | Fügen Sie Ihre Anpassungen hier ein */
  /* fix for Guillotine-Bug | Fix für Guillotine-Bug */
.boxInfoLS , .boxInfoRS , .boxInfoBodyLS , .boxInfoBodyRS , #col1_content h4 , #col2_content h4 , 
.optionsBg , .container , .moduleRow , .container2 , .containerNewProd , .containerNewProdOverview , 
.moduleRowOver , .moduleRowSelected , .productNavigator , .productInfo1 , .productInfo2 , #col3_content h2 , #col3_content h1 ,
.productInfo1 .addCart , .productInfo2 .addCart , .productInfo3 , .containerProdListing1 ,.catListBody {
  height:1%;
}

}
