
td {
	padding-left: 10px;
}

td a {
	font-size: 13px;
	margin-left: 10px;
	color: #c26032;
	font-weight: bold;
}

td a:hover {
	color: white;
}
#pricing-table-div {
	margin-left: 157px;
	padding-top: 12px;
	padding-bottom: 35px;
}
#top-table-header-border {
	background-image:url(images/table-top-corners.png);
	background-position: top-left;
	background-repeat: no-repeat;
	height: 9px;
	width: 693px;
}

#bottom-table-header-border {
	background-image:url(images/table-bottom-corners.png);
	background-position: bottom-left;
	background-repeat: no-repeat;
	height: 18px;
	width: 694px;
}

#table-top {
	background-image:url(images/top-table-bg.png);
	background-repeat: repeat-x;
	height: 80px;
	width: 693px;
	color: white;
	font-size: 18px;
}

#table-bottom {
	background-image:url(images/bottom-table-bg.png);
	background-repeat: repeat-x;
	height: 79px;
	width: 693px;
	color: white;
	font-size: 18px;
}

.package-plans {
	margin-right: 8px;
	float:right;
	width: 100px;
	height: 78px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.package-plans img {
	margin-top: 5px;
}
.package-header {
	float: left;
	margin-left: 10px;
	margin-top: 22px;
}

.package-price {
	margin-top: 2px;
	color: #fff200;
	font-size: 19px;
}

#pricing-table {
	border-collapse: collapse;
}

.table-heading {
	font-family: Verdana;
	font-size: 18px;
	color: #00f6ff;
    background-image:url(images/table-heading-bg.png);
	background-repeat: repeat-x;
    text-align: left;
	height: 36px;
	border-left: 1px solid black;
} 

.row-white-text { 
	height:  42px;
	width:  372px;
	background-color: white;
	border-bottom: 1px solid #adafb1;
	border-right: 1px solid black;
	border-left: 1px solid black;
	padding-right: 0px; 
	color: black;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

.row-gray-text { 
	height:  42px;
	width:  372px;
	background-color: #c2c2c2;
	border-bottom: 1px solid #adafb1;
	border-right: 1px solid black;
	border-left: 1px solid black;
	padding-right: 0px; 
	color: black;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}
.row-white-checkmark {
	height: 42px;
	width: 92px;
	border-bottom: 1px solid #adafb1;
	border-right: 1px solid black;
	background-color: white;
	background-image: url(images/green-check.png);
	background-position: center;
	background-repeat: no-repeat;
}
.row-gray-checkmark {
	height: 42px;
	width: 92px;
	border-bottom: 1px solid #adafb1;
	border-right: 1px solid black;
	background-color: #c2c2c2;
	background-image: url(images/green-check.png);
	background-position: center;
	background-repeat: no-repeat;
}

.row-gray-blank {
	height: 42px;
	width: 92px;
	border-bottom: 1px solid #adafb1;
	border-right: 1px solid black;
	background-color: #c2c2c2;
	background-image: url(images/black-dash.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.row-white-blank {
	height: 42px;
	width: 92px;
	border-bottom: 1px solid #adafb1;
	border-right: 1px solid black;
	background-color: white;
	background-image: url(images/black-dash.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

