/* @group imoveis */
#imoveisB h2 {
	float: left;
	margin-bottom: 20px;
}
#imoveisB .imoveis li {
	float: left;
	margin: 0 25px 20px 0;
	width: 200px;
}
#imoveisB .imoveis li.last {
	margin-right: 0;
}
#imoveisB .imoveis li:hover .image a {
	border: 3px solid #42929d;
	height: 126px !important;
	width: 192px !important;
}
#imoveisB .imoveis li:hover .image .sold {
	height: 120px;
	width: 186px;
}
#imoveisB .imoveis li:hover div p {
	color: #383536;
}
#imoveisB .imoveis li:hover .viewMore {
	background-image: url(/_img/buttons/itemDetailsHover.png);
}
#imoveisB .imoveis li div p {
	font-weight: bold;
	text-align: center;
	color: #42929d;
}
#imoveisB .imoveis li .image {
	border: 1px solid #d9d9d9;
	display: block;
	position: relative;
}
#imoveisB .imoveis li .image .sold {
	background: url(/_img/backgrounds/sold.png) no-repeat 50% 50%;
	display: block;
	height: 126px;
	position: absolute;
	width: 192px;
}
#imoveisB .imoveis li .image a {
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 132px;
	width: 198px;
}
#imoveisB .imoveis li .viewMore {
	background: url(/_img/buttons/itemDetails.png) no-repeat;
	display: block;
	height: 20px;
	margin: 0 auto;
	width: 20px;
}
/* @end */
/* @group highlightPropertys */
#imoveisB .highlightPropertys h3 {
	color: #605c5d;
	font-size: 18px;
	margin-bottom: 10px;
}
#imoveisB .highlightPropertys ul {
	margin-bottom: 30px;
}
#imoveisB .highlightPropertys ul li {
	background: url(/_img/backgrounds/propertyGradient.png) repeat-x;
	clear: left;
	height: 94px;
	padding-left: 95px;
	position: relative;
}
#imoveisB .highlightPropertys li .image {
	border: 1px solid #d9d9d9;
	display: block;
	height: 74px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 74px;
}
#imoveisB .highlightPropertys li .image a {
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 68px;
	padding: 3px;
	width: 68px;
}
#imoveisB .highlightPropertys li .viewMore {
	background: url(/_img/buttons/itemDetails.png) no-repeat;
	bottom: 2px;
	height: 20px;
	left: 35px;
	position: absolute;
	text-indent: -9999px;
	width: 20px;
}
#imoveisB .highlightPropertys ul li a.viewMore:hover {
	background: url(/_img/buttons/itemDetailsHover.png) no-repeat;
}
#imoveisB .highlightPropertys ul li h5 {
	float: left;
	font-size: 10px;
	margin-top: 18px;
}
#imoveisB .highlightPropertys ul li h5 a {
	color: #42929d;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}
#imoveisB .highlightPropertys ul li h5 a:hover {
	color: #383536;
	text-decoration: none;
}
/* @end */
/* @group general */
#imoveisB #contentWrapper h3 {
	color: #42929d;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
#imoveisB #contentWrapper h5 {
	color: #605c5d;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}
