form.productListItem {
	color: #555;
	border-bottom: 2px solid #e3e7e3;
	padding: 1em 0;
	margin: 0
}

div.productListAuthor {
	padding-top: 5px
}

div.productListTitle {
	color: #943646;
	font-family: georgia, serif;
	font-size: 14px; /* Like h3 */
	font-weight: bold
}

div.productListAbstract a, p.product-offer a {
	color: #555;
	text-decoration: none
}

div.productListAbstract a:hover {
	color: #000
}

ul#basketOverview {
	list-style-type: none;
	margin: 0;
	padding: 0
}

div.contentElement div.bodytext {
	margin: 12px 16px
}

p.product-offer {
	padding-left: 5px;
}

div.productListAbstract p.bodytext { /* Cancel margin on p.bodytext */
	margin-left: 0
}




/* Shadow */
td.shadow-ne, td.shadow-se, td.shadow-sw {
	text-align: left;
	vertical-align: top
}

td.shadow-ne, td.shadow-e {
	background: url('../gfx/shadow-e.png') repeat-y;
}


td.shadow-s, td.shadow-sw {
	background: url('../gfx/shadow-s.png') repeat-x;
}
