

@media handheld, projection, screen, print {

* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline }
html { height: 100% }
body { background: #fff; color: #000; font-size: 100.01%; min-height: 101%; text-align: left }
img, fieldset, abbr, acronym { border: 0 }
ul, ol { list-style: none; list-style-position: outside }
label {width: 400px}
table { border-collapse: collapse; border-spacing: 0; width: 100% }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal }
caption, th { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; vertical-align: middle }
textarea { height: auto; overflow: auto }
option { padding-left: 0.6em }
button { background: none; border: 0; text-align: center }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: normal }


} @media handheld, projection, screen {


/*------------------------------------------------------------------

2.	MAIN STYLES
	General definitions

--------------------------------------------------------------------

/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
	
body {
	background: #fff url(../../images/style2/bg_body3.gif) repeat-x;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

p, ul, ol, table, dl, dd, pre { margin: 0 0 1.33em }

strong { font-weight: bold }
em { font-style: italic }
code, pre { font-family: "Courier New", Courier, monospace }
dt { font-weight: bold }
dd { font-style: italic }
cite { font-style: italic }
q { font-style: italic }
blockquote { font-style: italic; padding: 0 2.67em }

abbr, acronym { border-bottom: 1px dotted; cursor: help }


/* Headlines
-------------------------------
[?] Always define: font-size - line-height - margin
*/

h1 {
	/*-*/
}
h2 {
	color: #265066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .3em;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
h3 {
	color: #0d2c3d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0 20px;
}
h4 {
	color: #516975;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin: 1em 0 .4em;
}
h5 {
	color: #265066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 32px;
	margin: 1em 0 23px;
}

/* Anchors
-------------------------------*/

a, a:link, a:visited {
	color: #dc231d;
	cursor: pointer;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

a.mail, a.mail:link, a.mail:visited {
	color: #d6e0e5;
	cursor: pointer;
}

a.ftLnk, a.ftLnk:link, a.ftLnk:visited {
	color: #d6e0e5;
	cursor: pointer;
}

/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/

#home { background: #ececec url(../../images/style2/bg_body.gif) repeat-x; }

#wrap {
	margin: auto;
	text-align: left;
	width: 940px;
	/*fix*/
	/*position: relative;*/
}
	#header, #meta, #footer, #landing {
		float: left; display: inline;
		clear: both;
		width: 100%;
		position: relative;
	}
	/*fix*/
	#mainContent {
		float: left; display: inline;
		clear: both;
		width: 100%;
		/*position: relative;*/
	}
	#header { height: 82px; }
	
	#home #header { height: 390px; }
	
	#meta {
		height: 150px;
		color: #626262;
		font-family: Georgia, "Times New Roman", Times, serif;
		height: 135px;
		margin: 28px 0 0;
	}
		#logo { margin: 0 }

			#logo a {
				/*background: url(../../images/style2/logo.png) no-repeat;*/
				display: block;
				text-indent: -9999px;
				height: 39px; width: 248px;
				position: absolute;
				top: 8px; left: 7px;
			}
			#tagline {
				color: #0d2c3d;
				font-size:11px;
				font-family: Georgia, "Times New Roman", Times, serif;
				letter-spacing: .05em;
				margin: 0;
				position: absolute;
				top: 0px; left: 0;
			}

		#banner {
			background: url(../../images/style2/bg_banner.jpg) no-repeat;
			color: #d3e2eb;
			padding: 0 160px;
			position: absolute;
			top: 59px; left: -160px;
			height: 338px; width: 940px;
		}
			#bannerContent {
				background: url(../../images/style2/bg_bannerContent.jpg) no-repeat;
				position: absolute;
				top: 0; 
				height: 338px; width: 940px;
				z-index: 1;
			}
			#bannerContent.index-2 {
				background: url(../../images/style2/bg_bannerContent2.jpg) no-repeat;
			}
				#bannerBox {
					background: url(../../images/style2/bg_bannerBox.png) no-repeat;
					position: absolute;
					top: 40px; left: 160;
					padding: 22px 25px 40px;
					height: 237px; width: 410px;
					text-align: center;
					z-index: 10;
				}

	/*fix*/
	#mainContent {
		padding: 0 0 70px;
		/*position: relative;*/
	}
		#main {
			float: left;
			position:relative;
			width: 590px;
		}
		#mastermain {
			float:left;
			position:relative;
			width: 940px;
		}
		#home #main { padding: 40px 0 0; }
		#properties #main { padding: 30px 0 0; }
		
		#sidebar {
			float: right;
			padding: 0 0 0 30px;
			width: 320px;
			
		}

	#footer {
		background: url(../../images/style2/bg_footer.gif) repeat-x;
		height: 285px;
	}
		#footerContent {
			background: url(../../images/style2/bg_footer.gif) repeat-x;
			height: 285px; width: 940px;
			text-align: center;
			margin: 0 auto;
		}

#landing 
{
	background:#50768A;
}
	#landingContent 
	{
		background:#50768A;
		width: 940px;
		text-align: center;
		margin: 0 auto;
	}
	div#landing div#landingContent h3 
	{
	    color:#D6E0E5;
        font-size:13px;
        font-weight:bold;
    	margin-left:24px;
    	padding:0;
		text-align:left;
	}
	div#landing div#landingContent ul.landingUl
	{
	    list-style:none outside none;
		margin-left:20px;
		padding:0;
		text-align:left;
	}
	div#landing div#landingContent li.landingLi
	{
		display:inline-block;
		font-size:12px;
		text-align:left;
		width:225px;
	}
	
/*-------------------------------
2.c Navigations
-------------------------------*/

ul.nav { margin: 0 }

/* Main navigation
-------------------------------*/

#nav {
	height: 60px; width: 100%;
	position: absolute;
	top: 0; left: 0;
	z-index: 10000;
}
	#nav li {
		background: url(../../images/style2/bg_nav-li.gif) no-repeat 0 bottom;
		float: left;
		padding: 0 0 0 2px;
		position: relative;
	}
		#nav li a {
			border: none;
			float: left;
			color: #000;
			display: block;
			line-height: 62px;
			text-decoration: none;
			padding: 0 12px 0 10px;
		}
		#nav li ul {
			/*background: url(../../images/style2/bg_nav-dropdown.png) repeat;*/
			display: none;
			padding: 2px 0 8px;
			background: #ebebeb;
			filter: alpha(opacity=95);
			-moz-opacity: 0.95;
			opacity: 0.95;
		}
		#nav li:hover ul {
			display: block;
			border-bottom: 1px solid #c3c3c3;
			border-left: 1px solid #c3c3c3;
			border-right: 1px solid #c3c3c3;
			position: absolute;
			top: 60px; left: 0;
			width: 225px;
		}
			#nav li ul li {
				background: none;
				display: block;
				float: none;
				padding: 0;
			}
				#nav li ul li a {
					background: none;
					display: block;
					color: #0a212e;
					color: #0a212e;
					float: none;
					font-size: 12px;
					line-height: 25px;
					padding: 0 16px;
					position: relative;
					z-index: 99996;
				}
				#nav li ul li a:hover {
					background: none;
				}
		
		#nav li.active a { color: #dc231d; }
		#nav li.alt a { font-weight: bold; }
		#nav li a:hover { background: url(../../images/style2/bg_nav-li-over.gif) repeat-x 0 top; }
		#nav li.active ul li a { color: #0d2c3d; }
		#nav li.active ul li a:hover { color: #dc231d; }
		
		
