/**
* Layout CSS for the given website
*
* use @import statement for getting other
* CSS files in if needed.
*/
/*@import url("content.css");*/

@import url("style_checkout.css");

/*****************************************************************
* BODY
*****************************************************************/
html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	}

body {
	background-image: url('../design/bg_uden_tekst.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	}
table {
	/*border: 1px dotted pink;*/
	}
/*****************************************************************
* Den tabel der centrerer og indeholder
* alt andet indhold på siden
*****************************************************************/
table#centerContainer{
	width: 950px;
	/*background-color: black;*/
	/*background-image: url('../grafik/page_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;*/
	/*				top, right, bottom, left */
	padding: 	0px 	0px 	0px 	0px; 
	margin: 		0px 	0px 	0px 	0px;
	
	}
/*****************************************************************
* Laver en lille smule luft i toppen af siden
*****************************************************************/
div#topspace {
	height: 5px;
	width: 100%;
	}

/*****************************************************************
* TOPMENU
*****************************************************************/
table#topmenu {
	position: relative;
	width: 950px;
	height: 20px;
	font-size: 10px;
	text-align: right;
	/*				top, right, bottom, left */
	padding: 	0px 	0px 	0px 	0px;
	margin: 		0px 	0px 	0px 	0px;
	}
.menutop {
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: normal;		/* lighter, normal, bold, bolder */
	text-decoration: none;	/* none, underline, overline, line-through */
	color: #000000;
	padding: 	0px 	0px 	0px 	0px; /*	top, right, bottom, left */
	margin: 	0px 	0px 	0px 	0px; /*	top, right, bottom, left */
	text-transform: uppercase;
	}
a.menutop:link {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #000000;
	text-decoration: none;	/* none, underline, overline, line-through */
	text-transform: uppercase;
	}
/* Dette link har været besøgt */
a.menutop:visited {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #000000;
	text-decoration: none;	/* none, underline, overline, line-through */
	text-transform: uppercase;
	}
/* sådan skal linket se ud idet der klikkes på det */
a.menutop:active {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #666666;
	text-decoration: underline;	/* none, underline, overline, line-through */
	text-transform: uppercase;
	}
/* Den side vi kigger på nu */
a.menutop.selected { 
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #666666;
	text-decoration: none;	/* none, underline, overline, line-through */
	}
/* når musen køres over linket */
a.menutop:hover {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #000000;
	text-decoration: underline;	/* none, underline, overline, line-through */
	text-transform: uppercase;
	}
/*****************************************************************
* TOPLOGO - indeholder smallBasket og customerLogin
*****************************************************************/
table#toplogo{
	position: relative;
	width: 950px;
	height: 130px;
	}
/*****************************************************************
* Shopping basket, small
*****************************************************************/
.smallBasket {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 10px;
	color: black;
	text-align: left;
	width: 175px;
	height: 30px;
	text-align: right;
	/*			top, right, bottom, left */
	padding: 20px 	0px 	0px 	0px; 
	margin: 	0px 	0px 	0px 	0px;
	/*border: 1px solid pink;*/
	}
.smallBasket a {
	text-decoration: none;
	color: black;
	}
/************************************************
* CustomerLogin (vises kun når kunden er logget ind
************************************************/
.customerLogin {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 7878;
	width: 250px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: black;
	/*			top, right, bottom, left */
	padding: 0px 	0px 	40px 	0px;
	margin: 	0px 	0px 	0px 	0px;
	/*border: 1px solid pink;*/
	}
.customerLogin a {
	color: #000000;
	text-decoration: underline;
	line-height: 12px;
	}
.customerLogin a:link {
	text-decoration: underline;
	}
.customerLogin a:visited {
	text-decoration: underline;
	}
.customerLogin a:hover {
	color: #666666;
	text-decoration: none;
	}
/*****************************************************************
* PRINT
*****************************************************************/
div#print {
	position: absolute;
	z-index: 999999999;
	right: 0px;
	bottom: 0px;
	}
.print a {
	color: black;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	}
/*****************************************************************
* MAIN CONTENT CONTAINER
* Indeholder VENSTRE MENU, CONTENT og HØJRE relaterede varer 
*****************************************************************/
table#contentContainer {
	width: 950px;
	/*background: lightblue;*/
	}
/************************************************
* Venstre menu
************************************************/
td#contentLeft {
	/*text-align: center;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	width: 200px;
	/*			top, right, bottom, left */
	padding: 0px 	0px 	0px 	0px;
	margin: 	0px 	0px 	0px 	0px;
	}
td#contentLeft h1 {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	margin: 0px;
	}
/************************************************
* Mellemrum mellem venstre og content TD
************************************************/	
td#contentSpacerleft {
	width: 104px;
	}
/************************************************
* Content
************************************************/
td#contentMiddle {
	width: 646px;
	/*border: 1px solid orange;*/
	}
/************************************************
* Mellemrum mellem content og højre TD
************************************************/	
td#contentSpacerRight {
	width: 1px;
	}
/************************************************
* Højre menu (relaterede/random varer)
************************************************/
td#contentRight {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	margin:0px;	
	width: 1px;
	}
