
/*
	sekce Lide
*/

/* spolecne */

.bookmark-container {
	position: relative;
}

	.lide-item, .photo-box {
		width: 150px;
		padding: 7px;
		margin: 10px 15px;
		float: left;
		background: #FCFCF0 url('../img/bg-image.gif') no-repeat left top;
	}
	/* prazdne boxy */
	.lide-item.empty {
		
		background: none;
	}
	.lide-item .blank_150x100 {
		width: 136px;
		height: 86px;
	}
	
/*	#perex p.f-left {
		width: 350px;
		float: left;
	}
	#perex p.f-right {
		width: 320px;
		float:right;
		margin-right: 5px;
		text-align: right;
	}
	
	#perex {
		width: 729px;
		margin-top: 0px;
		padding-top: 0px;
	}*/

	

/* vypis */


	span#bookmark-lide {
		display: block;
		position: absolute;
		left: -48px;
		top: -10px;
		width: 28px;
		/*height: 123px;*/
		height: 139px;
		background: url('../img/bookmarks/bookmark-lide.gif') no-repeat left top;		
	}
	

	.item-2 {
		margin: 10px 60px;
	}
	.lide-item h5 {
		font-size: 100%;
		background: url('../img/icon-navitem.gif') no-repeat 0px 1px;
		padding: 0px 10px 0px 15px; 
	}
	#main-content .lide-item h5 a, #main-content .lide-item h5 a:visited {
		color: #007CC6;
	}
	#main-content .lide-item h5 a:hover, #main-content .lide-item h5 a:focus, #main-content .lide-item h5 a:active {
		color: #949B01;
		text-decoration: none;
		background-color: transparent;
	}
	.lide-item div {
		font-size: 90%;
		padding: 5px 0px 5px 15px;
		border-bottom: 1px solid #FCFCF0; 
	}
	
	.item-row {
		clear: both;
	}
	
	
	
/* detail */	
	
	.lide-detail ul {
		margin-left: 0px;
		padding-left: 0px;
	}
	.lide-detail ul li {
		margin-left: -3px;
		padding-left: 0px;
	}

/*	span#bookmark-detail {
		display: block;
		position: absolute;
		left: -48px;
		top: -10px;
		width: 28px;
		height: 123px;
		background: url('../img/bookmark-detail.gif') no-repeat left top;		
	}*/
	/*
	#perex p.f-left {
		width: 380px;
		float: left;
		padding-left: 10px;
	}
	#perex p.f-right {
		width: 320px;
		float:left;
		text-align: right;
	}
	
	p.f-right span {
		background: url('../img/icon-navitem.gif') no-repeat 0px 1px;
		padding-left: 15px;
	}
	
	#main-content p.f-right span a, 
	#main-content p.f-right span a:visited {
		color: #007CC6; 
		font-weight: normal;
   }
	#main-content p.f-right span a:hover,
	#main-content p.f-right span a:active,
	#main-content p.f-right span a:focus {
		color: #949B01;
		background-color: transparent;
		text-decoration: none;
   }
	*/
	.h20px {
		height: 20px;
	}
	
	.photo-box {
		float: right;
		margin: 0px 0 10px 10px;
	}
	
	.photo-box h5 {
		font-size: 100%;
		/*color:#007CC6;*/
		font-weight: normal;
		padding: 0px ; 
	}
	
	.content-box-container {
		width: 509px;
		margin-bottom: 25px;
	}
	
	.content-box-top {
		background: url('../img/bg-content-box-top.gif') no-repeat center top;
		height: 9px;
	}
	.content-box-content {
		background: url('../img/bg-content-box.gif') repeat-y left top;
		padding: 0px 20px 0px 45px;
	}
	
	.content-box-content ul {
		padding: 5px 22px;
	}
	
	.content-box-content h2, .content-box-content h3.fish {
		background: url('../img/bg-hx-fish-2.gif') no-repeat left center;
		padding-left: 30px;
		margin-left: -30px;
		color:#007CC6;
		font-weight: normal;
	}
	
	
	/* volne pozice */
		.blue-style {
			padding-bottom: 20px;
		}
		#main-content .blue-style h3 {
			font-size: 130%;
			font-weight: normal;
			background: url('../img/bg-h5-fish.gif') no-repeat 0px 2px;
			padding: 3px 60px 10px 30px;
			min-height: 18px;
		}
			#main-content .blue-style h3 a, #main-content .blue-style h3 a:visited  {color:#949B01;}
			#main-content .blue-style h3 a:hover, #main-content .blue-style h3 a:focus, #main-content .blue-style h3 a:active {color:#007CC6;background-color: none; background: transparent; }
		
