/***** General styles *****/
.tx-realty-pi1 span.button,
.tx-realty-pi1 a.button {
	display: block;
	height: 18px;
	line-height: 18px;
	margin: 1px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: white;
	text-decoration: none;
	border: none;
	background: url(../../../fileadmin/_tecklenburg/realitymanager/button_bg_left.png) no-repeat top left #2B2669;
	padding-left: 8px;
}
.tx-realty-pi1 span.button span,
.tx-realty-pi1 a.button span {
	display: block;
	background: url(../../../fileadmin/_tecklenburg/realitymanager/button_bg_right.png) no-repeat top right #2B2669;
	padding-right: 8px;
	cursor: pointer; /* IE hack */
}
.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 span.act,
.tx-realty-pi1 a.act {
	background: url(../../../fileadmin/_tecklenburg/realitymanager/button_act_bg_left.png) no-repeat top left #B3C5D3;
}
.tx-realty-pi1 span.act span,
.tx-realty-pi1 a.act span {
	background: url(../../../fileadmin/_tecklenburg/realitymanager/button_act_bg_right.png) no-repeat top right #B3C5D3;
}


/* Buttons */
.tx-realty-pi1 a.back {
	float: left;
}

.tx-realty-pi1 a.addToFavorites,
.tx-realty-pi1 a.removeFromFavorites {
	float: left;
}

/* Images in result list and single-view */
.tx-realty-pi1 .image {
	border: 1px solid #FFFFFF;
	vertical-align: middle;
	text-align: center;
	padding: 1px;
}
.tx-realty-pi1 .image img {
	border: 0;
}





/***** LIST VIEW *****/

/*** Filter before result list ***/
.tx-realty-pi1 .list-view .filter {
	border: 1px solid #B9C2C9;
	margin: 5px 0;
	padding: 5px;
	display: none; /* filter should be hidden for presentation until it functions completely */
}
.tx-realty-pi1 .list-view .filter h3 {
	margin: 2px 0;
	padding: 0;
}
.tx-realty-pi1 .list-view .filter .params .param {
	float: left;
	margin-left: 12px;
}
.tx-realty-pi1 .list-view .filter .params .first {
	margin-left: -2px;
}
.tx-realty-pi1 .list-view .filter .submit {
	text-align: right;
	margin-left: 12px;
}
.tx-realty-pi1 .list-view .filter .submit a.search {
	width: 60px;
}


/*** Result List ***/

.tx-realty-pi1 .list-view table.result {
	clear: both;
	width: 100%;
	border-collapse: collapse;
	padding: 0;
}

/* thead */
.tx-realty-pi1 .list-view .result thead tr td {
	border-bottom: 1px solid #2B2669;
}
.tx-realty-pi1 .list-view .result thead tr td {
	line-height: 30px;
}
.tx-realty-pi1 .list-view .result thead h2 {
	margin-left: 8px;
}
.tx-realty-pi1 .list-view .result table.pagination {
	float: right;
	border-collapse: collapse;
	padding: 0;
	margin-right: 4px;
}
.tx-realty-pi1 .list-view .result table.pagination td {
	border: none;
}
.tx-realty-pi1 .list-view .result table.pagination .label {
	padding-right: 4px;
}
.tx-realty-pi1 .list-view .result table.pagination a {
	padding-left: 3px;
}
.tx-realty-pi1 .list-view .result table.pagination a div {
	padding-right: 3px;
	width: 1.25em;
}


/* tbody */

/* single item in the list */
.tx-realty-pi1 .list-view .result tbody tr table.item {
	border-top: 1px solid #2B2669;
	margin-left: 12px;
	width: 98%;
	empty-cells: hide;
	border-collapse: separate;
	border-spacing: 5px;
	padding: 0;
}
.tx-realty-pi1 .list-view .result tbody tr.first table.item {
	border-top: none;
}
.tx-realty-pi1 .list-view .result .item .checkbox {
	width: 1%;
}
.tx-realty-pi1 .list-view .result .item h3 {
	margin: 0;
	padding: 0;
}
.tx-realty-pi1 .list-view .result .item p.details {
	line-height: 1em;
}

.tx-realty-pi1 .list-view .result .item td {
	vertical-align: top;
	margin-top: 5px;
}
.tx-realty-pi1 .list-view .result  td.image {
	vertical-align: middle;
}

/* description of the list item */
.tx-realty-pi1 .list-view .result .description .title {
	font-weight: bold; 
}
.tx-realty-pi1 .list-view .result .description p {
	margin: 2px 0;
	padding: 0;
	line-height: 1.2em;
}

.tx-realty-pi1 .list-view .result .description table.details {
	border-collapse: collapse;
	width: 100%;
	color: #999999; font-weight: bold;
}

/* images of the list item */
.tx-realty-pi1 .list-view .result .image {
	width: 98px;
	height: 98px;
}

