@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.5.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(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 , .productListing1ColHead ,.productListing1ColBody , .moduleRowOver , .moduleRowSelected , .productNavigator , .productInfo1 , .productInfo2 , #col3_content h2 , #col3_content h1 ,
.productInfo1 .addCart , .productInfo2 , .addCart , .productInfo3 ,.catListBody ,#box_categories ul ,
.optionSelectionBody , .optionSelectionHead ,.optionSelection , .productListing1ColBodyImg ,.productListing1ColBodyTxt {
  height:1%;
}

* html .clearHere { clear:none }; 

   * html #col3 {height: 1%}  
   * html #col1 {margin-right: -3px}  
   * html #col2 {margin-left: -3px}  
   * html #col3 {margin-left: 197px; margin-right: 197px } 

}
