* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
body {
	margin:0px;
	background-color:#f2e814;
	background-image:url(/newsite/images/background.jpg);
	background-repeat:repeat-x;
	}
.iH { display:none }
a, a:active, a:visited, input { /* link dotted lines fix */
	outline: none;
	-moz-outline-style: none;
	}
hr {
	height:1px;
	font-size:0px;
	border:0px solid #cccccc;
	color:#cccccc;
	background-color:#cccccc;
	margin:6px 0;
	}
hr.cline {
	height:1px;
	font-size:0px;
	border:0px solid #888888;
	color:#888888;
	background-color:#888888;
	margin:2px 0;
	}
#noJS {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:yellow;
	}

/* ============================ */
/* ========== Header ========== */
/* ============================ */

#header {
   width:988px;
   height:342px;
   margin:0 auto;
   background-position: 0 30px;
	position:relative;
	background-image:url(/newsite/images/header.jpg);
	background-repeat:no-repeat;
	}
.headerHome {
   position:absolute;
	left:296px; top:51px;
	}
#upperMenu a {
	height:30px; line-height:30px;
	padding:0 11px;
	font-size:15px;
	font-weight:bold;
	color:white;
	text-decoration:none;
	display:table-cell;
	position:relative;
	z-index:99;
	}
#upperMenu a:hover {
	color:#003990;
	}
#headerButtons {
	position:absolute;
	left:610px;
	top:22px;
	}
.headerButton {
	width:114px;
	height:25px;
	background-image:url(/newsite/images/headerButton.jpg);
	font-size:16px;
	font-weight:bold;
	color:white;
	display:block;
	text-align:center;
	text-decoration:none;
	padding-top:5px;
	float:left;
	margin-right:6px;
	}
.headerButton:hover {
	background-image:url(/newsite/images/headerButton_over.jpg);
	}
a.headerCart {
   display:block;
	width:106px; height:35px;
	background-image:url(/newsite/images/cart_button.png);
   position:absolute;
   left:586px; top:11px;
   z-index:99;
   padding-left:70px;
   font-size:18px;
   font-weight:bold;
	color:black;
	line-height:35px;
	text-decoration:none;
	}
a.signinButton {
	display:block;
	width:176px; height:33px;
	padding-top:2px;
	background-image:url(/newsite/images/header_button.png);
   position:absolute;
   left:769px; top:11px;
   z-index:99;
   font-size:14px;
   font-weight:bold;
   line-height:14px;
   color:black;
   text-decoration:none;
   text-align:center;
	}
a.homeButton {
	display:block;
	width:111px; height:35px;
	background-image:url(/newsite/images/header_button_sm.png);
   position:absolute;
   left:29px; top:11px;
   z-index:99;
   font-size:18px;
   font-weight:bold;
   line-height:35px;
   color:black;
   text-decoration:none;
   text-align:center;
	}
a.emailButton {
	display:block;
	width:111px; height:35px;
	background-image:url(/newsite/images/header_button_sm.png);
   position:absolute;
   left:150px; top:11px;
   z-index:99;
   font-size:18px;
   font-weight:bold;
   line-height:35px;
   color:black;
   text-decoration:none;
   text-align:center;
	}
a.signoutButton {
	display:block;
	width:176px; height:35px;
	background-image:url(/newsite/images/header_button.png);
   position:absolute;
   left:625px; top:11px;
   z-index:99;
   font-size:18px;
   font-weight:bold;
   line-height:35px;
   color:black;
   text-decoration:none;
   text-align:center;
	}
a.myAccountButton {
	display:block;
	width:176px; height:35px;
	background-image:url(/newsite/images/header_button.png);
   position:absolute;
   left:808px; top:11px;
   z-index:99;
   font-size:18px;
   font-weight:bold;
   line-height:35px;
   color:black;
   text-decoration:none;
   text-align:center;
	}
a.signinButton:hover, a.signoutButton:hover, a.headerCart:hover, a.myAccountButton:hover, a.homeButton:hover, a.emailButton:hover {
	color:#ff0000;
	cursor:pointer;
	}
