body {
	font:12px Tahoma;
	background:	#EFEFEF;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing:1px;
	color:#FE9934;
	margin-bottom:5px;
	font-weight:normal;
}
a, a:visited {
	color:#3C71AA;
	text-decoration:underline;
}
img {
	border:0 none;
}
#topnav {
	float:left;
	text-align:right;
	width:100%;
	color:#FFF;
}
#topnav a, #topnav a:visited {
	color:#FFF;
	text-decoration:none;
}
/**********
 * Page Header
 **********/
#header {
	position:relative;
	height:190px;
	background-image: url( images/header.jpg );
	background-repeat: no-repeat;
}
#header h1 {
	margin:0px 0px 0px -9999px;
	font-size:23px;
}
/* Language Selection */
#language {
	position:absolute;
	float:right;
	top:0px;
	left:833px;
	width:170px;
	z-index:999;
	color:white;
	list-style-type: none;
	padding: 0;/*	margin: 10px 0 15px 0;*/
}
#language li {
	float: left;
}
#language a {
	width: 52px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 5px 5px 5px 20px;
	color: #000;
	text-decoration: none;
}
#language a:hover {
	color: #036;
}
#eng {
	background: url(../../images/enflag.jpg) no-repeat left center;
}
#esp {
	background: url(../../images/esflag.jpg) no-repeat left center;
	margin-left: 5px;
}
/* Contact Section */
#header #contact {
	position:absolute;
	float:right;
	text-align:right;
	top:50px;
	left:680px;
	width:300px;
	z-index:999;
	color:white;
	font-size:150%;
	line-height:1.5;
}
#header #contact a, a:hover, a:visited {
	color:white;
	text-decoration:none;
}
a:hover, a:visited {
	color:black;
	text-decoration:underline;
}
/* Navigation Section 
#header #navigation 
{
	clear: both;
	position:absolute;
	top:128px;
	left:0px;
	padding: 0;
	margin: 0;
	height: 54px;
	width:998px;
	background: url( /images/navbg.jpg ) repeat-x bottom right;
}
#header #navigation a 
{
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 122px;
	height: 21px !important;
	overflow: hidden !important;
	background:  url( /images/navtab.png ) no-repeat 0 -35px;
	margin-right: 3px;
	text-align: center;
	font-size: 12px;
	padding-top: 8px;
	font-weight: bold;
	background-color:#2944C9;
}
#header #navigation .current a,  
#header #navigation a:hover 
{
	background: url( /temp/images/navtab.png ) no-repeat top left !important;
}
#navigation li 
{
	float: left;
	list-style:none;
}
.clearfix 
{
	clear: both;
	height: 10px;
}
.lastitem
{
	margin-right: 0 !important;
}*/
/**********
 *	End Page Header.
 **********/
