
table#price-chart {
	MARGIN: 0px;
	padding: 0px;
}
table#price-chart th img {
	MARGIN-TOP: 140px
}
table#price-chart th.heading {
	WIDTH: 125px
}
table#price-chart th.basic {
	WIDTH: 125px;
	HEIGHT: 180px;
	background-image: url(../images/Basic_header.jpg);
	background-repeat: no-repeat;
	background-color: #C4E2EC;
}
table#price-chart th.professional {
	WIDTH: 125px;
	HEIGHT: 180px;
	background-image: url(../images/Professional_header.jpg);
	background-repeat: no-repeat;
	background-color: #E9DBAA;
}
table#price-chart th.business {
	WIDTH: 125px;
	HEIGHT: 180px;
	background-image: url(../images/Business_header.jpg);
	background-repeat: no-repeat;
	background-color: #E9BFC0;
}
table#price-chart th.enterprise {
	WIDTH: 125px;
	HEIGHT: 180px;
	background-image: url(../images/Enterprise_header.jpg);
	background-repeat: no-repeat;
	background-color: #D5DFAA;
}
table#price-chart th.premier {
	WIDTH: 125px;
	HEIGHT: 180px;
	background-image: url(../images/Premier_header.jpg);
	background-repeat: no-repeat;
	background-color: #D6C4EC;
}
table#price-chart th {
	BORDER-RIGHT: #fff 1px solid;
	TEXT-ALIGN: center
}
table#price-chart td {
	BORDER-RIGHT: #fff 1px solid;
	TEXT-ALIGN: center
}
table#price-chart td {
	margin: 0px;
	padding: 0px;
	height: 30px;
}
table#price-chart .even td {
	background-color: #e5e5e5;
}
table#price-chart .odd td {
	background-color: #cacaca;
}
table#price-chart .odd .table-col-0 {
	background-color: #c4e2ec;
}
table#price-chart .odd .table-col-1 {
	background-color: #e9dbaa;
}
table#price-chart .odd .table-col-2 {
	background-color: #e9bfbf;
}
table#price-chart .odd .table-col-3 {
	background-color: #d4e0a9;
}
table#price-chart .odd .table-col-4 {
	background-color: #d7c4ed;
}
table#price-chart .even .table-col-0 {
	background-color: #d8ecf2;
}
table#price-chart .even .table-col-1 {
	background-color: #f1e7c7;
}
table#price-chart .even .table-col-2 {
	background-color: #f1d5d5;
}
table#price-chart .even .table-col-3 {
	background-color: #e3ebc6;
}
table#price-chart .even .table-col-4 {
	background-color: #e5d8f3;
}
.left-col-captions {
	width: 152px;
	font-weight: bold;
	color: #424242;
	text-align:right !important;
	padding-right: 8px !important;
}
.black-bg {
	background-color: #373737 !important;
	color: #FFF;
}
