#content.search_content
{
    float:left;
}

#search_form, #search_form .search_header_text
{
	float: left;
}

#search_filters
{
	margin-top:10px;
}

#search_results
{
    min-height:300px;
	clear:left;
}

#search_results .description
{
	border:none;
	padding:0;
	color:#919094;
}

.search_content #scroll_pane_tooltip
{
    display:none;
}

#search_results .nav
{
	background:none;
	border:none;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	border-top: 10px solid white;
}

#search_results .result
{
	padding-bottom:20px;
	clear: both;
}

#search_results .nav a
{
	text-align: center;
	color: #716f72;
	background-color: #d7d8d9;
	margin-left: 1px;
	padding: 5px 10px;
}

#search_results .nav a:first-child
{
	background-color: #bebfc1;
}

#search_results .nav a:last-child
{
	background-color: #bebfc1;
}

#search_results .nav a:hover
{
	text-decoration: none;
	background-color: #c9c9cb;
	color: #5b5b5b;
}

#search_results .nav a.highlight
{
	color: white;
	text-decoration:none;
	cursor:default;
	background-color: #919094;
}

#search_results .result_block, #search_results .result_altblock
{
	margin-bottom:10px;
}

.highlight, #search_results .context .highlight
{
	background-color: #FFFF88;
}

#search_results .highlight
{
    background: none;
}

.context
{
    font-size:smaller;
    display: none;
}

.context p
{
    margin:0;
}


.nav .highlight
{
	background-color: white;
}

#search_filters>p
{
	margin-bottom:5px;
}

#search_filters>div
{
    margin-left:10px;
}

#search_filters>div.last
{
    margin-top:5px;
}

#forum_link
{
	position:absolute;
	top:300px;
}


a.button_search 
{
    background: transparent url(/migenius/doc/resources/general/iray/manual/css/mi/images/ic_magnifier.png) no-repeat right center;
    height: 21px;
    cursor:pointer;
	width: 20px;
	display: inline;
	float: right;
	position: relative;
	left: 251px;
	top: 1px;
}

#content a.button_search 
{
    float:left;
}


#search_form a.button_search 
{
	top: 1px;
	left: -21px;
}


a.button_search:hover
{
    background: transparent url(/migenius/doc/resources/general/iray/manual/css/mi/images/ic_magnifier_over.png) no-repeat right center;

}

a.button_search span 
{
    display: none;
    line-height: 14px;
    padding: 5px 0 5px 0px;
} 

a.button_search:active, a.button_search:hover 
{
    outline: none; /* hide dotted outline in Firefox */
    text-decoration:none;
    color: #444;
}

a.button_search:active span, a.button_search:hover span
{
    padding: 6px 0 4px 18px;
	visibility: hidden;
	display: block;
	position: relative;
	float: right;
	clear: both;
	overflow: hidden;
} 


#search_filters, #forum_link
{
    margin-left:20px;
}
