/* Layout */
body {
	padding: 0px;
	margin: 0px;
	color: #22397c;
	background-color: #31559c;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial;
	font-size: 1em;
}
p {
	line-height: 1.4em;
	text-align: justify;
}
a img {
	border: none;
}
#wrapper {
	width: 960px;
	background-color: #ffffff;
	margin: auto;
	border-left: 1px solid #22397c;
	border-right: 1px solid #22397c;
	position: relative;
}
#header {
	width: 957px;
	padding-right: 3px;
	float: left;
	background-color: #ffffff;
	padding-top: 10px;
}
#left_header {
	float: left;
	width: 373px;
}
#left_header_top {
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	width: 373px;
	height: 65px;
	margin-left: 20px;
	margin-top: 10px;
}
#left_header_bottom {
	width: 960px;
	height: 36px;
	margin-top: 15px;
	background-image: url(/images/nav_footer_top.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
#right_header {
	width: 386px;
	height: 80px;
	float: right;
	margin-right: 90px;
}
#right_header img {
	float: right;
}

/* Navigation */
ul.nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.nav li {
	display: inline;
	float: left;
	margin-left: 10px;
}
ul.nav li a {
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	padding-bottom: 0px;
}
ul.nav li a:hover {
	background-color: #22397c;
	color: white;
}
#nav_home a {
	display: block;
/*	width: 70px;*/
	height: 36px;
/*	background-image: url(/images/buttons/nav_home.gif);*/
}
#nav_home a:hover {
/*	background-image: url(/images/buttons/nav_home_on.gif);*/
}
#nav_home a.selected {
/*	background-image: url(/images/buttons/nav_home_on.gif);*/
}	
#nav_parks a {
	display: block;
/*	width: 70px;*/
	height: 36px;
/*	background-image: url(/images/buttons/nav_parks.gif);*/
}
#nav_parks a:hover {
/*	background-image: url(/images/buttons/nav_parks_on.gif);*/
}	
#nav_parks a.selected {
/*	background-image: url(/images/buttons/nav_parks_on.gif);*/
}	
#nav_late_deals a {
	display: block;
/*	width: 120px;*/
	height: 36px;
/*	background-image: url(/images/buttons/nav_late_deals_off.gif);*/
}
#nav_late_deals a:hover {
/*	background-image: url(/images/buttons/nav_late_deals_on.gif);*/
}
#nav_late_deals a.selected {
/*	background-image: url(/images/buttons/nav_late_deals_on.gif);*/
}	
#nav_special_offers a {
	display: block;
/*	width: 120px;*/
	height: 36px;
/*	background-image: url(/images/buttons/nav_special_offers.gif);*/
}
#nav_special_offers a:hover {
/*	background-image: url(/images/buttons/nav_special_offers_on.gif);*/
}
#nav_special_offers a.selected {
/*	background-image: url(/images/buttons/nav_special_offers_on.gif);*/
}	
#nav_equipment a {
	display: block;
/*	width: 100px;*/
	height: 36px;
/*	background-image: url(/images/buttons/nav_equipment.gif);*/
}
#nav_equipment a:hover {
/*	background-image: url(/images/buttons/nav_equipment_on.gif);*/
}	
#nav_equipment a.selected {
/*	background-image: url(/images/buttons/nav_equipment_on.gif);*/
}	
#nav_footer {
	clear: both;
	background-image: url(/images/nav_footer.gif);
	background-repeat: repeat-x;
	width: 960px;
	height: 25px;
	font-size: 0.7em;
	padding-top: 6px;
	color: #22397c;
}
#nav_footer a {
	color: #22397c;
	text-decoration: none;
	border-bottom: 1px dashed #22397c;
}
#nav_footer a:hover {
	border-bottom: 1px solid #22397c;
}
#breadcrumb {
	width: 400px;
	height: 25px;
	float: left;
	padding-left: 10px;
}
#nav_links {
	width: 200px;
	height: 25px;
	float: right;
	text-align: right;
	padding-right: 10px;
	font-style: italic;
}
#nav_links a {
	border: none;
	margin-left: 20px;
}

/* Content */
#content {
	width: 950px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}

