/* CSS Document */
img {
  border: 0;
}
body {
  margin: 0 auto;
  text-align: center; /*this for IE 5.5*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  position: relative;
}
div#header {
  width: 768px;
  height: 115px;
  text-align: left;
  background: url(images/header.jpg) right center no-repeat;
}
div#header2 {
  width: 768px;
  height: 115px;
  text-align: left;
  background: url(images/header2.jpg) left center no-repeat;
}
div#logo {
  float: left;
  padding: 4px;
}
/*************************************************************/
/***************  SITE NAME & SLOGAN ********************/
/*************************************************************/
.site-name {
  margin: 0.6em 0em 0em 0em;
  padding: 0em;
  font-size: 2px;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1px;
  color: #eee;
  display: block;
  margin: 0em 0em 0em 0em;
  font-style: italic;
  font-weight: bold;
}
/*************************************************************/
/*************************************************************/
/*************************************************************/
iframe#basket {
        width: 191px;
        height: 115px;
        float: right;
        padding: 0;
        margin: 0;
}
div#basket {
        width: 171px;
        height: 115px;
        float: right;
        padding: 0;
        margin: 0;
        background: url(images/basket.gif) right center no-repeat;
}
div#ub_basket {
  width: 171px;
  height: 50px;
  float: right;
  padding: 0;
  margin: 0px 0px 0px 6px;
}
p.basketinfo {
        text-align: left;
        color: #222;
        font-size: 10px;
        margin: 2px 0 0 90px;
        padding: 0;
}
p.basket1 {
        text-align: center;
        color: #222;
        font-size: 10px;
        margin: 48px 0 0 0px;
        padding: 0;
}
p.basket2 {
        text-align: center;
        margin: 2px 0px 1px 0px;
        padding: 0;
}
div#basketlist {
        width: 180px;
        height: 60px;
        background: #FFF;
        overflow: auto;
        margin: 3px 0 0 6px;
}
div#basketlist ul {
        font-size: 10px;
        margin: 0;
        padding: 0;
}
div#basket a {
        font-size: 11px;
        text-decoration: none;
        padding: 0 15px;
}
div#ub_basket, div#ub_basket a {
        color: #1B68C6;
        font-size: 12px;
        text-decoration: none;
        padding: 0px;
}
div#ub_basket a {
        font-weight: bold;
}
div#nav {
        width: 768px;
        height: 30px;
        background: url(images/navbg.jpg) no-repeat;
        padding-top: 2px;
}
div#nav ul {
        list-style: none;
        margin: 0 0 0 0;
        padding: 0;
}
div#nav ul li {
        margin: 0 5px;
        float: left;
        width: 133px;
        height: 21px;
        background: url(images/topnav2.gif);
        text-align: center;
        padding: 0;
}
div#nav ul li a {
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        color: #FFFFFF;
}
div#nav ul li#selected { /*nav position*/
        background: url(images/topnav1.gif);
}
div#main {
        width: 768px;
        float:left;
        background: url(images/mainbackground.gif) no-repeat;
        margin: 0;
}
div#main2 {
        position: relative; /*keep nav & telephone in place*/
        clear: left;
        width: 768px;
        background: url(images/mainbackground2.gif) no-repeat;
        margin: 0;
}
div#telephone {
        position: absolute;
        top: 5px;
        left: 22px;
        width: 129px;
        height: 50px;
        background: url(images/telephone.gif) no-repeat;
}
div#telephone span {
        display: none;
}
div#leftnav {
	width: 176px;
	padding-top: 64px;
	padding-bottom: 4px;
	float: left;
}
div#leftnav ul#leftnavul {
        text-align: left;
        list-style: none;
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
        background: #FFFFFF url(images/navbot.gif) no-repeat left bottom;
}
div#leftnav ul#leftnavul li {
        background: url(images/leftnavbgtop.gif) top center no-repeat;
        margin: 1px 0;
        position: relative;
}
div#leftnav ul#leftnavul li ul {
        background: #FFFFFF;
        width: 176px;
        left: 174px;
        position: absolute;
        top: 0;
        display: none;
        margin: 2px;
        padding: 1px;
        list-style: none;
        z-index: 4;
}
div#leftnav ul#leftnavul li ul li a{
        color: #333;
        font-size: 11px;
        background: url(images/leftnavbgtop1.gif) top center no-repeat;
}
div#leftnav ul#leftnavul li ul li a:hover{
        background: #EE3122;
        color: #000;
        background: url(images/leftnavbgtop2.gif) top center no-repeat;
}
div#leftnav ul#leftnavul li:hover ul, div#leftnav ul#leftnavul li.over ul{
        display: block;
        z-index: 4;
}
div#leftnav ul#leftnavul li a {
        text-decoration: none;
        color: #333;
        font-weight: bold;
        display: block;
        padding: 1px 2px;
        font-size: 11px;
        background: url(images/leftnavbgbottom.gif) bottom center no-repeat;
}
/*and this should be the fix*/
* html div#leftnav ul#leftnavul li{
        float: left;
        height: 1%;
}
* html div#leftnav ul#leftnavul li a {
        height: 1%;
}
/* End */
div#leftnav li#first {
        background: none;
}
div#leftnav ul#leftnavul li#first a {
        height: 22px;
        line-height: 22px;
        font-size: 11px;
        background: url(images/floridaticketoptionsbg.gif) center no-repeat;
        text-transform: uppercase;
}
div#content {
        margin-left: 180px;
        text-align: left;
        min-height: 400px;
}
div#onlinecontent {
		padding-top: 20px;
}
ul#legallinks {
        list-style: none;
        margin: 0;
        margin-left: 186px;
        padding: 0;
}
ul#legallinks li {
        float: left;
        margin: 4px 20px;
}
ul#legallinks li a {
        font-size: 10px;
        text-decoration: none;
        color: #99CCFF;
}
ul#legallinks li a:hover {
        color: #FFCC33;
}
#footer {
		clear:both;
        background: url(images/footer.gif) top left no-repeat;
        height: 32px;
}
/*************** CONTENT STYLING *******************/
p.home {
        font: 11px Verdana, Arial, Helvetica, sans-serif;
        color: #003399;
}
p.home2 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-align: center;
}
div#content p {
        font: 11px Verdana, Arial, Helvetica, sans-serif;
}
div#content ul {
        font: 11px Verdana, Arial, Helvetica, sans-serif;
}
div#content h1 {
        display: block;
        font-size: 14px;
        background: url(images/h1bg.gif) top right no-repeat;
        color: #FFFFFF;
        text-align: left;
        line-height: 38px;
        margin-top: 15px;
}
div#content h1 div.resort { /*the float doesn't let mozilla di display correctly the background*/
        background: url(images/endh1span.gif) right no-repeat;
        margin-left: 16px;
        padding-right: 30px;
        padding-left: 10px;
        color: #FFF;
        text-transform: uppercase;
        float: left;
        line-height: 34px;
}

