.adt {}

/** Tr�den� polo�ek **/
.adt .table thead .ico-sort {
	position: relative;
	left: 5px; top: 2px;
	display: inline-block;
	width: 9px; height: 12px;
	background: url('/img/default/arrow-sort-small.png');
}
	.adt .table thead .ico-sort.descending {background-position: 0 0;}
	.adt .table thead .ico-sort.ascending {background-position: -9px 0;}
	.adt .table thead .ico-sort span {display: none;}

/* Otevr�t / zavr�t skupinu z�znamu */
.adt .table th.col-controls {min-width: 34px;}

.adt .hitarea {
	display: block;
	float: left;
	width: 9px; height: 9px;
	margin: 3px 5px 0 0;
	background-image: url('/img/plug-in/treeview/default.gif');
}
	.adt .hitarea.expandable-hitarea {background-position: -83px -5px;}
	.adt .hitarea.collapsable-hitarea {background-position: -67px -27px;}
		.adt .hitarea span {display: none;}
		.adt .table .number-of-subitems {font-size: .92em;}					/* Text - pocet skryt�ch polo�ek */
	.adt .table .collapsable-row td {background: #BDD7F0;}					/* Nadrazen� r�dek */
		.adt .table .last-group-item td {border-bottom: 5px solid #007AC3;} /* Del�c� c�ra za posled�m r�dkem v rozbalen�m seznamu  */

/* Filtracn� formul�r a vyhled�v�n� */
.adt .form-filter {
	/*margin-bottom: 10px;
	padding: 10px;
	background-color: #F4F4F4;  */
}
.adt-item{
   border-bottom: 1px solid #dededf;
   margin: 5px 0 10px 0;
}

.adt-item h3{
  color: #282E31;
}
.adt-item img{
  float: left;
  margin: 0 10px 10px 0;
}
.list-table-basic .list-item{
	margin-bottom: 25px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d8d8d9;
}

.list-table-basic .list-item .imgContainer{
  float: left;
  width: 120px;
}

.list-table-basic .list-item .news-more{
    text-align: right;
    margin: 0 5px 0 5px;
    font-weight: bold;
}
.list-table-basic .list-item .perex {
    margin-bottom: 5px;
		line-height: 1.5em;
		width: 550px;
		float: right;
   /* font-weight: bold;*/
}
.list-table-basic .list-item .values{
    float: left;
}
.list-table-basic .list-item .values .label{
  color: #c2c2c2;
}
.list-table-basic .list-item .prices{
  color: #ff6c00;
  font-weight: bold;
}
.list-table-basic .list-item .address{
  width: 75%; 
}
.list-table-basic .list-item .property{
  width: 25%; 
}
.list-table-basic .list-item .area{
  width: 20%; 
}
.list-table-basic .list-item .flat{
  width: 25%; 
}
.list-table-basic .list-item .offers{
  width: 20%;
}
.list-table-basic .odd{
}