/*-------------------------------
2.d Elements, ID's & Classes
-------------------------------*/

/* General elements
-------------------------------*/

/* Header
----------------------------------*/

#header ul#flags { 
	position: absolute;
	top: 26px; left: 820px;
}
	#header ul#flags li { 
		display: inline;
		float: left;  
		margin-left: 14px;
		text-indent: -99999px; 
	}
		#header ul#flags li a { 
			background: url(../../images/style2/bg_flags.gif) no-repeat;
			border: 1px solid #c6c6c6;
			display: block;
			height: 11px; width: 14px;
		}
		#header ul#flags li.flag02 a { background-position: -15px 0; }
		#header ul#flags li.flag03 a { background-position: -30px 0; }
		#header ul#flags li.flag04 a { background-position: -45px 0; }
		#header ul#flags li.flag05 a { background-position: -60px 0; }

#header ul#logoff
{
    position: absolute;
	top: 4px; 
	left: 820px;
}
    
#header ul#subnav {
	position: absolute;
	top: 4px; 
	left: 700px;
}
	#header ul#subnav li {
		display: inline;
		font-size: 11px;
		margin-left: 10px;
	}
		#header ul#subnav li a { text-decoration: underline; }
		
		#header ul#subnav li.alt a { font-weight: bold; }

#header #banner h2 {
	background: url(../../images/style2/bg_banner-h2.png) no-repeat 0 bottom;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	text-shadow: 1px 1px 1px #000;
	font-weight: normal;
	text-align: center;
	text-transform: none;
	letter-spacing: normal;
	margin: 0;
	padding: 0 50px 17px;
}
	#header #banner h2 em {
		color: #d3e2eb;
		font-style: italic;
	}

#header #banner h3 {
	color: #d3e2eb;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 20px;
	margin: 8px 0 18px;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
}
	#header #banner p a {
		background: url(../../images/style2/bg_banner-button.png) no-repeat right -46px;
		display: block;
		height: 40px;
		line-height: 40px;
		margin: 15px auto 0;
		text-align: center;
		width: 320px;
	}
		#header #banner p a span {
			background: url(../../images/style2/bg_banner-button.png) no-repeat;
			color: #fff;
			display: block;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			font-weight: bold;
			height: 40px;
			letter-spacing: .04em;
			line-height: 40px;
			margin: 0 5px 0 0;
			padding: 0 13px;
			text-align: center;
			text-transform: uppercase;
		}
		#header #banner p a:hover { text-decoration: none; }

/* Meta
----------------------------------*/

#meta h1, #main h1 {
	background: url(../../images/style2/bg_breadcrumbs.gif) repeat-x 0 bottom;
	color: #3b5462;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	letter-spacing: .1em;
	margin: 0;
	padding: 0 0 12px;
}

#pd_PG
{
	width:900px;
}
#pd_MT 
{
	height:5px; 
	left:700px; 
	margin: 0; 
	position:absolute; 
	top:25px; 
	width:200px;
}
	#pd_MT p.new-search{
		color: #dc231d;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 10px;
		letter-spacing: .2em;
		margin: 0;
		padding: 0 0 13px;
		text-transform: uppercase;
		position: absolute;
		right: 0;
	}		
.pd_T
{
}
	.pd_T #pd_title
	{
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		background:transparent url(../../images/style2/bg_breadcrumbs.gif) repeat-x scroll 0 bottom;
		color:#3B5462;
		font-family:Georgia,"Times New Roman",Times,serif;
		font-size:22px;
		font-weight: normal;
		letter-spacing:0.1em;
		margin:0;
		padding:0;
		text-align:left;
		width:100%;
	}
div#meta
{
	/*border-style:solid; 
	border-color:Fuchsia;*/
	margin-top:10px; 
	height:auto;
	/*overflow: hidden;*/
	padding-top:0px;
	width:100%;
 }
	div#pd_Ref
	{
		/*border-style:solid;
		border-color:Red;*/
		float:left;
		height:30px;
		overflow:hidden;
		width:600px;
	}
	#pd_MB
	{
		float:right; 
		width:230px;
		/*border-style:solid;
		border-color:Maroon;*/
	}
		#pd_MB ul li.button-1 a, #pd_MB ul li.button-2 a, #pd_MB ul li.button-1 a span, #pd_MB ul li.button-2 a span {
			background: url(../../images/style2/bg_properties-button.png) no-repeat;
		}
		#pd_MB ul li.button-1 a, #pd_MB ul li.button-2 a {
			background-position: right -30px;
			color: #fff;
			font-family: Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: bold;
			line-height: 25px;
			position: absolute;
			right: 0;
		}
		#pd_MB ul li.button-1 a { top: 70px }
		#pd_MB ul li.button-2 a { top: 35px }
		#pd_MB ul li.button-3 a { top: 0px }

			#pd_MB ul li.button-1 a span, #pd_MB ul li.button-2 a span { 
				display: block;
				line-height: 25px;
				margin-right: 8px;
				min-width: 122px;
				text-align: center;
				padding: 0 13px 2px 22px;
			}
	div#pd_properties
	{
		/*border-style:solid; 
		border-color:Green;*/
		height:30px;
		position:absolute;
		overflow:hidden;
		top: 105px;
		width:700px;
	}
	#meta #layer1
	{
		float:left;
		margin-top: 5px;
	}
		#meta div.pd_properties {
			color: #626262;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 11px;
			font-style: italic;
			float:left;
			width:700px;
		}
			#meta div.pd_properties p { display: inline; }

			#meta div.pd_properties p.prop-1, #meta div.pd_properties p.prop-2 { 
				color: #000; 
				font-style: normal; 
				padding: 0 0 0 20px;
			}
				#meta div.pd_properties p.prop-1 { background: url(../../images/style2/bg_bullet-li.gif) no-repeat 0 4px; }
				#meta div.pd_properties p.prop-2 { background: url(../../images/style2/bg_properties-li.gif) no-repeat 8px 4px; }
			
			#meta div.pd_properties p.in { 
				background: url(../../images/style2/bg_properties-li.gif) no-repeat 10px 2px;
				padding: 0 0 0 22px; 
			}
				#meta div.pd_properties p.in a { color: #dc231d; font-style: normal; }
			
			#meta div.pd_properties p.price { 
				background: url(../../images/style2/bg_properties-li.gif) no-repeat 10px 2px;
				padding: 0 0 0 22px; 
			}
				#meta div.pd_properties p.price span {
					color: #000;
					font-style: normal;
				}
#pd_MI
{
	/*border-style:solid; 
	border-color:Yellow;*/
	float:left;
	height:auto;
	margin: 10px 0 0 0;
	padding: 0;
	width:590px; 
}			
	#pd_MI img
	{
		height:auto;
	}
