body, form {
	margin: 0; padding: 0;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: url('/standard_no/images/design/bg.gif') top center repeat-y fixed #9eb8d0;
	margin: 0; padding: 0;
	font-size: .8em;
	}
a:link {
	color: #0066CC;
}
a:hover {
	color: #0066CC; text-decoration: none;
}
a:visited {
	color: #004385;
}
        a.info{
        position:relative;           /*this is the key*/
        z-index:24;
        }

        a.info:hover {
        z-index:25;
        }

        a.info span{
        display: none;  /* hide the span text using this css */
        }

        a.info:hover span{ /*the span will display just on :hover state*/
        display:block;
        position:absolute;
        left: 0em;
        width:15em;
        border:1px solid #004385; /* border colour */
        background-color:#E5EFFA; /* background colour here */
        color:#000000;         /* text colour */
        padding: 5px;
        z-index:30;
        }
		.box a.info:hover span {
			left: 0em;
		}

img {
	border: none;
}
h1 {
	font-size:1.8em; font-weight: lighter;
	margin-top: 10px;
}
h5 {
	margin: 0px;
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
	margin: 0px;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
.fasett {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .3em;
}
ul {
	list-style-type: circle;
}
#ax_nav ul {
	list-style-type: none;
	padding-left:0;
}
table td {
	padding: 5px 10px 5px 10px;
	border-spacing: 0;
	vertical-align: top;
}
.table_border, .table_border td {
	border: 1px solid #cccccc;
	border-spacing: 0;
}
.driftsmelding {
	border-bottom: 1px solid #cccccc;
	padding: .5em;
}
.driftsmelding p {
	margin: 0;
	padding: .5em;
	color: Red;
	/* border-right: 243px solid #E5EFFA; */
}
.driftsmelding a {
	color: Red;
	padding: .5em;
	text-decoration: none;	
}
.driftsmelding a:hover {
	text-decoration: underline;	
}
.ingress {
	font-weight: bold;
}

/* --- PAGE --- */

#page {
	margin: 0 auto 0 auto;
	width: 1003px;
	background: #FFF;
}

/* --- HEADER --- */

#header {
	clear: both;
}
.header_logo {
	margin: 16px 0 25px 13px; 
	}

	/* -- MAIN MENU -- */
	.top_menu {
		display:block;
		font-weight: bold;
		background:#eee url('/standard_no/images/design/menu.gif');
		border-right: 1px solid #CCC;
		border-left: 1px solid #CCC;
	}
	.top_menu ul {
		margin:0;
		padding:0;
		list-style-type:none;
		width:auto;
	}
	.top_menu ul li {
		display:block;
		float:left;
		border-right: 1px solid #dbdbdb;
		margin-left: 0px;
	}
	.top_menu ul li a {
		display:block;
		color:#0066CC;
		float:left;
		padding:.5em .7em .5em .7em;
		text-decoration:none;
		border-left:1px solid #fff;
	}
	.top_menu ul li a:hover,.top_menu ul li a.current{
		color: black;
		background-color: #ffffff;
	}
	.select_font {
		float: right;
		padding:.2em 1em .3em 1em;
	}
	.small_font {
		color:#0066CC;
		font-size: small; 
	}
	.medium_font {
		color:#0066CC;
		font-size: medium; 
	}
	.large_font {
		color:#0066CC;
		font-size: large;	
	}
	/* -- HELP MENU -- */
	.top_right {
		float: right;
		position:relative;
		display:block;
		font-family:Arial,Verdana,Helvitica,sans-serif;
		margin-top: 25px;
	}
	.top_right ul {
		margin:0;
		padding:0;
		list-style-type:none;
		width:auto;
	}
	.top_right ul li {
		display:block;
		float:left;
		padding:.2em .5em .2em .5em;
		margin-left: 0px;
	}
	.top_rightIcon {
		margin-right: 3px;
		vertical-align: middle;
		}

	.tab_menu {
		display:block;
		font-weight: bold;
		background:#FFF;
		border-bottom: 1px solid #dbdbdb;
	}
	.tab_menu ul {
		margin:0;
		padding:0;
		list-style-type:none;
		width:auto;
		height: auto;
	}
	.tab_menu ul li {
		display:block;
		float:left;
		border-right: 1px solid #dbdbdb;
		margin-left: 0px;
		margin-bottom: -1px;
	}
	.tab_menu ul li a {
		display:block;
		color:#0066CC;
		float:left;
		padding:.5em .7em .5em .7em;
		text-decoration:none;
		border-left:1px solid #fff;
		border-top: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
		background: url('/standard_no/images/design/blue_header_bg.png'); 
	}
	.tab_menu ul li a:hover,.tab_menu ul li a.current{
		color: black;
		border-bottom: 1px solid #fff;
		background: #ffffff;
	}

	/* -- SEARCH - LOGIN - BASKET --*/
	.search_basket {
		background-color: #E5EFFA;
		border-right: 1px solid #CCC;
		border-left: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
	}
		.search {
			float: left;
			padding: 8px 20px 8px 15px;
		}
		.submit_search {
			margin-right: .5em;
		}
		.loggin {
			float: right;
			margin-right: 2em;
		}
		.loggin p {
			margin: 0px;
			margin-top: .5em;
		}
		.right_basket {
			float: right;
			width: 218px;
			padding: 5px 10px 100px 20px;
			margin-bottom: -105px;			
			vertical-align: bottom;
			}

		.blur_basket {
			background-color: #4CE04C; /*shadow color*/
			color: inherit;
			margin-left: 4px;
			margin-top: 4px;
		}

		.shadow_basket,
		.box_basket{
			position: relative;
			bottom: 3px;
			right: 3px;
		}
		.shadow_basket{
			background-color: #b7d9b4; /*shadow color*/
			color: inherit;
			margin-bottom: 15px;
		}

		.box_basket {
			background-color: #fff; /*background color of content*/
			color: #000; /*text color of content*/
			border: 2px solid #339900; /*border color*/
			padding: 6px 8px;
			vertical-align: top;
			width: 198px;
			overflow:hidden;
		}
		.box_basket p {
			vertical-align: text-top;
			margin: 0px;
			
		}
		.box_basketImg {
			margin-right: 15px;
			float:left;
			}

		.noItems .shadow_basket{
			background-color: #DDDDDD; /*shadow color*/
		}
		.noItems .box_basket{
			border: 2px solid #CCCCCC; /*border color*/
		}

		
		
