@import "menu/menu.css";
/*@import "header/header.css";*/
@import "footer/footer.css";
/*@import "quote_forms/quote_forms.css";*/

body {
	margin: 0;
	padding: 0;
	background-color: #EEEEEE;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}

a:link, a:visited {
  color: #382B70;
  text-decoration: none;
}

a:hover, a:active {
  color: #382B70;
  text-decoration: underline;
}

img {
  border: none;
}

p {
  margin: 1em 0;
}

form {
  margin: 0;
}

form h3 {
  width: 195px;
  text-align: right;
}

label {
  float: left;
  width: 195px;
  margin-right: 5px;
  font-weight: bold;
  text-align: right;
}

label img, .simple img {
 vertical-align: middle;
}

form p {
  clear: left;
  position: relative;
}

dl {
	margin: 0;
}

dt {
	float: left;
	clear: left;
	width: 80px;
}

dt {
	float: left;
}

#container {
  position: relative;
	width: 785px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(../img/back.gif) repeat-y top left;
	background-color: white;
	text-align: left;
}

#main {
	padding: 180px 10px 10px 10px;
}

#quoteform {
  float: left;
  width: 400px;
  margin-left: 10px;
}

#quoteform p {
  margin: 0;
  padding: 0;
}

#quoteform label {
  display: block;
  float: none;
  width: auto;
  text-align: left;
}

#body {
  padding: 0 20px 20px 20px;
  min-height: 200px;
}
* html #body {
  height: 200px;
}

#banners {
}

#loginform, #customer {
  margin-bottom: 20px;
}

#customer .title {
  font-weight: bold;
  margin-bottom: 5px;
}

#customer .name {
  margin-bottom: 5px;
}

#preloader {
  padding: 2em;
  font-size: 1.5em;
  color: red;
  text-align: center;
}

#discounts {
  position: absolute;
  top: 100px;
  left: 100px;
  padding: 10px;
  background-color: white;
  border: 1px solid #888;
  z-index: 100;
}

#block1 {
  margin:0.5em 0;
}

#block2 {
  display: none;
  float: right;
  margin: 0.5em 0;
}

.banner {
}

.banner a {
  display: block;
}

.banner span {
  display: none;
}

.safe {
  float: left;
  margin-top: 15px;
  width: 75px;
  background: url(../img/shopsafe.jpg) no-repeat top left;
}

.safe a {
  height: 75px;
}

.guarantee {
  float: right;
  width: 490px;
  height: 100px;
  background: url(../img/banner.jpg) no-repeat top left;
}

.shadow1 {
	background: url(../img/shadow1.jpg) repeat-y left;
	padding-left: 10px;
}

.shadow2 {
	background: url(../img/shadow2.jpg) repeat-y right;
	/*padding-right: 10px;*/
}

.dropmenu1 {
  color: black;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: auto;
  border-width: 1px;
}

.dropmenu2 {
  color: black;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 150px;
  border-width: 1px;
}

.dropmenu3 {
  color: black;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  border-width: 1px;
}

.textbox {
  color: #382B70;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  border-width: 1px;
}



ul.list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 95%;
}

ul.list li {
  padding: 0;
  margin: 0;
}

h2 {
	margin: 1em 0 0.5em 0;
  color: #FF9801;
  font-size: 1.6em;
	font-weight: bold;
}

h3 {
	margin: 1em 0 0.5em 0;
  color: #382B70;
  font-size: 1.4em;
	font-weight: bold;
}

h4 {
	margin: 1em 0 0.5em 0;
  color: #382B70;
	font-size: 1.2em;
	font-weight: bold;
}

h5 {
	margin: 1em 0 0.5em 0;
	font-size: 1em;
	font-weight: bold;
}

h2.book {
  height: 40px;
  margin-top: 0;
  margin-left: 10px;
  background: url(../img/book_online_now.jpg) no-repeat top left;
}

h2.book span {
  display: none;
}

.red {
  color: #CC0000;
}
.green{
	color:#006600;	
}
.green a{
	color:#006600;	
}
.note {
  font-style: italic;
  font-size: 90%
}

table.simple {
  border: none;
  border-collapse: collapse;
  margin: 1em 0;
}

table.simple th {
  padding: 0.25em 0.5em;
  border: 1px solid #888;
  background-color: #EEE;
}

table.simple td {
  padding: 0.25em 0.5em;
  border: 1px solid #888;
  background-color: white;
}

