@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://www.zs-ecommerce.com
* @package         yaml for xt:Commerce
* @version         1.6.0  
*/

@media all
{
 /* ################################################################################################################### */
/* ### catListing1 ################################################################################################### */
/* ################################################################################################################### */
.catListing1 .subcolumns {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #DDDDDD;
}

.catListing1 .subcl , .catListing1 .subc ,.catListing1 .subcr {
	padding:0;
}

/* Kopf für Kategorien, verwendet bei allen product_listing und categorie_listing */
#frameListHead {
	border-bottom:1px solid #5D5D4E;
	margin-bottom:5px;
	padding-bottom:5px;
}


}
