/**
* 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: black;
	scrollbar-arrow-color: white;
	scrollbar-shadow-color: none;
	scrollbar-base-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: none;
	scrollbar-track-color: black;
	background-color: white;
	
}

html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height:100%;
	background: black;
	padding: 0px;
	margin: 0px;
	}


/*****************************************************************
* Den tabel der centrerer og indeholder
* alt andet indhold på siden
*****************************************************************/
table#centerContainer{
	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#centerContainer_td{
	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%;
	}
/*****************************************************************
* 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: 10px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	}
.searchbox_text {
	font-size: 13px;
	border: 1px inset;
	/*			top, right, bottom, left */
	padding: 2px 	3px 	2px 	3px; 
	margin: 	0px 	0px 	0px 	0px;
	}
.searchbox_submit {
	font-size: 13px;
	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: 12px;
	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
*****************************************************************/
table#topmenu {
	width: 925px;
	height: 34px;
	font-size: 12px;
	color: white;
	}
a.menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	}
a.menu:link {
	text-decoration: none;
	}
a.menu:visited {
	text-decoration: none;
	}
a.menu:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
a.menu.selected {
	color: #FFFFFF;
	}
/*****************************************************************
* Shopping basket, small
*****************************************************************/
div#smallBasket {
	font-size: 12px;
	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: 12px;
	color: white;
	width: 160px;
	}
/************************************************
* Content
************************************************/
td#contentMiddle {
	height: 400px;
	/*	top, right, bottom, left */
	padding-left: 	40px;
	padding-right: 	20px;
    /*border:1px solid gray;*/	
	color: #000000;
	}
/************************************************
* Højre menu (relaterede/random varer)
************************************************/
td#contentRight {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;	
	width: 110px; 
	color: #000000;
    /*border:1px solid gray;*/	
}
/*****************************************************************
* VENSTRE MENU
*****************************************************************/
a.menu3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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;*/
	color: #000000;
	}
/***********************************************
* content: Almindelig tekst
***********************************************/
.content, .content p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	color: #000000;
	}
/***********************************************
* content: H2
***********************************************/
div.content h2, div.content table h2 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
/***********************************************
* content: links
***********************************************/
div.content a {
	color:#000000;
	text-decoration: underline;
	}
div.content a:link {
	text-decoration: underline;
	}
div.content a:visited {
	text-decoration: underline;
	}
div.content a:hover {
	color: silver;
	text-decoration: underline;
	}
/*****************************************************************
* HØJRE SIDE: Relaterede/random varer
*****************************************************************/
a#productContainerLink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	}
a#productContainerLink:link {
	text-decoration: none;
	}
a#productContainerLink:visited{
	text-decoration: none;
	}
a#productContainerLink:hover  {
	text-decoration: underline;
	}
/*****************************************************************
* Indkoebsforloeb ??
*****************************************************************/
div#indkoebsforloeb{
	line-height: 18px;
	}
/*****************************************************************
* productContainer (indeholder random og relaterede varer)
*****************************************************************/
div#productContainer {
	width: 120px;
	background-color: #FFFFFF;
	float: left;
	text-align: center;
	}
div#productContainer {
	height: 300px;
	}
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;
	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; 
	top: 29px; 
	left: -5px; 
	}
div#varebeskrivelserOgThumbnails {
	position: absolute; 
	top: 24px; 
	left: 315px; 
	width: 245px;
	}
div#varianterOgAntal {
	position: absolute; 
	top: 193px; 
	left: 315px; 
	width: 250px;
	}
div#tooltip {
	color:#000000;
	background-color:#FFFFFF;
	/*height: 300px;
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;*/
	}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	margin: 0px;
	margin-bottom: 5px;
	}	
p#ssssss {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	margin: 0px;
	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	margin: 0px;
	}
