/* Sowiport CSS
   styles-dbclear-common.css - gemeinsame DBClear-Styles
   LY 09/2007
*/
.resultCellSelectorWithoutCheckbox {
text-align: center;
font-size:11px;
font-weight:bold;
height:100%;
margin:10px 0 10px 10px;
padding:0 2px 0 0;
vertical-align:top;
white-space:nowrap;
width:auto;
background-color:#F6F4E7;
border-left:3px solid #ECE7CF;
}

.resultCellSelector .hitCounterWithoutCheckbox{
 	top: 0px;
} 

.dbcBreadcrumbs{
	float:none;
	display:inline;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-left: 10px;	
	margin-bottom:5px;
	margin-right:0px;	
	font-size: 11px;
}

A.breadcrumbLink, A.breadcrumbLink:active, A.breadcrumbLink:hover,A.breadcrumbLink:link,A.breadcrumbLink:visited{
	font-weight: normal;
	vertical-align: middle;
	white-space: normal;
	text-decoration: none;
}

.categoryDIV{
	margin-left:0px;
	margin-right:0px;
	padding-left:2px;
	padding-right: 2px;
	padding-bottom: 30px;
	padding-top: 10px;
	font-size: 11px;
	background-color:#F6F4E7;
}


.categoryTree {
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	background: none repeat scroll 0 0 transparent;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: white;
}

.categoryTree .categoryTree{
border-left: 8px solid #F6F4E7 !important;
}

.categoryItemTop {
	background-image: url(images/browse_orange_minus.gif);
	background-repeat: no-repeat;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
}

.categoryItemSelectedOpen {
	background-image: url(images/browse_orange_minus.gif);
	background-repeat: no-repeat;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6F4E7;
}

.categoryItemSelectedClose {
	background-image: url(images/browse_orange_plus.gif);
	background-repeat: no-repeat;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECE7CF;
}

.categoryItemUnselectedOpen {
	background-image: url(images/browse_orange_minus.gif);
	background-repeat: no-repeat;
	padding: 0px;
}


.categoryItemUnselectedClose {
	background-image: url(images/browse_blue_plus.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
}

.categoryItemSelected {
	background-image: url(images/browse_orange.gif);
	background-repeat: no-repeat;
	padding: 0px;
	border-width: 0px;
	border-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
}

.categoryItemUnselected {
	background-image: url(images/browse_blue.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

SPAN.categorySelectedLink{
	font-weight: normal;
	color: #FFA477;
	vertical-align: middle;
	white-space: normal;
	text-decoration: none;
	margin-left: 10px;
	display: block;
}

A.categorySelectedLink, A.categorySelectedLink:link, A.categorySelectedLink:visited, A.categorySelectedLink:hover, A.categorySelectedLink:active {
	font-weight: bolder;
	color: #FFA477;
	vertical-align: middle;
	text-decoration: none;
	margin-left: 10px;
	border-width: 0px;
	border-style: none;
	display: block;
}


A.categoryUnselectedLink, A.categoryUnselectedLink:active, A.categoryUnselectedLink:hover,A.categoryUnselectedLink:link,A.categoryUnselectedLink:visited{
	font-weight: bolder;
	color: #4A6885;
	vertical-align: middle;
	text-decoration: none;
	margin-left: 10px;
	border-width: 0px;
	border-style: none;
	display: block;

}

.facetteChooserForm{
	font-size: 11px;
	font-weight: bold;
	margin-left: 2px;
	margin-bottom:10px;
}
.facetteChooserForm label{
  position:relative;
  top: 2px;
}

.facetteChooserForm INPUT[type=image]{
	font-size: 11px;
	font-weight: bold;
	border-width: 0px;
	margin-left: 4px;
	vertical-align: middle;
	text-align: left;
}

.facetteChooserForm SELECT{
	font-size: 11px;
	font-weight: bold;
	border-width: 0px;
	width: 140px;
	vertical-align: middle;
	text-align: left;
	height:17px; /* 20080509 HR/LY*/
}

