/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background:#fff;
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 11px;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */
#Main {
	margin:20px auto;
	width:900px;
}
/* HEADER
----------------------------------------- */
#Header { 
 	width: 951px; 
 	margin: 0 auto;
	overflow: hidden;
}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
		display:none;
	}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
		display:none;
	}
	
#topMenu{
		background: url(../images/menu-bar.jpg) no-repeat;
		width:951px;
		height:41px;
		clear:both;
		text-transform: uppercase;
		}
	
		#Menu1 {
			padding:0 7px 0;
		}
			#Menu1 li {
				float:left;
				margin-left:2px;
				/*background:url(../images/menu1_right.gif) no-repeat right top;*/
			}
				#Menu1 li.current,
				#Menu1 li.section {
					/*background:url(../images/menu1_right_on.gif) no-repeat right top;*/
				}
				#Menu1 li a {
					display:block;
					color:#333;
					font-weight:bold;
					font-family:Arial, Helvetica, sans-serif;
					font-size:11px;
					text-decoration:none;
					font-family:Arial, Helvetica, sans-serif;
					padding:15px 15px;
					/*background:url(../images/menu1_left.gif) no-repeat left top;*/
				}
					#Menu1 li a:hover { 
						color: #333;
						background: url(../images/menu-hover.jpg) repeat-x;
					}
					#Menu1 li.current a,
					#Menu1 li.section a {
						color:#333;
						background: url(../images/menu-hover.jpg) repeat-x;
					}

#ContentContainer {
	padding-bottom:20px;
	/*overflow: auto;*/
	width:951px;
}

/*  HOME LAYOUT     */

#ContentHome{
	padding-top:20px;
	}
#ContainerHomeTop{
	background:url(../images/content-top.jpg) no-repeat;
	height:10px;}

#ContainerHome{
	background:url(../images/content.jpg) repeat-y;
	overflow:auto;
	}

#CatalogHome{
	float:right;
	width:500px;
	overflow:hidden;
	}

#CatalogLeft{
float:left;
margin-left:6px;
width:227px;
*width:220px;}

#CatalogRight{
	margin-left:252px;
	margin-right:17px;
	*width:220px;}

#ContainerHomeBottom{
	background:url(../images/content-bottom.jpg) no-repeat;
	height:10px;}
	
#bestselgere-top{
	background:url(../images/bestselgere-top.jpg) no-repeat;
	width:609px;
	height:37px;
	margin:0 0 0 34px;
	}

#bestselgere{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	width:604px;
	height:335px;
	margin:0 0 0 34px;
}

#bestselger-left, #bestselger-right{
	height:335px;
	width:300px;
	float:left;
	}

#bestselger-right{
	border-left:1px solid #CCCCCC;
	margin-left:1px;}
	
#bestselgere-top h2{
	color:#FF6600;
	font-size:14px;
	padding:8px 0 0 13px;
	}	

#bestselgere-bottom{
	background:url(../images/bestselgere-bottom.jpg) no-repeat;
	height:15px;
	margin:0 0 0 34px;
}
#front-page-buttons{
	float:right;
	margin-right:34px;
	width:257px;
	}

#front-page-buttons img{
	padding-bottom:5px;
	}

/*SLIDESHOW*/

#slideshow {
    position:relative;
    height:228px;
    margin:0 0 0 34px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 228px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    border:0 none;
	display:block;
	height:228px;
	margin:16px 0 0;
}	





/*   Page Layout      */

#ContentPage {
	float:right;
	margin:0;
	width:749px;
}

#ContainerMenuTop{
	background: url(../images/sidebar-top.jpg) no-repeat;
	width:196px;
	height:48px;
	margin-top:9px;
	margin-bottom:-4px;
	}
#ContainerMenu{
	background: url(../images/sidebar-bg.jpg) repeat-y; 
	margin-bottom:0;
width:196px;	
	}
#ContainerMenuBottom{
	background: url(../images/sidebar-bottom.jpg) no-repeat; 
	width:196px;
	height:20px;}
#ContainerContentTop{
	background: url(../images/page-content-top.jpg) no-repeat;
	height:37px;
	}

#ContainerContent{
	background: url(../images/page-content.jpg) repeat-y;
	padding:5px 20px 0;
	}
#ContainerContentStore{
	background:url(../images/page-content.jpg) repeat-y;
	padding:5px 1px 20px;
	}