#page_margins {
	width:1000px;
	/*padding:0px 10px 0px 10px;*/
	margin-left:auto;
	margin-right:auto;
	display:block;
	background: #FFFFFF;
}
#page {
	width:1000px;
	float:left;
	background-color:#ffffff;/*padding:0px 10px 0px 10px;*/
}
#main_lite {
	float:left;
	background-color:white;
	margin:0px;
	width:100%;
}
#nav_main {
	width:100%;
	background-color:#77A1CF;
	float:left;
	width:100%;
	margin:80px 0 0 0;
}
#nav_main ul, #nav_main ul li {
	margin: 0;
	padding:0px;
	list-style:none;
	display:inline;
}
#nav_main a, #nav_main a:visited {
	font-weight: bold;
	display:block;
	float:right;
	padding:5px 15px 5px 15px;
	text-decoration:none;
	color:white;
	background: url(../../images/navborder.jpg) no-repeat right center;
}
#nav_main a:hover {
	color:#FC0;
}
select, input {
	font-size:12px;
	border:1px solid #999999;
}
#col1, #col2, #col3 {
	float:left;
}
#col1 {
	width:260px;
	padding-left:10px;
	float:left;
	/*background: url(images/sidebar_bg.jpg) repeat-y;
	margin-top:-10px;
	padding-bottom:20px;*/
	background-color:white;
}
#col1 ul {
	margin:0px;
	padding:0px;
	padding-left:20px;
}
#col1 li {
	list-style-image:url(images/nav_arrow.gif);
	padding:5px 0px 5px 0px;
}
#col1 li:hover {
	list-style-image:url(images/nav_arrow_over.gif);
}
#col1 li a, #col1 li a:visited {
	color:#383838;
	text-decoration:none;
}
#col2 {
	width:700px;
	float:left;
	padding:10px;
	border-left:0px;
	border-bottom:0px;
	line-height: 1.6em;
	padding-right:0px;
	margin-right:0px;
	padding-top:5px;
}
#col2 #col2_content {
	padding-top:0px;
	margin-top:0px;
}
#col2 li {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	list-style-position: inside;
}
#col2 h2 {
	margin: 0 0 10px 0;
	padding:0px;
	margin:0px;
}
#col3 {
	/*width:180px;*/
	float:left;
	padding:5px;
	margin-left:10px;
}
#col3 input {
	width:95px;
}
#col1 h2 {
	display:block;
	padding: 4px;
	margin: 10px 0 5px 0;
	font-size:13px;
	color: #3C71AA;
	font-size: 13px;
	width: 160px;
	padding: 4px;
	text-shadow: #eee 1px 1px 1px;
	font-weight: bold;
}
#rss a, #rss a:visited {
	font-size:10px;
	text-decoration:none;
}
#rss img {
	padding-top:3px;
	padding-right:3px;
}
.featured_listings {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.featured_listings img {
	padding:2px;
	border:1px solid #cccccc;
}
#footer {
	float:left;
	width:100%;
	margin-top:5px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height:70px;
	text-align:center;
	color:#FFF;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
.footer_text {
	padding-top:45px;
}
.search_result_table {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
	padding:5px 0px 5px 0px;
}
/* *** This is internal css for Open-Realty */
.field_caption {
	font-weight:bold;
}
.searchpage_field_caption {
	font-weight:bold;
	text-align:right;
}
.searchpage_field_caption_row {
	font-weight:bold;
	text-align:right;
}
.lat_long_header {
	font-size:12px;
}
.view_image {
	text-align:center;
}
.image_caption {
	font-size:16px;
	font-weight:bold;
}
.view_user {
	padding-left:5px;
}
.view_user_user_name {
	font-size:14px;
	font-weight:bold;
}
.view_user_user_images {
	float:left;
}
.view_user_user_info {
	float:left;
	padding-left:10px;
}
.view_user_user_hitcount {
	clear:both;
}
.view_user_user_box {
}
.no_results {
	color:red;
	margin-top:10px;
}
/* *** Generated by www.csscreator.com *** */
/* THIS IS SECTION IS FOR VERTICAL MENU */
table {
	border-collapse:collapse;
	border:0;
}
.search_results {
	width:100%;
}
.result_row_0 {
	background-color:#EEEEEE;
	padding-left:10px;
}
.result_row_1 {
	background-color:#FFFFFF;
	padding-left:10px;
}
.view_users {
	width:100%;
}
.logo h1 {
	font-size:30px;
	color:#333333;
	vertical-align:text-bottom;
	margin:0px;
	margin-top:10px;
	font-weight:normal;
}
.clr {
	clear:both;
}
.content {
	position:relative;
}
/* printer styles */
@media print {
/* hide the left column when printing */
	#leftcol {
	display:none;
}
#outer {
	border-left:0;
}
}
/* THIS CONTROLS THE TABLES DISPLAYED BY PAGES GENERATED BY THE PAGE EDITOR */
table.page_display {
	border:3px;
}
td.page_display {
	width:100%;
	vertical-align:top;
}
/* THIS CONTROLS THE TABLES DISPLAYED IN THE ADMIN */
table.admin_main {
	border:3px;
	width:100%;
}
td.admin_main {
	width:100%;
	vertical-align:top;
}
/* THIS CONTROLS THE ROW colorS */
td.row1_0 {
	background-color:#FFFFFF;
}
td.row2_0 {
	background-color:#C2C2C2;
}
td.row3_0 {
	background-color:#FFFFFF;
}
.adminListingLeft_0 {
	color:#FFFFFF;
	background-color:transparent;
}
/* LISTING BROWSE PAGE NAVIGATION WIDGET 'next_prev()'display stuff */
.browse_tool_table {
	background-color:#FFFFFF;
	width:100%;
	font-size:11px;
	text-decoration:none;
	color:black;
}
.browse_tool {
	background-color:#FFFFFF;
	font-size:9px;
	text-decoration:none;
	color:black;
}
.browse_tool_num {
	color:#336699;
}
.browse_tool_button A {
	background-color:#FFFFFF;
	font-size:9px;
	line-height:10px;
	text-align:center;
	border-color:#000000;
	border-style:outset;
	border-width:1px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	width:55px;
	height:18px;
	display:block;
	padding:3px;
}
.browse_tool_button A:visited {
	color:#000000;
}
.browse_tool_button A:hover {
	color:#CCCCCC;
	border-style:inset;
	width:55px;
	height:18px;
}
.browse_tool_ghost {
	font-size:9px;
	line-height:10px;
	color:#aaaaaa;
	text-decoration:none;
}
.browse_tool_curpage {
	background-color:#f8f8f8;
	color:#CCCCCC;
	width:24px;
	height:20px;
	display:block;
	text-align:center;
	border:1px solid #006699;
	background-color:#006699;
	color:#ffffff;
}
.bt_pages {
	font-family:verdana, arial, Helvetica, sans-serif;
	background-color:#D1DEE9;
	text-decoration:none;
	font-size:9px;
	vertical-align:middle;
	color:#000000;
	padding:0px;
	border:1px solid #e3e3e3;
	background-color:#ffffff;
	color:#000000;
}
.bt_pages_ghost {
	border:1px solid #e3e3e3;
	text-decoration:none;
	color:#aaaaaa;
}
.bt_pages_ghost span {
	border:none;
	text-decoration:none;
	color:#aaaaaa;
}
a.bt_pages {
	color:#000000;
	width:24px;
	height:20px;
	display:block;
	text-align:center;
}
a.bt_pages:visited {
	color:#000000;
}
a.bt_pages:hover {
	color:#FFFFFF;
	background:#132975;
	background:#fff;
	border:1px solid #006699;
	color:#000000;
}
/* LISTING PAGE DETAILS 'listing_next_prev' */
.next_prev_listing {
	margin:2em 0 2em 3em;
	border:1px solid #a9a9a9;
	width:40em;
	text-align:center;
}
.next_prev_listing ul {
	margin:1.5em auto;
}
.next_prev_listing li {
	display:inline;
	padding:.5em 1em;
	list-style-type:none;
}
.count, .listing_xy {
	width:100%;
	background-color:#dcdcdc;
	clear:both;
	padding:.5em 0;
}
/* css for tabbed pages */
.dynamic-tab-pane-control.tab-pane {
	position:relative;
	width:100%; /* width needed weird IE bug */
	margin-right:-2px; /* to make room for the shadow */
}
.dynamic-tab-pane-control .tab-row .tab {
	width:70px;
	height:16px;
	background-image:url({template_url}/images/tab.png);
	position:relative;
	top:0;
	display:inline;
	float:left;
	overflow:hidden;
	cursor:Default;
	margin:1px -1px 1px 2px;
	padding:2px 0px 0px 0px;
	border:0;
	z-index:1;
	font:11px Tahoma;
	white-space:nowrap;
	text-align:center;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
	width:74px !important;
	height:18px !important;
	background-image:url("{template_url}/images/tab.active.png") !important;
	background-repeat:no-repeat;
	border-bottom-width:0;
	z-index:3;
	padding:2px 0 0px 0;
	margin:1px -3px -3px 0px;
	top:-2px;
	font:11px Tahoma;
}
.dynamic-tab-pane-control .tab-row .tab a {
	font:11px Tahoma;
	color:black;
	text-decoration:none;
	cursor:default;
}
.dynamic-tab-pane-control .tab-row .tab.hover {
	font:11px Tahoma;
	width:70px;
	height:16px;
	background-image:url("{template_url}/images/tab.hover.png");
	background-repeat:no-repeat;
}
.dynamic-tab-pane-control .tab-page {
	clear:both;
	border:1px solid rgb(145, 155, 156);
	background:#ffffff;
	z-index:2;
	position:relative;
	top:-2px;
	font:11px Tahoma;
	color:black;
	padding:10px;
}
.dynamic-tab-pane-control .tab-row {
	z-index:1;
	white-space:nowrap;
}
/* setting for the size of the main image at mainjavacolumn, mainjavarows, slideshow and tabbed */
img#SLIDESIMG, img#main {
	width:320px;
	height:auto;
}
/* BLOG VIEW
*******************************************************************************/
.blog_date {
	clear:both;
	color:#808080;
	margin-bottom:3px;
	font-size:10px;
}
.blog_title {
	font-weight:bold;
	font-size:18px;
	color:#9FB6D5;
	border-bottom:1px dotted;
}
.blog_summary {
	padding:7px;
	color:#808080;
}
.blog_story_link_line {
	padding-left:7px;
	padding-bottom:5px;
}
a.blog_story_link {
	text-decoration:none !important;
}
.blog_entry_footer {
	background-color:#9FB6D5;
	display:block;
	height:15px;
	padding-left:5px;
	padding-top:2px;
	padding-right:5px;
	margin-bottom:15px;
	font-size:10px;
}
.blog_byline {
	float:left;
}
.blog_comments {
	float:right;
}
.blog_full_article {
	padding:7px;
	color:#808080;
}
.blog_article_comments_header {
	font-weight:bold;
	font-size:18px;
	color:#053280;
	margin-bottom:10px;
}
.blog_article_comment_item {
	margin-left:10px;
	margin-right:10px;
	padding-bottom:5px;
	padding-top:5px;
}
.blog_article_comment_title_row {
	background-color:#9FB6D5;
	display:block;
	height:15px;
	padding-left:5px;
	padding-top:2px;
	padding-right:5px;
	margin-bottom:15px;
	font-size:10px;
}
.blog_article_comment_text {
	padding-left:5px;
	padding-right:5px;
	color:#808080;
}
.add_comment_block {
	padding-left:20px;
	margin-top:10px;
}
.blog_leave_comment_text {
	color:#053280;
}
.blog_leave_comment_submit {
	border-color:#053280;
	font-weight:bold;
	font-size:10px;
}
.blog_leave_comment_text_textarea {
	width:500px;
	height:75px;
}
.pax {
	margin-top: 11px;
}
.last_item a {
	background: none !important;
}
.navlist {
	margin: 0;
	padding: 0;
}
.navlist a:hover {
	color: #006 !important;
}
/* TEMPLATE SELECTOR
 ============================================================================ */
