
/* Kategorie Bilder linke Seite
------------------------------------*/
.category-image {
	float: left;
	width: 200px; height:230px;
	overflow:hidden;
	margin: 5px 25px 10px 0;
	border:1px solid #cccccc;
	border-width:1px 1px 1px 0px;
}
.category-image img {border-width:0;}
/*
	Produktbilder mit Detail-Links
	---------------------------------
*/
.product-list {
	margin:15px 0 0 0;
}
.product-detail-link {	/*ie6fix*/
	float:left;
	width:100px;	height:230px;
	margin: 5px 4px 10px;
	Zpadding-bottom: 5px;
	Zborder: 1px solid red;
}
.product-detail-link .product-title,
.product-new-link .product-title {
	padding: 5px 0px;
	height:47px;
}
.product-detail-link .product-price,
.product-new-link .product-price {
	padding: 2px 0px 5px;
}
.product-detail-link .product-price strong,
.product-new-link .product-price strong {
	color: #cc0000;
	font-weight: normal;
}



a.detail {
	display: block;
	/*position: absolute;	top:0; left:0;*/
	height:14px;
	width:68px;
	padding:0px 0px 0px 30px;
	border: 1px solid #999999;
	color: #666666;
	background:url(../images/plus-orange.gif) white no-repeat top left;
}
a.detail:hover,
a.detail:active,
a.detail:focus {
	color: #ff9900;
}

a.forward-2 {
	color:#376a9b;
	background:url(../images/img_navi_icon-doppelpfeil-nach-rechts_16x8.jpg) no-repeat right 50%;
}


/*	Startbild bei product-family-list.html
	-----------------------------------------*/
.product-index {
	float:left;
	margin:5px 10px 5px 6px;
	padding-bottom: 5px;
	width:199px;
	height:225px;
	Zborder: 1px solid red;
	Zbackground:url(../images/content/bg_product-details_trennlinie-produktfamilie.jpg) -30px repeat-y;
}


/*	Produkt-Übersicht
	Nur 7 Bilder in Reihe
	--------------------------*/
.product-overview .product-detail-link {
	width: 106px;
	padding:6px;
}

/*	Neue Produkte Startseite
	----------------------------*/
.product-new-link {
	height: 140px;
	padding: 10px;
	Zborder: 1px solid red;
}
.product-new-link img{
/*	border-width:0;*/
}

.product-new-link .product-image,
.product-new-link .product-details {
	width: 110px;
	Zborder: 1px solid green;
}
.product-new-link .product-details {
	margin:35px 0 0;
}
