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

@media all
{

/* ################################################################################################################### */
/* ### productInfoTab ################################################################################################ */
/* ################################################################################################################### */
test
.productInfoTab {
	margin-bottom: 10px; 
  padding: 0px; 
  /*background:transparent url(../../img/layout/bgimage.jpg) repeat-y right top;*/
	border-color: #232D2E;
	border-style: solid;
	border-width: 0px;
	color: #000 ; /* Font color / Textfarbe Panel */
	
}
.productInfoTabOver {
  overflow:hidden;
}

/* ### Bilder ###*/
.productInfoTab img.imgLeft {
	background: #fff;
	padding: 5px;
	border:0px #9A9999 solid;
}



#col3_content .productInfoTab input[type=text] , #col1_content .productInfoTab input[type=text]{
	width: 2em;
	float:none;
}

.productInfoTab .addCart {
	text-align:right;
}

.prodInfoTabSpacer {
	margin-bottom: 15px;
}
.prodInfoTabSpacer h2 {
	font-size:0.9em;

}
.desc {
	margin:10px 0 10px 0;
}

#col3_content h1.productInfoTabName, #col1_content h1.productInfoTabName  {
  padding:1px 3px 1px 0px;
  border-bottom:1px solid #888;
  color:#000;
  font-size:1.1em;
  margin-bottom:10px;
  background-image:none !important;
}
#col3_content h1.productInfoTabName a, #col1_content h1.productInfoTabName a{
  color:#000;
}



/* ### Skalierung der zusätzlichen Bilder durch Setzen der Höhe ### */
 .morePics img.imgTab {
	height:100px; /* more pics dimension */
}

.prodPriceInfoTab {
  text-align:right;
  font-size:1.1em;
  font-weight:bold;
}

.prodTaxShipInfoTab {
  font-size:0.8em;
  text-align:right;
}

.productInfoTab .basicData {
	line-height:1.5em;
	text-align:right;
}

.productInfoTab .prodShiptime {
  text-align:right;
  font-size:1.1em;
  font-weight:bold;
  padding-bottom:10px;
}

.productInfoTabSpace {
  margin-bottom:20px;
}

.highslide:hover img {
border:0px solid #000000;
}

.highslide img {
border:0px solid gray;
}

#status_ajax {
  color:#ff0000;
}
input[type="text"]#name_ajax ,
input[type="text"]#email_ajax {
  width:150px !important;
}

.morePics a:hover {
  text-decoration:none;
}
  
}
