body.search {
    padding-top: 147px;
}

.content-bar-black {
    position: fixed;
    z-index: 9;
    top: 101px;
    height: 46px;
    padding:0px;
}

.main-form {
/*    margin-top: 46px;*/
}
.selects-holder label {
    float: left;
    display: inline-block;
    line-height: 21px;
    padding-right: 10px;
    margin-left: 119px;
}
div.selectArea {
}

.search-text {padding:0 0px 0px 0px;}
.search-head {
    display:block;
    color:#063666;
    margin:0 0 3px;
}
.search-results {
    padding:30px 0 60px 0;
}

div.search-results a {
    color: #063666;
    font-size: 15px;
    font-weight: bold;
}
.search-results div.row, .search-results div.row-first {
    border-top: 1px solid #E4E2DD;
    padding-bottom: 12px;
    padding-top: 10px;
    font-size: 11px;
    line-height: 17px;
}
    .search-results div.row-first {
        border-top: none;
    }
div.summary {
    clear: both;
    padding-top: 5px;
}

/*
.moduleContent H1 B {color:#00216D; font-weight:normal;}
.moduleContent H1 FORM {float:right;font-size:11px;}
.moduleContent H1 FORM SELECT {font-size:11px;}
*/
.star-rating {background: url(../images/blankstar.png) left top repeat-x;}
.star-rating .current-rating{ background: url(../images/star.png) left top repeat-x;	
}
.star-rating{
	position:relative;
	width:80px;
	height:16px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:16px;
	line-height:16px;
	outline:none;
	overflow:hidden;
	border: none;
}
.moduleContent FORM.searchForm {
	display:block;
	margin:30px;
	padding:20px;	
	font-weight:bold;
}
.moduleContent FORM.searchForm .formElement {display:block; margin:10px 5px; height:20px; width:300px;}
.moduleContent FORM.searchForm LABEL {width:80px;}
.moduleContent FORM.searchForm INPUT { font-weight:bold; width:100px; margin:0 0 0 90px;}
.moduleContent FORM.searchForm INPUT.text{ width:100px; margin:0px 10px;}
.moduleContent FORM.searchForm SELECT {width:120px; margin:0px 10px;}



