/***** General styles *****/

.clear {
	height: 1px;
	clear: both;
}

.tx-realty-pi1 .error {
	color: red;
	font-weight: bold;
}

.tx-realty-pi1 .list-view .border {
	width: 100%;
	height: 2px;
	background: #B9C2C9;
	margin: 0 0 5px 0;
}

/* Buttons */
.tx-realty-pi1 a.listViewBack,
.tx-realty-pi1 a.singleViewBack,
.tx-realty-pi1 a.close,
.tx-realty-pi1 a.objectsByOwner,
.tx-realty-pi1 a.nextPage {
	float: right;
}

.tx-realty-pi1 a.singleViewAddToFavorites,
.tx-realty-pi1 a.listViewAddToFavorites,
.tx-realty-pi1 a.removeFromFavorites,
.tx-realty-pi1 a.singleViewContact,
.tx-realty-pi1 a.listViewContact,
.tx-realty-pi1 a.printPage,
.tx-realty-pi1 a.newRecord,
.tx-realty-pi1 a.previousPage {
	float: left;
}

.tx-realty-pi1 p.object_limits {
	clear: both;
	padding-top: 8px;
}

.tx-realty-pi1-submit {
	background: url(images/button_bg_right.png) no-repeat top right;
	height: 18px;
	cursor: pointer;
	border: none;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	padding-right: 10px;
	margin-right: -1px; /* IE hack */
}

.filterFormSubmit, .search {
float:right;
}

.tx-realty-pi1 .previousNextButtons {
	/*float: right;*/
	}

/* Images in result list and single view */
.tx-realty-pi1 .image {
	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;
}
.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 a.search {
	width: 60px;
}


/*** Result List ***/

.tx-realty-pi1 .list-view table.result {
	clear: both;
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	display:none;
}

/* thead */
.tx-realty-pi1 .list-view .result thead tr td {
	/*border-bottom: 2px solid #B9C2C9;*/
}
.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;
	vertical-align: middle;
}
.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: 2px solid #B9C2C9;*/
	margin-left: 12px;
	width: 98%;
	empty-cells: hide;
	border-collapse: separate;
	border-spacing: 5px;
	padding-bottom: 15px;
	background-image:url(images/list_separator.png);
	background-position: bottom;
	background-repeat:no-repeat;
}
.tx-realty-pi1 .list-view .result tbody tr table.item .price { /*Ajout JT*/
	float:right;
	position:relative;
	background: url(images/bg_price.png) no-repeat;
	width:86px;
	height:86px;
	text-align:center;
	padding-top:10px;
	margin-left:10px;
}
.tx-realty-pi1 .list-view .result tbody tr table.item .price div { /*Ajout JT */
text-align:center;
padding-top:5px;
color:#fff;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:bold;
}

.tx-realty-pi1 .list-view .result tbody tr table.item .price_promo { /*Ajout JT*/
	float:right;
	position:relative;
	background: url(images/bg_price_promo.png) no-repeat;
	width:104px;
	height:86px;
	text-align:center;
	padding-top:3px;
	position:absolute;
	z-index:999;
}
.tx-realty-pi1 .list-view .result tbody tr table.item .price_promo span { /*Ajout JT */
text-align:center;
padding-top:2px;
color:#fff;
font-size:14px;
font-weight:bold;
}
.tx-realty-pi1 .list-view .result tbody tr table.item .price_promo div { /*Ajout JT */
text-align:center;
padding-top:5px;
color:#fff;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:bold;
}
.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;
}
.tx-realty-pi1 .list-view .result .item  td.tx-realty-pi1-editorLinks {
	float: right;
	white-space: nowrap;
}

/* description of the list item */
.list_view_title {
	font-size:12pt;
	color: #007dc6;
}
.list_view_title a {
text-decoration:none;
color: #007dc6;
}
.list_view_title a:hover {
color:#74AC00;
}
.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;
	text-align:justify;
}

