/* CSS Document */
img {
        border: 0;
}
body {
        width: 768px;
        margin: 0 auto;
        text-align: center; /*this for IE 5.5*/
        font-family: Arial, Helvetica, sans-serif;
        position: relative;
}
div#header {
        width: 768px;
        height: 115px;
        text-align: left;
        background: url(gfx/header.jpg) left center no-repeat;
}
div#header2 {
        width: 768px;
        height: 115px;
        text-align: left;
        background: url(gfx/header2.jpg) left center no-repeat;
}
div#logo {
        float: left;
        padding: 2px;
}
div#basket {
        float: right;
        padding: 2px;
}
div#logo img {
        border: 0;
}
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(gfx/basket.gif) right center no-repeat;
}
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;
}
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#nav {
        clear: left;
        width: 768px;
        height: 22px;
        background: url(gfx/navbg.jpg);
        padding-top: 2px;
}
div#nav ul {
        list-style: none;
        margin: 0 0 0 180px;
}
div#nav ul li {
        float: left;
        margin: 0 0 0 0px;
        width: 133px;
        height: 21px;
        background: url(gfx/topnav2.gif);
        text-align: center;
}
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(gfx/topnav1.gif);
}
div#main {
        position: relative; /*keep nav & telephone in place*/
        clear: left;
        width: 768px;
	height: 1600px;
        background: url(gfx/mainbackground.gif) no-repeat;
        margin: 0px;
}
div#main2 {
        position: relative; /*keep nav & telephone in place*/
        clear: left;
        width: 768px;
        background: url(gfx/mainbackground.gif) no-repeat;
        margin: 0px;
padding: 0;
}
div#telephone {
        position: absolute;
        top: 0px;
        left: 22px;
        width: 129px;
        height: 50px;
        background: url(gfx/telephone.gif) no-repeat;
}
div#telephone span {
        display: none;
}
div#leftnav {
	width: 176px;
	padding-top: 4px;
	position: absolute;
	top: 70px;
	left: 0px;
	background: #FFFFFF;
}
div#leftnav ul#leftnavul {
        text-align: left;
        list-style: none;
        margin: 0;
        padding: 0;
        padding-bottom: 3px;
        background: #FFFFFF;
}
div#leftnav ul#leftnavul li {
        background: url(gfx/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: 500;
}
div#leftnav ul#leftnavul li ul li a{
        color: #333;
        font-size: 11px;
        background: url(gfx/leftnavbgtop1.gif) top center no-repeat;
}
div#leftnav ul#leftnavul li ul li a:hover{
        background: #EE3122;
        color: #000;
        background: url(gfx/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(gfx/leftnavbgbottom.gif) bottom center no-repeat;
        padding-left: 7px;
}
/*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(gfx/floridaticketoptionsbg.gif) center no-repeat;
        text-transform: uppercase;
}
div#content {
        margin-left: 180px;
margin-top: 0px;        
        text-align: left;
        width: 588px;
        height: 400px;
        min-height: 400px;
}
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 {
        background: url(gfx/footer.gif) top left no-repeat;
        height: 32px;
}
/*********CONTENT STILING*/
p.home {
        font: 11px Arial, Helvetica, sans-serif;
        color: #003399;
}
p.home2 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-align: center;
}
div#content p {
        font: 11px Arial, Helvetica, sans-serif;
}
div#content ul {
        font: 11px Arial, Helvetica, sans-serif;
}
div#content h1 {
        clear: left;
        display: block;
        font-size: 15px;
        background: url(gfx/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(gfx/endh1span.gif) right no-repeat;
        margin-left: 16px;
        padding-right: 30px;
        padding-left: 10px;
padding-top: 0px;

        color: #FFF;
        float: left;
        line-height: 38px;
}

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;
        background: url(gfx/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(gfx/ticketboxbottom.gif) bottom center no-repeat;
}
div.ticketbox h2 {
        font-size: 11px;
        padding: 6px;
        margin: 0;
        color: #FFF;
        background: url(gfx/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(gfx/littlestar.gif) left 7px no-repeat;
	color: #1D2071;
}
span.addtobasket {
        float: right;
        margin-right: 5px;
        padding: 15px 0 0px 20px;
        background: url(gfx/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: 277px;
        float: left;
}
.columnright {
        width: 277px;
        float: right;
}
.columnleft2 {
        width: 275px;
        float: left;
}
.columnright2 {
        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(gfx/checkout-heading.gif) left center no-repeat;
}
.middlecheckout {
        background: url(gfx/checkout-heading.gif) center center no-repeat;
}
.endcheckout {
        background: url(gfx/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;
}
.tablebottomleft {
        background: url(gfx/checkout-bottom-left.gif) left bottom no-repeat;
        height: 25px;
}
.tablebottomright{
        background: url(gfx/checkout-bottom-right.gif) right bottom no-repeat;
        height: 25px;
}
.tablebottomcenter{
        background: url(gfx/checkout-bottom-center.gif) left bottom no-repeat;
        height: 25px;
        color: #FFF;
}
.tablesubtotalleft {
        height: 24px;
        background: #FDCB24;
        border-left: 2px solid #CCCCFF;
        border-top: 2px solid #CCCCFF;
        color: #FFF;
}
.tablesubtotalright {
        border-right: 2px solid #CCCCFF;
        border-top: 2px solid #CCCCFF;
}
.vsb {
        height: 33px;
        background: url(gfx/vsb_middle.gif) center repeat-x;
}
.vsbleft {
        height: 33px;
        background: url(gfx/vsb_left.gif) center left no-repeat;
}
.vsbright {
        height: 33px;
        background: url(gfx/vsb_right.gif) center right no-repeat;
}
.vsblabel {
        height: 33px;
        background: url(gfx/vsb_label.gif) center left no-repeat;
        font-size: 11px;
        color: #FFFFFF;
}
.vsbtotal {
        height: 33px;
        background: url(gfx/vsb_total.gif) center right no-repeat;
        font-size: 11px;
        color: #FFFFFF;
}
/****************** 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(gfx/topblue.gif) top center no-repeat;
        margin: 10px 0;
}
div#containpaymentoptions {
        background: url(gfx/bottomblue.gif) bottom left no-repeat;
        margin:0;
        padding:0;
        height: 5px;
}
/******************* details *********************************/
div#details {
        width: 588px;
        background: #CACFE8 url(gfx/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(gfx/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(gfx/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(gfx/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;
}