/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px dashed #000000;
	padding: 1em;
	background: #999999;
	}

H3#attribsOptionsText {
	font-size: 1.0em;
	color: #ffffff;
	}

H2#productPrices {
	color: #ffffff;
}

#alsoPurchased {
	border: 0px solid #ffffff;
	background: #000000;
	}

.centerBoxHeading {
	border: 0px solid #ffffff;
	background: #666666;
	}

.navNextPrevCounter
	{
	color: #ffffff;
	}

.centerBoxContentsProducts {
	margin-bottom: .5em;
}

