body {
	text-align: center;
	background-color: #0078ff;
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	outline: none;
}
a {
	outline: none;
}
html {
	font-size: 100%;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 950px;
}

/* heading */

#header {
	position: absolute;
	top: 0;
	height: 176px;
	width: 950px;
}
#header p#strapline {
	color: #61abff;
	font-size: 2.1em;
	padding: 13px 0 0 32px;
}
#header p#quicklinks {
	padding: 2px 12px 11px 0;
	text-align: right;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.9em;
	color: #FFF;
}
#header p#quicklinks a {
	color: #FFF;
}
#header p#quicklinks a.language_link {
	text-decoration: none;	
}
#header p#quicklinks a.language_link img {
	margin: 0 6px -2px 0;
}

#header div#menuTop {
	height: 103px;
	background-image: url(../images/2008/bkg_header.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#header div#menuTop div#logo {
	padding: 0 0 0 32px;
	float: left;
	width: 675px;
	
	height: 69px;
}
#header div#menuTop div#logo .logoFloat {
	float: left;
}
#header div#menuTop div#logo img.logo_facebook {
	margin: 29px 0 8px 30px;
	float: left;
}
#header div#menuTop div#logo img.logo_twitter {
	margin: 29px 9px 8px 9px;
	float: left;
}
#header div#menuTop div#logo .logo_plusone {
	float: left;
	margin: 35px 0 0 0;
	display: block;
}

#header div#menuTop form#frm_searchWeb {
	float: right;
	width: 215px;
	padding: 37px 0 0 0;
}
#header div#menuTop form#frm_searchWeb input.text {
	width: 160px;
	border: 1px solid #9eccff;
	color: #0078ff;
	padding: 2px;
	margin: 0 0 4px 0;
	float: left;
}
#header div#menuTop form#frm_searchWeb input.button {
	margin: -2px 0 0 2px;
	float: left;
}

#header div#menuTop ul {
	clear: both;
	margin: 0;
	padding: 11px 0 5px 32px;
	list-style: none;
	list-style-image: none;
}
#header div#menuTop ul li {
	margin: 0;
	padding: 0 0 0 3px;
	display: inline;
	font-weight: bold;
	color: #0078ff;
}
#header div#menuTop ul li a {
	color: #0078ff;
	text-decoration: none;
	padding: 0 5px 0 0;
}
#header div#menuTop ul li a:hover {
	color: #63acff;
}
#header div#menuTop ul li a.active {
	border-bottom: 4px solid #0078ff;
	padding-bottom: 1px;
}

/* search line */

#search {
	position: absolute;
	top: 176px;
	width: 950px;
	height: 44px;
	background-color: #0078ff;
	color: #FFF;
}
#search form {
	padding: 9px 0 0 0;
}
#search select {
	font-size: 1.4em;
	color: #FFF;
	background-color: #0078ff;
	margin: 0 4px 0 0;
	border: 1px solid #FFF;
}
#search input.text {
	font-size: 1.4em;
	color: #FFF;
	background-color: #0078ff;
	height: 22px;
	border: 1px solid #FFF;
	width: 100px;
	margin: 0 4px 1px 0;
	text-align: center;
	padding: 0;
}
#search input.button {
	margin: 0 0 -1px 3px;
	padding: 0;
}

/* main content area */

#content {
	position: absolute;
	top: 220px;
	width: 950px;
	background-color: #FFF;
	background-image: url(../images/2008/bkg_main.gif);
	background-repeat: repeat-y;
	background-position: top;
	border-top: 21px solid #FFF;
}

/* main left + right col */
/* main left + right col : right col */

#content div#colNews {
	float: right;
	width: 226px;
}
#content div#colNews h2.indent {
	padding: 0 0 15px 10px;
}
#content div#colNews div#newsBox {
	background-image: url(../images/2008/bkg_rightnews.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #3896ff;
	padding: 10px 13px 0 14px;
}
#content div#colNews div#newsBox h3 {
	color: #FFF;
	padding: 5px 0 10px 0;
}
#content div#colNews div#newsBox p {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #FFF;
	padding: 0 0 10px 0;
}
#content div#colNews div#newsBox p a {
	color: #FFF;
}
#content div#colNews div#newsBox p.newsLinks {
	font-size: 1em;
	padding-bottom: 5px;
}