#ContainerContentProd{
	background:url(../images/page-content.jpg) repeat-y;
	padding:5px 11px;
	}

#ContainerContentMap{
	background:url(../images/page-content.jpg) repeat-y;
	padding:5px 20px 23px;
}

#ContainerContentBottom{
	background: url(../images/page-content-bottom.jpg) no-repeat;
	height:17px;}
	
	
	


#Banner {
	text-align: center;
}

#Menu2 {
	width: 17em;
	/*float:left;*/
	padding:2px 10px 10px 4px;
}
	#Menu2 li {
		padding-left:0;
		background-image: url(../images/sub_menu_bg1.jpg);
		height:36px;
		width:190px;
		/*background:transparent url(../images/menu2_arrow.gif) no-repeat  0 6px;*/
	}
	#Menu2 a {
		color:#333333;
		font-family:Arial;
		font-size:1.3em;
		font-weight:bold;
		line-height:1.6em;
		text-decoration:none;
	}
	#Menu2 a:hover {
		text-decoration:underline;
	}
	#Menu2 li.current a,
	#Menu2 li.section a {
		color:#155092;
	} 

#Menu2_pages{
	width: 17em;
	/*float:left;*/
	padding:2px 10px 10px 4px;
	}
	
	#Menu2_pages li {
		padding-left:0;
		height:36px;
		width:190px;
		/*background:transparent url(../images/menu2_arrow.gif) no-repeat  0 6px;*/
	}
	#Menu2_pages a {
		color:#333333;
		font-family:Arial;
		font-size:1.3em;
		font-weight:bold;
		line-height:1.6em;
		text-decoration:none;
		margin-left:13px;
	}
	#Menu2_pages a:hover {
		text-decoration:underline;
	}
	#Menu2_pages li.current a,
	#Menu2_pages li.section a {
		color:#155092;
	} 

div.breadcrumbs {
	background:transparent url(../images/breadcrumbs.jpg) no-repeat; 
	color:#003399;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	height:37px;
	margin:3px 0 -5px;
	padding:10px 0 0 12px;
	width:739px;
}
div.breadcrumbs a {
	text-decoration:underline;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#ff6633!important;
}

/* FOOTER
----------------------------------------------- */

#Footer { 
 	clear: both;  
	width:949px;
	height:32px;
	padding-top:20px;
	background: url(../images/footer.jpg) no-repeat; 
	text-align: center; 
}
  	#Footer p { 
		color: #fff;
		font-size: 1.1em;
		text-align: center;
		margin-top: -0.6em;
	}
  		#Footer a { 
	   		color: #fff; 
	   		text-decoration: none;
		}
			#Footer a:hover {
				color: #fff;
				text-decoration: underline;
			}


/* The rest of this file is for the second tutorial */
#NewsList,
#StaffList {
	border:1px dotted #EEEEEE;
	margin:0 auto;
	padding:10px;
}

#NewsList li,
#StaffList li {
	margin: 0;
	list-style-type: none;
}
	#NewsList li.newsDateTitle span {
		color:#666;
		line-height:2em;
	}
	#NewsList li.newsDateTitle a {
		font-size:1.3em;
		font-weight:bold;
		color:#0083C8;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/treeicons/news-file.gif) no-repeat left center;
	}
		#NewsList li.newsDateTitle a:hover {
			border-bottom:1px dotted #0083C8;
		}
		
	#NewsList li.newsSummary {
		margin-bottom:20px;
	}
		#NewsList li.newsSummary span {
			font-size:1.1em;
			line-height:1.5em;
			color:#333;
		}
		#NewsList li.newsSummary a.readMoreLink {
			color:#0083C8;
			text-decoration:none;
		}
			#NewsList li.newsSummary a.readMoreLink:hover {
				border-bottom:1px dotted #0083C8;
			}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}

div.pageComments {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#StaffList .staffname { 
	clear: both;
	padding-left: 60px;
	height: 1.2em;
}

#StaffList .staffphoto {
	float: left;
	margin-left: 3px;
	margin-top: -1.2em;
}     
#StaffList .staffphoto img {
	border:1px solid #AAA;
}

#StaffList .staffdescription {
	margin-left: 60px;
	margin-bottom:30px;
}

