#livesearch {
	position:relative;
    float:left;
    width:100%;
	text-align:left;
    overflow:hidden;
}

#livesearch dt, #search_results dt {
	position:relative;
    width:615px;
    margin:0;
    cursor:default;
}

#livesearch dd, #search_results dd {
	float:none;
	width:590px;
	padding:0;
	background-color:#E1EBFE;
	border-bottom:1px solid #d3dee5;
    margin:0 25px;
}

#livesearch dd.even, #search_results dd.even {
	background-color:#f8fcff;
}

#livesearch dd a, #search_results dd a {
	position:relative;
	padding:5px 5px;
	border:none;
    height:auto;
}

#livesearch dd a:hover, #livesearch dd a:focus, #search_results dd a:hover, #search_results dd a:focus {
	background-color:#ebf7ff;
    text-decoration:none;
}

.title_holder {
    width:100%;
    display:block;
    clear:both;
    color:#2E5D89;
    font: normal 13px "Lucida Grande", Arial, Helvetica, sans-serif;
    cursor:pointer;
}

.locations_holder {
    position:relative;
    width:100%;
    display:block;
    clear:both;
    cursor:pointer;
}

.country_holder,.city_holder {
    width:auto;
    margin-right:3px;
    float:left;
    color:#000;
    font: normal 10px "Lucida Grande", Arial, Helvetica, sans-serif;
    cursor:pointer;
}

span.separator {
    width:auto;
    margin-right:3px;
    float:left;
    color:#000;
    font: normal 10px "Lucida Grande", Arial, Helvetica, sans-serif;
    cursor:pointer;
}

#livesearch .error, #search_results .error{
    position:relative;
    float:left;
    width:100%;
    color:#2E5D89;
    margin:10px 0px 5px 0px;
    cursor:default;
    font: bold 14px "Lucida Grande", Arial, Helvetica, sans-serif;
    text-align:center;
}


#livesearch .highlight, #search_results .highlight { 
	text-transform: uppercase;
    color:red;
}

#content a,#content a:hover{
    background:none;
}

#search_form {
	position:relative;
    margin-top:0px;
    margin-bottom:0px;
    margin-right:25px;
    margin-left:10px;
}

#search_form label {
	position:relative;
    float:left;
    font: normal 12px Arial, Helvetica, sans-serif;
    color:#2E5D89;
    cursor:pointer;
    text-align:left;
    line-height:25px;
    vertical-align:middle;
}

#search_form input {
	font: normal 11px Arial, Helvetica, sans-serif;
    color:#666666;
    border:1px solid #A5ACB2;
    cursor:pointer;
    position:relative;
    padding:2px 2px 2px 2px;
}

#search_form select {
	font: normal 11px Arial, Helvetica, sans-serif;
    color:#666666;
    border:1px solid #A5ACB2;
    cursor:pointer;
    position:relative;
    padding:2px 2px 2px 2px;
}

#search_form .form_content {
    position:relative;
    width:610px;
    overflow:hidden;
    clear:both;
}

#search_form .left {
    position:relative;
    width:370px;
    float:left;
    overflow:hidden;
    height:auto;
}

#search_form .search_here_box {
    position:relative;
    float:left;
    width:374px;
    height:104px;
    background: url(../images/search_here_box.jpg) no-repeat left top;
    overflow:hidden;
}

#search_form .sub_title {
    position:relative;
    font: bold 13px Arial, Helvetica, sans-serif;
    color:#000000;
    text-align:left;
    line-height:17px;
    cursor:default;
    top:25px;
    left:105px;
    overflow:hidden;
    width:220px;
}

#search_form .right {
    position:relative;
    width:220px;
    float:right;
    overflow:hidden;
}

#search_form .fields_row {
    position:relative;
    width:100%;
    text-align:right;
    margin-bottom:5px;
    clear:both;
}

#search_form .country,#search_form .branch {
    width:150px;
}

#search_form .city {
    width:120px;
    vertical-align:top;
}

#search_form .query {
    width:144px;
}

#search_form .search_submit_btn {
    width:80px;
    height:23px;
    border:none;
    background: url(../images/search_btn.png) no-repeat 0px 1px;
    color:white;
    font: bold 11px Arial, Helvetica, sans-serif;
    padding-left:10px;
}

#search_form .search_update_btn {
    width:25px;
    height:17px;
    border:none;
    background: url(../images/update_btn.png) no-repeat left top;
    color:white;
}

#search_form .country option,#search_form .city option {
    margin:5px;
}

#search_form .branch option {
    margin:5px;
}

.clearfix {
	clear:both;
	height:0px;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
}

.loader {
	position:absolute;
	left:27px;
	width:600px;
	text-align:center;
	background:#ebf7ff url(../images/search_spin1.gif) no-repeat 50% 50%;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
    z-index:1;
}

*html .loader {
	background-position:50% 43%
	}
    
.loader p {
	display:block;
	margin:240px 0;
	font-size:16px;
	font-weight:bold;
	color:#000;
}

.livesearch_navbody {
	position:relative;
    float:left;
    width:590px;
	text-align:left;
    cursor:default;
    left:25px;
}

.livesearch_subnav {
	width:150px;
	float:right;
	height:25px;
}

#livesearch .livesearch_close {
	display:block;
	float:right;
	padding:3px 0 3px 15px;
	color:#999;
	background:url(../images/kb_sprites.png) no-repeat -150px -746px;
    cursor:pointer;
}

#livesearch .livesearch_close:hover,#livesearch .livesearch_close:focus {
	color:red;
}
    
.livesearch_legend {
	display:block;
	float:left;
	color:#7c838d;
    cursor:default;
    margin-top:10px;
}
    
.livesearch_subnav label {
	display:block;
	float:left;
	margin:3px 10px;
	line-height:200%;
    border:1px solid red;
}

.livesearch_subnav label input {
	display:block;
	float:left;
}

a.livesearch_prev em, a.livesearch_next em{
	display:block;
	float:right;
	width:57px;
	height:20px;
	margin-top:10px;
    margin-left:5px;
    cursor:pointer;
}

a.livesearch_prev em{ background:url(../images/kb_sprites.png) no-repeat -543px -300px; }
a.livesearch_next em { background:url(../images/kb_sprites.png) no-repeat -543px -400px; }
a.livesearch_prev em:hover { background-position: -600px -300px; }
a.livesearch_next em:hover { background-position: -600px -400px; }

.results_paging {
	position:relative;
    float:right;
	width:150px;
	float:right;
    text-align:right;
    margin-top:10px;
}
    
.results_paging input.livesearch_next {
    position:relative;
    float:right;
    width:57px;
    height:20px;
	margin-right:0;
    background:url(../images/kb_sprites.png) no-repeat -543px -400px;
    border:none;
    cursor:pointer;
    margin-left:5px;
}

.results_paging input.livesearch_prev  {
    position:relative;
    float:right;
    width:57px;
    height:20px;
	margin-right:0;
    background:url(../images/kb_sprites.png) no-repeat -543px -300px;
    background-repeat:none;
    border:none;
    cursor:pointer;
}

input.livesearch_prev:hover { background-position: -600px -300px; }
input.livesearch_next:hover { background-position: -600px -400px; }

.res_hold {
    margin-left:25px;
}