/* __ FOOTER -- */

.footer {
	clear: both;
}
.footer p {
	margin: 0;
	padding-left: 1em;
	padding-top: .2em;
	padding-right: 2em;
	padding-bottom: 1em;
	font-size: .7em;
}

/* WRAPPER - STARTS AFTER HEADER, END BEFORE FOOTER */
.wrapper {
	width:1001px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-top: none;
}

/* -- LEFT COLUM -- */

#left_colum {
	float: left;
	width: 150px;
}
.left_colum {
	float: left;
	width: 150px;
	overflow: hidden;
}
#ax_productcatalog #left_colum {
	float: left;
	width: 200px;
}
#left_menu { 
	/*list-style-image: url('/standard_no/images/header/left_menu.gif'); */
}
#left_menu ul {
	margin: 0;
	padding: 0;
	width: auto;
	list-style-type: none;
}
#left_menu ul li  {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width:149px;
	overflow:hidden;
	vertical-align:bottom;
	margin-left: 0px;
}
#ax_productcatalog #left_menu ul li  {
    width: 199px;
}
#left_menu ul li a {
	background: url('/standard_no/images/design/pil.png');
	background-repeat: no-repeat;
	background-position: 5px 7px;
	text-decoration: none;
	padding: 7px 3px 7px 19px;
	display: block;
}
#left_menu ul li a:hover {
	background-color: #f6f6f6;
}
#left_menu ul li.selcted a {
	color: #000;
	font-weight:bold;
}

.left_menu_header {
	border: 1px solid #8e9faf;
	background-color: #eeeeee;
	font-weight: bold;
	padding: .3em;
	margin-top: 10px;
	margin-bottom: 5px;
}


/* -- RIGHT COLUM -- */

.right_colum {
	float: right;
	width: 218px;
	overflow:hidden;
	padding: 20px 10px 10015px 20px;
	margin-bottom: -10000px;
	background: #FFFFFF  /* url('/standard_no/images/design/bg_devider.gif') left repeat-y #E5EFFA; */
}
.right_columWhite {
	float: right;
	width: 218px;
	overflow: hidden;
	padding: 20px 10px 10015px 20px;
	margin-bottom: -10000px;
	background: #FFF;
}
.right_colum p, .right_colum ul li, .right_columWhite p, .right_columWhite ul li {
}
.right_colum h6, .right_columWhite h6 {
	font-weight: bold;
}
.space_forIE {
	font-size: 1em;
	margin: 0;
	background-color: #E5EFFA;
}
.space_forIE_white2 {
	font-size: 1em;
	margin: 0;
	background-color: #FFF;
}

#ax_nav .box {
	overflow: hidden;
}
.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 1em;
}
.shadow,
.box{
	position: relative;
	bottom: 3px;
	right: 3px;
}
.shadow{
	background-color: #d9d9d9; /*shadow color*/
	color: inherit;
	margin-bottom: 15px;
}
.box{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #CCC; /*border color*/
	padding: .5em 2ex;
	padding-left: 6px;
	padding-right: 6px;
}
.box p {
	margin-top: 0;
	margin-bottom: 5px;
}
.box h3 {
	font-size: 1em;
	font-weight: bold;	
	margin: 0;
}

.blur_blue{
	background-color: #bfd9f2; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow_blue,
.box_blue{
	position: relative;
	bottom: 3px;
	right: 3px;
}
.shadow_blue{
	background-color: #bfd9f2; /*shadow color*/
	color: inherit;
	margin-bottom: 15px;
}

.box_blue{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #4c94db; /*border color*/
	padding: 8px;
	overflow: hidden;
}
.shadow_lightgreen,
.box_lightgreen {
	position: relative;
	bottom: 3px;
	right: 3px;
}
.shadow_lightgreen {
	background-color: #d6e1c9; /*shadow color*/
	color: inherit;
}

.box_lightgreen {
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #5c8727; /*border color*/
	padding: 8px;
	width: 190px;
	overflow: hidden;
}


/* -- MAIN AREA -- */
#main {
	margin-left: .5em;
	margin-right: .5em;
}
#main_right {
	border-right: 14.7em solid #E5EFFA;
}
.main_content {
	float:left;
	border-right: 1px solid #CCC;
	width:752px;
	overflow:hidden;
}
.main_header {
	padding: 19px 20px;
}
.main_headerLogo {
	float: right;
	margin-right: 10px;
}
.main_headerLogo img {
	margin: 0;
}
.main_header h1 {
	margin-bottom: 0;
}
#center {
	border-right: .4em solid #CCC;
	margin-left: 14em;
	padding: .5em;
	padding-right: .8em;
}
.center {
	padding: .5em;
}


#center_left {
	margin-left: 14em;
	padding: .5em;
	padding-right: .8em;
}
#center_right {
	padding: 0 1em .5em 0;
	border-top: 1px solid #CCC;
}

.center_right {
	padding: 0;
	border-top: 1px solid #CCC;
}
.center_content {
	float: right;
	padding: 10px;
	margin: 0;
	width:570px;
}
.bread {
	margin: 0px;
	font-size: .85em;
}


