/*

*/
#ShoppingCart{
	width: 14em;
	margin: 0px auto;
	/*padding-top: -50px;
	padding-bottom: -75px;*/
	
}
/*#ShoppingCart ul li.item{
	height: 55px;
	margin-bottom: 10px;
	
}*/
.sidebarBox2{
	background:transparent url(../images/cartbg2.jpg) repeat-y scroll ;
	width: 232px;
	
}
.cartTop{
	background:transparent url(../images/cartbgtop.jpg) no-repeat scroll ;
	width: 232px;
	height: 33px;
	margin-bottom: -15px;
}
.cartBot{
	background:transparent url(../images/cartbgbot.jpg) no-repeat scroll ;
	width: 232px;
	height: 33px;
	margin-top: -40px;
}
.noItems {
	height: 50px;
}
#Page img.tinyThumbnail{
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: -15px;
	border-top: 5px solid #ffc;
	border-right: 2px solid #ffc;
	border-bottom: 5px solid #ffc;
	border-left: 2px solid #ffc;
	/*padding-bottom: 10px;*/
}
img.tinyThumbnail{
	float: left;
	

}