.tx-realty-pi1 .list-view .result .item p.address {
	color: #74AC00;
}

.tx-realty-pi1 .list-view .result .description .facilities {
}

/* 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 .favorites {
	height: 44px;
	background: url(images/fav_arrow.png) no-repeat 26px 0;
	margin-left: 0;
}
.tx-realty-pi1 .list-view .result td.sorting {
	background: #E0E8EB;
}
.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 .favorites,
.tx-realty-pi1 .list-view .result .favorites a {
	margin-top: 22px;
	margin-left: 36px;
}
.tx-realty-pi1 .list-view .result tfoot td .pagination {
	margin-top: 42px;
}
.tx-realty-pi1 .list-view #tx_realty_map {
	clear: both;
	width: 100%;
	height: 400px;
	margin: 20px 0;
}



/***** SINGLE VIEW *****/

.tx-realty-pi1 .single-view .text-pane {
	float: left;
	margin: 0 1% 1em 0;
}
.tx-realty-pi1 .single-view .with-images {
	width: 100%;
}
.tx-realty-pi1 .single-view .with-images .price { /*Ajout JT */
float:right;
position:relative;
background: url(images/bg_price.png) no-repeat;
width:86px;
height:86px;
text-align:center;
padding-top:10px;
margin-left:10px;
}

.tx-realty-pi1 .single-view .with-images .price div { /*Ajout JT */
text-align:center;
padding-top:5px;
color:#fff;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:bold;
}

.tx-realty-pi1 .single-view .with-images .price_promo { /*Ajout JT*/
	float:right;
	position:relative;
	background: url(images/bg_price_promo.png) no-repeat;
	width:104px;
	height:86px;
	text-align:center;
	padding-top:3px;
	position: relative;
	left:105px;
	z-index:999;
}
.tx-realty-pi1 .single-view .with-images .price_promo span { /*Ajout JT */
text-align:center;
padding-top:2px;
color:#fff;
font-size:14px;
font-weight:bold;
}
.tx-realty-pi1 .single-view .with-images .price_promo div { /*Ajout JT */
text-align:center;
padding-top:5px;
color:#fff;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:bold;
}

.tx-realty-pi1 .single-view .text-pane h4 {
	margin: 1.5em 0 0;
	padding: 0;
	display: inline;
}
.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 .5em;
	padding: 0;
	width: 100%;
}
.tx-realty-pi1 .single-view .text-pane .overview th {
	text-align: left;
	background: #D9E2E7;
	font-weight: bold;
	padding: 2px 1em;
}
.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: 1px 1em;
}
.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 {
	padding: 1em 0 3em;
}

.tx-realty-pi1 .single-view #tx_realty_map {
	clear: both;
	width: 100%;
	height: 300px;
	margin: 20px 0;
}

.tx-realty-pi1 .tx-realty-pi1-offerer dl {
	position: relative;
	list-style-type: none;
	margin-top: .5px;
	width: 100%;
}
.tx-realty-pi1 .tx-realty-pi1-offerer dd {
	margin-left: 0;
}
.tx-realty-pi1 .tx-realty-pi1-offerer .offerer-list-image {
	width: 100%
}
.tx-realty-pi1 .tx-realty-pi1-offerer .offerer-list-image img {
	float: right;
}
.tx-realty-pi1 .tx-realty-pi1-offerer dl .link {
	position: absolute;
	right: 0;
	bottom: -1.4em
}

/* Images */
.tx-realty-pi1 .single-view .images {
	width: 100%;
	padding:5px;
}
.tx-realty-pi1 .single-view .images .item {
	float: left;
}
.tx-realty-pi1 .single-view .images .item .image {
	width: 137px;
	height: 137px;
}



/***** GALLERY VIEW *****/
.tx-realty-pi1 .gallery-view {
	padding: 1em;
}