/* -- FAGSIDE -- */
.list_colum {
	float: left;
	padding: 1em;
	padding-top: 0px;
	padding-right: 15px;
	width: 300px;
}
.list_colum h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 1em;
	padding-left: .4em;
	margin-bottom: 0;
	padding-bottom: 0;
}
.list_colum ul {
	margin-top: .2em;
}
.list_colum a:link, .list_colum a:visited {
	text-decoration: none;	
}
.list_colum a:hover {
	text-decoration: underline;	
}
.ShoppingHelp h4 a:link, .ShoppingHelp h4 a:hover, .ShoppingHelp h4 a:visited, 
#ax_mypage td a:link, #ax_mypage td a:visited, #ax_mypage td a:hover, 
#ax_subscriptiongrid td a:link, #ax_subscriptiongrid td a:visited, #ax_subscriptiongrid td a:hover {
	color: Black;
	text-decoration: none;	
	cursor: default;
}
#ax_subscriptiongrid .x a:link, #ax_subscriptiongrid .x a:visited, #ax_subscriptiongrid .x a:hover, 
#ax_mypage .x a:link, #ax_mypage .x a:visited, #ax_mypage .x a:hover {
	color: #0066CC;
	text-decoration: none;	
	cursor: auto;
}
#ax_subscriptiongrid .x a:hover, 
#ax_mypage .x a:hover {
	text-decoration: underline;		
}
.ShoppingHelp ul{
	list-style-type: none;
	padding: 0;
	padding-left: .5em;
	margin: 0;
}
.ShoppingHelp li {
	padding: 0;
	margin: 0;
}

.sectiontablecelle {
	border: 1px solid #CCC;
	padding: 0;
	vertical-align: top;
	width: 50%;
	font-size: 1.1em;
} 
.producttablecelle p {
	padding: .5em;
}
.line {
	padding: 0px;
	margin: 0px;
	border: none;
}
/*
.box_fagnyheter {
	float: 4left;
	border: 1px solid #CCC;
	padding: .5em;
	height: 400px;
	
	margin-right: 16em;
}
.anbefalte {
	float: right;
	border: 1px solid #CCC;
	padding: .5em;
	width: 15em;
	height: 400px;
	
	margin-left: .5em;
}
*/
.related_links {
	float: left;
	width: 180px;
}
.clear_related_links {
	font-size: .1em;
	clear: left;
}
.news_link {
	text-align: right;
	margin: 0px;
	padding: .5em;
	
}
.news_list_item {
	overflow: auto;
	padding: .5em;
	border-bottom: 1px solid #CCC;
}

.news_list_item h4 {
	margin: 0;
	padding: 0;
}
.news_list_item p {
	margin: 0;
	padding: 0;
}
.news_header {
	float: left;
	margin: 0;
	padding: 0;
}
.news_img {
	float: left;
	padding: .5em;
}
.news_recommended_header {
	background-color: #eee;
	padding: .5em;
	border-bottom: 1px solid #CCC;
}
.recommended {
	padding-left: .5em;
	padding-top: .5em;
	padding-right: .5em;
}
.komite { 
	list-style-image: url('/standard_no/images/header/left_menu.gif');
	margin: 0;
	margin-left: .5em;
	padding: .3em;
}


/* -- ANNET -- */
#productheading {
	border:1px solid #ccc;
	padding: 10px;
	margin-bottom: 5px;
	width: 95%;
}
#productheading_red  {
	border:1px solid #CC0000;
	padding: 10px;
	margin-bottom: 5px;
	width: 95%;
}
#tilbaketrukket {
	font-size: 0.9em;
	font-weight: bold;
	color: #cc0000;
	padding-bottom: 0.6em;
	margin: 0px;
	width: 95%;
}
.product_label td {
}
#title {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0px;
}
#standardnr {
	font-weight: normal;
	font-size: 1.1em;
	margin: 0px;
}
.ladit {
	background-color: #eeeeee;
	border: 1px solid #ccc;
	padding: 10px;
	overflow: hidden;
	width: 95%;
}
.ladit_top {
	background-color: #eeeeee;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px;
	overflow: hidden;
	width: 95%;
}
.edition {
	padding-right: 1.5em;
	float: left;	
}
.language {
	padding-right: 1.5em;
	float: left;
}
.product {
	padding-right: 1.5em;
	float: left;
}
.withdrawn {
	padding-right: 1.5em;
	float: left;
	color: red;
}
.extra {
	float: left;
	padding: 1em;
	width: 30%;
}
.preview {
	font-size: 0.85em;
	clear: left;
	padding: 2px;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 77px;
}
.preview_border {
	border: 1px solid #000;
	margin-bottom: 3px;
}
.price {
	margin-bottom: 0px;
	clear: left;
}
.price_mva {
	font-size: 0.85em;
	margin: 0px;
}
.add_basket {
	font-size: 0.85em;
	padding-bottom: 1em;
}
.date {
	margin: 0px;
	margin-top: .5em;
}
.heading {
	margin: 0px;
	font-weight: bold;
}
.heading + p {
	margin: 0px;
}

/* --- NORSOK --- */

.norsok_standards {
	color: green;
}
.norsok_international {
	color: blue;
}
.norsok_withdrawn {
}
.norsok-link {
	padding-top: .5em;
}
table.norsok {
	padding-top: 1em;
	padding-bottom: 1em;
}
table.norsok th {
	padding: 0.5em;
	padding-left: 2em;
	padding-top: 1em;
	text-align: left;
}
table.norsok td {
	padding-left: 2em;
	border-style: none;
}
table.norsok thead th {
	padding-left: 0px;
}


/* -- SHOPPING -- */

.product_list {
	width: 100%;
	margin-bottom: 5px;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
} 
.product_list h5 {
	font-size: 1.1em;
}
.product_list .price {
	text-align: right; 
	width: 5em;
}
.product_list .text_right {
}
.product_list .discount {
	width: 4em;
}
.product_list caption {
	font-weight: bold;
	text-align: left;
	padding-top: 1em;
}
.product_list th {
	font-size: .9em;
	text-align: center;
}
.product_list td {
	border-spacing: 0;
	padding: 5px;
	vertical-align: top;
} 

.gray {
	background-color: #eee;
}
.x {
	width: 6em;
	text-align: center;
}
.price{
	clear: left;
	
}
.bold {
	font-weight: bold;
}
.discount {
	text-align: right;
}
.basket {
	margin-right: 13.8em;
	border-right: .4em solid #B2D3FF;
	padding: .5em;
}