#StaffPhoto {
	float: left;
	margin-right: 10px;
}

#StaffPhoto img {
	border:1px solid #AAA;
}

#PageComments {
	list-style:none;
	background:#e9e9e9;
	border:1px solid #ccc;
	border-bottom:0;
	padding:0;
	margin:0;
}
	#PageComments li {
		list-style:none;
		padding:5px;
		margin:0;
		font-size:1em;
		border-bottom:1px dotted #bbb;
	}
		#PageComments li p span {
			font-style:italic;
		}
		#PageComments a.deletelink {
			font-weight:bold;
		}

			
#PageNumbers {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:#e9e9e9;
}
#PageNumbers * {
	padding:0 5px;
	line-height:1.5em;
}
#PageNumbers a {
	color:#0083C8;
	text-decoration:none;
}
	#PageNumbers a:hover {
		text-decoration:underline;
	}

		

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/**************************   NETTBUTIKK     ****************************/
.popup-product-info {
	display:none;	
	padding:10px;
	/*position:absolute;*/
	position:fixed;
	margin:0 auto;
	top:20px;
}
.rollover_top{
	background: url(../images/rollover-top.png) no-repeat;
	width:546px;
	height:35px;
	margin:0;
	padding:0;
	}
.rollover_mid img{
margin: 0 15px 15px 0;
}
.rollover_mid{
	background: url(../images/rollover-mid.png) repeat-y;
	width:516px;
	margin:0 0 -10px 0;
	padding:15px 20px 10px;
	*margin-bottom:0px;}
.rollover_bottom{
	background:url(../images/rollover-bottom.png) no-repeat;
	width:546px;
	height:45px;}
#products{
width:100%;}


#products table { 
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	border-collapse: collapse;
	/*border-bottom: 1px solid #666666;*/
	width:100%;

}
#products table a {
	text-decoration: underline;
}
#products table a:visited {
	text-decoration: none;
}
#products tr.odd {
	border-bottom: 1px solid #dadada;
}
#products tr a {
	color:#666666;
	text-decoration:none;
	font-size:10px;
}
#products tr:hover a {
	color:#155092;
}
#products tr:hover, tr.odd:hover {
	background-color: #fff;
}

#products thead th {
	font-weight:bold;
	color: #000;
	height: 33px;
}
#products thead th:hover {
	background: #ffffff url(tbov.gif) repeat-x;
	
}
#products tr {
	vertical-align: top;
}
#products th {
  white-space: nowrap;
}
#products tr,th,td {
	padding:4px;
	text-align:left;
}
#products td {
	color:#155092;
}
#products td.odd {
	
}
#products tfoot tr {
	background: #fff url(bbar.gif) repeat-x;
}
#products tfoot td, tfoot th{
	color: #000;
	border: 0px;
}
#products .heading{
	font-weight:bold;
	}


.infoButton{
	background: url(../images/info.png);
	outline: none;
	border: none;
  	text-decoration: none;
  	cursor: pointer;
  	white-space: nowrap;
  	vertical-align: middle; /* or top */
  	/*display: -moz-inline-box;*/
  	display: inline-block;
  	overflow: visible; /* IE6 form button fix */
	height:29px;
	width:84px;
	}

.close-btn input.close-btn-img:hover{
cursor: pointer;
}
#cart-style{
	background:url("../images/sidebar-bg.jpg") repeat-y scroll 0 0 transparent;
/*margin:-4px 0 0 -14px;*/
padding:0 0 0 14px;
width:181px;}
#ShoppingCart{
	margin-bottom:0;
	/*margin-left:15px;*/
	width:180px;
	}
#ShoppingCart h3{
	text-indent:-9999em;
	background: url(../images/handlekurv-heading.jpg) center no-repeat;
	width:189px;
	height:40px;
	margin:0 0 -4px 5px;
	}
	
#MenuContainerMenuBottom {
background:url("../images/sidebar-bottom.jpg") no-repeat scroll 0 0 transparent;
height:20px;
width:196px;
}
layout...1928216 (line 241)

.sidebarBox{
	}


.sidebarBox a{
	color:#003399;
	font-size:1.4em;
}
.sidebarBoxProducts{
	background:#fff;
	width:auto;
	margin:-10px 5px -20px;
	padding-bottom:20px;
	}


.sidebarBoxProductslist ul{
	margin:0;
	color:#003399;
	}


