/* Stil pentru Filtrare */
#filtre {
	font-family: Tahoma;
	margin-top: 1px;
	z-index: 100;
	display: block;
	background: #efefef;
	height: 18px;
}

ul#nav, ul#nav li ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	list-style-type: none;
	line-height: 18px;
	z-index: 100;
}

ul#nav li, ul#nav li ul li {
	float: left;
	position: relative;
	width: 90px;
	cursor: pointer;
	cursor: hand;
	background-color: #efefef;
	border-right: 2px solid #ffffff;
	z-index: 100;
}

ul#nav li ul li {
	text-align: left;
}

ul#nav li:hover, ul#nav li ul li:hover {
	background-color: #CC0000;
	color: #ffffff;
}

ul#nav li.first, ul#nav li.first:hover {
	background: #CE0005;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 80px;
	cursor: arrow;
}

ul#nav li ul {
	display: none;
	position: absolute;
	top: 18px;
	left: 0;
	font-weight: normal;
	text-align: left;
	list-style-type: none;
}

ul#nav li ul li {
	background-color: #7c0000;
	border-top: 1px solid #ffffff;
}

ul#nav li:hover ul, ul#nav li.over ul {
	display: block;
}

#nav li a {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 15px;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	color: #ffffff;
	padding: 0.1em 5px;
	width: 80px;
}

#nav li a.selected {
	background-repeat: no-repeat;
	text-indent: 7px;
	width: 80px !important;
}

#nav a:hover {
	padding: 0.1em 5px;
	background-color: #CC0000;
	width: 80px !important;
}


ul#nav li.first a {
	width: 4em;
}

ul#nav li.first a:hover {
	background-color: #BB0000;
	color: #ffffff;
	width: 80px !important;
	padding: 0;
	padding: 0;
	background-color
}

/* Filtrele selectate */
#filtre_selectate {
	float: left;
	border: 1px solid #e5e5e5;
	color: #7c0000;
	width: 200px;
	margin-top: 5px;
}

#filtre_selectate legend {
	font-family: Tahoma;
	font-size: 10px;
	color: #7c0000;
}

#filtre_selectate a {
	font-family: Tahoma;
	font-size: 10px;
	background-repeat: no-repeat;
	font-weight: normal;
	margin-left: 5px;
	text-decoration: none;
	padding-left: 10px;
	color: #666666;
}

#filtre_selectate a.stfiltre {
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}

#filtre_selectate a:hover {
	background-repeat: no-repeat;
}

#optiuni_filtre {
	float: left;
	font-family: Tahoma;
	font-size: 10px;
	color: #262626;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 5px;
}

html>body #optiuni_filtre{
	margin-right: 38px;
	margin-left: 5px;
}

#optiuni_filtre fieldset {
	border: 1px solid #e5e5e5;
	color: #7c0000;
	width: 100px;
}

#optiuni_filtre fieldset p {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	margin: 0;
	padding: 0;
	line-height: 12px;
	display: block;
}

#optiuni_filtre input {
	display: inline;
}
/* Stil pentru Filtrare */