.next {
	float: right;
	text-align: right;
	padding-right: 1em;
}

.more_shopping {
	float: left;

}

.summary {
	position: relative;
	bottom: 2px;
	right: 2px;
}


.text_right {
	text-align: right;
}
.delivery {
	margin: 0;
}
.delivery_info {
	margin-top: 0;
	margin-left: 1.8em;
}

.not_available {
	color: gray;
}
.basket_border_bottom {
	border-bottom: 2px solid #339933;
}
.basket_border_top {
	border-top: 1px solid #339933;
}
.image_padding {
	margin-top: 1em;
	margin-bottom: .5em;
}
.small_basket {
	clear: both;
	border-top: 1px solid black;
	border-bottom: 1px solid gray;
	padding: .5em;
}
#ax_salespayment  {
	clear: both;
}
.adr {
	float: left;
	padding-right: 3em;
}
.change_adr {
	margin-left: 9em;
	font-size: .85em;
}
.padding_left {
	padding-left: 2em;
}
.dark {
	background-color: #ccc;
	border: 1px solid black;
}
.dark td {
}
.text_left {
	text-align: left;
}



/* -- SØKERESULTAT -- */

.searchresult {
	float: left;
	padding: 10px 10px 10px 0;
	margin-right: 10px;
}
.searchresult h6 {
	font-size: 1.1em;
}
.search_result {
	clear: left; 
	padding-top: 1em;
}
.search_result hr {
}
.search_result h3 {
	float: left;
	font-weight: bold;
	margin: 0;
	padding-right: 2em;
}
.search_result h5 {
	margin-bottom: 0;
}
.search_result p {
	clear: left; 
	margin: 0;
	margin-bottom: .4em;
}
.search_result hr, #ax_nav hr {
	clear: left; 
	*background-color: #CCC;
	color: #CCC;
	*color: inherit;
}
.ax_item h3 {
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-right: 20px;
}
.ax_item h5 {
	margin-bottom: 0;
}
.ax_item p {
	clear: left; 
	margin: 0;
	margin-bottom: .4em;
}
.ax_item .clear span {
	margin-left: 20px;
}
.topbox .float_left span {
	margin-left: 20px;
}
.ax_item .standardnr {
	font-weight: bold;
	font-size: 1.1em; 
}
.ax_item .price {
	font-style: italic; 
	color: #404040;
}
.ax_item .price span {
	margin: 0; 
	font-style: normal; 
	font-weight: bold;
}

.title_link a {
	color: black;
	text-decoration:none;
}
.title_link {
	padding-top: .4em;
}
.fileOpen {
	float: right; 
	padding: 1em; 
	border: 1px solid #CC0000;
	background-color: #fcf2f2; 
	width: 12em; 
	font-size: .9em;
	margin-left: 20px;
	margin-bottom: 20px;
}
.box_grey {
	float: right; 
	padding: 1em; 
	border: 1px solid #CCC;
	background-color: #f2f2f2; 
	width: 12em; 
	font-size: .9em;
	margin-left: 20px;
}

.abonnement_header {
	border-bottom: 2px solid #CCC;
	padding: 19px 20px;
	background-color: #f2f2f2;
}
.img_portrait {
	float: left;
	margin: 5px 5px 5px 0;	
}
.margin_abo {
	margin-right: 15px;
	margin-bottom: 20px;
}
.box_avtaler {
	margin-top: 60px;
	background-color: #f2f2f2;
}
text_right {
	text-align: right;
}

/* -- KAMPANJE -- */
.content {
	padding: 15px;
}
.campaign {
	overflow: auto;
	margin-bottom: 1em;

}
.campaign p {
}
.campaign h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: .5em;
	margin-top: 1em;
}
.gray_border {
	border: 1px solid #b2b2b2;
}

.campaign_img {
	padding-bottom: .5em;
	padding-top: 1.5em;
	padding-left: 1.5em;
	float: right;
}
.campaign_blue_line {
	clear: left;
	background-color: #4C94DB;
	height: 5px;
	border: 0;
}
.campaign_product {
	border: 1px solid #b2b2b2;
	padding: .6em;
	background-color: #eee;
}
.campaign_product h2 {
	clear: left;
	font-size: 1.1em;
	margin-bottom: 0;
}
.campaign_product p {
	margin-top: 0;
}
.campaign_product_info {
	float: left;
	padding-right: 2em;
	padding-bottom: 1em;
}
.campaign_action {
	padding-left: .5em;
	font-size: .85em;
}

.add_to_basket
{

}

/* SHOPPING KNAPPER */

a.button, span.button, del.button{
/*	display:-moz-inline-box; */
	display:inline-block;
	cursor:pointer;
	border:none;
    	font-size:0;
    	line-height:0;
	background-position:0 0;
	background-repeat:no-repeat;
	height:30px;
	text-decoration:none;
	color:#2e523b;
	font-style:normal;
	margin:0 6px 0px 0;
	padding:0 10px 0 0;	
	vertical-align:middle;	
    padding-top:-2px;
	_position:relative;
	_width:10px;	
	_overflow-y:hidden;
}

a.button, span.button, del.button,
a.button span, span.button button, span.button input, del.button button{
    background-image:url('/standard_no/images/design/form_buttons.png');
    _background-image:url('/standard_no/images/design/form_buttons.gif');
}

a.button span, span.button button, span.button input, del.button button{
	white-space:nowrap;
	cursor:pointer;
    	color:#222;
/*	display:-moz-inline-box; */
	display:inline-block;
	line-height:2;
    	letter-spacing:0 !important;
    	font-family:"Arial" !important;
    	font-size:12px !important;
    	font-style:normal;    
    	background-color:transparent;
	background-position:100% 0;
	background-repeat:no-repeat;
	height:30px;
	padding:3px 20px 0 10px;
	margin:0 -16px 0 10px;
	border:none;
	vertical-align:text-top;
	_position:relative;
    _padding-left:0px;
	_padding-right:12px;
	_margin-right:-10px;
	_display:block;
	_top:0;
	_right:-5px; 
}
span.button button{
   line-height:2.5;/*Opera need this*/
   	*padding-right: 0;
	*padding-left: 0;
    _padding-left:0px;
	_padding-right:12px;
}