.option .number {
	float: left;
	margin-left: 15px;
	font-size: 1.5em;
	text-align: center;
}

.header .hotel-title {
	float: left;
	width: 380px;
	font-size: 1.5em;
}

.error {
  color: red;
}

.small {
  font-size: 80%;
}

.big {
	font-size: 120%;
	font-weight: bold;
}

.clear {
  clear: both;
}

.promo {
	color: #000000;
}

.count {
  font-size: 120%;
  font-weight: bold;
  color: #CC0000;
}

.option {
  margin: 10px 0;
  border: 1px solid #777777;
  position: relative;
}

.option .optfooter {
	clear: both;
	border-bottom: 2px solid #C7CDD9;
	height: 2px;
}

.option .image {
  display: block;
  float: left;
  margin: 10px;
  *margin: 5px;
}

.option p {
  clear: none;
}

.option .header {
	/*border-top: 4px solid #C7CDD9;*/
	padding: 10px 0;
	margin-top: 1px;
}

.option .break{
	border-bottom: 4px solid #C7CDD9;
	padding: 10px 0;
	margin-top: 5px;
}
.option .title {
	float: left;
	margin: 5px 10px 0 10px;
	width: 440px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

.option .titlegreen {
	float: left;
	margin: 5px 10px 0 10px;
	width: 440px;
	color:#006600;
	font-size: 16px;
	font-weight: bold;
}


.option .prices {
  float: left;
  margin: 3px 0 0 0;
}

.header .price {
	font-size: 1.6em;
	color: #CC0000;
	font-weight: bold;
	float: right;
	width: 80px;
	*margin-right: 5px;
	text-align: right;
}

html>body .header .price {
	margin-right: 10px;
}

.option .content {
	float: left;
	width: 400px;
	margin: 0 0 10px 0;
	padding-right: 10px;
	border-right: 1px solid #CCC;
}

.header .stars {
	height: 21px;
	background: url(/img/star.gif) repeat-x;
	float: right;
	margin-right: 5px;
	margin-top: 3px;
	*margin-top: 4px;
}

.options .hotel-info {
  float: left;
  width: 290px;
  padding-left: 10px;
  margin-left: -1px;
  margin-right: 10px;
  margin-bottom: 20px;
  border-left:1px solid #CCC;
}

.hotel-info div.price, .hotel-moreinfo .price {
	font-size: 1.1em;
	color: #0F5B97;
	margin-bottom: 4px;
}

.option .hotel-info .upgrade-link {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: left;
	font-size: 1em;
	color: #0B5086;
	cursor: pointer;
	width: 280px;
	text-align: center;
}

span.price {
	font-size: 1.3em;
	font-weight: bold;
}

.option .discount {
  /*font-weight: bold;
  text-transform: uppercase;*/
  position: relative;
  bottom: 3px;
  text-decoration:underline;
}

.option .deposit {
  color: #CC0000;
  font-weight: bold;
}

.option .info {
  clear: left;
  float: left;
  width: 570px;
  padding: 5px 0;
}

.option .hinfo {
  padding: 5px;
}

.option .info ul {
  margin: 0;
  padding: 0 0 0 25px;
}

.option .info li {
}

.option .buttons {
  float: right;
	margin: 5px 5px 0 0;
}

.button1 {
	width: 119px;
	height: 35px;
	margin: 0 0 4px 0;
	border: none;
  background: url(../img/boxes2.jpg) no-repeat top left;
	color: white;
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
}

.button1green {
	width: 119px;
	height: 35px;
	margin: 0 0 4px 0;
	border: none;
  background: url(../img/green_button.gif) no-repeat top left;
	color: white;
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
}

.option .button2 {
  display: block;
	width: 119px;
	height: 14px;
	padding: 4px;
	border: none;
  background: url(../img/boxes21.jpg) no-repeat top left;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}

.option a.button2:hover,
.option a.button2:active {
  color: white;
  text-decoration: none;
}

.option .button21 {
	color: white;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	border: 3px solid #003466;
	background: #214f8a;
}

.option .icons {
  float: right;
  clear: right;
  width: 132px;
	margin: 5px 10px 0 0;
	text-align: right;
}

.form_item {
  margin-left: 200px;
}


.star {
  color: #CC0000;
}

.button {
	width: 119px;
	height: 35px;
	margin: 0 0 4px 0;
	border: none;
  background: url(../img/boxes2.jpg) no-repeat top left;
	color: white;
	font-size: 14px;
	font-weight: bold;
	cursor: hand;
}

.nowrap {
  white-space: nowrap;
}

td.date {
  white-space: nowrap;
}

.us_airport_form {
  background-image: url(../img/jfk.gif);
}

ul.arrow {
  list-style-image: url(../img/arrow_right.gif);
  font-weight: bold;
}

ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #888;
}

