/* CSS Document */
#productMainImage
	{
	float: right;
	text-align: center;
	margin: 0px 0px 5px 10px;
	}
#productMainImage a
	{
	text-decoration: none;
	}

#productMainImage img
	{
	border: 1px #4d6380 solid;
	}

.prodImg
	{
	border: 1px #4d6380 solid;
	}

.listingProductImage
	{
	border: 1px #4d6380 solid;
	}

.listingBuyNowButton
	{
	border: 0px;
	}
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}
.larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}
.centerBoxContentsNew
	{
	margin: 0px 0px 15px 0px;
	text-align: center;
	}
.information
	{
	margin: 5px 5px 10px 0px;
	}

/* Listing tables */
.productListing-heading
	{
	padding: 0px 0px 5px 0px;
	border-bottom: 1px black solid;
	font-weight: bold;
	font-size: 16px;
	}
.productListing-heading a
	{
	text-decoration: none;
	}

.productListing-data
	{
	padding: 5px 5px 10px 5px;
	}

/* Checkout / Cart */
.back
	{
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton
	{
	float: right;
	}

.buttonRow
	{
	display: block;
	}

.buttonRow img
	{
	border: 0px;
	}

.cartRemoveItemDisplay img
	{
	border: 0px;
	}

.cartTotalsDisplay
	{
	margin: 10px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
	}
.cartSubTotal
	{
	margin: 10px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
	}

#checkoutShipto, #checkoutBillto
	{
	float: left;
	margin: 0;
	width: 47%;
	margin: 0px 0px 10px 0px;
	}

#checkoutShippingContentChoose
	{
	margin: 0px 0px 10px 0px;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #navEZPagesTOCWrapper
	{
	margin: 0;
	width: 47%;
	margin: 0px 0px 10px 0px;
	}

.clearBoth
	{
	clear: both;
	}

HR
	{
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}
.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

.moduleRowSelected
	{
	margin: 5px;
	font-weight: bold;
	}
.moduleRow
	{
	margin: 5px;
	}
ADDRESS
	{
	margin: 0px 0px 15px 25px;
	}
.instructions
	{
	float: right;
	width: 70%;
	}

/* Cart Display */
.cartQuantity
	{
	padding: 15px 0px 0px 5px;
	}
#cartContentsDisplay td
	{
	vertical-align: middle;
	}

.rowOdd
	{
	background: #e3e8ee;
	}

.rowEven
	{
	background: #cfd4d9;
	}
#cartImage
	{
	padding: 0px 5px 0px 0px;
	}
#cartImage img
	{
	border: 1px #4d6380 solid;
	vertical-align: middle;
	}