
.context_left,
.context_right {
	display: none;
}

.inner_content {
	border: solid 0px;
	width: 930px;
	left: 28px;
	overflow: hidden;
}

/*********************************************************************************
 CONTAINER SETTINGS
**********************************************************************************/


.productList_container  {}
.productList_container .leftCol {}
.productList_container .mainCol {	
	width: 903px;		
}
.productList_container .rightCol {
}
.productList_container .mainCol .header {
	bordeR: solid 0px;
}
.productList_container .mainCol .header h1{
}
.productList_container .mainCol .header div{
}
.productList_container .mainCol .header .midHeaderCol{
	width: 427px;
}
.productList_container .mainCol .header .leftHeaderCol{
}
.productList_container .mainCol .header .rightHeaderCol{
}


.productList_container .mainCol .productList_content{ 
	padding: 0px 30px 0px 15px;
}

/*********************************************************************************
 LISTENANSICHT
**********************************************************************************/


.pxd-list-div {
	display: inline-table;
	border-collapse: collapse;
}
.pxd-list-rows {
	padding: 10px;
}
.pxd-list-row {
	border: solid 0px green;
	height: 134px;
}
.categoryInfo, .categorySpacer {
	float: left;	
	width: 130px;
	height: 64px;
	padding: 20px;
}
.categoryInfo {
	/*
	background: #AAAAAA;
	border-bottom:  solid 2px #d6001b;
	*/
	background: #d6001b;
	border-bottom:  solid 2px #AAAAAA;
		
}
.categoryInfo h1{
	margin: 0;
	padding: 0;
	font-size: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 1;
}
.categoryInfo p{
	margin: 0;
	padding: 0;	
	line-height: 1;
}
.categorySpacer {
	background: none;
}

.pxd-list-col {	
	width: 144px;
	border: none;
	padding: 0;	
	margin: 0;	
	border:  solid 2px #AAAAAA;
	border-top: none;
	display: inline-table;
	border-collapse: collapse;
	background: #d6001b;
	height: 132px;
}
.pxd-list-col .pxd-list-col-image {
	background: #FFFFFF;
	display: inline-table;
	width: 142px;
	padding: 0;
	margin: 0;
	clear: both;	
	vertical-align: middle;
	text-align: center;
	border-bottom: solid 2px #AAAAAA;
}

.pxd-list-col .pxd-list-col-header {
	display: block;
	clear: both;
	width: 142px;
	height: 20px;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	text-align: center;
	line-height: 1;
	display: inline-table;
}
.pxd-list-col .pxd-list-col-header a{
	text-decoration:  none;
	font-size: 0.8em;
	color: #ffffff;
	line-height: 1.0;
}

.divider {
	margin-left: 10px;
	width: 97.5%;
	border-top: dotted 4px #d6001b;
}
