/*CSS for web site */

/*Set the background and standard font of the page*/
body
{
  
/*  background-image: url('../img/backgr1.png');
  background-attachment: fixed;  */
  margin:0;
  padding:0
}

div.img
{
float:center;
margin:0 0 0px 0px;
padding:0px;
border:0px solid black;
text-align:center;
}


/*Setter felles font type*/


p, h1, h2, h3, h4, h5, h6, ul
{
  font-family: Tahoma, Arial, Helvetica, Sans-serif;	

}
/*Setter normal font type*/

p
{
  font-size: 80%;
  color: black ;
}

/*Setter font type for headings*/
h1 /*overskrift 1*/
{

  font-size: 12pt;
  font-weight: bold;
  color: black;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  
}


/*Setter normal font type*/

h2 /*overskrift 2*/
{
  font-size: 10pt;
  color: black;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

h3 /*overskrift 3*/
{
  font-size: 10pt;
  color: black;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

h4 /*overskrift 4*/
{
  font-size: 10pt;
  color: black;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

h5 /*meny 3*/
{
  font-size: 8pt;
  text-indent: 25px;
  color: #5f5e5e;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;

}

h6
{
  font-size: 8pt;
  text-indent: 0px;
  margin-left: 2px;
  color: #B7B7B7;
  margin-top: 2px;
  margin-bottom: 0px;
  padding-bottom: 0px;

}


/*Setter hvordan linker ser ut*/



a:link, a:visited, a:active {color: #0052A4;font-family: Tahoma, Arial, Helvetica, Sans-serif; font-size: 10pt;padding-bottom: 2px;}
/*a:link, a:visited, a:active {color: #0052A4;font-family: Tahoma, Arial, Helvetica, Sans-serif; font-size: 10pt;padding-bottom: 2px;}*/
a:hover {color:#008000;}

a.menulink:link, a.menulink:visited, a.menulink:active { text-decoration: none;
    font-weight: bold; color: #0052A4; }

a.menulink:hover {color:red;}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{
 color: #B7B7B7; }

a.prodlink:link, a.prodlink:visited, a.prodlink:active { text-decoration: none; color: #0052A4;font-size: 12pt; }

a.hotlink1:link, a.prodlink:visited, a.prodlink:active { color: #0052A4; font-size: 14pt;}
a.hotlink2:link, a.prodlink:visited, a.prodlink:active { text-decoration: none; color: #008000; }

/*Setter hvordan lister ser ut*/
ul
{
  list-style-type: square;
  margin-left: 0; 
  padding-left: 10px;
  padding-bottom: 2px;
  font-size: 9pt;
  color: black ;
}

li
{
  padding-bottom: 5px;
}

td.backgr 
{
background: url('/img/backgr1.png');
}

input.inputbutton{
   width: 102px;
   height: 23px;
   color:white;
   font-family:Tahoma, Arial, Helvetica, Sans-serif; font-size: 8pt;
   font-size:small;
   font-weight:bold;
   background-image: url('http://www.pristorget.no/img/search_button.gif');
   border:0px solid black;
   }
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: url('../images/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block
	}

#prevLink { float: left; background: url('../images/prev.gif') no-repeat right 100%; }
#nextLink { float: right; background: url('../images/next.gif') no-repeat left 100%; }
//#prevLink:hover, #prevLink:visited:hover { background: url('../images/prev.gif') no-repeat left 15%; }
//#nextLink:hover, #nextLink:visited:hover { background: url('../images/next.gif') no-repeat right 15%; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 40%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 20px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #EEEEEE;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