#imoveisB .textContainer p {
	font-size: 13px;
	line-height: 18px;
}
/* @end */
/* @group imoveisList */
ul.imoveisThumbs li {
	float: left;
	margin-right: 18px;
	text-align: center;
	width: 204px;
}
ul.imoveisThumbs li a {
	color: #42929d;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
ul.imoveisThumbs li a.image {
	border: 1px solid #d9d9d9;
	float: left;
}
ul.imoveisThumbs li a.image:hover {
	background: #42929d;
}
ul.imoveisThumbs li a.image img {
	float: left;
	padding: 3px;
}
ul.imoveisThumbs li a.itemDetails {
	background: url(/_img/buttons/itemDetails.png) no-repeat center bottom;
	float: left;
	line-height: 16px;
	padding-bottom: 35px;
}
ul.imoveisThumbs li a.itemDetails:hover {
	background: url(/_img/buttons/itemDetailsHover.png) no-repeat center bottom;
	color: #383536;
	text-decoration: none;
}
ul.imoveisThumbs li.right {
	margin-right: 0;
}
ul.imoveisThumbs li.left {
	clear: left;
}
/* @end */
/* @group smallDetails */
.smallDetails {
	float: right;
}
.smallDetails div {
	background: #efeeee;
	float: right;
	padding: 5px 25px;
}
.smallDetails span.label {
	color: #605c5d;
	float: left;
	font-size: 14px;
	line-height: 26px;
	margin-right: 10px;
}
.smallDetails div a {
	font-size: 14px;
	color: #605c5d;
	margin: 0 5px;
	position: relative;
}
.smallDetails div a.blocked {
	color: #a0a0a0;
}
.smallDetails div a span {
	background-image: url(/_img/sprites/pagination.png);
	display: block;
	height: 12px;
	position: absolute;
	top: 3px;
	width: 8px;
}
.smallDetails div a.prev span {
	background-position: 0 0;
	left: -15px;
}
.smallDetails div a.next span  {
	background-position: 8px 0;
	right: -15px;
}
.smallDetails div a.prev.blocked span {
	background-position: 0 -24px;
}
.smallDetails div a.next.blocked span {
	background-position: 8px -24px;
}
/* @end */
/* @group imoveisGallery */
.imoveisGallery {
	border: 1px solid #d9d9d9;
	height: 327px;
	padding: 4px;
	position: relative;
	width: 641px;
	z-index: 1;
}
.imoveisGallery .sold {
	background: url(/_img/backgrounds/sold.png) no-repeat 50% 50%;
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}
.imoveisGallery #gallery {
	height: 327px;
	overflow: hidden;
	width: 641px;
}
.imoveisGallery #gallery ul {
	width: 9999%;
	height: 327px;
}
.imoveisGallery #gallery ul li {
	float: left;
	width: 641px;
}
.imoveisGallery #gallery ul li img {
	display: none;
}
.imoveisGallery #gallery ul li .image {
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 327px;
	width: 644px;
}
.imoveisGallery #actions {
	background: #605c5d;
	left: 0;
	margin: 4px 0 0 4px;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 641px;
	z-index: 10;
}
.imoveisGallery #actions ul {
	margin: 10px 20px;
}
.imoveisGallery #actions ul li {
	display: inline;
	margin-right: 10px;
}
.imoveisGallery #actions ul li a {
	color: #fff;
	font-size: 13px;
	padding-left: 20px;
}
.imoveisGallery #actions ul li a.print {
	background: url(/_img/buttons/printer.png) no-repeat;
}
.imoveisGallery #actions ul li a.share {
	background: url(/_img/buttons/share.png) no-repeat;
}
.imoveisGallery #actions #open {
	background: url(/_img/sprites/hideControls.png) no-repeat 0 -15px;
	display: block;
	height: 15px;
	margin: 0 auto -20px;
	text-indent: -9999px;
	width: 21px;
}
.imoveisGallery #toggle {
	background: url(/_img/sprites/hideControls.png) no-repeat;
	height: 15px;
	left: 50%;
	position: absolute;
	text-indent: -9999px;
	top: 50px;
	width: 21px;
}
.imoveisGallery #toggle.close {
	background-position: bottom left;
}
.imoveisGallery div.container {
	height: 34px;
	margin: 0 !important;
	width: 641px;
}
/* @end */
/* @group imoveisControls */
.imoveisControls {
	background: url(/_img/backgrounds/galleryControlsBG.png) no-repeat;
	height: 25px;
	width: 651px;
	position: relative;
}
.imoveisControls ul {
	float: right;
	margin: 0 19px 0 0;
	padding-left: 7px;
	background: url(/_img/corners/buttonsHolderWrapperLeft.png) no-repeat -2px 9px;
}
.imoveisControls li {
	float: left;
	width: 28px;
	height: 25px;
	background: url(/_img/corners/buttonHolder.png) no-repeat bottom left;
}
.imoveisControls li a {
	background: url(/_img/sprites/galleryControls.png) no-repeat 0 -3px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	float: left;
	height: 17px;
	margin-left: 1px;
	padding: 6px 0 0 9px;
	width: 17px;
}
.imoveisControls li a:hover {
	background-position: -26px -3px;
	text-decoration: none;
}
.imoveisControls li a.selected {
	background-position: -52px -3px;
	color: #42929d;
	cursor: default;
}
span.rightButtonHolderBG {
	background: url(/_img/corners/buttonsHolderWrapperRight.png);
	width: 9px;
	height: 7px;
	position: absolute;
	top: 10px;
	right: 10px;
}
/* @end */
/* @group divisions */
ul.divisions {
	margin-bottom: 20px;
	margin-right: 20px;
	width: 325px;
}
ul.divisions li {
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	line-height: 17px;
	color: #605c5d;
	font-size: 12px;
	padding: 5px 10px;
}
ul.divisions li.bottom {
	font-size: 13px;
}
ul.divisions li.top, ul.divisions li.bottom {
	border: none;
	color: #fff;
	padding: 0;
}
ul.divisions li .leftBG {
	display: block;
	float: left;
	height: 26px;
	width: 10px;
}
ul.divisions li .rightBG {
	background-position: top right;
	display: block;
	line-height: 26px;
	margin-left: 10px;
	padding-right: 10px;
}
ul.divisions li.bottom .leftBG {
	background-position: bottom left;
}
ul.divisions li.bottom .rightBG {
	background-position: bottom right;
}
/* @end */
#otherinfo {
	margin-bottom: 20px;
	width: 305px;
}
/* @group detailsTabs */
ul.detailsTabs li {
	float: left;
	margin-right: 1px;
}
ul.detailsTabs li a {
	color: #fff;
	font-size: 13px;
}
ul.detailsTabs li .leftBG {
	background-position: 0 -26px;
	display: block;
	float: left;
	height: 26px;
	width: 10px;
}
ul.detailsTabs li .rightBG {
	background-position: right -26px;
	display: block;
	float: left;
	line-height: 25px;
	padding-right: 10px;
}
ul.detailsTabs li.selected .leftBG {
	background-position: 0 0;
}
ul.detailsTabs li.selected .rightBG {
	background-position: top right;
}
/* @end */
/* @group tabscontent */
div.tabscontent {
	border: 4px solid #afadae;
	min-height: 200px;
	padding: 10px 5px;
	position: relative;
	width: 285px;
}
div.tabscontent p {
	color: #000 !important;
	font-size: 13px !important;
}
div#mapLocation {
	position: inherit !important;
}
div.tabscontent .corner {
	background-image: url(/_img/corners/corners.png);
	display: block;
	height: 10px;
	position: absolute;
	width: 10px;
}
div.tabscontent .corner.topright {
	background-position: 10px 0;
	right: -4px;
	top: -4px;
}
div.tabscontent .corner.bottomleft {
	background-position: 0 10px;
	bottom: -4px;
	left: -4px;
}
div.tabscontent .corner.bottomright {
	background-position: 10px 10px;
	bottom: -4px;
	right: -4px;
}
div.tabscontent .finishes ul li {
	background: url(/_img/buttons/listItem.png) no-repeat 0 2px;
	color: #383536;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 5px;
	padding-left: 20px;
}
div.tabscontent .plant ul li {
	display: inline;
}
/* @end */
.moreInfo {
	color: #605c5d !important;
}
/* @group sprites */
ul.divisions li.top .leftBG, ul.divisions li.top .rightBG, ul.divisions li.bottom .leftBG, ul.divisions li.bottom .rightBG,
ul.detailsTabs li .leftBG, ul.detailsTabs li .rightBG {
	background-image: url(/_img/sprites/gradients.png);
}
/* @end */