ul.tabs li {
  display: inline;
  padding: 0 10px;
  margin: 0 0 0 5px;
  background-color: #F4F4F4;
  border-left: 1px solid #888;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
}

ul.tabs li.active {
  background-color: white;
  color: #FF9801;
  border-bottom: 1px solid white;
  position: relative;
  font-weight: bold;
}

.shopsafe {
  background: url(../img/worldpay_shopsafe.jpg) no-repeat top right;
  background-position: 500px -60px;
}

#hotel-options table thead th {
  border-bottom: 1px solid #ccc;
}

#hotel-options table tfoot td {
  border-top: 1px solid #ccc;
}

#hotel-options table caption {
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding: 5px;
  background: #eee;
  font-weight: bold;
  font-size: 1.1em;
}

#hotel-options .hinfo {
  margin-left: 200px;
  clear: none;
}

#hotel-options .image {
  padding: 1em 0 0 0.5em;
}

#hotel-options label {
  width: auto;
  float: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.button3 {
  border: 0px solid #06143d;
  background: #0F3193;
  cursor: pointer;
  color: white;
}

#toolbar {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #888;
}

#toolbar li {
  float: left;
  margin: 0 0.3em;
  padding: 0 0.5em;
  border-right: 1px solid #888;
  border-left: 1px solid #888;
  border-top: 1px solid #888;
}

#toolbar #hide_map_button {
  display: none;
}

.big {
	font-size: 120%;
	font-weight: bold;
}

.gallery #main-image {
	margin: 5px;
	margin-top: 10px;
}

.gallery ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gallery li {
	display: inline;
	padding: 5px;
	margin: 0;
	border: 1px solid blue;
}

.gallery .thumbnail {
	cursor: pointer;
}

#boxes2{
	background-image:url(quote_forms/img/big_blue_box.jpg);
	width:100%;
	height:326px;
}

#boxes2 #left-box{
	float: left;
	margin-left: -5px;
	*margin-left: -1px;	
}

#boxes #left-box {
	float: left;
	margin-left: -5px;
	*margin-left: -1px;
}

#boxes #right-box {
	float: right;
}

#banner {
	clear: both;
	margin-top:5px;
	height:112px;
	background-image:url(../img/banner1.jpg);
	background-repeat:no-repeat;
}

#links-box {
	clear: both;
	background:url(../img/blue_back.gif) no-repeat left top;
	height:219px;
	*height:250px;
	padding: 20px 10px 0 30px;
	*padding-top: 15px;
}

#links-box h3 {
  font-size: 100%;
  margin: 1em 0 0.25em 0;
}

#links-box .column {
  float: left;
}

#links-box .column-200 {
  float: left;
  width: 200px;
}

#links-box .column-170 {
  float: left;
  width: 170px;
}

ul.list_orange {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 95%;
  padding-top:4px;  
}

ul.list_orange li {
  padding: 0;
  margin: 0;
	margin-bottom:1px;
	font-weight:bold;
}

ul.list_orange a:link{
	color: #FF7700;
}

ul.list_orange a:visited
{
	color: #FF7700;
}
ul.list_blue {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 95%;
  padding-top:4px;  
}

ul.list_blue li {
  padding: 0;
  margin: 0;
	margin-bottom:1px;
	font-weight:bold;
}

ul.list_blue a:link,a:visited{
	color:#3333CC;
}

.item {
  padding-left: 40px;
  min-height: 30px;
  *height: 40px;
  margin-bottom: 5px;
  *margin-bottom: 0;
}

#right-box #box2 {
	height:327px;
}

#right-box #box2 h2 {
	font-size: 18px;
	color: #fff;
	margin: 0;
	padding: 8px 0 0 15px;
}

#right-box #box2 #box22 {
	padding: 0;
	margin: 0 10px 0 0px;
	width: 356px;
	height: 280px;
	text-align: left;
	overflow: hidden;
}
.freqhead{
	color: #FFA739;
	font-size: 18px;
	font-weight: bold;
}

#sort {
	float: right;
	margin: 25px 0 5px 0;
	font-size: 1.2em;
}

#sort ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#sort ul li {
	float: left;
	padding: 0;
}

