@import "hiding.css";

/* list */
#page .list_block {
  background: #e9e9e8 url('../images/block.jpg') no-repeat 0 0;
  width: 225px;
  height: 157px;
  float: left;
  margin-top: 5px;
  padding: 2px;
/*  position: relative;*/
}
#page .list_obr a {
  display: block;
  width: 110px;
  text-align: center;
  margin: 5px 0 0 5px;
  float: left;
  border: 1px solid #E21921;
}
#page .list_obr a:hover {
  border: 1px solid #720201;
}

#page .list_info {
  font-size: 0.9em;
  text-align: center;
  width: 95px;
  height: 80px;
  display: block;
  float: left;
  margin: 15px 3px 0px 3px;
  font-weight: bold;
}
#page .list_info a {
  color: #E21921;  
  font-weight: normal;
}
#page .list_info a:hover {
  color: #E21921;
  text-decoration:none;
}
#page .list_tit {
  text-align: center;
  display: block;
  margin-top: 13px;
  width: 210px;
}

/* ----------- www ------------*/
.www_left {
	width: 340px;
	display: block;
	float: left;
	padding: 5px;
	font-size: 0.9em;
}
.www_right {
	width: 320px;
	float: right;
	padding: 5px;
	text-align: center;
	border: 1px solid #DFDFDF;
}
.www_foto {
	width: 310px;
	height: 205px;
	padding: 3px;
	text-align: center;
}
.www_typ{
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.www_nahlady {
	border: 1px solid #DFDFDF;
	padding: 3px;
	margin-top: 10px;
	text-align: left;
}
.www_cena {
  background-color:#949494;
	padding: 5px;
	margin-top: 2px;
	text-align: center;
	color: White;
	font-weight: bold;
}
.www_popisblock {
	margin: 0 340px 0 0;
}

.www_popisblock div {
	padding: 3px;
	border-bottom: 1px solid #DFDFDF;
}

.www_popistab {
	margin: 6px;
	padding: 5px;
	font-size: 0.9em;
}
.www_lokalita {
	font-weight: bold;
	padding: 3px;
	margin: 0 340px 0 0;
}
a.www_back {
	background: url(../images/ico_back.gif) no-repeat left;
    padding: 3px 0 3px 20px;
    line-height: 20px;
	color: #949494;
	font-size: 0.8em;
	text-align: right;
    font-weight: bold;
	
}
a.www_back:hover {
	text-decoration: none;
}