.button_specials {
	display:block;
	width:188px; height:47px;
	background-image:url(/newsite/images/button_specials.png);
	position:absolute;
	left:42px; top:291px;
	}
.button_gallery {
	display:block;
	width:188px; height:47px;
	background-image:url(/newsite/images/button_gallery.png);
	position:absolute;
	left:281px; top:291px;
	}
.button_safety {
	display:block;
	width:188px; height:47px;
	background-image:url(/newsite/images/button_safety.png);
	position:absolute;
	left:517px; top:291px;
	}
.button_contact {
	display:block;
	width:188px; height:47px;
	background-image:url(/newsite/images/button_contact.png);
	position:absolute;
	left:755px; top:291px;
	}
.button_specials:hover, .button_gallery:hover, .button_safety:hover, .button_contact:hover {
	background-position:0 47px;
	}

/* ========================== */
/* ========== Menu ========== */
/* ========================== */

#menuBar {
   width:980px; height:30px;
   position:absolute;
	left:2px; top:161px;
	background-image:url(/newsite/images/menuBack.jpg);
	z-index:999;
	}
#menuBar a {
	display:block;
	line-height:30px;
	color:white;
	text-decoration:none;
	background-image:url(/newsite/images/menuBack.jpg);
	float:left;
	font-size:15px;
	padding:0 9px;
	}
#menuBar a:hover {
	background-image:url(/newsite/images/menuOver.jpg);
	}

/* ============================= */
/* ========== Content ========== */
/* ============================= */

#contentDiv{
	width:953px;
	padding:6px 17px 0 18px;
	margin:0 auto;
	background-color:white;
	}
.contentDivInner {
	padding:0 40px;
	}
#contentDiv, #contentDiv p, #contentDiv li {
	font-size:14px;
	color:black;
	}
#contentDiv a {
	font-size:14px;
	color:#ff6300;
	}
#contentDiv a:hover {
	color:red;
	}
#contentDiv h1, .pageHeading {
	color:#ff000d;
	font-size:24px;
	font-weight:bold;
	margin:15px 0 0 0;
	}
#contentDiv h2 {
	color:#007d9f;
	font-size:18px;
	line-height:19px;
	margin:0;
	}
.callBox {
	width:175px; /*height:125px;*/
	padding:20px;
	font-size:20px;
	border:1px solid #69d6ff;
	background-color:#eeeeee;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align:center;
	}
#contentDiv .question {
	font-weight:bold;
	color:red;
	margin-bottom:0;
	}
.answer {
	margin-top:0;
	margin-left:40px;
	}
.specials {
   width:578px; height:180px;
	background-image:url(/newsite/images/specials.jpg);
	position:relative;
	margin-bottom:6px;
	}
.specialsPhoto {
	width:246px; height:180px;
	overflow:hidden;
	float:left;
	}
.specialsPhoto img {
	overflow:hidden;
	}
.specialsText {
	padding:9px 20px 0 270px;
	font-size:15px;
	color:black;
	}
.specialsText b {
	font-size:13px;
	color:#1c5985;
	}
.specialsDescription {
	font-size:13px;
	margin-top:10px;
	}
.specialsPhoto_overlay {
	width:246px; height:180px;
	background-image:url(/newsite/images/specials_left.png);
	z-index:99;
	position:absolute;
	left:0px; top:0px;
	}
#contentDiv a.specialsViewButton {
	display:block;
	width:231px; height:39px;
	overflow:hidden;
	/*background-image:url(../images/specials_view_button.jpg);*/
	background-color:#1c5985;
	padding:0 10px;
	border-radius:39px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:white;
	text-align:center;
	text-decoration:none;
	line-height:39px;
	cursor:auto;
	position:absolute;
	right:10px; top:128px;
	}
#contentDiv a.specialsViewButton:hover {
	background-position:0 39px;
	}
.jshowoff-slidelinks {
	position:absolute;
	left:15px; top:152px;
	z-index:100;
	}
