#cartnugtop {
	background-image: url(../images/cart_header.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 38px;
	width: 520px;
}
#cartnugbody {
	background-image: url(../images/cart_body.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 5px;
	float: left;
	width: 510px;
}
#cartnugbtn {
	background-image: url(../images/cart_bottom.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 520px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	height: 16px;
	padding-top: 2px;
	color: #FF0000;
}
#imagthumb {
	text-align: center;
	float: left;
	width: 234px;
}
#imagenote {
	font-size: 9px;
	text-align: center;
	float: left;
	width: 234px;
	height: 12px;
	padding-top: 3px;
}

