@charset "utf-8";

/* CSS Document */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, code, em, img, strike, strong, sub, sup, b, u, i, dl, dt, dd, fieldset, form, label, legend {
	margin: 0px;
	padding: 0px;
}
.star
{
    color:Red;
    font-weight:bold;
    font-size:13pt;
}
html {
	min-height: 101%; /* gives a scrollbar in Mozilla/Firefox */
}

body, input, option, button {
	line-height: 1;
	font: 12px/1.5em Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #000;
}
td, th {
font: 100%
}

body {
	color: #333;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 135%;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	color: #003a7d;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color:#003a7d;
}

p {
	margin: 0px 0px 15px 0px;
}

a {
	color:#003a7d;
	text-decoration:underline;
}

a:hover {
	color:#003a7d;
	text-decoration:none;
}

textarea {
	line-height: 1.4;
	font: normal 11px;
	padding: 4px;
}

select {
	font: normal 12px;
	padding:0px;
}

.clearbr {
	clear: both;
}

br.clearbr {
	clear: both;
	height: 0em;
	line-height: 0em;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0px;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 0px;
}

#footer {
	clear:both;
	padding: 20px;
	margin: 20px 0px 20px 0px;
	font-size:0.9em;
	border:1px solid #CCC;
	background: url(/images/footer-bg.png) repeat-x bottom;
	overflow:auto;
}

#footer a {
	color:#333;
	text-decoration:none;
}

#footer a:hover {
	color:#900;
	text-decoration:underline;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	list-style-type: none;
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footer li a {
	color:#333;
	text-decoration:none;
}

#footer li a:visited {
	color:#333;
	text-decoration:none;
}

#footer li a:hover {
	color:#003A7D;
	text-decoration:underline;
}
.footerdisclaimer { font-size:10px}

#wrapper {
	padding: 0px;
	width: 965px;
	margin-right: auto;
	margin-left: auto;
}

#head {
	padding-top: 20px;
	height: 130px;
}

#head img {
	float:left;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.holiday-search-box {
	height: 260px;
	width: 100%;
}

#tabnav, ul.tabnav {
	height: 26px;
	padding-left: 0px;
	background: url(/images/tab_bottom.gif) repeat-x bottom;
	float:right;
	width: 100%;
	margin: 0px;
}

#tabnav li, ul.tabnav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tabnav a:link, #tabnav a:visited, ul.tabnav a:link, ul.tabnav a:visited {
	float: right;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin-left: 5px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #FFF;
	background: url(/images/nav-tab-blue.png) repeat-x;
	padding: 5px 10px;
}

#tabnav a:link.active, #tabnav a:visited.active, ul.tabnav a:link.active, ul.tabnav a:visited.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}

#tabnav a:hover, ul.tabnav a:hover {
	background: #fff;
	color: #000;
}

.snav {
	background: url(/images/side-nav-bg.png) repeat-x bottom;
	width: 160px;
	margin-bottom: 20px;
	border: 1px solid #dbdbdb;
	padding: 15px;
}
#header1_div_login, #header1_div_logout{
	font-size: 11px;
	color: #999;
	width: 600px;
	float: right;
	text-align: right;
	height:25px;
	/* [disabled]background-color:#DDFFE6; */
	padding-top: 10px;
	padding-bottom:10px;
}
.loginname {
	font-size: 14px;
	font-weight: bold;
	color: #003A7D;
}


.logininput {
	font-family:Arial, Helvetica, sans-serif;
	background:url(/images/search_inset.gif) repeat-x top #fff;
	border:1px solid #e0e0e0;
	padding:3px 10px 3px 10px;
	margin-left:5px;
	font-size:11px;
	width:100px;
	color:#999;
}

