/* 
CSS by Chemist
-------------------------------------
Colour Reference:
DK Blue: 	#0BA4DC;
MD Blue:	#69D7FF;
LG Blue:	#D9F5FF;
DK Grey: 	#434C50;
MD Grey: 	#E2E2E2;
LG Grey:	#F7F7F7;
Green: 		#31B108;
Orange:		#FF8401;
LG Yellow:	#FFF0A5;
New Grey:	#A5A5A5;
-------------------------------------
General
-------------------------------------
*/
html {
width: 100%;
}
body {
font-family: 'OxygenRegular', Arial, sans-serif;
background: #FFF;
color: #434C50;
font-size: 0.9em;
margin: 0;
}
b {
font-family: 'OxygenBold', Arial, sans-serif;
}
form {
padding: 0;
margin: 0;
}
input,select {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-width: 0px;
padding: 4px;
color: #434C50;
}
img {
border: 0;
}
a {
color: #0BA4DC;
text-decoration: none;
}
a:hover {
color: #FF8401;
}
p {
text-align: justify;
line-height: 140%;
}
h1 {
font-weight: normal;
color: #0BA4DC;
font-size: 1.8em;
margin: 0 0 5px 0;
}
h2 {
font-weight: normal;
}
.crumbs {
font-size: 0.9em;
}
.crumbs a {
color: #434C50;
}
.crumbs a:hover {
color: #0BA4DC;
} 
.clear {
clear: both;
}
.padded {
padding: 7px;
}
#lsearch ul, #nav ul, #Photo ul, .lpodz ul, #userFilter ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.firstP {
padding: 0 5px 5px;
margin: 0;
}
.ooopsAlert {
padding: 7px;
background: #FF8401;
color: #FFF;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 5px 0px;
}
.smallerH2b {
font-size: 1.2em;
color: #0BA4DC;
}

/*
-------------------------------------
Structure
-------------------------------------
*/
.flexwrap {
margin: 0 auto;
}
#thousand {
width: 1000px;
float: left;
margin: 10px 0px 35px;
background: url(../layout/left-line.gif) left top repeat-y;
}
.nbg {
background-image: url(../layout/space.gif);
}
#thousand .left {
width: 180px;
float: left;
}
#thousand .right {
width: 800px;
float: right;
}
.sevent {
font-size: 70%;
}

/*
-------------------------------------
Social
-------------------------------------
*/
#share-social {
width: 100%;
position: fixed;
right: 0;
bottom: 0;
background: url(../layout/social.gif) center repeat-x;
padding: 0 10px;
z-index:2;
}
	#share-social .pod {
	background: #FFF;
	width: auto;
	padding: 5px 8px;
	float: right;
	border: 1px solid #E2E2E2;
	border-bottom-width: 0px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-moz-box-shadow: 0 0 3px 3px #E2E2E2;
	-webkit-box-shadow: 0 0 3px 3px #E2E2E2;
	box-shadow: 0 0 3px 3px #E2E2E2;
	}
#share-social img {
padding: 5px 2px;
vertical-align: middle;
}

/*
-------------------------------------
Head Bar
-------------------------------------
*/
#topped {
padding: 10px 0;
border-bottom: 1px solid #E2E2E2;
}

#bblogo {
float: left;
width: auto;
}
	#bblogo a {
	text-decoration: none;
	color: #0BA4DC;
	font-size: 22pt;
	}
	#bblogo img {
	vertical-align: middle;
	margin-right: 8px; 
	}

/*
-------------------------------------
Drop Down Navigation
-------------------------------------
*/
#nav {
margin: 0;
padding: 5px;
line-height: 100%;
font-size: 1.1em;
}


