@import "hiding.css";
/*--detail ponuky-------*/

.www_typ {
	display: block;
	font-size: 10px;
	height: 10px;
	border-bottom: solid #e1e1e1 1px;
	margin-bottom: 5px;
	padding-right: 5px;
	text-align: right;
	padding-bottom: 7px;
}

.www_right {
	display: block;
	float: right;
    text-align: right;
	padding: 2px;
	width: 317px;
}

.www_right img {
	width: 267px;
    padding: 10px 10px 10px 0px;
}

.www_right .www_foto {
	display: block;
	padding-bottom: 2px;
}

.www_right .www_cena {
	display: block;
	height: 70px;
	background-color: #e1e1e1;
	font-size: 18px;
	font-weight: bold;
	color: #DA190A;
	text-align: center;
	padding-top: 9px;
}
.www_spec
/* #page www_id, .www_lokalita, .det_plocha_poz, .det_vyuzitie_poz, .det_typ_obj, .det_izby, .det_miest, .det_podlaz, .det_poschodie, .det_vlast, .det_material, .det_novostavba */ {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	background-color: #ebebeb;
	padding: 3px;
	margin-bottom: 1px;
}


.www_popisblock_typ {
	border: solid #e1e1e1 1px;
	padding: 2px;
	width: 420px;
}

.www_popistab {
	border: solid #e1e1e1 1px;
	padding: 5px;
	margin-bottom: 10px;
	width: 690px;
}
.www_popis {
	border: solid #e1e1e1 1px;
	padding: 5px;
	margin-bottom: 10px;
    font-size: 15px;
    display: block;
    /*float: left;*/
}
.www_makler {
	border: solid #DA190A 2px;
	padding: 5px;
    display: block;
}
.www_makler .fotomakler {
  float: right;
  border: 1px solid #e1e1e1;
  padding: 2px;
}

.www_nahlady img {
	border: solid #e1e1e1 1px;
	padding: 2px;
}
.www_nahlady2 {
	padding-right: 32px;
}
a.www_back {
	background-image: url(../images/arwleft.jpg);
	background-position: center left;
	padding-left: 20px;
	color: #da190a;
	font-weight: bold;
	text-decoration: none;
	height: 16px;
	display: block;
	width: 30px;
}

a.www_back:hover {
	text-decoration: underline;
}


/*-- top ponuky-------*/
.coll_b {
	display: block;
	float: left;
	width: 345px;
	border-right: solid #e1e1e1 1px;
	padding: 10px 7px 10px 0px;
}

.coll_nb {
	display: block;
	float: right;
	width: 345px;
	padding: 10px 0px 10px 5px;
}

.itembox {
	display: block;
	float: left;
	width: 335px;
	border: solid #e1e1e1 1px;
	padding: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.itembox .itemhead {
	display: block;
	float: left;
	border-bottom: solid #e1e1e1 1px;
	padding: 0px 5px 5px 5px;
	width: 325px;
	margin-bottom: 5px;
}

.itembox .itemhead2 {
	display: block;
	float: left;
	padding: 0px;
	width: 325px;
	margin-bottom: 5px;
}

.itembox .itemhead h2 {
	text-align: left;
	display: block;
	float: left;
	color: #DA190A;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/ponuka1_ico.jpg);
	background-position: center left;
	height: 16px;
	padding: 3px 10px 0px 25px;
}


.itembox .itemhead h2 a {
	color: #DA190A;
	text-decoration: none;
}

.itembox .itemhead h2 a:hover {
	text-decoration: underline;
}

.itembox .itemhead2 span {
	float: right;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	display: block;
}
.itembox .itemhead2 span .colorred {
  color: #d21408;
}
.itembox img {
	float: left;
	margin: 0px 5px 5px 5px;
	border: solid #9A1212 1px;
}

.itembox .itemcnt {
	float: left;
	display: block;
	height: 100px;
}

.itembox p {
	color: #333333;
	text-align: left;
	font-size: 12px;
	margin:0px;
}

.itembox p span {
	padding-top: 5px;
	display: block;
}

.itembox .itemfoot {
	display: block;
	clear: left;
	width: 325px;
	margin-top: 5px;
	padding: 0px 5px 3px 5px;
	float: left;
}

.itembox a.l_more {
	display: block;
	float: right;
	background-image: url(../images/viacinfo_ico.jpg);
	background-position: center right;
	padding-right: 25px;
	color: #DA190A;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	height: 16px;
}

.itembox a.l_more:hover {
	text-decoration: underline;
}
.itemfoot .l_cena a {
  float: left;
}
.itemfoot .l_cena a:hover {
  float: left;
  background-color: #fff;
}

/************** POPUP CENA ********************/
/*a {position: relative;}

a:hover span {
  position: absolute;
  top: 5px;
  left: 30px;
  display: block;
  background: #fdd;
  border: 1px solid red;
  }*/


a.popup {
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration:none;
   	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
}
a.popup:hover {
  z-index:25;
  font-size: 1.2em;
  color: #333333;
}

a.popup span {
  display: none;
}

a.popup:hover span{ /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
    width: 150px;
    border: 1px solid #DA190A;
    background-color: #D7D7D7;
    color: #000;
    text-align: center;
}
#editor .pub20 td {
  background-color: #f7f7f7;
  color: #a5a4a4;
}

#editor .pub11 td {
  background-color: #efdfdf;
}

#editor .pub21 td {
  background-color: #f7ecec;
  color: #a5a4a4;
}