#content div#colNews div#advertiseBox {
	background-image: url(../images/2008/bkg_rightadvertise.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #78b8ff;
	padding: 60px 13px 0 14px;
}
#content div#colNews div#advertiseBox p {
	color: #FFF;
}
#content div#colNews div#advertiseBox ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0 0 15px 0;
}
#content div#colNews div#advertiseBox ul li {
	padding: 0 0 0 0;
}
.advertiser {
	padding-top: 10px;
}

/* main left + right cols : main left */

#content div#colLeft {
	float: left;
	width: 702px;
}

/* main left + right cols : main left : left menu */
#content div#colLeft div#colMenuLeft {
	float: left;
	width: 180px;
}
#content div#colLeft div#colMenuLeft h2 {
	padding: 0 0 8px 16px;
}
#content div#colLeft div#colMenuLeft p {
	color: #00397a;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	padding: 0 0 15px 16px;
}
#content div#colLeft div#colMenuLeft form#frm_login {
	padding: 0 0 18px 16px;
}
#content div#colLeft div#colMenuLeft form#frm_login label {
	font-family: Tahoma, Arial, sans-serif;
}
#content div#colLeft div#colMenuLeft form#frm_login input.text {
	width: 158px;
	margin: 5px 0;
}

#content div#colLeft div#colMenuLeft ul#majorcaOffersList {
	padding-top: 0;
}
#content div#colLeft div#colMenuLeft ul#majorcaOffersList li {
	padding: 0 0 6px 0;	
}
#content div#colLeft div#colMenuLeft ul#majorcaOffersList li a {
	border: 0;
	padding: 0;
	background-image: none;
}

#content div#colLeft div#colMenuLeft ul {
	margin: 0;
	padding: 6px 0 16px 0;
	list-style: none;
	list-style-image: none;
}
#content div#colLeft div#colMenuLeft ul li {
	margin: 0;
	padding: 0;
	height: 100%;
}
#content div#colLeft div#colMenuLeft ul li a {
	display: block;
	height: 100%;
	border-bottom: 1px solid #99c9ff;
	background-image: url(../images/2008/bkg_menuleft.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 4px 10px 4px 34px;
	color: #0078ff;
	text-decoration: none;
}
#content div#colLeft div#colMenuLeft ul li a:hover {
	background-color: #e9f3ff;
}
#content div#colLeft div#colMenuLeft ul li a.active {
	font-weight: bold;
}

#content div#colLeft div#colMenuLeft ul ul {
	padding: 0;
}
#content div#colLeft div#colMenuLeft ul ul li a {
	background-image: none;
	color: #3896ff;
}
#content div#colLeft div#colMenuLeft ul ul li a:hover {
	background-color: #f4f9ff;
}

/* main left + right cols : main left : main content */
#content div#colLeft div#colInfo {
	float: right;
	width: 477px;
}
#content div#colLeft div#colInfo div#banner, #content div#colLeft div#colInfo div#bannerSWF {
	padding: 0 0 15px 0;
}

#content div#colLeft div#colInfo div.feature {
	float: left;
	width: 157px;
	background-color: #0078ff;
	background-image: url(../images/2008/bkg_homefeaturebox.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px 0 5px 0;
	margin: 0 3px 15px 0;	
}
#content div#colLeft div#colInfo div.feature p {
	color: #FFF;
	padding: 3px 10px 6px 10px;
	font-weight: bold;
	line-height: 1.2em;
}

/* property box stlyes */

