.vip-cards-text-container
{
	float: left;
	width: 300px;
}
.vip-cards-chart-container
{
	width: 220px;
	float: right;
}
.vip-cards-chart-container p
{
	padding-left: 2px;
}
.vip-cards-chart-section
{
	padding: 0px 3px 10px 1px;
}
.vip-cards-chart
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	
	padding: 0px;
	margin: 0px;
}

.vip-cards-chart th,
.vip-cards-chart td
{
	border-right: 1px solid #FFFFFF;
	padding: 3px 5px;
	margin: 0px;
	font: normal 10px "Trebuchet MS";
	color: #333333;
	text-align: center;
}
.vip-cards-chart th
{
	padding: 3px 2px;
	background-color: #CCCCCC;
	font-weight: bold;
}
.vip-cards-chart .vip-cards-chart-text-cell
{
	padding: 3px 5px;
	text-align: left;
	text-transform: uppercase;
}
.vip-cards-chart .vip-cards-chart-healthy-heart
{
	text-align: center;
	padding-bottom: 0px;
}

.vip-cards-chart-top-left
{
	width: 30%;
	background-image: url("/images/vip-cards-chart-top-left.gif");
	background-position: top left;
	background-repeat: no-repeat;
}
.vip-cards-chart-top-middle
{
	width: 35%;
}
.vip-cards-chart-top-right
{
	width: 35%;
	background-image: url("/images/vip-cards-chart-top-right.gif");
	background-position: top right;
	background-repeat: no-repeat;
}
.vip-cards-chart-bottom
{
	background-color: #CCCCCC;
	border-right: 1px solid #FFFFFF; /* just to match the table */
}
.vip-cards-chart-bottom-left
{
	background-image: url("/images/vip-cards-chart-bottom-left.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}
.vip-cards-chart-bottom-right
{
	background-image: url("/images/vip-cards-chart-bottom-right.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
}

.vip-cards-chart-row-0 td
{
	background-color: #9FDFDF;
}
.vip-cards-chart-row-1 td
{
	background-color: #C4EBEB;
}