html.safari a.button span, 
html.safari del.button button{
  line-height:1.3;
}

html.safari span.button button{
  line-height:2.6;
}

html.safari a.button:focus,
html.safari span.button button:focus{
    outline:none;
}

del.button{
	/* cursor:not-allowed;	*/
	background-position:0 -120px;
}
del.button button{
	cursor:default;
    color:#aaa !important;
	background-position:100% -120px;
}

span.button button, span.button input{
	padding-top:0px;
	line-height:2.5;/*Opera need this*/
}

.del .button{
	background-position:0 -120px;
	color: Gray;
}
.next_buttons .del .button{
	color: #222;
}
.del .button span{
	background-position:100% -120px;
}
.blue_btn .button{
	background-position:0 -240px;
}
.blue_btn .button span{
	background-position:100% -240px;
}

.shop_more_button {
	background: url('/standard_no/images/design/basket_button.png') left no-repeat #eee;
	padding-left: 20px;
	cursor: pointer;
}
.go_back_button {
	background: url('/standard_no/images/design/back.png') left no-repeat #eee;
	padding-left: 20px;
	margin-right: 10px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.lenke /* class for knapper som skal se ut som en link */
{
   cursor: pointer;
   color:#0066cc;
   background-color: Transparent;
   border-style:none;
   text-decoration: none;
}
.lenke:hover {
	text-decoration: underline;
}
a.banner {
	display: table;
	height: 40px;
	width: 180px;
	text-decoration:none;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	margin: 3px;
	float: left;
    background-image:url('/standard_no/images/design/banner_blue.gif');
    background-repeat: no-repeat;
    *padding-top: 10px;
    *height: 40px;
    padding-bottom: 0;
    overflow: hidden;
}
a.banner:hover {
    background-image:url('/standard_no/images/design/banner_blue_hover.gif');
}
a.banner span {
	display: table-cell;
	vertical-align:middle;
	padding: 5px;
}
/* END SHOPPING KNAPPER */

/* -- FORSIDE --*/

.gray_heading {
	background-image: url('/standard_no/images/design/gray_header_bg.png'); 
	padding: .5em; 
}
.blue_heading {
	background-image: url('/standard_no/images/design/blue_header_bg.png'); 
	padding: .5em;
}
.focus_news {
	float: left; 
	width: 313px;
	padding-top: 20px; 
	padding-bottom: 0px; 
	padding-left: 20px;
}
.aktuelt_news {
	float: left; 
	width: 289px;
	padding-top: 20px; 
	padding-bottom: 0px; 
	margin-right: 10px;
	margin-left: 12px;
}

.shadow,
.box_mainpage {
	position: relative;
	bottom: 3px;
	right: 3px;
}
.box_mainpage {
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #d9d9d9; /*border color*/
	padding: 0;
}
.shadow,
.box_mainpage_focus {
	position: relative;
	bottom: 3px;
	right: 0px;
}
.box_mainpage_focus {
	width: 306px;
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 2px solid #b2b2b2; /*border color*/
	padding: 0;
	
}
.box_lightgrey {
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #c3cbd5; /*border color*/
	padding: 0;
	width:561px;
	overflow:hidden;
}

.to_article_arcive {
	float: right; 
	font-size: .85em; 
	margin: .5em;
}

.shadow_blue,
.box_blue_mainpage{
	position: relative;
	bottom: 3px;
	
}
.box_blue_mainpage{
	width: 330px;
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 2px solid #4c94db ; /*border color*/
	padding: 0;
}

.box_blue_mainpage a{
	text-decoration: none; 
	font-size: 1.1em;
}

.box_blue_mainpage a:hover{
	text-decoration: underline; 
}


/* -- SØK OG KJØP --*/
.banner table {
	width: auto;
	border-collapse: collapse;
}
.banner td {
	padding: 3px;
}
#search_header {
	border-bottom: 1px solid #CCC;
	padding: 19px 20px;
	background-color: #f2f2f2;
}
#search_header input.field {
	float: left;
	width: 300px;
	margin-right: 10px;
}
#search_header select {
	float: left;
	width: 150px;
	margin-right: 10px;
}
#search_header input.checkbox {
	float: left;
	clear: both;
	vertical-align: middle;
}
#search_header input.button {
	float: left;
	margin-top: 10px;
	font-weight: bold;
	clear: both;
}
/* -- FAGOMRÅDER FORSIDE --*/
.frontpagecolorboxcontent {
	width: 330px; 
	background: #FFF; 
	padding-top: 10px;
	height: 14.7em;
	}
.frontpagecolorboxcontent ul {
	list-style-type: none;  
	overflow: hidden;
	float: left; 
	margin: 0px;
	padding: 0px;
	}
.frontpagecolorboxcontent ul li {
	display: inline;
}
.frontpagecolorboxcontent ul li a, .frontpagecolorboxcontent ul li a:visited {
	display: block; 
	padding: 5px 10px 5px 25px; 
	color: #0066CC; 
	background: url('/standard_no/images/design/pil.png') center left no-repeat; 
	background-position: 7px;
	font-size: .9em;
	}
.frontpagecolorboxcontent ul li a:hover {
	text-decoration:underline;
	}