.featuredProperties {
	background-image: url(../images/2008/bkg_featuredproperties.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 82px;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}
.featuredProperties img {
	margin: 10px 1px 0 0;
}

/* home list */

.propertyBox {
	background-image: url(../images/2008/bkg_propbox.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 84px;
	padding: 10px 0 0 10px;	
}
.propertyBox h3 {
	font-weight: normal;
	padding: 0 0 0 0;
}
.propertyBox img.thumb {
	float: left;
	margin: 0 10px 0 0;
}
.propertyBox p {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	padding: 0 8px 0 0;
}

/* prop search results box */

.propertyBoxSearch {
	float: left;
	background-image: url(../images/2008/bkg_propboxresults.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 220px;
	width: 218px;
	padding: 10px 0 0 10px;
	margin: 0 21px 5px 0;
}
html>body .propertyBoxSearch {
	margin: 0 21px 15px 0;
}
.propertyBoxSearch img.thumb {
	float: left;
	margin: 0 10px 10px 0;
}
.propertyBoxSearch div.stats {
	float: left;
	width: 95px;
}
.propertyBoxSearch div.stats p.ref {
	height: 15px;
	background-image: url(../images/2008/bkg_propref.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0 0 5px;
	font-family: Tahoma, Arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	color: #FFF;
}
.propertyBoxSearch div.stats p.sleeps {
	font-family: Tahoma, Arial, verdana, sans-serif;
	font-size: 0.8em;
	color: #0078ff;
	padding: 6px 0 6px 0;
}
.propertyBoxSearch div.stats p.icons {
	padding: 0;
}
.propertyBoxSearch div.stats p.icons img {
	margin: 0 2px 0 0;
}
.propertyBoxSearch h2 {
	color: #0078ff;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	padding: 0 5px 4px 0;
}
.propertyBoxSearch p {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	padding: 0;
}
.propertyBoxSearch p.propintro {
	padding: 0 5px 7px 0;
}
.price {
	color: #0078ff;
	font-weight: bold;
}
.nav {
	border-bottom: 6px solid #d2e0f0;
	padding: 0 0 8px 0;
	margin: 0 0 15px 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	clear: both;
}
.nav a {
	padding: 0 2px;
}

/* property advert */

ul#propTools {
	margin: 0 0 25px -14px;
	padding: 0 0 0 0;
	list-style-image: none;
	list-style: none;
}
ul#propTools li {
	margin: 0;
	padding: 0;
	height: 40px;
	font-size: 1.1em;
	font-weight: bold;
}
ul#propTools li img.toolicon {
	margin: 0 10px -14px 0;
}
ul#propTools li img.majorcacarhire {
	margin: 0 10px 0 0;
}
ul#propTools li a {
	color: #FFF;
}

#content div#colNews div#newsBox p.moretools {
	font-size: 1em;
	padding: 0 0 35px 0;
	font-family: Arial, Verdana, sans-serif;
}

#content div#colNews div.rightInfoBox {
/*	background-color: #73b5ff;
	border-bottom: 16px solid #aed4ff;			*/
	background-color: #3896ff;
	border-bottom: 16px solid #73b5ff;
	padding: 20px 13px 20px 14px;
}
#content div#colNews div.rightInfoBox p {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #FFF;
	padding: 0 0 10px 0;
}
#content div#colNews div.rightInfoBox p strong {

}

/* news pages */

p.info {
	border-bottom: 1px dotted #99c9ff;
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
}

#propertyPhoto {
	padding: 0 0 14px 0;
}
#propertyPhotoSmall {
	border: 1px solid #99c9ff;
	text-align: center;
	padding: 25px 0;
	margin: 0 0 14px 0;
}
/*
.propertyPhotoStrip {
	background-image: url(../images/2008/bkg_propphotostrip.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 60px;
	text-align: center;
	margin-bottom: 10px;
}
.propertyPhotoStrip img {
	margin: 11px 0 0 0;
	border-right: 1px solid #FFF;
}
*/

/* jquery banner - property */

