/* PRINT CSS - 20060522 */
/* MODIFICATIONS BY NEXUS CONSULTING AS ON 2007-10-08 */

/* FULL PAGE */

body {
  text-align: left; /* IE method for centering page if it has fixed width */
	margin: 0 0 0 5px;
	padding: 0 0;
	background-color: #FFFFFF;
}

div#page {
	width: 950px; /* This can be changed to any fixed width if desired */
	margin: 0 auto 0 auto; /* General method for centering content if fixed page width, for other browsers than IE */
	text-align: left; /* Reset IE method for centering page, to stop all other content on the page from centering */
	padding: 5px;
	background-color: white;
}

/* Reset IE method for centering page, to stop all other content on the page from centering */
#debugreport {
	text-align: left;
}
body > table {
	text-align: left;
}

/* GLOBAL MENU */

div#globalmenu {
	height: 25px;
	background-color: #eaeaea;
	text-align: right;
}

div#globalmenu ul {
	margin: 0;
	padding: 0;
	background-color: #eaeaea;
}

div#globalmenu ul li {
	margin: 0;
	padding: 0;
	float: right;
	list-style-type: none;
}

div#globalmenu ul li a {
	margin: 0;
	padding: 5px 10px;
	height: 15px;
	display: block;
	text-align: center;
	border-left: 1px solid silver;
	text-decoration: none;
	color: #00529C;
}

div#globalmenu ul li a:hover {
	background-color: #dddddd;
}

/* HEADER */

div#header {
	padding: 0 0 0 20px;
	background-color: #00529C;
}

div#header ul {
    margin: 0;
    padding: 0.25em 0 0.25em 0;
}

div#header ul li {
	list-style-type: none;
	list-style-image: none;
    padding: 0;
    display: inline;
    margin-left: 1em;
	margin-right: 1em;
}

div#logo {
	float: left;
}

div#usermenu {
	background-image: url(../images/header_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 25px;
}

div#languages {
	background-image: url(../images/header_bg_left.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	float: left;
	clear: left;
	width: 24%;
	height: 25px;
	font-size: 0.85em;
	display: none;
}

div#links {
	float: right;
	clear: right;
	text-align: right;
	padding-right: 0;
	font-size: 0.9em;
	font-weight: bold;
	height: 25px;
	width: 75%;
}

div#links a {
	color: #fff;
	display: block;
	float: right;
	padding-left: 0.75em;
	padding-right: 0.75em;
	height: 18px;
	text-decoration: none;
}

div#links a:hover {
	text-decoration: underline;
}

div#pathsearch{
	border-bottom: 1px solid #dddddd;
	height: 30px;
	margin-bottom: 5px;
}

div#searchbox {
	padding: 5px 0 5px 0;
	width: 260px; /* Needs to be sufficient width to fit both text input and submit button to avoid Konqueror breaking the line between them */
	margin: 0 2px 0 0;
	text-align: right;
	float: right;
}

input#searchtext {
	border: 2px solid #A5ACB2;
	width: 206px;
	height: 16px;
}

input#searchbutton {
	margin-top: -0.1em;
	font-size: 100%;
}

input#newssearchtext {
		border: 1px solid #A5ACB2;
	width: 206px;
	height: 16px;
}

div#newssearchresult{
	
}

div#newssearchresult ul{
	padding: 2px 0 0 5px;
	margin: 0;
}

div#newssearchresult li{
	list-style-type: none;
	list-style-image: none;
}


/* TOP MENU */

div#topmenu {
	margin:  2px 0 0 0;
	padding: 0;
}

div#topmenu ul {
	margin: 0;
	padding: 0;
	/* background-image: url(../images/top_menu_bg.jpg);
	background-repeat: repeat-x; */
	background-color: gray;
	height: 28px;
}

div#topmenu li {
	margin: 0;
	padding: 0;
	/* background-image: url(../images/top_menu_bg.jpg);
	background-repeat: repeat-x; */
	background-color: gray;
	height: 28px;
	float: left;
	list-style-type: none;
	list-style-image: none;
}

div#topmenu li.selected {
	background-image: url(../images/topmenu_bg_selected.png);

}

