body, #container, #wideContent{
	margin: 0;
}


#header, #rightContent, .bottomContainer, #footer, h6, #Template_CC_CartVisibility, #banner, #breadcrumb, #affiliatesMenu{
	display: none;
}

.adminTable{
	clear: both;
	width: 100%;
	margin: 10px 0 0 0;
}

.adminTable th, .adminTable td{
	padding: 0 5px;
	border: 1px solid #fff;
}

.adminTable th{
	line-height: 2em;
	background: #009900;
	color: #fff;
	padding: 0 5px;
	border: 1px solid #ccc;
}

.adminTable tr{
	line-height: 2.2em;
}

.adminTable td{
	border-bottom: 1px solid #ccc;
	padding: 0 5px;
}


.adminTable tr.alignRight, .adminTable .alignRight{
	text-align: right;
	margin: 0 5px;
}

.adminTable tr.subtotal td{ 
	text-align: right;
	border-bottom: 1px solid #009900;
	color: #000;
}

.adminTable tr.total{
	text-align: right;
	background: #AB3D24;
	color: #fff;
	font-weight: 800;
	font-size: 1.1em;
}


.cart{
	clear: both;
	width: 90%;
	margin: 0 0 10px 0;
	font-size: 1em;
	float: left;
	border: 1px solid black;
}


.cart tr th{
	color: #000;
	border: 1px solid #ddd;
}

.cart tr td{
	color: #333333;
	border: 1px solid #ddd;
}


.cart tr.item{
	border-bottom: 1px solid #dddddd;
	height: 30px;
}

.cart tr.subtotal{
	font-weight: 800;
	text-align: right;
	height: 50px;
}

.cart tr.total{	
	color: #fff;
	background: #85AE2C;
}

.cart td.pricelink, .cart th.header{
	text-align: right;
}

.cart td input{
	text-align: right;
}
