/* CSS Identification 
	Project: RealLiving
	Author: Pedro Bernardino - Improxy
*/

/* CSS Index 
	@ Reset
	@ Typography	
	@ General Layout
	@ Navigation
	@ Containers
	@ Buttons
*/



/*	@ RESET
	======================================================================================== */

/* reset by Eric Meyer (v1.0 | 2008-02-12) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, 
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent; }
body { line-height: 1.1; }
ol, ul { list-style: none; }
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/* common floats */
.fClear { clear:both; }
.fLeft { float:left; }
.fRight { float:right; }

/* common aligns */
.aCenter { text-align:center; }
.aRight { text-align:right; }
.aLeft { text-align:left; }



/*	@ TYPOGRAPHY
	======================================================================================== */
	
body {
	font:normal normal normal 12px/16px Arial, "Sans Serif";
	color:#666666;
}

.ContentMS p { margin-bottom:10px; text-align:justify; }
.ContentMS { padding:5px 15px !important; }

/* links */
a 		{ text-decoration:none; color:#F5940D }
a:hover { text-decoration:underline; }


/* Titles */
h3 {
	color:#CC0000; font-size:18px; margin-bottom:5px;
}

/* inputs */
input,
select,
textarea {
	font:normal normal normal 12px/14px Arial, "Sans Serif";
	color:#666666;
}

/* Header Navigation */
#dMainNav a { color:#FFF; text-decoration:none; font-weight:bold; }
#dMainNav a:hover,
#dSecNav a:hover { color:#ffc90e }	

/* Footer Navigation */
#dFooter li a { 
	color:#FFF;  text-transform:capitalize; text-decoration:none; font-weight:bold; line-height:26px;
	background:url(images/general/bullet_footer.png) no-repeat left top; 
	display:block; padding-left:15px;
}
#dFooter li a:hover { color:#cc0000 }

#dFooter #dCopyrights { color:#FFF; font-size:11px; font-weight:bold; line-height:20px}
#dFooter #dCopyrights a.improxy { 
	display:inline-block;
	width:60px;
	height:20px;
	background:url(images/general/improxy.png) no-repeat;
	text-indent:-9999px;
	margin-left:3px;
}





/*	@ GENERAL LAYOUT
	======================================================================================== */
	
body {
	background:#333333;
}
#dStage {
	width:1000px;
	margin:0 auto;
	background:#FFF;
	}
	#dHeader {
		height:224px;
		background:url(images/backgrounds/header.png) repeat-x;
		position:relative;
		}
		#dLogo {
			position:absolute;
			top:0;
			left:45px;
			width:96px;
			height:79px;
			}
			#dLogo a {
				display:block;
				width:96px;
				height:79px;
				background:url(images/general/logo.png) no-repeat;
				text-indent:-9999px;
				}
			#dBanner {
				position:absolute;
				left:0;
				top:94px;
			}
			#dMainNav {
				position:absolute;
				right:0;
				top:70px;
				margin-right:10px;
				}
			#dSecNav {
				position:absolute;
				right:30px;
				top:25px;
				}
	#dBody {
		min-height:200px;
		background:#FFF url(images/backgrounds/body.png) no-repeat center bottom;
		padding:15px 15px 35px 15px;
		}
		#dLeftColumn {
			float:left;
			}
		#dRightColumn {
			float:right;
			}
	#dFooter {
		background:#ff8f0e url(images/backgrounds/footer.png) no-repeat center bottom;
		padding:0 30px 10px 0;
		margin-bottom:25px;
		position:relative;
		padding:10px 0 20px 0;
		}
		#dCopyrights {
			position:absolute;
			bottom:-20px;
			width:100%;
		}
	

/*	@ HOMEPAGE BANNER
	======================================================================================== */	

#dBanner {
	position:relative;
	height:130px; width:1000px;
	}
	#dBanner img {
		position:absolute;
		top:0; left:0;
		height:130px; width:1000px;
		}
	#dBanner img 				{ z-index:8;  }
	#dBanner img.last-active 	{ z-index:9;  }
	#dBanner img.active			{ z-index:10; }
	

/*	@ NAVIGATION
	======================================================================================== */	

/* Header */

#dMainNav {}
#dMainNav li { 
	float:left;
	margin-right:10px;
	border-right:solid 1px #FFF;
	padding-right:10px;
}

#dSecNav {}
#dSecNav li { 
	float:left;
	margin-right:15px;
	border-right:solid 1px #FFF;
	padding-right:15px;
}

/* Footer */ 

#dFooter ul { min-height:110px; padding-left:50px; }
#dFooter ul li { float:left; border-right:solid 1px #FFF; padding:0 70px 0 19px;  }
#dFooter ul li ul { padding:0; }
#dFooter ul li ul li { clear:both; border:none; padding:0; }




/*	@ CONTAINERS
	======================================================================================== */	

/* Large Gray */
div.ctnLargeGray {
	width:660px;
	background:url(images/containers/large_gray.png) no-repeat left top;
	padding-top:52px;
	position:relative;
	margin:10px 0;
	}
div.ctnLargeGray .content {
	background:url(images/containers/large_gray.png) no-repeat right bottom;
	padding:0 10px 10px 10px;
	}
