body {
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	background: #e8e6d9; /* need to find a way to include custom backgrounds */
}
/* Site */
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}

.light-shadows {
	box-shadow:2px 2px 4px #000;
	-webkit-box-shadow:2px 2px 4px #000;
	-moz-box-shadow: 2px 2px 4px #000; 
}

.dark-shadows {
	box-shadow:10px 10px 20px #000;
	-webkit-box-shadow:10px 10px 20px #000;
	-moz-box-shadow: 10px 10px 20px #000; 
}


/* Packages */
.package_content{
	padding:5px 10px 5px 10px;
}
.package_details{
	width:70%;
	float:left;
}
.package_description{
	width:100%;
	text-align:justify;	
}
.package_description_grid{
	width:100%;
	text-align:justify;
	padding-bottom:20px;	
}
.package_image{
	width: 230px;
	height: 153px;
	float: right;
	text-align:right;
}

/* The grid section */
.grid_button{
	float:left;
	width:25%;
}
.grid_button_text{
	float:right;
	width:75%;
	padding:5px 0px 5px 0px;
	font-weight:bold;
	visibility:hidden;
	display:none;
}
.grid_section{
	padding:10px 0px 10px 0px;
	visibility:hidden;
	display:none;
}
.grid_summary_section{
	float:right;
	width:25%;
	margin-left:5%;
}
.grid_summary{
	padding:0px 10px 0px 10px;
}
.grid_summary_field{
	padding-bottom:5px;
}
.grid_summary_text{
	float:left;
	width:50%;
	text-align:left;
	font-weight:bold;
}
.grid_summary_value{
	float:right;
	width:50%;
	text-align:left;
}
.grid_summary_currency{
	float:left;
	width:60%;
}
.grid_summary_currency_symbol{
	float:left;
	width:20%;
}
.grid_summary_currency_value{
	float:right;
	width:80%;
	text-align:right;
}
.grid_summary_button{
	width:100%;
	padding-top:10px;
	text-align:right;
}

/* Rooms */

.roomOne {
	width: 474px;
	float: left;
	padding-bottom: 10px;
	line-height: 1.3em;
}




.selectPackage {
	margin: 10px 0px;
	display: visible; /* hidden in 0.6 */	
}
.roomThree {
	width: 222px;
	float: right;
}
/* Package Header */

.packageHeader {
	height: 15px; /* because IE7 is a bitch */
}
		
.packageHeaderName, .packageHeaderNights, .packageHeaderPrice {
	/*line-height: 1.7em;  keep it center */
}
.packageHeaderName {
	width: 580px;
	float: left;
	/*line-height: 1.7em;  keep it center */
}
.packageHeaderNights {
	width: 70px;
	float: left;
	text-align: right;
}
.packageHeaderPrice {
	width: 200px;
	float: right;
	text-align: right;
}
/* Packages */