/* full size image */
.tx-realty-pi1 .gallery-view .fullsize {
	float: left;
	border: 1px solid #B3C5D3;
	background: #B3C5D3;
}
.tx-realty-pi1 .gallery-view .fullsize-image {
	width: 602px;
	height: 602px;
	vertical-align: middle;
	text-align: center;
	background: white;
}
.tx-realty-pi1 .gallery-view .fullsize .caption {
	font-weight: bold;
	padding: 0.125em 0.25em 0.25em;
}

/* thumbnails */
.tx-realty-pi1 .gallery-view .thumbs {
	float: left;
	width: 150px;
	margin-left: 1em;
	overflow: auto;
}
.tx-realty-pi1 .gallery-view .thumbs table {
	padding: 0;
	border-collapse: separate;
	border-spacing: 0.125em;
}
.tx-realty-pi1 .gallery-view .thumbs .image {
	vertical-align: middle;
	text-align: center;
	width: 137px;
	height: 137px;
}
.tx-realty-pi1 .gallery-view .image img {
	border: none;
	margin: 0;
}
.tx-realty-pi1 .gallery-view .item .caption {
	font-size: 10px;
	padding: 0 0.25em;
}

/* buttons */
.tx-realty-pi1 .gallery-view .buttons {
	clear: left;
	margin-right: 14px;
}


/***** 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(images/cityselector_bg.png) repeat-x;
}
.tx-realty-pi1 .city-selector .title {
	height: 32px;
	background: url(images/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%;
	padding: 0;
}

/***** CONTACT FORM *****/
fieldset.tx-realty-pi1-fieldset {
	margin-bottom: 5px;
	border: 1px solid #d9e2e7;
	/*background: #edf2f5;*/
}

p.tx-realty-pi1-objekt-nr {
	margin: 2px 0;
	padding: 0;
}

.tx-realty-pi1-field {
	width: 98%;
	font-size: 11px;
	clear: both;
}

.tx-realty-pi1-field p.error {
	margin: 1em 0 0 0.2em;
}

.tx-realty-pi1-information,
.tx-realty-pi1-label {
	float: right;
	display: block;
	margin: 1px;
	padding: 2px 5px;
	line-height: 22px;
	/*background: #d9e2e7;*/

}

.tx-realty-pi1-information {
	font-size: 11px;
	width: 434px;
}

.tx-realty-pi1-label {
	width: 150px;
}

.tx-realty-pi1-input {
	font-size: 12px;
	width: 280px;
	height: 19px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #bdcad4;
	/*background-color: #f0f4f7;*/
	margin: 1px;
	padding: 5px 0 0 0;
}

#tx_realty_pi1-requesterZip {
	width: 80px;
	margin-right: 0px;
}
#tx_realty_pi1-requesterCity {
	width: 196px;
	margin-left: -1px;
}

.tx-realty-pi1-textarea {
	font-size: 12px;
	width: 280px;
	height: 130px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #bdcad4;
	background-color: #f0f4f7;
	margin: 1px;
	padding-top: 3px;
}

.tx-realty-pi1-contact-form span.button {
	float: left;
	margin: 10px 0 5px 160px;
}

/***** FILTER FORM *****/
.tx-realty-pi1-filter-form {
	width: 100%;
}

.tx-realty-pi1-filter-form .tx-realty-pi1-label {
	width: 70px;
	height:15px;
}

.tx-realty-pi1-filter-form .tx-realty-pi1-input {
	height: 15px;
    width: 132px;
}

