/* CSS Document */
/* Hilton MiniBreaks_2007 UK */
/* Created 09th July 2007 - Stephen Marshall */

/* Alternate stylesheet for MOZILLA */

/*Main Navigation
------------------------------------------------- */

ul#navlist {
	white-space: nowrap;
	float: right;
	padding-right: 18px;
	padding-top: 5px;
	padding-bottom: 4px;
}

#navlist li {
	display: inline;
	list-style-type: none;
	margin-right: 4px;
	margin-left: 4px;
}

#navlist a {
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

#navlist a:link, #navlist a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.1em;
}

#navlist a:hover {
	color: #ffffff;
	background-color: #6a6a6a;
	text-decoration: none;
}

/*iframe & search facility
------------------------------------------------> */


#searchHolder {
	width: 232px;
	height: 479px; /*height 491 in IE */
	overflow: hidden;
	}
	
iframe#reservationForm {
	width: 232px;
	height: 479px; /*height 491 in IE */
}

/*Typography styles
------------------------------------------------- */

.bookbtn {
	color:#ffffff;
	/*background-image:url(../images/bookbtn.gif);
	height: 18px;
	width: 79px;*/
	font-weight: bold;
	text-decoration: none;
	/*padding-top: 4px;
	padding-right: 23px;
	padding-bottom: 4px;
	padding-left: 10px;*/
	float: right;
	margin-top: -8px;
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-top: 3px;
	}

.bookbtn a:link{
	color:#ffffff;
	text-decoration:none;
	}
.bookbtn a:visited {
	color:#ffffff;
	text-decoration:none;
	}
.bookbtn a:hover {
	color:#ffffff;
	text-decoration:underline;
	}
.bookbtn a:active {
	color:#ffffff;
	text-decoration:none;
	}

/* offers & modules
--------------------------------------------------------- */

.hhonorsmodule {
	height:248px;
	width:200px;
	background-image:url(../images/hhonors_module.jpg);
	margin-top: 10px;
	float: right;
}
.hhonorstitle {
	font-size:1.6em;
	color: #ffffff;
	font-weight: bold;
	left: 14px;
	top: 69px;
	position: relative;
	width: 180px;
	}
.hhonorstxt {
	color: #878889;
	font-size:1.1em;
	position: relative;
	left: 14px;
	width: 180px;
	top: 110px;
}
.trianglebullets {
	position: relative;
	width: 150px;
	top: 118px;
	margin-left: 14px;
	list-style-position: inside;
	list-style-image: url(../images/tribullet.gif);
}
.trianglebullets li {
	list-style-image:url(../images/tribullet.gif);
	line-height: 1.3em;
	font-size: 1.0em;
	}
	
.trianglebullets a {
	color:#ff6633;
	text-decoration:none;
	}