#basketWrap {
	margin-left: 10px;
	padding-bottom: 5px;
	clear: both;
}

#basketTitleWrap {
	height: 20px;
}

#basketItemsWrap img {
	border: 0;
}

#basketItemsWrap ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

#basketItemsWrap li {
	margin: 5px;
	font-size: 12px;
}

.basketItemLeft {
	float: left;
}

.basketItemRight {
	float: right;
}

#bannerWrap {
	margin: 10px;
	padding-bottom: 5px;
}

#notificationsLoader {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	}

.shoplist-table {
	margin-left: 5px;
	}

.shoplist-table td {
	vertical-align: top;
	color: #8b2c1c;
	}
	
.shoplist-table td.shoplist-aantal {
	width: 25px;
	text-align: right;
	}
	
.shoplist-table td.shoplist-title {
	width: 110px;
	text-align: left;
	padding-left: 10px;
	}
	
.shoplist-table td.shoplist-prijs {
	width: 50px;
	text-align: right;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 5px;
	}
	
.shoplist-hr {
	height: 20px;
	background: url(../img/basket/shoplist_hr.gif) center repeat-x;
	}
	
.shoplist-hr-totaal {
	height: 30px;
	background: url(../img/basket/shoplist_hr_totaal.gif) center repeat-x;
	}
	
.shoplist-hr-totaal-2 {
	height: 10px;
	width: 180px;
	margin-left: 241px;
	background: url(../img/basket/shoplist_hr_totaal.gif) center repeat-x;
	}
	
.shoplist-table td.shoplist-totaal {
	width: 115px;
	text-align: right;
	padding-left: 0px;
	padding-right: 0px;
	}
	
.shoplist-table td.shoplist-totaalprijs {
	width: 70px;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	padding-left: 2px;
	padding-right: 15px;
	}
	
.shoplist-empty {
	height: 40px;
	color: #8b2c1c;
	text-align: left;
	line-height: 18px;
	margin-left: 26px;
	}