#pd_I 
{
	/*border-style:solid; 
	border-color:Blue;*/
	overflow:hidden;
 	float:right;
	height:auto;
	margin: 0;
	padding: 0;
	width:225px; 
}
	
	
	#meta div#pd_L
	{
		position:relative;
		left: 0px;
		top: -100px;
	}	
	#meta p {
		display: inline;
		line-height: 31px;
	}
	#meta p.ref {
		color: #0d2c3d;
		font-size: 14px;
	}
	#meta p.title {
		color: #dc231d;
		font-size: 18px;
		margin: 0 0 0 5px;
	}
	

	#main_content_index_wrapper .holder .propresult h1
	{
		height: 0px;
		margin: 0;
		padding: 0;
		line-height: normal;
		visibility: hidden;
	}
	#main_content_index_wrapper .property_details_block
	{
		/*border-style:solid;
		border-color:Aqua;*/
		margin-top: 0px;
		padding-top:0px;
		width:590px;
	}
	
/* Main
----------------------------------*/

#main h3 {
	color: #0d2c3d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	margin: 3px 0 20px;
}
#properties #main h3 {
	color: #265066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 32px;
	margin: 20px 0 0;
}

#main h5 span {
	background: url(../../images/style2/bg_properties-li.gif) no-repeat 12px 2px ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 28px;
}

#main p { margin: 0 0 21px; }

#main #breadcrumbs {
	background: url(../../images/style2/bg_breadcrumbs.gif) repeat-x 0 bottom;
	color: #99bacc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-align: right;
	margin-top: 20px;
	padding: 0 0 12px 370px;
	position: relative;
}
	#main #breadcrumbs p { margin: 0; }
	
	#main #breadcrumbs p.links {
		position: absolute;
		top: 0; left: 0;
	}
		#main #breadcrumbs p.links a.current {
			color: #dc231d;
			font-weight: bold;
		}
		#main #breadcrumbs p.links a {
			color: #265066;
			font-weight: bold;
		}
		#main #breadcrumbs p.new-search a { 
			background: url(../../images/style2/bg_bullet-li.gif) no-repeat right 4px;
			padding: 0 19px 0 0;
			text-transform: uppercase; 
		}

#main ul#results li {
	background: url(../../images/style2/bg_results-li.gif) repeat-x;
	margin: 23px 0 0;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	padding: 20px 0 0 160px;
}
#main ul#results li.first {
	background: none;
	margin: 5px 0 0;
}
	#main ul#results li a.more {
		color: #dc231d;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 10px;
		letter-spacing: .2em;
		text-transform: uppercase;
	}
	#main ul#results li span { color: #dc231d; }
	
	#main ul#results li div.avatar {
		position: absolute;
		top: 22px; left: 0;
	}
		#main ul#results li div.avatar p.img {
			border: 1px solid #949494;
			margin: 0 0 5px;
			padding: 5px 3px 3px 5px;
			height: 90px; width: 120px;
		}
		#main ul#results li div.avatar p.view {
			font-size: 11px;
			text-align: center;
		}

	#main ul#results li div.meta {
		color: #0d2c3d;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		font-weight: bold;
		margin: 0 0 10px;
	}
		#main ul#results li div.meta p { margin: 0; }
		
			#main ul#results li div.meta p strong {
				color: #265066;
				letter-spacing: .1em;
				text-transform: uppercase;
			}
			
		#main ul#results li div.meta p.title {
			color: #dc231d;
			font-size: 14px;
		}

	#main ul#results li div.properties {
		color: #626262;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		font-style: italic;
	}
		#main ul#results li div.properties p { display: inline; }

		#main ul#results li div.properties p.bedrooms { 
			background: url(../../images/style2/bg_bullet-li.gif) no-repeat 0 4px;
			color: #000; 
			font-style: normal; 
			padding: 0 0 0 20px;
		}
		
		#main ul#results li div.properties p.in { 
			background: url(../../images/style2/bg_properties-li.gif) no-repeat 10px 2px;
			padding: 0 0 0 22px; 
		}
			#main ul#results li div.properties p.in a { font-style: normal; }
		
		#main ul#results li div.properties p.price { 
			background: url(../../images/style2/bg_properties-li.gif) no-repeat 10px 2px;
			padding: 0 0 0 22px; 
		}
			#main ul#results li div.properties p.price span { color: #000; }

#main #prevNext {
	background: url(../../images/style2/bg_breadcrumbs.gif) repeat-x;
	margin: 0;
	padding: 10px 0 0;
	position: absolute;
	bottom: 18px; left: 0;
	width: 550px;
}
	#main #prevNext li { width: 260px; }

	#main #prevNext li.prev {
		text-align: left;
		float: left;
	}
	#main #prevNext li.next {
		text-align: right;
		float: right;
	}
		#main #prevNext li a {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 10px;
			letter-spacing: .2em;
			text-transform: uppercase;
		}

#main p.desc {
	font-weight: bold;
	margin: 0 0 18px;
}
	#main p.desc img {
		border: 1px solid #949494;
		padding: 5px;
	}
	
#main ul#mainSubnav {
	background: url(../../images/style2/bg_mainSubnav.gif) repeat-x;
	padding: 13px 0;
	margin: 0 0 40px;
	overflow: hidden;
}
	#main ul#mainSubnav li {
		float: left;
		padding: 0 23px;
	}
	#main ul#mainSubnav li.item01 { background: url(../../images/style2/bg_description-subnav.gif) no-repeat 0 2px; }
	#main ul#mainSubnav li.item02 { background: url(../../images/style2/bg_description-subnav.gif) no-repeat 0 -37px; }
	#main ul#mainSubnav li.item03 { background: url(../../images/style2/bg_description-subnav.gif) no-repeat 0 -73px; }
	#main ul#mainSubnav li.item04 { background: url(../../images/style2/bg_description-subnav.gif) no-repeat 0 -116px; }
	
		#main ul#mainSubnav li a {
			font-size: 11px;
			font-weight: bold;
		}
		
#main #tagContact 
{
	margin-top:40px;
	background: url(../../images/style2/bg_tagContact.gif) repeat-x;
	padding: 20px 0 20px 23px;
	position: relative;
}
	#main #tagContact #tagContactbox 
	{ 
		padding: 0 0 0 160px; 
	}

		#main #tagContact p#tag {
			position: absolute;
			top: 76px; left: 24px;
			background: url(../../images/style2/bg_tag.png) no-repeat;
			padding: 20px 20px 20px 10px;
			color: #0d2c3d;
			font-family: Georgia;
			font-size: 11px;
			font-weight: bold;
			text-transform: uppercase;
		}
		#main #tagContact ul#tagUl {
			background: url(../../images/style2/bg_tag-ul.gif) repeat-y;
			padding: 7px 15px 15px;
		}
		#main #tagContact ul#tagUl li {
			font-size: 11px;
			margin: 0 0 5px;
			padding: 0 22px;
		}
		#main #tagContact ul#tagUl li.mail{ background: url(../../images/style2/bg_box1-mail.png) no-repeat 0 4px; }
		#main #tagContact ul#tagUl li.tel{ background: url(../../images/style2/bg_box1-tel.png) no-repeat 2px 1px; }
		

