/* --- "more"-link --- */
.listMore a {
	padding: 3px 20px 3px 0px;
	background: url(../../images/list_arrow_right.gif) no-repeat right center;
}
.listMore a, .listMore a:active {}
.listMore a:hover {}

/* --- spacer between 2 list entries --- */
.listSpacer {
	clear: both; /* delelte 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;
	*/
}

/* --- custom design --- */
.shop .listSpacer {
	clear: both; /* delelte float */
	height: 20px;
	background-image: url(../../images/site/shop_listspacer.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.shop .listSpacer hr {
	display: none;
}
.leftPic img, .rightPic img {
	border: 1px solid #E2CDBE;
}