@charset "UTF-8";
/**
* YAML-based Template for xt:Commerce
*
* (en) Categories listing
* (de) Kategorieauflistung
*
* @copyright       Copyright 2006-2007, Björn Teßmann (tessmann@zerosoft.de)
* @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/)
*                  
* @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
{
 /* ################################################################################################################### */
/* ### catListing1 ################################################################################################### */
/* ################################################################################################################### */
.catListing1 .subcolumns {
	text-align:center;
}

.catListing1 .subcl , .catListing1 .subc ,.catListing1 .subcr {
	margin:2px;
}

/* Kopf für Kategorien, verwendet bei allen product_listing und categorie_listing */
#frameListHead {
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
	padding-bottom:5px;
}

.catListing1 h3{
	font-size: 1.0em;
	border: none;
	/*padding: 0.5em 0 0.2em 0;*/
	margin: 0 0 0 0;
}

.catListing1 h3 a,
.catListing1 h3 a:hover{
	text-decoration: none;
	color: #DF0606;
}

.catListing1 h3 a:hover{
	text-decoration: none;
	color: #DF0606;
}
.imgCenterDefault{
	padding: 10px 5px 10px 5px;
}
.productListingItemHighlight{
	background: #eee4d9;
}


}
a.categoryLink:link,
a.categoryLink:visited,
a.categoryLink:active{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #DF0606;
	border-bottom: #DF0606 1px dotted;
	padding: 1px 0 1px 0;
	text-align: left;
}

a.categoryLink:hover{
	border-bottom: #DF0606 1px solid;
	text-decoration: none;
	color: #DF0606;
}

.moreCats .subcr,
.moreCats .subc,
.moreCats .subcl{
	padding: 2px 5px;
	text-align:left;
}