/* tfoot */
.tx-realty-pi1 .list-view .result tfoot td.pagination {
	height: 44px;
	/* background: url(../../../fileadmin/_tecklenburg/realitymanager/fav_arrow.png) no-repeat 26px 0;*/
	vertical-align: bottom;
	border-bottom: 1px solid #2B2669;
}
.tx-realty-pi1 .list-view .result td.sorting {
	background: #F6F8FA;
}
.tx-realty-pi1 .list-view .result table.sorting {
	border-collapse: collapse;
	padding: 0;
}
.tx-realty-pi1 .list-view .result table.sorting td {
	padding-left: 24px;
	line-height: 20px;
}
.tx-realty-pi1 .list-view .result table.sorting a {
}
.tx-realty-pi1 .list-view .result .favorites {
	margin-left: 36px;
}
.tx-realty-pi1 .list-view .result .favorites a {
	margin-left: 0;
}





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

.tx-realty-pi1 .single-view .text-pane {
	float: left;
	margin-right: 12px;
	width: 450px;
}
.tx-realty-pi1 .single-view .text-pane h4 {
	margin: 1.5em 0 0;
	padding: 0;
}
.tx-realty-pi1 .single-view .text-pane p {
	margin: 0;
	padding: 0;
}
.tx-realty-pi1 .single-view .text-pane .further-description {
	clear: left;
}
.tx-realty-pi1 .single-view .text-pane .overview {
	border-collapse: collapse;
	margin: 1.5em 0 0.5em;
	padding: 0;
	width: 100%;
}
.tx-realty-pi1 .single-view .text-pane .overview th {
	text-align: left;
	color: white;
	background: #2B2669;
	font-weight: bold;
	padding: 2px 12px;
}
.tx-realty-pi1 .single-view .text-pane .overview th,
.tx-realty-pi1 .single-view .text-pane .overview td {
	border: 1px solid white;
}
.tx-realty-pi1 .single-view .text-pane .overview td {
	vertical-align: top;
	padding: 2px 0px 2px 12px;
}
.tx-realty-pi1 .single-view .text-pane .overview tr.odd {
	background: #F0F4F7;
}
.tx-realty-pi1 .single-view .text-pane .overview tr.even {
	background: #E7ECF0;
}
.tx-realty-pi1 .single-view .text-pane .buttons {
	margin-bottom: 4em;
}

/* Images */
.tx-realty-pi1 .single-view .images .item {
	float: left; 
}
.tx-realty-pi1 .single-view .images .item .image {
	width: 137px;
	height: 110px;
	background-color: #F6F8FA;
	border: 0px solid #CDCDCD;
}





/***** GALLERY VIEW *****/
.tx-realty-pi1 .gallery-view {
	padding: 10px;
}

/* full size image */
.tx-realty-pi1 .gallery-view .fullsize {
	float: left;
	border: 1px solid #B3C5D3;
	background: #FFFFFF;
}
.tx-realty-pi1 .gallery-view .fullsize .caption {
	font-weight: bold;
	padding: 2px 4px 4px;
}

/* thumbnails */
.tx-realty-pi1 .gallery-view .thumbs {
	float: left;
	margin: 5px;
}
.tx-realty-pi1 .gallery-view .thumbs .item {
	float: left;
	padding: 0;
	border-collapse: separate;
	border-spacing: 2px;
}
.tx-realty-pi1 .gallery-view .thumbs .item .image {
	width: 137px;
	height: 110px;
	background-color: #F6F8FA;
	border: 0px solid #CDCDCD;
}
.tx-realty-pi1 .gallery-view .thumbs .item .image img {
	border: 1px solid #CDCDCD;
	margin: 0;
}
.tx-realty-pi1 .gallery-view .thumbs .item .caption {
	font-size: 11px;
	padding: 0 4px 4px;
}





/***** CITY SELECTOR *****/
.tx-realty-pi1 .city-selector {
	width: 198px;
	margin-top: 7px;
	border: 6px solid #E4EAF8;
}
.tx-realty-pi1 .city-selector .outer {
	border: 1px solid #606673;
	padding: 1px;
}
.tx-realty-pi1 .city-selector .inner {
	background: url(../../../fileadmin/_tecklenburg/realitymanager/cityselector_bg.png) repeat-x;
}
.tx-realty-pi1 .city-selector .title {
	height: 32px;
	background: url(../../../fileadmin/_tecklenburg/realitymanager/cityselector_head.png) no-repeat 50% 50%;
}
.tx-realty-pi1 .city-selector h3 {
	visibility: hidden;
}
.tx-realty-pi1 .city-selector p {
	padding: 0 5px 5px;
	margin: 0;
}
.tx-realty-pi1 .city-selector form {
	margin: 0;
	padding: 4px;
}
.tx-realty-pi1 .city-selector form select {
	width: 100%;
}



DIV.tx-realty-pi1 {width: 535px;}