.propertyPhotoStrip {
	width: 477px;
	height: 60px;
	position: relative;
	margin: 0 0 15px 0;
	background-image: url(../images/2008/bkg_propphotostrip.gif);
}
.propertyPhotoStrip div.nav_area {
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 1;
	width: 457px;
	height: 20px;
}
.propertyPhotoStrip div.nav_area a {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.propertyPhotoStrip div.nav_area a.nav_prev {
	float: left;
}
.propertyPhotoStrip div.nav_area a.nav_next {
	float: right;
}
.propertyPhotoStrip div.nav_area a:hover {
	text-decoration: underline;	
}

.propertyPhotoStrip .photos_area {
	position: absolute;
	top: 11px;
	left: 39px;
	width: 399px;
	height: 38px;
	z-index: 1;
}
.propertyPhotoStrip .photos_area div {
	width: 399px;
	height: 38px;
}
.propertyPhotoStrip .photos_area div img {
	border-right: 1px solid #FFF;
}

/* jquery banner - end */







p.propertyBlueStrip {
	text-align: center;
/*	background-color: #0078ff;
	padding: 5px 2px;				*/
	font-weight: bold;
	color: #FFF;
	padding: 3px 2px;
	margin: 0 0 15px 0;
	font-size: 1.1em;	
}
p.offer {
	background-color: #ff9e9e;
	padding: 10px;
	margin: 0 0 15px 0;
}

table.propstatsLeft, table.propstatsRight {
	width: 225px;
}
table.propstatsLeft {
	float: left;
}
table.propstatsRight {
	float: right;
}
table.propstatsLeft td, table.propstatsRight td {
	border-bottom: 1px solid #3896ff;
	padding: 3px 0;
	text-align: left;
}
table.propstatsLeft th, table.propstatsRight th {
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #3896ff;
	padding: 3px 0 3px 10px;
}
table.propstatsLeft th.head, table.propstatsRight th.head {
	color: #FFF;
	font-weight: bold;
	background-image: url(../images/2008/bkg_propstattable.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 0;
}
table.propPrices th.head {
	border-top: 0;
	font-size: 1.2em;
	color: #FFF;
	background-color: transparent;
	padding-top: 4px;
	border: 0;
}

table.propPrices {
	width: 477px;
/*	background-color: #73b5ff;
	border: 1px solid #72b6ff;			*/
	border: 0;
	background-image: url(/images/2008/bkg_addprop_title.gif);	
	backgrond-position: top;
	background-repeat: no-repeat;
}
table.propPrices th {
/*	border-top: 1px dotted #FFF;		*/
	padding: 3px 16px;
	border-bottom: 1px solid #72b6ff;
	border-left: 1px solid #72b6ff;
	background-color: #FFF;
}
table.propPrices td {
/*	color: #FFF;
	border-top: 1px dotted #FFF;			*/
	padding: 3px 16px;
	border-bottom: 1px solid #72b6ff;
	border-right: 1px solid #72b6ff;
	background-color: #FFF;
}
table.propPrices td.blueRow, table.propPrices th.blueRow {
	background-color: #3797fb;
	color: #FFF;
	border-top: 1px solid #FFF;
}

div.redBoxTerms {
	border: 1px solid #FF0000;
	padding: 20px 20px 0 0;
	color: #C00;
	margin: 0 0 15px 0;
}
div.redBoxTerms * {
	color: #C00;
}
div.redBoxTerms h3 {
	padding: 0 0 10px 25px;	
	color: #C00;
}
div.redBoxTerms h3 span {
	font-weight: normal;	
}

div.separatorDashed {
	border-top: 1px dotted #3896ff;
	margin: 6px 0 0 0;
	padding: 0 0 15px 0;
}

div.newBoxButtonsLeft {
	width: 225px;
	float: left;
}
div.newBoxButtonsRight {
	width: 225px;
	float: right;
}

div.propEnquireTop {
	height: 16px;
	background-image: url(../images/2008/bkg_propform_top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div.propEnquireBot {
	height: 30px;
	background-image: url(../images/2008/bkg_propform_bot.gif);
	background-repeat: no-repeat;
	background-position: top;
}
form#frm_propEnquire {
	background-image: url(../images/2008/bkg_propform_mid.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 4px 0 0 0;	
}
form#frm_propEnquire p {
	padding: 0 20px 15px 20px;
}
form#frm_propEnquire label {
	text-align: right;
	padding-right: 15px;
	width: 180px;
	padding-top: 3px;
}
form#frm_propEnquire input.text, form#frm_propEnquire select, form#frm_propEnquire textarea {
	width: 230px;
	margin: 0;
}
form#frm_propEnquire select.date {
	float: left;
	width: 72px;
	margin-right: 10px;
} 

