#cartContentList {
	width: 100%;
	border-collapse: collapse;
	background: white;
	margin: 0;
}

#cartContentList thead th{
	height: 35px;
	color: white;
	background: transparent url(/wnShopWizardPlugin/images/cartHeaderBg.gif) repeat-x;
	padding-left: 5px;
}

#cartContentList td {
	padding: 5px;
	border-right: 1px solid black;
}


#cartContentList td.contentValue {
	border: none;
}

#cartContentList #cartSummary td {
	border: none;
}

.totalLabel {
	color: black;
	font-size: 15px;	
}

.totalValue {
	color: black;
	font-size: 18px;
}


#cartContentList .contentName a{
	color: black;
	font-weight: bold;
}



.contentOperations span {
	position: relative;
	top: -3px;
	font-weight: bold;
	font-size: 11px;
}


.contentOperations a:hover {
	text-decoration: none;
}
