/* Search
--------------------------------------- */

.hotelRow {
	padding: 10px;
	margin: 0px 0px 20px;
	border: 1px solid #4C81B7;
	background: url(../images/hotelRow_bkgd.png) repeat-x left bottom;
	height: 190px;
	position: relative;
	overflow: visible;
}
.hotelRow2 {
	padding: 10px;
	margin: 0px 0px 20px;
	border: 1px solid #FFE1C4;
	background: url(../images/hotelRow_bkgd.png) repeat-x left bottom;
	position: relative;
	height: 190px;
	overflow: visible;
}
.hotelRow h2, .hotelRow2 h2 {
	color: #4B80B6;
	margin: 0px;
	padding: 0px;
	font: bold 16px/16px Arial, Helvetica, sans-serif;
	display: block;
	width: 390px;	
}
.hotelRow h2 a, .hotelRow2 h2 a {
text-decoration: none;
}
.hotelRow .photo, .hotelRow2 .photo {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
}
.hotelRow .rate, .hotelRow2 .rate  {
	position: absolute;
	top: 0px;
	right: 0px;
	padding-right: 10px;
	padding-top: 5px;
}
.hotelRow .rate .redText {
	font-size: 20px;
	font-weight: bold;
}
.hotelRow a:link.selectButton, .hotelRow a:visited.selectButton, .hotelRow2 a:link.selectButton, .hotelRow2 a:visited.selectButton {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 33px;
	width: 99px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	line-height: 33px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/select_button.png);
}
.hotelRow a:hover.selectButton, .hotelRow2 a:hover.selectButton {
	background: url(../images/select_button.png) center top;
}
.hotelRow a:active.selectButton, .hotelRow2 a:active.selectButton {
	background: url(../images/select_button.png) right top;
}
.hotelRow2      a.greenButton2, .hotelRow a.greenButton2      {
	right: 120px;
	bottom: 10px;
}
.hotelRow .summary, .hotelRow2 .summary  {
	font: 11px Arial, Helvetica, sans-serif;
}
.hotelRow  .summary, .hotelRow2 .summary {
	float: right;
	width: 340px;
}
.hotelRow2 h2 {
	margin-bottom: 10px;
}
.contact_info {
	position: absolute;
	left: 0px;
	bottom: 10px;
}

#tabs .contact_info {
	position: absolute;
	left: 0px;
	bottom: 10px;
}

.attributes  {
	font: 11px Arial, Helvetica, sans-serif;
	margin-top: 5px;
}
.attributes table {
	border-style: none;
}
.attributes td {
	margin: 0px;
	padding: 2px;
}
.summary .smallText2 {
	display: block;
	margin-bottom: 10px;
}
a.pagination:link, a.pagination:visited, b.pagination {
	display: block;
	background-color: #F6F8FB;
	border: 1px solid #4D82B8;
	margin-right: 3px;
	margin-left: 3px;
	height: 10px;
	width: 15px;
	padding: 5px;
	float: left;
	text-align: center;
	line-height: 12px;
	font-size: 12px;
	text-decoration: none;
}
b.pagination {
	color: #FFF;
	background-color: #3B71A7;
}
a.pagination:hover {
	background-color: #C0D0E0;
	color: #333;
}
a.pre.pagination, a.post.pagination {
	width:auto;
	font-weight: bold;	
}
.priceRangeIcon {
	width: 120px;
	height: 20px;
	display: block;
	text-indent: -65px;
	padding-left: 65px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	position:absolute;
	top:10px;
	right:10px;
	}
.LessThan500 {
	background-image: url(../images/price_range_bar.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
.LessThan1000 {
	background-image: url(../images/price_range_bar.png);
	background-repeat: no-repeat;
	background-position: right -20px;
	}
.LessThan1500 {
	background-image: url(../images/price_range_bar.png);
	background-repeat: no-repeat;
	background-position: right -40px;
	}
.LessThan2000 {
	background-image: url(../images/price_range_bar.png);
	background-repeat: no-repeat;
	background-position: right -60px;
	}
.moreThan2000 {
	background-image: url(../images/price_range_bar.png);
	background-repeat: no-repeat;
	background-position: right -80px;
}


/* Interests
--------------------------------------- */

.hotelRow3 {
	padding: 10px;
	margin: 0px 0px 20px;
	border: 1px solid #9cc126;
	background: url(../images/hotelRow_bkgd.png) repeat-x left bottom;
	position: relative;
	overflow: visible;
	width: 580px;
}
.hotelRow3 h2 {
	color: #4B80B6;
	margin: 0px;
	padding: 0px;
	font: bold 16px/16px Arial, Helvetica, sans-serif;
	display: block;
	line-height: 18px;
}
.hotelRow3 h2 a{
text-decoration: none;
}
.hotelRow3 .photo {
	float: left;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}
.hotelRow3 .rate {
	position: absolute;
	top: 0px;
	right: 0px;
	padding-right: 10px;
	padding-top: 5px;
}
.hotelRow3 .summary  {
	font: 11px Arial, Helvetica, sans-serif;
	float: right;
	width: 340px;
	position: relative;
}
.hotelRow3 h4 {
	line-height: 16px !important;
}
.hotelRow3 a:link.selectButton, .hotelRow3 a:visited.selectButton {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 33px;
	width: 99px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	line-height: 33px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/select_button.png);
}
.hotelRow3 a:hover.selectButton {
	background: url(../images/select_button.png) center top;
}
.hotelRow3 a:active.selectButton {
	background: url(../images/select_button.png) right top;
}
.hotelRow3 a.greenButton2 {
	right: 120px;
	bottom: 10px;
}
.hotelRow3 .rate .redText {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
.redText:link, .redText:visited{
	text-decoration: none;
	color: #D70000;
}
.hotelRow3 .summary .smallText2 {
	display: block;
	margin-bottom: 0 !important;
	line-height: 20px !important;
}

/* button */

.hotelRow3 .summary .button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	width: auto;
	height: auto;
	position: relative;
}
.hotelRow3 .summary .button:hover {
	text-decoration: none;
}
.hotelRow3 .summary .button:active {
	position: relative;
	top: 1px;
}
.hotelRow3 .summary .medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}

/* green */
.hotelRow3 .summary .green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.hotelRow3 .summary .green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.hotelRow3 .summary .green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* Interests Book Now Form
------------------------------------------------ */
.hotelRow3 form.interest_form {
	display: none;
	width: 540px;
	height: 60px;
	background-color: #fff;
	border: solid 1px #cfcfcf;
	position: relative;
	margin-top: 10px;
	font-weight:bold;
	padding: 10px 20px 10px 20px;
}

.hotelRow3 .interest_form label {
	color: #000;
	font-weight: bold;
	text-align: right;
}

.hotelRow3 .interest_form table {
	width: 400px;
	border-style: none;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	float: left;
}
.hotelRow3 .interest_form table td {
	margin: 0px;
	padding: 0px;
}

/* button */

.hotelRow3 .interest_form .button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 10px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	width: auto;
	height: auto;
	float: right;
}
.hotelRow3 .interest_form .button:hover {
	text-decoration: none;
}
.hotelRow3 .interest_form .button:active {
	position: relative;
	top: 1px;
}
.hotelRow3 .interest_form .medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}

/* green */
.hotelRow3 .interest_form .green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.hotelRow3 .interest_form .green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.hotelRow3 .interest_form .green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* View All Promotions Button */

a.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .5em 1em .55em;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	width: auto;
	height: auto;
}
a.button:hover {
	text-decoration: none;
}
a.button:active {
	position: relative;
	top: 1px;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}


/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
 