ul#majorca_interest {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	min-height: 261px;
}
ul#majorca_interest li {
	margin: 0;
	padding: 0;
	float: left;
}
ul#majorca_interest li#but_majorca_car_hire {
	margin: 0 5px;	
}

/* Advertising styles */

div.redBorder {
	padding: 10px;
	border: 1px dotted #FF0000;
	margin: 10px 0;
}
form#signUp label {
	font-weight: normal;
	color: #333;
/*	text-align: right;
	padding-right: 10px;			*/
	width: 145px;
}
form#signUp input.text, form#signUp select {
	width: auto;
}
form#signUp input.check {
	margin: 0 0 0 150px;
}

div#commissionLayer {
	display: none;
	border: 1px solid #78b8ff;
	padding: 10px;
	margin: 10px 0;
	text-align: center;
}
div#commissionLayer div.formLineMultiple select {
	margin-right: 8px;
}

div#commissionLayer h3 {
	text-align: left;
}
div#commissionLayer textarea {
	width: 430px;
}

div#transferLayer, div#chequeLayer, div#cardLayer {
	display: none;
}

table#calendarBox td {
	padding: 0;
	margin: 0;
}
table#calendarBox table {
	margin: 0;
}
table#whiteStandardText {
	color: #FFF;
}
table.availability td {
	padding: 5px;
}

div.subForm {
	border: 1px dotted #aed4ff;
	padding: 10px 10px 5px 15px;
	margin: 10px 0;
}
div.subForm div.formLine {
	height: 23px;
}
div#commissionLayer div.subForm label {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	width: 170px;
}
div#commissionLayer div.subForm label span.small {
	font-size: 1.1em;
	font-weight: normal;
}
div#commissionLayer div.subForm input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	padding: 1px 0;
}

/* control panel */

table.panelBox {
	border: 1px solid #BACCF0;
	margin: 0 0 10px 0;
}
table.panelBox td {
	padding: 5px 0 5px 10px;
}
table.panelBox table {
	margin: 0;
}
table.panelBox table td {
	padding: 1px 0 1px 0;
}

table.panelPropLoop {
	margin: 0;
}
table.panelPropLoop td {
	padding: 5px 0;
}
table.panelPropLoop table {
	margin: 0;
}
table.panelPropLoop table td {
	padding: 0 0;
}
table.panelPropLoop p {
	padding: 0 0 0 0;
}

table.panelPropLoopTop {
	background-color: #0078ff;
	color: #FFF;
	font-weight: bold;
	margin: 10px 0 5px 0;
}
table.panelPropLoopTop td {
	padding: 2px 0 3px 0;
}

div.panelPropSearch {
	font-size: 0.8em;
	font-family: Tahoma, Arial, sans-serif;
	color: #FFF;
	background-color: #0078ff;
	text-align: center;
	padding: 5px 2px 7px 2px;
	margin-bottom: 4px;
}
div.panelPropSearch form {
	margin: 0;
	padding: 0;
}

table.bodyText {
	margin: 0;
}
table.bodyText td {
	padding: 1px 0 1px 5px;
}
table.bodyText textarea {
	width: 340px;
}

table.largeBlueTitles {
	font-size: 2.6em;
	color: #3896ff;
	font-weight: bold;
}

p.BlueSmallPagLinks {
	color: #698db4;
	font-size: 0.8em;
	margin: 0;
	padding: 0 0 3px 0;
}
p.BlueSmallPagLinks input.formCountBox {
	border: 0;
	font-size: 1em;
	margin: 0;
	padding: 0;
	width: 23px;
	color: #698db4;
	font-weight: bold;
}

/* offers page */

div.offerLine {
	border-bottom: 2px solid #e10000;	
	padding: 8px 0;
	height: 100%;
}
div.offerLine img {
	float: right;
	margin: 0 0 0 10px;
}
div.offerLine h2 {
	color: #e10000;
	padding: 0 0 5px 0;
	font-size: 13px;
}
div.offerLine p {
	padding: 0;	
}

