﻿.Search_searchPanel
{
	/*min-width: 432px; /*firefox-proprietary...*/
	/*border: solid 1px #888888;*/
	padding-top: 15px;
	padding-left: 9px;
	padding-bottom: 40px;
}


.Search_heading
{
	/*font-weight: normal;*/
	font-size: 20px;
	/*padding-top: 21px;*/
	/*margin-bottom: 15px;*/
}

.Search_loading
{
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 80px;
}

/*button for search */
.Search_searchButton
{
	display: inline;
	cursor: pointer;
	cursor: hand;
	vertical-align: top;
	margin-top: 15px;
}

.Search_searchField
{
	width: 474px; /*should be 6px narrower than surrounding container to line up */
	height: 16px;
	margin-right: 3px;
	margin-top: 15px;
	font-family:verdana,arial,sans-serif;
	font-size: 10pt;
	display: inline;
}

.Search_resultPanel
{
	display: none;
	width: 752px; /*should be 4px wider than search_field*/
	/*width: 100%;*/
	position: absolute;
	left: 0px;
	/*border: solid 1px #EEEEEE;*/
	/*background-color: #FFFFFF;*/
	margin-top: 0px;
	height: 450px;
	background-image: url(../../../../../configs/customers/NO_Telenor_CoverixWWW/images/search_background.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/*if IE6*/
* html .Search_resultPanel
{
	background-image: url(../../../../../configs/customers/NO_Telenor_CoverixWWW/images/search_background.gif);
}

.Search_link
{
	color: #0077ff;
	text-decoration: none;
	/*margin: 0px;*/
	padding: 5px;
}

.Search_resultTable a:hover
{
	text-decoration: underline;
}

.Search_resultTable
{
	margin-left: 25px;
	width: 700px;
	height: 355px;
}

.Search_resultHeading
{
	font-weight: bold;
	margin-left: 25px;
	margin-top: 20px;
	display: block;
	margin-bottom: 20px;
}

.Search_navButtonsPanel
{
	text-align: center;
	width: 100%;
	
}

.Search_buttons
{
	margin-right: 2px;
	margin-bottom: 2px;
	text-decoration: none;
	/*height: 20px;*/
	/*width: 30px;*/
}

.Search_buttons:hover
{
	text-decoration: underline;
}



.Search_close 
{
	color: #666666;
	text-decoration: underline;
}
