@charset "UTF-8";
@import url(css/category_style.css); /* ServiceHome 2010-03-01 */
@import url(css/breadcrumb.css); /* ServiceHome 2010-03-01 */

/**
* YAML-based Template for xt:Commerce
*
* (en) central stylesheet
* (de) entrales Stylesheets
*
* @copyright       Copyright 2006-2007, Björn Teßmann (tessmann@zerosoft.de)
*                  Based on YAML, Copyright 2005-2007, Dirk Jesse
* @link            http://www.zs-ecommerce.com
* @package         yaml for xt:Commerce
* @version         1.6.0   
*/


/* import core styles | Basis-Stylesheets einbinden */
@import url(yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */

  @import url(css/screen/basemod.css);
  /*@import url(css/screen/basemod_3col_fixed.css);*/
  /* Variable order and use of content columns */
  /* Change patch-File in javascript/general.js.php too */
  
  /* import 3 columns fix | 3 Spalten fixe Breite einbinden - default */
  /* @import url(css/screen/basemod_3col_fixed.css); */
  
  /* import 3 columns flexible | 3 Spalten flexible Breite einbinden */
  /* @import url(css/screen/basemod_3col_flex.css); */
  
  /* import 2 columns flexible | 2 Spalten flexible Breite einbinden */
  /* @import url(css/screen/basemod_2col_flex_13.css); */ 
  
  /* import 2 columns fix | 2 Spalten fixe Breite einbinden */
  @import url(css/screen/basemod_2col_fixed_13.css); 
  
  @import url(css/screen/content.css); 
  @import url(css/screen/boxes.css);
  @import url(css/screen/categorie_listing.css);
  @import url(css/screen/categorie_navigation.css);
  @import url(css/screen/module.css);
  @import url(css/screen/product_info.css);
  @import url(css/screen/product_listing.css);
  @import url(css/screen/product_options.css);
  /*@import url(css/screen/top_navigation_shinybuttons.css);*/
  @import url(css/screen/top_navigation_slidingdoor.css);
/* import print layout | Druck-Layout einbinden */
  @import url(css/print/print_003.css);

.more_link {
	color: #C83F6B;
	font-weight: bold;
}

.productprice {
	color: #C83F6B;
	font-size: 16px;
	font-weight: 900;
}

.color_chooser_entry {
	float: left;
	padding: 5px;
}

.dropdown_textfield {
	background-color: white; 
	color: black; 
	height: 35px; 
	width: 64px; 
	text-align: center; 
	line-height: 35px;
}

ul.list_hover li:hover {
	background-color: red;
}


ul.list_hover a:hover {
	background-color: red;
}

#login_name_info {
	display: none;
}

#login_password_info {
	display: none;
}

#not_valid_information {
	background-color: white;
	color: red;
	padding: 10px;
	width: 300px;
	
	font-weight: 900;	
	font-size: 12px;
}

.footer2_box {
	float: right;
	margin-right: 0px;
}
.footer2_box a {
	color: #999;
}
.footer2_box ul {
	list-style-position: inside;
	list-style-type: none;
	margin: 0px; 
	padding: 0px;
}
.footer2_box ul li {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
}
.footer2_box ul li a, .footer2_box ul li a:hover {
	text-decoration: underline;
}
 
.footer2_title {
	font-weight: bold;
	color: white;
}
  
#footer2 {
}
  
#footer2_content {
	/* background-color: #645E5E; */
	margin-right: 1px;
	padding: 63px 0px 0px 260px;
	color: #999;
}


#footer2_top {
	background-image: url(img/EXPORT/Bilder/footer_top_01.gif);
	background-repeat: no-repeat;
	width: 953px;
	height: 69px;
}

#footer2_bottom {
	background-image: url(img/EXPORT/Bilder/footer_bottom.gif);
	background-repeat: no-repeat;
	width: 953px;
	height: 41px;
}

