/* layout elements */
#contentContainer .pricing {
	width: 800px;
	margin-left: 55px;
	}

h2.pricingH2 {
	padding-left: 55px;
	}

.pricing p.caption {
	padding-top: 10px;
	font-size: 0.8em;
	}

.pricing p.caption span { font-size: 1.5em; line-height: normal; }
/* table elements */

small { font-size: 0.63em; }

#tableContainer {
	margin: 0 0 0 55px;
	width: 800px;
	background: #009CD7 url(../images/tbl.jpg) no-repeat left bottom;
	}

.column {
	width: 190px;
	height: 580px;
	background: url(../images/pricing_table_bg.jpg) repeat-x top left;
	float: left;
	}

.td {
	position: relative;
	height: 53px;
	width: 100%;
	}

.tdBg {	
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	}

.tdhead .tdBg { background-color: transparent; }
.tdfoot .tdBg { background-color: black; }

.tdC {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	padding-top: 30px;
	color: #fff;
	background: url(../images/pricing_ok.gif) no-repeat center 10px;
	text-align: center;
	}

html > body .tdC { background-image: url(../images/pricing_ok.png); }

.tdC .cellInfo { position: absolute; display: none; }

.tdhead .tdC, .tdfoot .tdC { background: none; }

.tdhead .tdC { padding-top: 15px; }
.tdhead .double { padding-top: 5px; }
.tdfoot .tdC {
	font-size: 1.5em;
	padding-top: 10px;
	font-weight: bold;
	}
	
/* labels in the first column */

#labelColumn * { background-image: none; padding: 0; text-align: left; }

#labelColumn { width: 230px; }

#labelColumn .td .tdC span {
	display: block;
	margin: 16px 0 10px 9px;
	font-weight: bold;
	}

#labelColumn .td .double span { margin-top: 7px; }

#labelColumn .tdfoot .tdC span { margin-top: 10px; }

/* Corners */
#labelColumn .ttl { background: url(../images/ttl.jpg) no-repeat left top; }
.ttr { background: url(../images/ttr.jpg) no-repeat right top; }

.tblBottom {
	clear: both;
	height: 15px;
	background: url(../images/tbr.jpg) no-repeat right bottom;
	}
