﻿@charset "UTF-8";

@media print  {
	body
	{
		background-color:#FFF;
	}

	#barmiddle
	{
		width:100%;
		padding:0;
		margin:0;
		position:absolute;
		left:0px;
		top:40px;
	}

	#barleft,#barright,#headerwhite,#trigonoarch
	{
		visibility:hidden;
	}

	#footer
	{
		position:absolute;
		top:0;
		left:0;
		z-index:2;
	}
}

/* CSS Document 
 Document styles START */
*
{
	margin:0;
	padding:0;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body
{
	font-size:70%;
	line-height:135%;
	background-color:#9c9c9c;
	text-align:center;
}

#container
{
	width:95%;
	background-color:#FFF;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	max-width:1500px;
	min-width:750px;
}

#barleft
{
	float:left;
	margin-bottom:0.5em;
	margin-left:0.5em;
	width:14.5em;
	background:#FFF;
}

#barleft p
{
	padding:0 0.8em;
}

#barright
{
	width:29%;
	float:right;
	margin-right:1%;
}

#barmiddle
{
	width:68%;
}

body #mainContent
{
	margin-left:16em;
	margin-right:0.8em;
	margin-bottom:0.8em;
}

body #footer
{
	padding:0.8em;
	border-top:1px solid #d5d5d5;
}

/* Document styles END 
 Tag styles START */
h1
{
	font-size:2em;
	line-height:125%;
	color:#6C6C6C;
	margin-bottom: 0.1em;
}

h1 + p
{
	font-size:1.2em;
	color:#333;
}

h2,h3
{
	font-size:1.1em;
	font-weight:700;
	color:#515151;
	margin-bottom: 0.5em;
}

h2 + p
{
	line-height:125%;
	color:#6C6C6C;
}

h4
{
	font-size:0.8em;
	font-weight:700;
	line-height:125%;
	color:#333;
}

a
{
	text-decoration:none;
	color:#666;
}

a:hover
{
	text-decoration:underline;
	color:#D85208;
}

address
{
	display:inline;
}

.brod_9,#footer
{
	font-size:0.8em;
	color:#333;
}

label,.brod_10
{
	font-size:0.9em;
	color:#333;
	line-height:1.5em;
}

/* Tag styles END 
 Miscellaneous classes START */
.fltrt
{
	float:right;
}

.fltlft
{
	float:left;
}

.clearboth
{
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}

.clearlft
{
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}

.clearrt
{
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}

/* Miscellaneous classes END 
 Header Start

 Structure :
	top:headerblack
	bottom: headerblack with headermenu,headersearchform, headerflags (image map)  */
#headerblack
{
	background:#000;
	overflow:hidden;
	height:54px;
	background-image:url(../images/core/logo.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:right;
}

#headerwhite
{
	height:18px;
	padding-top:5px;
	margin-bottom:8px;
	background-image:url(../images/core/logo.png);
	background-repeat:no-repeat;
	background-position:left -54px;
	overflow:hidden;
}

#headermenu
{
	/*margin-right:22%;*/
	display:inline;
}

#headermenu ul
{
	list-style:none;
	display:inline;
}

#headermenu ul li
{
	margin:0;
	display:inline;
	padding-left:3%;
	padding-right:1%;
}

#headerflags
{
	float:left;
	display:inline;
	margin-left:64px;
}

#headersearchform
{
	float:right;
	top:0;
	left:0;
	margin-right:1.2em;
	width:22%;
	text-align:right;
}

#headersearchform input#searchstring
{
	width:80%;
	border:1px dotted #333;
}

#headersearchform input#searchstring:focus
{
	border:1px solid #c66106;
}

#headersearchform input#searchbtn
{
	margin-right:0.8em;
}

/* Header END 
 Handling of forms and input fields - START 
 For bottom of forms in Safari    input[type="text"], input[type="password"], */
.leftbarBoxContent #loginusername, .leftbarBoxContent #loginpassword
{
	border:1px solid #adadad;
	padding-bottom:0.5em;
	font-size:0.8em;
	color:#515151;
	width:98%;
}

/* input[type] doesn't work with IE6. This is why username and password have been added  input[type="text"]:focus, input[type="password"]:focus, */
.leftbarBoxContent #loginusername:focus,.leftbarBoxContent #loginpassword:focus
{
	border:1px solid #c66106;
}

/* Changes border color on active input box */
.leftbarBoxContent #loginsubmit
{
	margin-top:0.8em;
}

/* Submit buttons to remove border 
 Handling of forms and input fields - END 
  Vertical menu/navigation START */
.menutabWrapper
{
	margin-top:1em;
	margin-right:1em;
	padding-bottom:0;
	border-bottom:1px solid #595959;
	z-index:-1;
	clear:both;
	overflow:auto;
	width:100%;
}

#menuleft div:first-child,.graybox h2,.leftbarBoxTop,.menutab div
{
	-moz-border-radius-topleft:0.8em;
	-moz-border-radius-topright:0.8em;
	-webkit-border-top-left-radius:0.8em;
	-webkit-border-top-right-radius:0.8em;
	-khtml-border-top-left-radius:0.8em;
	-khtml-border-top-right-radius:0.8em;
	border-top-left-radius:0.8em;
	border-top-right-radius:0.8em;
}

.menutab
{
	float:left;
	margin-right:2px;
	height:auto;
	cursor:pointer;
}

.menutab div
{
	background-color:#595959;
}

#menuleft>div
{
	background-color:#595959;
}

#menuleft div.menuv_head,.menutab div
{
	padding:2px 0 2px 0.8em;
	margin-bottom:1px;
}

#menuleft div
{
	background:#595959;
}

div.menutab div
{
	font-size:1em;
	color:#FFF;
	line-height:125%;
	padding-right:20px;
}

/* Distance between menu and login boxes in left column */
#menuleft
{
	margin-bottom:1em;
}

a.menuv_marker
{
	color:#FFF;
	font-size:1.2em;
	float:right;
	padding-right:8px;
}

div.menuv_head a.menuv_head
{
	padding:0.15em;
	text-decoration:none;
	color:#FFF;
	font-size:1.1em;
	display:block;
}

div.menuv_head a:hover
{
	text-decoration:none;
	color:#D85208;
}

#menuleft div.menuv_sub {
	background-color:#e6e6e6;
}
div.menuv_sub a:hover,div.menuv_sub a.menuvsubactive
{
	text-decoration:none;
	color:#D85208;
	background:url(../images/arrows/meny_pil_on.gif) no-repeat top left #e6e6e6;
}

div.menuv_sub
{
	display:none;
}

div.menuv_sub a
{
	position:relative;
	display:block;
	font-size:1em;
	line-height:160%;
	padding-left:1.6em;
	margin-bottom:1px;
	background:#e6e6e6 url(../images/arrows/meny_pil_off.gif) no-repeat top left;
}

/*  Vertical menu/navigation END 
  Box left column, login START */
.leftbarBoxContent
{
	-moz-border-radius-bottomright:0.8em;
	-moz-border-radius-bottomleft:0.8em;
	-webkit-border-bottom-right-radius:0.8em;
	-webkit-border-bottom-left-radius:0.8em;
	-khtml-border-bottom-right-radius:0.8em;
	-khtml-border-bottom-left-radius:0.8em;
	border-bottom-right-radius:0.8em;
	border-bottom-left-radius:0.8em;
	padding-bottom:0.4em;
	background:#e6e6e6;
}

.leftbarBoxTop
{
	padding:2px 0 2px 0.8em;
	background:#d85208;
	color:#FFF;
}

/*  Box left column, login END 
 Used as header in boxes */
.graybox H2
{
	background:transparent url(../images/core/gradient.gif) top left repeat-x;
}

/* class btmborder - when used in graybox this generates borders */
.graybox H2,.btmborder
{
	border-color:#CCC;
	border-style:solid;
	border-width:0 1px 1px;
	padding:3px 0 3px 0.8em;
}

#barmiddle h2 + ul
{
	margin-top:0.8em;
}

/* Lists - START
Class imagecol - generates a list. Used in UL
Class twocol - generates a list. Used in UL in combination with imagecol

 2 column list needs 48 to make space for padding */
ul.twocol li
{
	width:48%;
}

ul.imagecol li
{
	float:left;
	list-style:none;
	padding-left:0.2em;
	padding-right:2%;
	padding-top:0.5em;
	padding-bottom:2em;
	clear:none;
}

ul.imagecol li>a img
{
	float:left;
	padding-right:1em;
	padding-bottom:0.2em;
}

ul.imagecol li p a,ul.imagecol li p a:hover,ul.imagecol li p a:active,ul.imagecol li p a:visited
{
	color:#000;
	text-decoration:none;
}

/* Arrow in list */
ul.imagecol li p img
{
	float:none;
}

/* Handling of lists - end 
 Content */
img.mainContentHeader
{
	margin-right:1em;
}

div.mainContentHeader
{
	position:relative;
	min-height:8em;
}

.tempblu
{
	border:1px solid blue;
}

.tempred
{
	border:1px solid red;
}

img.ruler
{
	width:100%;
}

ul.fullcol
{
	width:100%;
}

/* Adjust images in right column lists to 60 pixel */
#barright li>a>img
{
	width:60px;
	height:60px;
}

#tabContent>div
{
	display:none;
}

.agera {
	position: relative;
}
.agera,.agera p
{
	font-size:11px;
	line-height:1.2em;
}

.agera .textblock p img,.agera .textblock a img
{
	margin:0;
	margin-left:4px;
}

.agera .textblock
{
	padding:0.5em 1% 0.5em 0;
	width:100%;
}

.agera .twocol
{
	width:46%;
	float:left;
	padding:0.5em 1em 2em 0;
}

.agera ul.twocol
{
	width:100%;
}

.agera ul.twocol li
{
	width:46%;
}

.agera .textblock ul
{
	margin-left:1.5em;
}

.agera .textblock ol
{
	margin-left:2em;
}

.agera .textblock img
{
	margin:5px 10px;
	width:auto;
	height:auto;
}

.clear
{
	clear:both;
}

.agera .right
{
	float:right;
}

.agera .left
{
	float:left;
}

.agera td.right,.agera th.right
{
	float:none;
	text-align:right;
}

.agera .artiklar th.right
{
	padding-right:0.5em;
}

.agera .artiklar
{
	padding-top:10px;
	width:100%;
	border-collapse:collapse;
}

.agera .artiklar a
{
	color:#000;
}

.agera .artiklar .artikelkod
{
	color:#999;
}

.agera .artiklar th
{
	background:none;
	background-color:#aaa;
	color:#FFF;
	padding:0 0 1px 2px;
	border:0;
	margin:0;
	font-weight:400;
}

.agera .artiklar .artikelkategori,.agera .artiklar .artikelkategori th
{
	margin-top:10px;
	font-weight:700;
}

.agera .artiklar tr.row
{
	border-top:1px solid #ddd;
}

.agera .artiklar tr.stripes
{
	background-color:#eee;
}

.agera .bottomshadow
{
	background-image:url(../images/core/shadowline-wide.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-bottom:15px;
}

.agera td.bottomshadow-wide
{
	height:15px;
	background-image:url(../images/core/shadowline-wide.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

.agera td.bottomshadow
{
	height:15px;
	background-image:url(../images/core/shadowline.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

.agera .nowrap
{
	white-space:nowrap;
}

.agera .artiklar td
{
	padding:0 2px;
}

.debug
{
	text-align:left;
}

.agera .layout1,.agera .layout2,.agera .layout3,.agera .layout4
{
	margin-bottom:1em;
}

.agera .ingress,.agera .ingress span
{
	font-size:150%;
	line-height:1.5em;
	margin:0.5em 0;
}

.agera .versionsnytt
{
	background-color:#e7e7e7;
	padding:5px;
	margin:10px 0;
}

.agera .systemkrav
{
	background-color:#c66106;
	color:#FFF;
	padding:5px;
	margin:10px 0;
}

.agera .systemkrav h2,.agera .systemkrav h3,.agera .systemkrav h4,.agera .systemkrav a
{
	color:#FFF;
}

.agera input,.agera textarea
{
	border:1px solid #ccc;
	padding:2px;
	margin:5px 1px 1px;
}

.agera input[type=image],.agera input.image
{
	border:0;
}

.agera #artikelkategori_checkboxes
{
	margin-top:1em;
	margin-bottom:2em;
	display:none;
}

.agera #artikelkategori_checkboxes input
{
	border:none;
}

.agera label
{
	clear: both;
	display:block;
	float:left;
	width:150px;
	height:1em;
	margin-top:7px;
}
.agera .indent {
	margin-left: 150px;
}

.agera #country, .agera #required_info {
	display: block;
	margin-top: 7px;
}

.agera #checkout_loginbox {
	position: absolute;
	left: 500px;
	width: 250px;
	padding: 10px;
	background:#e6e6e6;
}
.agera #checkout_loginbox label {
	width: 100px;
}

.agera #artikelkategori_checkboxes label
{
	display:inline;
	float:none;
	width:auto;
	height:auto;
}

.agera #artikelkategori_checkboxes li
{
	display:block;
	float:left;
	line-height:1em;
	height:auto;
	width:45%;
	max-width:300px;
	text-indent:-1em;
	margin-left:1em;
	margin-bottom:0.5em;
}

.agera .inputgroup
{
	margin-left:150px;
}

.agera .inputgroup label
{
	display:inline;
	float:none;
}

.agera .checkout table
{
	margin:20px 0;
}

.agera .checkout td,.agera .checkout th
{
	line-height:1.1em;
	padding:2px;
}

.agera .checkout th
{
	padding:4px 2px;
}

.agera .alignright
{
	text-align:right;
	float:none;
}

.agera .alignleft
{
	text-align:left;
	float:none;
}

.agera .aligncenter
{
	text-align:center;
	float:none;
}

.agera .bordertop
{
	border-top:1px solid #ccc;
}

.agera .borderbottom
{
	border-bottom:1px solid #ccc;
}

.agera .checkoutbuttons
{
	margin:20px 0;
	text-align:center;
}

.agera .checkoutbuttons input
{
	margin:10px 20px;
}

.agera .checkoutbuttons label {
	width:100%; 
	float:none; 
	display:inline; 
	height:auto;
}

.agera .checkout,.agera .checkout p
{
	line-height:2em;
}

.agera .checkout h3
{
	font-size:1.8em;
	line-height:2em;
	font-weight:400;
	color:#999;
	font-style:italic;
}

.agera .checkout h4
{
	font-size:1.4em;
	line-height:2em;
	font-weight:400;
	color:#999;
}

.agera .checkout .small
{
	margin:0;
	padding:0;
	font-size:2px;
	height:2px;
	line-height:2px;
}

.agera .checkoutsection
{
	border:1px solid #ccc;
	margin-bottom:1em;
	padding:0.5em 1em 0.5em 3em;
	width:100%;
	line-height:1.1em;
}

.agera .checkoutsection label
{
	float:none;
	height:auto;
	line-height:1.2em;
	width:auto;
}

.checkoutoption
{
	height:auto;
	font-size:1em;
	line-height:1.2em;
	margin:1em 0 0.2em -2em;
	font-weight:700;
}

#barmain
{
	width:90%;
}

.message
{
	background-color:#FF9;
	border:1px solid #CC3;
	padding:10px;
	margin:10px 0;
	width:70%;
}

.passwordreminder label
{
	display:block;
	float:none;
	width:auto;
	height:auto;
}

.passwordreminder h2,.passwordreminder p
{
	margin-top:0.5em;
	margin-bottom:1.5em;
}

.button,.agera .button
{
	background-color:#000;
	color:#FFF;
	padding:3px 1em;
 	margin: 2px 0;
	-moz-border-radius:0.7em;
	-webkit-border-radius:0.7em;
	-khtml-border-radius:0.7em;
	border-radius:0.7em;
	border:1px solid #444;

 	display: inline-block;
 	
	/* shadow */
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5); /* Opera 10.5, IE 9.0 */

	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.5);*/

	/* gradient */
	background-image: -moz-linear-gradient(top, #444444, #000000); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #444444),color-stop(1, #000000)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#000000')"; /* IE8 */

	border-bottom: 1px solid rgba(0,0,0,0.25);

}

.button:hover
{
	text-decoration: none;
	background-color:#000;
	color:#F63;
}

.button:active
{
	text-decoration: none;
	background-color:#300;
	color:#f90;
}

.filelink
{
	color:#000;
	height:18px;
	padding:2px 2px 2px 22px;
	background:url(../images/icons/generic.gif) no-repeat;
}

.filelink-pdf
{
	background-image:url(../images/icons/pdf.gif);
}

.filelink-pdfdoc
{
	background-image:url(../images/icons/doc.gif);
}

#trigono404external ul,#trigono404internal ul,#trigono404direct ul
{
	padding-top:10px;
	padding-bottom:10px;
	margin-left:15px;
}

#area404 .message li
{
	list-style:none;
	padding-bottom:10px;
}

#area404 .bottomshadow
{
	padding-bottom:20px;
}

#area404
{
	margin-left:15px;
	width:95%;
}

.banner
{
	text-align:center;
	overflow:hidden;
}

#payexlogo {
	float: right;
	border: 0;
}
.payment {
	margin-left: 40px;
}
.payment .payex_logos {
    position: relative;
    
}

.payment .payex_logos li {
    display: inline;
    margin: 0 10px 10px 0;
}
 
.payexlogo_small {
    clear: both;
	margin: 10px 0 10px 0;
}

/* Used by Javascript - keep at the bottom of the page */
ul.fullcol li > a img 
{
	height:90px;
	width:90px;
}

.artkod {
	line-height: 1em;
}

#termsofsale {
	text-align: left;
	display: none;
	border: 1px solid #ccc;
	margin: 10px 100px;
	padding: 20px;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3); /* Opera 10.5, IE 9.0 */
	height: 150px;
	overflow: auto;
	line-height:1.2em;
}
#termsofsale h2 {
	color:black;
}
#termsofsale h3 {
	color:black;
	font-size:1.1em;
	font-style:normal;
	font-weight:bold;
	margin:1em 0 0 0;
}
#termsofsale p {
	line-height:1.2em;
	margin-bottom:1em;
}
#topmenucart {
	font-weight: bold;
	padding: 3px 3px;
}

#topmenucart a {
	color:#c60;
}

.extratext {
	margin: 0 0 10px 0;
	padding: 0;
	color: #777;
}