
div#fineprint table#packages {
	width: 100%;

}

tr.break {
	page-break-before: always; 
	}


table, ul, li, caption, thead, th, td {
	color: #666;
}

ul {
	margin-left: 50px;
}

ul, li {
	line-height: 22px;
}

li {
	list-style-type: circle;
	padding-bottom: 10px;
}
td {
	vertical-align: top;
	padding: 5px;
}

caption {
	vertical-align: bottom;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 10px;

}

thead, th {
	background-color: #ccc;
	color: inherit;
	vertical-align: middle; 
	text-align: center;
	padding: 5px;
}

thead {
	border: solid 2px #666;

}

th {

}

tfoot {
	font-style: italic;
}

#packages, .subpackages, .subpricing {
	text-align: left;
	font-size: 12px;
	line-height: 18px;

	vertical-align: top;
}

#packages strong, .subpackages strong, .subpricing strong {
	color: #666;

}

#packages {
	width:95%;
	border-left: solid 2px #999;
	border-bottom: solid 2px #999;
	border-right: solid 2px #999;
}

table#packages a:link, table#packages a:visited {
	color: #666;
	text-decoration: underline;
}

table#packages a:hover, table#packages a:active {
	text-decoration: underline;
}

table#packages div.right a.top, .textarea div.right a.top {
display: none;
}


.name, .includes, .pricing {
	border-bottom: solid 5px #999;
	border-left: dotted 2px #999;
	border-right: dotted 2px#999;
}
.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;
}
td.pricing div.right, div.right {
	display: none;
}


.subpackages {

}

.subpackages td {
	border-bottom: dotted 1px #999;
}


.subpricing {
	width: 100%;
	margin-bottom: 5px;
}

.subpricing td {
	border: dotted 1px #999;
	padding: 0 5px 10px 5px;
	text-align: center;
	width: 33%;
}

td.border_right {
	border-right: dotted 1px #999;
}

td.border_left {
	border-left: dotted 1px #999;
}

td.last {
	border-bottom: none;

}

.displaynone {
	display: none;
}