div.ctnLargeGray .content h2 { 
	position:absolute;
	top:11px;
	left:10px;
	padding-left:10px;
	/**/
	color:#cc0000;
	font-size:16px;
	line-height:34px;
	}	

/* Large Orange */
div.ctnLargeOrange {
	width:660px;
	background:url(images/containers/large_orange.png) no-repeat left top;
	padding-top:52px;
	position:relative;
	margin:10px 0;
	}
div.ctnLargeOrange .content {
	background:url(images/containers/large_orange.png) no-repeat right bottom;
	padding:0 10px 10px 10px;
	}
div.ctnLargeOrange .content h2 { 
	position:absolute;
	top:11px;
	left:10px;
	padding-left:10px;
	/**/
	color:#FFF;
	font-size:16px;
	line-height:34px;
	}	
div.ctnLargeOrange .ContentMS h1 { 
	position:absolute;
	top:11px;
	left:10px;
	padding-left:10px;
	/**/
	color:#FFF;
	font-size:16px;
	line-height:34px;
	}

/* Narrow Gray */
div.ctnNarrowGray {
	width:294px;
	background:url(images/containers/narrow_gray.png) no-repeat left top;
	padding-top:52px;
	position:relative;
	margin:10px 0;
	}
div.ctnNarrowGray .content {
	background:url(images/containers/narrow_gray.png) no-repeat right bottom;
	padding:0 10px 10px 10px;
	}
div.ctnNarrowGray .content h2 { 
	position:absolute;
	top:11px;
	left:10px;
	padding-left:10px;
	/**/
	color:#cc0000;
	font-size:16px;
	line-height:34px;
	}
div.ctnNarrowGray .ContentMS h1 { 
	position:absolute;
	top:11px;
	left:10px;
	padding-left:10px;
	/**/
	color:#cc0000;
	font-size:16px;
	line-height:34px;
	}
div.ctnNarrowGray .content h1 { 
	position:absolute;
	top:11px;
	left:10px;
	padding-left:10px;
	/**/
	color:#cc0000;
	font-size:16px;
	line-height:34px;
	}	
	
/* Narrow Orange */
div.ctnNarrowOrange {
	width:294px;
	background:url(images/containers/narrow_orange.png) no-repeat left top;
	padding-top:52px;
	position:relative;
	margin:10px 0;
	}
div.ctnNarrowOrange .content {
	background:url(images/containers/narrow_orange.png) no-repeat right bottom;
	padding:0 10px 10px 10px;
	}
div.ctnNarrowOrange .content h2 { 
	position:absolute;
	top:11px;
	left:10px;
	padding-left:10px;
	/**/
	color:#FFF;
	font-size:16px;
	line-height:34px;
	}

div.ctnNarrowOrange .ContentMS h1 {
	position:absolute;
	top:11px;
	left:10px;
	padding-left:10px;
	/**/
	color:#FFF;
	font-size:16px;
	line-height:34px;
}


/*	@ BUTTONS
	======================================================================================== */	

a.styledButton {
	height:29px;
	line-height:29px;
	display:inline-block;
	padding-left:10px;
	background:url(images/general/button.png) no-repeat left top;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	text-shadow:0 1px 0 #000;
	}
	a.styledButton span {
		padding:0 15px 0 5px;
		display:block;
		background:url(images/general/button.png) no-repeat right bottom;
		}
	a.styledButton:hover { color:#ffc90e; }
	
	
/*	@ HOMEPAGE TABS
	======================================================================================== */	
div.homepage .content h2{position:relative;top:0;left:0}
ul.navigationMenu {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	position:absolute;
	top:9px;
	width: 100%;
}
ul.navigationMenu li {
	float: left;
	margin: 0;
	padding: 2px;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background:url("images/containers/tabs.png") no-repeat scroll left top !important;
	width:140px;
}
ul.navigationMenu li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	outline: none;
}
ul.navigationMenu li:hover {
	color:#FFF;
}

ul.navigationMenu li.active { background-position:left -35px !important;}
.tabs {margin-top:-5px;}
.homepage{background:url("images/containers/large_transparent.png") no-repeat scroll left top transparent !important;}