.currency,select.currency
{
color: #0BA4DC;
font-size: 1.1em;
}



	#nav li {
	margin: 0 0 0 5px;
	padding: 0 0 5px;
	float: left;
	position: relative;
	list-style: none;
	}

	/* Main Level Link
	----------------------------------*/
	#nav a {
	color: #0BA4DC;
	border: 1px solid #E2E2E2;
	text-decoration: none;
	display: block;
	padding: 5px 8px;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	#nav a:hover {
	background: #0BA4DC;
	color: #FFF;
	cursor: pointer;
	}
	#nav .current a, #nav li:hover > a {
	background: #0BA4DC;
	color: #FFF;
	border: 1px solid #0BA4DC;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
	}

	/* Sub Levels Links Hover
	----------------------------------*/
	#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	}
	#nav ul a:hover {
	background: #0BA4DC !important;
	color: #FFF !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0,0,0, .1);
	}

	/* Drop Down
	----------------------------------*/
	#nav li:hover > ul {
	display: block;
	}

	/* Level 2 List
	----------------------------------*/
	#nav ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	background: #FFF;
	border: solid 1px #E2E2E2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
	}
	#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	}
	#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
	}

	/* Level 3 Plus
	----------------------------------*/
	#nav ul ul {
	left: 181px;
	top: -3px;
	}

	/* Round First & Last
	----------------------------------*/
	#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	}
	#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	}

	/* Clear Fix
	----------------------------------*/
	#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
	#nav {
	display: inline-block;
	} 
	html[xmlns] #nav {
	display: block;
	}
 	* html #nav {
	height: 1%;
	}

/* 
Top Grey
-------------------------------------
*/
#greyintro {
background: url(../layout/grey-gradient-top.jpg) top repeat-x #FEFEFE;
padding: 10px 0px;
}
#greyintro th {
font-weight: normal;
text-align: left;
width: 130px;
}
#greyintro th,td {
padding: 5px 0;
}
#greyfootz {
background: url(../layout/grey-gradient-bottom.jpg) bottom repeat-x;
}

/*
-------------------------------------
Left Col
-------------------------------------
*/
.lpodz .lhead {
padding: 10px;
color: #FFF;
background: #0BA4DC;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.lpodz .blueform,.greyform {
background: url(../layout/search-corner.gif) no-repeat top right;
padding: 10px;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
.lpodz .blueform {
background-color: #69D7FF;
color: #FFF;
font-family: 'OxygenBold', Arial, sans-serif;
}
.lpodz .greyform {
background-color: #F7F7F7;
}
.lpodz li {
margin: 0;
padding: 4px 0 2px 0;
}
.lpodz input,select {
max-width: 150px;
}


/* 
Tab Navigation
-------------------------------------
*/
#tabgrey {
background: url(../layout/grey-gradient-bottom.jpg) bottom repeat-x #FEFEFE;
}
#tabz,#tabz2{
margin: 0;
padding: 0;
}
#tabz li {
color: #434C50;
border: 1px solid #E2E2E2;
text-decoration: none;
background: #E2E2E2;
display: block;
padding: 10px;
float: left;
list-style: none;
margin: 0 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
#tabz li:hover {
background: #FFF;
color: #0BA4DC;
cursor: pointer;
}
#tabz .sel,#tabz2 .sel a  {
background: #FFF;
border-bottom: 1px solid #FFF;
color: #0BA4DC;
cursor: default;
}
#tabz img {
vertical-align: top;
float: left;
margin-right: 8px;
}
#tabz2 li {
float: left;
list-style: none;
margin: 0 5px 0 0;
}
#tabz2 a {
color: #434C50;
border: 1px solid #E2E2E2;
text-decoration: none;
background: #E2E2E2;
display: block;
padding: 10px;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
#tabz2 a:hover {
background: #FFF;
color: #0BA4DC;
cursor: pointer;
}

