@charset "UTF-8";
/**
* YAML-based Template for xt:Commerce
*
* (en) CSS for boxes
* (de) CSS-Definitionen für die Boxen
*
* @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
    
*/

@media all
{

  /* ######################################################################################################
  ** # Spezielle Inhaltselemente ##########################################################################
  ** ######################################################################################################
  
  /* ### Boxen allgemein ###################################################################### */
  
  /* ### Kopf der Infoboxen ################################################################### */
  #col1_content h4 , #col2_content h4 {
  	background: #9EA9BF;
  	color: #fff;
  	padding:2px 2px 2px 10px;
  	width:auto;
  	border:0px;
  	font-size: 0.8em;
  }

  #col1_content .box_head_arrow, #col2_content .box_head_arrow {
  	float:right;
  	margin-right:8px;
  }
  
  #col1_content a, #col2_content a { cursor:pointer; }
  
  /* ### Körper der Infoboxen */
  .boxInfoLS , .boxInfoRS {
  	 margin-bottom:7px; /* Abstand der Boxen */
  	/* border-bottom: 1px #000 solid;*/ /* Rahmen Boxkörper unten */
  }
  
  /* ### Innenabstand linke Boxen*/
  .boxInfoBodyLS {
  	padding:8px;
  	font-size: 0.8em;
  	border-bottom:1px solid #9F9F9F;
    border-left:1px solid #9F9F9F;
    border-right:1px solid #9F9F9F;
		background:#F8F8F9;
  }
  
  /* ### Innenabstand rechte Boxen*/
  .boxInfoBodyRS {
  	padding:8px;
  	font-size: 0.8em;
  	border-bottom:1px solid #9F9F9F;
    border-left:1px solid #9F9F9F;
    border-right:1px solid #9F9F9F;
    background:#F8F8F9;
  }

  #col1_content a:link , #col2_content a:link {
		color:#006666;
		font-size:1.2em;
  }
  #col1_content a:visited , #col2_content a:visited {
		color:#006666;
  }
  #col1_content a:hover , #col2_content a:hover {
		color:#003333;
  }
    
  /* ### Abschnitte in den Boxen ### */
  #col1_content p , #col2_content p {
  	margin:0;
  	line-height:1.2em;
  	color:#000000; /* none-link text in boxes (overwrites p.boxTxtInd) */
  }
  
  /* ### Abstand für Inputs (Eingabefelder / Buttons in den Boxen ### */
  #col1_content input , #col2_content input {
  	margin:2px;
  	font-size: 1.2em;
  }
  
  /* ### Einzug für Text in den Boxen ### */
  p.boxTxtInd {
  	padding-left:12px;
  	font-size:0.9em;
  	/*color:#006666; /* none-link text in boxes */
  }
  
  /* ### Highlight in den Boxen ### */
  .boxTxtInd span{
  	color:#3399FE;
  }
  
  p.boxTxtRight {
  	text-align:right;
  	font-size:0.9em;
  }
  
  p.boxTxtLeft {
  	font-size:0.9em;
  }
  
  #col1_content h1 , #col2_content h1 {
  	margin-bottom:0px;
  	margin-top:0px;
  	font-size:0.9em;
		/* color:#009900; /* e.g. Bestseller Box numbers */
		font-weight:normal;
  }
  
  /* ### Listenformatierung für Boxen ### */
  #col1_content ul.conandinfo  ,#col2_content ul.conandinfo {
  	list-style-type:none;
  	margin:0;
  	padding:0;
  }
  
  /* ### Anpassen der Linkdarstellung für die Köpfe der Boxen ### */
  #col1_content h4 a, #col2_content h4 a {
  	color:#fff;
  	text-decoration:none;
  }
  #col1_content h4 a:link, #col2_content h4 a:link {
  	color:#fff;
  }
  #col1_content h4 a:visited, #col2_content h4 a:visited {
  	color:#fff;
  }
  
  #col1_content li ,#col2_content li {
  	margin:0;
  	padding:0;
  }
  
  /* ################################################################################################### */
  /* ### Bildpositionierung in Boxen ################################################################### */
  /* ################################################################################################### */
  /* ### Bild links ### */
  img.imgRight {
  	float: right;
   	margin: 2px 0px 2px 10px;
   	position: relative;
  }
  
  /* ### Bild rechts ### */
  img.imgLeft {
  	float: left;
  	margin: 2px 10px 2px 0px;
  	position: relative;
  }
  
  /* ### Bild zentriert in Boxen ### */
  #col1_content img.imgCenter , #col2_content img.imgCenter  { background: #fff; padding: 4px; border:1px #9A9999 solid; }
  p.centerContent { text-align:center; }
  p.rightContent { text-align:right; }
  
	/* //++[ UB columns toggling */
	#btn_col1_frame:hover { background:#0f0; }
	#btn_col2_frame:hover { background:#0f0;}
	
	/* //++] UB columns toggling */
  /* ############################################################################################ */
  /* ### Boxen speziell ######################################################################### */
  /* ############################################################################################ */
  
	/* ### Box CatContext ######################################################################### */
	.cat_context {
		overflow:hidden;
	}
	
  /* ### Box cart ############################################################################### */
	
	#box_cart h4 {
		background:#9EA9BF url(../../img/boxes/corner_right.gif) no-repeat top right;
  }
 
  .cartBox h4 {
  	border-bottom: 0px;
	}
  
  .cartBoxLine {
    border-top:1px solid #9F9F9F;
    border-bottom:1px solid #9F9F9F;
    padding-top:1px;
    padding-bottom:1px;
    margin-top:1px;
    margin-bottom:1px;
  }
  
  /* ### Box Bestseller ######################################################################### */
  
  #box_best_sellers ol {
    margin:0px;
    list-style-type:none;
  }
  
  #box_best_sellers li {
    line-height:1.2em;
  }
  
  #box_best_sellers h1 a {
    font-size:1.2em;
    color:#006666; /* bestseller box link color */
    font-weight:normal;
    text-indent:-5px;
  }
  
  #box_best_sellers h1{
    padding-left:22px;
    text-indent:-22px;
  }
  
  .bestSellersPrice {
    padding-left:20px;
    padding-top:2px;
  }
  .bestSellersProduct {
    /*border-bottom:1px solid #9F9F9F;*/
    padding-bottom:2px;
    margin-bottom:2px;
    overflow:hidden;
  }
  
  .bestSellerImage {
    text-align:center;
    padding-top:2px;
  }
    
  
  /* ############################################################################################ */
  /* ### Box für die Kategorie (Kategorienavigation) ############################################ */
  /* ############################################################################################ */

	#box_categories h4 {
		background:#9EA9BF url(../../img/boxes/corner_left.gif) no-repeat top left;
	}
  
  .catListBody {
  	background:#F8F8F9;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size:0.8em;
  	/* color: #009900; categories box list numbers/icons */
  	padding:3px;
  	border-bottom:1px solid #9F9F9F;
    border-left:1px solid #9F9F9F;
    border-right:1px solid #9F9F9F;
  	margin:0px 0px 7px 0px;
  	overflow:hidden;
  	
  }
  
  .catListBody li ul {
  	list-style-type:none; margin:0; padding: 0;
  }
  
  .catListBody ul {
  	list-style-type:disc;
  	padding:0;
  	padding-left:15px;
  	margin:0;
  }
  
  .catListBody a {
  	display:block;
  	text-decoration: none;
  }
  
  .catListBody li {
  	width: 100%;
  	margin:0;
  }
  
  #col1_content .catListBody img {
  	margin-right:0.7em;
  }
  
  /* ############################################################################################ */
  /* ### Dropdown für Herstellerbox ############################################################# */
  /* ############################################################################################ */
  .manuDropdown {
    width: 80%
  }
	
	/* // sw dynSearch1.0 (c) SNYWARE  */
	#dyn_search_wrapper {
		position:absolute;
		width:270px;
		margin-top: 22px;
		margin-left: -85px; /*def.0*/
		z-index: 2000;
		overflow:auto;
		text-align: left; 
		border-right: 1px solid #9F9F9F; /*#468CBD;*/
		border-bottom: 1px solid #9F9F9F; /*#468CBD;*/
		border-left: 1px solid #9F9F9F; /*#468CBD;*/
		background-color:#6E798F; /*#fff */
	}
	#dyn_search_font {
		font-family:verdana,Arial, sans-serif;
		font-size: 11px;color: #006666; /*#1163A7;*/
		font-weight : normal;
	}
	.dyn_search_header {
		background-color:#9EA9BF; /*#DEECF4;*/
		color: #FFF; /**/
		padding:6px 0 6px 6px;
	}
	.dyn_search_footer {
		height:27px;
		background-color:#9EA9BF; /*#DEECF4;*/
		color: #FFF; /**/
		border-top:1px solid #9F9F9F; /*#468CBD;*/
		font-weight: bold;
	}
	.dyn_search_footer_close {
		background-color:#6E798F; /*#DEECF4;*/
	}
	
	.dyn_search_rowover {
		border-top:1px dotted #9F9F9F; /*#468CBD;*/
		background-color: #3399FE; /*#DEECF4; */
	}
	.dyn_search_row {
		border-top:1px dotted #9F9F9F; /*#468CBD;*/
		background-color: #ffffff;
	}
	/* // sw dynSearch1.0 (c) SNYWARE  */
	
	.products_box .member_marker { position:absolute; width:12px; right:5px; top:5px }
	
	.products_box .box_product { border:2px solid #E9E9E9; margin:1px; position:relative; float:left; width:200px; height:130px; overflow:hidden; font-family:Verdana,Arial,Sans-Serif }
	.products_box .box_product .name { font-weight:bold; line-height:1.2em; margin-bottom:0; height:60px; overflow:hidden }
	
	.products_box .box_product_shop { height:150px }
	#box_shop_products .name, .products_box .box_product_shop .name { font-weight:normal; line-height:1.2em; height:45px }
	#box_shop_products .price, .products_box .box_product_shop .price { font-weight:bold; text-align:center; color:#000 }

	#box_search { margin-top:-39px; width:186px; font-family: Verdana, Arial, sans_serif; }
	#box_search .heading { float:left; color:#FFF; font-size:0.9em; padding-top:2px; }
	#box_search .inputs { float:right; margin-right:7px; margin-bottom:-3px; height:23px; overflow:hidden; }
	#box_search .field { width:100px; }
	#box_search .button { }
	#box_search .link { margin-bottom:-2px; padding-left:9px; clear:both; }
	
}