input.btn_blue {
	vertical-align:middle;
	border:solid 1px #2f3f68;
	padding:3px 10px 3px 10px !important;
	color:#fff !important;
	margin-left:5px !important;
	background:#6b9ff1 url(/images/pageing-bg-hover.png) repeat-x left top;
	white-space:nowrap;
	cursor:pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	font-size: 11px;
	font-weight: bold;
	width:auto;

}
.btn_blue:hover {
	text-decoration:none !important;
	background:#6b9ff1 url(/images/login-hover.png) repeat-x left top
}
input.btn_blue {
	padding:3px 5px 3px 5px !important;
}

#header1_navoptions_login, #header1_navoptions_logout {
	font-size: 11px;
	color: #999;
	width: 600px;
	float: right;
	text-align: right;
	height:20px;
	/* [disabled]background-color:#E1F5FF; */
	margin-bottom:10px;
}

.snav h1 {
	font-size: 1.2em;
}
.snav input, .snav select {
	font-size: 0.9em; color:#000;
}

.snav ul {
	padding-left:0px;
	padding-bottom:15px;
	font-weight:normal;
	margin:0px;
}

.snav li {
	padding-left: 15px;
	padding-bottom: 5px;
	line-height:1.2em;
	list-style: none;
	background: url(/images/snav-bullet.png) no-repeat 0px 3px;
	margin:0px;
}

.snav li a {
	text-decoration:none;
	color:#000;
}

.snav li a:hover {
	text-decoration:underline;
	color:#036;
}

.col-left {
	width: 190px;
	margin-right: 15px;
	float: left;
}

.col-centre {
	width: 540px;
	float: left;
}

.col-right {
	float: right;
	width: 190px;
}

#home-search {
	border: 1px solid #dbdbdb;
	background: url(/images/home-search-bg.png) repeat-x bottom;
	padding: 15px 15px 0px 15px;
	width: 283px;
	height: 223px;
	float: right;
}

#home-search select {
	width:273px;
	margin-bottom:5px;
}

#home-search img {
	margin-top:10px;
}

#home-search p {
	margin-bottom:10px;
}

