@charset "UTF-8";

body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #container {
	width: 980px; /* white */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #Topheader {
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	padding-top: 4px;
	height: 73px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}  
.twoColFixRtHdr #header {
	background: #800080;
	padding: 3px 3px 3px 3px;
	height: 20px;
	vertical-align:middle;
	border-bottom:#666666 2px groove;
	border-top:#666666 1px groove;
	border-left:#666666 thin groove;
	border-right:#666666 thin groove; 
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 3px 0;/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF; 
}
.twoColFixRtHdr #mainContent {
	margin: 0px 5px 2px 5px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	zoom: 1;
} 

.twoColFixRtHdr #sidebar1 {
	float: Left; /* since this element is floated, a width must be given */
	 /*width: 5px;225px the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
	margin: 0px; /* 7px 0px 0px 0px;  */
	background-color: #CCCCCC;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #villalist {
	font-weight: normal;
	/*background-color:#990033;*/
	color: White;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	border: 5px;
	padding: 9px 10px 7px 2px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: 275px;
}
.twoColFixRtHdr #villalist H1{
	color: White;
}
.twoColFixRtHdr #villalist a{
	color: White;
	/*text-transform: uppercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style10 {
	color: #000033;
	font-weight: bold;
}
.style11 {color: #990099}
.txtred {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/*************** image styles *****************/
img.thumbs {			/*Thumbnails attributes displayed on Villa detail page*/
	/*float:right;*/
	height:52px;
	width:80px;
	margin-top:0px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: solid purple 1px;
}
#thumbContainer {		/*Thumbnails Container displayed on Villa detail page*/
	/*left:40px;
	top:176px;*/
	margin-top:0px;
	width:80px;
	height:305px;
	z-index:1;
	vertical-align: middle;
}
#mainphoto {			/*Main Image Container displayed on Villa detail page*/
	/*position:absolute;
	left:25px;
	top:176px;
	float:left;*/
	width:400px;
	height:310px;
	z-index:2;
}
img.main_img {			/*Main Image displayed on Villa detail page*/
	/*float:right; */
	width:400px;
	height:300px;
	align: center;
	margin-right: 2px;
	margin-bottom: 2px;
	border: solid purple 1px;
}
/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}


#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;	
}

#search a:hover{
	margin: 0px;
}

.Searchmedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	font-weight: bold;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #660066;
	text-decoration: none;
}

a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #660066;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #660066;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #660066;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

.SideBarWhiteTxtYear{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #F2F2F2;

}
.SideBarWhiteTxtSml{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFCCFF;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* SPRY ACCORDION CSS FOR TABBED PRICE PANNEL *********/
/* SpryAccordion.css - Revision: Spry Preview Release 1.4 
 *
 * Accordion container:
 */
.Accordion {
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	overflow: hidden;
	width:220px;
	margin: 2px;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.AccordionPanelTab {
	background-color: #999999; 	/* #CCCCCC    */
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	color: #F2F2F2;
	background-image: url(SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 180px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #999999; 	/* #EEEEEE;   */
	background-image: none;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #660066;
	font-weight:bold;
	background-image: url(SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;	
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #FFFFFF;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #999999;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #660066;
}

/*   END OF SPRY ACCORDION CSS FOR PRICE PANNEL  */

/********* form and related tag styles *********/
form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/** Old Vintage Styles.CSS **/

.catalunya_tableborder_tint {
	border: 1px solid #FF93FF;
}

.catalunya_tableborder {
	border: 1px solid #990099;
	padding: 5px;
}

.menu_tableborder {
	border: 1px solid #CCCCCC;
}

.Small_Bold_txt {
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	

.td_data_list_prices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/**border-top:groove #CCC;	
	border-right:groove #CCC; **/
	/**border-left:groove #CCC; OLD**/
}	

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.listtextstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.0pt;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.blackmedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.area_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660066;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.seo_textbox {
	width:430px;
	padding:0 0 14px 0;
	margin:10px auto;
	text-align:left;
	background:url("images/tsr.gif") bottom left no-repeat;
}
.seo_textbox h2 {
	margin:0;
	padding:7px 10px 3px 10px;
	background:url("images/tsr.gif") top left no-repeat;
}
.seo_textbox p, .seo_textbox a.more {
	margin:0;
	padding:0 10px 3px;
	border:1px solid #d8d8d8;
	border-width:0 1px;
	background:#fff;
}
/**/.seo_textbox a.more {
	display:block;
	text-align:right;
	background:url("images/tsr-a.gif") 410px 50% no-repeat;
	padding:0 24px 0 0;
	text-decoration:none;
	color:#44a; 
}
.seo_textbox a.more:hover {
	text-decoration:underline;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}


.sleepsXX:link
{
	color: #CC9900;
	text-decoration: none;
	font-weight: bold;
}

.sleepsXX:visited
{
	color: #CC9900;
	text-decoration: none;
	font-weight: bold;
}

.thumbnails {
	border: 1px solid #000000;
}
.propertyname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #660066;
}
.offer_price {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 8pt;
}
a.offer_price:link {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 8pt;
}
a.offer_price:visited {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 8pt;
}
a.offer_price:hover {
	color: #FF00CC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 8pt;
	font-weight: bold;
}
.offer_text {
	color: #999999;
	font-size:10px;
}

.normal_price {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
a.normal_price:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
a.normal_price:hover {
	color: #FF00CC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
a.normal_price:active {
	color: #660066;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
a.normal_price:visited {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}.air_con_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0000CC;
}
.optionlink_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0000CC;
	text-decoration: none;
}
a.optionlink_blue:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0000CC;
	text-decoration: none;
}
a.optionlink_blue:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: Purple;
	text-decoration: none;
}

.blue_medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000066;
}

.vgf_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000066;
}

.txtmedium_initcaps {
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;	
}

.txtmedium_allcaps {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;	
}

.txtmedium_lowcase {
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;	
}
.txtbreadcrumb_allcaps {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.button_title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration:none;
	color: #FFFFFF;
	/**padding: 1px 1px 2px 10px;**/
}
.button_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration:none;
	color: #FFFFFF;
	/**padding: 2px 8px 1px 10px;**/
}

.homepage_button {
	text-align:left;
	padding: 1px 9px 3px 9px;
	background:url(images/Homepage/SideBarButtonBG.jpg);
}



/***********************************************/
[if IE 5]>
.twoColFixRtHdr #sidebar1 { width: 225px; }
.twoColFixRtHdr #sidebar1 {	padding-top: 4px;}
.twoColFixRtHdr #mainContent {
	zoom: 1;
	padding-right: 10px;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]
.tbl_cell_title_centred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #606;
	text-decoration: none;
}
