#cart
{
	float: right;
	align: right;
	height: 80px;
	text-align: center;
}

#cart-top-left
{
	width: 69px;
	height: 36px;
	background-image: url('/images/cart-top-left.jpg'); 
	background-repeat: no-repeat;
}

#cart-top-left-middle
{
	width: 25px;
	height: 36px;
	background-image: url('/images/cart-top-left-middle.jpg'); 
	background-repeat: repeat-x;
}

#cart-top-right-middle
{
	width: 61px;
	height: 36px;
	background-image: url('/images/cart-top-right-middle.jpg'); 
	background-repeat: no-repeat;
}

#cart-top-right
{
	width: 22px;
	height: 36px;
	background-image: url('/images/cart-top-right.jpg'); 
	background-repeat: no-repeat;
}

#cart-left
{
	width: 69px;
	height: 17px;
	background-image: url('/images/cart-left.jpg'); 
	background-repeat: no-repeat;
}

#cart-middle
{
	background-color: #191919;
	font: bold 1.3em Verdana,sans-serif;
	text-align: center;
}

#cart-right
{
	width: 22px;
	height: 17px;
	background-image: url('/images/cart-right.jpg'); 
	background-repeat: no-repeat;
}

#cart-bottom-left
{
	width: 69px;
	height: 36px;
	background-image: url('/images/cart-bottom-left.jpg'); 
	background-repeat: no-repeat;
}

#cart-bottom-left-middle
{
	width: 25px;
	height: 36px;
	background-image: url('/images/cart-bottom-left-middle.jpg'); 
	background-repeat: repeat-x;
}

#cart-bottom-right-middle
{
	width: 61px;
	height: 36px;
	background-image: url('/images/cart-bottom-right-middle.jpg'); 
	background-repeat: no-repeat;
}

#cart-bottom-right
{
	width: 22px;
	height: 36px;
	background-image: url('/images/cart-bottom-right.jpg'); 
	background-repeat: no-repeat;
}

#cart-menu
{
	float: right;
	align: right;
	height: 25px;
	width: 185px;
	text-align: center;
}

.retailText
{
	font: bold 1.3em Verdana,sans-serif;
}

.product-image
{
	background-color: #ffffff;
}

div.productBox
{
	overflow: auto;
	overflow-x:hidden;
	overflow-y:hidden;
	float: left; 
	width: 240px;
	height: 215px;
	padding: 2px; 
	margin: 1em;
}

div.productImage 
{ 
	height: 55px;
	padding-top: 15px; margin-top: 1em;
	padding-bottom: 15px; margin-bottom: 1em;
	background: #ffffff;     
    color:#000; 
    text-align: center; 
    font: verdana, arial, sans-serif;
}

div.productBoxNJ
{
	overflow: auto;
	overflow-x:hidden;
	overflow-y:hidden;
	float: left; 
	width: 240px;
	height: 265px;
	padding: 2px; 
	margin: 1em;
}

div.productImageNJ
{ 
	height: 125px;
	padding-top: 15px; 
	padding-bottom: 15px; margin-bottom: 1em;
	background: #ffffff;     
    color:#000; 
    text-align: center; 
    font: verdana, arial, sans-serif;
}