.agencies,
.brokers{padding:10px; height:125px; background:#E4ECEF; position:relative;}

.agencies .iwkAgenciesSearch .searchNote,
.brokers .iwkBrokersSearch .searchNote { padding:0; margin:0; margin-bottom:20px; font-weight:bold; background:#E4ECEF; }

.agencies .iwkAgenciesSearch,
.brokers .iwkBrokersSearch { padding:0;background:#E4ECEF; position:relative; }
.agencies .iwkAgenciesSearch p,
.brokers .iwkBrokersSearch p { margin:6px 0; }
.agencies .iwkAgenciesSearch p label,
.brokers .iwkBrokersSearch p label { display:inline-table; text-transform:uppercase; width:100px; } 
.agencies .iwkAgenciesSearch p select,
.brokers .iwkBrokersSearch p select { width:200px; }
.agencies .iwkAgenciesSearch .ASActions {margin-top:15px;}
.brokers .iwkBrokersSearch .BSActions {margin-top:20px;}
.brokers .iwkBrokersSearch input {width:250px;}

/*	@ AGENCY DETAIL - ABOUT US
	======================================================================================== */
.ownerPhotos	{padding:15px 0;}
.ownerInfo		{padding:10px 20px;}
.ownerInfo .ownerDescription			{line-height:15px;}
.ownerPhotos #slideShow					{position:relative;height:263px;width:350px; margin:auto;}
.ownerPhotos #slideShow img				{position:absolute;top:0;left:0; z-index:8; visibility:hidden; height:263px;width:350px;}
.ownerPhotos #slideShow img.active		{z-index:10;visibility:visible;}
.ownerPhotos #slideShow img.last-active {z-index:9;}
.agencySite h2 {width:100%}
.agencySite h2 a{position:absolute;right:40px; font-size:11px; color:#CC0000; cursor:pointer; text-decoration:underline;}
.brokerSite h2 {width:100%}
.brokerSite h2 a{position:absolute;right:40px; font-size:11px; color:#CC0000; cursor:pointer; text-decoration:underline;}

/*	@ SITE MAP
	======================================================================================== */
	
ul#SiteMap { min-height:250px; line-height:25px; }
ul#SiteMap li { float:left; padding:0px 50px 0px 20px; }
ul#SiteMap li a { background:url(images/general/bullet.png) no-repeat left top; padding:0px 0px 0px 15px; color:#666666; text-decoration:none; }
ul#SiteMap li a:hover { color:#F5940D; text-decoration:underline; }
ul#SiteMap li ul li { clear:both; padding:0px; }

/*	@ FAVORITES
	======================================================================================== */	
.favorites h1{display:none}


/*	@ QUICK SEARCH
	======================================================================================== */	
.iwkQuickSearch {margin-right:30px;}
.iwkQuickSearch .QSearchFieldGroup .QSearchField {background:transparent url(images/backgrounds/searchTxt_bg.png) repeat-x; border:solid 1px #FFC90E; width:180px; color:#CCC;}
.iwkQuickSearch .QSearchAction {display:inline-block;}
.iwkQuickSearch .QSearchAction a{background:transparent url(images/general/search_icon.png)  scroll 0 0; display:block;text-indent:-9999px; height:25px; width:25px; line-height:25px; font-weight:bold}
.favorites h1{display:none}



/*	@ BROKERS
	======================================================================================== */	

.iwkBrokersList { position:relative; }	
.brokerItem { border-bottom:solid 1px #F5940D; position:relative; height:100px; }
.brokerItem .details { margin-left:150px; margin-top:15px; padding-bottom:15px; }
.brokerItem .brokerPhoto { position:absolute; bottom:6px; left:20px; height:100px;  width:100px; padding:1px; border:solid 1px #999999;background:transparent url(images/general/no_image.png) no-repeat  scroll center;   }
.brokerItem .brokerPhoto img { width:100px; height:100px; }
.brokerItem p { line-height:20px; color:#999999; }
.brokerItem p span { color:#666666; }
.brokerItem .brokerName { font-size:16px; color:#CC0000; font-weight:bold; }
.brokerItem .brokerAddress { margin-bottom:5px; max-width:400px; }
.brokerItem .brokerViewDetails { position:absolute; right:0; top:0; }
.brokerItem .brokerEmail a{ color:#CC0000;font-weight:bold; }
.brokerItem .brokerWebsite { left:400px; position:absolute; top:105px; }
.brokerItem .brokerAgency a{text-decoration:underline;color:#666666}


/*	@ BROKERS DETAIL
	======================================================================================== */	
.iwkBrokerDetail p{line-height:19px;}
.iwkBrokerDetail .brokerPhoto{width:175px; min-height:125px; padding:1px; border:solid 1px #999; float:left; margin-right:15px;background:transparent url(images/general/no_image.png) no-repeat  scroll center; }
.iwkBrokerDetail .brokerPhoto img{width:175px; height:233px; vertical-align:middle; }
.iwkBrokerDetail .brokerInfo {float:left; display:block; width:445px; min-height:235px;} 
.iwkBrokerDetail .brokerInfo a{color:#CC0000; font-weight:bold;}
.iwkBrokerDetail .brokerInfo label{font-weight:bold;}
.iwkBrokerDetail .brokerInfo .brokerName { font-size:16px; color:#CC0000; font-weight:bold; margin-bottom:10px}
.iwkBrokerDetail .brokerInfo .brokerEmail span {color:#CC0000; font-weight:bold;}

.iwkBrokerDetail .brokerInfo .brokerAgencyInfo{margin-top:10px;}
.iwkBrokerDetail .brokerInfo .brokerAgencyInfo .agencyName{font-size:14px; color:#CC0000; font-weight:bold;}

.iwkBrokerDetail .brokerInfo .brokerAgencyInfo .agencyPhone{position:absolute; bottom:35px; left:204px;}
.iwkBrokerDetail .brokerInfo .brokerAgencyInfo .agencyFax {position:absolute; bottom:16px; left:204px;}
.iwkBrokerDetail .brokerInfo .brokerAgencyInfo .agencyEmail{position:absolute; bottom:35px; right:20px;}
.iwkBrokerDetail .brokerInfo .brokerAgencyInfo .agencyWebsite {position:absolute; bottom:16px; right:20px; }



/*	@ FACEBOOK
	======================================================================================== */	
.facebook
{	
	background:url("images/general/facebook.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:16px;
	/* margin-right:20px; */
	text-indent:-9999px;
	width:65px;
	height:20px;
	/* margin-top:3px */
	position:absolute;
	right:0px;
	top:15px;
}


/*iWEBKIT*/
/* CSS Identification 
	Project: RealLiving
	Author: Pedro Bernardino - Improxy
*/

/* CSS Index 
	@ SimpleSearch (Homepage)
	@ SimpleSearch (SideColumn)
	@ PropertyList
	@ PropertyDetail
	@ Carousel
	@ Banners
	@ Newsletter
	@ Social Sharing
*/



/*	@ iWebkit SIMPLE SEARCH (Homepage)
	======================================================================================== */	

.homepage .searchNote { padding:10px; padding-bottom:0;  font-weight:bold; background:#E4ECEF; }
.homepage .iwkSimpleSearch { padding:10px; height:140px; background:#E4ECEF; position:relative; }
.homepage .iwkSimpleSearch p { margin:6px 0; }
.homepage .iwkSimpleSearch p label { display:inline-block; text-transform:uppercase; width:100px; } 
.homepage .iwkSimpleSearch p select { width:170px; height:19px}
 .homepage .iwkSimpleSearch p input {width:164px;}
 /* narrow dropdowns */
.homepage .SSearchPrice .minPrice,
.homepage .SSearchPrice .maxPrice,
.homepage .SSearchTypology .minTypology,
.homepage .SSearchTypology .maxTypology {
 	width:83px;
}

 /* invisible fields */
.homepage .SSearchCondition,
.homepage .SSearchArea,
.homepage .SSearchZone,
.homepage .SSearchCountry {
 	display:none;
}

.homepage .SSearchAdvancedLink { position:absolute; top:-29px; right:37px;  }

 /* locations inputs */
.homepage .SSearchLocationGroup {
 	position:absolute;
	left:330px;
	top:0;
}

.homepage .SSearchReference
{
	position:absolute;
	left:330px;
	top:75px;
}

/* submit button */
.homepage .SSearchSubmitAction {
	position:absolute;
	right:35px;
	bottom:15px;
}


/*	@ iWebkit SIMPLE SEARCH (Side Column)
	======================================================================================== */	

.sideColumn .searchNote { padding:10px; padding-bottom:0;  font-weight:bold; background:#E4ECEF; }

.sideColumn .iwkSimpleSearch { padding:10px 10px 30px 15px;  background:#E4ECEF; position:relative; }
.sideColumn .iwkSimpleSearch p { margin:11px 0; }
.sideColumn .iwkSimpleSearch p label { display:inline-table; width:80px; } 
.sideColumn .iwkSimpleSearch p select { width:160px; }
.sideColumn .iwkSimpleSearch p input { width:153px; }
 
 /* narrow dropdowns */
.sideColumn .SSearchPrice .minPrice,
.sideColumn .SSearchPrice .maxPrice,
.sideColumn .SSearchTypology .minTypology,
.sideColumn .SSearchTypology .maxTypology {
 	width:78px;
}

 /* invisible fields */
.sideColumn .SSearchCondition,
.sideColumn .SSearchArea,
.sideColumn .SSearchZone,
.sideColumn .SSearchCountry {
 	display:none;
    }

.sideColumn .SSearchAdvancedLink {
    position:absolute;
    bottom:-21px;
    left:65px;
    }

 /* locations inputs */
.sideColumn .SSearchLocationGroup {
}

/* submit button */
.sideColumn .SSearchSubmitAction {
	padding-top:12px;
	text-align:center;
}



/*	@ iWebkit PROPERTYLIST
	======================================================================================== */	

.iwkPropertyList {
	position:relative;
	padding-top:15px;
	padding-left:10px;
	padding:5px 10px 15px;
}

/* title */
.iwkPropertyList h1.listTitle{
	position:absolute; top:-40px; left:10px;
	color:#cc0000; font-size:16px; line-height:34px;
}

.agencySite .iwkPropertyList h1.listTitle{ display:none; }
.brokerSite .iwkPropertyList h1.listTitle{ display:none; }

/* list header */
.listHeader { 
	border-bottom:1px solid #E4E5E0;
	margin-bottom:20px;
	overflow:auto;
	padding-bottom:10px;
}
.listHeader .listPageSizeSelector { float:left; }
.listHeader .listOrderBySelector { float:right; }
.listHeader .listRecordsFound { 
	position:absolute; top:-32px; right:10px;
	}

/* property item */
.listItem { border-bottom:1px solid #e4e5e0; margin-bottom:20px; padding-bottom:20px; position:relative; overflow:auto; }
.listItem .listItemPhoto { width:140px; height:104px; float:left; background:#e9e9e9 url(images/general/no_image.png) no-repeat center center; }
.listItem .listItemPhoto img { width:140px; height:104px; }
.listItem .listItemDetails { float:left;  position:relative; width:440px; margin-left:20px; }

	/* detail fields positioning */
	.listPropertyPrice 		{ position:absolute; top:0; left:0; width:400px; }
	
	.listPropertyType 		{ margin-top:30px; margin-bottom:1px;  }
	.listPropertyLocation 	{ margin-bottom:12px; }
	.listPropertyPurpose 	{ }
	.listPropertyCondition 	{ }
	.listPropertyReference 	{ position:absolute; top:75px; left:220px; }
	.listPropertyNettArea 	{ position:absolute; top:93px; left:220px; }
	.listPropertyViewDetail	{ position:absolute; top:0px; right:0px; }

	/* hidding fields */
	.listPropertyCountry,
	.listPropertyDistrict,
	.listPropertyCounty,
	.listPropertyParish,
	.listPropertyZone,
	.listPropertyYear,
	.listPropertyFloorArea {
		display:none;
	}
	
	/* hidding field labels */
	.listPropertyLocation label,
	.listPropertyType label,
	.listPropertyPrice label {
		display:none;
	}
	
	/* Typography */
	.listItemDetails 					{ color:#999999; }
	.listItemDetails label 				{ color:#666666; }
	.listPropertyPrice 					{ color:#CC0000; font-size:18px; }
	.listPropertyType 					{ color:#CC0000; font-weight:bold; font-size:14px; }
	.listPropertyLocation				{ font-weight:bold; }
	.listPropertyViewDetail a			{ color:#CC0000; background:#0F0; background:url(images/general/bullet.png) no-repeat left center; padding-left:10px; text-decoration:none; }
	.listPropertyViewDetail a:hover		{ text-decoration:underline; }


/* pager */

.iwkPager { text-align:right; }
.iwkPager a { text-decoration:none; color:#CC0000; font-size:11px; font-weight:bold; margin:0 1px; padding:0 5px; }
.iwkPager a.current,
.iwkPager a.current:hover { background-color:#CC0000; color:#FFF; cursor:default; }
.iwkPager a:hover 	{ background-color:#FF8F0E; color:#FFF;  }



/*	@ iWebkit PROPERTY DETAIL
	======================================================================================== */	
	
.iwkPropertyDetail { position:relative; }

/* navigation*/
ul#navigation { 
	position:absolute;
	top:-32px;
	right:0;
	}
ul#navigation li { 
	float:left; 
	margin:0 10px; 
	}
ul#navigation li a { 
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	}		
	ul#navigation li a:hover	{ color:#ffc90e; }
	ul#navigation li a.active 	{ color:#CC0000; }

/* typography */
.iwkPropertyDetail 				{ color:#666666; }
.iwkPropertyDetail label 		{ color:#666666; font-weight:bold; }
.iwkPropertyDetail #tabMainInfo{ color:#999999; }

	/* actions */
	#pnlActions { position:absolute; top:350px; left:15px; }
	#pnlActions li { 
		display:block;
		float:left;
		cursor:pointer;
		
		width:100px;
		height:39px;
		
		padding-top:31px;
		margin:0 10px;
		
		font-size:11px;
		font-weight:bold;
		text-align:center;
		line-height:11px;
	
		background:url(images/general/property_actions.png) no-repeat top left;
	}
	#pnlActions li:hover { color:#ffc90e; }
	#pnlActions li.propertyScheduleVisit 	{ background-position:0 0;}
	#pnlActions li.propertyRequestInfo 		{ background-position:-100px 0;}
	#pnlActions li.propertyRecommend 		{ background-position:-200px 0;}
	#pnlActions li.propertyPrint 			{ background-position:-300px 0;}
	#pnlActions li.propertyAddFavorite 		{ background-position:-400px 0;}

	/* main info */
	
	#tabMainInfo { min-height:425px; padding-left:345px; }
	#tabMainInfo p { margin-bottom:6px; }	
	
	.propertyInfoPhoto { position:absolute; top:0; left:2px; }
	.propertyInfoPhoto img { width:320px; height:240px; }
	
	.propertyInfoType { color:#CC0000; font-size:22px; line-height:22px; margin-bottom:45px !important; }
	.propertyInfoType label { display:none; }
	
	.propertyInfoPrice { position:absolute; top:30px; color:#CC0000; font-size:16px; }
	.propertyInfoPrice label { display:none;  }
	
	.propertyInfoCountry,
	.propertyInfoDistrict,
	.propertyInfoCounty,
	.propertyInfoParish { 
		display:none;
	 }
	 
	 /* tab description */
	 #tabDescription .descriptionDescription { display:none; }
	 #tabDescription .descriptionComercialComments label { display:none; }
	 
	 /* tab info request */
	
	#tabInfoRequest 				{ position:relative; margin-top:25px; }
	#tabInfoRequest label 			{ display:block; }
	#tabInfoRequest p 				{ margin-bottom:5px; }
	#tabInfoRequest input 			{ width:290px; }
	#tabInfoRequest textarea 		{ height:90px; width:290px; }
	#tabInfoRequest select 			{ width:170px; }
	#tabInfoRequest span.ck input 	{ background:none; border:none; margin:0 3px 0 0; padding:0; vertical-align:sub; width:auto; }
	#tabInfoRequest span.ck label 	{ display:inline; }
	
	.requestTitle 					{ display:none; }
	.requestNote 					{ line-height:25px; }
	.requestPurpose 				{ left:315px; position:absolute; top:47px; width:190px; }
	.requestCalendar 				{ left:315px; position:absolute; top:90px; width:190px; }
	.requestSchedule 				{ left:315px; position:absolute; top:132px; width:190px; }
	.requestAccomplishTime 			{ left:315px; position:absolute; top:176px; width:190px; }
	.requestSendAction 				{ left:315px; position:absolute; top:247px; }	 
	
	/* tab owner info */
	
	.ownerCommercialDesignation { color:#FFFFFF; font-size:16px; line-height:34px; padding-left:10px; position:absolute; top:11px; left:10px; font-weight:bold; }
	
	#tabOwner label { color:#666666; font-weight:bold; }
	.ownerName { color:#CC0000; font-weight:bold; text-align:center; margin-bottom:10px; }
	.ownerAddress { margin-bottom:5px; }
	.ownerAddress label { display:block; }
	.ownerName label { display:none; }
	
	.ownerNote { margin-top:7px }
	
	.ownerLogo,
	.ownerWebsite,
	.ownerAPEMIP { display:none; }
	
	.ownerExtraInfoGroup { display:block; margin-top:7px; }
	
	/* tab features */
	#tabFeatures {}
	#tabFeatures h3 { margin-bottom:12px; }
	#tabFeatures .CaractNivel0 { font-weight:bold; font-size:14px; }
	#tabFeatures .CaractNivel1 { font-size:12px; padding-left:10px; }
	#tabFeatures .CaractNivel2 { font-size:12px; padding-left:20px; }

    /* tab Photos */
    #tabPhotos { position:absolute; top:0; }
    #tabPhotos .iwkGallery li { float:left; margin:2px; }
    #tabPhotos .iwkGallery .mainPhoto { margin-left:2px; margin-bottom:2px; background:#E4ECEF; line-height:0px !important; }
    
    #tabPhotos .iwkGallery .startSlideshow,
    #tabPhotos .iwkGallery .stopSlideshow { display:none; }
    
    #tabPhotos .iwkGallery .pagingInfo { left:320px; position:absolute; text-align:center; top:315px; width:50px; }
    
    #tabPhotos .iwkGallery .nextPhoto,
    #tabPhotos .iwkGallery .prevPhoto { color:#FFF; background:#CC0000; position:absolute; top:315px; font-weight:bold; padding:0 4px; }
    #tabPhotos .iwkGallery .prevPhoto { left:303px; }
    #tabPhotos .iwkGallery .nextPhoto { left:372px; }
    
    /* tab Photos 360 */
    
    .dPhoto360 { text-align:center; margin:10px 0px 0px 0px; }
    
    /* Simulador */
    .simulador { width:120px; height:60px; margin:5px 15px; margin:0 auto; }


/*	@ iWebkit CAROUSEL
	======================================================================================== */	

.CarouselHolder .CarouselRow .CarouselItem { padding: 8px; }
.CarouselHolder .CarouselRow .CarouselItem .CarouselImageBack { border:solid 10px transparent; }

.PropertyCarousel .CarouselImage 			{ border:2px solid #D0D0D0; margin-bottom:2px; }
.PropertyCarousel .CarouselTitleLink 		{ color:#CC0000; }            
.PropertyCarousel .CarouselContent 			{ font-size:11px; }            
.PropertyCarousel .CarouselPurpose 			{ font-size:11px; color:#999999; }
.PropertyCarousel .CarouselPrice 			{ font-size:11px; color:#999999; }            
.PropertyCarousel .RedirectButton 			{ }
.PropertyCarousel .RedirectButton a 		{ }



/*	@ iWebkit BANNERS
	======================================================================================== */	

.dBanner { margin:10px 0;  }


/*	@ iWebkit NEWSLETTERS
	======================================================================================== */		
.newsletter h2{display:none}
.newsletter input { 
	height:21px;
	line-height:21px;
	width:169px;
}


/*	@ iWebkit NEWS
	======================================================================================== */		
	
.iwkArticleList {}


.newsPreview .articleItem 		{ position:relative; }
.newsPreview .articlePhoto 		{ display:none; }

.newsPreview .articleTitle 		{ }
.newsPreview .articleTitle a 	{ color:#cc0000; font-weight:bold; }

.newsPreview .articleBody 		{ margin:5px 0; padding-bottom:20px; }
.newsPreview .articleBody a 	{  }
.newsPreview .articleDate		{ }

.newsPreview .iwkArticleList h1, .news .iwkArticleList h1 { display:none; }

.newsPreview .btnViewAll {
	margin-top:10px;
	padding-top:0px;
	border-top:1px solid #e4e5e0;
	color:#CC0000;
	background:url(images/general/bullet.png) no-repeat left center;
 	padding-left:10px; 
 	text-decoration:none;
	}
	.newsPreview .btnViewAll:hover { text-decoration:underline; }

.news { padding-top:10px; }

.news .iwkArticleDetail, 
.news .iwkArticleList 					{ margin-right:10px; }

.news .articleItem 						{ margin:10px 0 35px 135px; position:relative; }
.news .articleItem a.viewMore 			{ display:block; }

.news .iwkArticleList a.btnViewAll 		{ display:inline-block; margin-top:5px; }
.news .iwkArticleDetail .articleItem 	{ margin-bottom:10px; }

.news .articlePhoto 		{ left:-131px; position:absolute; top:0; }
.news .articlePhoto img 	{ height:88px; padding:1px; width:114px; }

.news .articleTitle 		{ color:#cc0000; font-size:14px; font-weight:bold; margin-bottom:4px; }
.news .articleBody 			{ border-bottom:1px solid #e4e5e0; border-top:1px solid #e4e5e0; padding-bottom:5px; padding-top:3px; }
.news .articleDate 			{ font-size:10px; }
.news .articleBackLink 		{ margin-bottom:5px; text-align:right; }



/*	@ iWebkit AGENCIES
	======================================================================================== */		
	
.agencyDetails .ownerLogo { display:block; text-align:center }
.agencyDetails .ownerLogo img { max-width:150px; }
.agencyDetails label { font-weight:bold; }
.agencyBrokers li a{color:#666;text-decoration:none; font-weight:bold}
.agencyBrokers li a:hover {text-decoration:underline;}


/*	@ iWebkit ADVANCED SEARCH
	======================================================================================== */		
	
.iwkAdvancedSearch { position:relative; padding-top:15px; }
.ASearchPurposeGroup {
    float:left;
    margin-right:30px;
    overflow:auto;
    width:320px;
    }
.ASearchTypeGroup {
    float:left;
    overflow:auto;
    width:320px;
    }    
.ASearchLocationGroup  {
    float:left;
    margin-top:30px;
    overflow:auto;
    width:672px;
    }
.ASearchPropertyCaracterizationGroup  {
    float:left;
    margin-top:30px;
    overflow:auto;
    width:672px;
    }
.ASearchReference, 
.ASearchClassifiedProperties {
    display:none;
    }    
.ASearchOtherFeaturesGroup  {
    float:left;
    margin-top:30px;
    overflow:auto;
    width:672px;
    }    
.ASearchSearchConfigurationsGroup  {
    float:left;
    margin-top:30px;
    overflow:auto;
    width:672px;
    }    
.ASearchNote {
    clear:both;
    display:block;
    margin-bottom:35px;
    position:relative;
    top:19px;
    }    
    
.ASearchGroupTitle {
    display:block;
    font-weight:bold;
    margin-bottom:5px;
    font-size:13px;
    color:#CC0000;
    }    
.ASearchPurposeGroup p,
.ASearchTypeGroup p,
.ASearchLocationGroup p,
.ASearchPropertyCaracterizationGroup p { 
    float:left; 
    }
    
    
.ASearchFeatures p { margin-bottom:7px; }
.ASearchOtherFeaturesGroup span { display:block !important; font-weight:bold; }    
.ASearchOtherFeaturesGroup span.chk { display:inline-block !important; width:80px; }    
    
.ASearchPropertyCaracterizationGroup p { margin-right:38px !important; }

.ASearchSearchConfigurationsGroup p { float:left;  margin-right:70px !important; }
.ASearchSearchConfigurationsGroup span.chk label { min-width:0 !important; }

.iwkAdvancedSearch p { margin-right:10px; }
.iwkAdvancedSearch p span { display:block; }
.iwkAdvancedSearch select { width:138px; }
.iwkAdvancedSearch select.range { width:65px !important; }
.iwkAdvancedSearch input.range { width:70px; }
.iwkAdvancedSearch span.chk { margin-right:10px; width:auto; display:inline-block !important; font-weight:normal; }
.iwkAdvancedSearch span.chk input { vertical-align:middle; }
.iwkAdvancedSearch span.chk label { display:inline-block; font-weight:normal; margin-left:2px; min-width:120px; vertical-align:middle; }



/*	@ iWebkit RECRUITMENT
	======================================================================================== */	

.iwkRecruitment { position:relative; }	

.iwkRecruitment span { display:inline-block; width:150px; margin-right:4px; text-align:right; vertical-align:top; }
.iwkRecruitment .btnSubmit span { width:auto; }
.iwkRecruitment input { width:300px; }
.iwkRecruitment textarea { width:300px; height:50px; }

.recruitmentGroupTitle,
.recruitmentNote,
.recruitmentWWSalesMan,
.recruitmentWWAdministrative,
.recruitmentWWOther,
.recruitmentReasonsForCandidature,
.recruitmentImmediateEntry,
.recruitmentConditionalEntry,
.btnClear
{ display:none; }

.recruitmentQualificationsGroup,
.recruitmentProfissionalSituationGroup,
.recruitmentProfissionalExperienceGroup
{ display:none; }

.recruitmentActions { margin-top:5px; padding-left:155px; }



/*	@ iWebkit RECRUITMENT
	======================================================================================== */	

body.print              { background:#FFF; }
body.print #dHeader     { height:110px; }
body.print #dStage      { width:800px }
body.print #dBody       { padding-bottom:50px; }

#iwkPropertyPrint_pnlPrint { position:relative; }	
#iwkPropertyPrint_lblDate { display:none; }

#iwkPropertyPrint_pnlPrint #header { padding-left:230px; margin-top:30px; }
#iwkPropertyPrint_pnlPrint #header .photo { position:absolute; top:0; left:0; }
#iwkPropertyPrint_pnlPrint #header #iwkPropertyPrint_lblType { font-size:20px; color:#CC0000;  line-height:25px; }
#iwkPropertyPrint_pnlPrint #header .reference { position:absolute; right:0; top:0; }
#iwkPropertyPrint_pnlPrint #header .location { margin-bottom:22px; }

#iwkPropertyPrint_pnlPrint #iwkPropertyPrint_pnlDescription { margin-top:20px; }
#iwkPropertyPrint_pnlPrint #iwkPropertyPrint_pnlDescription .title { font-size:14px; color:#CC0000; }

#iwkPropertyPrint_pnlPrint #iwkPropertyPrint_pnlFeatures { margin-top:20px; }
#iwkPropertyPrint_pnlPrint #iwkPropertyPrint_pnlFeatures .title { font-size:14px; color:#CC0000; }
#iwkPropertyPrint_pnlPrint #iwkPropertyPrint_pnlFeatures .CaractNivel0 {  }
#iwkPropertyPrint_pnlPrint #iwkPropertyPrint_pnlFeatures .CaractNivel1 { margin-left:10px;  }
#iwkPropertyPrint_pnlPrint #iwkPropertyPrint_pnlFeatures .CaractNivel2 { margin-left:20px; }

#iwkPropertyPrint_pnlPrint #broker { position:absolute; top:-150px; right:0; text-align:right; color:#e9e9e9; }
#iwkPropertyPrint_pnlPrint #broker .logo { display:none; }
#iwkPropertyPrint_pnlPrint .name { font-weight:bold; font-size:14px; }
#iwkPropertyPrint_pnlPrint #iwkPropertyPrint_lblEmail { display:none; }
#iwkPropertyPrint_pnlPrint .iwkPropertyPrint_lblAddress {  }
#iwkPropertyPrint_pnlPrint .number { margin-top:10px; }



/*	@ iWebkit AGENCIES
	======================================================================================== */	

.iwkAgencyList { position:relative; }	
.agencyItem { border-bottom:solid 1px #F5940D; position:relative; }
.agencyItem .details { margin-left:150px; margin-top:15px; padding-bottom:15px; }
.agencyItem .agencyPhoto { position:absolute; top:0; left:0; }
.agencyItem .agencyPhoto img { width:125px; }
.agencyItem p { line-height:20px; color:#999999; }
.agencyItem p span { color:#666666; }
.agencyItem .agencyName { font-size:16px; color:#CC0000; font-weight:bold; }
.agencyItem .agencyAddress { margin-bottom:5px; max-width:400px; }
.agencyItem .agencyViewDetails { position:absolute; right:0; top:0; }
.agencyItem .agencyEmail { left:400px; position:absolute; top:84px; }
.agencyItem .agencyWebsite { left:400px; position:absolute; top:105px; }



/*	@ iWebkit CONTACTS
	======================================================================================== */	

.iwkContactForm { position:relative; margin-top:30px; }	
.iwkContactForm span { display:inline-block; width:85px; margin-right:4px; text-align:right; vertical-align:top; }
.iwkContactForm .btnSubmit span { width:auto; }
.iwkContactForm input { width:200px; }
.iwkContactForm textarea { width:500px; height:85px; }
.iwkContactForm .contactName input { width:500px; }

.iwkContactForm .contactCompany { position:absolute; top:30px; left:300px; }
.iwkContactForm .contactEmail { position:absolute; top:62px; left:300px; }

.iwkContactForm .contactNotes span { width:100%; text-align:left; font-size:10px; padding-left:90px; }
.iwkContactForm .btnSend { margin-left:90px; margin-top:10px; }
.iwkContactForm .styledButton span { width:inherit; }

/*	@ iWebkit GENERAL ERROR PAGE
	======================================================================================== */	
	
.iwkGeneralError {margin:100px 0; color:#CC0000;width:985px;text-align:center;}
.iwkGeneralError .errorImage{background:transparent url(images/general/warning_icon.png) no-repeat 0 0; width:107px;height:93px; margin:auto}
.iwkGeneralError p{font-weight:bold;}
.iwkGeneralError a{color:#CC0000; display:block;font-size:11px;}
.iwkGeneralError .errorMessage{font-size:14px; margin-top:20px; color:#444;}
.iwkGeneralError .btnGoBack{margin-top:20px;}

/*	@ iWebkit LANGUAGE FLAGS
	======================================================================================== */	
#dSecNav { }
#dSecNav .iwkLanguagePicker a{text-indent:-9999px; display:block;float:left; height:11px;width:16px; background:url(images/general/flags.png) no-repeat 0 0 scroll; }
#dSecNav .iwkLanguagePicker .pt{background-position:0 0; margin-right:5px; }
#dSecNav .iwkLanguagePicker .en{background-position:0 -11px; }


/*	@ Social Sharing
	======================================================================================== */	
	
#dTwitter { display:none; }

#dFacebookLike { display:none; }

.socialSharing { position:relative; }

.socialSharing .facebookStyle { display:none;
    border: 1px solid;
    display: block;
    width: 65px;
    padding: 4px 5px;	
    background-color: #ECEEF5;
    border-color:#CAD4E7;
    padding: 2px 4px;
    margin:0px 0px -5px 560px;
}

.socialSharing #dFacebookShare a {
    display:inline-block;
    background: url("images/general/socialIcons.png") no-repeat scroll left -47px transparent;
    color: #3B5998 !important;
    display: block;
    padding-left: 17px;
    white-space: nowrap;
    line-height: 14px;
    cursor: pointer;
    text-decoration: none;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size:11px;
    text-transform:capitalize;
    
}
