/* CSS styles common to all price calculators */
	/* All styles should begin with "pc" */
.pcHeader {
	font-weight: bold;
	font-size: 150%;
}

.pcNoPadding {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0 0 0 0;
	border-spacing: 0;
}

.pcComponentGrid {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0 0 0 0;
	border-spacing: 0;
	width: 400px;
}

.pcComponentGrid label {
	font-size: 12px;
}

td.pcComponentLabel {
	vertical-align: top;
	width: 25%;
}

.pcComponentValue {
	width: 75%;
}

.pcComponentPriceValue {
	text-align: right;
	width: 75%;
}

.pcDateComponent {
	font-size: 1.4em;
}

.pcComponentGrid label.pcEndPrice {
	font-size: 1.4em;
}

.pcTooltipLabel {
	vertical-align: top;
}

.pcTooltipValue {
	
}

.pcPriceGrid {
    /*float: right;
    text-align: right;*/
}

.pcSummaryColumn1 {
    padding: 0 10px 3px 0;
}

.pcSummaryColumn2 {
    padding: 0 2px 3px 0;
}

a.applyButton {
	display: inline-block;
	line-height: 1.2em;
	color: #fff;
	cursor: pointer;
	margin: 0 0 0 3px;
	padding: 0;
	white-space: nowrap;
}

.applyButton span {
	padding: 2px !important;
	margin: 0 !important;
	height: 13px;
}
