﻿
.TopLeft
{
	background-repeat:no-repeat;
	float:left;
	font-family:Arial;
	font-size:12px;
	margin-left:15px;
	margin-top:12px;
	width:590px;
	height:180px;
}
	
	.TopLeft .Transparent
	{
		background-image:url(../images/fremside_scene_02_notext.png);
		background-repeat:no-repeat;
		height:36px;
		position:relative;
		top:54px;
		width:583px;
	}
	
	.TopLeft #H1_Large
	{
    float: left;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    margin-left: 72px !important;
    margin-top: 139px;
/*    display:none;*/
	}
	.TopLeft #H1_Small
	{
  float: left;
    font-family: arial;
    font-size: 19px;
    font-weight: normal;
    margin-left: 231px;
    margin-top: 11px;
	}

#TopRight
{
	background-image:url(../images/SI/kundeservice.jpg);
	background-repeat:no-repeat;
	float:right;
	font-family:Verdana;
	font-size:12px;
	margin-top:12px;
	margin-right:3px;
	width:345px;
}

	#TopRight .SearchField
	{
		height:60px;
		margin-left:10px;
		width:315px;
	}
		#TopRight .SearchField img
		{
			margin-left:4px;
		}
	
	#TopRight .LiYellow
	{
		height:55px;
		list-style-type:none;
		padding-left:80px;
		padding-top:7px;
	}
	
	#TopRight .LiBlue
	{
		list-style-type:none;
		padding-left:80px;
		padding-top:7px;
		color:White;
		height:51px;
		font-size:11px;
	}

		#TopRight li .One
		{
			float:left;
			font-size:11px;
		}
		
		#TopRight li .Two
		{
			float:left;
			font-size:17px;
			font-weight:bold;
			height:18px;
			width:225px;
			/*letter-spacing:1px;*/
		}

		#TopRight .Four
		{
			font-size:11px;
			font-weight:normal;
			float:left;
			width:249px;
			color:White;
		}

		#TopRight .BlueBoxLink
		{
			font-weight:bold;
			color:#FFDF6C;
		}
		#TopRight .BlueBoxLink:hover
		{
			text-decoration:underline;
		}
		#TopRight .SupportPicture
		{
			float:right;
			margin-right:20px;
			margin-top:1px;
		}
		
		#TopRight a
		{
			color:Black;
			text-decoration:none;
		}
		
/* Search RadComboBox */

.SearchProductName
{
	color:#0091BC;
	padding:4px 0px 4px 4px;
	font-weight:bold;
	display:block;
	cursor:pointer;
}
	SearchProduct .SearchProductName label :hover
	{
		background-color:#EDF8FE;
	}
.SearchProductBrand
{
	padding:0px 0px 0px 4px;
}
	.SearchProductBrand :hover
	{
		background-color: White;
	}
