/* CSS reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* define focus styles */
:focus {
	outline: 0;
}

/* highlight inserts */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables need 'cellspacing="0" in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* clearfix class for columns, floated element containers, etc. */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	line-height: 18px;
	/* color: #ff6600; */
	color: #666;
}

.contentWrapper {
	position: absolute;
	top: 170px;
	margin-left: 200px;
	width: 707px;
}

.colorboxTitleWrapper {
	margin-bottom: 20px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;

}

h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin: 20px 0;
	color: #ff6600;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	margin: 16px 0 8px 0;
	color: #ff6600;
}

sup {
	font-size: 50%;
	vertical-align: top;
	position: relative;
	top: -2px;
}

a {
	margin: 0;
}

p {

}

p.pagehead {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px 0 12px 0;
	margin: 12px 0;
	color: #ff6600;
}

p.overlayHeader {
	font-size: 24px;
	font-weight: bold;
	line-height: 12px;
	color: #ff6600;
	text-align: left;
	vertical-align: baseline;
	padding: 10px 0 0 0;
}

p.head {
	margin: 16px 0 8px 0;
	font-weight: bold;
	color: #ff6600;
}

p.spaced {
	margin: 16px 0;

}

p.footer {
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	margin: 30px 0;
	text-align: center;
}

p.copy {
	font-size: 10px;
	line-height: 12px;
}

table.lists {
	border: 1px solid #666;
	background: #fff;
	margin: 0 0 20px 0;
	width: 60%;
	clear: both;
}

table.lists td {
	padding: 5px;
}

table.popup {
	border: 1px solid #666;
	background: #fff;
	padding-left: 10px;
	margin-left: 5px;
	margin-top: 10px;
	width: 99%;
}

table.popup td {
	padding: 5px;
}

td {
	vertical-align: top;
}

td p {
	font-size: 10pt;
}

td.head {
	font-weight: bold;
	color: #ff6600;
	padding-top: 10px;
}

td.price {
	text-align: right;
	padding: 5px;
}

td.nested {
	vertical-align: top;
	padding: 2px 0 2px 0;
}

td.maxpackholder {
	padding: 0;
}
	
td.copy {
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding: 5px;
}

a:link,
a:visited {
	color: #3366cc;
	text-decoration: none;
}

a:hover {
	color: #3366ff;
	text-decoration: underline;
}

a:active {
	color: #006666; 
}

ul {
	list-style: disc;
}

