/*
	For billing summary
	 - Used both PP and Admin
*/

div#ap_PPSummary {
	text-align: center;
	padding-top: 2em;
	margin: auto;
	width:100%;
}

table.ap_advancedBillingSummary {
	border:2px solid #666666;
	width: 50%;
	padding:4px;
	background-color:#fff;
	padding-top:10px;
}
table.ap_advancedBillingSummary.pp {
	/*background-color:#f1f1f1;*/
	display: inline-block;
}
table.ap_advancedBillingSummary th,
table.ap_advancedBillingSummary td {
	border:0px;
	background:none;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	padding:1px 5px;
}
table.ap_advancedBillingSummary th {
	font-weight:bold;
}
table.ap_advancedBillingSummary th.totals,
table.ap_advancedBillingSummary td.totals {
	text-align:right;
}
table.ap_advancedBillingSummary th.indent1,
table.ap_advancedBillingSummary td.indent1 {
	padding-left:10px;
}
table.ap_advancedBillingSummary th.indent2,
table.ap_advancedBillingSummary td.indent2 {
	padding-left:20px;
}
table.ap_advancedBillingSummary th.subtotal,
table.ap_advancedBillingSummary td.subtotal {
	border-top:1px solid #000;
}
table.ap_advancedBillingSummary th.grandtotal,
table.ap_advancedBillingSummary td.grandtotal {
	border-top:3px double #000;
}
table.ap_advancedBillingSummary th.arrow,
table.ap_advancedBillingSummary td.arrow {
	background: url(//d2f0mstwcz0j78.cloudfront.net/resources/images/arrow_right_black.gif) center left no-repeat;
	width:20px;
}
table.ap_advancedBillingSummary th.totaldue,
table.ap_advancedBillingSummary td.totaldue {
	border-top:3px double #c00;
	color:#c00;
}
table.ap_advancedBillingSummary th.totalcredit,
table.ap_advancedBillingSummary td.totalcredit {
	color:#c00;
}
table.ap_advancedBillingSummary tr.emphasis td,
table.ap_advancedBillingSummary tr.emphasis th {
	border-bottom:8px solid #fff;
	font-size:13px;
}
table.ap_advancedBillingSummary tr.spacerow td,
table.ap_advancedBillingSummary tr.spacerow th {
	border-bottom:4px solid #fff;
}
table.ap_advancedBillingSummary tr.emphasis.spacerow td,
table.ap_advancedBillingSummary tr.emphasis.spacerow th {
	border-bottom:16px solid #fff;
}
table.ap_advancedBillingSummary span.ap_abs_PackagePrice_description {
	font-weight:normal;
}
table.ap_advancedBillingSummary tr.ap_bbs_disclaimer td {
	padding:4px 15px;
	text-align:center;
}

/* PP styles for advanced summary */
table.ap_advancedBillingSummary.pp tr.emphasis td,
table.ap_advancedBillingSummary.pp tr.emphasis th {
	border-bottom:8px solid #fff;
}
table.ap_advancedBillingSummary.pp tr.spacerow td,
table.ap_advancedBillingSummary.pp tr.spacerow th {
	border-bottom:4px solid #fff;
}
table.ap_advancedBillingSummary.pp tr.emphasis.spacerow td,
table.ap_advancedBillingSummary.pp tr.emphasis.spacerow th {
	border-bottom:6px solid #fff;
}
table.ap_advancedBillingSummary.pp th.grandtotal,
table.ap_advancedBillingSummary.pp td.grandtotal {
	border-top:3px double #c00;
	color:#c00;
}
table.ap_advancedBillingSummary.pp span.ap_abs_PackagePrice_description {
	white-space:nowrap;
	margin-left:16px;
}



/* basic styles */
table.ap_basicBillingSummary {
	padding:4px;
	background-color:#f1f1f1;
	margin:0 auto;
}
table.ap_basicBillingSummary td {
	width:50%;
	padding:5px;
	font-size:11px;
	text-align:right;
}
table.ap_basicBillingSummary td.ap_bbs_emphasis {
	font-weight:bold;
	font-size:12px;
}
table.ap_basicBillingSummary td.ap_bbs_grandtotal {
	font-weight:bold;
	font-size:12px;
	color:#CC0000;
}
table.ap_basicBillingSummary tr.ap_bbs_disclaimer td {
	padding:4px 15px;
	text-align:center;
}