.tx-realty-pi1-filter-form #tx_realty_pi1-rent-from,
.tx-realty-pi1-filter-form #tx_realty_pi1-rent-to,
.tx-realty-pi1-filter-form #tx_realty_pi1-numberOfRooms-from,
.tx-realty-pi1-filter-form #tx_realty_pi1-numberOfRooms-to,
.tx-realty-pi1-filter-form #tx_realty_pi1-livingArea-from,
.tx-realty-pi1-filter-form #tx_realty_pi1-livingArea-to {
	width: 45px;
	height:15px;
}
.tx-realty-pi1-filter-form #tx_realty_pi1-livingArea-from,
.tx-realty-pi1-filter-form #tx_realty_pi1-numberOfRooms-from,
.tx-realty-pi1-filter-form #tx_realty_pi1-rent-from {
	margin-right: 3px
}
.tx-realty-pi1-filter-form #tx_realty_pi1-livingArea-to,
.tx-realty-pi1-filter-form #tx_realty_pi1-numberOfRooms-to,
.tx-realty-pi1-filter-form #tx_realty_pi1-rent-to {
	margin-left: 7px
}

.tx-realty-pi1-filter-form .select {
	height: 20px;
	width: 155px;
	padding: 0;
}

.tx-realty-pi1-filter-form span.button {
	margin: 10px 0 5px 10px;
	float: left;
}

.tx-realty-pi1 .filter span.button {
	margin: 10px 10px 5px 0;
	float : right;
}

.tx-realty-pi1-filter-form .tx-realty-pi1-radio-buttons {
	height: 26px;
	padding-top: 6px
}
.tx-realty-pi1-filter-form .tx-realty-pi1-radio-buttons input {
	vertical-align: middle;
}


/***** FE EDITOR *****/
.tx-realty-pi1 #tx_realty_frontEndEditor select {
	width: 160px;
	margin-left: 0;
}

.tx-realty-pi1 #tx_realty_frontEndEditor fieldset {
	width: 100%;
	max-height: 100%;
	border: 1px solid #cccccc;
	padding: 10px 10px 10px 10px;
	color: #666666;
	margin-bottom: 20px;
}


/***** OFFERER LIST *****/
.tx-realty-pi1 .offerer-list ul {
	list-style-type: none;
	border-bottom: 2px solid #ffa500;
	margin-top: 10px;
	padding: 10px 0 0 0;
}
.tx-realty-pi1 .offerer-list .result dl {
	position: relative;
	border-top: 2px solid #ffa500;
	padding: .5em 0;
	clear: both;
}
.tx-realty-pi1 .offerer-list .result .emphasized {
	font-weight: bold;
}
.tx-realty-pi1 .offerer-list .result dd {
	margin-left: 0;
}
.tx-realty-pi1 .offerer-list .result dl .link {
	position: absolute;
	bottom: .4em;
	right: 0;
}
.tx-realty-pi1 .offerer-list .result .offerer-list-image {
	width: 25em;
}
.tx-realty-pi1 .offerer-list .offerer-list-image img {
	float: right;
	margin-bottom: .4em;
}


/*BOX 1 IN FIELDSET 1*/
#tx_realty_frontEndEditor .column3-light {
	clear: both;
	padding: 10px;
	background: #f0f0f0;
	margin-bottom: 10px;
}
#tx_realty_frontEndEditor .column3-dark {
	clear: both;
	padding: 10px;
	background: #e4e4e4;
	margin-bottom: 10px;
}

#tx_realty_frontEndEditor .column3-light dt,
#tx_realty_frontEndEditor .column3-dark dt {
	width: 20%;
	padding: 0;
}

#tx_realty_frontEndEditor .column3-light dd,
#tx_realty_frontEndEditor .column3-dark dd {
	width: 80%;
	padding: 0;
}

#tx_realty_frontEndEditor_title {
	width: 97%;
	margin: 0;
	padding: 0;
}

/*BOX 2 IN FIELDSET 1 | BOX 3 IN FIELDSET 2 | BOX 6 IN FIELDSET 3*/
#tx_realty_frontEndEditor .column1 {
	display: table;
	height: 100%;
	width: 100%;
	background: #e4e4e4;
}

#tx_realty_frontEndEditor .column1 .columnleft1-dark,
#tx_realty_frontEndEditor .column1 .columnright1-dark {
	width: 49%;
	float: left;
	padding: 10px 0 0 0;
}

