#shoppingCart {
	font-size: inherit;
	width: 100%;
	border-collapse: collapse;
}

#shoppingCart tr.no_hover:hover {
	background: #fff;
}

#shoppingCart td {
	font-size: inherit;
	vertical-align: top;
}

#shoppingCart td.item {
	font-size: inherit;
	padding: 10px 5px;
	border-bottom: 1px solid #ccc;
}

#shoppingCart ul {
	list-style-type: none;
	text-indent: 0;
	margin: 10px 0 0 0;
	padding: 0;
}

#shoppingCart .preview {
	background: url(../images/view.png) 0 0 no-repeat;
	padding: 0 0 5px 16px;
	font-weight: normal;
}

.itemDetails {
	font-size: inherit;
	float: right;
}

.prices {
	font-size: inherit;
	float: right;
}

.prices td.total {
	font-size: inherit;
	border-top: 1px solid #ccc;
}

td.label {
	font-size: inherit;
	text-align: right;
	padding-right: 5px;
	font-weight: 600;
}

.historyDate {
	float: right;
	margin: 0;
	padding: 0;
}
.historyTable {
	clear: right;
	margin: 0;
	padding: 0;
}
.receiptHistoryLegend {
	margin-bottom: 50px;	
	padding-top: 0;
}

.fundsAvailable {	
}

.balanceDue {
}

.productParams {
	text-align: left;
}
div.productSelection td.parameterColumn {
	padding: 15px 5px 5px 5px;
}
.productSelection, #addressSet {
	border: 1px solid #ccc;
	margin: 15px 0;
	padding: 0;
	clear: both;
}
.productSelection h1, #addressSet h1 {
	margin: 0;
	padding: 3px 7px;
	background: #eee url(../images/header-gradient.png) repeat-x;
	border-bottom: 1px solid #ccc;
}
.productSelection fieldset {
	border: none;
	background: none;
}
.productSelection td.summary {
	border-right: 1px solid #ccc;
}
.productSelection .summary div, .productSelection .productParams, #addressSet .productParams {
	margin: 0 15px 15px 15px;
}
#addressSet h1 {
	margin-bottom: 15px;
}
div.productSelection .summary div td {
	vertical-align: top;
	/*nowrap causes really wide search results on some sites*/
	/*white-space: nowrap;*/
}
#changeAllLabel {
	text-align: right;
	float: right;
	padding: 20px;
	margin-right: 5px;
}
div.changeAllWarning {
	padding: 5px;
	margin: -5px 0 5px 0 !important;
	text-align: left !important;
	border: 1px solid #ccc;
	background-color: #ffc;
	clear: both;
	float: right;
}

.highlighted-bg {
	background-color: rgb(255, 255, 234);
}

.receiptDisplay td {
	padding: 0px 10px;
}
.receiptDisplay td.bottomBorder {
	border-bottom: 1px solid #ccc;
}


table.purchasedSubscriptions th, table.purchasedSubscriptions td {
	background: none;
	color: black;
	padding: 0 10px 0 0;
	text-align: left;
}

table.purchasedSubscriptions {
	margin-bottom: 17px;
	clear: left;
}

.productGroup:hover {
	background-color: #f0f0f0;
}

a.cardGold {
	background: url(../images/cardGold.png) 0 50% no-repeat;
	background-color: #eee;
}
a.cardPlatinum {
	background: url(../images/cardPlatinum.png) 0 50% no-repeat;
	background-color: #eee;
}
a.changeBilling {
	background: url(../images/creditCardsBtn.png) 0 50% no-repeat;
	background-color: #eee;
}

#subscription_info {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #fff;
	padding: 7px;
	border: 1px solid #ccc;
}