form.template_selector {
	margin:0;
	padding:0;
}
form.template_selector fieldset {
	border:none;
}
select#select_users_template {
	width:150px;
}
/* main*/
.stars {
	width:360px;
	float:left;
	padding-bottom:5px;
	padding-right: 22px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-top:0;
	padding-top:0;/*background: url(images/star_bg.jpg) repeat-x;*/
}
.starsr {
	width:360px;
	float:left;
	margin-right:5px;
	padding-bottom:5px;
	padding-left: 20px;
	border-bottom: 1px solid #CCC; /* background: url(images/star_bg.jpg) repeat-x;*/
}
#mainpage {
	width:770px;
	margin: 0;
	padding: 0;
}
#mainpage img {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-left:10px;
}
#mainpage ul {
	word-spacing: 0.2em;
	list-style: circle;
	color: #003366;
}
.villatitle {
	font-size:14px;
	font-weight: bold;
	color: #3C71AA;
	letter-spacing:1px;
	padding-left:30px;
	padding-top:15px;
	padding-bottom:25px;
	background: url(images/arrow_bg.jpg) no-repeat 5px 12px;
}
.villatitle_discount {
	font-size:14px;
	font-weight: bold;
	color: #3C71AA;
	letter-spacing:1px;
	line-height:55px;
	padding-left:65px;
	padding-top:5px;
	background: url(images/discount.jpg) no-repeat 1px 3px;
}
.villatitle_new {
	font-size:14px;
	font-weight: bold;
	color: #3C71AA;
	text-decoration: underline;
	letter-spacing:1px;
	line-height:55px;
	padding-left:65px;
	padding-top:5px;
	background: url(http://www.villasinmijasspain.com/images/new.jpg) no-repeat 1px 3px;
}
.price {
	font-size:14px;
	text-indent:30px;
	color:#000066;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
}
#book a {
	text-decoration:none;
}
.clr {
	clear:both;
}
#description {
	width: 100%;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}