.packageTitle {
	font-weight: bold;
	color: #cc6633; /* move the color later to the theme css */
}
.roomSelectDesc {
	font-weight: bold;
	font-size: 85%;
	color: #cc6633; /* move the color later to the theme css */
	float: left;
}
.packageImageContainer {
	width: 235px;
	height: 157px;
	margin: 10px;
	float: right;
}
.packageImageContainerSmall {
	width: 235px;
	height: 157px;
	float: right;
	border: 1px solid #FFFFFF;
}
.roomDescription {
	width: 190px;
	margin: 10px;
	margin-top: 0px;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	font-weight: bold;
}
.roomDescriptionHidden {
	width: 190px;
	margin: 10px;
	margin-top: 0px;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	font-weight: bold;
	display: none;
}
.room-id {
	border: 2px solid #FFFFFF;
}
.room-id, .search-box, #infoContainerChild {
	margin-top: 8px;
}
#infoContainerChild {
	display: none;
}
.addRoomContainer {
	margin-left: 0px;
	height: 12px;
	margin-bottom: 12px;
	margin-top: 12px;
}
.addRoomName, .addRoomPrice, .addRoomImage, .addRoomNameNone  {
	float: left;
	padding: 3px 0px;
}
.addRoomImage {
	width: 16px;
	margin-top: -1px;
}
.addRoomName, .addRoomNameNone {
	width: 200px;
}
.addRoomPrice {
	width: 160px;
}
.addRoomBookNow {
	width: 140px;
	float: right;
}
.addRoomBookNow {
	margin-top: -2px;
	text-align: right;
}
.addRoomBookNow .book-now {
	text-align: right;
}
.addRoomPrice, .addRoomName, .addRoomNameNone {
	font-weight: bold;
}
.addRoomPrice {
	text-align: center;
}
.addRoomName {
	cursor: pointer;
}
.picHidden {
	display: none;
}
.spinner {
	background-image: url(http://remysharp.com/demo/images/spinner.gif);
	background-position: 50 0;
}

/* Search Elements */
#searchElem {
	margin-top: 2px;
	margin-bottom: 2px;

}
#searchElem input {
	width: 100px;
}
#datePickerElem {
	float: left;
	width: 20%;
	border: 0px solid blue;
}
#calendar {
	float: left;
}
#nightsElem, #adultsElem, #childrenElem, #roomsElem, #submitElem {
	float: left;
	width: 15%;
	text-align: center;
	border: 0px solid green;
	display: inline;
	z-index: -9990;
}
#submitElem button {
	cursor: pointer;
}
.submitButtonDisable {
	background: #aaaaaa url(/themes/lyrath/images/ui-bg_highlight-soft_70_d7c352_1x100.png) 0% 0% repeat-x;
	border: 1px solid #d7c352;
	color: #fff;
	outline: none;
}
/* extra */

#search-summary-float label, #calendarContainer label {
	display:block;
	float:left;
	width:165px;
}

#rightSelects {
	float:right;
	position:relative;
	right:375px;
	top:-77px;
}

#calendarContainer {
	margin-left:30px;
	padding-bottom:20px;
}

#searchButton {
	float:right;
	left:280px;
	position:relative;
	top:-8px;
}

.showAllBox {
	height:100%;
}

#tabContainer {
	padding-top:10px;
}




/* room, package contents */

#boxContainer {
	width: 800px;
}
#boxDescription {
	float: left;
	width: 400px;
}
#boxSelect {
	float: left;
	width: 200px;
}
#boxImage {
	float: right;
	width: 200px;
}
/* switcher */
#switcher {
	position: absolute;
	top: 20px;
	left: 20px;
}
#infoContainerChild {
	display: none;
	margin-top: 8px;
}
.ui-widget-header, .ui-widget-content p, .addRoomContainer {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;/*color: #333333;*/
}
.roomOne ul {
	padding: 0px 10px 0 30px;
	list-style-type: disc;
}
#summary {
	padding-top: 5px;
}
.ui-widget-content .roomSelectContainer {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	cursor:pointer;
}

#search-summary-float {
	position: relative;
	height: 150px;
}

/* temp header style */

#genericHotelHeader {
	border:1px solid #BBB8A7;
	font-family:Trebuchet MS,Arial,Helvetica;
	font-size:2.4em;
	font-weight:bold;
	margin-top:5px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

#genericHotelFooter {
	border:1px solid #BBB8A7;
	font-family:Trebuchet MS,Arial,Helvetica;
	font-size:1.2em;
	font-weight:normal;
	height:14px;
	margin-bottom:5px;
	margin-top:5px;
	text-align:center;
}


#bridgehouseHotelHeader {
	border:1px solid #D8CD79;
	font-family:Trebuchet MS,Arial,Helvetica;
	font-size:2.4em;
	font-weight:bold;
	margin-top:5px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

#bridgehouseHotelFooter {
	border:1px solid #D8CD79;
	font-family:Trebuchet MS,Arial,Helvetica;
	font-size:1.2em;
	font-weight:normal;
	height:14px;
	margin-bottom:5px;
	margin-top:5px;
	text-align:center;
}



/* Lyrath specific - please clean me up */