/* Sections */
div.section {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.8em;
}
div.section_footer {
	height: 10px;
	margin-left: -5px;
}
div.section h1 {
	display: block;
	width: 40px;
	height: 35px;
	font-size: 1.4em;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 0px;
	margin-left: -5px;
}
div.section h2 {
	margin-top: 0px;
	font-size: 1.2em;
}
div.section h2 a {
	color: #22397c;
	text-decoration: none;
}
div.section h2 a:hover {
	text-decoration: underline;
}
div.section h3 {
	font-size: 1.0em;
	color: #22397c;
	font-style: normal;
}
div.section p {
	margin-right: 10px;
}
div.section img {
	padding: 2px;
	border: 1px solid #cccccc;
	margin: 5px;
	margin-top: 0px;
}
div.section_links {
	font-size: 1.0em;
}
div.section_links a {
	text-decoration: none;
	color: #22397c;
	font-weight: bold;
	font-size: 0.9em;
}
div.section_links a:hover {
	text-decoration: underline;
}
div.section_break {
	margin-top: 10px;
	border-top: 1px dashed #cccccc;
	padding-bottom: 10px;
	margin-right: 10px;
}

/* Featured park section */
#featured_park, #featured_park_large, #full-width {
	margin-left: 5px;
	padding-left: 5px;
	width: 500px;
	border: 1px solid #b8d2ff;
}
#featured_park_large, #region_list {
	width: 660px;
}
#full-width {
	width: 930px;
}
#featured_park h1, #featured_park_large h1, #full-width h1 {
	width: 100%;
	background-color: #b8d2ff;
	color: #22397c;
}

/* Additional links section */
#additional_links, #special_offers {
	margin-left: 8px;
	margin-top: 10px;
	width: 930px;
	border: 1px solid #bde992;
}
#additional_links h1, #special_offers h1, #region_list h1 {
	width: 100%;
	color: #66aa00;
	background-color: #bde992;
}

/* Selected region section */
#selected_region {
	margin-left: 5px;
	padding-left: 5px;
	width: 390px;
	border: 1px solid #b8d2ff;
}
#selected_region h1 {
	width: 100%;
	color: #22397c;
	background-color: #b8d2ff;
}

/* Region parks list section */
#region_parks_list {
	margin-left: 5px;
	margin-top: 10px;
	width: 750px;
	border: 1px solid #bde992;
}
#region_parks_list h1 {
	width: 100%;
	color: #66cc00;
	background-color: #bde992;
}

/* Selected park */
#selected_park {
	margin-left: 5px;
	padding-left: 5px;
	width: 390px;
	border: 1px solid #b8d2ff;
}
#selected_park h1 {
	width: 100%;
	color: #22397c;
	background-color: #b8d2ff;
}

/* Park facilities section */
#park_facilities {
	float: right;
	margin-right: 5px;
	width: 335px;
	border: 1px solid #ff7373;
}
#park_facilities h1 {
	width: 100%;
	color: #c50000;
	background-color: #ff7373;
}
#park_facilities ul {
	list-style-type: none;
}

/* Tips and tricks section */
#tips_and_tricks, #tips_and_tricks_small, #latest_news, #regions, #browse_by_brand, #browse_by_category, #special_offer_popup_content {
	float: right;
	margin-right: 5px;
	width: 410px;
	border: 1px solid #ff7373;
}
#tips_and_tricks_small {
	width: 250px;
}
#tips_and_tricks h1, #tips_and_tricks_small h1, #latest_news h1, #regions h1, #browse_by_brand h1, #browse_by_category h1, #special_offer_popup_content h1 {
	width: 100%;
	color: #aa0000;
	background-color: #ff7373;
}

#browse_by_brand_content {
	font-size: 0.9em;
	color: #c50000;
}
#browse_by_brand_content, #browse_by_brand_content a {
	color: #c50000;
}
#browse_by_brand_content a:hover {
	font-weight: bold;
}

#browse_by_category_content {
	font-size: 0.9em;
	color: #c50000;
}
#browse_by_category_content, #browse_by_category_content a {
	color: #c50000;
}
#browse_by_category_content a:hover {
	font-weight: bold;
}

/* Special offers */
div.special_offer_option {
	width: 128px;
	height: 128px;
	float: left;
}
div.special_offer_option a {
	display: block;
	width: 113px;
	height: 108px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	background-image: url(/images/buttons/special-offer-options.gif);
	padding-top: 20px;
	padding-left: 2px;
	padding-right: 10px;
	font-size: 0.9em;
}
div.special_offer_option a:hover {
	background-image: url(/images/buttons/special-offer-options-hover.gif);
}

/* Footer */
#footer {
	clear: both;
	width: 960px;
	text-align: center;
	padding: 10px;
	font-size: 0.6em;
}
#footer a {
	padding-right: 10px;
	color: #0000cc;
}

