#faceted-search-region {
	border: 0;
	padding: 0;
	margin: 1px;
	width: 549px;
}

#faceted-search-top {
	margin: 0px;
    padding: 0px;
    border: 0px;
    height: 10px;
	background: url(../images/style1/faceted-search-border-top.gif) no-repeat 0 2px;
}

#faceted-search-box {
	margin: 0px;
    padding: 0px;
    border: 0px;
    
    border-left: 1px solid #014812;
    border-right: 1px solid #014812;
}

#faceted-search-message {
	padding: 2px 0 4px 4px;
	margin: 0;
	border-bottom: 1px solid #014812;
	
	font-size: 12px;
	font-weight: bold;
	color: #014812;
}

#faceted-search-message p {
	padding: 0;
	margin: 0;
	border: 0;
}

#faceted-search-controls {
	padding: 4px;
	margin: 2px;
	height: 140px;
	/*border-bottom: 1px dotted #C4791E;*/
}

.select-input {
	font-weight: bold;
}

.multi-select-input {
	font-weight: bold;
}

.search-input {
	font-weight: bold;
}


.multi-select-input div {
    margin-right: 5px;
    height: 120px;
    overflow: auto;
    border-width: 2px;
    border-style: groove;
    border-color: silver;
}


.multi-select-input p.even {
    background-color: #FFFFFF;
}

.multi-select-input p.odd {
    background-color: #F3F3F3;
}


#faceted-search-bottom {
	clear: both;
	
	margin: 0 0 6px 0;
    padding: 0px;
    border: 0px;

    height: 12px;
	background: url(../images/style1/faceted-search-border-bottom.gif) no-repeat 0 2px;
}
