/*********************************************************************************************************************
    Products
*********************************************************************************************************************/

	#ProductList
	{
		float:left;
		width:650px;
		padding-left:20px;
	} 

		#ProductList .Product
		{
			float:left;
			width:46%;
			height:100px; /* endret fra 59px JOU */
			padding:5px 10px 4px 10px;
			border:solid 1px #8094ae;
			margin-right:1px;
			margin-bottom:1px;
			overflow: hidden;
		} 
		
		#ProductList .Product:hover
		{
			text-decoration:none;
			background:url(../../design/bg_product_long.gif) left center repeat-x;
		}

		
			#ProductList .Product img
			{
				float:left;
				width:70px;
				/*height:50px; fjernet 10.08.09 VS */
				/*border:solid 1px #9faec2;*/ /* fjernet JOU */
				margin-right:10px;
				margin-top:3px;
			} 
			
			#ProductList .Product h2
			{
				font-size:12px;
				font-weight:bold;
				margin:0;
				padding:0;
			} 
			
	#ProductDetails
		{
			float:left;
			width:650px;
			padding-left:20px;
		}
		
		#ProductDetails .Header
			{
				background:url(../../design/bg_product_header.gif) left top repeat-x;
				line-height:30px;
				padding-left:10px;
				margin-bottom:5px;
			}
		
		#ProductDetails .Top
			{
				background-color:#eff2f5;
				padding:10px;
				margin-bottom:5px;
			}
		
		#ProductDetails .Top img
			{
				float:left;
			}
			
		#ProductDetails .Top .Text
			{
				float:left;
				padding-left:10px;
			}
			
	#ProductDetails .PdfLink
		{
			padding-left:16px;
			background:url(../../design/pdf.gif) left center no-repeat;
			float:right;
			margin-right:10px;
			margin-top:7px;
		}
	#ProductDetails .PdfListLink
		{
			padding-left:16px;
			background:url(../../design/pdf.gif) left center no-repeat;
			margin-right:10px;
			margin-top:7px;
			clear: both;
		}
			
	#ProductDetails	h2
		{
			background:url(../../design/bg_product_header.gif) left top repeat-x;
			line-height:30px;
			padding-left:10px;
			margin-bottom:5px;
			margin-top:5px;
		}
		
	#ProductDetails	.Content
		{
			padding:3px 0 3px 10px;
		}

	#ProductDetails	table
		{
			width:100%;
		}
		
	#ProductDetails	table  td
		{
			padding:3px 0 3px 10px;
		}
		
	#ProductDetails	table .Gray td
		{
			background-color:#eff2f5;
		}
    