/* -----------header grey bar----------------------- */
#top_nav .header_grey_bar{
float:left;
text-align:center;
width:750px;
display: inline;
}

/* -----------lang toggle--------------------------- */
#top_nav .lang_toggle {
float: right;
width: 180px;
text-align: right;
display: inline;
padding: 0px 10px 0px 0px;
height: 20px;
}

/* -----------top nav------------------------------ */
#top_nav {
overflow: hidden;
background-color: #c4c4c4;
}

#header_main {
position: relative;
height: 100%;
}

/* -----------header banner------------------------ */
#header_banner {
position: relative;
z-index: 1; 
width:640px;
}

/* -----------search tab--------------------------- */
#searchtab[id] {
position:static;
}

#outer_container[id] {
 position: absolute;
 z-index: 2;
 top: 0px;
 right: 0px;
 bottom: 0px;
 margin: auto;
 width: 370px;
 height: 100%;
 min-height: 100%;
}

#middle_container[id] {
width:100%;
height:100%;
min-height: 100%;
display:table;
}

#inner_container[id] {
display:table-cell;
vertical-align:middle;
}

/* -----------breadcrumb ------------------------ */
#breadcrumb {
width: 930px;
padding: 0 10px 0 10px;
}

/*Auto Complete CSS*/
.ac_header {
	background-color: #F5f5f5;
	font-weight: bold;
}
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 109%;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 145%;
	overflow: hidden;
}
.ac_loading {
	/*background: white url('indicator.gif') right center no-repeat;*/
}
.ac_odd {
	
}
.ac_even {

}
.ac_over {
	background-color: #0A246A;
	color: white;
}

/* --------------search result page------------- */
.search_left {
float: left;
margin: 0px;
padding: 0 0 0 10px;
}

.search_content {
width:715px;
padding: 0px;
margin:0 10px 0 10px;
float:left;
}

.overlayborder {
border: 1px solid rgb(153, 153, 153); 
border-collapse: collapse;
}





