#topCartContainer {
	position: absolute;
	padding-left: 5px;
	width: 254px;
	background: url(/skin/frontend/default/modern/images/bg_topCartContainer.png) no-repeat 0px 0px;
	height: 54px;
	top: 0px;
	left: 575px;
}

.header-nav
{
	padding-bottom: 0px;
	width: 960px;
	float: left;
}

.qshops  {
background:url("/skin/frontend/default/modern/images/qshops-keurmerk.png") no-repeat scroll 0 0 transparent;
height:50px;
position:absolute;
right:0px;
top:5px;
width:110px;
}

#qshopslogo a#logo { /* and this is the logo as css background image */
	position: absolute; 
	height:50px;
	position:absolute;
	right:0px;
	top:1px;
	width:110px;
	display: block; 
	text-decoration: none;
	z-index: auto; /* on top of banner-image */
	}


.topCartBar td{
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
}

.topCartBar td.p-left {
	padding-left: 10px;
}
.topCartBar h4 {
	text-align: left;
	margin: 0;
}
.noItems {
	position: absolute;
	padding: 0 10px 0 50px;
	top: 15px;
	left: 10px;
	text-align: left;
	font-size: 11px;
	color: #333333;
}
#recentlyAdded {
	position: absolute;
	visibility: hidden;
	z-index: 5000;
	background-color: #fff;
	font-size: 11px;
	text-align: left;
	margin-left: -6px;
	top: 46px;
	width: 249px;
	padding: 5px;
	border: 1px solid #999;
}
#recentlyAdded li {
	padding: 5px 0;
}
#recentlyAdded .product-images {
	float: left;
	margin-right: 15px;
	min-height: 55px;
	clear: left;
}
#recentlyAdded .product-details {
	width: 190px;
	min-height: 55px;
}
#recentlyAdded li {
	background: none;
}
.recentlyAddedItem {
	border-bottom: 1px solid #ccc;
}
.recentlyAddedButton {
	font-size: .8em;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	color: #0066CC;
	float: right;
	background-color: #eee;
	margin: 0 0 0 10px;
	padding: 0px 4px;
}
.recentlyAddedButton:hover {
	background-color: #0066CC;
	color: #fff;
}
.recentlyAddedButton2 {
	font-size: 1.1em;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
	color: #0066CC;
	background-color: #eee;
	margin: 10px;
	padding: 3px 5px;
}
.recentlyAddedButton2:hover {
	background-color: #0066CC;
	color: #fff;
}