div#topmenu li a {
	margin: 0 0 0 0;
	padding: 5px 12px;
	text-decoration: none;
	color: #FFF;
	border-right: 2px solid #C3C4B6;
	display: block;
	float: left;
	height: 18px;
	background-color: transparent;
}

div#topmenu li a:hover {
    /*border-bottom: 3px solid #ABAB9E;*/
    text-decoration: underline;
    background-color: silver;
}

div#topmenu div.topmenu-design {
	background-color: #FFF;
	/* padding: 0 0.25em 0 0.2em; */
}

/* PATH */

div#path {
	float: left;
	margin: 0 0 5px 0;
	/*padding: 7px 12px;*/
	width: 650px;
}

div#path p {
}

/* COLUMNS */

div#columns {
	/* padding: 0 12em 0 14em; MB-fix */
}

div.nosidemenu div#columns {
   padding-left: 0;
}

div.noextrainfo div#columns {
   padding-right: 0;
}

/* SIDE MENU */

div#sidemenu-position {
	width: 160px;
	/* margin-left: -14em; MB-fix */
	float: left;
	display: inline; /* Fix for IE double margin bug */
}

div#sidemenu {
	padding: 0;
	background-color: #fff5d2;
}

div.box {
	padding: 0;
}

div.box-content {
	padding: 0;
}

div#sidemenu h4 {
	margin: 0;
	color: #00529B;
}

div.nosidemenu div#sidemenu-position {
	/* display: none; -- MB: Hva gjor denne? */
}

div#sidemenu ul {
	list-style-type: none;
	margin: 0;
}

div#sidemenu ul li {
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

div#sidemenu ul.menu-list a.selected {
	font-weight: bold;
}

div#sidemenu ul.submenu-list {
	list-style-type: none;
	margin: 0 0 0 0.8em;
}

div#sidemenu ul.submenu-list a.selected {
	font-weight: bold;
}

div#sidemenu ul li a {
    display: block;
    padding: 5px 8px;
    text-decoration: none;
    color: #00529C;
}

div#sidemenu ul li a:hover {
	background-color: #dddddd;
}

div#sidemenu ul li ul li a {
	margin: 0;
	padding: 2px 8px; /* avstand mellom undermenyelementer */
}
div#sidemenu ul li ul li ul li a {
	margin: 0;
	padding: 2px 16px; /* avstand mellom undermenyelementer */
}

div#sidemenu ul li ul li a.current, 
div#sidemenu ul li ul li ul li a.current {
	text-decoration: underline;
}

/* MAIN AREA */

div#main-position {
    padding: 0 0 0 0;
}

div#main {
	float: left;
	width: 570px;
}

div.nosidemenu div#main-position {
	
}

div.noextrainfo div#main-position {
	
}

/* RIGHT CONTENT */

div#rightmenu-position {
	margin: 0;
	padding: 0;
	width: 200px;
	float: right;
}

div.norightmenu div#rightmenu-position {
    display: none;
}

div#rightmenu {
	/*background-color:#e7e7e7;*/
}

div#printheader {
	margin: 0;
	padding: 1em;
	clear: both; /* Ensures that the footer is pushed properly below the columns */
	background-color: #00529C;
	color: white;
	text-align: left;
	width: 550px;
	font-size: 9px;
}

/* FOOTER */

div#footer {
	margin: 0;
	padding: 1em;
	clear: both; /* Ensures that the footer is pushed properly below the columns */
	background-color: #00529C;
	color: white;
	text-align: center;
	width: 550px;
	font-size: 9px;
}

div#footer address {
	font-style: normal;
}

div#footer a {
	color: white;
}

div#sidemenu {
    padding: 0 0.25em 0 0;
}

div#extrainfo {
    padding: 0 0 0 0.25em;
}

/* Partners */

div#partners {
	margin: 0.6em auto 0 auto;
	padding: 1em;
	clear: both; 
	background-color: #ffffff;
	color: white;
	text-align: center;
	width: 940px;
	font-size: 9px;
}

div#partners img{
	margin: 2px 10px;
}

/* MENU */

div.first_level_menu {
	
}

div.first_level_menu a {
	color: #00529C;
	font-weight: bold;
}

div.second_level_menu {
	font-size: 1.0em;
}