/* Sidebar
----------------------------------*/

#sidebar h1 {
	background: url(../../images/style2/bg_sidebar-h1.png) no-repeat;
	color: #0a212e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	letter-spacing: .1em;
	margin: 30px 0 0;
	padding: 49px 0 13px;
	text-align: center;
}
#sidebar h3 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	margin: 0 0 9px;
}
#sidebar h4 {
	background: url(../../images/style2/bg_listing-li.png) repeat-x 0 bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	margin: 0 0 7px;
	padding: 0 0 10px;
}

#sidebar ul.listing { margin: 0 0 40px; }

	#sidebar ul.listing li {
		background: url(../../images/style2/bg_listing-li.png) repeat-x 0 bottom;
		min-height: 145px; height: auto!important; height: 145px;
		position: relative;
		padding: 18px 0 13px;
	}
		#sidebar ul.listing li h2 {
			color: #265066;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			font-weight: bold;
			letter-spacing: .3em;
			margin: 0;
			text-align: center;
			text-transform: uppercase;
		}
		#sidebar ul.listing li div.sidebar-box { padding: 7px 0 0 156px; }

			#sidebar ul.listing li div.sidebar-box h3 {
				color: #dc231d;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-style: normal;
				font-weight: bold;
				line-height: 20px;
				margin: 10px 0 3px;
			}
			#sidebar ul.listing li div.sidebar-box p { margin: 0 0 10px	}
			
			#sidebar ul.listing li div.sidebar-box p.img {
				border: 1px solid #949494;
				padding: 5px;
				position: absolute;
				top: 55px; left: 0;
			}
			#sidebar ul.listing li div.sidebar-box p.link {
				margin: 0; 
				text-align: right;
			}
				#sidebar ul.listing li div.sidebar-box p.link a {
					color: #dc231d;
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 10px;
					letter-spacing: .2em;
					margin: 0;
					text-align: center;
					text-transform: uppercase;
				}
				#sidebar ul.listing li div.sidebar-box p.link a:hover {
					border-bottom: 1px dotted #dc231d;
					text-decoration: none;
				}

#sidebar #about {
	border: 1px solid #cfdde4;
	padding: 26px 19px 12px 19px;
}

#sidebar .about {
	background: #f2f5f8;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 20px;
	margin: 40px 0 20px;
	padding: 20px;
}
	#sidebar .about h4 {
		color: #000;
		font-weight: normal;
	}
	#sidebar .about p.link {
		margin: 0;
		text-align: right;
	}
		#sidebar .about p.link a {
			color: #dc231d;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 10px;
			letter-spacing: .2em;
			margin: 0;
			text-align: center;
			text-transform: uppercase;
		}
		#sidebar .about p.link a:hover {
			border-bottom: 1px dotted #dc231d;
			text-decoration: none;
		}
		
#sidebar .distances li {
	background: url(../../images/style2/bg_bullet-li.gif) no-repeat 0 6px;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	padding: 0 0 10px 20px;
}
	#sidebar .distances li span{
		background: url(../../images/style2/bg_bullet-span.gif) no-repeat right 3px;
		font-weight: normal;
		padding: 0 15px 0 0;
	}
	#sidebar #distances {
		background: #f2f5f8;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #cfdde4;
		padding: 16px 19px 10px;
	}
		#sidebar #distances h4 { margin: 0 0 20px; }

		#sidebar #distances ul { margin: 0; }

			#sidebar #distances li span{ background: url(../../images/style2/bg_bullet-span2.gif) no-repeat right 3px; }

#sidebar ul#photos {
	baclground: #fff;
	border: 1px solid #0d2c3d;
	margin: 0 0 13px -3px;
	padding: 0 3px 3px 0;
	overflow: hidden;
	width: 314px;
}
	#sidebar ul#photos li { float: left; }

		#sidebar ul#photos li a {
			display: inline;
			float: left;
			margin: 3px 0 0 3px;
		}
			#sidebar ul#photos li a img {
				display: inline;
				float: left;
			}

		#sidebar ul#photos li a:hover {
			 border: 3px solid #dc231d;
			 margin: 0 -3px -3px 0;
		}
	
#sidebar p#photosLink {
	margin: 0 0 30px;
	color: #7b9fb2;
	font-size: 11px;
}
	
#sidebar div#calendar {
	background: #f2f6f9;
	border: 1px solid #cfdde4;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 25px 23px 20px;
	margin: 30px 0 35px;
}
#sidebar div#calendar h4 {
	background: none;
	color: #000;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
	#sidebar div#calendar #datepicker {
		margin: 0 auto 0 20px;
	}
#sidebar p#gm, #main p#gm {
	background: #d4dfe5;
	border: 1px solid #95a3ae;
	padding: 4px;
}


/* Footer
----------------------------------*/

#footerContent { position: relative; }

#footer ul#footerBox {
	margin: 0;
	overflow: hidden;
}
	#footer ul#footerBox li {
		background: url(../../images/style2/bg_footer-li.gif) repeat-y;
		color: #aec1cc;
		font-size: 12px;
		float: left;
		line-height: 19px;
		height: 215px;
		margin: 10px 0 0;
		text-align: left;
		padding: 0 60px 0 20px;
	}
	#footer ul#footerBox li.box-1 { 
		background: url(../../images/style2/bg_footer-h4.gif) no-repeat 258px 14px;
		font-size: 11px; 
		height: 196px;
		line-height: 12px; 
		padding: 55px 94px 0 0; 
		width: 185px; 
	}
	#footer ul#footerBox li.box-2 { width: 150px; }
	#footer ul#footerBox li.box-3 { width: 150px; }
	#footer ul#footerBox li.box-4 {
		padding-right: 0;
		width: 150px;
	}
		#footer ul#footerBox li h3 { margin: 0; }

			#footer ul#footerBox li h3 a {
				display: block;
				text-indent: -9999px;
				height: 28px; width: 181px;
				position: absolute;
				top: 32px; left: 0;
			}

		#footer ul#footerBox li h4 {
			background: url(../../images/style2/bg_footer-h4.gif) no-repeat 140px 3px;
			color: #d6e0e5;
			width: 150px;
			font-size: 13px;
			font-weight: bold;
		}

		#footer ul#footerBox li.box-1 p { padding: 0 0 0 23px; }
		
		#footer ul#footerBox li.box-1 p.mail {
			background: url(../../images/style2/bg_box1-mail.png) no-repeat;
			margin: 0 0 10px;
		}
		
		#footer ul#footerBox li.box-1 p.tel { background: url(../../images/style2/bg_box1-tel.png) no-repeat; }
		
			#footer ul#footerBox li.box-1 p.mail a, #footer ul#footerBox li.box-1 p.tel strong { color: #d6e0e5; }
			#footer ul#footerBox li.box-1 p.tel span { font-weight: bold; }
			
	#footer #footerNav li {
		background: url(../../images/style2/bg_footer-nav.gif) no-repeat 0 7px;
		display: inline;
		padding: 0 15px 0 22px;
	}
	#footer #footerNav li.first { background: none; }
			
		#footer #footerNav li a {
			color: #d6e0e5;
			font-size: 11px;
			letter-spacing: .2em;
		}