/*
User Filter Control
----------------------------------*/
#userFilter,.listopts {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #E2E2E2;
background: #F7F7F7;
padding: 5px 0;
margin-bottom: 10px;
}
.listopts {
padding: 5px 5px 5px 5px;
margin: 0 0 10px 0;
}
#userFilter li {
float: left;
padding: 3px 10px;
border-right: 1px solid #E2E2E2;
}
#userFilter img {
vertical-align: text-top;
margin-left: 3px;
background: #0BA4DC;
cursor: pointer;
}
#userFilter img:hover {
background: #434C50;
}
#userFilter .filterOn {
background: #FF8401;
}

/*
-------------------------------------
Buttons
-------------------------------------
*/
.extraBut,.detailButtons a,.extraActive,.greenBut {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 5px;
float: left;
cursor: pointer;
} 
.greenBut {
float: none;
background: #31B108;
color: #FFF;
}
.extraBut {
background: #E2E2E2;
}
.extraActive {
background: #434C50;
color: #FFF;
}
.extraBut:hover,.extraActive:hover {
background: #0BA4DC;
color: #FFF;
}
.extraBut input,label {
margin-right: 5px;
cursor: pointer;
}

/*
Detail Buttons
----------------------------------*/
.detailButtons a,.detailButtons input  {
background: #0BA4DC;
padding: 7px;
color: #FFF;
width: auto;
float: left;
margin-left: 5px;
cursor:pointer;
cursor:hand;
}
.detailButtons .green a,.detailButtons .green input {
background: #31B108;
float: right;
}
.detailButtons a:hover,.detailButtons input:hover {
background: #434C50;
}
.detailButtons img {
padding-right: 5px;
float: left;
}