/*Tooltip and Pointer CSS*/
.fg-tooltip {
	padding: .8em;
	width: 27em;
	border-width: 2px !important;
	position: absolute;
	z-index: 9999;
}
.fg-tooltip .fg-tooltip-pointer-down, .fg-tooltip .fg-tooltip-pointer-down-inner {
	position: absolute; 
	width:0; 
	height:0; 
	border-bottom-width: 0;
	background: none;
}
.fg-tooltip .fg-tooltip-pointer-down {	
	border-left: 7px dotted transparent; 
	border-right: 7px dotted transparent;
	border-top-width: 14px;
	bottom:	-14px;
	right: auto;
	left: 50%;
	margin-left: -7px;
}
.fg-tooltip .fg-tooltip-pointer-down-inner {
	border-left: 5px dotted transparent; 
	border-right: 5px dotted transparent;
	border-top: 10px solid #fff;
	bottom:	auto;
	top: -14px;
	left: -5px;
}
/*pointer alignment*/
.fg-tooltip-left .fg-tooltip-pointer-down {	
	border-left: 0; 
	border-right: 17px dotted transparent;
	border-top-width: 14px;
	bottom:	-14px;
	right: auto;
	left: 1em;
	margin: 0;
}
.fg-tooltip-left .fg-tooltip-pointer-down-inner {
	border-left: 0; 
	border-right: 12px dotted transparent;
	border-top: 10px solid #fff;
	bottom:	auto;
	top: -14px;
	left: 2px;
}
.fg-tooltip-right .fg-tooltip-pointer-down {	
	border-left: 17px dotted transparent; 
	border-right: 0;
	border-top-width: 14px;
	bottom:	-14px;
	right: 1em;
	left: auto;
	margin: 0;
}
.fg-tooltip-right .fg-tooltip-pointer-down-inner {
	border-left: 12px dotted transparent; 
	border-right: 0;
	border-top: 10px solid #fff;
	bottom:	auto;
	top: -14px;
	right: 2px;
	left: auto;
}

/* coda tooltip */

