div.testCartBox a.helpLink
{
	position: absolute;
	top: 67px;
	left: 147px;
}

div.testCartBox a img
{
	border: none;
}

div.testCartBox a.paypalLink
{
	position: absolute;
	top: 31px;
	left: 147px;
}

div.testCartBox ul
{
	list-style-type: none;
	margin: 0 0 0 6px;
	padding: 0px;
	float: left;
	font-size: 8pt;
	width: 140px;
}

div.testCartBox ul span,
div.testCartBox ul li
{
	float: left;
}

div.testCartBox ul li
{
	width: 100%;
}

div.testCartBox ul li.totals
{
	border-top: 1px dotted #CCCCCC;
}

div.testCartBox ul span.cartLabel
{
	text-align: right;
	padding-right: 5px;
	width: 70px;
}

div.testCartBox ul span.cartValue
{
	color: #666666;
}

div.testCartBox
{
	background: url('images/cart_bg.png') top left repeat-y;
	width: 216px;
	float: left;
	position: relative;
	font-family: arial;
	margin: 8px 0 0 9px;
}

div.testCartBox div.top
{
	background: url('images/cart_2.gif') 0px 7px no-repeat;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	float: left;
}

div.testCartBox div.top img,
div.testCartBox img.bottomCorners
{
	float: left;
}

div.testCartBox div.top a
{
	float: left;
	height: 24px;
}

a.viewCartLink
{
	background: url('images/cart_view_off.gif') top left no-repeat;
	margin-left: 114px;
	width: 33px;
}

a.checkoutLink
{
	background: url('images/cart_checkout_off.gif') top left no-repeat;
	width: 69px;
}

div.testCartBox ul span.totalPriceValue
{
	color: #C03000;
	font-weight: bold;
}