/* Misc */
.text_left {
	text-align: left;
}
.invisible {
	display: none;
}
.align_left {
	float: left;
}
.align_right {
	float: right;
	text-align: right;
}
a.more_info {
	height: 30px;
	background-image: url(/images/buttons/more_information.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 25px;
	padding-bottom: 5px;
}
h2.check_link {
	margin: 0px;
	padding: 0px;
}
a.check_link {
	text-align: left;
	display: block;
	width: 100%;
	height: 21px;
	padding-top: 0px;
	background-image: url(/images/buttons/more_information.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0px;
	padding-left: 25px;
}
li.option_yes {
	background-image: url(/images/buttons/check.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: -35px;
	padding-left: 25px;
	height: 20px;
}
li.option_no {
	background-image: url(/images/buttons/cross.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: -35px;
	padding-left: 25px;
	height: 20px;
}
ul {
	list-style-type: square;
}
.clear {
	clear: both;
}
.float_left {
	float: left;
}
.bold {
	font-weight: bold;
}
.spacing {
	margin-top: 20px;
}

/* Tables */
table {
	border-spacing: 0px;
	width: 930px;
	color: #21387b;
	font-size: 0.8em;
}
table thead tr {
	text-align: left;
}
td {
	border: none;
	padding: 2px;
}
td a {
	color: #ce0000;
}
table tbody tr.odd {
	background-color: #dee7f7;
}
table tbody tr.even {
	background-color: #ffffff;
}
table tbody tr:hover {
	background-color: #ce0000;
	color: #ffffff;
}
tr:hover a {
	color: #ffffff;
}
tr:hover th a {
	color: #21387b;
}

/* Forms */
#subscribeForm fieldset {
	border: none;
}
#subscribeForm fieldset legend {
	display: none;
}
#subscribeForm input#email {
	margin-left: 20px;
}
#subscribeForm input#field5 {
	margin-left: 1px;
}
#subscribeForm input#field6 {
	margin-left: 7px;
}

/* Other links */
#other_links {
	text-align: center;
	font-size: 0.6em;
}
#other_links a, #other_links h2 {
	color: #cccccc;
}

/* IE 6 hacks */
* html #right_header {
	margin-top: -130px;
}
* html #left_header_top {
	width: 342px;
}
* html div.section_footer {
	background-position: bottom;
}
* html #regions, * html #latest_news, * html #tips_and_tricks {
	margin-right: 0px;
	padding-right: 0px;
	width: 300px;
}
* html div#regions h2 a.check_link {
	width: 300px;
}
#left_header_bottom span.helper {
	display: block;
	height: 20px;
	font-size: 0.6em;
	margin-left: 375px;
	padding-top: 8px;
	font-weight: bold;
}
.ppn_highlight {
	font-weight: bold;
}
.digg {
	float: left;
	padding-right: 5px;
}
div.center {
	width: 100%;
	text-align: center;
}
div.best_seller {
	border: 1px solid #eeeeee;
	padding: 3px;
	clear: both;
	margin-bottom: 2px;
}
div.best_seller img {
	float: left;
}
div.best_seller h2 a {
	margin: 0px;
	padding: 0px;
}
div.best_seller h3, div.best_seller h3 a {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 0.9em;
	margin-bottom: 10px;
	margin-top: -10px;
}
div.best_seller a {
	display: block;
	font-size: 0.7em;
	margin-top: 10px;
}
div.best_seller:hover {
	background-color: #eeeeee;
	border: 1px solid #dddddd;
}
#browse_by_brand_content a, #browse_by_category_content a {
	font-size: 0.9em;
	text-decoration: none;
}
a.browse_by_brand_column, a.browse_by_category_column {
	float: left;
	width: 160px;
	padding: 2px;
	border: 1px solid #ffffff;
}
a.browse_by_brand_column:hover, a.browse_by_category_column:hover {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}
div#filters_in_use {
	width: 98%;
	border: 1px solid #94baff;
	background-color: #deebff;
	padding: 5px;
	color: #21387b;
	font-size: 0.8em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	float: left;
}
div#filters_in_use span {
	display: block;
	height: 15px;
	float: left;
	padding-right: 10px;
}
div#filters_in_use p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
div#filters_in_use a {
	text-decoration: none;
	color: #21387b;
	font-weight: bold;
}
div#filters_in_use a:hover {
	text-decoration: underline;
}
div#filters_in_use a.product_filter_remove {
	text-decoration: none;
	padding: 3px;
	color: #ce0000;
	border: 1px solid #94baff;
	padding-top: 0px;
	margin-left: 5px;
	margin-top: -1px;
	background-color: #ffffff;
}
div#filters_in_use a.product_filter_remove:hover {
	border: 1px solid #6189cc;
	background-color: #9bb8cc;
}
p.info {
	width: 379px;
	border: 1px solid #94baff;
	background-color: #deebff;
	padding: 5px;
	color: #21387b;
	font-size: 0.8em;
	padding-bottom: 10px;
	margin-top: 0px;
}
p.info a {
	text-decoration: none;
	color: #21387b;
	font-weight: bold;
}
p.info a:hover {
	text-decoration: underline;
}
p.info_light {
	width: 370px;
	border: 1px solid #b6dcff;
	background-color: #fffdff;
	padding: 5px;
	color: #21387b;
	font-size: 0.8em;
	padding-bottom: 10px;
	margin-top: 3px;
}
p.info_light a {
	text-decoration: none;
	color: #21387b;
	font-weight: bold;
}
p.info_light a:hover {
	text-decoration: underline;
}