.frontpagecolorboxcontent_english ul li a, .frontpagecolorboxcontent_english ul li a:visited {
	padding: 4px 0px 5px 24px; 
}
.frontpagecolorboxcontent_english ul {
	padding: 0; 
	margin: 0;
}
.frontpagecolorboxcontent_english p {
	padding: 0; 
	margin: 0;
	margin-top: -7px;
}
/* -- SLUTT FAGOMRÅDER FORSIDE --*/
.focus_article_link {
		margin: 0;
		padding: .5em;
		text-align: right;
		height: 1.4em;
		overflow: hidden;
}
.focus_article {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.focus_article h3 {
	font-size: 1.1em;
	margin: .5em;
}
.focus_article h4 {
	margin: .5em;
}
.focus_article h4 a {
	text-decoration: none;
}
.focus_article h5{
	margin: .5em;
	margin-bottom: 0;
	font-size: .9em;
	font-weight: normal;
	overflow: hidden;
	height: 1.3em;
}
.focus_article p {
	margin: .5em;
	margin-top: 0;
	
}

.focus_extra {
	float:left; 
	border-right: 1px solid #ccc; 
	width: 50%; 
	margin-right: .5em;
}
.mainpage_small_box {
	float: left;
	width: 164px;
}
.mainpage_small_box h6 {
	font-size: 1em;
}
.padding_right_9 {
	padding-right: 9px;
}
.mainpage_small_box .box {
	height: 7.9em; 
	overflow: hidden;
}
.mainpage_small_box .box p {
	margin-top: 5px;
	margin-bottom: 0;
}
.mainpage_right {
	float: right; 
	width: 337px; 
	padding: 0px 14px 20px 0;
	border-top: 20px solid white;
	padding-bottom: 0;
}
.forsidefag {
	float: left; 
	margin-left: 1em;
	margin-right: 1.5em;
	width: 50%;
}
/* -- START OM OSS MEDLEMSKAP --*/
.medlem_table {
	width: auto;
} 
.medlem_table td {
	vertical-align: top;
} 
.medlem_table ul li {
	list-style-type: inherit;
	}
.medlem_table_left {
	width: 290px;
}
.medlem_table_right {
	width: 269px;
}
/* -- SLUTT OM OSS MEDLEMSKAP --*/
.ProdCatLayout {
    padding-top: 20px; 
    width: 750px; 
    margin-left: 20px;
}

.product_catalogue ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	border-bottom: 1px solid #CCC;
	width: 750px;
}
.product_catalogue ul li  {
	border: 1px solid #CCC;
	border-bottom: 0;
	overflow:hidden;
	vertical-align:bottom;
	margin-left: 0px;
}
.product_catalogue ul li a {
	background: url('/standard_no/images/design/pil.png') center left no-repeat; 
	text-decoration: none;
	padding: 7px 3px 7px 19px;
	display: block;
	background-position: 5px;
}
.product_catalogue ul li a:hover {
	background-color: #f6f6f6;
}
.product_catalogue ul li.selcted a {
	color: #000;
	font-weight:bold;
}

/* -- SUPPORTING CLASSES -- */
.tiny {
	font-size: 0px;
	margin: 0;
}
.small {
	font-size: .85em;
	margin: 0;
	padding-right: .5em;
}
.medium {
	
}
.border {
	border: 1px solid #CCC;
	padding: 8px;
}
.morten_sin_ax_klasse table {
	border: 1px solid #CCC;	
	padding: 0;
	border-spacing: 0;
}
.morten_sin_ax_klasse th {
	background-image: url('/standard_no/images/design/gray_header_bg.png');
	padding: .5em;
	border-spacing: 0;
}
.ax_morten_klasse table {
	border: 1px solid #CCC;	
	padding: 0;
	border-spacing: 0;
	width: 100%;
}
.ax_morten_klasse caption {
	text-align: left;
	font-weight: bold;
	border: 1px solid #CCC;
	border-bottom: none;
	background-image: url('/standard_no/images/design/gray_header_bg.png');
	padding: .5em;
}
.ax_morten_klasse th {
	text-align: left;
	font-weight: normal;
}
.ax_morten_klasse td {
	text-align: left;
	font-weight: bold;
	padding-left: .5em;
}
.space_bottom {
	margin-bottom: 20px;
}
.border_green {
	border: 1px solid #339933; 
	padding: 8px;
}
.center_right .center_content .border {
	width:537px;
	overflow:hidden;
}
.right {
	float: right;
}
.no_margin {
	margin: 0px;
}
.no_padding {
	padding: 0px;
}
.no_border  {
	border: none;
}
.blue {
	background-color: #4C94DB;
	*color: #4C94DB;
	height: 5px;
	border: 0;
}
.green {
	border-top: 2px dashed #339933;
	margin-top: 2em;
	margin-bottom: 2em;
}
.link_right {
	float: right;
	clear: both;
	padding-bottom: 12px;
	border-bottom: 5px;
	margin-bottom: 10px;
}
.top_clear{
	background-color: #E5EFFA;
	clear: both;
	margin: 0;
}
.clear {
	clear: both;
	margin: 0;
}
#OrderReceipt {
	clear: both;
}
#SalesBasket {
	clear: both;
}
#SalesBasket table {
	
}


.float_left {
	float: left;
}
.img_left {
	float: left;
	padding: .5em;
}
.img_right {
	float: right;
	padding: .5em;
}

.margin_img {
	margin-bottom: 2em;
	margin-left: 2em;
	margin-top: .5em;
}
.align_top {
	vertical-align: top;
}
.intendation {
	margin-left: 1.4em;
}
.no_intendation {
  	margin-left:0;
   	padding-left: 0;
}
.red_border {
	border: 1px solid #D87D87;
}
.red_shadow {
	background-color: #D3ADB1;
}
.listitem_arrowed {
   	list-style-image: url('/standard_no/images/design/pil.png');
	padding-left: 17px;
}
.listitem_arrowed li {
}
.height_25 {
	height: 25em;
	overflow: hidden; 
}
.padding_5 {	
	padding: .5em;
}
one_line {
	height: 1.5em; 
	overflow: hidden;
}
.alert {
	color: Red;
	font-weight: normal;
}
.alert a:link {
	color: Red;
}
textarea 
{	
	font-family: Arial, Helvetica, sans-serif;
}
.chat {
	 background: url('/Global/bilder/Nettbutikk/gr%C3%B8nn-snakkeboble.gif') no-repeat transparent; 
	 height: 62px;
}
.ax_salessummary table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}
.ax_salessummary table td {
	padding: .5em;
	font-size: .95em;
	border: 0px;
	background-position:expression(-this.offsetLeft + " " + -this.offsetTop);
}
.border-top {
	border-top: 1px solid #CCC;
}
.dato {
	width: 5em;
}
.shadow_ie6msg,
.ie6msg{
	position: relative;
	bottom: 3px;
	right: 3px;
}
.shadow_ie6msg{
	background-color: #D3ADB1; /*shadow color*/
	color: inherit;
	border-top: 15px solid white;
	margin-left: 2em;
	margin-right: 1em;
	margin-top: 3px;
	margin-bottom: 0px;
	
}
.ie6msg{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #D6283C; /*border color*/
	padding: .5em 2ex;
	padding-left: 6px;
	padding-right: 6px;
}
.ie6msg p {
	margin: .5em;
}
.ie6msg h4 {
	margin-left: .5em;
	font-size: 1.2em;
}

