/** freddyattribute*/
#catalogProductAttributes {
	width: 500px;
	padding-left: 0px;
	font-family: arial;
	font-size: 12px;
}

#catalogProductAttributes>li {
	list-style-type: none;
}

#catalogTabContent h4 {
	border-bottom: 1px solid black;
	margin-bottom: 2px;
}

.catalogAttribute {
	list-style-image: http://www2.freddytel.de/static/cssattribute/haken.png;
	list-style-type: none;
}

.catalogAttributeGroup {
	font-family: arial;
	font-size: 12px;
	margin-top: 30px;
}

.catalogAttributeName,.catalogAttributeValue {
	display: block;
	float: left;
	vertical-align: top;
}

.catalogAttributeName img {
	margin-right: 2px;
}

.catalogAttributeName {
	width: 300px;
}

.catalogAttributeImage {
	float: left;
}

.catalogAttributeProductName {
	margin-top: 0px;
	margin-left: 20px;
}