/*------------------------------------------------------------------

3.	FORMS
	Styles for forms only

--------------------------------------------------------------------

/*-------------------------------
3.a General form styles
-------------------------------*/

/* Form elements
-------------------------------*/

input.text, select.select, textarea.textarea, input.text3
{
	background: url(../../images/style2/bg_form-contact.png) no-repeat;
	border: 0;
	color: #0d2c3d;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 7px;
}
input.text3
{
	padding: 8px 0px;
}
input.textLanding
{
    border: 0;
	color: #0d2c3d;
	font-family: Arial, Helvetica, sans-serif;	
	height:32px;
    background: url(../../images/style2/bg_search2.gif) no-repeat;    
	width: 255px;    
	padding-left:5px;	
    }
input.text { width: 309px; }

textarea.textarea {
	background-position: 0 -183px;
	height: 145px; width: 309px;
}

input.submit {
	background: url(../../images/style2/bg_input-search.png) no-repeat;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 7px 9px;
	text-shadow: 1px -1px 1px #bd3631;
}

p.submit.alt span, p.submit.alt input.submit, p.submit.alt a.submit,  p.submit.alt a { background: url(../../images/style2/bg_advancedsearch-form.png) no-repeat; }

p.submit.alt span { 
	background-position: right -133px;
	float: left;
}
	p.submit.alt input.submit,p.submit.alt a.submit { 
		background-position: 0 -101px;
		text-transform: uppercase;
		margin-right: 7px;
		padding: 6px 8px 8px 15px;
	}


/* General forms
-------------------------------*/

form.form ol.fieldset {	/* nothing here */ }

	form.form ol.fieldset li.field {
		margin: 0;
		position: relative;
		padding: 0 0 7px 96px;
		overflow: hidden;
	}
		/*form.form ol.fieldset li.field label {
			color: #0d2c3d;
			display: block;
			font-weight: bold;
			margin-bottom: 5px;
			text-align: right;
			width: 86px;
			position: absolute;
			top: 6px; left: 0;
		}*/

form.form p.submit { overflow: hidden; }

/* Fit exitsting structure */ 
div.form ol.fieldset {	/* nothing here */ }

	div.form ul li.top {
		margin: 0;
		position: relative;
		padding: 0 0 7px 116px;
		overflow: hidden;
	}
		div.form ul li.top label {
			color: #0d2c3d;
			display: block;
			font-weight: bold;
			margin-bottom: 5px;
			text-align: right;
			width: 106px;
			position: absolute;
			top: 6px; left: 0;
		}

div.form p.submit { overflow: hidden; }

div.formPDC ol.fieldset {	/* nothing here */ }

	div.formPDC ol.fieldset li.field {
		margin: 0;
		position: relative;
		padding: 0 0 7px 120px;
		
	}
		div.formPDC ol.fieldset li.field label {
			color: #0d2c3d;
			display: block;
			font-weight: bold;
			margin-bottom: 5px;
			text-align: right;
			width: 86px;
			position: absolute;
			top: 6px; left: 0;
			width:auto;
		}

div.formPDC p.submit { overflow: hidden; }

/* Search Forms
-------------------------------*/
div.search2 { margin-bottom: 1.33em }

	div.search2 p.fields { margin: 0; position: relative; }

		div.search2 p.fields input, form.search p.fields button {
			display: inline;
			vertical-align: middle;
		}



	.searchprop .form ul li.top
	{
		margin:0;
	}
	.searchprop .form ul li label
	{
		color: #265066;
		display:block;
		font-weight: bold;
		line-height:22px;
		width:100%;
	}
	.searchprop .form ul li select.location
	{
		width:300px;
	}
	
	
	.searchprop .form .bottom
	{
		width:270px;
		height:38px;
		overflow:hidden;
	}
	.searchprop .form .bottom .btn
	{
		margin:14px 3px 0 15px;
		float:left;
		display:inline;
	}



/*-------------------------------
3.b Individual forms
-------------------------------*/

#propertyRef {
	background: url(../../images/style2/bg_search.gif) no-repeat right;
	position: absolute;
	top: 10px; left: 223px;
	height: 35px; width: 193px;
}
	#propertyRef select {
		position: absolute;
		top: 7px; left: 0;
	}
	#propertyRef input.submit {
		padding: 6px 12px 9px 8px;
		position: absolute;
		top: 7px; left: 34px;
	}
	#propertyRef input.text {
		background: url(../../images/style2/bg_input-search.gif) no-repeat; 
		border: none; 
		position: absolute;
		top: 7px; left: 0;
		width: 110px;
	}

#search2 {
	position: absolute;
	top: 10px; left: 336px;
	height: 32px; width: 305px;
}
	#search2 input.submit {
		position: absolute;
		top: 77px; right: 0;
		padding: 6px 11px 9px 9px;
	}
	#search2 select {
		background: url(../../images/style2/bg_search2.gif) no-repeat; 
		border: none; 
		padding: 7px; 
		width: 255px;
	}
	
#contact ol li.field div {
	float: left;
	line-height: 30px;
	position: relative;
	padding: 0 21px 0 41px;
}
#contact ol li.field div p { margin: 0; }

	#contact ol li.field div input.text {
		background-position: 0 -69px;  
		position: absolute;
		top: 0; left: 0;
		width: 21px;
	}
	#contact ol li.field { overflow: hidden; }
	
	#contact ol li.field select#select1 {
		background-position: 0 -35px;
		width: 230px;
	}
	#contact ol li.field select#select2 {
		background-position: right -35px;
		margin: 0 0 0 3px;
		width: 82px;
	}
	#contact ol li.field input.text3 {
		background-position: 0 -347px;
		width: 188px;
	}
	#contact ol li.field select#select4 {
		background-position: right -35px;
		margin: 0 0 0 31px;
		width: 76px;
	}
	#contact ol li.field img.pd_cal{
		height:16px;
		width: 16px;
	}
	#contact ol li.field.checkbox { height: 30px; }
	
		#contact ol li.field.checkbox p {
			position: absolute;
			top: 1px; left: 118px;
			font-size: 11px;
			color: #0d2c3d;
		}
		#contact ol li.field.submit p {
			background: url(../../images/style2/bg_form-contact.png) no-repeat 0 -103px;
			float: left;
		}

#destination {
	background: url(../../images/style2/bg_listing-li.png) repeat-x 0 bottom;
	padding: 0 0 20px;
}
	#destination input.text {
		background: url(../../images/style2/bg_advancedsearch-form.png) no-repeat 0 -165px;
		padding: 10px 7px;
		width: 406px;
	}
