/* karlos uprava css */
body {
	background: url(../images/bgStripLine.gif) repeat-x 0px 160px;
}

.zvInfo {
  margin: 0;
}

a {
  color: #B50D59;
}

/* event info */
.dayCalendar {
  border-top: 5px #CC0000 solid;  
  width: 50px;
  text-align: center;
  float: left;
  clear: left;  
}
.dayNumber {
  line-height: 25px;
  height: 25px;
  font-size: 16px;
  font-weight: bold;
}
.dayWrap {
  margin: 10px 0 40px 0;
}
.dayWrap p {
  padding: 10px 0 0 60px;
}
.eventDayH {
  background: #47055D;
  border-left: 0;
  font-style: normal;
  color: #fff;
  padding: 2px;
}
/* event info - end */

/* object list - left */
#objectsList {
	width: 720px;
	float: left;
	overflow: hidden;

}

#objectsList .paginationControl {
  text-align: right;
  border-top: 1px #ccc solid;
  clear: left;
  padding-top: 5px;
}

.objectsWrap {
	width: 230px;
	float: left;
	margin-right: 10px;
	padding-top: 15px;
}

.objectsWrap h3 {
	margin: 0;
	padding: 0;
	width: 230px;
}

.objectsWrap h3 a {
	display: block;
	background: #776a22;
}

.objectsWrap h3 a:hover {
	text-decoration: none;
	cursor: pointer;
	background: #18485e;
}

.objectsWrap h3 a strong {
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	padding: 0 5px 0 10px;
	margin: 0;
	height: 20px;
	line-height: 20px;
}

.objectsWrap dl {
	margin: 5px 0 0 5px;
	padding: 0;
	font-size: 11px;
}

.objectsWrap dt {
	float: left;
	font-weight: bold;
}

.objectsWrap dd {
	margin-left: 60px;
}


/* object list right */
#objectsTips {
	margin: 10px 0 0 720px;
	background: url(../images/bgTips.gif) no-repeat scroll left bottom;
	text-align: left;
}

.objectsTipsIn {
  padding: 5px 0 5px 5px;
}

#objectsTips h3,#objectsTips h4 {
	margin: 0;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	background: #dadada;
	color: #494949;
	font-weight: normal;
	font-size: 12px;
}

#objectsTips h4 {
	background: #094c22;
	color: #fff;
	margin: 10px 0 0 0px;
}

#objectsTips p,#objectsTips img {
	margin: 0;
	padding: 0;
}

.tipBoxIn {
  padding: 10px 0 0 0px;
}


/* objects list right - END*/ 




/* objects detail */
#objectMainBox {
	width: 560px;
	float: left;
	overflow: hidden;
	padding-top: 10px;
}



#objectRightBox {
	margin: 0px 0 0 580px;
	padding-top: 160px;
}


#galleryBox {
	width: 530px;
	height: 354px;
	margin-left: 15px;
	position: relative;
	text-align: center;
	background: #fff;	
}


#galleryBox a{
  display: block;
	width: 530px;
	height: 354px;
	text-align: center;
}
#galleryBox img {
  display: inline;
}



#objContacts {
  width: 260px;
  float: left;
}

#objInfo {
  width: 240px;
  float: left;
  margin-left: 20px;
}

#detailInfoBox {
  clear: left;
}

.ratingContainer {
	float: left;
	margin-right: 15px;
	padding-bottom: 10px;
}

h3.rating {
	font-size: 15px;
	margin: 0px;
	margin-bottom: 5px;
}

h3.category {
	margin: 0px;
	font-size: 15px;
	padding-top: 8px;
	color: white;
}


h4.rating {

	margin: 0px;
}


h3.infoSection {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
  border-bottom: 1px #000 solid;	
  margin-bottom: 5px;
}

.objectContact {
  float: left;
  width: 190px;

}
.objectContact, .objectInfo {
  margin-top: 10px;
    border-bottom: 1px #000 solid;
}

ul.detailInfo {
  margin:  10px 20px 0 0;
  float: left;
  font-weight: bold;

}
ul.detailInfo strong{
  font-weight: normal;
  float: left;
  width: 100px;    
}




ul.moreInfo {
  margin:  10px 20px 0 0;
  float: left;
  font-weight: bold;

}
ul.moreInfo strong{
  font-weight: normal;
  float: left;
  width: 140px;    
}

ul.moreInfo {
  width: 250px;
}
ul.moreInfo strong {
  width: 160px;
}



#avgRating {
  margin-top: 20px;
  height: 40px;
}

#avgRating .avgRatingSection {
  float: left; 
  margin-right: 35px;
}

#galleryWrap .paginationControl {
  text-align: right;
  padding: 5px 40px 5px 0; 
}
/* oteviraci doba - table */
table {
	padding: 0;
	margin: 2px;
	font-size: 11px;
  border-collapse: collapse;	  
  border-spacing: 0;
  border: 0;
}
tr, td, th {
  margin: 0;
  padding: 2px 6px;
  border: 0;
  border: 1px #18485e solid;
}
th {
  background: #18485e;
  color: #fff;
}

/* oteviraci doba - table END */

/* objects detail - END */

/*
  object detail right
*/
.objPanel {
  width: 300px;
}
.objPanel img {
  display: inline;
}
#haveInFavorites a {
  padding: 3px;
}
/*
  object detail right - END
*/


#objectsTips .category h2 {
	color:#B50D59;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.3em;
}
#objectsTips .category {
	background: #F6F6F4;
	padding: 15px;	
	border-bottom:1px solid #8EA8B3;
	border-top:7px solid #035670;
	margin: 20px 0;
}	
#objectsTips .category a {
  font-size: 13px;
  font-weight: bold;
  color:#434343;
}
