a.advancedSearchLink {
top: 26px;
left: 2px;
text-decoration: none;
}

a.archiveLink {
	position: absolute;
	top: 26px;
	right: 2px;
	text-decoration: none;
}
#loading{
	position: absolute;			
	margin: 50px 0 0 0px;
	display: none;		
}

#content #hitsZone {
	width: 70%;
	float:left;
}
#content #refineZone {
	float:left;
	width:30%;
}
#hits {
	margin:0 5px 0 0;	
	padding:0 0 12px;
	clear:both;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	
	overflow: hidden;
}

.hit {
	padding-top:14px;  
}

.hit .title {		
	font-weight: normal;
}

/* facets CSS */
.refineGroup ul.categories li.category.active,
#groups .refineGroup ul.categories li.category.not {
	font-weight: bold;	
	font-style: italic;	
}

#groups .refineGroup ul.categories li.category.not,
#groups .refineGroup ul.categories li.category.not a:not(.excludeLink){ /* doesn't work in IE */
	color: #B94A48;
}

#groups .refineGroup ul.categories li.category.hide,
#groups .refineGroup ul.categories.hide {		
	/*opacity : .5;*/
	display: none;
}

.refineGroup .last{
	height: 25px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none
}

.refineGroup .moreOp,
.refineGroup .moreCl {
	line-height:25px;	
	list-style-type: none;
	list-style-position:outside;
	list-style-image: none;
	margin:0;
	padding:0;
	text-align: right;
	padding-right: 10px;
	font-style: italic;
}
.refineGroup .moreCl {
	display: none;
}

.refineGroup .moreOp a,
.refineGroup .moreCl a {
		
}

#searchFormContent .separator {
	position: absolute;
	height: 26px;
	left: 546px;
	bottom:0;
	border-right: 1px solid #CACACA;
}

#hitsZoneTop {
	white-space: nowrap;
    width: 100%;                   /* IE6 needs any width */
    overflow: hidden;              /* "overflow" value must be different from  visible"*/ 
    -o-text-overflow: clip;    /* Opera < 11*/
    text-overflow:    clip;    /* IE, Safari (WebKit), Opera >= 11, FF > 6 */
}
/* PAGINATION */
#pageNavigation li.active a {
	border: 1px solid #3279be;
	background: #f3F8FF;
	color: black;
	font-weight: bold;
}
.search input.sBox {
	margin: 0;
	padding: 3px 5px 2px 5px;
	border:1px solid #b2b2b4;
	border-left: none;
	color: #333;
	width: 205px;
	height: 15px;
	background: #fefefe;
}
#searchForm .advancedSearchLink{
	margin-left: 0;
	line-height: 20px;
}
#searchForm .archiveLink{
	position: relative;
	float: right;
	top: 0;
	right: 0;
	line-height: 20px;
}