/***** General styles *****/

.tx-realty-pi1 .button {
  background-color: #006FB4;
  border: 3px outset #006FB4;
	display: block;
	margin: 2px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: white;
	text-decoration: none;
	padding: 2px;
}

.tx-realty-pi1 span.button span {
	cursor: default; /* for disabled buttons, don't use the "I" text cursor */
}
.tx-realty-pi1 a.button span {
	cursor: pointer; /* IE hack */
}

.tx-realty-pi1 .list-view .favorites .button {
  width: 100%;
}

.tx-realty-pi1 .list-view .button .back {
  bottom: 0px;
}

.tx-realty-pi1 .list-view .sorting .button {
  border: 1px;
}
/* Images in result list and single view */
.tx-realty-pi1 .image {
	
}


/***** SINGLE VIEW *****/

.tx-realty-pi1 a.printPage {

}

/* Lightbox Images */
#prevLink:hover, #prevLink:visited:hover {
	background: url(images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(images/nextlabel.gif) right 15% no-repeat;
}