/*BOX 3 IN FIELDSET 1 | BOX 2 IN FIELDSET 2* | BOX 1 IN FIELDSET 3 |
  BOX 4 IN FIELDSET 3 | BOX 6 IN FIELDSET 3*/

#tx_realty_frontEndEditor .columnlight {
	display: table;
	position: relative;
	background: #f0f0f0;
	height:100%;
	width: 100%;
}

#tx_realty_frontEndEditor .columnlight .columnleft,
#tx_realty_frontEndEditor .columnlight .columnright {
	display: table;
	width: 48%;
	float: left;
	padding: 10px 0 0 0;
}

#tx_realty_frontEndEditor .columnlight .columnleft {
	padding-right: 2%;
}

#tx_realty_frontEndEditor .columndark {
	display: table;
	position: relative;
	background: #e4e4e4;
	height:100%;
	width: 100%;
}

#tx_realty_frontEndEditor .columndark .columnleft,
#tx_realty_frontEndEditor .columndark .columnright {
	display: table;
	width: 48%;
	float: left;
	padding: 10px 0 0 0;
}

#tx_realty_frontEndEditor .columndark .columnleft {
	padding-right: 2%;
}

/*DESCRIPTION FIELDS*/
#tx_realty_frontEndEditor .column-dark {
	display: table;
	background: #e4e4e4;
	width: 100%;
	clear: both;
	padding: 10px 0 0 0 ;
}
#tx_realty_frontEndEditor .column-light {
	display: table;
	background: #f0f0f0;
	width: 100%;
	clear: both;
	padding: 10px 0 0 0 ;
}
#tx_realty_frontEndEditor .teaser textarea {
	height: 80px;
	width: 160%;
}
#tx_realty_frontEndEditor .description textarea {
	height: 160px;
	width: 160%;
}
#tx_realty_frontEndEditor .chooser label {
	font-size: 0.8em;
}
#tx_realty_frontEndEditor .chooser2  {
	display: block;
	margin: 0 0 5px 10px;
}

/*DIVIDER*/
#tx_realty_frontEndEditor .vertdivider {
	width: 0%;
	float: left;
	height: 100%;
	display: table;
	border:5px solid #ffffff;
}

#tx_realty_frontEndEditor .divider {
	display: block;
	background: #ffffff;
	height: 10px;
	clear: both;
}

/*DD DL DT*/
#tx_realty_frontEndEditor dl {
	display: table;
	margin: 0 0 10px 10px;
	padding: 0;
	clear: both;
	width: 100%;
	height: 100%;
}

#tx_realty_frontEndEditor dt {
	width: 40%;
	margin: 0;
	padding: 0;
	float: left;
	height: 100%;
}

#tx_realty_frontEndEditor dd {
	width: 60%;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	height: 100%;
}

#tx_realty_frontEndEditor dd input {
	width: 90%;
}

/*SUBMIT BUTTOM*/
#tx_realty_frontEndEditor #submit {
	text-align: right;
	width: 100%;
	margin: 0 0 10px 0;
}

#tx_realty_frontEndEditor #tx_realty_frontEndEditor_button_submit,
#uploadfield #tx_realty_frontEndImageUpload_button_submit_and_stay,
#uploadfield dt input {
	color: #ffffff;
	margin-right: 50px;
	font-weight: bold;
	font-size: 11px;
	background: transparent url(images/submit_button.png) no-repeat;
	height: 18px;
	width:  115px;
	cursor: pointer;
	border: 0;
	float: right;
}

#tx_realty_frontEndEditor #tx_realty_frontEndEditor_button_submit {
	background: transparent url(images/submit_button_fe_editor.png) no-repeat;
}

/*SELECTFIELDS*/
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_country,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_district,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_city,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_old_or_new_building,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_house_type,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_apartment_type,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_state,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_garage_type,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_heating_type,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_pets {
	width: 93%;
}