#contentDiv .jshowoff-slidelinks a {
	display:block;
	background-image:url(/newsite/images/bannerNav.gif);
	width:15px; height:14px;
	line-height:15px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#2790c7;
	text-decoration:none;
	margin-right:4px;
	float:left;
	outline: 0;
	}
#contentDiv .jshowoff-slidelinks a:hover {
	color:#13598c;
	}
#contentDiv .jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	color:#13598c;
	}
.theButton {
	margin-top:7px;
	}
#creditBox {
	width:270px;
	height:146px;
	background-image:url(/newsite/images/creditcards2.jpg);
	position:relative;
	}
#creditBox .paypalButton {
	position:absolute;
	left:65px; top:83px;
	}
.homePop {
	width:340px; /*height:161px*/
	padding:0 5px;
	}
.homePop h1 {
	font-size:24px;
	font-weight:bold;
	color:#ff0000;
	margin-top:0;
	}
.homePop p {
	font-size:18px;
	margin-bottom:0;
	}
.contentInner {
	padding:0 45px;
	}
.indent {
	margin-left:20px;
	}
#servingBox {
	width:253px;
	padding:11px 0 5px 17px;
	background-image:url();
	background-repeat:no-repeat;
	background-color:#7f7ae6;
	margin-top:7px;
	font-size:18px;
	color:white;
	}
#servingBoxBottom {
	width:270px; height:6px;
	background-image:url(/newsite/images/servingBox_bottom.jpg);
	margin-bottom:6px;
	}
#servingBox ul {
	list-style-image:url(/newsite/images/serving_bullet.gif);
	margin-top:12px;
	margin-bottom:0;
	}
#servingBox li {
   font-size:12px;
	color:white;
	line-height:11px;
	}
#calendarBox {
	width:270px;
	margin-top:6px;
	padding-top:1px;
	background-image:url(/newsite/images/calendarBox.jpg);
	background-color:#fcab28;
	background-repeat:no-repeat;
	}
#calendarInner {
	background-color:white;
	width:220px;
	margin:6px 0 0 15px;
	padding:1px 10px;
	}
#calendarBoxBottom {
	width:270px; height:6px;
	background-image:url(/newsite/images/calendarBox_bottom.jpg);
	border-top:1px solid #fdac29;
	font-size:1px;
	}
#contentDiv #calendarNew a {
	font-size:11px;
	}
#calendarNew {
	margin-top:5px;
	}
.ui-datepicker-inline {
	margin:0 auto;
	}
#weather td {
	font-size:11px;
	}
#weather a {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	}
#weather a:hover {
	color:#E7EF44;
	}
.ALERHsmLinks {
	display:none;
	}
.ALERHnavOut {
	margin-top:15px;
	}

/* ======================================== */
/* ========== Small Boxes Blurbs ========== */
/* ======================================== */

.bounceBlurb {
	width:903px;
	padding:11px 20px;
	background-color:#f68c01;
	background-repeat:no-repeat;
	color:white;
	font-size:14px;
	font-weight:bold;
	float:left;
	border-bottom-left-radius:7px;
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	margin-bottom:6px;
	}
.combosBlurb {
	width:903px;
	padding:11px 20px;
	background-color:#ec422b;
	background-repeat:no-repeat;
	color:white;
	font-size:14px;
	font-weight:bold;
	float:left;
   border-radius:7px;
   margin-bottom:6px;
	}
.slidesBlurb {
   width:903px;
	padding:11px 20px;
	background-color:#78b8f6;
	background-repeat:no-repeat;
	color:white;
	font-size:14px;
	font-weight:bold;
	float:left;
	border-radius:7px;
	margin-bottom:6px;
	}
.toddlersBlurb {
   width:903px;
   padding:11px 20px;
	background-color:#65bb1c;
	background-repeat:no-repeat;
	color:white;
	font-size:14px;
	font-weight:bold;
	float:left;
   border-bottom-left-radius:7px;
	border-top-left-radius:7px;
	border-bottom-right-radius:7px;
	margin-bottom:6px;
	}
