table {
	border-collapse: collapse;
	border: 1px solid #839E99;
	font: .9em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #033;
	width: 80%;
	background-color: #F4FAFD;
}
caption { font-size: 1.3em; font-weight: bold; text-align: left; padding: 1em 4px; }
td, th { padding: 5px 5px 10px 5px;}
th {
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding-right: 0.5em;
	vertical-align: top;
	background-color: #84C2E1;
}
thead th {
	background-color: #2C89BC;
}
.odd td {
	background-color: #DEEFF8;
}
.odd th {
	background-color: #4BA7D3;
}
td a, td a:link { color: #325C91; }
td a:visited { color: #466C8E; }
td a:hover, td a:focus { color: #1E4C94; }
th a, td a:active { color: #fff; }
tfoot th, tfoot td {
	color: #fff;
	background-color: #2C89BC;
}
.price {
	font-size: 24px;
}

.pricealt {
	font-size: 18px;
	border-bottom:1px solid #2D8CBB;
	border-top:4px solid #247195;
}

th + td { padding-left: .5em; }

#detail_title {
	background-color: #2D8CBB;
	border-bottom: 4px solid #247195;
	border-top: 1px solid #247195;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	padding:2px;
}

td.packagePrice {
	font-size: 18px;
	border-bottom:1px solid #2D8CBB;
	border-top:4px solid #247195;
}

div.order {
	padding:6px 6px 6px 20px;
	background: #DEEFF8 url(../images/order.gif) no-repeat scroll 4px 5px;
	margin-top: 10px;
	border: 1px solid #84C2E1;
	font-size: 12pt;
	color: black;
	-moz-border-radius: 4px;
}
div.order:hover {
	background: #F4FAFD url(../images/orderHover.gif) no-repeat scroll 4px 5px;
	border: 1px solid #DEEFF8;
}