td#contentRight h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	margin: 0px;
	}
/*****************************************************************
* VENSTRE MENU
*****************************************************************/
div#menuleft {
	text-align: left;
	/*			top, right, bottom, left */
	padding: 0px 	20px 	0px 	20px;
	margin: 	0px 	0px 	0px 	0px;
	}
.menuleft {
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;		/* lighter, normal, bold, bolder */
	text-decoration: none;	/* none, underline, overline, line-through */
	color: #FFFFFF;
	padding: 	0px 	0px 	0px 	0px; /*	top, right, bottom, left */
	margin: 	0px 	0px  	0px 	0px; /*	top, right, bottom, left */
	}
a.menuleft:link {
	font-weight: bold;		/* lighter, normal, bold, bolder */
	color: #FFFFFF;
	text-decoration: none;	/* none, underline, overline, line-through */
	}
/* Dette link har været besøgt */
a.menuleft:visited {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #FFFFFF;
	text-decoration: none;	/* none, underline, overline, line-through */
	}
/* sådan skal linket se ud idet der klikkes på det */
a.menuleft:active {
	font-weight: bold;		/* lighter, normal, bold, bolder */
	color: #FFFFFF;
	text-decoration: underline;	/* none, underline, overline, line-through */
	}
/* Den side vi kigger på nu */
a.menuleft.selected {
	font-weight: bold;		/* lighter, normal, bold, bolder */
	color: #CCCCCC;
	text-decoration: none;	/* none, underline, overline, line-through */
	text-transform: none;
	}
/* når musen køres over linket */
a.menuleft:hover {
	font-weight: bold;		/* lighter, normal, bold, bolder */
	color: #FFFFFF;
	text-decoration: underline;	/* none, underline, overline, line-through */
	}
.menuleft_2_niveau {
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;		/* lighter, normal, bold, bolder */
	text-decoration: none;	/* none, underline, overline, line-through */
	color: #FFFFFF;
	padding: 	0px 	0px 	0px 	0px; /*	top, right, bottom, left */
	margin: 	0px 	0px  	0px 	0px; /*	top, right, bottom, left */
	}
a.menuleft_2_niveau:link {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #FFFFFF;
	text-decoration: none;	/* none, underline, overline, line-through */
	}
/* Dette link har været besøgt */
a.menuleft_2_niveau:visited {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #FFFFFF;
	text-decoration: none;	/* none, underline, overline, line-through */
	}
/* sådan skal linket se ud idet der klikkes på det */
a.menuleft_2_niveau:active {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #FFFFFF;
	text-decoration: underline;	/* none, underline, overline, line-through */
	}
/* Den side vi kigger på nu */
a.menuleft_2_niveau.selected {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #CCCCCC;
	text-decoration: none;	/* none, underline, overline, line-through */
	}
/* når musen køres over linket */
a.menuleft_2_niveau:hover {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #FFFFFF;
	text-decoration: underline;	/* none, underline, overline, line-through */
	}
/*****************************************************************
* Div der indeholder content. Skal være 'relative' så objekter indeni
* kan placeres 'absolute'
*****************************************************************/
div#content {
	position: relative;
	width: 100%;
	text-align: left;
	padding-top: 4px;
	}
/***********************************************
* content: Almindelig tekst
***********************************************/
.content, .content p {
	font-family: verdana, arial;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;		/* lighter, normal, bold, bolder */
	text-decoration: none;	/* none, underline, overline, line-through */
	color: #000000;
	padding: 0px 	0px 	0px 	0px; /*	top, right, bottom, left */
	margin: 	0px 	0px 	0px 	0px; /*	top, right, bottom, left */
	}
/***********************************************
* content: H1
***********************************************/
.content h1 {
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000; 
	margin: 0px; 
	padding-bottom: 5px;
	}
/***********************************************
* content: H2
***********************************************/
div.content h2, div.content table h2 {
	font-family: verdana, arial;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;			/* lighter, normal, bold, bolder */
	text-decoration: none;	/* none, underline, overline, line-through */
	color: #000000;
	padding: 	0px 	0px 	0px 	0px; /*	top, right, bottom, left */
	margin: 	0px 	0px 	0px 	0px; /*	top, right, bottom, left */
	}
/***********************************************
* content: links
***********************************************/
/* content links */
.content a:link {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #000000;
	text-decoration: underline;	/* none, underline, overline, line-through */
	}
/* Dette link har været besøgt */
.content a:visited {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #000000;
	text-decoration: underline;	/* none, underline, overline, line-through */
	}
/* sådan skal linket se ud idet der klikkes på det */
.content a:active {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #666666;
	text-decoration: underline;	/* none, underline, overline, line-through */
	}
/* når musen køres over linket */
.content a:hover {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #666666;
	text-decoration: underline;	/* none, underline, overline, line-through */
	}
/* Den side vi kigger på nu */
a.content.selected {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #666666;
	text-decoration: underline;	/* none, underline, overline, line-through */
	}
/*****************************************************************
* HØJRE SIDE: Relaterede/random varer
*****************************************************************/
a#productContainerLink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	}
a#productContainerLink:link {
	text-decoration: none;
	}