/* 
List View
-------------------------------------
*/
.listTable {
font-size: 0.9em;
}
.listTable td {
padding: 5px 3px;
vertical-align: top;
text-align: center;
}
.listTable .propName {
text-align: left;
}
.listTable th,.avail th {
background: #D9F5FF;
padding: 10px 5px;
vertical-align: middle;
}
.listTable tr:nth-child(even) { background: #F7F7F7; }
.listTable tr:nth-child(odd) { background: #FFF; }
.listTable tr:hover {
background: #ECFAFF;
}
.listTable .textRight {
text-align: right;
}
.listTable div {
padding: 3px;
color: #FFF;
background: #FF8401;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.listTable div a {
color: #FFF;
text-decoration: none;
}
.listTable .selecth,.avail .selecth {
background: #0BA4DC;
color: #FFF;
}
.listTable .selectd {
font-weight: bold;
}
.listTable .gtotal {
font-weight: bold;
text-align: right;
background: #FFF0A5;
font-size: 1.3em;
}
.listTable .totalemph {
color: #FFF;
text-align: right;
background: #434C50;
font-size: 1.3em;
}
.listTable .totcap {
background: #E2E2E2;
}
.mapNo {
text-align: center;
}
.greyInput {
border: 1px solid #C3C3C3;
}
.alertInput {
border: 1px solid #FF8401;
background: #FFF0A5;
}

/*
------------------------------------- 
Page Count
-------------------------------------
*/
/*
.pageCounting {
padding: 10px 0px;
text-align: center;
}
.pageCounting a:hover {
background: #434C50;
}
.pageCounting a {
background: #0BA4DC;
color: #FFF;
text-decoration: none;
margin: 0 2px;
padding: 5px 7px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.pageCounting .active {
background: #FF8401;
font-weight: bold;
padding: 8px;
}*/

table.listTable tr.pageCounting td
{
	border:1px solid #ffffff;	
	text-align:center;	
		
}
.pageCounting table {
padding: 10px 0px;
text-align: center ;

}
.pageCounting a:hover ,.pageCounting span:hover{
background: #434C50;
}
.pageCounting a {

/*background: #FF8401;*/
font-weight: bold;
padding: 8px;
text-decoration:none;
}
.pageCounting td a {
background: #0BA4DC;
color: #FFF;
text-decoration: none;
margin: 0 2px;
padding: 5px 7px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/*.pageCounting .active {
background: #FF8401;
color: #FFF;
text-decoration: none;
margin: 0 2px;
padding: 5px 7px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;


}*/

.pageCounting span
{
	
background: #FF8401;
color: #FFF;
text-decoration: none;
margin: 0 2px;
padding: 8px 8px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-weight: bold;
cursor:pointer;
cursor:hand;
}


/*
------------------------------------- 
Date Shifter
-------------------------------------
*/
.dateShift,.bsummary,.bsummaryRound {
padding: 7px 0px;
background: #434C50;
color: #FFF;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
margin: 0 1px;
}
.bsummary a,.bsummaryRound a {
color: #FF8401;
}
.bsummary a:hover,.bsummaryRound a:hover {
color: #69D7FF;
}
.bsummaryRound img { vertical-align: middle; }
.bsummaryRound .spacerline { padding: 5px 10px; border-right: 1px solid #2C2E2F; }
.dateShift img {
vertical-align: middle;
margin: 0px 5px;
}
.dateShift a {
color: #FFF;
}
.dateShift a:hover {
color: #FFF0A5;
}
.dateShift .backClick {
width: 25%;
text-align: left;
float: left;
}
.dateShift .forwardClick {
width: 25%;
text-align: right;
float: right;
}
.dateShift .currentDay {
width: 50%;
text-align: center;
float: left;
}

/*
------------------------------------- 
Details View
-------------------------------------
*/

.detailPod{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #434C50;
background: #F7F7F7;
padding: 10px;
margin-bottom: 10px;

}
.detailPod .detailButtons a{
margin: 5px 5px 0 0;
}
.detailPod .underlinebox{
border-bottom: 1px solid #E2E2E2; padding-bottom: 10px; 
}
.mainImg{
float: left;
-moz-box-shadow: 0 0 3px 3px #E2E2E2;
-webkit-box-shadow: 0 0 3px 3px #E2E2E2;
box-shadow: 0 0 3px 3px #E2E2E2;
max-width: 180px;
max-height: 180px;
}
.podContent {
width: 590px;
float: right;

}
.podContent h2{
margin: 0;
font-weight: normal;
color: #0BA4DC;
font-size: 1.4em;

}
.podContent .address {
padding-bottom: 5px;
border-bottom: 1px solid #E2E2E2;
vertical-align: middle;
line-height: 140%;
font-size: 0.9em;
white-space: pre-wrap;
}
.podContent p{
padding: 5px 0px;
margin: 0;
white-space:normal;
}
.mapPos {
padding: 3px 8px;
color: #FFF;
background: #FF8401;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
float: left;
margin-right: 5px;
font-size: 0.8em;
font-weight: bold;
}
.mapPos a {
color: #FFF;
text-decoration: none;
}
.detailPod table {
width: 100%;
}
.detailPod td {
background: #FFF;
padding: 8px 5px;
text-align: center;
}
.detailPod th {
background: #E2E2E2;
font-weight: normal;
padding: 8px 5px;
width: 14.5%;
}
.detailPod tr .selth {
background: #0BA4DC;
color: #FFF;
}
.detailPod tr .seltd {
color: #FF8401;
font-weight: bold;
}
.detailPod .summary {
-webkit-border-radius: 5px 0px 0px 5px;
-moz-border-radius:  5px 0px 0px 5px;
border-radius:  5px 0px 0px 5px;
border: solid #E2E2E2;
border-width: 1px 0px 1px 1px;
background: #FFF;
padding: 10px;
font-size: 1.1em;
color: #0BA4DC;
width: 565px;
float: left;
}
.detailPod .summary span {
font-size: 70%;
color: #434C50;
padding: 0 5px 0 0;
}
.detailPod .summary .space {
padding: 0 5px 0 15px;
}
.detailPod .totalPrice {
-webkit-border-radius: 0px 5px 5px 0px;
-moz-border-radius:  0px 5px 5px 0px;
border-radius: 0px 5px 5px 0px;
border: 1px solid #E2E2E2;
background: #FFF0A5;
padding: 10px;
width: 170px;
float: left;
text-align: right;
font-size: 1.1em;
}
.detailPod .totalPrice span {
font-size: 70%;
padding: 0 5px 0 0;
}

/* 
Photo View
-------------------------------------
*/
#PhotoView .duel {
width: 395px;
margin-bottom: 10px;
}
#PhotoView .duel:nth-child(even) {
float: right;
}
#PhotoView .duel:nth-child(odd) {
float: left;
}
#PhotoView .duel .heading {
padding: 7px;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius:  5px 5px 0 0;
border-radius: 5px 5px 0 0;
color: #FFF;
line-height: 140%;
background: #434C50;
font-size: 0.9em;
}
#PhotoView .duel .heading h2 {
margin: 0;
font-size: 1.3em;
font-weight: normal;
}
#PhotoView .duel .heading a {
color: #FFF;
}
#PhotoView .duel .heading a:hover {
color: #FFF0A5;
}
.content,.blandCont {
padding: 7px;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0  5px 5px;
border-radius: 0 0 5px 5px;
border: solid #E2E2E2;
border-width: 0 1px 1px;
background: #F7F7F7;
}
.blandCont {
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
border-width: 1px 1px 1px 1px;
}
.content .fifty,.blandCont .fifty {
width: 50%;
float: left;
}
#PhotoView .duel .mapPos {
margin: 0 0 0 5px;
float: right;
}
#PhotoView .duel .detail {
float: right;
width: 190px;
}
#PhotoView .duel .detail ul {
background: #FFF;
padding: 7px;
border: 1px solid #E2E2E2;
line-height: 150%;
}
#PhotoView .duel .detail li {
color: #0BA4DC;
}
#PhotoView .duel .detail ul span {
font-size: 75%;
color: #434C50;
}
#PhotoView .duel .detail .detailButtons a {
width: 177px;
margin: 5px 0 0 0;
}

