/* LISTA KATEGORII */
a#comboListKatHeader {
	background: url('images/select-bg.jpg') no-repeat;
	display: block;
	height: 17px;
	font-size: 10px;
	font-family: tahoma;
	color: #616161;
	width: 309px;
	padding: 2px 19px 0 10px;
	text-align: left;
	text-decoration:none;
	margin: 0 0 0 10px;
}

div#comboListKat {
	font-family: Tahoma;
	font-size: 10px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	padding: 1px 0 0 0;
	position: absolute;
	text-align: left;
	width: 340px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	margin: 0 0 0 10px;
	background: white;
}

div#comboListKat a {
	display: block;
	padding: 3px 10px 3px 10px;
	height: 11px;
	background: white;
	border-bottom: 1px solid #f0f0f0;
	color: #616161;
	text-decoration: none;
}

div#comboListKat a:hover {
	color: #6f6f6f;
	text-decoration: underline;
}