#featured {
	width:100%;
	border-top: 3px solid #006;
	border-bottom: 1px solid #006;
}
#features1 {
	margin-top: 20px;
	width: 300px;
	float: left;
	padding: 10px;
	background-color:#ECF7FD;
}
#features2 {
	margin-top: 20px;
	width: 300px;
	float: right;
	padding: 10px;
	background-color:#ECF7FD;
	margin-right:20px;
}
#flashgallery {
	margin-left: 100px;
	clear: both;
	width: 518px;
}
.iframe {
	/*	border:1px solid #999999;*/
	overflow:hidden;
	/*	width:700px;
	height:390px;
	background-color:#D9E2FF;*/
	clear: both;
}
.iframe #ifrm1 {
	margin:-2px;
}
.price {
	font-weight: bold;
	font-size: 12px;
}
#details {
	margin-top: -25px;
}
.details a, .book a {
	padding: 2px 16px 4px 16px;
	background: url(../../images/minibuttonbg.jpg) no-repeat center top;
	text-decoration: none;
	color: #036;
	text-shadow: #eee 1px 1px 1px;
	width: 68px;
	margin-bottom:10px;
}
.details a:hover, .book a:hover {
	background: url(../../images/minibuttonbgoff.jpg) no-repeat center top;
}
.fltright {
	float:right;
	margin-left: 10px;
	margin-bottom:10px;
}
.fltleft {
	float:left;
	margin-right: 10px;
	margin-bottom:10px;
}
.page_title {
	color:#3C71AA;
	font-weight:bold;
}
th {
	text-align: left;
}
.floatleft {
	float: left;
	margin-right: 30px;
}
img.floatleft {
	padding: 4px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	width:150px;
	height: 100px;
}
 /*availability form */
