@charset "UTF-8";
/**
* YAML-based Template for xt:Commerce
*
* (en) product listing
* (de) Produktauflistung
*
* @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   
*/

@media all
{
 /* ################################################################################################################## */
/* ### productListing1 ############################################################################################## */
/* ################################################################################################################## */

.containerProdListing1 {
	margin-bottom: 0px;
	padding: 5px;
	margin-bottom:10px;
	border-bottom: #d1d7dc 1px solid;
}

.list{
	border-bottom: none;
}

.brutto{
	font-size: 1.3em;
	font-weight: bold;
	margin: 0.5em 0 3px 0;
}

.netto{
	color: #666;
	margin-bottom: 3px;
}

.bold{
	font-weight: bold;
}

.imgCnt{
	margin-top:5px;
}

.imgCnt img{
	padding: 4px;
	border:1px #d1d7dc solid;
}

.containerProdListing1 h3{
	margin: 0;
	padding: 0 0 0.2em 0;
}
.containerProdListing1 img.imgCenter,
.containerNewProd img.imgCenter {
	background: #fff;
	padding: 5px;
	border:1px #9A9999 solid;
}
.small{
	font-size: 11px;
	font-weight: normal;
}
.containerNewProd .small,
.containerNewProd .small a{
	color: #666;
}
.containerNewProd h3{
	font-size: 1.0em;
	border: none;
	padding: 0 0 0.2em 0;
	margin: 0 0 0 0;
}
h3.hl{
	color: #222;
	border: none;
}

.containerNewProd h3 a{
	text-decoration: none;
	color: #222;
}

.containerNewProd h3 a:hover{
	text-decoration: none;
	color: #DF0606;
}

.containerNewProd .subcr,
.containerNewProd .subc,
.containerNewProd .subcl{
	/*border: #f3f3f3 1px solid;*/
}
.containerNewProd .productListingItemHighlight{
	background: #FFF5E9; /*#f1e8e7;*/
	/*border: #eee4d9 1px solid;*/
	cursor: pointer;
}
.containerNewProd .listDescPrice{
	/*font-weight: bold;*/
}

.products-link{
	font-size: 1.1em;
	color: #222;
	background:transparent;
	text-decoration:none;
}

.containerNewProd .subcolumns{
	/*border-top: #D1D7DC 1px solid;*/
	padding-top: 10px;
}

.smallText{
	padding: 10px;
	color: #444;
	font-size: 11px;
}

.moreCats{
	border: #d1d7dc 1px solid;
	background: url(../../images/verlauf-3.png) 0% 0% repeat-x;
	padding: 0.5em;
}

.moreCats .subcolumns,
.moreCats .firstSubColumn{
	border: none;
}

.containerBrands .subcr,
.containerBrands .subc,
.containerBrands .subcl{
	border: #D1D7DC 1px solid;
}
.containerBrands .productListingItemHighlight{
	background: #FFF5E9; /*#f1e8e7;*/
	border: #eee4d9 1px solid;
	cursor: pointer;
}
.containerBrands .listDescPrice{
	/*font-weight: bold;*/
}

.containerBrands .products-link{
	font-size: 1.1em;
	color: #222;
	background:transparent;
	text-decoration:none;
}

.containerBrands .subcolumns{
	/*border-top: #D1D7DC 1px solid;*/
	padding-top: 10px;
}

.vsBrandContainer{
	height: 150px; 
}

.vsBrandContainer a{
	height: 150px;
	width:100%;
	displaY: block;
	line-height: 150px;
}

.vsBrandContainer a span{
	display: none;
}

}