#main_content_index_wrapper {
	padding: 0 0 20px;
}
	#main_content_index_wrapper input.textblock {
		background: url(../../images/style2/bg_advancedsearch-form.png) no-repeat 0 -165px;
		padding: 10px 7px;
		width: 406px;
		border-style: none;
	}
	#main_content_index_wrapper input.date {
		background: url(../../images/style2/bg_advancedsearch-form.png) no-repeat 0 -165px;
		padding: 10px 7px;
		width: 406px;
		border-style: none;
	}
	#main_content_index_wrapper input.textblock2 {
		background: url(../../images/style2/bg_advancedsearch-form.png) no-repeat 0 -165px;
		padding: 10px 7px;
		width: 406px;
		border-style: none;
	}
	#main_content_index_wrapper .location {
		background: url(../../images/style2/bg_advancedsearch-form.png) no-repeat 0 -165px;
		padding: 10px 7px;
		width: 420px;
		border-style: none;
	}
	/*#main_content_index_wrapper .select {
		background: url(../../images/style2/bg_advancedsearch-form.png) no-repeat 0 -165px;
		padding: 10px 7px;
		width: 420px;
		border-style: none;
	}*/
	#main_content_index_wrapper textarea.textblock {
		background: url(../../images/style2/bg_advancedsearch-form-textarea.png) no-repeat;
		padding: 10px 7px 10px 7px;
		width: 420px;
		height: 157px;
		border-style: none;
		overflow:hidden;
	}

#advancedSearch {
	padding: 0;
	overflow: hidden;
}
	#advancedSearch li.field-checkbox label, #advancedSearch li.field-checkbox2 label {
		position: static;
		text-align: left;
		padding-left: 20px;
		display: inline;
	}			
		#advancedSearch li.field-checkbox, #advancedSearch li.field-checkbox2 { display: inline; }			
		#advancedSearch li.field-checkbox2 {
			padding: 0 0 0 10px;
			line-height: 40px;
		}
		#advancedSearch li.field2 { float: left; padding-right: 20px; }
		#advancedSearch li.field3 { width: 290px; }
		
			#advancedSearch input.checkbox {
				position: absolute;
				top: 0; left: 99px;
			}			
			#advancedSearch li.field-checkbox2 input.checkbox { left: 11px; }

			#advancedSearch select.select {
				background: url(../../images/style2/bg_advancedsearch-form.png) no-repeat;
				width: 322px; 
			}			
			#advancedSearch select.select2 {
				background: url(../../images/style2/bg_advancedsearch-form.png) no-repeat 0 -34px;
				border: 0;
				width: 71px; 
			}			

#furtherOptions {
	padding: 0 0 20px;
	overflow: hidden;
}		
	#furtherOptions h4 {
		color: #265066;
		font-family: Georgia,"Times New Roman",Times,serif;
		font-size: 16px;
		font-weight: normal;
		line-height: 32px;
		margin: 20px 0 0;
	}		
	#furtherOptions select.select {
		background: url(../../images/style2/bg_advancedsearch-form.png) no-repeat;
		width: 322px; 
	}		
	#furtherOptions select.select2 {
		background: url(../../images/style2/bg_advancedsearch-form.png) no-repeat 0 -68px;
		border: 0;
		width: 81px; 
	}		
	#furtherOptions li.checkbox  {
		float: left;
		padding: 0 0 0 17px;
	}		
	#furtherOptions li.checkbox label {
		position: static;
		text-align: left;
		width: 153px;
	}		
	#furtherOptions li.checkbox input.checkbox {
		position: absolute;
		top: 2px; left: 0;
	}		

	#furtherOptions li.field ul {
		margin: 0 0 5px;
		width: 350px;
		overflow: hidden;
	}		
		#furtherOptions li.field ul li label {
			color: #0d2c3d;
			font-weight: normal;
		}		
	
		#advancedSearch p.submit {
			margin: 15px 0 0 95px;
		}
		#furtherOptions p.submit {
			margin: 0 0 0 95px;
		}
		/*fix*/
		.searchprop .form .bottom p a:hover{text-decoration:none;}
		.searchprop .form .bottom .btn{
			margin:7px 3px 0 115px;
			float:left;
			display:inline;
		}
		/*
		.searchprop .form .bottom .btn{
			margin: 15px 0 0 95px;
		}
		.searchprop .form .bottom .btn input 
		{ 
			background: url(./images/style2/bg_advancedsearch-form.png) no-repeat; 
		}*/

	
/*------------------------------------------------------------------

4.	PLUGINS
	Predefined utilities

--------------------------------------------------------------------

/*-------------------------------
Utility classes
-------------------------------*/

.skip { position: absolute; top: 0; left: -9999px }


	.details_map_block
	{
		border:none #054D92;
		margin-left:0px;
		margin-top:0px;
		width:500px;
	}
	.details_map_block_image
	{
		width:400px;
		height:400px;
		overflow:hidden;
	}
	.form2_label
	{
		margin-left:0px;
		margin-top:5px;
		width:600px;
		/*overflow:hidden;*/
		text-align:left;
		/*border-style:solid;
		border-color:Orange;*/
	}
	.form2
	{
		margin-left:0px;
		margin-top:5px;
		width:560px;
		background:#ffffff;
		overflow:hidden;
	}
	.form2 .topbg{
		padding-bottom:15px;
		overflow:hidden;
		border-style:none;
		border-color:#ffffff;
		float:left;
		width:560px;
	}
	.form2 ul{
		margin:1px 0 0 15px;
		padding:0;
		list-style:none;
		width:450px;
	}
	.form2 ul li{
		margin-top:19px;
		width:450px;
		float:left;
	}
	.form2 ul li.top
	{	
		margin:0;
	}
	.form2 ul li label
	{
		color: #0d2c3d;
		display:block;
		font-weight: bold;
		line-height:22px;
		width:100%;
	}
	.form2 ul li select 
	{
		background: url(../../images/style2/bg_advancedsearch-form.png) no-repeat 0 -165px;
		padding: 10px 7px;
		width: 420px;
		border-style: none;
	}
	
	.form2 .bottom
	{
		width:360px;
		height:38px;
		overflow:hidden;
	}
	.form2 .bottom p
	{
		margin:12px 0 0 9px;
		float:left;
		display:inline;
		line-height:13px;
	}

	.form2 .bottom .btn
	{
		margin:14px 3px 0 0px;
		float:left;
		display:inline;
	}

	/* Popup calendar, needed for IE6 */
	.table-style
	{
		width:100px;
	}


	.style3 {
		color: #265066;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		line-height: 32px;
		margin: 1em 0 23px;
	}
	
/*------------------------------------------------------------------

	Popup div

--------------------------------------------------------------------*/

#layer1, #layer2 {
	position: absolute;
	visibility: hidden;
	/*
	width: 400px;
	height: 300px;
	left: 20px;
	top: 300px;
	*/
	background-color: #5D8499;
	border: 1px solid black;
	padding: 0px 0px 0px 0px;
}

#close, #close2 {
	background-color: #5D8499;
	color: #ffffff;
	float: right;
	font-weight: bold;
	text-align: right;
	padding: 0px;
}	