.interactivesBlurb {
	width:903px;
	padding:11px 20px;
	background-color:#8782e8;
	background-repeat:no-repeat;
	color:white;
	font-size:14px;
	font-weight:bold;
	float:left;
	border-bottom-left-radius:7px;
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	}
.gamesBlurb {
	width:903px;
	padding:11px 20px;
	background-color:#62d0ca;
	background-repeat:no-repeat;
	color:white;
	font-size:14px;
	font-weight:bold;
	float:left;
   border-radius:7px;
	}
.tablesBlurb {
   width:903px;
	padding:11px 20px;
	background-color:#fec809;
	background-repeat:no-repeat;
	color:white;
	font-size:14px;
	font-weight:bold;
	float:left;
	border-radius:7px;
	}
.extrasBlurb {
   width:903px;
	padding:11px 20px;
	background-color:#e48fb1;
	background-repeat:no-repeat;
	color:white;
	font-size:14px;
	font-weight:bold;
	float:left;
   border-bottom-left-radius:7px;
	border-top-left-radius:7px;
	border-bottom-right-radius:7px;
	}
.productTable {
	width:849px;
	border-collapse:collapse;
	margin-right:auto; margin-left:auto;
	margin-top:-6px;
	}
.productTable h2 {
	font-size:16px;
	font-weight:bold;
	color:#007d9f;
	}
.productTable p {
	font-size:14px;
	color:black;
	}
.productTableLink {
	font-size:12px;
	}
.moreInfo {
	border:1px solid #b2c7d7;
	padding:7px;
	font-size:11px;
	}
#contentDiv .moreInfo a {
	font-size:11px;
	}
.contactTable {
	margin-right:auto; margin-left:auto;
	}
.adBox {
	border:1px solid #b2c7d7;
	background-image:url(/newsite/images/adBack.jpg);
	background-color:#d3d4d3;
	background-repeat:repeat-x;
	padding:7px;
	font-size:14px;
	width:300px;
	margin-right:auto; margin-left:auto;
	border-radius:6px;
	}

/* =============================== */
/* ========== Big Boxes ========== */
/* =============================== */

.bigBoxes {
	width:966px;
	margin:0 auto;
	padding:7px 0 7px 22px;
	background-image:url(/newsite/images/bigBoxes.jpg);
	background-color:#cd261e;
	background-repeat:repeat-x;
	}
#bigboxBounce {
	width:231px;
	height:171px;
	background-image:url(/newsite/images/bigbox_bounce.jpg);
	cursor:auto;
	float:left;
	margin:0 7px 0 0;
	}
#bigboxCombos {
	width:229px;
	height:171px;
	background-image:url(/newsite/images/bigbox_combos.jpg);
	cursor:auto;
	float:left;
	}
#bigboxSlides {
	width:231px;
	height:171px;
	background-image:url(/images/bigbox_slides.jpg);
	cursor:auto;
	float:left;
	margin:0 7px;
	}
#bigboxToddlers {
	width:229px;
	height:171px;
	background-image:url(/newsite/images/bigbox_toddlers.jpg);
	cursor:auto;
	float:left;
	}
#bigboxInt {
	width:229px;
	height:171px;
	background-image:url(/newsite/images/bigbox_int.jpg);
	cursor:auto;
	float:left;
	}
#bigboxGames {
	width:229px;
	height:171px;
	background-image:url(/images/bigbox_ad.jpg);
	cursor:auto;
	float:left;
	margin:7px 0 0 0;
	}
#bigboxTables {
	width:231px;
	height:171px;
	background-image:url(/newsite/images/bigbox_tables.jpg);
	cursor:auto;
	float:left;
	margin:7px 7px 0 7px;
	}
#bigboxExtras {
	width:231px;
	height:171px;
	background-image:url(/newsite/images/bigbox_extras.jpg);
	cursor:auto;
	float:left;
	margin:7px 0 0 0;
	}
#bigboxEntertainers {
        width:231px;
        height:171px;
        background-image:url(/images/bigbox_entertainers.jpg);
        cursor:auto;
        margin:6px 5px 0 6px;
        float:left;
        }