div.product {
	position: relative;
	border: 1px solid #94baff;
	margin-bottom: 5px;
	padding: 3px;
	font-size: 0.9em;
}
div.product h2 {
	width: 370px;
	border: 1px solid #94baff;
	background-color: #deebff;
	padding: 5px;
	color: #21387b;
	font-size: 1em;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
div.product p {
	font-size: 0.8em;
}
div.product a.thumbnail {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	margin-right: 15px;
	margin-top: -5px;
}
p.product_teaser {
	position: relative;
	margin-top: -100px;
	width: 274px;
	margin-left: 108px;
}
div.product p a {
	color: #21387b;
	text-decoration: none;
	font-weight: bold;
}
div.product p a:hover {
	text-decoration: underline;
}
a.thumbnail img {
	border: 1px solid #cccccc;	
	width: 100px;
	height: 100px;
}
a.thumbnail img:hover {
	border: 1px solid #999999;
}
div.product p.product_price {
	position: relative;
	margin-top: 30px;
	text-align: right;
	font-weight: bold;
}
div.product p.product_readmore, div.product p.product_buy {
	position: relative;
	margin-top: 10px;
	text-align: right;
}
div.product p.product_buy a {
	color: #ce0000;
	font-size: 1.2em;
}
a.page_selected {
	border: 1px solid #21387b;
	padding-left: 2px;
	padding-right: 2px;
}

/* Special offer popup */
#special_offer_popup {
	display: block;
	position: absolute;
	width: 400px;
	border: 2px solid #ffffff;
	left: 280px;
	top: 180px;
	background-color: #ffffff;
	display: none;
}
#special_offer_popup_content {
	width: 388px;
	margin-left: 2px;
}
#special_offer_popup_content div.haven_special_offers, #special_offer_popup_content div.park_resorts_special_offers {
	width: 180px;
	padding: 3px;
	float: left;
	text-align: center;
}
#special_offer_popup_content div.park_resorts_special_offers {
	float: right;
	border-left: 1px dashed #cccccc;
}
#special_offer_popup_content h1, #special_offer_popup_content h2 {
}
#special_offer_popup_content a {
	display: block;
	height: 20px;
	width: 170px;
	margin: auto;
}
#special_offer_popup_content p.voucher_code {
	font-style: italic;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
}
#special_offer_popup div.close_button a {
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
}
#special_offer_popup_content div.haven_special_offers a, #special_offer_popup_content div.park_resorts_special_offers a {
	display: block;
	width: 150px;
	height: 70px;
	padding-top: 8px;
	padding-botton: 3px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	margin-bottom: 5px;
	color: #666666;
}
#special_offer_popup_content div.haven_special_offers a:hover, #special_offer_popup_content div.park_resorts_special_offers a:hover {
	background-color: #cccccc;
	color: #000000;
}
#special_offer_popup_content div.haven_special_offers a.tourer, #special_offer_popup_content div.park_resorts_special_offers a.tourer {
	height: 65px;
}
#special_offer_popup_content div.haven_special_offers a.static, #special_offer_popup_content div.park_resorts_special_offers a.static {
	height: 50px;
}
.clear-text {
	display: none;
}
a#special-offers {
	display: block;
	width: 335px;
	height: 75px;
	background-image: url(/images/banners/special-offers.gif);
	position: absolute;
	top: 90px;
	right: 10px;
}
a#special-offers:hover {
	background-image: url(/images/banners/special-offers-hover.gif);
}
div.home-deal-search table {
	width: 250px;
}
.important {
	color: red;
}
