/**
* 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 {
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-face-color: #A79C7E;
	scrollbar-arrow-color: #312E29;
	scrollbar-shadow-color: #C1B9A4;
	scrollbar-base-color: #A79C7E;
	scrollbar-darkshadow-color: #C1B9A4;
	scrollbar-highlight-color: #A79C7E;
	scrollbar-3dlight-color: #312E29;
	scrollbar-track-color: #312E29;
	}
img {
	border: 0px;
	}

html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height:100%;
	padding: 0px;
	margin: 0px;
	color: white;
	}
body {
	height:100%;
	/*background-color: #A79C7E;
	background-image: url('../design/bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;*/
	}
body, td, a {
	font-size: 10px;
	font-family: verdana;
	}
/*****************************************************************
* Den tabel der centrerer og indeholder
* alt andet indhold på siden
*****************************************************************/
table#centerContainerTable {
	/*background-image: url('../grafik/page_spacer.jpg');
	background-repeat: repeat-y;
	background-position: center top;*/
	/*		top, right, bottom, left */
	padding: 	0px 	0px 	0px 	0px; 
	margin: 		0px 	auto 	0px 	auto; /* auto margin-left og right gør at tabellen centreres*/ 
	}
	
td#centerContainerTd {
	/*background-image: url('../grafik/page_bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;*/
	/*		top, right, bottom, left */
	padding: 	0px 	0px 	0px 	0px; 
	margin: 		0px 	0px 	0px 	0px; /* auto margin-left og right gør at tabellen centreres*/ 
	}
/*****************************************************************
* Laver en lille smule luft i toppen af siden
*****************************************************************/
div#topspace {
	height: 5px;
	width: 100%;
	text-decoration: 
	}
/*****************************************************************
* TOPLOGO
*****************************************************************/
/*div#toplogo{
	position: relative;
	width: 966px;
	height: 120px;
	}*/
/* det transparante billeder i toplogo 
container, hvor der er link til index.php */
/*.toplogo_blankimg {
	width: 966px;
	height: 115px;
	border: 0px solid black;
	}*/
/************************************************
* 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;
	}
/************************************************
* CustomerLogin (vises kun når kunden er logget ind
************************************************/
/*div#customerLogin{
	position: absolute; 
	z-index: 7878; 
	top: 0px; 
	left: 860px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	}
.customerLogin {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 12px;
	}
.customerLogin:link {
	text-decoration: none;
	}
.customerLogin:visited {
	text-decoration: none;
	}
.customerLogin:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}*/
/*****************************************************************
* TOPMENU
*****************************************************************/
div#menutop {
	position: absolute;
	right: 120px;
	top: 50px;
	width: 800px;
	height: 25px;
	font-size: 13px;
	text-align: right;
	text-transform: uppercase;
	}
div#menutop {
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;		/* lighter, normal, bold, bolder */
	text-decoration: none;	/* none, underline, overline, line-through */
	color: #ffffff;
	padding: 	0px 	0px 	0px 	05px; /*	top, right, bottom, left */
	margin: 	0px 	0px 	0px 	0px; /*	top, right, bottom, left */
	text-transform: uppercase;
	}
div#menutop a:link {
	font-size: 13px;
	font-weight: bold;		/* lighter, normal, bold, bolder */
	color: #ffffff;
	text-decoration: none;	/* none, underline, overline, line-through */
	text-transform: uppercase;
	}
/* Dette link har været besøgt */
div#menutop a:visited {
	font-size: 13px;
	font-weight: bold;		/* lighter, normal, bold, bolder */
	color: #ffffff;
	text-decoration: none;	/* none, underline, overline, line-through */
	text-transform: uppercase;
	}
/* sådan skal linket se ud idet der klikkes på det */
div#menutop a:active {
	font-size: 13px;
	font-weight: bold;		/* lighter, normal, bold, bolder */
	color: #312d28;
	text-decoration: none;	/* none, underline, overline, line-through */
	text-transform: uppercase;
	}
/* Den side vi kigger på nu */
div#menutop.selected { 
	font-size: 13px;
	font-weight: bold;		/* lighter, normal, bold, bolder */
	color: #312d28;
	text-decoration: uppercase;	/* none, underline, overline, line-through */
	}
/* når musen køres over linket */
div#menutop a:hover {
	font-size: 13px;
	font-weight: bold;		/* lighter, normal, bold, bolder */
	color: #312d28;
	text-decoration: none;	/* none, underline, overline, line-through */
	text-transform: uppercase;
	}
/*****************************************************************
* Shopping basket, small
*****************************************************************/
div#smallBasket {
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	line-height: 14px;
	}