#availability {
	width:253px;
	height:269px;
	float:left;
	margin:0px;
	background: url( http://www.villasinmijasspain.com/images/search_bgd1.png ) no-repeat;
	position:relative;
}
#availability #title h3 {
	position:absolute;
	padding:0px;
	margin:0px;
	top:8px;
	left:11px;
	font-size:160%;
	font-weight:bold;
	color:#2944C9;
}
#availability #title_text {
	position:absolute;
	padding:0px;
	margin:0px;
	top:32px;
	left:11px;
	font-size:120%;
	font-weight:bold;
	color:#2944C9;
}
#searchAvailability {
	position:relative;
	float:left;
	padding:0px;
	margin:0px;
}
#searchAvailability fieldset {
	padding:0px;
	border:none;
	margin:10px;
	margin-top:65px;
	margin-left:70px;
	width:145px;
}
#searchAvailability fieldset #arrive {
	position:absolute;
	padding:0px;
	top:52px;
	left:70px;
	width:150px;
}
#searchAvailability fieldset #nights {
	position:absolute;
	padding:0px;
	top:93px;
	left:70px;
	width:145px;
}
#searchAvailability fieldset #people {
	position:absolute;
	padding:0px;
	top:134px;
	left:70px;
	width:145px;
}
#searchAvailability fieldset #bedsrooms {
	position:absolute;
	padding:0px;
	top:176px;
	left:70px;
	width:145px;
}
#searchAvailability fieldset #flexibility {
	position:absolute;
	padding:0px;
	top:217px;
	left:70px;
	width:100px;
}
#searchAvailability fieldset label {
	width:120px;
	font-size:90%;
	float:left;
	text-align:left;
	margin-right:0.5em;
	margin-bottom:0px;
	margin-top:1px;
	font-weight:bold;
	color:#2944C9;
}
#searchAvailability fieldset select {
	width:55px;
	margin-bottom:2px;
}
#searchAvailability fieldset select.wide {
	width:85px;
	margin-bottom:2px;
}
#searchAvailability #submit {
	position:absolute;
	top:210px;
	left:200px;
	background:url( ../../images/button.png ) no-repeat;
	width:45px;
	height:45px;
	cursor:pointer;
	border:none;
}
.sideBarImage1 {
	position:relative;
	background: url( http://www.villasinmijasspain.com/template/villas/images/browse_box.jpg ) no-repeat;
	width:261px;
	height:276px;
	float:left;
	cursor:pointer;
}
.sideBarImage2 {
	position:relative;
	background: url( http://www.villasinmijasspain.com/template/villas/images/view_box.jpg ) no-repeat;
	width:261px;
	height:276px;
	float:left;
	cursor:pointer;
}
.sideBarImage3 {
	position:relative;
	background: url( http://www.villasinmijasspain.com/template/villas/images/mijas_box.jpg ) no-repeat;
	width:261px;
	height:150px;
	float:left;
	cursor:pointer;
}
.sideBarImage4 {
	position:relative;
	width:260px;
	float:left;
	cursor:pointer;
}
.sideBarImage1 .title, .sideBarImage2 .title {
	position:absolute;
	top:3px;
	left:8px;
	width:100px;
	font-size:180%;
	margin:0px;
	padding:0px;
	color:#FE9934;
}
.sideBarImage1 .text, .sideBarImage2 .text {
	position:absolute;
	top:195px;
	left:5px;
	width:245px;
	height:70px;
	font-size:145%;
	margin:0px;
	padding:0px;
	overflow:hidden;
	text-align:center;
	color:#FEAA57;
}
.sideBarImage1 .text .block1, .sideBarImage2 .text .block1 {
	width:100px;
	height:40px;
	float:left;/*	border:1px dashed blue;*/
}
.sideBarImage1 .text #block2, .sideBarImage2 .text #block2 {
	width:15px;
	height:20px;
	float:right;
	clear:right;/*	border:1px dashed blue;*/
}
.sideBarImage1 .text #block3, .sideBarImage2 .text #block3 {
	width:50px;
	height:40px;
	float:right;
	clear:right;/*	border:1px dashed blue;*/
}
.sideBarImage3 .text {
	position:absolute;
	bottom:5px;
	left:50px;
	width:150px;
	height:20px;
	color:white;
	text-align:center;
	font-weight:bold;
	font-size:120%;
}
.propertyFeatures {
}
.propertyFeatures caption {
	font-weight:bold;
	text-align:left;
	font-size:120%;
}
.propertyFeatures tr td.label {
	font-weight:bold;
	text-align:left;
	width:100px;
}
.propertyFeatures table tr td.data1 p {
	text-align:left;
	margin:0px;
	padding:0px;
}
#voodooLanguage {
	visibility:hidden;
}
.featureListingContainer {
}
.featureListing {
	position:relative;
	overflow:hidden;
	padding:0px;
	width:230px;
	height:201px;
	padding:1px;
	float:left;
	cursor:pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.featureListing img.listing {
	width:232px;
	height:141px;
	visibility:hidden;
}
.featureListing .overlay {
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
}
.featureListing .title {
	position:absolute;
	top:2px;
	left:5px;
	width:175px;
	height:20px;
	text-align:left;
	font-weight:bold;
	overflow:hidden;
	color:#FE9934;
	;
}
.featureListing .Discount {
	position:absolute;
	top:25px;
	left:5px;
	width:55px;
	height:55px;
	background-image:url( images/discount.png );
	background-repeat:no-repeat;
}
.featureListing .New {
	position:absolute;
	top:25px;
	left:5px;
	width:55px;
	height:55px;
	background-image:url( images/new.png );
	background-repeat:no-repeat;
}
.featureListing .Special {
	position:absolute;
	top:25px;
	left:5px;
	width:55px;
	height:55px;
	background-image:url( images/special.png );
	background-repeat:no-repeat;
}
.featureListing .meta {
	position:absolute;
	bottom:17px;
	left:10px;
	width:208px;
	height:50px;
	visibility:hidden;
}
.featureListing .meta {
	clear:inherit;
	margin:0px;
	padding:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}
.featureListing .meta table {
	border-spacing:0px;
}
.featureListing .meta table tr td.data1 div.data {
	color:#3C71AA;
	margin:0px;
	padding:0px;
	padding-left:3px;
	height:15px;
	width:100px;
	overflow:hidden;
	text-align:left;
}
.featureListing .meta table tr td.data2 div.data {
	color:#3C71AA;
	margin:0px;
	padding:0px;
	height:15px;
	width:100px;
	overflow:hidden;
	text-align:left;
}
.homeFeaturesBackgroundLeft {
	margin-top: 20px;
	width: 300px;
	float: left;
	padding: 10px;
	background-color:#ECF7FD;
}
.homeFeaturesBackgroundRight {
	margin-top: 20px;
	width: 300px;
	float: right;
	padding: 10px;
	background-color:#ECF7FD;
	margin-right:20px;
}
.voodooTableFeature {
}
.voodooTableFeature .label {
	font-weight:bold;
}
.voodooTableFeature .data {
}
.multiple_options_caption {
	font-weight:bold;
	width:280px;
}
.multiple_options ul li {
	width:200px;
}
/*
 *	Front Page Styles.
 */
.frontPage {
	color:#FE9934;
	padding: 0 0 10px 0;
}
.listingPage {
	color:#FE9934;
	padding:5px 0 10px 0;
	margin:0px;
}
a.propertyTitle {
	color:#FE9934;
	font-weight:bold;
}
.vdViewDescription, .vdViewImage {
	visibility:hidden;
}
/*
 */
.js #carousel_holder {
	display: none;
	height:215px !important;
	overflow:hidden;
}
#carousel_holder {
	height:215px !important;
	overflow:hidden;/*	padding-left:20px;
	padding-right:20px;*//*	background: url( /images/loading.gif ) no-repeat 450px 100px;*/
}
.carousel {
	width: 620px !important;
	margin: 10px auto 0px auto;
	visibility:hidden;
}
.carousel li {
	margin-right: 10px;
	height: 195px;
	border: 1px solid #999;
	position: relative;
	list-style:none;
	/*	max-width:265px;*/
	overflow:hidden;
	padding:4px !important;
}
.carousel li a {
	float:left;
}
.carousel li a img {
	padding:0px;
	margin:0px;
}
.zoom {
	position:absolute;
	right:4px;
	bottom:4px;
	z-index:100;
}
a:focus {
	outline: none;
}
.prev {
	float: left;
	font-weight: bold;
	margin-top: 104px;/*	margin-right: 9px;*/
}
.next {
	float: right;
	font-weight: bold;
	margin-top: 104px;/*	margin-right: 20px;*/
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/images/fancy_loading.png') no-repeat;
}
#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}
* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}
#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 32px;
	height: 32px;
	background: url('/images/fancy_close.png') top left no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
}
#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}
.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}
.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.fancybox-title-over {
	color: #FFF;
	text-align: left;
}
#fancybox-title-over {
	padding: 10px;
	background: url('/images/fancy_title_over.png');
	display: block;
}
#fancybox-title-wrap {
	display: inline-block;
}
#fancybox-title-wrap span {
	height: 32px;
	float: left;
}
#fancybox-title-left {
	padding-left: 15px;
	background: transparent url('/images/fancy_title_left.png') repeat-x;
}
#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background: transparent url('/images/fancy_title_main.png') repeat-x;
	color: #FFF;
}
#fancybox-title-right {
	padding-left: 15px;
	background: transparent url('/images/fancy_title_right.png') repeat-x;
}
#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('blank.gif');
	z-index: 1102;
	display: none;
}
#fancybox-left {
	left: 0px;
}
#fancybox-right {
	right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}
