@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%;
}

 img, div, input { behavior: url("iepngfix.htc") }

#box_categories_top5 h4 {
	background-image: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_boxInfoLS_h4_top5.png', sizingMethod='scale');
}

#box_reviews h4 {
	background-image: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_boxInfoLS_h4_bewertungen.png', sizingMethod='scale');
}

#box_affiliate h4 {
	background-image: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_boxInfoLS_h4_partner.png', sizingMethod='scale');
}

#box_specials h4 {
	background-image: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_boxInfoLS_h4_specials.png', sizingMethod='scale');
}

#box_help h4 {
	background-image: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_boxInfoLS_h4_hilfe.png', sizingMethod='scale');
}

#box_last_viewed h4 {
	background-image: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_boxInfoLS_h4_zuletztangesehen.png', sizingMethod='scale');
}

#box_login h4 {
	background-image: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_boxInfoRS_h4_konto.png', sizingMethod='scale');
}

#box_admin h4 {
	background-image: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_boxInfoRS_h4_admin.png', sizingMethod='scale');
}

#box_sammelbestellung h4 {
	background-image: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_boxInfoRS_h4_sammelbestellung.png', sizingMethod='scale');
}

#box_newsletter h4 {
	background-image: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_boxInfoRS_h4_newsletter.png', sizingMethod='scale');
}

#box_best_sellers h4 {
	background-image: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_boxInfoRS_h4_bestseller.png', sizingMethod='scale');
}

#box_news h4 {
	background-image: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_boxInfoRS_h4_news.png', sizingMethod='scale');
}

#drawers-wrapper h4 {
	background-image: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_boxInfoRS_h4_aerokurier.png', sizingMethod='scale');
}




.boxInfoBodyLS {
	background-image:		url('../../../../images/bg_boxInfoBodyLS.gif');
}

.catList_top5 ul {
	background-image:		url('../../../../images/bg_boxInfoBodyLS.gif');
}

.boxInfoBodyRS {
	background-image:		url('../../../../images/bg_boxInfoBodyRS.gif');
}

.rss_content {
	background-image:		url('../../../../images/bg_rss_content.gif') !important;
}

/*
.rss_head {
	background-image:		url('../../../../images/bg_rss_head.gif') !important;
}
*/

.rss_head {
	background-image: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_rss_head.png', sizingMethod='scale');
}

#col2 {
	padding:				0px 13px 0px 0px;
}

#col3_content {
	width:					576px;
	margin:					0px 0px 0px 5px;
	padding:				0px;
}

#main {
	background-image:		url('../../../../images/bg_content.gif');
}

#footer {
	background-image:		url('../../../../images/bg_footer_ie6.gif');
}

#login input {
	margin:					0px 0px 10px 0px;
}

#col3_content {
	overflow: hidden;
	width: 570px;
}

}
