/* CSS Identification 
	Project: RealLiving
	Author: Pedro Bernardino - Improxy
*/

/* CSS Index 
	@ SimpleSearch (Homepage)
	@ SimpleSearch (SideColumn)
	@ PropertyList
	@ PropertyDetail
	@ Carousel
	@ Banners
	@ Newsletter
*/



/*	@ 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-table; text-transform:uppercase; width:100px; } 
.homepage .iwkSimpleSearch p select { width:170px; }
 .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:80px;
    }

 /* 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; }

/* 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; }
    
    
    /* 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; }


/*	@ 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;}
#dSecNav .iwkLanguagePicker .pt{background:url(images/general/pt.gif) no-repeat scroll; margin-right:5px; }
#dSecNav .iwkLanguagePicker .en{background:url(images/general/en.gif) no-repeat scroll; }