
/*Side menu*/
ul.leftMenu{
	list-style: none;
	padding-left: 22px;
}

ul.leftMenu li{
	display: block;
	min-height: 27px;
}

ul.leftMenu li a{
	background: url("../img/new/left-menu-border.gif") left bottom no-repeat;
	color: #125e1c;
}

ul.leftMenu li a{
	display: block;
	min-height: 23px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}

ul.leftMenu li a:hover{
	text-decoration: underline;
}

ul.leftMenu li ul li{
	background: url('../img/new/li.gif') 10px 12px no-repeat;
}

ul.leftMenu li ul li a{
	padding: 5px 10px 5px 25px;
}



/* sorting menu */
div.sortingView {
	border-bottom: solid 1px #125e1c;
	height: 32px;
	margin: 0px 0px 20px 0px;		
}

div.sortingView ul {
	float: left;
}
div.sortingView ul.sortingFilters {
	float: right;
}

ul#zalozky,
div.sortingView ul {
	list-style-type: none;
	border-bottom: solid 1px #125e1c;
	height: 32px;
	margin: 0px 0px 20px 0px;		
}

ul#zalozky li,
div.sortingView ul li {
	display: block;
	float: left;
	height: 28px;
}

ul#zalozky li a,	
div.sortingView ul li a,
div.sortingView ul li.popis { 
	display: block;
	float: left;
	height: 25px;
	background: #efefef;
	margin:  4px 0px 0px 0px;
	padding: 3px 10px 0px 10px;
	color: #444 !important;
	font-weight: bold;
	border-right: solid 2px #fff; 
}
div.sortingView ul.sortingFilters li a,
div.sortingView ul.sortingFilters li.popis {
	border-left: solid 2px #fff; 
	border-right: solid 0px #fff; 
}

	ul#zalozky li.act2 a,
	div.sortingView ul li.act2 a,
	ul#zalozky li a:hover,	
	div.sortingView ul li a:hover,
	div.sortingView ul li.popisactive { 
		background: #125e1c; 
		color: #fff !important;
		height: 25px;
		margin:  0px 0px 0px 0px;
		padding: 7px 10px 0px 10px;
	}

div.categoryList { 
	margin: 0px 0px 25px 0px;
	
}
div.categoryIn {
	min-height: 20px;
	border-bottom: solid 1px #f2f2f2;
	clear: both;
}

div.categoryIn a { 
	display: block;
	min-height: 20px;
	float: left;
	width: 160px;
	min-height: 16px;
	padding: 2px 10px 2px 10px;
	margin:  0px 0px 2px 0px;
	color: #444 !important;
}

	ul.noMarginBottom{
		margin-bottom: 0px !important;
	} 


/* curent user menu */
ul#loggedCurrentUser{
	height: 30px;
	list-style-type: none; 
	float: left;
}

	ul#loggedCurrentUser li,
	ul#loggedCurrentUser li a{
		float: left;
	} 
	
	ul#loggedCurrentUser li {
		height: 30px;
	}
	ul#loggedCurrentUser li a{
		height: 25px; padding: 5px 10px 0px 10px; 	
	}	
	ul#loggedCurrentUser li a:hover{ background: #f3f6f9;}
	ul#loggedCurrentUser li a.active { background: #f3f6f9;}
	