#left-menu {
	width:25%;
	margin-right:2%;
	float: left;
}

.content-search h1 {
	margin-left: 18px;
}

#search_results {
	width:71%;
	float: left;
	margin-top: 30px;
}

#search_results ul {
	text-align:center
}

#search_results ul li {
	display:inline-block;
	margin:0.5em;
}

#search_results ul li a {
	padding:0.5em;
}

#ezautocomplete input#Search {
    margin: 0 10px 0 0px;
    position: relative;
    max-width: 200px;
	Width:50%;
}

#ezautocomplete > input,
#ezautocomplete > span {
/*	float:left;*/
}

#ezautocomplete > span {
/*	margin-left:35px;
	margin-top:-1px;*/
	margin:2px 0px 0px 10px;

}

.content-search #ezautocomplete > fieldset {
	float: right;
    margin-right: 19px;
    width: 465px;
	margin-top: -8px;
}
	
.content-search .feedback h2 {
	border-bottom: 1px solid #ccc;
    padding-bottom: 0.25em;
	/*
    color: #676767;
    font-size: 1.5em;
    margin: 0 0 18px;
    padding-left: 18px;
    text-align: left;
    width: 933px;*/
}
	
#search_controls fieldset {
	border:0; padding:0 0.7em 0.7em 0.7em;
}
#search_controls ul {
	margin-left:0;
}
#search_controls fieldset legend {
	padding-left:0;
}

.feedback fieldset {
    border: 1px solid #ccc;
}
	
#search_controls fieldset > ul {
	margin-left:0;
}

#search_controls ul li {
	 background: none;
    list-style: none outside none;
    margin-bottom: 4px;
    margin-left: 0;
    padding-left: 0;
}
	
ul#facet-list > li {
    font-weight: bold;
	padding-left:0;
}
	
#search_results .attribute-title {
	border-top:1px solid #ccc;
}

#search_results .attribute-title h2 {	
	font-size: 142%;
    font-weight: normal;
    line-height: 1.33em;
    margin: 0.75em 0 0.25em;
}

#search_results .content-view-line {
	padding-bottom:1em;
}

#search_results > ul {
	margin-bottom:0;
}

.feedback fieldset legend {
	cursor:pointer;
}

.feedback fieldset legend:hover {
    text-decoration: underline;
}

#search_results .result-box {
	border-bottom:1px solid #ccc;
	margin-bottom:1em;
}

.navigator-bottom {
	margin-bottom:2em;
}

.result-box .content-view-line img {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #eee;
}
	
	