/*
  bpwebstore style
*/

body {
	background: #fff url("../images/bg.gif") repeat-x;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2F4D6F;
}

#outer_general {
	/*Høyden her er 18px mindre enn inner_product*/
	height: 756px;
	
	/*Ikke endre dette*/
	width: 908px;
	margin: auto;
	position: relative;
	background-color: #9FB1C5;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 1px;
	padding-bottom: 10px;
	border-left-width: 0px;
	border-right-width: 0px;
}
#inner_general {
  /*Høyden her er 18px større enn outer_product*/
  height:774px;
  
  /*Ikke endre dette*/
  width:917px;
	position:absolute;
	left:1px;
	top:1px;
	background-color:#FFFFFF;
	layer-background-color:#FFFFFF;
	background-image:url(../images/logo.gif);
  background-repeat: no-repeat;
}

:link { color:  #2F4D6F;}
a:hover { color:  #FF3C24;}
a:visited { color:  #2F4D6F;}
a:visited:hover { color:  #FF3C24;}

select,input,option {
  color: #000000;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.leftMargin {
  margin-left: 7px;
}

.topDarkBlue{
  background-color: #2F4D6F;
  height:1px;
}

.nobr{
  white-space: nowrap ;
}

.height2{
  height:2px;
}
.height4{
  height:4px;
}
.height5{
  height:5px;
}
.height6{
  height:6px;
}
.height10{
  height:10px;
}
.height15{
  height:15px;
}
.height26{
  height:26px;
}
.height55{
  height:55px;
}
.height60{
  height:60px;
}
.height75{
  height:75px;
}
.height100{
  height:100px;
}
.height115{
  height:115px;
}
.height120{
  height:120px;
}
.height125{
  height:125px;
}

