﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
	display: block;
}

body
{
	line-height: 1;
	background-color: #ececec;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

	blockquote:before, blockquote:after,
	q:before, q:after
	{
		content: '';
		content: none;
	}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

html, body
{
	height: 100%;
}

strong
{
	font-weight: bold;
}



/*   Conteudo   */


#header
{
	padding: 10px 10px 10px 70px;
	background-color: #D1005D;
	border-bottom: 1px solid #fff;
	margin: 0 0 10px 0;
	height: 35px;
}

#logoHeader
{
	position: absolute;
	width: 60px;
	height: 75px;
	background: url(Images/Logos/logo.png) no-repeat left top;
	top: 3px;
	left: 3px;
}

	#logoHeader:active
	{
		background-position: left bottom;
	}

.headerMenu
{
	position: relative;
}

	.headerMenu > ul
	{
		width: 100%;
		padding: 35px 0 0 0;
		overflow: hidden;
		height: 0;
		position: absolute;
		z-index: 1000;
	}

		.headerMenu > ul > li
		{
			display: block;
			border-bottom: 1px solid #6e0e3b;
			background-color: #861248;
		}

	.headerMenu li ul li
	{
		display: block;
	}

	.headerMenu li a
	{
		display: block;
		height: 35px;
		text-decoration: none;
		padding: 0 10px;
	}

	.headerMenu li ul li a
	{
		padding: 0 0 0 20px;
		height: 30px;
		border-top: 1px solid #6e0e3b;
		background: url(Images/Icons/button_child.png) no-repeat 10px 5px;
	}

	.headerMenu li ul li ul li a
	{
		padding: 0 0 0 40px;
		height: 30px;
		background: url(Images/Icons/button_child.png) no-repeat 30px 5px;
	}

	.headerMenu li a:active
	{
		background-color: #540b2d;
	}

	.headerMenu li a span
	{
		display: block;
		line-height: 35px;
		color: #fff;
		font-size: 15px;
		font-weight: bold
	}

	.headerMenu li li a span
	{
		display: block;
		line-height: 30px;
		color: #fff;
		font-size: 12px;
		font-weight: normal;
	}

.activeTab
{
	position: absolute;
	top: 0;
	left: 0;
	height: 35px;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

li.activeTab a
{
	border: none;
}

.activeTab a span
{
	background: url(Images/Icons/icon_active_tab.png) no-repeat right center;
	font-weight: bold;
}

.activeTabOpen
{
	position: absolute;
	top: 0;
	left: 0;
	height: 35px;
	width: 100%;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

li.activeTabOpen a
{
	border: none;
	background-color: #540b2d;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.activeTabOpen a span
{
	background: #540b2d url(Images/Icons/icon_active_tab_up.png) no-repeat right center;
	font-weight: bold;
}


#content
{
	padding: 32px 8px 10px 8px;
}

.contentTools
{
	position: absolute;
	right: 10px;
	top: -5px;
}

.detailBackButton
{
	padding: 10px 10px;
	float: left;
	background-color: #861248;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

	.detailBackButton:active
	{
		background-color: #540b2d;
	}

.savePropertyButton
{
	padding: 10px 10px 10px 25px;
	float: left;
	background: #fff url(Images/Icons/favorites_s.png) no-repeat 8px center;
	color: #D1005D;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0 5px 0 0;
	border-bottom: 1px solid #ddd;
}

	.savePropertyButton:active
	{
		background-color: #540b2d;
	}

.saveSearchButton
{
	padding: 10px 10px 10px 25px;
	float: left;
	background: #fff url(Images/Icons/searches_s.png) no-repeat 10px center;
	color: #D1005D;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}

	.saveSearchButton:active
	{
		background-color: #540b2d;
	}


.contentTitle
{
	font-size: 16px;
	font-weight: bold;
	color: #555;
	line-height: 35px;
	padding: 0 0 0 5px;
}

.navigationButtons
{
	margin: 0 0 20px 0;
}

	.navigationButtons a
	{
		width: 49%;
		height: 42px;
		line-height: 40px;
		font-size: 13px;
		color: #737373;
		text-decoration: none;
		display: inline-block;
		padding: 0;
	}

		.navigationButtons a span
		{
			height: 40px;
			line-height: 40px;
			font-size: 13px;
			color: #737373;
			text-decoration: none;
			padding: 0 5px;
			margin: 1px;
			background: #fff url(Images/Icons/icon_button.png) no-repeat right center;
			display: block;
			border-radius: 3px;
			white-space: nowrap;
			overflow: hidden;
		}

		.navigationButtons a:active span
		{
			background: #D1005D url(Images/Icons/icon_button_active.png) no-repeat right center;
			color: #fff;
		}

#wrap
{
	min-height: 100%;
}

#main
{
	overflow: auto;
	padding-bottom: 60px;
}

#footer
{
	position: relative;
	margin-top: -60px;
	height: 60px;
	clear: both;
	background-color: #D1005D;
}

.favorites, .searches
{
	float: left;
	padding: 8px 12px 12px 6px;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	text-align: center;
	background: url(Images/Backgrounds/buttons_footer.png) no-repeat right top;
	position: relative;
}

	.favorites span
	{
		padding: 0 0 0 30px;
		font-size: 21px;
		font-weight: bold;
		display: block;
		background: url(Images/Icons/favorites.png) no-repeat left center;
	}

	.searches span
	{
		padding: 0 0 0 30px;
		font-size: 21px;
		line-height: 24px;
		font-weight: bold;
		display: block;
		background: url(Images/Icons/searches.png) no-repeat left top;
	}

	.favorites.favoriteOn span
	{
		background: url(Images/Icons/favorites_active.png) no-repeat left center;
	}

	.favorites.favoriteOn
	{
		background: #a51d5c url(Images/Backgrounds/buttons_footer.png) no-repeat right top;
	}

	.searches.searchesOn
	{
		background: #a51d5c url(Images/Backgrounds/buttons_footer.png) no-repeat right top;
	}

		.searches.searchesOn span
		{
			background: url(Images/Icons/searches_active.png) no-repeat left center;
		}

.languageInfo
{
	float: left;
	padding: 10px 0 0 10px;
}

	.languageInfo a
	{
		font-size: 11px;
		color: #fff;
		line-height: 20px;
	}

.contactInfo
{
	float: right;
	padding: 5px 0px 0 0;
	color: #650733;
}

	.contactInfo p
	{
		color: #650733;
		font-size: 9px;
		text-align: center;
	}

.contactInfoTitle
{
	font-size: 13px;
	font-weight: bold;
}

.phoneNumber
{
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	color: #650733;
	background: url(Images/Icons/phone.png) no-repeat left center;
	padding: 0 0 0 16px;
}

.email
{
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
}

.propertySpotlightMenu
{
	height: 30px;
	line-height: 30px;
}

	.propertySpotlightMenu a
	{
		background-color: #acacac;
		height: 30px;
		line-height: 30px;
		float: left;
		padding: 0 5px;
		margin: 0 2px 0 0;
		font-size: 13px;
		color: #fff;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		text-decoration: none;
	}

		.propertySpotlightMenu a:active
		{
			background-color: #555;
		}

		.propertySpotlightMenu a.spotlightActiveTab
		{
			background-color: #fff;
			color: #555;
		}

.propertySpotlightDisplay
{
	background-color: #fff;
	padding: 10px;
}

.propertySpotlightPic
{
	position: relative;
}

.propertySpotlightLabel
{
	position: absolute;
	bottom: 0;
	height: 50px;
	background: url(Images/Backgrounds/bg_label.png) repeat left top;
	width: 100%;
	padding: 10px 0 0 0;
	color: #fff;
}

.propertySpotlightPrice
{
	float: left;
	padding: 0 0 0 10px;
	font-size: 15px;
}

	.propertySpotlightPrice strong
	{
		font-size: 13px;
		line-height: 17px;
	}

	.propertySpotlightPrice a
	{
		font-size: 15px;
		color: #fff;
		text-decoration: none;
	}
/*.propertySpotlightLabel a{
	float: right;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 10px 0 0;
	padding: 0 30px 0 0;
	line-height: 24px;
	background: url(Images/Icons/icon_spotlight_link.png) no-repeat right center;
}*/

.backButton a
{
	display: block;
	background-color: #a6a6a6;
	border-radius: 3px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	font-size: 14px;
	margin: 0 0 2px 0;
}

.backButton.currentBack a
{
	background-color: #888;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.backButton a:active
{
	background-color: #333;
}

.backButton a span
{
	padding: 0 0 0 10px;
	margin: 0 0 0 5px;
	background: url(Images/Icons/icon_back_nav.png) no-repeat left center;
}

.filterResult
{
	background-color: #fff;
	padding: 0 6px 8px 6px;
}

.filterGroup
{
	display: inline-block;
	height: 28px;
	margin: 7px 5px 0 0;
}

	.filterGroup a
	{
		display: inline-block;
		height: 26px;
		line-height: 26px;
		padding: 0 7px;
		font-size: 12px;
		color: #606060;
		text-decoration: none;
		border-top: 1px solid #e9e9e9;
		border-left: 1px solid #e9e9e9;
		border-bottom: 1px solid #e9e9e9;
	}

		.filterGroup a:last-child
		{
			border-top: 1px solid #e9e9e9;
			border-right: 1px solid #e9e9e9;
			border-bottom: 1px solid #e9e9e9;
			-webkit-border-top-right-radius: 3px;
			-webkit-border-bottom-right-radius: 3px;
			-moz-border-radius-topright: 3px;
			-moz-border-radius-bottomright: 3px;
			border-top-right-radius: 3px;
			border-bottom-right-radius: 3px;
		}

		.filterGroup a:first-child
		{
			-webkit-border-top-left-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-topleft: 3px;
			-moz-border-radius-bottomleft: 3px;
			border-top-left-radius: 3px;
			border-bottom-left-radius: 3px;
		}

		.filterGroup a.activeSearch, .filterGroup a:active
		{
			color: #fff;
			background-color: #40a6d9;
			border-color: #2996cc;
		}

.searchResultProperties
{
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 10px 0 10px 0;
}

.searchResultProperty
{
	border-bottom: 1px solid #eee;
	height: 80px;
	position: relative;
}

	.searchResultProperty:last-child
	{
		border-bottom: none;
	}

	.searchResultProperty a
	{
		display: block;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		color: #777;
		height: 100%;
		padding: 0 10px;
	}

		.searchResultProperty a:active
		{
			background-color: #eee;
		}

		.searchResultProperty a img
		{
			float: left;
			margin: 10px 10px 0 0;
		}

	.searchResultProperty .propertyIcons
	{
		position: absolute;
		top: 10px;
		right: 0px;
	}

.propertyIcons a
{
	float: left;
	margin: 0 0 0 6px;
	height: 12px;
	background-position: left bottom;
}

	.propertyIcons a:hover
	{
		background-position: left bottom;
	}

.propertyIconMIcon
{
	width: 15px;
	background: url(Images/Buttons/MillenniumSprite.png) no-repeat left top;
}

.propertyType
{
	font-size: 15px;
	color: #D1005D;
	padding: 10px 0 0 0;
}

.propertyPrice
{
	font-weight: bold;
	margin: 5px 0 0 0;
	font-size: 13px;
	line-height: 11px;
	color: #525252;
}

	.propertyPrice span
	{
		font-weight: normal;
		font-size: 11px;
		color: #999;
		font-style: italic;
	}

.searchResultPages
{
	background-color: #a21c5a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 13px;
}

.searchResultPagesBack
{
	float: left;
	color: #fff;
	background-color: #D1005D;
	height: 26px;
	line-height: 26px;
	margin: 7px 0 0 7px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 10px;
	font-size: 13px;
}

.searchResultPagesForward
{
	float: right;
	color: #fff;
	background-color: #D1005D;
	height: 26px;
	line-height: 26px;
	margin: 7px 7px 0 0;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 10px;
	font-size: 13px;
}

	.searchResultPagesBack:active, .searchResultPagesForward:active
	{
		background-color: #540b2d;
	}

.detailHeader
{
	position: relative;
}

.propertyDetailType
{
	font-size: 18px;
	font-weight: bold;
	color: #D1005D;
	padding: 10px 0 0 0;
}

.propertyDetailLocation
{
	font-size: 12px;
	color: #727272;
	padding: 3px 0;
}

.propertyDetailPrice
{
	font-size: 15px;
	font-weight: bold;
	color: #505050;
}

	.propertyDetailPrice span
	{
		font-size: 12px;
		font-weight: normal;
		font-style: italic;
		color: #929292;
	}

.detailPicture
{
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 10px 0;
	position: relative;
}

.picBack
{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: -5px;
	margin-top: -25px;
	background: url(Images/Icons/pic_back.png) no-repeat left top;
}

.picForward
{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	right: -5px;
	margin-top: -25px;
	background: url(Images/Icons/pic_forward.png) no-repeat left top;
}

	.picBack:active, .picForward:active
	{
		background-position: left bottom;
	}

.detailDescription
{
	font-size: 12px;
	line-height: 16px;
	color: #525252;
	padding: 5px;
}

.detailForm
{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	background-color: #ddd;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

	.detailForm p
	{
		font-size: 17px;
		color: #D1005D;
		font-weight: bold;
	}

.inputButton
{
	width: 90%;
	background: #D1005D;
	background: -moz-linear-gradient(top, #D1005D 0%, #a41d5c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1005D), color-stop(100%,#a41d5c));
	background: -webkit-linear-gradient(top, #D1005D 0%,#a41d5c 100%);
	background: -o-linear-gradient(top, #D1005D 0%,#a41d5c 100%);
	background: -ms-linear-gradient(top, #D1005D 0%,#a41d5c 100%);
	background: linear-gradient(top, #D1005D 0%,#a41d5c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1005D', endColorstr='#a41d5c',GradientType=0 );
	border: none;
	color: #fff;
	height: 36px;
	font-size: 15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: #56072c 0 1px 1px;
	font-weight: bold;
	margin: 15px 0 5px 0;
}

	.inputButton:active
	{
		background: #861248;
	}

.formLabel
{
	width: 100%;
	display: block;
	text-align: left;
	line-height: 20px;
	font-size: 13px;
	padding: 7px 0 0 0;
}

.radioLabel
{
	display: inline-block;
	text-align: left;
	line-height: 20px;
	font-size: 12px;
	padding: 15px 0 0 0;
}

.leadDisclaimer
{
	color: #40a6d9;
	text-decoration: underline;
	font-size: 13px;
	cursor: pointer;
}

.detailFormBox
{
	position: relative;
}

.detailFormMessage
{
	position: absolute;
	width: 100%;
	visibility: hidden;
	top: 50%;
}

	.detailFormMessage p
	{
		font-size: 14px;
		color: #C36;
		font-weight: bold;
	}

		.detailFormMessage p a
		{
			font-size: 14px;
			color: #40A6D9;
		}

.detailFormBox textarea
{
	width: 98%;
	border: 1px solid #bbb;
	font-size: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 50px;
	line-height: 16px;
	background: url(Images/Backgrounds/bg_textbox.png) no-repeat left top;
}

.inputText
{
	width: 98%;
	border: 1px solid #bbb;
	font-size: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	background: url(Images/Backgrounds/bg_textbox.png) no-repeat left top;
}


.footerFavorites
{
	background-color: #a51d5c;
	bottom: 60px;
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	overflow: hidden;
	height: 150px;
}

.footerFavoritesContent
{
	margin: 10px;
	overflow: auto;
}

.favoriteProperty
{
	width: 90px;
	background-color: #8d184f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	text-align: center;
	height: 120px;
	float: left;
	margin: 12px 6px 0 0;
	border: 1px solid #801647;
	white-space: normal;
}

	.favoriteProperty a
	{
		color: #fff;
		padding: 5px;
		display: block;
		text-decoration: none;
		line-height: 13px;
	}

		.favoriteProperty a span
		{
			display: block;
			margin: 3px 0 0 0;
		}

.footerSearches
{
	background-color: #a51d5c;
	bottom: 60px;
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	display: none;
}

.footerSearchesLinks
{
	margin: 10px;
}

	.footerSearchesLinks a
	{
		color: #fff;
		padding: 8px 15px 8px 8px;
		display: block;
		text-decoration: none;
		background: #8d184f url(Images/Icons/icon_button_active.png) no-repeat right center;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-size: 13px;
		line-height: 16px;
		border: 1px solid #801647;
		margin: 0 0 5px 0;
	}







.window a
{
	width: 70px;
	padding: 47px 0 8px 0;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin: 2px;
	border: 1px solid #99264d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #b32d59;
}

.go
{
	background: url(Images/Icons/go.png) no-repeat center 8px;
}

.delete
{
	background: url(Images/Icons/delete.png) no-repeat center 8px;
}

.close
{
	background: url(Images/Icons/cancel.png) no-repeat center 8px;
}

/*
	ColorBox Core Style:
	The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxOverlay
{
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft
{
	clear: left;
}

#cboxContent
{
	position: relative;
}

#cboxLoadedContent
{
	overflow: auto;
}

#cboxTitle
{
	margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow
{
	cursor: pointer;
}

.cboxPhoto
{
	float: left;
	margin: auto;
	border: 0;
	display: block;
}

.cboxIframe
{
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

/* 
	User Style:
	Change the following styles to modify the appearance of ColorBox.  They are
	ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay
{
	background: #000;
}

#cboxContent
{
	margin-top: 32px;
	overflow: visible;
}

.cboxIframe
{
	background: #fff;
}

#cboxError
{
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent
{
	padding: 1px;
}

#cboxLoadingGraphic
{
	background: url(images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay
{
	background: #000;
}

#cboxTitle
{
	position: absolute;
	top: -22px;
	left: 0;
	color: #000;
}

#cboxCurrent
{
	position: absolute;
	top: -22px;
	right: 205px;
	text-indent: -9999px;
}

#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose
{
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -20px;
	background: url(images/controls.png) no-repeat 0 0;
}

#cboxPrevious
{
	background-position: 0px 0px;
	right: 44px;
}

	#cboxPrevious:hover
	{
		background-position: 0px -25px;
	}

#cboxNext
{
	background-position: -25px 0px;
	right: 22px;
}

	#cboxNext:hover
	{
		background-position: -25px -25px;
	}

#cboxClose
{
	background-position: -50px 0px;
	right: 0;
}

	#cboxClose:hover
	{
		background-position: -50px -25px;
	}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious
{
	right: 66px;
}

.cboxSlideshow_on #cboxSlideshow
{
	background-position: -75px -25px;
	right: 44px;
}

	.cboxSlideshow_on #cboxSlideshow:hover
	{
		background-position: -100px -25px;
	}

.cboxSlideshow_off #cboxSlideshow
{
	background-position: -100px 0px;
	right: 44px;
}

	.cboxSlideshow_off #cboxSlideshow:hover
	{
		background-position: -75px -25px;
	}




.ownerContacts
{
	background-color: #fff;
	padding: 10px;
	margin: 10px 0 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #525252;
	font-size: 13px;
}


.favoriteWindowShade
{
	position: absolute;
	z-index: 10000;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #000;
	opacity: 0.6;
	display: none;
	top: 0px;
}

.favoriteWindow
{
	position: absolute;
	z-index: 10001;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
	top: 0px;
}

.propertyDetailDevelopment
{
	color: #D1005D;
	font-size: 22px;
	line-height: 26px;
	margin: 5px 0 0 0;
}

a.developmentLink
{
	float: left;
	font-size: 11px;
	color: #fff;
	padding: 0 10px 0 28px;
	height: 26px;
	line-height: 26px;
	background: #40A6D9 url(Images/Buttons/btn_empreendimentos.png) no-repeat 5px center;
	border-radius: 4px;
}

.developmentLink:hover
{
	background: #0072BC url(Images/Buttons/btn_empreendimentos.png) no-repeat 5px center;
}

.platforms
{
	padding: 10px 10px 20px 10px;
	background-color: #d6d6d6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 19px 0 7px 0;
}

	.platforms p
	{
		font-size: 13px;
		font-weight: bold;
		color: #545454;
		padding: 5px 0 10px 0;
	}

	.platforms a
	{
		float: left;
		font-size: 11px;
		color: #545454;
		height: 30px;
		line-height: 0px;
		padding: 0 5px;
		margin: 0 0 0 5px;
	}

		.platforms a:hover
		{
			color: #D1005D;
		}

		.platforms a img
		{
			vertical-align: middle;
			margin: 0 5px 0 0;
		}

		.platforms a:active
		{
			background-color: #D1005D;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			color: #fff;
		}
