
td {
	vertical-align: top;
	padding: 3px;
}

caption, thead, th {
	color: #996;
}

caption {
	vertical-align: bottom;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 5px;
	color: #c60;
}

thead, th {
	background-color: #CC6600;
	color: #fff;
	vertical-align: middle; 
	text-align: center;
	padding: 3px;
}

thead {
	border: solid 2px #fff;

}

th {

}

tfoot {
	font-style: italic;
}

#packages, .subpackages, .subpricing {
	text-align: left;
	font-family: Geneva, Verdana, Arial, Sans-serif;
	font-size: 10px;
	color: #828257;
	vertical-align: top;
}

#packages strong, .subpackages strong, .subpricing strong {
	color: #c60;
}

#packages {
	width: 625px;
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
}

.textarea table#packages a:link, .textarea table#packages a:visited {
	color: inherit;
	text-decoration: none;
}

table#packages a:hover, table#packages a:active {
	text-decoration: underline;
}

table#packages a.top, .textarea a.top {
	color: #c60;
	font-size: 10px;
	text-decoration: none;
	display: block;
	margin: 5px auto 0 auto;
}


.name, .includes, .pricing {
	border-bottom: solid 5px #fff;
	border-left: dotted 2px #fff;
	border-right: dotted 2px #fff;
}
.name {
	width: 30%;
	
}

.includes {
	width: 45%;
}

.pricing {
	width: 25%;
}

th {
	margin: 0;
}

.subpackages {
	width: 100%;
}

.subpackages td {
	padding: 0 6px 3px 3px;
	width: 50%;
}

td.includes, td.appears, td.pricing {
	text-align: center;
}



.subpackages {

}

.subpackages td {
	border-bottom: dotted 1px #CC6600;
}


.subpricing {
	width: 100%;
	margin-bottom: 5px;
}

.subpricing td {
	border: dotted 1px #c60;
	padding: 0 3px 6px 3px;
	text-align: center;
	width: 33%;
}

td.border_right {
	border-right: dotted 1px #c60;
}

td.border_left {
	border-left: dotted 1px #c60;
}

td.last {
	border-bottom: none;

}
div.right {
	float: right;
}