a#productContainerLink:visited{
	text-decoration: none;
	}
a#productContainerLink:hover  {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
/*****************************************************************
* Indkoebsforloeb ??
*****************************************************************/
div#indkoebsforloeb{
	line-height: 18px;
	}
/*****************************************************************
* productContainer (indeholder random og relaterede varer)
*****************************************************************/
div#productContainer {
	width: 110px;
	height: 110px;
	float: left;
	text-align: center;
	border: 2px outset;
	background-position: center center;
	/*			top, right, bottom, left */
	padding: 0px 	0px 	0px 	0px; 
	margin: 	0px 	15px 	15px 	0px;
	cursor: pointer;
	}
	
div#productContainer, div.productContainerNewLine {
	/*height: 150px;*/
	}
div#productContainerImage {
	overflow-x: hidden;
	overflow-Y: hidden;
	height: 110px;
	width: 110px;
	}
a.productContainerLink {
	line-height: 10px;
	}
/*****************************************************************
* forhandlerBox ??
*****************************************************************/
div#forhandlerBox {
	background-color: transparent;
	border: none;
	padding: 5px;
	width:  95%;
	}
/*****************************************************************
* Multimarketing Logo
*****************************************************************/
div.logo {
	position: relative;
	margin-left: 985px;
	top: -130px
	}
div#mmlogo {
	position: absolute;
	z-index: 999999999;
	top: 460px;
	left: 0px;
	}
div#xplorlogo {
	z-index: 999999999999;
	position: absolute;
	top: 0px;
	left: 300px;
	}
.forside_pics {
	background-image: url('../design/forside_bund.jpg'); 
	background-repeat: no-repeat; 
	background-position: center center;
	width: 650px;
	height: 120px;
	text-align: center;
}
/*****************************************************************
* Visning af en enkelt vare
* find_vare.php
*****************************************************************/
div#parent_menus {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 600px;

	}
div#stortBillede {
	position: absolute;
	z-index: 10;
	top: 50px; 
	left: 0px;
	width: 310px;
	height: 310px;
	border: 2px outset;
	}
div#varebeskrivelserOgThumbnails {
	position: absolute; 
	z-index: 10;
	top: 50px; 
	right: 0px; 
	width: 315px;
	height: 310px;
	border: 0px dotted black;
	}
div#varianterOgAntal {
	visibility: hidden;
	position: absolute; 
	top: 193px; 
	right: 0px; 
	width: 250px;
	border: 1px dotted black;
	}
div#tooltip {
	z-index: 999999;
	/*color: #596d97;*/
	/*height: 350px;*/
	/*width: 300px;*/
	max-height: 350px;
	overflow-x: hidden;
	overflow-y: auto;
	/*border: 2px outset;*/
	/*padding: 10px;*/
	line-height: 15px;
	}
	
/*****************************************************************
* Xplor ekstra classes
*****************************************************************/
/**************************************
* find_vare.php
**************************************/
.skematable {
	position: absolute;
	top: 375px;
	left: 0px;
	border: 1px solid gray;
	padding: 3px;
	}
.skema_corner {
	border-bottom: 1px solid gray;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	}
.skema_overskrift {
	border-bottom: 1px solid gray;
	/*border-top: 1px solid black;*/
	border-left: 1px solid silver;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	}
.skema_color {
	text-align: left;
	font-family: verdana;
	border-bottom: 1px solid silver;
	/*			top, right, bottom, left */
	padding:	3px 	5px 	3px 	5px; 
	margin: 	0px 	0px 	0px 	0px;
	}
.skema_size {
	text-align: center;
	font-family: verdana;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	/*			top, right, bottom, left */
	padding:	3px 	5px 	3px 	5px; 
	margin: 	0px 	0px 	0px 	0px;
	}
.skema h1 {
	font-size: 15px;
	/*			top, right, bottom, left */
	padding: 0px 	0px 	0px 	0px; 
	margin: 	0px 	0px 	0px 	0px;
	}
.skema_text {
	width: 20px;
	text-align: right;
	}
.vare_basket_buttons {
	border: 2px outset;
	cursor: pointer;
	background: black;
	color: white;
	font-size: 10px;
	/*font-weight: bold;*/
	}
/************************************************
* functions/skemaBasket.php
************************************************/
.bestil_textarea {
	width: 100%;
	height: 100px;
	font-family: verdana;
	font-size: 10px;
	}
/************************************************
* Søgefelt
************************************************/
div#searchbox {
	position: absolute;
	z-index: 9999;
	bottom: 10px;
	right: 200px;
	}
.searchbox_text {
	font-size: 11px;
	border: 1px inset;
	/*			top, right, bottom, left */
	padding: 2px 	3px 	2px 	3px; 
	margin: 	0px 	0px 	0px 	0px;
	}
.searchbox_submit {
	font-size: 11px;
	border: 1px outset;
	/*			top, right, bottom, left */
	padding: 1px 	2px 	1px 	2px; 
	margin: 	0px 	0px 	0px 	0px;
	cursor: pointer;
	}