/*------------------------------------------------------------------
Property Results Page
--------------------------------------------------------------------*/

div.resultwrapperImage 
{
	float: left;
	margin-left: 0px;
	margin-top:25px;
}
	div.resultwrapperImage img
	{
		border: 1px solid #949494;
		margin: 0 0 5px;
		padding: 4px 3px 3px 4px;
		height: 90px; width: 120px;
	}
	
div.resultwrapper 
{
	margin-left: 140px;
}

#main_content_index_wrapper div.propresult div.topbg
{
	width: 580px;
	display:inline-block;
	background: url(../../images/style2/bg_listing-li.png) repeat-x 0 bottom;
	padding-top: 0px;
	padding-bottom: 10px;
}
#main_content_index_wrapper p#P4,#main_content_index_wrapper p#P5,#main_content_index_wrapper p#P6,#main_content_index_wrapper p#P7
{
	margin-bottom: 5px;
}
#main_content_index_wrapper p#P1, #main_content_index_wrapper p#P2, #main_content_index_wrapper p#P3, #main_content_index_wrapper p#P8
{
	margin-top: 0px;
	margin-bottom: 0px;
}

/*------------------------------------------------------------------

	Property details page

--------------------------------------------------------------------*/
#main_content_index_wrapper .propresult h1
{
	color: #265066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 32px;
	margin: 1em 0 23px;
}
.property_details_block
{
	/*border-style:solid; 
	border-color:green;*/
	float:left; 
	overflow:hidden;
	width:580px;
}
	.property_div_orange, .property_div_yellow 
	{
		clear: both;
		/*background-color: yellow;*/
		/*border-style: solid;
		border-color:Red;*/
		margin: 6px 0px;
		padding: 2px;
		line-height: 1.2em;
		width: 560px;
	}
	.property_div_orange 
	{
		/*background-color: #FAFAFA;*/
		color: #000000;
	}
	.property_div_yellow 
	{
		/*background-color: #FAFAFA;*/
		/*color: #0d2c3d;*/
	}
	.property_name 
	{
		color: #0d2c3d;
		float: left;
		font-weight: bold;
		padding: 0 20px 0 5px;
		text-transform: uppercase;
		/*width: 390px;*/
	}
	.property_short_description 
	{
		float: left;
		padding-left: 5px;
		padding-right: 20px;
		font-weight: bold;
		line-height: 20pt;
		color: #000000;
		/*width: 390px;*/
	}
	.property_area 
	{
		/*color: #000000;*/
		line-height: 20pt;
		text-align: right;
		font-weight: bold;
		padding-right: 10px;
		/*width: 390px;*/
	}
	.property_title 
	{
		color: #516975;
		/*border-style: solid;
		border-color: Fuchsia;*/
		float: left;
		font-weight: bold;
		/*font-family: Georgia, "Times New Roman", Times, serif;*/
		/*font-size: 10pt;*/
		padding: 0 20px 0 5px;
		text-transform: capitalize;
		width: 500px;
	}
	.property_info 
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		float: left;
		line-height: 20pt;
		padding-left: 5px;
		width: 520px;
		/*padding-right: 10px;*/
	}
	.property_description {
		padding: 20px 50px;
		line-height: 1.2em;
		/*color: #000000;*/
	}

	div#right_content_nav_wrapper 
	{
		/*border-style:solid;*/
		color: #0d2c3d;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin: 0;
		padding: 15px;
		text-align: center;
		width: 100%;
	}
	div#right_content_nav_wrapper img 
	{
		border: 1px solid #949494;
		margin: 0 0 5px;
		padding: 4px 3px 3px 4px;
		height: 90px; width: 120px;
	}

span#ctl00_HotBox1, span#ctl00_HotBoxGSmap1, div.hotbox
{
	background-color: #50768A;
}
div.hotbox
{
	float: left; display: inline;
	clear: both;
	width: 100%;
	position: relative;
	color: #d6e0e5;
}
a.txt
{
	color: #d6e0e5;
}

.errortext
{
	height:auto;
	margin-top:5px;
	position:relative;
	width: 100%;
}
	.errortext span
	{
		color:blue;
		font-size: 16px;
		font-weight: bold;
	}
	.errortext ul
	{
		margin-left:20px;
	}
	.errortext li
	{
		list-style-type:disc;
		color:blue;
		font-size: 16px;
		font-weight: bold;
	}
	
} @media print {

/*------------------------------------------------------------------

5.	PRINT
	Styles for print

------------------------------------------------------------------*/

body { background: none; color: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10pt }
code, pre { font-family: "Courier New", Courier, mono }
img { float: left; clear: left; page-break-inside: avoid; page-break-after: avoid }

a, a:link, a:visited { color: blue; text-decoration: underline }

blockquote, table, pre { page-break-inside: avoid }
ul, ol, dl  { page-break-before: avoid }
h1, h2, h3, h4, h5, h6 { display: block; font-weight: bold; page-break-after: avoid }

#footer, .ad, #nav, .nav, form, .skip { display: none }

h1 { font-size: 3em; margin: .67em 0; }
h2 { font-size: 2em; margin: .83em 0; }
h3 { font-size: 1.5em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.92em; margin: 1.67em 0; }
h6 { font-size: 0.83em; margin: 2.33em 0; }


/*------------------------------------------------------------------
	END CSS
------------------------------------------------------------------*/

}/* end @media */


/*Start of CSS By Rajum*/


#menu {
background:url("../../images/menu-bg.gif") repeat-x scroll left -8px transparent;
height:40px;
margin:12px auto 0;
position:relative;
top:4px;
width:96%;
}
#menu li {
background:url("../../images/menu-li.gif") no-repeat scroll right 0 transparent;
float:left;
font-size:12px;
margin:0 2px;
text-align:center;
}
#menu li a {
display:block;
line-height:40px;
text-align:center;
width:177px;
}
#menu li div a {
background:url("../../images/menu-selected.gif") no-repeat scroll left 0 transparent;
color:#FF7400;
cursor:pointer;
font-weight:bold;
height:40px;
line-height:40px;
margin:0;
width:198px;
}
#menu li div a:hover {
text-decoration:underline;
}
.menu-home {
background:url("../../images/menu-home.gif") no-repeat scroll 0 12px transparent;
margin:0 0 0 8px;
padding:0 0 0 20px;
}


#container {
width:100%;
}



.content-top {
background:url("../../images/content-top.gif") no-repeat scroll left top transparent;
font-size:0;
height:4px;
margin:0 auto;
width:940px;
}
.content-middle {
background:url("../../images/content-middle.gif") repeat-y scroll left top transparent;
margin:0 auto;
width:940px;
}
.content-bottom {
background:url("../../images/content-bottom.gif") no-repeat scroll left bottom transparent;
font-size:0;
height:4px;
margin:0 auto;
width:940px;
}