/*CHECKBOXES HEATINGTYPE*/
#tx_realty_frontEndEditor .heatingcheckbox {
	margin: 0 0 10px 0;
	line-height: 30px;
}

#tx_realty_frontEndEditor #tx_realty_frontEndEditor_heating_type_item,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_heating_type_item-1,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_heating_type_item-2,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_heating_type_item-3,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_heating_type_item-4,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_heating_type_item-5,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_heating_type_item-6,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_heating_type_item-7,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_heating_type_item-8,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_heating_type_item-9,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_heating_type_item-10,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_heating_type_item-11 {
	position: relative;
	top: 5px;
	width: 15px;
	float: left;
	margin: 0 5px 0 0;
}

#tx_realty_frontEndEditor .checkbox input {
	margin-right: 3px;
	width: 15px;
}

/*CHECKBOXES*/
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_emphasized,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_heating_included,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_rented {
	width: 15px;
	margin: 5px 5px 0 0;
	padding: 0;
}

/*RADIOBUTTONS*/
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_object_type_item,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_object_type_item-1,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_contact_data_source_item,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_contact_data_source_item-1,
#tx_realty_frontEndEditor #tx_realty_frontEndEditor_contact_data_source_item-1 {
	width: 15px;
	margin: 0 5px 0 0;
	padding: 0 0 2px 0;
	height: auto;
}


/*------------------------------------------IMAGEUPLOAD------------------------------------------*/

#uploadfield .column1,
#uploadfield .column2,
#uploadfield .column3 {
	display: table;
	margin: 0 0 10px 0;
	padding: 5px 0 35px 0;
	background: #f0f0f0;
	clear: both;
	width: 100%;
	max-height: 100%;
	color: #666666;
}
#uploadfield dl {
	display: table;
	margin: 0;
	padding: 8px 0 10px 10px;
	clear: both;
	width: 100%;
	max-height: 100%;
}

#uploadfield .column1 dt {
	width: 20%;
	margin: 0;
	padding: 0;
	float: left;
	height: 100%;
	line-height: 20px;
}
#uploadfield .column1 dd {
	width: 80%;
	float: right;
	margin: 0;
	padding: 0;
	height: 100%;
	line-height: 20px;
}

#uploadfield .column2 dt {
	width: 100%;
	float: left;
	height: 100%;
	line-height: 20px;
}
#uploadfield .column2 dd {
	width: 80%;
	margin-left: -10px;
	padding: 0;
	height: 100%;
	line-height: 20px;
}

#uploadfield .savebuttonposition {
	display: block;
	text-align: right;
}

#uploadfield .chooser {
	font-size: 0.8em;
	line-height: normal;
}

#uploadfield #tx_realty_frontEndImageUpload_button_submit_and_stay {
	position: absolute;
	left: 73px;
	margin: 15px 10px 0 10px;
}

#uploadfield span.button {
	position: absolute;
	left: 273px;
	margin: 15px 0 0 -20px;
	height: 18px;
	width:  200px;
	cursor: pointer;
	border: 0;
	float: left;
}

#uploadfield #tx_realty_frontEndImageUpload_button_submit {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	background: transparent url(images/button_bg_right.png) no-repeat right;
	height: 18px;
	width:  200px;
	cursor: pointer;
	border: 0;
	float: left;
}

#uploadfield .column2 dl dl {
	width: 550px;
}

#uploadfield .column2 dl dl dt {
	position: relative;
}

#uploadfield .column2 dl dl dt:hover {
	background: #e4e4e4;
}

#uploadfield .column2 .label {
	position: absolute;
	left: 115px;
	right: 120px;
}

#uploadfield .column2 .image {
	border: none;
}

#uploadfield img {
	margin: 2px 0 -3px 2px;
	border: none;
}

#uploadfield .column2 dl dl dt input {
	position: absolute;
	right: 2px;
	top: 31px;
	margin-right: 0;
}

#uploadfield span.deleted {
	text-decoration: line-through;
	color: lightgrey;
}

