#topCartContainer {
	background-image:url(../images/bg_topcart.jpg);
	background-repeat:no-repeat;
	height:54px;
	left:670px;
	padding-left:5px;
	position:absolute;
	top:-3px;
	width:254px;
}
.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;
}