/* Bubble pop-up */

        .popup {
                position: absolute;
                display: none;
                z-index: 50;
                border-collapse: collapse;
        }

        .popup td.corner {
                height: 15px;
                width: 19px;
        }

        .popup td#topleft { background-image: url(http://jqueryfordesigners.com/demo/images/coda/bubble-1.png); }
        .popup td.top { background-image: url(http://jqueryfordesigners.com/demo/images/coda/bubble-2.png); }
        .popup td#topright { background-image: url(http://jqueryfordesigners.com/demo/images/coda/bubble-3.png); }
        .popup td.left { background-image: url(http://jqueryfordesigners.com/demo/images/coda/bubble-4.png); }
        .popup td.right { background-image: url(http://jqueryfordesigners.com/demo/images/coda/bubble-5.png); }
        .popup td#bottomleft { background-image: url(http://jqueryfordesigners.com/demo/images/coda/bubble-6.png); }
        .popup td.bottom { background-image: url(http://jqueryfordesigners.com/demo/images/coda/bubble-7.png); text-align: center;}
        .popup td.bottom img { display: block; margin: 0 auto; }
        .popup td#bottomright { background-image: url(http://jqueryfordesigners.com/demo/images/coda/bubble-8.png); }

        .popup table.popup-contents {
                font-size: 12px;
                line-height: 1.2em;
                background-color: #fff;
                color: #666;
                font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
                }

        table.popup-contents th {
                text-align: right;
                text-transform: lowercase;
                }

        table.popup-contents td {
                text-align: left;
                }

        tr#release-notes th {
                text-align: left;
                text-indent: -9999px;
                background: url(http://jqueryfordesigners.com/demo/images/coda/starburst.gif) no-repeat top right;
                height: 17px;
                }

        tr#release-notes td a {
                color: #333;
        }
        
/* coda tooltip end */


.hilight { background: yellow; }
.tooltip, .ui-icon-calendar, .clickable {
	cursor: pointer !important;
}
.ui-effects-transfer { border: 2px dotted gray; }


/* stage3 css */

.contact-info, .summary-info, .special-info, .payment-info, .terms-info, .voucher-info, .services-info{
	margin-top: 8px;
	font-size: 18px;
}

/* Booking Summary Section */
.summary-content-left{
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	float: left; 
	width: 360px;
	font-size:14px;
}
.summary-content-center{
	margin-top:10px;
	margin-bottom:10px;
	float: left; 
	width: 250px;
	font-size:14px;
}
.summary-content-right{
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	float: right; 
	width: 302px;
	font-size:14px;
}
.summary-content-full{
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	float: left; 
	width: 920px;
	font-size:14px;
}
.summary-content-full-left{
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
	float: left; 
	width: 180px;
	font-weight:bold;
}
.summary-content-full-right{
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	float: right; 
	width: 732px;
	font-size:14px;
}
.summary-content-left-A{ 
	float: left; 
	width: 180px;
	padding-bottom:5px;
}
.summary-content-left-B{ 
	float: left; 
	width: 180px;
	padding-bottom:5px;
	font-weight: bold;
}
.summary-content-center-A{ 
	float: left; 
	width: 190px;
	padding-bottom:5px;
}
.summary-content-center-B{ 
	float: left; 
	width: 60px;
	padding-bottom:5px;
	font-weight: bold;
}
.summary-content-right-A{ 
	float: left; 
	width: 202px;
	padding-bottom:5px;
}
.summary-content-right-B{ 
	float: right; 
	width: 100px;
	padding-bottom:5px;
	font-weight: bold;
}
.summary-content-right-currency{ 
	float: left; 
	width: 50px;
	text-align: right;
}
.summary-content-right-amount{ 
	float: right; 
	width: 50px;
	text-align: right;
}

/* Customer Info Section */
.customer-content-left{
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	float: left; 
	width: 306px;
	font-size:14px;
}
.customer-content-center{
	margin-top:10px;
	margin-bottom:10px;
	float: left; 
	width: 306px;
	font-size:14px;
}
.customer-content-right{
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	float: right; 
	width: 306px;
	font-size:14px;
}
.customer-content-left-no-top{
	margin-left:10px;
	margin-bottom:10px;
	float: left; 
	width: 306px;
	font-size:14px;
}
.customer-content-center-no-top{
	margin-bottom:10px;
	float: left; 
	width: 306px;
	font-size:14px;
}
.customer-content-right-no-top{
	margin-right:10px;
	margin-bottom:10px;
	float: right; 
	width: 306px;
	font-size:14px;
}
.customer-content-full-top{
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	float: left; 
	width: 918px;
	font-size:14px;
}
.customer-content-full{
	margin-left:10px;
	margin-right:10px;
	float: left; 
	width: 918px;
	font-size:14px;
}
.customer-content-left-A, .customer-content-center-A, .customer-content-right-A{ 
	float: left; 
	width: 100px;
	padding-bottom:5px;
}
.customer-content-left-B, .customer-content-center-B, .customer-content-right-B{ 
	float: left; 
	width: 206px;
	padding-bottom:5px;
}
.customer-content-left-long{
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
	float: left; 
	width: 459px;
	font-size:16px;
}
.customer-content-right-long{
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
	float: right; 
	width: 459px;
	font-size:16px;
}
.customer-content-left-long-no-top{
	margin-left:10px;
	margin-bottom:10px;
	float: left; 
	width: 459px;
	font-size:16px;
}
.customer-content-right-long-no-top{
	margin-right:10px;
	margin-bottom:10px;
	float: right; 
	width: 459px;
	font-size:16px;
}
.customer-content-left-long-no-bottom{
	margin-left:10px;
	margin-top:10px;
	float: left; 
	width: 459px;
	font-size:16px;
}
.customer-content-right-long-no-bottom{
	margin-right:10px;
	margin-top:10px;
	float: right; 
	width: 459px;
	font-size:16px;
}
.customer-content-left-long-A{
	float: left; 
	width: 129px;
	padding-top:4px;
	padding-bottom:5px;
}
.customer-content-left-long-B{
	float: right; 
	width: 329px;
	padding-bottom:5px;
}
.customer-content-right-long-A{
	float: left; 
	width: 129px;
	padding-top:4px;
	padding-bottom:5px;
}
.customer-content-right-long-B{
	float: right; 
	width: 329px;
	padding-bottom:5px;
}
.customer-heading-left{
	padding-top:5px;
	float: left; 
	width: 300px;
}
.customer-heading-right{
	text-align:right;
	float: right; 
	width: 616px;
}

/* Special Requirements Section */

.special-content-full{
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	float: left; 
	width: 918px;
	font-size:16px;
}
.special-content-full-no-top{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	float: left; 
	width: 918px;
	font-size:16px;
}
.special-content-left{
	margin-left:10px;
	margin-top:10px;
	float: left; 
	width: 458px;
	font-size:16px;
}
.special-content-right{
	margin-right:10px;
	margin-top:10px;
	float: right; 
	width: 458px;
	font-size:16px;
}
.special-content-left-no-top{
	margin-left:10px;
	float: left; 
	width: 458px;
	font-size:16px;
}
.special-content-right-no-top{
	margin-right:10px;
	float: right; 
	width: 458px;
	font-size:16px;
}
.special-content-full-left{
	float: left; 
	width: 229px;
	padding-bottom:5px;
}
.special-content-full-right{
	float: right; 
	width: 689px;
	padding-bottom:5px;
}
.special-content-left-A{
	float: left; 
	width: 229px;
	padding-bottom:5px;
}
.special-content-left-B{
	float: left; 
	width: 229px;
	padding-bottom:5px;
}
.special-content-right-A{
	float: left; 
	width: 229px;
	padding-bottom:5px;
}
.special-content-right-B{
	float: left; 
	width: 229px;
	padding-bottom:5px;
}
.special-heading-left{
	float: left; 
	width: 716px;
}
.special-heading-right{
	text-align:right;
	float: right; 
	width: 200px;
}

/* Payment Section*/
.payment-content-left{
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	float: left; 
	width: 538px;
	font-size:16px;
}
.payment-content-right{
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	float: right; 
	width: 360px;
	font-size:16px;
}
.payment-content-left-A{
	float: left; 
	width: 175px;
	padding-top:5px;
	padding-bottom:5px;
}
.payment-content-left-B{
	float: right; 
	width: 363px;
	padding-bottom:5px;
}
.payment-content-left-expdate{
	float: left; 
	padding-top:5px;
}
.payment-content-left-cvv{
	float: right; 
}
.payment-content-right-A{
	float: left; 
	width: 240px;
	padding-bottom:5px;
}
.payment-content-right-B{
	float: right; 
	width: 120px;
	padding-top:10px;
	padding-bottom:5px;
}
.payment-content-right-cards{
	float: left; 
	width: 40px;
	padding-top:20px;
	padding-bottom:5px;
	padding-right:2px;
}

/* Terms and Conditions */
.terms-content-left{
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	float: left; 
	width: 449px;
	font-size:16px;
	padding-bottom:5px;
}
.terms-content-right{
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	text-align: right;
	float: left; 
	width: 449px;
	font-size:16px;
	padding-bottom:5px;
}

/* Book Now Button */
.booknow-content-left{
	margin-left:10px;
	margin-top:10px;
	float: left; 
	width: 800px;
	font-size:13px;
	padding-bottom:5px;
}
.booknow-content-right{
	margin-right:10px;
	margin-top:10px;
	float: left; 
	width: 118px;
	font-size:12px;
	padding-bottom:5px;
}

/* Secure Form */
.secureform-content{
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
	text-align: center;
	width: 918px;
	font-size:14px;
}

.voucher-content-left, .voucher-content-right{
	float: left; 
	width: 468px;
	font-size:10px;
}

/* Additional Services */
.service-item{
	width:915px;
	margin:10px;
	background-color:#e8e6d9;
	border:1px solid #000;
	font-size:14px;
}
.services-item-left{
	display:inline;
	float:left; 
	padding-left:5px;
	font-weight:bold;
}
.services-item-right{
	display:inline;
	float:right; 
	padding-right:5px;
	font-weight:bold;
	width:200px;
}
.services-item-right-currency{
	display:inline;
	float:left;
	width:60px;
	text-align:right;
}
.services-item-right-amount{
	display:inline;
	float:left;
	width:140px;
	text-align:right;
}
.services-item-full{
	display:inline;
	float:left; 
	padding:5px;
}
.services-total{
	display:inline;
	float:right;
	margin-right:15px;
	margin-bottom:5px;
	margin-top:5px;
	font-size:14px;
}

/*Booking Confirmation */
.booking-complete-content{
	margin-top:2px;
	padding-top:25px;
	padding-bottom:25px;
	text-align:center;
	width: 935px;
	font-size:16pt;
	font-weight:bold;
	border:2px solid #d7c352;
}
.thank-you-box{
	margin-top:-2px;
	width: 935px;
	font-size:16px;
	border:2px solid #d7c352;
}
.thank-you-content{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
}

span.response{
	font-size:12pt;
	color:#CC0000;
	font-weight:bold;
}

/* Lyrath Menu - please clean me up */

#menu {
	background:#E0DFD6;
	padding: 3px 0 0px 0px;
	overflow:visible;
	border-bottom:2px solid #DBC150;
	margin-bottom:2px;
}


#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	text-align:center;
	text-transform:capitalize;
	height:20px;
}

#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	padding:0 5px 2px 5px;
	display:inline;
	color:#E0DFD6;
}

#menu li#id0,#menu li#id1,#menu li#id2,#menu li#id3,#menu li#id4{
	display:none;
	}

#menu ul li ul{
	background:none;
	border:none;
	color:#000000;
	margin:-14px 0 0 0;
	text-align:center;
	padding:0 57px;
	}
	
#menu ul li ul li ul{
	display:none;
	margin-top:9px;
	position:absolute;
	text-align:left;
	height:auto;
	background-color:#FFFFFF;
	border:1px solid #A8A58E;
	width:140px;
	padding:0 0 1px 0;
	}

#menu ul li ul li ul li{
	display:list-item;
	float:left;
	padding:0;
	width:138px;
	background-color:#E9E4D1;
	display:block;
	margin:1px 1px 0 1px;
	}
	