#bigboxSlides:hover, #bigboxBounce:hover, #bigboxExtras:hover, #bigboxInt:hover, #bigboxCombos:hover, #bigboxEntertainers:hover, #bigboxTables:hover, #bigboxGames:hover {
	background-position:0 171px;
	cursor:pointer;
	}

/* ==================================== */
/* ========== Sub-Page Boxes ========== */
/* ==================================== */

#smboxBounce {
	width:231px;
	height:67px;
	background-image:url(/newsite/images/smbox_bounce.jpg);
	cursor:auto;
	float:left;
	}
#smboxCombos {
	width:229px;
	height:67px;
	background-image:url(/newsite/images/smbox_combos.jpg);
	cursor:auto;
	margin:0 7px;
	float:left;
	}
#smboxSlides {
	width:231px;
	height:67px;
	background-image:url(/newsite/images/smbox_slides.jpg);
	cursor:auto;
	float:left;
	}
#smboxToddlers {
	width:231px;
	height:67px;
	background-image:url(/newsite/images/smbox_toddlers.jpg);
	cursor:auto;
	margin-left:7px;
	float:left;
	clear:right;
	}
#smboxInteractives {
	width:231px;
	height:67px;
	background-image:url(/newsite/images/smbox_interactives.gif);
	cursor:auto;
	float:left;
	}
#smboxGames {
	width:229px;
	height:67px;
	background-image:url(/images/smbox_games.gif);
	cursor:auto;
	margin:0 7px;
	float:left;
	}
#smboxTables {
	width:231px;
	height:67px;
	background-image:url(/newsite/images/smbox_tables.gif);
	cursor:auto;
	float:left;
	}
#smboxExtras {
	width:231px;
	height:67px;
	background-image:url(/newsite/images/smbox_extras.gif);
	cursor:auto;
	margin-left:7px;
	float:left;
	clear:right;
	}
#smboxBounce:hover, #smboxCombos:hover, #smboxSlides:hover, #smboxToddlers:hover, #smboxInteractives:hover, #smboxGames:hover, #smboxTables:hover, #smboxExtras:hover {
	background-position:0 67px;
	cursor:pointer;
	}
.pickupsTitle {
   font-size:18px;
	font-weight:bold;
	color:#13abd6;
	display:block;
	border-bottom:1px solid #b2c7d7;
	margin:0;
	}
.pickupsUL li {
	margin-bottom:7px;
	font-size:14px;
	}
.popupClose {
	display:block;
	width:16px; height:16px;
	background-image:url(/newsite/images/closeX.png);
	float:right;
	}
.popupClose:hover {
	background-position:0 16px;
	}
.loginTextBox {
	border-radius:7px;
	width:192px; height:30px;
	padding:0 10px;
	line-height:30px;
	font-size:15px;
	border:1px solid #666666;
	margin-top:1px;
	}
.statusBox {
	width:16px; height:16px;
	border-radius: 5px;
	margin-right:5px;
	}

/* =================================== */
/* ========== Shopping Cart ========== */
/* =================================== */

#viewCartForm {
   width:60%;
	margin:50px auto 0 auto;
	}
table.cartTable {
	width:100%;
	margin-top:20px;
	}
.cartTable th {
	background-color:#d8eaf8;
	border:1px solid #76b8da;
	color:#0d4874;
	font-size:18px;
	font-weight:normal;
	padding:5px 10px;
	}
.cartTable td {
	font-size:13px;
	padding:5px 10px;
	border-bottom:1px solid #c0c0c0;
	}
.totalTable {
	margin:7px 0;
	}
.totalTable td {
	font-size:15px;
	}

/* ===================================== */
/* ========== CALENDAR STYLES ========== */
/* ===================================== */

#calendar2 {
	border-radius: 4px 4px 4px 4px;
	display: block;
	padding: 0.2em 0.2em 0;
	width: 17em;
	background: url("/newsite/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") repeat-x scroll 50% top #EEEEEE;
	border: 1px solid #DDDDDD;
	color: #333333;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 11px;
	height:178px;
	}