div.propOffer {
	background-image: url(../images/2008/bkg_propoffer.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0 90px 16px 6px;
}
div.propOffer h3 {
	color: #e10000;
	font-size: 13px;
	padding: 0 0 3px 0;
}
div.propOffer p {
	color: #e10000;	
}
div.propOffer p span {
	background-color: #e10000;
	padding: 1px;
	color: #FFF;
	font-weight: bold;
	display: block;
	width: 122px;
	margin: 0 0 4px 0;
}

/* footer */

#content div#footer {
	background-image: url(../images/2008/bkg_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #0078ff;
}
#content div#footer p#copyright {
	padding: 38px 0 10px 0;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
#content div#footer p#copyright a {
	color: #FFF;
}
#content div#footer p#baseLinks {
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	color: #b5d8ff;
	line-height: 1.6em;
}
#content div#footer p#baseLinks a {
	color: #b5d8ff;
}

#get_clicky {
	text-align: center;
	padding: 0 0 10px 0;
}

/* form styles */

label {
/*	color: #0078ff;			*/
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}
input.text {
	border: 1px solid #a3ceff;
	font: 1em Arial, Helvetica, sans-serif;
	padding: 2px;
}
select.date {
	float: left;
	width: 72px;
	margin-right: 10px;
} 
#colInfo input.text {
	border: 1px solid #999999;
}
#colInfo select {
	font: 1em Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
}
input.button {
	font: 1em Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0 5px;
}
textarea {
	font: 1em Arial, Helvetica, sans-serif;
	color: #333333;
	width: 460px;
	margin: 10px 0;
}

div.formLine {
	height: 25px;
	clear: both;
}
div.formLineLarge {
	height: 164px;
	clear: both;
}
div.formLine label, div.formLineLarge label {
	float: left;
	width: 160px;
}
div.formLine input.text, div.formLine select {
	float: left;
/*	width: 300px;				*/
	width: auto;
}
div.formLineLarge textarea {
	float: left;
/*	width: 304px;			*/
	width: auto;
	height: 155px;
	margin: 0;
}


/* standard styles */


html>body .clear {
	height: 1px;
	display: block;
}
.snail {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	float: right;
}
.offer {
	color: #e40000;
}
.normal {
	font-weight: normal;
}
h3.lineAbove {
	border-top: 1px dotted #FFF;
	margin: 10px 0 0 0;
	padding: 15px 0 0 0;
}
.noPadding {
	padding: 0;
}
.red {
	color: #FF0000;
}
.whiteText {
	color: #FFF;
}

#top {
	padding-top: 15px;
}

#propCalendar th, #propCalendar td {

}
#propCalendar th.day {
	font: 0.8em Tahoma, Arial, Verdana, sans-serif;
}
#propCalendar th {
	font-weight: normal;
	padding: 1px 1px 1px 0;
	font-size: 0.9em;
}
#propCalendar td {
	background-color: #95c7ff;
	width: 9px;
	padding: 1px;
	text-align: right;
	font: 0.8em Tahoma, Arial, Verdana, sans-serif;
}
#propCalendar td.blank {
	background-color: #fff;
}
#propCalendar td.booked {
	background-color: #ffa195;
}
#propCalendar td.reserved {
	background-color: #ffdd95;
}
#propCalendar td.saturday {
	background-color: #69adfa;
}

.locationsBox {
/*	background-image: url(../images/2008/bkg_locations.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 21px;
	width: 477px;
	text-align: center;			*/
	padding: 5px 10px 5px 15px;
	margin: 0 0 15px 0;
	color: #FFF;
	background-color: #3896FF;
	line-height: 230%;
}

div#popupLanguages {
	display: none;
	opacity: .85;
	filter: alpha(opacity=85);
	position: absolute;
	z-index: 100;

	border: 1px solid #0f458d;
	padding: 5px;
	background-color: #FFF;
}
div#popupLanguages table {
	font: 0.9em Arial, sans-serif;
	margin-bottom: 0;
}
div#popupLanguages table td {
	text-align: right;
	padding: 2px;
}
div#popupLanguages table a {

}

table.bodyText textarea.htmlBox {
	width: 450px;
	height: 300px;
	margin: 0 0 15px 0;
}