/*
------------------------------------- 
Property Details
-------------------------------------
*/
#hdetaill {
width: 190px;
float: left;
}
#hdetaill div {
margin-top: 5px;
padding: 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #E2E2E2;
background: #FFF;
font-size: 0.8em;
text-align: center;
}
.impinfo {
border: solid #E2E2E2;
border-width: 1px 0px;
padding: 5px 0px;
margin-top: 10px;
font-size: 0.8em;
}
.impinfo h2 {
font-size: 1.3em;
font-weight: normal;
color: #0BA4DC;
}
.bsummary {
font-size: 1.1em;
padding: 7px 7px;
}
.bsummary .spaced {
padding: 0 5px 0 15px;
}
.bsummary span {
font-size: 70%;
padding: 0 5px 0 0;
}

/*
-------------------------------------
Availability
-------------------------------------
*/
.avail {
font-size: 0.90em;
}
.avail td {
padding: 5px 3px;
vertical-align: middle;
}
.avail .propName {
text-align: left;
font-size: 1.1em;
}
.avail th {
background: #D9F5FF;
padding: 10px 5px;
vertical-align: middle;
}
.avail tr:nth-child(even) { text-align: center; }
.avail tr:nth-child(odd) { text-align: left; }
.wasDisc {
color: #FF8401;
text-decoration: line-through;
font-size: 90%;
}
.avail .subber {
background: #F7F7F7;
border-bottom: 1px solid #E2E2E2;
padding: 5px;
}
.avail .subber span {
float: right;
}
.expandButton,.expandButtonOff {
width: 18px;
height: 18px;
background: url(../layout/plus-minus.png) no-repeat;
float: left;
margin-right: 5px;
cursor: pointer;
}
.expandButton {
background-position: top;
}
.expandButtonOn {
background-position: bottom;
}
.roomDetails {
border-bottom: 1px solid #E2E2E2;
display: inline;
}
.roomDetails ul,.basiclist ul {
width: 800px;
float: left;
margin: 0 0 0 10px;
padding: 0;
list-style: none;
line-height: 140%;
display: block;
}
.basiclist ul {
margin: 0 0 0 0;
}
.roomDetails li,.basiclist li {
padding: 0 0 5px;
margin: 0;
}
.avail td a {
background: #FF8401;
color: #FFF;
cursor: pointer;
padding: 3px 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.avail td a:hover {
background: #434C50;
color: #FFF;
}

/* Mapp */
.mapDeco {
-moz-box-shadow: 0 0 3px 3px #E2E2E2;
-webkit-box-shadow: 0 0 3px 3px #E2E2E2;
box-shadow: 0 0 3px 3px #E2E2E2;
margin: 3px;
}
#Mapp h2 {
font-size: 1.1em;
font-weight: normal;
color: #0BA4DC;
}