a {
color:#0B62B4;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
li a {
text-decoration:none;
}

a img {
border:medium none;
}
hr {
visibility:hidden;
}
li {
list-style-type:none;
}
ul, ol {
list-style-type:none;
}
span {
font-weight:normal;
line-height:12px;
margin:0 5px 0 0;
}
abbr, acronym {
border:0 none;
}

#wrapper {
margin:0 auto;
width:940px;
}
.clearBoth {
clear:both;
font-size:0;
height:0;
line-height:0;
margin:0;
padding:0;
}
.imgNone {
background-image:none !important;
}
#content{
	margin:0 30px 10px;
padding-top:10px;
}

.light-bg{
 background-color:#fafafa;/*#ebf6ff;   */
}

.obligatory
{
    color:#d72828;    
}

.save-message
{
    color:#337e00;
    font-weight:bold;
    font-style:italic;
}
.very-high-season-label
{
    background-color:#ff7972;
    text-align:center; 
    vertical-align:middle;
}
.very-high-season
{
    background-color:#ff7972;
    width:26px;
    height:26px; 
    text-align:center; 
    vertical-align:middle;
}

.high-season-label
{
    background-color:#ff9126;        
    text-align:center; 
    vertical-align:middle;
}
.high-season
{
    background-color:#ff9126;    
    width:26px;
    height:26px; 
    text-align:center; 
    vertical-align:middle;
}

.medium-season-label
{
    background-color:#fff393;    
    text-align:center; 
    vertical-align:middle;
}
.medium-season
{
    background-color:#fff393;    
    width:26px;
    height:26px; 
    text-align:center; 
    vertical-align:middle;
}
.low-season-label
{
    background-color:#bbf996;    
    text-align:center; 
    vertical-align:middle;
}
.low-season
{
    background-color:#bbf996;    
    width:26px;
    height:26px; 
    text-align:center; 
    vertical-align:middle;
}

.no-season
{
    background-color:#75d1ea;    
    width:26px;
    height:26px; 
    text-align:center; 
    vertical-align:middle;
}


.no-season-label
{
    background-color:#75d1ea;    
    text-align:center;         
}

.reserved-week
{
    background-color:#ececec;    
    text-align:center;     
    text-decoration:line-through;
}

.label-season
{    
    width:26px;
    height:26px; 
    text-align:center; 
    vertical-align:middle;
}
#content .title
{
    color:#ff7400;
}
.availability-cell
{
    border-bottom-color:#99bacc;
    border-bottom-style:solid;
    border-bottom-width:1px;    
}

.photos-title
{
    text-align:center;
    background-color:#efefef;
    border-bottom:solid 1px #cacaca;
    height:30px;
    margin-bottom:5px;
    padding-top:10px;
    font-size:14px;
    font-weight:bold;    
}

#photos-upload
{
    text-align:center;
    background-color:#f5f5f5;
}

.gap
{    
    height:10px;    
    clear:both;
}
.photo-box
{
     border:solid 1px #dddddd;    
     height:440px;
     width:98%;
     margin:0 auto;
}
.photo-box-content
{
     padding:20px 0px;     
     width:100%;     
     text-align:center;
}
.photo-box-content-title
{
    background-color:#dddddd;
    padding:7px;    
}

.photo-box .left-photo-box
{
    width:15%;
    background-color:#efefef;
    float:left;
    text-align:center;   
    height:440px;
   
 
  }

.photo-box .right-photo-box
{
    width:85%;
    background-color:#f5f5f5;    
    float:left;
    height:440px;
    text-align:center;
}
.photo-box-button-table
{
    line-height:50px;    
}

.popup-header
{
    background-color:#4f6d80;   
    color:#fff;
    text-align:center;
    font-weight:bold;
}

.popup-content
{
    padding:10px 5px;
    width:100%;
}

.popup-header-text
{
    padding: 10px 0;    
}



#ad_Bx
{
 float:right;
 width:300px; 
 height:59px; 
 padding-top:10px;
 }
/*#ad_Bx ul
{
    width:400px; 
    height:59px;  
    }
#ad_Bx ul li
{
   
   }
#ad_Bx ul li.button-1 a, #ad_Bx ul li.button-1 a span ,#ad_Bx ul li.button-2 a, #ad_Bx ul li.button-2 a span {
			background: url(../../images/style2/bg_properties-button.png) no-repeat;
		}
		#ad_Bx ul li.button-1 a,#ad_Bx ul li.button-2 a {
			background-position: right -30px;
			color: #fff;
			font-family: Arial, Helvetica, sans-serif;
			font-style: normal;
			font-weight: bold;
			line-height: 23px;
			position: absolute;
			right: 0;
		}		
		#ad_Bx ul li.button-1 a ,#ad_Bx ul li.button-2 a { top: 23px }
		

			#ad_Bx ul li.button-1 a span,#ad_Bx ul li.button-2 a span { 
				display: block;
				line-height: 23px;				
				min-width: 122px;
				text-align: center;
				padding: 0 13px 2px 22px;
			}
  
  
  #ad_Bx p a {
		background: url(../../images/style2/bg_banner-button.png) no-repeat right -46px;
		display: block;
		height: 40px;
		line-height: 40px;
		margin: 15px auto 0;
		text-align: center;
		min-width:120px;
	}
		#ad_Bx p a span {
			background: url(../../images/style2/bg_banner-button.png) no-repeat;
			color: #fff;
			display: block;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			font-weight: bold;
			height: 40px;
			letter-spacing: .04em;
			line-height: 40px;
			margin: 0 5px 0 0;
			padding: 0 13px;
			text-align: center;
			
		}
		#ad_Bx p a:hover { text-decoration: none; }*/
  
  p.submit.alt1 span, p.submit.alt1 input.submit, p.submit.alt1 a.submit{ background: url(../../images/style2/bg_properties-button.png) no-repeat; }

p.submit.alt1 span { 
	background-position: right -30px;
	float: left;
}
	p.submit.alt1 input.submit,p.submit.alt1 a.submit { 
		background-position:right -px;		
		margin-right: 7px;
		padding: 4px 8px 4px 15px;
	}

#ad-free
{
    text-align:left;
    
}

#ad-free h2
{
    text-align:left;
    background:url("../../images/bullet.png") no-repeat scroll 0 0 transparent;
    padding-left:22px;
    padding-bottom:5px;
    text-decoration:none;    
    text-transform:none;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.popbody
        {
            background-color: #FFFFFF;
            color: #4f6b72;
            padding:2px;
        }
        
        .popUpStyle
        {
            background-color: #555555;
            color: #4f6b72;
            filter: alpha(opacity=90);
            opacity: 0.9;
            
        }
        
        .drag
        {
            background-color: #dddddd;
            cursor: move;
            border: solid 1px gray;
        }

.red-text
{
    color:#DC231D;
  
    }
.tooltip {
	 background-color: #000;
            border: 1px solid #fff;
            padding: 10px 15px;
            width: 220px;
            display: none;
            color: yellow;
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            z-index:25000;
            font-size: 12px; /* outline radius for mozilla/firefox only */
            -moz-box-shadow: 0 0 10px #000;
            -webkit-box-shadow: 0 0 10px #000;
}
/*End of CSS By Rajum*/