/* START - Auto cmplete search */
div.ac_results ul { 
  margin:0; 
  padding:0; 
  list-style-type:none; 
  border: solid 1px #ccc; 
  background-color: #FFFFFF; 
} 

div.ac_results ul li { 
  font-family: Arial, Verdana, Sans-Serif; 
  font-size: 12px; 
  margin: 1px; 
  padding: 3px; 
  cursor: pointer; 
} 

div.ac_results ul li.ac_over { 
  background-color: #acf; 
} 
/* END - Auto cmplete search */
.ebook {
	margin-top: 3em;
}
.ebook table {
	width: 100%;
	border-spacing: 0;
	padding: 0;
}
.ebook table caption {
	text-align: left; 
	padding-bottom: .5em;
	font-size: 1.4em;
}
.ebook table th {
	background-color: #E5EFFA;
	text-align: left; 
	padding: 3px
}
.ebook table td {
	border-bottom: 1px solid #CCC;
	padding: .5em;
}
.ebook h6 {
}
.ebook_header {
	font-weight: normal; 
	background-color: #E5EFFA; 
	padding: 3px; 
	margin-bottom: 15px;
}
.align_middle {
	vertical-align: middle;
}
#ax_nav .rest {
	display: none;
	*margin: 0px;
	*padding: 0px;
	*margin-top: -1em;
}
.indent {
	margin-left: 20px;
}
.multiline {

}
.softLinebreak {
	margin-top: 0px;
}

	.search_path {
	    font-weight: bold;
		text-align: center;
		margin-top: 1em;
	}
	.search_path a, .search_path span {
		text-decoration: none;
		padding: .8em;
	}
	.ax_item {
		border-bottom: 1px solid #DDD;
		padding-left: 1em;
		padding-top: 1em;
	}
	.ProdCatLayout .ax_item {
		border-bottom: 0px solid #DDD;
    }
	.ax_item h3 {
		float: left;
	}
	.bgGhostWhite {
		background-color: #F8F8FF;
	}
	.ax_item .price {
		font-style: normal;
		color: black;
		padding-top: .5em;
		padding-bottom: .5em;
	}
	.title_link {
		padding-top: 0;
	}
	.ax_item .product, .ax_item .productinfo {
		padding-top: 1em;
	}
	.ax_item .product, .ax_item .delivery {
		width: 550px;
		padding-right: 2px;
		margin-right: 0px;
		font-weight: normal;
	}

	.ax_item {
        padding-bottom: .4em
	}
	.ax_item a {
	    white-space:nowrap;
    }
	.ax_item .productinfo {
		float: right;
		padding-left: 5px;
		width: 140px;
		margin-left: 0px;
	}
	.topbox .productinfo p {
	    float: left;
	    margin: 0px;
	    padding: 0px;
	    margin-right: 10px;
	}
	.topbox .productinfo  {
	    clear: both;
	    margin-bottom: 10px;
	}
	.ax_item a:link, .ax_item a:visited,
	.searchresult a:link, .searchresult a:visited,
	#ax_nav a:link, #ax_nav a:visited  {
		text-decoration: none;
		font-weight: normal;
	}
	.ax_item a:hover,
	.searchresult a:hover,
	#ax_nav a:hover {
		text-decoration: underline;
		font-weight: normal;
	}
	.add_delivery {
		padding: 5px;
		padding-bottom: 25px;
		margin-left: 0px;
		margin-right: 0px;
		padding-right: 4px;
	}
	.added_delivery {
		padding: 5px;
		background-color: #EBEBEB;
		padding-right: 2px;
	}
	.delivery span {
		margin-right: 0px;
	}
	.added_delivery span {
	    margin-left: 5px;
	}
	.line_separator {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
    span.btnBlue a, span.btnBlue {
    /*	display:-moz-inline-box; */
	    display:inline-block;
	    cursor:pointer;
	    border:none;
	    height:30px;
	    text-decoration:none;
	    font-style:normal;
	    margin:0;
	    padding:3px 15px 0 5px;
	    vertical-align:middle;
	    color: #222;
	    white-space:nowrap;
	    line-height:2;
    	    letter-spacing:0 !important;
    	    font-family:"Arial" !important;
    	    font-size:12px !important;
    	    font-style:normal;
        background-color:transparent;
	    background-position:100% 0;
	    background-repeat:no-repeat;

    }
    span.btnBlue {
	    padding:0 10px 0 5px;
	    line-height:2.5;/*Opera need this*/
        background-image:url('/standard_no/images/design/form_buttons.png');
	    background-position:0 -240px;
    }

    span.btnBlue a {
        background-image:url('/standard_no/images/design/form_buttons.png');
	    background-position:100% -240px;
	    margin:0 -16px 0 10px;
    }
    span.btnBlue a:hover {
	    text-decoration: none;
    }
 	#ax_nav .line_separator {
		margin-top: 15px;
		margin-bottom: 0px;
 	}
 	.search_result .line_separator {
		margin-top: 5px;
		margin-bottom: 5px;
 	}
  	#ax_nav .box {
 		padding-bottom: 15px;
  	}
  	#ax_nav h6 {
 		padding-bottom: 5px;
  	}
  	.search_result h5 {
  		margin-top: 15px;
  	}


