#OrderTotals {
	background-color : #FDFDDD;
	width : 60%;
	float : Right;
	margin : 30 10 10 0;
	padding : 5px;
	border-top : 1px dotted #CCCCCC;
	border-bottom : 2px double #CCCCCC;
}

#CustomText {
	margin : 0 0 0 10px;
}

.cartheading {
	padding : 5 5 5 5;
}

.cartcell {
	padding : 5 5 5 5;
}

#RemoveItem {
	float : left;
	width: 18px;
	background-image : url(images/icon_cancelorder.gif);
	background-repeat : no-repeat;
	height : 18px;
	width : 18px;
	margin : 10 0 0 0;
}

#OrderValue {
	text-align : Right;
	font-weight : Bold;
	width : 70px;
}

.GetUsersAttention {
	padding : 0 5 5 15;
	color: Red;
}

#InternalLineBreak {
	border-top : 1px dotted #CCCCCC;
	margin : 5 0 5 0;
}

