/* CSS Document */

/* nedenstående gjelder utkommentert  div med id butikk i butikk.cfm tas vekk? */
#butikk { width: 720px; font-family: Verdana, Arial, Helvetica, sans-serif;  }


	/* level 1 */
#butikk .prodmenu {
	background: url(bilder_losning/menubg.gif) repeat-x;
	height: 26px;
	border: 1px solid #a8a8a8;
}
#butikk .prodmenu ul { margin: 0; padding-left: 0; }
#butikk .prodmenu ul li { list-style: none; float: left;  text-align: center; border-right: 1px solid #a8a8a8; line-height: 26px; position: relative; }
#butikk .prodmenu ul li.lev1num1 { width: 127px; background: url(bilder_losning/menustart.gif) no-repeat top left; }
#butikk .prodmenu ul li.lev1num2 { width: 124px; }
#butikk .prodmenu ul li.lev1num3 { width: 130px; }
#butikk .prodmenu ul li.lev1num4 { width: 165px; }
#butikk .prodmenu ul li.lev1num5 { width: 168px; border-right: none; background: url(bilder_losning/menuend.gif) no-repeat top right; }
#butikk .prodmenu ul li a { display: block; font-size: 11px; color: #226b89; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none;  }

	/* level 2 */
#butikk .prodmenu ul li ul { display: none;  }
#butikk .prodmenu ul li:hover ul { 
	display: block;
	width: 200px;
	position: absolute; 
	top: auto;
	left: 0px;
	margin-left: -1px;
	border: 1px solid #afafaf;
	background: red; 
	 }

#butikk .prodmenu ul li:hover ul li {
	float: none;
	text-align: left;
	border-right: none;	
	height: 21px;
	line-height: 21px;
	padding-left: 10px;
	overflow: hidden;
	margin: 0;
	background-color: #e4ebf0;	}

#butikk .prodmenu ul li ul li:hover { 
	background-image: url(bilder_losning/menuselectedbg.jpg);
	background-repeat: no-repeat;
}
#butikk .prodmenu ul li ul li a { display: inline; }


#butikk .prodbox { border: 1px solid #A8A8A8; background: #FFFFFF; margin: 2px 0; overflow: hidden; width: 718px;}
#butikk .prodbox h1 { font-size: 16px; color: #226b89; margin: 10px; }

#butikk .products { width: 256px; float: left; background: #e4ebf0;}
#butikk .products .header { height: 26px; line-height: 26px; padding-left: 15px; background: url(bilder_losning/headerbg1.gif) no-repeat; color: #000; font-size: 10px; font-weight: bold; border: 1px solid #a8a8a8; margin-bottom: 2px; }

#butikk .products .prodlist {}
#butikk .products .prodlist ul { margin: 0; padding-left: 0; }
#butikk .products .prodlist ul li { 
	list-style: none;
	height: 21px;
	line-height: 21px; 
	padding-left: 15px;
	font-size: 11px;
}
#butikk .products .prodlist ul li:hover,
#butikk .products .prodlist ul li.selected { 
	background: url(bilder_losning/menuselectedbg.jpg) no-repeat; 
}
#butikk .products .prodlist ul li a { 
	font-weight: bold; text-decoration: none;
	color: #000; }

#butikk .information { width: 464px; float: left; background: #e4ebf0;}
#butikk .information .header { 
	height: 26px; 
	line-height: 26px; 
	padding-left: 15px; 
	background: url(bilder_losning/headerbg2.gif) no-repeat; 
	color: #000; 
	font-size: 10px; 
	font-weight: bold; 
	border: 0px solid #a8a8a8; 
	border-width: 1px 1px 1px 0;
	float: left; 
	margin-bottom: 2px; 
	width: 160px; }
	
#butikk .information .header2 { 
	height: 26px; 
	line-height: 26px; 
	padding-left: 15px; 
	background: url(bilder_losning/headerbg3.gif) no-repeat; 
	color: #000; 
	font-size: 10px; 
	font-weight: bold; 
	border: 0px solid #a8a8a8; 
	border-width: 1px 1px 1px 0;
	float: left; 
	margin-bottom: 2px; 
	width: 272px; }

#butikk .information .header a ,
#butikk .information .header2 a { color: #226b89; text-decoration: none; }

#butikk .myScrollBox {
	height: 200px;
	overflow: auto;
	clear: left;
	font-size: 11px;
	overflow-x: none;
	border: 1px solid #a8a8a8;}
#butikk .myScrollBox .content { padding: 5px; font-size: 0.9em; }
#butikk .myScrollBox .content h1 { font-size: 14px; }

	
#butikk .imageLine { height: 13px; overflow: hidden; background: url(bilder_losning/line.gif) repeat-x; }

/* Added by Yngve 29.01.2010
------------------------------------------------------------*/
/*general shop styles / view_list.cfm view_product_inline.cfm*/

#view_list, #product_inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding: 15px;
	}
#view_list p, #product_inline p {
	}
/*links*/
#view_list a, #product_inline a {
	color: #005399;
	}
#view_list a:hover, #product_inline a:hover {
	color: #a1c7e5;
	}


/* Produkt detaljvisning
------------------------------------------------------------*/

/* bildekarusellens wrappere */
#inlineLeft{
	/*float:left;*/
	width:504px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background: #fff;
	overflow:hidden;
	margin: auto;
	text-align: center;
}
#inlineRight{
	width:508px;
	overflow:hidden;
	margin: auto;
}
/*sidens innhold */
#view_list h1,
#product_inline h1 {
	color: #005399;
	}
#product_inline h2 {
	color: #005399;
	font-weight: 400;
	}
#product_inline table {
	border-collapse: collapse;
	}
	#product_inline td {
		border: 2px solid #fff;
		height: 18px;
		}
		#product_inline tr td span {
			margin: 0;
			padding: 0;}

/* Produktutlisting
-------------------------------------------------------------*/
.product_display {
	clear: both;
	}
	.product_display img {
		float: right;
		width: 150px;
		margin: 0 0 15px 15px;
		border: 2px solid #fff;
		}
		.product_display img:hover {
			border: 2px solid #005399;
			}
.product_wideWrapper {
	border-bottom: 1px solid #fff;
	font: Arial, Helvetica, sans-serif;
	}
	.product_wideWrapper h3 a:link,
	.product_wideWrapper h3 a:active,
	.product_wideWrapper h3 a:visited {
		font: 1.2em Arial, Helvetica, sans-serif;
		color: #005399;
		text-decoration: none;
		}
	.product_wideWrapper h3 a:hover {
		text-decoration: underline;
		}
	
	.product_wideWrapper p a:link,
	.product_wideWrapper p a:active,
	.product_wideWrapper p a:visited {
		color: #005399;
		font-size: 0.85em;
		text-decoration: none;
		}
	.product_wideWrapper p a:hover {
		text-decoration: underline;
		}
/* PageNumber
-------------------------------------------------------------
.pagenumber {
	border: 2px solid #fff;
	padding: 3px;
	background: #005399;
	color: #fff;
	font: 0.9em Arial, Helvetica, sans-serif;
	}
	.pagenumber a,
	.pagenumber a:link,
	.pagenumber a:active,
	.pagenumber a:visited {
		padding: 3px;
		color: #fff!important;
		}
	.pagenumber a:hover {
		padding: 3px;
		background: #a1c7e5;
		}
	.pagenumber img {
		border: none;
		}*/