/* galeria */
.gallery div.image {
	position: relative;
	margin: 5px;
	width: 140px; height: 105px;
	text-align: center; vertical-align: middle;
	overflow: hidden;
	float: left;
}
.gallery .delete {
	position: absolute;
	top: 0; right: 0;
	cursor: pointer;
	background: #eee;
	border: 1px solid #ccc;
}
.gallery .edit {
	position: absolute;
	top:0; right: 20px;
	width: 16px; height: 16px;
	cursor: pointer;
	background: #eee;
	border: 1px solid #ccc;
}
.gallery a {
}
.gallery a:hover {
	border-color: #FBC700;
}
.gallery .img {
	height: 105px;
	border: none;
}
.gallery .separator {
	clear: left;
	height: 1px; visibility: hidden;
}


/* vyhladavanie */
#search {
	color: #023168;
	font-family: Verdana; font-size: 13px; font-weight: bold;
}
#search table {
	border-collapse: collapse;
	margin: 0; padding: 0;
}
#serach td, #search input, #search select {
	margin:0; padding: 0;
}
#search .submit {
	display: block;
	overflow: hidden;
	text-indent: 300px;
	border: none;
	margin: 0; padding: 0;
	width: 117px; height: 21px;
	background: url(../images/hladaj.jpg) no-repeat;
}
#search td {
	text-align: right;
	padding: 0 2px;
}
#search td.element {
	text-align: left;
	width: 50px;
}
#search div.dijitComboBox, #search select {
	width: 119px;
}

/* zoznam zajazdov */
#ckList .item {
	position: relative;
	display: block;
	width: 590px;
	padding: 3px 6px; margin: 0 auto 10px;
	background: #dbe2f1;
	cursor: pointer;
	color: #00346d;
	text-decoration: none;
}
#ckList .price {
	float: right;
	color: #6479a3;
}
#ckList .item-top, #ckList .item-bottom {
	position: absolute;
	left: 0; top: 0;
	width: 602px; height: 3px;
	background: url(../images/item-top.jpg) no-repeat;
}
#ckList .item-bottom {
	top:auto; bottom: 0; 
	background-image: url(../images/item-bottom.jpg);
}

#ckList .title {
	font-weight: bold;
	color: #6479a3;
}

#ckList table, #ckList table td { margin:0; padding:0; }

/* zajazd */
.ckShow .h3 {
	display: block;
	margin: 16px 0 0 0;
}
table.termin thead td {
	font-weight: bold;
}
table.termin .lastminute, table.termin .lastminute td{
	background: #FFD75F;	
	border-bottom: 1px solid #fff;
}

table.termin tbody tr {
	cursor: pointer;
}