.sidebarBoxProductslist a{
}

.sidebarBoxProductslist ul a{
	/*	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;*/
}
.sidebarBoxProductslist li{
	width:177px;
    margin-bottom: 0 ! important ;

	}


.sidebarBoxProductslist li a{
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	background: none;


	
}

.sidebarBoxProductslist li a:hover{
	color:#003399;
	background: none;

}

.sidebarBoxProductslist li ul li ul li a  {
font-weight: bold;
background: none;


}

.sidebarBoxProductslist li ul li ul li ul li a  {
font-weight:normal;
color:#666; 
line-height: 2px;


}

.current{
	color:#003399!important;
	background: none;

	}
.sidebarBoxProductslist ul li{}

.sidebarBoxProductslist ul li a{
	color:#003399;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;

	}

.sidebarBoxProductslist ul li ul li{
	margin:0;
	padding:0;
	width:166px;
	}
.section{}
/*.sidebarBoxProductslist ul li ul li{}*/

fieldset{
	border:0 none;}

#Content-News{
	padding:10px 20px;}
	
#map{
	}
#Content-search{
	padding:10px 20px;}

#SearchForm_SearchForm{
	float:right;
	margin-top:3px;
	margin-left:9px;
	width:176px;
	*overflow: hidden;
	margin-right:10px;
	}

#Search{
	/*background:url(../images/search-bg.png) no-repeat;
	height:34px;
	width:129px;*/}
/*.middleColumn{
	float:left;
	width:126px;}*/
#SearchForm_SearchForm_Search{
	background: url(../images/search-bg.png) no-repeat;
	border:0 none;
	float:left;
	height:24px;
	margin-top:5px;
	padding:0px 0 0 0px;
	width:123px;
	*margin-top:-5px;
	font-size:12px;
	color:#666;
	}
	
fieldset #SearchForm_SearchForm_action_results{
background: url(../images/sok-btn.png) no-repeat; 
border:0 none;
font-size:10px;
height:29px;
width:53px;
text-indent:-9999em;
*text-indent: 0;
float:right;
*margin:-27px 4px 0 0;
}
.close-btn{
	float:right;
margin-right:15px;
	}
.close-btn-img{
	background:transparent;
	border:0 none;
	height:34px;
	width:50px;
}
#Checkout, #Account{
margin:0 20px -10px;}
#popupDetails{
	text-align:left;
	}

#popupDetails table tr th, #popupDetails table tr td{
vertical-align: top;
/*padding:0 0 0 13px;*/
padding:2px 5px;
}
#popupDetails table tr td{
width: 200px; 
}

#popupDetails table tr th{
white-space: nowrap;
}

.popupContent{
	margin:0 6px;
	}

div.manual{
width: 260px;
height: 149px;
padding: 10px;
margin: 10px 10px 0 0;
float: left;
}

div.manual img{
float: left;
margin-right: 10px;
}

.nobrs{
white-space: nowrap;
}
#ContentContact{
padding:20px;}
#contactFormForm{}

#contactFormForm textarea, #contactFormForm input{
width:285px;
margin-bottom: 15px;
font-size: 12px;
padding: 2px;
}
#Form_ContactForm_action_SendContactForm{
background: url(../images/send.png) no-repeat;
border:0 none;
height:29px;
margin:5px;
width:84px !important;}

#Form_ContactForm label{
font-size: 12px;
font-weight: bold;
padding-left:4px;
}

#Form_ContactForm span.required{
font-size: 12px;
margin-bottom: 10px;
}

#FullPage{
width: 100%;
}

#FullPage #ContainerContentTop{
	background:url(../images/content-top.jpg) no-repeat;
	height:10px;
}

#FullPage #ContainerContent{
	background:url(../images/content.jpg) repeat-y;
	padding:5px 20px 0;
}

#FullPage #ContainerContentBottom{
	background: url(../images/content-bottom.jpg) no-repeat;
	height:10px;
}

li.taxmodifier span.remove, tr.taxmodifier td.remove strong{
display: none;
}	

#Table_TaxModifier_0_Total{
text-align: right;
}

span.message, #OrderForm_OrderForm_error {
border: solid 2px #f99;
background-color: #f00;
color: #fff;
padding: 5px;
margin: 2px
font-size: 12px;
font-weight: bold;
}