div#content h3 {
        font-size: 12px;
        color: #003399;
}
p.termsc, h2.termsc {
        color: #666;
        font-size: 11px;
        margin: 0;
}
div#termsc h2 {
        margin: 0;
        font-size: 11px;
        color: #666;
}
h4 { /*this create the blue banner*/
        text-align: center;
        font-size: 12px;
        color: #FFF;
        text-transform: uppercase;
        background: url(images/bluebar.gif) center center no-repeat;
        line-height: 30px;
}
/********** ticket boxes ***********************/
div.ticketbox {
        width: 275px;
        float: left;
        margin: 3px 0;
}
div.bottomticketbox {
        min-height: 80px; /*give a min-height for Mozilla*/
        padding-top: 5px;
        width: 275px;
        background: url(images/ticketboxbottom.gif) bottom center no-repeat;
}
div.ticketbox h2 {
        font-size: 11px;
        padding: 6px;
        margin: 0;
        color: #FFF;
        background: url(images/ticketheading.gif) center center no-repeat;
}
div.ticketbox img {
        float: left;
        width: 60px;
        height: 40px;
        margin: 4px 8px;
}
div.tickettype {
        color: #336699;
        width:190px;
        float: right;
        text-align: right;
}
div.tickettype label {
        float: left;
        font-size: 11px;
        padding-top: 5px;
		margin-left: 40px;
}
div.tickettype select {
        margin-right: 10px;
}
span.price {
        font-size: 11px;
        font-weight: bold;
}
span.moreinfo {
	clear: both;
	float: left;
	margin-left: 7px;
	padding: 5px 0px 15px 25px;
	background: url(images/littlestar.gif) left 7px no-repeat;
	color: #1D2071;
}
span.addtobasket {
        float: right;
        margin-right: 5px;
        padding: 15px 0 0px 20px;
        background: url(images/add.gif) left center no-repeat;
}
span.moreinfo a{
        font-size: 9px;
        color: #1D2071;
        text-decoration: none;
}
span.addtobasket a{
        font-size: 9px;
        color: #1D2071;
        text-decoration: none;
}

