@CHARSET "ISO-8859-1";

/* Category */
.categoryHolder{
	margin:10px;
}

.categoryTitle{
	color:#8e2812;
}

.categoryDescription{
	float:right;
	display:inline;
	padding:10px 0px;
	width:500px;
}

.categoryImages{
	float:left;
	display:inline;
	width:200px;
	padding:0px 0px;
}

.categoryImages img{
	padding:3px;
	border:1px solid #7BAD1D;
	background-color:#DBEBAA;
}

.categoryViewButton{
	text-align:right;
}


/* Packages */
.packageHolder{
	margin:10px;
}

.packageTitle{
	color:#8e2812;
}

.packageDescriptionHolder{
	
}

.packageDescription{
	float:left;
	display:inline;
	padding:10px 0px;
	width:500px;
	
}

.packageChooseButton{
	text-align:right;
}

.packageDescLong{
	
}

.packageImages{
	float:right;
	display:inline;
	width:200px;
	padding:0px 10px;
}

.packageImages img{
	padding:3px;
	border:1px solid #7BAD1D;
	background-color:#DBEBAA;
}






.packageListing {
	margin-bottom:35px;
}

/* Checkout */
ul#checkoutNav {
	list-style-type:none;
	margin:0 0 30px 0;
	padding:0;
	background:url('/images/dots.jpg') repeat-x 0 8px;
	position:relative;
	height:20px;
}

ul#checkoutNav li {
	background:#fff;
	padding:3px;
}

ul#checkoutNav li.first {
	position:absolute;
	left:0;
}
ul#checkoutNav li.first a {
	background:#fff url('/images/buttons/lodging.jpg') no-repeat 0 0;
	text-indent:-2000px;
	width:64px;
	height:14px;
	text-indent:-2000px;
	float:left;
	display:inline;
}
ul#checkoutNav li.first a.inactive {
	background:#fff url('/images/buttons/lodging.jpg') no-repeat 0 0;
}
ul#checkoutNav li.first a.active {
	background:#fff url('/images/buttons/lodging.jpg') no-repeat -128px 0;
}
ul#checkoutNav li.first a.current {
	background:#fff url('/images/buttons/lodging.jpg') no-repeat -64px 0;
}

ul#checkoutNav li.second {
	position:absolute;
	left:220px;
}
ul#checkoutNav li.second a {
	background:#fff url('/images/buttons/addons.jpg') no-repeat 0 0;
	text-indent:-2000px;
	width:63px;
	height:14px;
	text-indent:-2000px;
	float:left;
	display:inline;
}
ul#checkoutNav li.second a.inactive {
	background:#fff url('/images/buttons/addons.jpg') no-repeat 0 0;
}
ul#checkoutNav li.second a.active {
	background:#fff url('/images/buttons/addons.jpg') no-repeat -126px 0;
}
ul#checkoutNav li.second a.current {
	background:#fff url('/images/buttons/addons.jpg') no-repeat -63px 0;
}


ul#checkoutNav li.third {
	position:absolute;
	left:450px;
}
ul#checkoutNav li.third a {
	background:#fff url('/images/buttons/billing.jpg') no-repeat 0 0;
	text-indent:-2000px;
	width:55px;
	height:14px;
	text-indent:-2000px;
	float:left;
	display:inline;
}
ul#checkoutNav li.third a.inactive {
	background:#fff url('/images/buttons/billing.jpg') no-repeat 0 0;
}
ul#checkoutNav li.third a.active {
	background:#fff url('/images/buttons/billing.jpg') no-repeat -110px 0;
}
ul#checkoutNav li.third a.current {
	background:#fff url('/images/buttons/billing.jpg') no-repeat -55px 0;
}