.screenoverlay {
   	position: fixed;
    _position: absolute;  /* for IE 6.0 */
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;

	opacity: .60;
	filter: alpha(opacity=60);

	/* Set the overlay so it appears above the page content */
	z-index:1001;

}
.topbox {
	position: fixed;
    _position: absolute;  /* for IE 6.0 */
	top: 25%;
	left: 25%;
	right: 25%;
	padding: 25px;
	padding-top: 10px;
	background-color: #FFFFFF;
	text-align: left;

	/*Must use a z-index greater than the screen overlay*/
	z-index:1002;
	overflow: auto;
}
.topbox h3 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.topbox .text_right {
    padding-bottom: .5em;
}
.topbox .text_right a {
    font-family: Arial Black;
}
.LightBoxClose {
    padding-top: 30px;
}
#SalesBasket table {
	border-collapse:collapse;
	width:100%;
	margin-bottom: .5em;
}
#SalesBasket caption {
	text-align: left;
	font-size: 1.4em;
	padding-bottom: .5em;
	padding-top: .5em;
}
#SalesBasket thead {
	text-align: left;
	font-size: .95em;
}
#SalesBasket tbody {
	font-size: .95em;
}
#SalesBasket table td {
	border: 1px solid #DDDDDD;
	border-top: 0;
	vertical-align: middle;
	padding: .7em;
}
#SalesBasket table th {
	padding: .5em;
	padding-left: .7em;
	background: #F6F6F6
}
#SalesBasket table thead {
	border: 1px solid #DDDDDD;
	border-bottom: 0;
}
#SalesBasket tfoot td {
	font-weight: bold;
}
#SalesBasket th span {
	font-weight: normal;
}
.gray_txt {
	color: #6a6a6a;
}

.tmidle {
	text-align: center;
}


#SalesBasket a:link, #SalesBasket a:visited {
	text-decoration: none;
}
#SalesBasket a:hover {
	text-decoration: underline;
}
#SalesBasket input {
	width: 20px;
	text-align:right;
}
#SalesBasket select {
	float: left;
	width: 50px;
	text-align:right;
}


.summary a:link, .summary a:visited {
	text-decoration: none;
}
.summary a:hover {
	text-decoration: underline;
}
.summary td {
	text-align: right;
}
.summary {
	padding-bottom: 1.5em;
}
.ax_salessummary {
	width: 213px;
}
.summary h6 {
	font-size: 1.4em;
	font-weight: normal;
	margin: .5em;
	margin-left: 0;
}
#ax_salespayment h6 {
	font-size: 1.4em;
	font-weight: normal;
}
.adr table {
	margin-top: .5em;
}
.adr td {
	padding-left: 0;
}
.ax_salessummary h6 {
	margin-left: .5em;
}
.ax_salessummary {
	border: 1px solid #CCCCCC; /*border color*/
	border-bottom: 0px;
    background: #FFF;
}

.ax_salessummary tbody {
	background: url('/standard_no/images/design/background_ordresammendrag.png');
}
.icon {
	margin-right: 5px;
	vertical-align:text-top;
}
.step {
    margin-bottom: 10px;
}
.step div {
	float:left;
	background-repeat:repeat-x;
	height: 39px;
}
.step div p 
{
    margin-top: 12px;
    padding: 0px;
    font-size: 15px;
}
.step_start {
	width: 8px;
	background-image: url('/standard_no/images/design/prosess_grey_left_start.png');
}
.step1 {
	padding-left: 5px;
	padding-right: 13px;
	background-image: url('/standard_no/images/design/prosess_grey_background.png');
}
.devider1 {
	width: 28px;
	background-image: url('/standard_no/images/design/prosess_grey_to_grey.png');
}
.step2 {
	padding-left: 15px;
	padding-right: 13px;
	background-image: url('/standard_no/images/design/prosess_grey_background.png');
}
.devider2 {
	width: 28px;
	background-image: url('/standard_no/images/design/prosess_grey_to_grey.png');
}
.step3 {
	padding-left: 15px;
	padding-right: 13px;
	background-image: url('/standard_no/images/design/prosess_grey_background.png');
}
.step_end {
	width: 7px;
	background-image: url('/standard_no/images/design/prosess_grey_right_end.png');
}
.current_step1 .step_start {
	background-image: url('/standard_no/images/design/prosess_blue_left_start.png');
}
.current_step1 .step1 {
	background-image: url('/standard_no/images/design/prosess_blue_background.png');
	color: White;
	font-weight: bold;
}
.current_step1 .devider1 {
	background-image: url('/standard_no/images/design/prosess_blue_to_grey.png');
}
.current_step2 .devider1 {
	background-image: url('/standard_no/images/design/prosess_grey_to_blue.png');
}
.current_step2 .step2 {
	background-image: url('/standard_no/images/design/prosess_blue_background.png');
	color: White;
	font-weight: bold;
}
.current_step2 .devider2 {
	background-image: url('/standard_no/images/design/prosess_blue_to_grey.png');
}
.current_step3 .devider2 {
	background-image: url('/standard_no/images/design/prosess_grey_to_blue.png');
}
.current_step3 .step3 {
	background-image: url('/standard_no/images/design/prosess_blue_background.png');
	color: White;
	font-weight: bold;
}
.current_step3 .step_end {
	background-image: url('/standard_no/images/design/prosess_blue_riight_end.png');
}

.next_buttons {
	padding-top: 1em;
	clear: both;
}

.basket_content {
	background: #ececec;
	padding: 1px;
	margin-bottom: 2em;
}
.basket_content #SalesBasket {
	padding: 15px;
 }
 .basket_content table {
 	background-color: #FFFFFF;
 }
.basket_content a {
	text-decoration: none;
}
.showcontent {
	color: black;
	font-size: 1.3em;
	font-weight: bold;
}
.basket_content p {
	padding: 15px;
	margin: 0;
}
#SalesBasket .gray_txt {
	margin-top: 5px;
	margin-bottom: 15px;
}
#ConfirmationAddressLeft 
{
    float: left;
    margin-right: 25%;
}
.hide {
    visibility: hidden;
}