.holiday {
	float: left;
	width: 165px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.holiday h1 {
	font-size: 1em;
	color: #014187;
	font-weight: bold;
}

.holiday h2 {
	font-size: 1em;
	margin: 0px 0px 0px 0px;
	font-weight:normal;
	color:#5b5b5b
}

.google-map {
	margin-bottom: 20px;
}

.col-left-755 {
	width: 755px;
	float: left;
}

.col-left-190 {
	width: 190px;
	float: left;
}
.col-left-640 {
	width: 640px;
	float: left;
}
.col-right-300 {
	width: 300px;
	float: right;
}
.col-right-545 {
	width: 545px;
	float: right;
}
.col-right-750 {
	width: 750px;
	float: right;
}

.refine {
	margin-bottom: 15px;
	font-size:0.9em;
	color:#000;
}

.refine a {
	color:#F60;
}

.refine a:visited {
	color:#F60;
}

.refine-row {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
}

.refine-row h1 {
	margin-bottom: 5px;
	padding: 0px;
	background-image:none;
}
.snav h3 { 
	font-size:1em;
	margin-bottom: 5px;
	padding: 0px;
	background-image:none;
}

.refine-row ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.refine-row li {
	list-style-type: none;
	background-image:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.refine-current {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
	line-height : 25px;
}

.refine-current h1 {
	margin-bottom: 5px;
	padding: 0px;
	background-image:none;
	font-size:1em;
}

.refine-current ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.refine-current li {
	list-style-type: none;
	background-image:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.breadcrumb {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom:10px;
	font-size:0.9em;
}



.featured_flag {
	position: relative;
	margin-top:-20px;
	margin-left:-250px;
	z-index: 1;
	float: left;
}
.featured_flag2 {
	position: relative;
	top:-15px;
	left:-215px;
	z-index: 2;
	float: left;
}
.img_gallery {
	width:230px;
	float:left;
	z-index:0;
	overflow: hidden;
	margin-bottom:10px;
	
}
.gallery_thumb {
	background: none;
	padding: 0px;
	height: 51px;
	width: 67px;
	float:left;
	margin-top: 8px;
	margin-right: 9px;
	cursor :pointer;
}

.result {
	padding: 15px;
	margin-top: 0px;
/*	overflow: none;
*/	border: 1px solid #ccc;
	margin-bottom:20px;
}
.featured {
	border: 2px solid #C00;
}
.result h1 {
	font-size: 1em;
	margin-bottom:0px;
}

.result h2 {
	font-size: 1.4em;
	color:#036;
	margin-bottom:10px;
	font-weight:bold;
}
.result h3 {
	font-size: 1.2em;
	color:#000;
	margin-bottom:10px;
	font-weight:normal;
}
.result_info {
	font-size: 1.1em;
	color:#000;
	margin-bottom:10px;
	font-weight:normal;
}


.result_details {
	width:470px;
	float:right;
	z-index:3
}
.result_offer {
	font-size: 1em;
	color:#000;
	font-weight:normal;
	clear: both;
	background: #BEFFA8;
	border-top: 1px solid #090;
	padding: 3px 10px;
	margin: 5px 0px 0px 0px;
	border-bottom: 1px solid #090;
	line-height: 1.2em;
}


.result-img {
	width:200px;
	height:120px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	overflow: hidden;
}

.result-box {
	float:right;
	width: 520px;
}

.result-desc {
	font-size: 0.95em;
	line-height: 1.2em;
	margin:5px 0px 5px 0px;
}

.result-price {
	float:right;
	color:#004080
}

.result-proptype {
	float:right;
	font-size: 0.9em;
	color:#676767;
}

.result-beds {
	float:right;
	font-weight:bold;
}

.result-save {
	float:right;
}

.blockleft {
	display: block;
}

.result-links {
	font-size: 0.9em;
}

.paging {
	margin-bottom: 10px;
	padding: 3px 8px 3px 8px;
}

.paging a {
	background: url(/images/paging-title-bg.png) repeat-x bottom;
	color: #FFF;
	padding:2px 4px 2px 4px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	height:30px;
}

.paging a:hover {
	background: url(/images/paging-title-bg-grey.png) repeat-x bottom;
	color: #000;
	padding:2px 4px 2px 4px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	height:30px;
}

.paging-inactive {
	padding:2px 4px 2px 4px;
	margin:0px 0px 0px 0px;
	height:30px;
}

.page {
	float: right;
}

.fright {
	float:right;
}

.details {
	padding-bottom:20px;
}

.alright {
	text-align: right;
}

.details h1 {
	color: #FFF;
	background: url(/images/h1-bg2.png) repeat-y right;
	padding: 5px 5px 4px 8px;
}

.detailsH1 {
margin-bottom:0px; padding-bottom:0px;
}

.detailsbox {
	background: url(/images/table-bg1.png) repeat-x;
	background-color:#f2f2f2;
	padding:10px;
	color:#000;
	border-left:#dbdbdb 1px solid;
	border-right:#dbdbdb 1px solid;
	border-bottom:#dbdbdb 1px solid;
}

.detailstable td {
	border-bottom:#dbdbdb 1px solid;
}

.detailstablenoline {
	border-bottom: none;
}

tr.detailstablenoline td {
	border-bottom: none;
}

/* admin boxs */

.adminbox {
	background: url(/images/table-bg1.png) repeat-x;
	background-color:#f2f2f2;
	padding:10px;
	color:#000;
	border:#dbdbdb 1px solid;
}

.adminboxtable td {
	border-bottom:#dbdbdb 1px solid;
    text-align: left;
}

.adminboxnoline {
	border-bottom: none;
}

tr.adminboxnoline td {
	border-bottom: none;
}

/* end*/

.col-right-755 {
	width: 755px;
	float: right;
}

.bigger {
	font-size: 1.2em;
	font-weight: bold;
}

.minidesc {
	font-size: 10px;
	line-height: 1.2em;
	color: #666;
}

.success {
	background-color: #E0FFDD;
	border: 1px solid #009700;
	padding:10px;
	margin-top:20px;
	font-size:0.9em;
	color:#003300;
}
.success h3 {font-size:1.4em; margin-bottom:5px;}

.warning {
	background-color: #FFFF99;
	border: 1px solid #FF9900;
	padding:10px;
	margin-top:20px;
	font-size:0.9em;
	color:#000000;
}

.error {
	background-color: #ffdede;
	border: 1px solid #ff0000;
	padding:10px;
	margin-top:20px;
	font-size:0.9em;
	color: #CC0000;
}

.error ul {
	margin-top:10px;
	margin-left:10px;
}

.error li {
	padding-left:10px;
	margin-left:10px;
}

.user-options {
	width:230px;
	height:80px;
	font-size: 0.9em;
	line-height: 1.2em;
}

.user-options img {
	float: left;
	padding-bottom:20px;
	margin-right:10px;
}

.user-options h1 {
	font-size:1.3em;
	margin:0px 0px 7px 0px;
	padding-top:7px;
}

#greypicbox {
	background: #e9e9e9;
	padding-right:20px;
	margin-bottom: 20px;
	color: #036;
}

#greypicbox img {
	margin-right:20px;
}

.bluelinebg {
	background: url(/images/blue-line.png) repeat-y center;
}

.cklist td {
    padding:0 0px 1px 0;
    border:none;
    width: 180px;
}

#ChboxLstPropertiesForEnq 
{
    vertical-align:middle;
    background-color :White;
    vertical-align:middle;
    padding:0px 0px 0px 0px;
     margin:0;
} 
#ChboxLstPropertiesForEnq img
{
   vertical-align:middle ;
   padding:0px 5px 0px 5px;
   cursor:pointer ;   
   outline:none;
   margin:0;
}

 #ChboxLstPropertiesForEnq span
 {
     display:inline-block;
     width:190px;
     cursor:pointer;
     padding:0px 3px 0px 5px;
     vertical-align:middle;
     outline:none;
     margin:0;
 }
 #ChboxLstPropertiesForEnq input
 {
     margin:0px 3px 0px 5px;
     cursor:pointer;
     vertical-align:middle;
     outline:none;
     padding:0;
 }
 
 #ChboxLstPropertiesForEnq div
 {
    border-bottom:1px solid #dddddd; 
 }
.qlinks {
	padding: 5px 8px 5px 8px;
	margin:0px;
	background: #F5F5F5;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-weight:bold;
}
.qlinks a {text-decoration:none; font-weight:normal;
} 

.qlinks ul{
	padding:0px ;
	margin:0px;
}
.qlinks li{
	padding:0px 10px 0px 0px;
	margin:0px 10px 0px 0px;
	display: inline;
	list-style: none;
	border-right: 1px solid #069;
}

.ShowHideDiv
{
	background-color:#eeeeee;
	padding:1px 3px 1px 3px;
	margin-top:5px;
	cursor:pointer;
	text-align:right;
	border:1px #dddddd solid;
	font-weight:bold
 }
/* simple tabs */
.container {
	width: 100%;
	margin: 10px auto;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
.pricingbtl {}
.pricingtbl img{ border:none; padding:0px; margin:0px;}
.pricingbtl td{}
/* end simple tabs */

.paging {
	padding: .3em .7em .3em .7em;
	color:#06C;
	border:1px solid #fff;
	text-decoration:none;
	font-size:12px;
}
.paging a {
	padding: .3em .7em .3em .7em;
	color:#06C;
	border:1px solid #2d70a7;
	text-decoration:none;
	background:url(/images/pageing-bg.png) repeat-x;
}
.paging a:hover {
	padding: .3em .7em .3em .7em;
	border:1px solid #2d70a7;
	background:url(/images/pageing-bg-hover.png) repeat-x;
	color:#FFF;
	text-decoration:none;

}