h3.propAddLine, p.propertyBlueStrip {
	background-image: url(/images/2008/bkg_addprop_title.gif);	
	backgrond-position: top;
	background-repeat: no-repeat;
	padding: 6px 10px;
	color: #FFF;
	margin: 15px 0 10px 0;
}

/* new */

#rss_feed {
	margin: 0 0 0 7px;	
}
.clear_floats {
	clear: both;	
}

/* jquery banner */

#banner_home {
	width: 477px;
	height: 300px;
	position: relative;
	padding: 0;
	background-image: url(../images/2008/bkg_loading.gif);
	margin: 0 0 15px 0;
}

div#nav_area {
	position: absolute;
	top: 130px;
	left: 0;
	z-index: 2;
	width: 477px;
	height: 37px;
}
div#nav_area a {
	display: block;
	width: 35px;
	height: 37px;
	background-image: url(../images/2008/banner_right.png);
	text-decoration: underline;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
div#nav_area a span {
	display: block;
	padding-top: 4px;
}
div#nav_area a#nav_prev {
	float: left;
}
div#nav_area a#nav_next {
	float: right;
	background-image: url(../images/2008/banner_left.png);
}
div#nav_area a:hover {
	text-decoration: none;	
}

#banner_slides {
	position: absolute;
	top: 0;
	left: 0;
	width: 477px;
	height: 300px;
	z-index: 1;
	
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	
	visibility: hidden;
}
#banner_slides li {
	display: block;
	width: 477px;
	height: 300px;
	padding: 0;
	margin: 0;
}
#banner_slides li img {
	width: 477px;
	height: 300px;
	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;

/*	border: 1px solid #fff;
	-moz-border-top-right-radius: 16px;
	-moz-border-top-right-radius: 16px;
	
	-webkit-border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;
	
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;		*/
}
#banner_slides li a {
	display: block;
	width: 462px;
	background-image: url(/images/2008/bkg_banner_link.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 269px 0 9px 15px;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	text-decoration: none;
	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#banner_slides li a:hover {
	text-decoration: underline;
}

/* jquery banner - end */

h1 span.social_networking {
	padding: 0 0 0 4px;
}

#sliderWrap {
/*	margin: 0 auto;
	width: 300px;			*/
	
	height: 298px;
	margin: 0;
	
	position: absolute;
	top: 194px;
	right: 0;
	overflow: hidden;
}
#slider {
/**	position: absolute;			**/
/*	background-image:url(/images/2008/slider.png);
	background-repeat:no-repeat;
	background-position: bottom;
	width: 300px;
	height: 159px;
	margin-top: -141px;			*/
	
	background-image:url(/images/2008/slider-mv.png);
	background-repeat:no-repeat;
	background-position: bottom;
	width: 243px;
	height: 298px;
	margin-right: -210px;
/**	right: 0;				**/
}
#sliderContent {
/*	position: absolute;
	margin: 50px 0 0 50px;
	text-align:center;
	background-color:#FFFFCC;
	color:#333333;
	font-weight:bold;
	padding: 10px;			*/
	float: left;
	width: 210px;
}
#openCloseWrap {
/*	position:absolute;
	margin: 143px 0 0 120px;
	font-size:12px;
	font-weight:bold;			*/
	float: left;
	width: 33px;
}
#openCloseWrap a {
	display: block;
	height: 180px;
}
#openCloseWrap img {
	margin: 36px 0 0 11px;	
}

#app_box #app_screenshot {
	padding: 0 0 8px 5px;
}
#app_box p {
	padding: 0 10px 17px 10px;
}
#app_box h2 {
	font-size: 18px;
	line-height: 20px;
	padding: 0 10px 6px 10px;
}
#app_box h2 span {
	color: #e10000;
	font-style: italic;
}

#tab_hidden_mallorca {
	position: fixed;
/*	position: absolute;			*/
	right: 0;
	top: 220px;
	margin: 0;
	display: block;
	width: 59px;
	height: 218px;
	background: url(/images/2008/button_hidden_mallorca.png);
	text-decoration: none;
	text-indent: -9999px;
}

#banner_wifi { margin: 0 0 15px 0; }
#banner_wifi img { width: 100%; height: auto; }