.calendarDayHighlight {
	color:#333333;
	font-weight: bold;
	text-align: center;
	height:18px;
	line-height:18px;
	}
.calendarTitleText {
	padding: 0.2em 0;
	position: relative;
	border-radius: 4px 4px 4px 4px;
	background: url("/newsite/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png") repeat-x scroll 50% 50% #F6A828;
	border: 1px solid #E78F08;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	text-align:center;
	}
.calendarUnavailable {
	font-size: 11px;
	color: #999999;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	font-weight: bold;
   text-align: right;
	text-decoration: none;
	padding: 0.2em;
	}
.calendarAvailable {
   font-size: 11px;
	color: #007D9F;
	background-color: white;
	border: 1px solid #CCCCCC;
	font-weight: bold;
   text-align: right;
	text-decoration: none;
	padding: 0.2em;
	}
.calendarAvailable_over {
	cursor:pointer;
   font-size: 11px;
	color: #007D9F;
	background-color: #a1d1e5;
	border: 1px solid #CCCCCC;
	font-weight: bold;
   text-align: right;
	text-decoration: none;
	padding: 0.2em;
	}
.calendarToday {
	background-color:#ffe45c;
	border-color:#fed22f;
	color: #333333;
	}
.calendarBooked {
   font-size: 11px;
	color: white;
	background-color: red;
	border: 1px solid #CCCCCC;
	font-weight: bold;
   text-align: right;
	text-decoration: none;
	padding: 0.2em;
	}
.parkCheckout {
	border:1px solid #74badb;
	background-color:#d6e8f2;
	padding:10px;
	border-radius:7px;
	text-align:left;
	}

/* =========================== */
/* ========== Admin ========== */
/* =========================== */

#adminHeader {
	width:988px; height:134px;
	background-image:url(/newsite/images/header_admin.jpg);
	margin:30px auto 0 auto;
	position:relative;
	}
#adminContentDiv {
	width:940px;
	padding:6px 22px 0 22px;
	margin:0 auto;
	background-color:white;
	}
#menuBar2 {
   position:absolute;
   z-index:999;
   left:2px; top:104px;
   width:980px; height:30px;
   }
.nav, .nav ul {
   padding: 0;
   margin: 0;
   list-style: none;
   }
.nav a {
   display:block;
   color:white;
   font-size:14px;
   text-decoration:none;
   text-align:center;
   line-height:30px;
   width:122px;
   }
#menuBar2 .nav a {
	width:140px;
	}
.nav li {
   float:left;
   margin:0;
   }
.nav li ul {
   position:absolute;
   text-align:left;
   width:140px;
   left:-999em;
   }
.nav li a:hover, .nav li a.active {
	background-color:#338fd3;
  }
.nav li a:hover div, .nav li a.active div {
   cursor:default;
   }
.nav li ul li, .nav li ul li:hover {
   border:none;
   display:block;
   }
.nav li ul li a, #menuBar2 .nav li ul li a  {
   font-size:12px;
   line-height:22px;
   display:block;
   border:none;
   width:130px;
   padding:0px 5px;
   text-align:left;
   background-color:#1c5986;
   position:relative;
   z-index:99;
   }
.nav li ul li a:hover, #menuBar2 .nav li ul li a:hover {
	background-color:#338fd3;
	background-image:none;
   }
.nav li:hover ul, .nav li.sfhover ul, .nav li ul li:hover ul, .nav li ul li.sfhover ul {
   left:auto;
   display:block;
   }
.navBottom, .navBottom:hover {
   width:140px; height:7px;
   background-image:url(/newsite/images/submenu_bottom.gif);
   font-size:0px;
   }
.dataTable {
	margin:0 auto;
	text-align:left;
	width:940px;
   border-left:1px solid #9e9e9e;
	border-right:1px solid #9e9e9e;
	}
.dataTable2 {
	margin:0 auto;
	}
.noBorders {
	border:none;
	}