#fancybox-left-ico {
	background: transparent url('/images/fancy_nav_left.png') no-repeat;
}
#fancybox-right-ico {
	background: transparent url('/images/fancy_nav_right.png') no-repeat;
}
#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}
#fancybox-left:hover span {
	left: 20px;
}
#fancybox-right:hover span {
	left: auto;
	right: 20px;
}
div.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 1001;
}
div#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('/images/fancy_shadow_n.png') repeat-x;
}
div#fancy-bg-ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/fancy_shadow_ne.png') no-repeat;
}
div#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/images/fancy_shadow_e.png') repeat-y;
}
div#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/fancy_shadow_se.png') no-repeat;
}
div#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('fancy_shadow_s.png') repeat-x;
}
div#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/fancy_shadow_sw.png') no-repeat;
}
div#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/images/fancy_shadow_w.png') repeat-y;
}
div#fancy-bg-nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/fancy_shadow_nw.png') no-repeat;
}
table.pricetable {
	border:1px solid #CCC;
	width:650px;
	margin-left:1px;
}
table.pricetable caption {
	color:#3C71AA;
	font-weight:normal;
	letter-spacing:1px;
	margin-bottom:5px;
	font-size:1.5em;
	text-align:left;
}
table.pricetable thead th {
	background-color:#FE9934;
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #999999;
	color:#FFF;
}
table.pricetable tbody tr td {
	background-color:FFF;
	text-align:center;
}
.recommended {
	background-image:url( http://www.villasinmijasspain.com/images/vim.jpg );
	background-repeat:no-repeat;
	padding-left:220px;
	padding-top:9px;
}
.vim_logo {
	color:#FE9934;
	font-family: Vivaldi;
	font-size: 44px;
	font-weight: bolder;
}
/*	Validation styles.*/
label.error {
	clear:both;
	margin-left: 10px;
	width: auto;
	display: inline;
	color:red;
}
.required {
	color:red;
}
.button {
	margin:3px;
	padding:5px 10px 5px 10px;
	font-weight:bold;
	font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:#f2f2f2;
	color:#3366cc;
	border:1px solid #ccc;
	cursor:pointer !important;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
a.voodooReadMore {
	text-align:right;
	float:right;
}
.pClassPara {
	margin-top:0px;
	padding-top:0px;
}
#refine_search {
	float:left;
	margin-top:-70px;
	font-weight: bold;
	text-transform: uppercase;
	color: #039;
}
#refine_search a {
	text-decoration:inderline;
	color: #FE9934;
}
#submitReplacement {
	margin-top:20px;
	width: 100px;
	height: 22px;
	border: 0;
	background: url(../../images/minibuttonbg.jpg) no-repeat;
	background-position:18px 2px;
	cursor: pointer;
	cursor: hand;
	color: #036;
	text-shadow: #eee 1px 1px 1px;
}
img, div {
	behavior: url(iepngfix.htc)
}
#network{
	width:43px;!important
	height:53px;!important
	}
#facebook{
	background-image:url(../../images/facebook.png);
	background-repeat:no-repeat;	
	width:60px;
	height:63px;
	margin-top:10px;
	margin-left:10px;
	float:left;
}
#twitter{
	background-image:url(../../images/twitter.png);
	background-repeat:no-repeat;
	width:60px;
	height:63px;
	margin-top:10px;
	float:left;
}
#flickr{
	background-image:url(../../images/flickr.png);
	background-repeat:no-repeat;
	width:60px;
	height:63px;
	margin-top:10px;
	float:left;
}
#youtube{
	background-image:url(../../images/you_tube.png);
	background-repeat:no-repeat;
	width:60px;
	height:63px;
	margin-top:10px;
	float:left;
}

