

h4 {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 5px 5px 10px 0;
}

input.searchText {
	width: 190px;
}

input.searchTextShort {
	width: 70px;
	margin-right: 5px;
	margin-left: 5px;
}
select.streetList {
	width: 250px;
}

form#searchFormCpInCity {
	margin: 0;
	padding: 0;
}

select#mapSelect {
	width: 180px;
	font-size: 0.7em;
	float: right;
}

img.buttonIcon {
	border: 1px solid black;
	margin-right: 3px;
	background-color: #dfdfdf;
}

#objectsInMap {
}

#objectList {
}

#routingTab {
}

#objectDetail {
}

#search {
}

h4 {
	padding: 10px 0 5px 0;
	color: #8a4444;
	margin: 0 0 7px 0;
}

h4.searchResult {
	padding: 10px 0 0 0;
	color: #8a4444;
	margin: 0 0 2px 0;
}

h4.categoryHeader {
	padding: 2px 2px 2px 5px;
	color: #FFFFFF;
	background-color: #454545;
	border: 1px solid black;
	margin: 8px 0 2px 0;
	font-size: 0.9em;
}


ul.searchResultList {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 5px 0 0 0;
}

ul.objectList {
	list-style: none;
	padding: 0 0 0 13px;
	margin: 5px 0 0 0;
}


div.catListBox {
    clear: both;
	margin: 0px 8px 0px 0px;

	width: 24px;
	height: 24px;
	float: left;
}

div.catObjectList {
	clear: both;
}

div.categoryLister {
	width: 100%;
	text-align: center;
	font-size: 80%;
	border-bottom: 1px dashed black;
}

ul.objectList li
{
	padding-left: 15px;
	padding-bottom: 2px;
	padding-bottom: 2px;
	font-size: 0.9em;
}

ul.searchResultList li
{
	padding-left: 25px;
	padding-bottom: 2px;
	padding-bottom: 2px;
	font-size: 0.9em;
}

.tabcontent{
	display: none;
}

select {
	font-size: 80%;
}

/*seznam obsahujici jednotlive detailni iformace o objektu*/
ul.address {
	margin: 10px 0 10px 5px;
	list-style-type: none;
	padding: 0 0 0 10px;
}

ul.address li {
	padding-left: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
}

img.bublePhoto {
	float: left;
	border: 1px solid black;
	margin-left: 5px;
	margin-bottom: 5px;
}

div.addressPhoto {
	width: 270px;
	text-align: center;
}

img.addressPhoto {
	border: 1px solid black;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.address li.mobile {
	background: url(../_images/adress_book/tel.gif) no-repeat 0 0.2em;
}

ul.address li.phone {
	background: url(../_images/adress_book/tel_pevna.gif) no-repeat 0 0.2em;
}

ul.address li.street {
	background: url(../_images/adress_book/adr.gif) no-repeat 0 0.2em;
}

ul.address li.email {
	background: url(../_images/adress_book/email.gif) no-repeat 0 0.2em;
}

ul.address li.web {
	background: url(../_images/adress_book/inet.gif) no-repeat 0 0.2em;
}

/*napoveda - legenda*/

table.legend tr td {
	font-size: 80%;
}

/**hlavicka tabu*/

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 0;
 border: 1px solid #000000;
 border-bottom: none;
 /*background: #DDE;*/
 background: #444444;
 color: #FFFFFF;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #FFFFFF; }
ul.tabbernav li a:visited { color: #FFFFFF; }

ul.tabbernav li a:hover
{
 color: #000000;
 background: #da981a;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 color: #000000;
 border-bottom: 1px solid #000000;
}

ul.tabbernav li.tabberactive a:hover,
ul.tabbernav li.tabberactive a:link,
ul.tabbernav li.tabberactive a:visited
{
 color: #000000;
 background: white;
 border-bottom: 1px solid #000000;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/


.tabberlive .tabbertab {

	border: 1px solid #000000;
	border-top: 0;
    font-size: 90%;
	width: 300px;
	padding: 10px;

	color: black;
	overflow: auto;
	background-color: #ffffff;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 /*display:none;*/
 padding: 0 0 0 0;
}