#contentDiv .dataTable td {
	border-bottom:1px solid #9e9e9e;
	height:22px;
	padding-left:3px;
	}
#contentDiv .dataTable td, #contentDiv .dataTable td a, #contentDiv .dataTable2 td, #contentDiv .dataTable2 td a {
   text-align:left;
   font-size:12px;
   }
#contentDiv .dataTable th {
   background-color:#969696;
   background-image:url(/newsite/images/dataTable_th.jpg);
   color:black;
   font-size:14px;
   height:22px;
   font-weight:normal;
   padding-left:4px;
   }
#contentDiv .dataTable th a {
   color:black;
   font-size:14px;
   text-decoration:none;
   }
#contentDiv .dataTable th a:hover {
   text-decoration:underline;
   }
.heading2 {
   display:block;
   height:28px;
   padding-left:10px;
   background-color:#969696;
   background-image:url(/newsite/images/heading2.jpg);
   line-height:28px;
   font-size:18px;
   color:black;
   position:static;
   z-index:1;
   }
.heading4 {
   display:block;
   width:930px; height:28px;
   padding-left:10px;
   background-color:#969696;
   background-image:url(/newsite/images/heading2.jpg);
   line-height:28px;
   font-size:18px;
   color:black;
   position:static;
   z-index:1;
   margin:0 auto;
   }
.heading3_title {
   float:left;
   margin-right:6px;
   }
.heading3_button {
   float:right;
   margin-right:6px;
   margin-top:2px;
   clear:right;
   }
.heading3_button {
	//margin-top:1px; /* IE Hack */
	}
div.xtitle {
	color:white;
	display:block;
	height:28px;
	line-height:28px;
	background-color:#801519;
	background-image:url(/newsite/images/title.jpg);
	padding-left:10px;
	}
#contentDiv .title2, .heading3, .heading1 {
	color:white;
	font-size:18px;
	font-weight:bold;
	margin:12px auto 0 auto;
	display:block;
	width:930px; height:28px;
	line-height:28px;
	background-color:#13abd6;
	background-image:url(/newsite/images/title2.jpg);
	padding-left:10px;
	border-bottom:none;
	}
.heading1 {
	background-image:url(/newsite/images/title.jpg);
	}
.isHidden {
	color:#888888;
	}
.detailsTable {
	border:1px solid #7f7f7f;
	}
.detailsTable th {
   display:table-cell;
   height:28px;
   padding-left:10px;
   background-color:#969696;
   background-image:url(/newsite/images/heading2.jpg);
   line-height:28px;
   font-size:16px;
   font-weight:normal;
   color:black;
	}
.detailsTable td, .detailsTable a {
	font-size:12px;
	}
.detailsTable {
	border:1px solid #7f7f7f;
   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
.detailsTable th {
   display:table-cell;
   height:28px;
   padding-left:10px;
   background-color:#969696;
   background-image:url(/newsite/images/heading2.jpg);
   line-height:28px;
   font-size:16px;
   font-weight:normal;
   color:black;
   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
.detailsTable td, .detailsTable a {
	font-size:12px;
	}
.add2cart_calendar {
	float:left;
	}
.compare_calendar {
	float:left;
	margin-left:10px;
	}
#passwordStrength {
	height:7px;
	display:block;
	float:left;
	}
#passwordStrengthWrapper {
	width:198px; height:7px;
	display:block;
	float:left;
	background:#e1e1e1;
	border-radius:4px;
	}
#passwordDescription {
	font-size:10px;
	}
.strength1 {
	width:40px;
	background:#ff0000;
	border-radius:4px;
	}
.strength2 {
	width:80px;
	background:#ff5f5f;
	border-radius:4px;
	}
.strength3 {
	width:120px;
	background:#56e500;
	border-radius:4px;
	}
.strength4 {
	background:#4dcd00;
	border-radius:4px;
	width:160px;
	}
.strength5 {
	background:#399800;
	border-radius:4px;
	width:198px;
	}
.noBottom {
	padding-bottom:20px;
	margin-bottom:0;
	}