#menu ul li ul li ul li a{
	/*width:140px;*/
	display:block;
	padding:4px 0 4px 4px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	vertical-align:middle;
	color:#68674B;

	}

#menu ul li ul li ul li a:hover{	
	background-color:#A8A58E;
	color:#FFFFFF;
	}
	
#menu ul li a{
	text-decoration:none;
	font-size:13px;
	}
	
#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/90% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	padding:0 3px 2px;
	float:left;
	display:inline;
	border-right:solid 1px #999;
}

#menu ul ul li ul li{
	border-right:none;
	}

#menu ul ul li a {
	color: #393838;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
}

#menu ul ul li a:hover {
	color:#8A8466;
	
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

/* booking buttons */
.fg-button { outline: 0; margin:0 4px 0 0; padding: .25em 1em; text-decoration:none !important; cursor:pointer; position: relative; zoom: 1; }
.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; cursor:pointer; margin-left: -8px; }
.no-padding { padding: 0px 5px; }

a.fg-button { float:left; }

/* remove extra button width in IE */
button.fg-button { width:auto; overflow:visible; border: 1px solid #FFFFFF; }

.fg-button-icon-left { padding-left: 2.1em; }
.fg-button-icon-right { padding-right: 2.1em; }
.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }

.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */	

.fg-buttonset { float:left; }
.fg-buttonset .fg-button { float: left; }
.fg-buttonset-single .fg-button, 
.fg-buttonset-multi .fg-button { margin-right: -1px;}

.fg-toolbar { padding: .5em; margin: 0;  }
.fg-toolbar .fg-buttonset { margin-right:1.5em; padding-left: 1px; }
.fg-toolbar .fg-button { font-size: 1em;  }

.hidden { position:absolute; top:0; left:-9999px; width:1px; height:1px; overflow:hidden; }

.ui-datepicker-inline {
	height: 190px;
}