/*
-------------------------------------
Photos
-------------------------------------
*/
#Photos,#Facilities,#Mapp {
border-bottom: 1px solid #E2E2E2;
}
#Photos ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#Photos li {
padding: 0;
width: 125px;
height: 125px;
float: left;
margin: 8px 0;
text-align: center;
}
#Photos img {
max-height: 110px;
max-width: 110px;
-moz-box-shadow: 0 0 3px 3px #E2E2E2;
-webkit-box-shadow: 0 0 3px 3px #E2E2E2;
box-shadow: 0 0 3px 3px #E2E2E2;
vertical-align: middle;
}
#Photos .del {
text-align: center;
padding-top: 5px;
font-size: 0.9em;
}
#Photos .del img {
-moz-box-shadow: 0 0 0 0 #E2E2E2;
-webkit-box-shadow: 0 0 0 0 #E2E2E2;
box-shadow: 0 0 0 0 #E2E2E2;
vertical-align: middle;
}

/*
-------------------------------------
Hotel Facilities
-------------------------------------
*/
#Facilities ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#Facilities li {
width: 495px;
margin: 0;
padding: 10px 0px;
}
#Facilities li img {
vertical-align: middle;
margin-right: 10px;
}
#Facilities li:nth-child(even) { float: right; }
#Facilities li:nth-child(odd) { float: left; }

/*
-------------------------------------
Hotel Policies
-------------------------------------
*/
#Policies ul {
margin: 0;
padding: 0;
list-style-type: none;
line-height: 140%;
}
#Policies li {
margin: 0;
padding: 10px 0px;
border-bottom: 1px solid #E2E2E2;
}
#Policies label {
color: #0BA4DC;
}

/*
-------------------------------------
Booking
-------------------------------------
*/
.bkform {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
.bkform li {
	display: table-row;
	margin-bottom: 1px;
}
.bkform label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	overflow: hidden;
	width: 180px;
	padding: 5px 0 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}
.bkform input,.bkform textarea,.bkform select {
	width: auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 5px 0 0 0; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	font-family: Arial, Helvetica, sans-serif;
}
.bkform .blankz {
	width: auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 5px 0 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	padding-left: 10px;
}
.bkform .blankz input, textarea, select {
	margin: 0 0 0 0; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
}
.bkpod {
padding: 7px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #E2E2E2;
background: #F7F7F7;
margin-top: 5px;
}
.bkpod .divline {
border-bottom: 1px solid #E2E2E2;
padding-bottom: 5px;
}
.bkpod h2 {
margin: 0;
padding: 0;
font-size: 1.2em;
color: #0BA4DC;
}
.bkpod .guestNamed {
padding: 5px 0;
}
.bsummaryRound {
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
padding: 7px 7px;

}
h2.header
{
	background-color:#0BA4DC;
	color:White;
	width:80%;
	font-size:15px;
	font-weight:bold;
	padding-top:5px;	
}