/* ============================ */
/* ========== Paging ========== */
/* ============================ */

.paging {
	width:940px; height:22px;
	background-image:url(/newsite/images/pagingBottom.gif);
	text-align:center;
	position:relative;
	font-size:1px;
	margin:0 auto;
	}
.pagingText {
	width:105px;
	height:22px;
	font-size:12px;
	color:black;
	text-align:center;
	position:absolute;
	top:3px;
	left:415px;
	}
.pagingPrevious {
	width:22px;
	height:22px;
	background-image:url(/newsite/images/pagingPrevious.gif);
	}
.pagingPrevious_inactive {
	width:22px;
	height:22px;
	background-image:url(/newsite/images/pagingPrevious_inactive.gif);
	}
.pagingPrevious_over {
	width:22px;
	height:22px;
	background-image:url(/newsite/images/pagingPrevious_over.gif);
	}
/*.paging2 {
	height:22px;
	background-image:url(../images/pagingBottom2.gif);
	text-align:center;
	position:relative;
	font-size:1px;
	}
.paging2Text {
	width:99%;
	height:22px;
	font-size:12px;
	color:black;
	text-align:center;
	position:absolute;
	top:3px;
	margin:0 auto;
	border:1px solid red;
	}
.paging2_right {
	float:right;
	width:5px;
	height:22px;
	background-image:url(../images/pagingBottom2_right.gif);
	}*/

/* =============================== */
/* ========== HighSlide ========== */
/* =============================== */

.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(/newsite/highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border-color: gray;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
	background-color:white;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: white;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-html-content {
   position: absolute;
    display: none;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	color: #007d9f;
	font-weight: bold;
	font-size:16px;
	height: 20px;
	overflow: hidden;
	cursor: default;
	/*padding-left: 22px;
	background: url(../highslide/graphics/icon.gif) no-repeat 0 1px;*/
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(../highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: gray;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	top: -23px;
	left: 7px;
}
.highslide-controls ul {
	height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.highslide-controls li {
	float: left;
}
.highslide-controls a {
	background-image: url(../highslide/graphics/controlbar-white-small.gif);
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-controls .highslide-move {
	display: none;
}
.highslide-move a {
	cursor: move;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}
.no-footer .highslide-footer {
   display: none;
}
.closeClipButton {
   display:block;
   float:right;
   width:29px; height:29px;
   background-image:url(/newsite/images/close_white.jpg);
   }
.closeClipButton:hover {
   background-position:0 29px;
   }
.highslide-wrapper div .highslide-jtitle-narrow {
   float:left;
   font-size:20px;
   color:#007d9f;
   font-family:Arial, Helvetica, sans-serif;
   line-height:28px;
   padding-left:15px;
   width:385px;
   }
.highslide-wrapper div .highslide-etitle-narrow {
   position:relative;
   font-size:20px;
   color:#007d9f;
   font-family:Arial, Helvetica, sans-serif;
   width:385px;
   top:-3px; padding-top:0;
   }
.Help-close {
   background-image:url(/newsite/images/close_white.jpg);
   display:block;
   position:absolute;
   right:0; top:0;
   width:29px; height:29px;
   }
.Help-close:hover {
   background-position:0 29px;
   }

/* ============================ */
/* ========== Footer ========== */
/* ============================ */

.bottomLinks {
   text-align:center;
   font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:10px;
	}
#contentDiv .bottomLinks {
   text-align:center;
   font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:30px auto 0 auto;
	}
#contentDiv .bottomLinks a, #contentDiv .bottomLinks a:hover {
   text-align:center;
   font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:black;
	}
#footer {
	width:988px;
	height:31px;
	margin-right:auto; margin-left:auto;
	background-image:url(/newsite/images/footer.jpg);
	background-repeat:no-repeat;
	}
#footer div {
	text-align:center;
   font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:5px;
	}
#footer table {
	width:938px;
	padding:44px 25px 10px 25px;
	margin-right:auto; margin-left:auto;
	}
#footer td, #footer td a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ff6300;
	}
#footer td a:hover {
	color:red;
	}