ul#checkoutNav li.last {
	position:absolute;
	right:0;
}
ul#checkoutNav li.last a {
	background:#fff url('/images/buttons/confirmation.jpg') no-repeat 0 0;
	text-indent:-2000px;
	width:93px;
	height:14px;
	text-indent:-2000px;
	float:left;
	display:inline;
}
ul#checkoutNav li.last a.inactive {
	background:#fff url('/images/buttons/confirmation.jpg') no-repeat 0 0;
}
ul#checkoutNav li.last a.active {
	background:#fff url('/images/buttons/confirmation.jpg') no-repeat -93px 0;
}
ul#checkoutNav li.last a.current {
	background:#fff url('/images/buttons/confirmation.jpg') no-repeat -186px 0;
}

ul#checkoutNav li a {
	
}

.hotelChoice {
	float:left;
	display:inline;
	border:5px solid #ccc;
	width:169px;
	height:168px;
	margin:0 20px 30px 0;
	position:relative;
	cursor:pointer;
}

.hoverHotel, .activeHotel {
	border:5px solid #b1d46e;
}

.hotelCheckContainer {
	position:absolute;
	bottom:-30px;
	left:-5px;
	width:169px;
	padding:5px;
	background:#ccc;
	font-size:11px;
	text-transform:uppercase;
	line-height:7px;
}

.hotelCheckContainer span {
	position:relative;
	top:-2px;
	padding:0 0 0 4px;
}

.hoverHotel .hotelCheckContainer, .activeHotel .hotelCheckContainer {
	background:#b1d46e;
}

.firstHotelChoice {
	
}

.lastHotelChoice {
	margin-right:0;
}

.hotelImageContainer {
	position:absolute;
	left:0;
	top:0;
}

.hotelChoice .bottomShade {
	height:30px;
	background:#000;
	opacity:.5;
	position:absolute;
	bottom:0;
	width:169px;
}

.hotelChoice h4 {
	position:absolute;
	bottom:7px;
	left:5px;
	margin:0;
	color:#9cbbf4;
}

.hotelChoice .hotelPrice {
	position:absolute;
	bottom:8px;
	right:7px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

.hotelDescriptionContainer h4 {
	font-size:18px;
	letter-spacing:-1px;
	line-height:24px;
}

.hotelDescriptionContainer .hotelDescriptionHeader {
	float:left;
	display:inline;
	width:184px;
}

.hotelDescriptionContainer .hotelDescriptionText {
	float:left;
	display:inline;
	width:550px;
	margin-left:20px;
}

.hotelDescriptionText, .hotelDescriptionHeader {
	margin-top:15px;
}

#continueButton {
	clear:both;
	float:right;
	display:inline;
	
}

#checkoutForm1 label {
}

.checkoutItem{
	padding:10px;	
}

.checkoutItemHeader {
	height:20px;
	border-top:1px solid #aaa;
	margin:20px 0 10px;
}

.checkoutItemHeader span {
	padding-right:5px;
	background:#fff;
	position:relative;
	top:-8px;
	color:#777;
	font-weight:bold;
	font-size:12px;
}

.checkoutItemLabel{
	color:#4973bb;
	font-size:12px;
	font-weight:bold;
}

.checkoutItemLabel a{
	color:#4973bb;
	font-weight: normal;
	text-decoration: none;
}

.checkoutItemLabel a:hover{
	background-color: transparent !important;
	text-decoration: underline;	
}

#arrivalDateSpan{
	font-weight: bold;
}

#departureDateSpan{
	font-weight: bold;
}


#currentTotalText{
	color:#4973bb;
	font-size:12px;
	font-weight: bold;
}

.message{
	font-size:14px;
	margin:10px;
	line-height:14px;
}

.addOnColumn {
	float:left;
	display:inline;
	width:46%;
	padding:0 1.5%;
}

.addOnColumn table {
	width:100%;
}
.addOnColumn .addOnTitle {
	
}

.addOnColumn td.optionDetails {
	text-align:left;
	padding:0 20px 0 40px;
	width:100px;
}
.addOnColumn td.option {
	text-align:left;
}

.addOnColumn p {
	margin:0 0 10px 0;
}