#uploadfield input.deleted {
	color: #ffffff;
	background: transparent url(images/submit_button_inactive.png) no-repeat;
	cursor: default;
}

/* CLASSES Popup */
span.bulle {
     position:relative;
     color:#396a86;
     text-decoration:none;
     font-family:arial, verdana, sans-serif;
     text-align:center;
     font-size:11px;
   }
   
   span.bulle:hover {
      background: none;
      z-index: 50;
	  color:#007DC6;
   }
   
   span.bulle div {
     display: none;
	 color:#007DC6;
   }
   
   span.bulle:hover div {
    display: block;
  	position: absolute;
  	top: -20px;
	left: 25px;
	font-family:arial, verdana, sans-serif;
	text-align:justify;
	font-size:12px;
	font-weight:normal;
	width: auto;
	padding: 5px;
	color:#fff;
	background: #0070b9;
	background: -moz-linear-gradient(#00a5e4, #0070b9);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #0070b9),color-stop(1, #00a5e4));
	background: -webkit-linear-gradient(#00a5e4, #0070b9);
	background: -o-linear-gradient(#00a5e4, #0070b9);
	background: -ms-linear-gradient(#00a5e4, #0070b9);
	background: linear-gradient(#00a5e4, #0070b9);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5e4', endColorstr='#0070b9',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
   }
   
/* CLASSES ICONS */

#has_community_pool_icon {
color:transparent;
background-image:url(images/ico1.png);
background-repeat:no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#has_pool_icon {
color:transparent;
background: transparent url(images/ico2.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#assisted_living_icon {
color:transparent;
background: transparent url(images/ico3.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#sauna_icon {
color:transparent;
background: transparent url(images/ico4.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#fitnessroom_icon {
color:transparent;
background: transparent url(images/ico7.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#location_voiture_icon {
color:transparent;
background: transparent url(images/ico50.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#location_quad_icon {
color:transparent;
background: transparent url(images/ico51.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}


#plongee_icon {
color:transparent;
background: transparent url(images/ico47.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#golf_icon {
color:transparent;
background: transparent url(images/ico36.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#tennis_icon {
color:transparent;
background: transparent url(images/ico48.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#excursion_icon {
color:transparent;
background: transparent url(images/ico49.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#garden_icon {
color:transparent;
background: transparent url(images/ico12.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#animals_allowed_icon {
color:transparent;
background: transparent url(images/ico13.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#non_smoker_icon {
color:transparent;
background: transparent url(images/ico15.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#balcony_icon {
color:transparent;
background: transparent url(images/ico17.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#accesibility_icon {
color:transparent;
background: transparent url(images/ico30.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#taxi_icon {
color:transparent;
background: transparent url(images/ico33.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#airport_close_icon {
color:transparent;
background: transparent url(images/ico37.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#nearby_bus_icon {
color:transparent;
background: transparent url(images/ico38.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#nearby_train_icon {
color:transparent;
background: transparent url(images/ico40.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#nearby_ferry_icon {
color:transparent;
background: transparent url(images/ico41.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#nearby_amusement_park_icon {
color:transparent;
background: transparent url(images/ico42.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#nearby_marina_icon {
color:transparent;
background: transparent url(images/ico43.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#nearby_festival_icon {
color:transparent;
background: transparent url(images/ico44.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#nearby_museum_icon {
color:transparent;
background: transparent url(images/ico45.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#nearby_medina_icon {
color:transparent;
background: transparent url(images/ico46.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#creditcards_accepted_icon {
color:transparent;
background: transparent url(images/ico35.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#internet_connexion_icon {
color:transparent;
background: transparent url(images/ico23.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}

#childrens_playground_icon {
color:transparent;
background: transparent url(images/ico29.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}
#has_air_conditioning_icon {
color:transparent;
background: transparent url(images/ico39.png) no-repeat;
width:30px;
height:30px;
display:inline-block;
cursor:help;
padding:3px;
}