/*the two columns*/
.columnleft {
        width: 275px;
        float: left;
}
.columnright {
        width: 275px;
        float: right;
}
.fixfloat {
        height: 1px;
        line-height: 1px;
        clear: both;
}
/*the checkout table*/
table tr#tableheading th {
        color: #FFF;
        height: 34px;
        font-size: 12px;
        padding-left: 8px;
}
table tr td {
        font-size: 11px;
        color: #333;
        padding-left: 8px;
}
.firstcheckout {
        background: url(images/checkout-heading.gif) left center no-repeat;
}
.middlecheckout {
        background: url(images/checkout-heading.gif) center center no-repeat;
}
.endcheckout {
        background: url(images/checkout-heading.gif) right center no-repeat;
}
.tableborderleft {
        border-left: 2px solid #CCCCFF;
}
.tableborderright {
        border-right: 2px solid #CCCCFF;
}
.tableborders {
        border-right: 2px solid #CCCCFF;
        border-left: 2px solid #CCCCFF;
}
#subtotal, #total {
        text-transform: uppercase;
        font-weight: bold;
}
.vsbsubleft {
        height: 33px;
        background: url(images/vsb_subleft.gif) left top no-repeat;
}
.vsbsubright {
        height: 33px;
        background: url(images/vsb_subright.gif) right top repeat-x;
}
.vsb {
        height: 33px;
        background: url(images/vsb_middle.gif) center repeat-x;
}
.vsbleft {
        height: 33px;
        background: url(images/vsb_left.gif) center left no-repeat;
}
.vsbright {
        height: 33px;
        background: url(images/vsb_right.gif) center right no-repeat;
}
.vsblabel {
        height: 33px;
        background: url(images/vsb_label.gif) center left no-repeat;
        font-size: 11px;
        color: #FFFFFF;
}
.vsbsublabel {
        height: 33px;
        background: url(images/vsb_sublabel.gif) center left no-repeat;
        font-size: 11px;
        color: #FFFFFF;
}
.vsbtotallabel {
        height: 33px;
        background: url(images/vsb_totallabel.gif) center left no-repeat;
        font-size: 11px;
        color: #FFFFFF;
}
.vsbtotal {
        height: 30px;
        background: url(images/vsb_total.gif) center right no-repeat;
        font-size: 11px;
        color: #FFFFFF;
}
.vsbtotalleft {
        height: 33px;
        background: url(images/vsb_totalleft.gif) center left no-repeat;
}
/****************** delivery options ***********************/
table#deliveryoptions {
        font-size: 11px;
        color: #333;
        margin: 10px 0;
        clear: left;
}
.tblhead {
        font-weight: bold;
        color: #003399;
}
/****************** payment options *************************/
table#paymentoptions {
        font-size: 11px;
        color: #333;
        background: #CACFE8 url(images/topblue.gif) top center no-repeat;
        margin: 10px 0;
}
div#containpaymentoptions {
        background: url(images/bottomblue.gif) bottom left no-repeat;
        margin:0;
        padding:0;
        height: 5px;
}
/******************* details *********************************/
div#details {
        width: 550px;
        background: #CACFE8 url(images/topblue.gif) top center no-repeat;
        padding-top: 10px;
        color: #365DAE;
        margin: 10px 0;
        clear: both;
}
div.row {
        clear: both;
        font-size: 11px;
}
div.row#last {
        background: url(images/bottomblue.gif) bottom center no-repeat;
        height: 20px;
}
div.row span.label {
        float: left;
        width: 150px;
        text-align: right;
        height: 25px;
        padding: 0 5px;
}
div.row span.formw {
        float: left;
        text-align: left;
        height: 25px;
}
div.row span.formw input, div.row span.formw select{
        font-size: 11px;
        border: 1px solid;
}
/********************** grand total *****************************/
div#grantotal {
        background: url(images/grand-total.gif) center center no-repeat;
        margin: 10px 0;
        text-align: right;
        line-height: 27px;
        padding-right: 35px;
        color: #1D2071;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        clear: both;
}
div#grantotal span#price {
        color: #FFFFFF;
        margin-left: 50px;
}
/********************* steps **********************/
ol#steps {
        list-style: none;
        margin:0;
        padding:0;
}
ol#steps li {
        float: left;
        width: 24%;
        text-align:center;
}
/*****************************************************/
/**************other great tickets *******************/
/*****************************************************/
div#othergreattickets {
        background: #CCCCFF;
        padding: 5px 10px;
        color: #333366;
        font-size: 11px;
        width: 568px;
}
ul#ogt {
        background: url(images/ogt.gif) bottom left no-repeat;
        list-style: none;
        margin: 0;
        padding: 0;
        height: 80px;
}
ul#ogt li {
        float: left;
        padding: 5px 35px;
        text-align: center;
        border-right: 2px solid #CCCCF5;
}
ul#ogt li#ogtlast {
        border: 0;
}
/**************************************************/
/************** primary menu *******************/
/**************************************************/
#primary {
	color: #1E4F9C;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	margin-left: 40px;
	font-family: arial,tahoma,verdana;
}
#primary .topmenu a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-family: arial,tahoma,verdana;
	padding: 2px 0 2px 0;
	height: 18px;
	float: left;
	width: 135px;
	background: url(images/topnav2.gif) no-repeat;
}
#primary .topmenu a:hover {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	font-family: arial,tahoma,verdana;
	height: 18px;
	float: left;
	width: 135px;
	background: url(images/topnav1.gif) no-repeat;
}
#primary .nextmenulevel {
	float: left;
	color: #fff;
	width: 75px;
}
/**************************************************/
/**************************************************/
/**************************************************/
.left_regions_spacer {
  height:4px;
  background-color: #4A7BC8;
}

/********************* steps **********************/
#tableheading {
        color: #FFF;
        height: 34px;
        font-size: 12px;
        padding-left: 8px;
}
/**************************************************/
.node-form .standard {
	clear:none !important;
}
.profile {
	clear:none !important;
}
.clear {
	float:none;
	clear:both;
}
.numberdropdown {
	width: 35px;
}
.regiondropdown {
//	width: 200px;
	height:1px;
	visibility: hidden;
}
.ticketdropdown {
	width: 270px;
}
#resort {
	height:1px;
	visibility: hidden;
}