#rightbar {
	float: left;
	width: 141px;

	border-right: 1px solid #A6A6A6;
	border-bottom: 1px solid #A6A6A6;
	border-left: 1px solid #A6A6A6;

	color: #000000;

	overflow: hidden;
}


#rightbar img {
	margin: 5px;
}


#cart {
	background-color: #1E596F;
	color: #ffffff;
}

#cart #topimg {
	background-image: url('/images/carttop.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
#cart #botimg {
	background-image: url('/images/cartbot.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}


#cart a:link, #cart a:visited {
	color: #eeeeee;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

#cart a:hover, #cart a:active {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

#cartContent {
	padding: 0 5px 5px 8px;
}

#cartItemList {
	margin: 3px 3px 7px 0;
	padding: 2px 2px 2px 4px;
	border-top: 1px solid #8CAAB5;
	border-bottom: 1px solid #8CAAB5;
}


#noticeables {
	padding: 0 6px 5px 6px;
	background-color: #92B6C3;
}

#vouchers {
	padding: 0 6px 5px 6px;
	background-color: #DBEAF0;
}



