* {
	margin: 0px;
	padding: 0px;
}

div#top, ul#bottomLinks, ul#iconLinks, div#footer, ul.actions, hr {
	display: none;
}

div.clearBox {
	clear: both;
}

div#cart, table#cart {
	width: 741px;
}

table#cart .tableHead {
	height: 38px;
	background-color: #cccccc;
}

div#cart {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

table#cart ul.options {
	margin-left: 22px;
}

table#cart ul.options li {
	list-style-type: circle;
	font-size: 0.9em;
}

div.addressBox {
	width: 200px;
	padding: 14px;
}