#sort ul li#by-price {
	width: 100px;
	text-align: center; 
}

#sort ul li#by-stars {
	width: 130px;
	text-align: center; 
}

#sort a.sorted {
	font-weight: bold;
	display: block;
	padding-right: 12px;
	background-repeat: no-repeat;
	background-position: right center;
}

#sort a.asc {
	background-image: url(images/arrow_up.gif);
	background-position: right 5px;
}

#sort a.desc {
	background-image: url(images/arrow_down.gif);
}

.parking-offers,
.transfers,
.exclusive-offers {
	padding: 0 1em;
	margin-bottom: 1em;
}

.parking-offers h3,
.transfers h3,
.exclusive-offers h3 {
	font-size:1.2em;
	border-bottom: 1px solid #ccc;
	margin: 0;
}

.exclusive-offers {
	font-weight: bold;
}

.contacts{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:15px;
color:#333333;
font-weight:bold;
margin-right:15px;
}

.bigtext1{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:24px;
color:#000077;
font-weight:bold;
margin-right:10px;
}

.bigtext2{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:24px;
color:#FF6600;
font-weight:bold;
margin-right:10px;
}

#christmas{
background-image: url(images/xmastrees.gif);
width:758px;
height:336px;
clear:both;
}

#save-quote {
	text-align: left;
}

#save-quote h3 {
	margin: 0;
	background-color: #ccc;
	font-size: 1em;
	padding: 3px 5px;
}

#save-quote p {
	margin-top: 0;
	margin-bottom: 0.5em;
}

#save-quote form {
	padding: 0.5em;
	background-color: #eee;
}

#save-quote form label {
	display: inline;
	float: none;
}

#save-quote form .message {
	border: 1px dashed #888;
	background-color: #fff;
	text-align: center;
	padding: 5px;
	color: green;
}

#save-quote form .error {
	border: 1px dashed red;
	color: red;
}

form.login label {
	width: 100px;
}

.center {
	text-align: center;
}

a.security-code {
  font-size: 0.9em;
}

a.security-code span {
  display: none;
  position: absolute;
  right: 10px;
  top: -50px;
  width: 212px;
  padding: 170px 10px 10px 10px;
  background: url(../img/security_code.gif) no-repeat 10px 10px;
  background-color: white;
  border: 1px solid #777;
  text-decoration: none;
  color: #333;
  z-index: 100;
}
* html a.security-code span {
	right: auto;
	left: 300px;
}

a.security-code:hover span {
  display: block;
}

#map {
	height: 400px;
}

#close-map {
	display: block;
	float: right;
	width: 119px;
	height: 35px;
	background: url(images/goback.gif) no-repeat center center;
	text-indent: -1000px;
	overflow: hidden;
}

.moreinfo-features {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: bold;
}

.moreinfo-features li {
	background: url(/img/dot.gif) no-repeat left top;
	padding-left: 22px;
	margin: 10px 0;
}

.hotel-gallery {
	float: left; 
	width: 290px;
}

.hotel-moreinfo {
/*	margin-left: 300px;*/
}

.hotel-moreinfo-box {
	height: 217px;
	overflow: auto;
	padding1: 0 1em 0 0;
}

.hotel-moreinfo-box h2 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	color: #214f8a;
	margin-top: 0;
	margin-bottom: 7px;
}

.hotel-moreinfo-box p {
	margin-top: 0;
	margin-bottom: 0.5em;
}

.hotel-moreinfo-box h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 2px 0;
	padding: 0;
}

.hotel-moreinfo .plain-right {
	border-top: 1px solid #ccc;
	height: 1px;
	font-size: 1px;
	margin-bottom: 10px;
}

.hotel-moreinfo .plain-left {
	border-bottom: 1px solid #ccc;
	height: 1px;
	font-size: 1px;
	margin-top: 10px;
}

table.header {
/*	display: none;*/
}

.more-info .header {
	background-color: #ececec;
	border-top: 2px solid #cfcfcf;
	padding-top: 7px;
	height: 33px;
}

.more-info .header .hotel-title {
	width: auto;
	padding-left: 40px;
}

.more-info .header .stars {
	background-image: url(images/star1.gif);
}

.more-info .hotel-address {
	float: left;
	width: 50%;
}

.more-info .hotel-address h3,
.more-info .hotel-distance h3 {
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 1em;
	color: #000;
}

.more-info .hotel-distance {
	float: left;
	width: 50%;
}

.more-info td {
	font-size: 12px;
}