/*****************************************************************
* MAIN CONTENT CONTAINER
* Indeholder VENSTRE MENU, CONTENT og HØJRE relaterede varer 
*****************************************************************/
table#contentContainer {
	width: 965px;
	/*		top, right, bottom, left */
	padding: 	20px 	20px 	0px 	20px; 
	margin: 		0px 	0px 	0px 	0px;
	}
/************************************************
* Venstre menu
************************************************/
td#contentLeft {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	width: 160px;
	}
/************************************************
* Content
************************************************/
td#contentMiddle {
	height:400px;
	width: 514px;
	/*	top, right, bottom, left */
	padding-left: 	20px;
	padding-right: 	20px;	
	}
/************************************************
* Højre menu (relaterede/random varer)
************************************************/
td#contentRight {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	margin: 0px;	
	width: 110px; 
	}
/*****************************************************************
* VENSTRE MENU
*****************************************************************/
a.menu3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	}
a.menu3:link {
	text-decoration: none;
	}
a.menu3:visited {
	text-decoration: none;
	}
a.menu3:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
.hr_line {
	height:1px; 
	width:160px;
	/*		top, right, bottom, left */
	margin: 	10px 	0px 	0px 	0px; 
	}	
/*****************************************************************
* Div der indeholder content. Skal være 'relative' så objekter indeni
* kan placeres 'absolute'
*****************************************************************/
div#content {
	/*position: relative;*/
	/*height: 360px;*/
	text-align: left;
	/*margin-left: 5px;*/
	/*width: 514px;*/
	/*line-height: 14px;*/
	}
/***********************************************
* content: Almindelig tekst
***********************************************/
.content, .content p {
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;		/* lighter, normal, bold, bolder */
	text-decoration: none;	/* none, underline, overline, line-through */
	color: #FFFFFF;
	/*margin: 0px;
	padding: 0px;*/
	}
/***********************************************
* content: H1
***********************************************/
div.content h1, div.content table h1 {
	font-family: verdana, arial;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;			/* lighter, normal, bold, bolder */
	text-decoration: none;	/* none, underline, overline, line-through */
	color: #ffffff; /*	top, right, bottom, left */
	margin: 	0px; /*	top, right, bottom, left */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
/***********************************************
* content: H2
***********************************************/
div.content h2, div.content table h2 {
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;			/* lighter, normal, bold, bolder */
	text-decoration: none;	/* none, underline, overline, line-through */
	color: #a28b69;
	padding: 	0px 	0px 	0px 	0px; /*	top, right, bottom, left */
	margin: 	0px 	0px 	0px 	0px; /*	top, right, bottom, left */
	}
/***********************************************
* content: links
***********************************************/
.content a:link {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #ffffff;
	text-decoration: underline;	/* none, underline, overline, line-through */
	font-size: 10px;
	line-height: 16px;
	}
/* Dette link har været besøgt */
.content a:visited {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #ffffff;
	text-decoration: underline;	/* none, underline, overline, line-through */
	font-size: 10px;
	line-height: 16px;
	}
/* sådan skal linket se ud idet der klikkes på det */
.content a:active {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #a28b69;
	text-decoration: underline;	/* none, underline, overline, line-through */
	font-size: 10px;
	line-height: 16px;
	}
/* når musen køres over linket */
.content a:hover {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #a28b69;
	text-decoration: underline;	/* none, underline, overline, line-through */
	font-size: 10px;
	line-height: 16px;
	}
/*****************************************************************
* 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;
	background-color: #000000;
	float: left;
	text-align: center;
	}
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 {

	}
/*****************************************************************
* Multimarketing Logo
*****************************************************************/
div.logo {
	position: relative;
	top: 0px;
	left: 490px;
	width: 50px;
	text-align: center;
	/*		top, right, bottom, left */
	padding: 	0px 	0px 	0px 	0px; 
	margin: 		0px 	auto 	0px 	auto; /* auto margin-left og right gør at tabellen centreres*/ 
	}
#print{
	position: absolute;
	top: -0px;
	left: 520px;
	width: 20px;
	text-align: center;
	/*		top, right, bottom, left */
	}
div#bottom {
	background-image: url('../grafik/page_bottom.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 966px;
	/*		top, right, bottom, left */
	padding: 	0px 	0px 	0px 	0px; 
	margin: 		0px 	0px 	0px 	0px; /* auto margin-left og right gør at tabellen centreres*/ 
	}