h2.product-name a{
	color: #00529C;
	font-size: 60%;
}

h3.product-name a{
	color: #00529C;
	font-size: 80%;
}


div.buttonblock{
	background-color: #E7E7E7;
	margin-top: 15px;
	margin-bottom: 5px;
}

.buttonblockright{
	float: right;	
	padding-bottom: 15px;
}

div.greybox div.buttonblock{
	float: right;
	padding: 0 10px 10px 0;
}

.lower_right{
	position: absolute;
	right: 5px;
	bottom: 0px;
}

input.euronicsbutton_green{
	border: 1px solid #419568;
	background-color: #88C07C;
	padding: 5px 15px 5px 15px;
	color: #ffffff; 
	font-weight: bold;
}

input.euronicsbutton_blue{
	border: 1px solid #4C70AD;
	background-color: #768EBF;
	padding: 5px 15px 5px 15px;
	color: #ffffff; 
	font-weight: bold;
}

div.euronicsbutton_blue{
	border: 1px solid #4C70AD;
	background-color: #768EBF;
	padding: 5px 15px 5px 15px;
	color: #ffffff; 
	font-weight: bold;
	width: 250px;
	text-align: center;
	float: right;
}


/* BESTILLINGSFLYT */

div.loginpage{
	display: block;
	width: 780px;
}

div.halfbox{
	width: 49%;
	float: left;
	margin-right: 5px;
}

div.greybox{
	background-color: #E7E7E7;
	border: 1px #CED2D5 solid;
	width: 99%;
	height: 250px;
}

div.greybox, div.greybox div.tl, div.greybox div.tr, div.greybox div.br, div.greybox div.bl
{
    position: relative;
}

div.greybox div.tl
{
    top: -1px;
    left: -1px;
    background: url(../images/et_tl.png) top left no-repeat;
}

div.greybox div.tr
{
    right: -2px;
    background: url(../images/et_tr.png) top right no-repeat;
}

div.greybox div.br
{
    bottom: -2px;
    background: url(../images/et_br.png) bottom right no-repeat;
}

div.greybox div.bl
{
    left: -2px;
    background: url(../images/et_bl.png) bottom left no-repeat;
    padding: 0.5em;
    height: 237px;
}

select.longsel
{
	width: 200px;
}

input.longtext{
	width: 200px;
	padding: 3px 0 3px 0;
	border: 1px #CED3D7 solid;
}

input.zip{
	width: 38px;
	padding: 3px 0 3px 0;
	border: 1px #CED3D7 solid;
}

input.city{
	width: 157px;
	padding: 3px 0 3px 0;
	border: 1px #CED3D7 solid;
}

input.longtext active{
	background-color: #000000;
}

/* Is automatically added to the groups that are disabled on the GEMB step. */
.group-disabled {
	color: #808080;
}

/* MIN SIDE */

div.minsidebox{
	background-color: #E7E7E7;
	border: 1px #CED2D5 solid;
}

div.user-edit{
	
	}
	
table.user 
{
    width: 100%;
    margin: 0;
	border: none;
}

table.user th, table.user td
{
    padding: 0.1em;
    vertical-align: top;
}

table.user td
{
    font-weight: normal;
}

table.user tr.bglight
{
    background-color: #F1F1ED;
}

table.user tr.bgdark
{
    background-color: #EAE9E1;
}

table.user tr.bglight:hover, table.user tr.bgdark:hover /* This has no effect in IE6 and below */
{
    background-color: #ffffff;
}

table.user tr.bglight:hover td, table.user tr.bgdark:hover td
{
    border-color: #ffffff;
}

table.user a
{
    border-bottom-color: #EAE9E1;
}

fieldset.edituser{
	width: 45%;
	padding: 10px;
	float: left;
}

fieldset.edituser_right{
	width: 45%;
	padding: 10px;
	float: right;
}

.infospek{
	color: #555555;
}

.print {
	display: none;
}

div.shopbox {
    float: left;
    margin: 0;
    width: 560px;
    border: 1px solid #CED3D7;
    background-color: #FFFFFF;
}

#debug {
	clear: both;
	padding-top: 20px;
}

@media print {
	#debug {
		display: none;
	}
}