/*
-------------------------------------
Lightbox Panels
-------------------------------------
*/
#login-lightbox {
 display:none;
 background:#000;
 opacity:0.8;
 filter:alpha(opacity=80);
 position:absolute;
 top:0px;
 left:0px;
 min-width:100%;
 min-height:100%;
 z-index:1000;
}
/* Lightbox panel with some content */
#login-lightbox-panel {
display:none;
position:fixed;
top:100px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
left:50%;
margin-left:-200px;
width:400px;
background:#FFFFFF;
padding:10px;
border:1px solid #E2E2E2;
z-index:1001;
}

/*
-------------------------------------
User Area
-------------------------------------
*/
#UserNavz ul {
list-style-type: none;
margin: 0;
padding: 0;
border: 1px solid #0BA4DC;
margin-bottom: 1px;
}
#UserNavz div.subNav a,#UserNavz div.subNavActive a,#UserNavz li a {
padding: 5px;
cursor: pointer;
display: block;
color: #434C50;
}
#UserNavz li a {
padding-left: 10px;
}
#UserNavz div.subNav {
background-color: #E2E2E2;
border-bottom: 1px solid #FFF;
}
#UserNavz div.subNavActive {
background: #0BA4DC;
border-bottom-width: 0px;
}
#UserNavz div.subNavActive a {
color: #FFF;
}

.UserPicz {
border: 1px solid #E2E2E2; padding: 5px; width: 135px; margin: 5px 0px 10px 9px;
}
.UserPicz div {
text-align: center; overflow: hidden; display: block;
}
.UserPicz img {
max-height: 135px;
}

/*
-------------------------------------
Home
-------------------------------------
*/
.featuredhome {
padding: 0.5%; background: url(../layout/grey-gradient-top.jpg) top repeat-x #FEFEFE; border: 1px solid #E2E2E2; min-width: 990px;
}
.featuredhome .hotlist {
margin: 0; padding: 0; list-style-type: none;
}
.featuredhome .hotlist a img {
margin-right: 0.7%; padding: 0; list-style-type: none; vertical-align: middle;
}
.featuredhome .space,.featuredhome .hotlist li {
width: 24%; float: left; margin: 0.5%;
}
.featuredhome .space .image {
max-width: 100%;
}
.featuredhome .space .imagewrap,.slideholder {
padding: 9px; border: 1px solid #E2E2E2; background: #fff; 	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .2); -moz-box-shadow: 0 1px 3px rgba(0,0,0, .2); box-shadow: 0 1px 3px rgba(0,0,0, .2);
}
.featuredhome .space .hold {
padding: 0.5%;
}
.featuredhome .space .hold p, h3 {
padding: 0px 10px; margin: 5px 0px;
}
.featuredhome .space .hold h3 {
margin-top: 10px;
}

#slider1 h2
{
 position: absolute; top: 110px; left: 0; width: 100%;margin-left:5px;

}
#slider1 p
{
 position: absolute; top: 157px; left: 0; width: 100%;
line-height:0px;
text-align:left;
margin-left:5px;
}

#slider1 span
{
color: white; 
font: bold 24px/45px Helvetica, Sans-Serif;
letter-spacing: -1px; 
line-height:29px;
background: rgb(0, 0, 0); /* fallback color */ 
background: rgba(0, 0, 0, 0.7); 

}
.homesearch {
max-width: 55%; float: left; min-height: 160px; padding-top: 40px;
}
.homesearch > div {
width: 90%; margin: auto;
}
.homesearch input, .homesearch select {
background-color: #fff; border: 1px solid #69D7FF; font-size: 110%;
}
.homesearch .supersize {
font-size: 150%; width: 100%; margin-bottom: 10px;
}
.homesearch .greenBut {
font-size: 120%; background-image: url(../layout/arrow-white-r.png); background-position: 7px center; background-repeat: no-repeat; padding: 7px 7px 7px 28px;
}
.DistinationRight
{
	float:left;	width:1000px;
}
.DestinationDistance
{
	display:none;
}