/* --- spacer between 2 list entries --- */
.listSpacer {
	clear: both; /* delete float */
	height: 15px;
}
.listSpacer hr {
	display: none;
}

/* --- list --- */
.sticky {}
.firstSection {}
.lastSection {}
.middleSection {}
.leftPic {
	float: left;
	padding: 0px 10px 10px 0px;
}
.rightPic {
	float: right;
	padding: 0px 0px 10px 10px;
}
.listContent {
/* padding EINSCHALTEN, wenn bild1 umflossen werden soll */
/* "fix_ie6.css" ebenfalls beachten! */
	/*
	padding: 0px !important;
	*/
}

/* modules */
.shop .listSpacer {
	border-bottom: 2px solid #eeeeee;
	height: 1px;
	margin: 9px 0px 10px 0px;
}
.searchList .listSpacer {
	background: url(../../images/site/spacer_large.png) no-repeat center;
}
.listLeft .firstSection.sticky .spacerSmall {
	background-image: url(../../images/site/spacer_medium.png);
}
.listRight img[width="347"], .listRight img[width="346"] {
	margin-bottom: 10px;
}
