@CHARSET "UTF-8";

div#price_wrapper {
	text-align:center
}

div#price_wrapper h1 {

}

table#price_table {
	border-collapse:collapse;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:auto
}

table#price_table tr.even {
	background:#FFF6CC;
}

table#price_table tr.odd {
	background:#FFF0A9;
}

table#price_table th {
	text-align:center;
	padding:5px;
	background:#000080;
	color:#FFF0A9;
	font-weight:bold;
	font-size:11pt;
	font-family:Arial, sans-serif;
}

th.season_column {
	width:150px;
}

table#price_table td {
	padding: 5px;
	font-size:11pt;
	font-family:Arial, sans-serif;
}

td.price {
	text-align:right;
}

.season_label {
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

/*
	these styles are not directly related to the display of the price table
*/

div#blurb_wrapper {
	text-align:center
}

div#blurb {
	border:1px solid #000000;
	width:60%;
	padding:20px;
	text-align:center;
	margin-left:auto;
	margin-right:auto
}

div#gallery_wrapper {
	text-align:center
}

div#gallery_wrapper img {
	border:1px solid #000000;
	margin-top:10px;
	clear:both
}