/*****************************************************************
* Visning af en enkelt vare
* find_vare.php
*****************************************************************/
div#stortBillede {
	position: absolute; 
	bottom: 0px;
	right: 5px;
	width: 380px;
	height: 380px;
	border: 0px solid red;
	}
div#varebeskrivelserOgThumbnails {
	position: absolute; 
	top: 24px; 
	left: 315px; 
	width: 245px;
	}
div#varianterOgAntal {
	position: absolute; 
	top: 193px; 
	left: 315px; 
	width: 250px;
	}
div#tooltip {
	color: #596d97;
	height: 300px;
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	margin: 0px;
	margin-bottom: 5px;
	}	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	margin: 0px;
	}
/***************************************************************JC
* Vica
*****************************************************************/
/**************************************************JC
* navSmallpicsContainer
****************************************************/
div#navSmallpicsContainer {
	position: absolute; 
	top: 100px; 
	left: 0px; 
	text-align: right; 
	font-size: 9px;
	width: 180px;
	}
/***************************************JC
* navSmallPicsDivNormal
*****************************************/
.navSmallPicsDivNormal {
	height: 80px;
	}
.navSmallPicsDivNormal a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}
.navSmallPicsDivNormal img {
	background-color: black;
	border: 1px solid #7E7C70;
	filter: alpha(opacity=100);
	opacity: 1;
	}
/***************************************JC
* navSmallPicsDivHover
*****************************************/
.navSmallPicsDivHover {
	height: 80px;
	}
.navSmallPicsDivHover a {
	font-size: 10px;
	color: #736E68;
	text-decoration: none;
	}
.navSmallPicsDivHover img {
	border: 1px solid #736E68;
	filter: alpha(opacity=80);
	opacity: 0.8;
	}
/**************************************************JC
* content
****************************************************/
div#contentContainer {
	position: absolute;
	top: 100px;
	right: 40px;
	width: 695px;
	height: 475px;
	border: 0px solid orange;
	overflow-y: hidden;
	overflow-x: hidden;
	text-align: left;
	font-size: 11px;
	}
div#contentContainer a {
	color: #A89984;
	text-decoration: none;
	}
div#contentContainer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
div#contentOverskrift {
	text-align: left;
	padding-bottom: 3px;
	border-bottom: 1px solid silver;
	font-size: 14px;
	font-weight: normal;
	}
div#contentTopNavigation {
	padding-top: 3px;
	text-align: left;
	font-size: 10px;
	color: #757069;
	font-size: 10px;
	}
div#contentTopNavigation a {
	color: white;
	text-decoration: none;
	font-size: 10px;
	}
div#contentTopNavigation a:hover {
	color: #A89984;
	text-decoration: none;
	}
div#contentTopNavigation a:active {
	color: #A89984;
	text-decoration: none;
	}
div#contentTopNavigation a:visited {
	/*color: white;*/
	text-decoration: none;
	}
div#contentTopNavigation .selected {
	color: #A89984;
	text-decoration: none;
	}

div#content {
	position: relative;
	text-align: left;
	border: 0px solid orange;
	width: 100%;
	height: 100%;
	}
/***************************************************************JC
* Vareoversigt for en bestemt kategori
*****************************************************************/
div#produktOversigtSmallPic {
	background-color: #FFFFFF;
	/*display: inline;*/
	/*margin-right: 7px;
	margin-bottom: 7px;*/
	width: 86px;
	height: 85px;
	cursor: pointer;
	border: 1px solid #746F6B;
	}
.smallPicNormal {
	filter: alpha(opacity=70);
	opacity: 0.7;
	}
.smallPicHover {
	filter: alpha(opacity=100);
	opacity: 1.0;
	}
img#bigpic {
	border: 1px solid #746F6B;
	}
div#bigpicText {
	text-align: left;
	width: 380px;
	height: 15px;
	overflow: hidden;
}
/***************************************************************JC
* een vare
*****************************************************************/
div#vareShortDesc {
	position: absolute;
	left: 0px;
	bottom: 260px;
	width: 290px;
	height: 120px;
	border: 0px solid pink;
	overflow: hidden;
}
div#vareSmallPics {
	position: absolute;
	left: 0px;
	bottom: 180px;
	width: 290px;
	height: 52px;
	border: 0px solid orange;
	overflow: hidden;
}
div#vareSmallPics img {
	border: 1px solid #746F6B;
	}
img#stortimagefil {
	border: 1px solid #746F6B;
	}
div#vareLongDesc {
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 290px;
	height: 140px;
	border: 0px solid green;
	overflow: hidden;
}
div#vareRequestLink {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 290px;
	height: 15px;
	border: 0px solid green;
	overflow: hidden;
}