.gebrauchte_category {
	padding: 4px;
	margin: 20px 0px 0px 0px;
}

.gebrauchte {
	margin: 5px 0px 5px 0px;
	border: 1px solid #8E9396;
	padding: 4px;
	background: #FFFFFF;
	font-size: 11px;
}

.gebrauchte img {
	float: left;
	margin-right: 5px;
}

.sonderaktion {
	background: #E2ECC2;
	float: right;
	text-align: center;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #8E9396;
	border-bottom: 1px solid #8E9396;
}

.gebrauchte .heading {
	color: #004F7C;
	font-weight: bold;
	font-size: 12px;
	margin: 3px 0px 6px 0px;
}

.gebrauchte .highlight {
	font-weight: bold;
	margin-bottom: 5px;
}

.gebrauchte_all {
	display: block; 
	font-weight: bold;
	color: #FFFFFF;
	background-color: #96be0d;
	padding: 3px;
	text-align: left;
	border: 1px solid #8E9396;
	font-size: 13px;
}

ul.actions li, ul.actions  {
	display: inline;
	list-style: none;
	list-style-image: none;
}

.actions a {
	display: block;
	background: #004F7D ;
	text-align: center;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	margin-bottom: 5px;
	width: 50%; 
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix { 
	display: block;
} 

p, ul li { font-size: 11px; }


