/**
* 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");

/***************************************************************JC
* createSmallProductView
* Små varepræsentationer
*****************************************************************/
@import url("smallProductView.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;*/
	}
html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height:100%;
	/*background-color: #333D49;*/
	background-color: #7D3D3E;
	color: black;
	padding: 3px;
	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 {
	background-image: url(../design/toplogo.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: relative;
	width: 966px;
	height: 152px;
	/*border: 1px solid #918F8B;*/
	}
	
/* det transparante billeder i toplogo 
container, hvor der er link til index.php */
.toplogo_blankimg {
	width: 965px;
	height: 115px;
	border: 0px solid black;
	}

/***************************************************************JC
* submit buttons
*****************************************************************/
.submit {
	cursor: pointer;
	border-top: 1px solid gray;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid gray;
	background-color: white;
	background-image: url(../grafik/submit_fade.png);
	background-position: top left;
	background-repeat: repeat-x;
	}
/***************************************************************JC
* Vareoversigter (pageProducts)
*****************************************************************/
.buyText {
	border: 1px solid #29333F; 
	font-size: 10px; 
	width: 15px; 
	text-align: right;
	}
.buySubmit {
	background-image: url(../grafik/fade_button3.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	cursor: pointer; 
	border: 1px solid #29333F; 
	width: 70px; 
	font-size: 10px;
	}
.buySubmit2 {
	background-image: url(../grafik/fade_button3.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	cursor: pointer; 
	border: 1px solid #29333F; 
	width: 60px; 
	font-size: 10px;
	}
/**************************************************JC
* 
****************************************************/
div#indkoebsforloeb {
	width: 120px; 
	padding: 0px; 
	margin: 0px; 
	text-align: left; 
	line-height: 15px;
	color: white;
}
div#indkoebsforloeb h1 {
	color: white;
}
/**************************************************JC
* Tooltips
****************************************************/
div#tooltipContainer {
	border: 1px solid #DBDBDB;
	padding: 5px;
	background-color: #F7F7F6;
	}
div#tooltipTitle {
	height: 14px;
	padding: 3px;
	background-color: #EDEEEE;
	font-weight: bold;
	border: 1px solid #DBDBDB;
	margin-bottom: 5px;
	}
div#tooltipText {
	font-weight: normal;	
	color: black;
	}
/************************************************
* Søgefelt
************************************************/
div#searchbox {
	border: 1px solid #DBDBDB;
	width: 120px;
	height: 22px;
	background-color: #FFFFFF;
	}
.searchbox_text {
	font-size: 11px;
	border: 0px solid #DBDBDB;
	/*			top, right, bottom, left */
	padding: 2px 	3px 	2px 	3px; 
	margin: 	0px 	0px 	0px 	0px;
	filter: alpha(opacity=85);
	opacity: 0.85;
	width: 85px;
	}
.searchbox_submit {
	width: 22px;
	font-size: 11px;
	padding: 1px;
	cursor: pointer;
	border: 0px;
	/*border-top: 1px solid gray;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid gray;*/
	background-color: white;
	/*background-image: url('../grafik/submit_fade.png');*/
	background-image: url(../grafik/icons/search.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}
/************************************************
* CustomerLogin (vises kun når kunden er logget ind
************************************************/
.customerLogin {
	/*position: absolute; 
	z-index: 9999999; 
	top: 5px; 
	right: 10px;*/
	/*width: 200px;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding: 3px;
	color: #000000;
	background-color: #F7F7F6;
	border: 1px solid #DBDBDB;
	margin-bottom: 2px;
	}
.customerLogin a {
	color: #000000;
	text-decoration: none;
	line-height: 12px;
	}
.customerLogin a:link {
	text-decoration: none;
	}
.customerLogin a:visited {
	text-decoration: none;
	}
.customerLogin a:hover {
	color: #6F7985;
	text-decoration: none;
	}
/*****************************************************************
* TOPMENU
*****************************************************************/
table#topmenu {
	width: 966px;
	height: 29px;
	line-height: 29px;
	font-size: 10px;
	color: white;
	/*border: 1px solid #918F8B;*/
	padding-left: 10px;
	padding-right: 10px;
	background-color: black;
	background-image: url(../design/menubar.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	}
.menu {
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: normal;		/* lighter, normal, bold, bolder */
	text-decoration: none;	/* none, underline, overline, line-through */
	text-transform: uppercase;
	color: #ffffff;
	/*padding: 	0px 	5px 	0px 	5px; */
	margin: 	0px 	0px 	0px 	0px; /*	top, right, bottom, left */
	}
a.menu:link {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #ffffff;
	text-decoration: none;	/* none, underline, overline, line-through */
	text-transform: uppercase;
	}
/* Dette link har været besøgt */
a.menu:visited {
	font-weight: normal;		/* 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 */
a.menu:active {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #c2baa2;
	text-decoration: none;	/* none, underline, overline, line-through */
	text-transform: uppercase;
	}
/* Den side vi kigger på nu */
a.menu.selected { 
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #c2baa2;
	text-decoration: none;	/* none, underline, overline, line-through */
	text-transform: uppercase;
	}
/* når musen køres over linket */
a.menu:hover {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #c2baa2;
	text-transform: uppercase;
	}
/*a.menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	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: 10px;
	color: #FFFFFF;
	text-align: left;
	line-height: 14px;
	width: 230px;
	}
/*****************************************************************
* MAIN CONTENT CONTAINER
* Indeholder VENSTRE MENU, CONTENT og HØJRE relaterede varer 
*****************************************************************/
table#contentContainer {
	width: 966px;
	height: 963px;
	/*		top, right, bottom, left */
	/*padding: 	20px 	20px 	0px 	20px; */
	margin: 		0px 	0px 	0px 	0px;
	background-image: url(../design/content.jpg);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	}
/************************************************
* Venstre menu
************************************************/
td#contentLeft {
	max-width: 205px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	/*border: 1px solid #918F8B;*/
	}
/************************************************
* Content
************************************************/
td#contentMiddle {
	padding-top: 20px;
	height: 400px;
	padding-left: 20px;
	padding-right: 20px;
	/*border: 1px solid #918F8B;*/
	}
/************************************************
* Højre menu (relaterede/random varer)
************************************************/
td#contentRight {
	padding-top: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	margin: 0px;	
	/*border: 1px solid #918F8B;*/
	}
/*****************************************************************
* VENSTRE MENU
*****************************************************************/
/* div indeholde hver et menupunkt */
.menuleft {
	/*border-bottom: 1px solid #918F8B;*/
	padding-top: 3px;
	padding-bottom: 3px;
	}

.menu3 {
	font-family: 'arial black';
	font-size: 12px;
	line-height: 20px;
	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 */
	}
a.menu3:link {
	font-weight: normal;/* lighter, normal, bold, bolder */
	color: #000000;
	text-decoration: none;	/* none, underline, overline, line-through */
	}
/* Dette link har været besøgt */
a.menu3:visited {
	font-weight: normal;	/* lighter, normal, bold, bolder */
	color: #000000;
	text-decoration: none;	/* none, underline, overline, line-through */
	}
/* sådan skal linket se ud idet der klikkes på det */
a.menu3:active {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #c2baa2;
	text-decoration: underline;	/* none, underline, overline, line-through */
	}
/* Den side vi kigger på nu */
a.menu3.selected {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #c2baa2;
	text-decoration: none;	/* none, underline, overline, line-through */
	}
/* når musen køres over linket */
a.menu3:hover {
	font-weight: normal;	/* lighter, normal, bold, bolder */
	color: #c2baa2;
	text-decoration: none;	/* none, underline, overline, line-through */
	}

	
/*a.menu3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	}
a.menu3:link {
	text-decoration: none;
	}
a.menu3:visited {
	text-decoration: none;
	}
a.menu3:hover {
	color: #6F7985;
	text-decoration: none;
	}
.hr_line{
	height:1px; 
	width:160px;
	margin: 	10px 	0px 	0px 	0px; 
	}	*/
/*****************************************************************
* Div der indeholder content. Skal være 'relative' så objekter indeni
* kan placeres 'absolute'
*****************************************************************/
div#content {
	position: relative;
	text-align: left;
	margin-left: 5px;
	width: 550px;
	height: 850px;
	max-height: 850px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 0px solid yellow;
	/*line-height: 14px;*/
	}
/***********************************************
* content: Almindelig tekst
***********************************************/
.content {
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;		/* lighter, normal, bold, bolder */
	text-decoration: none;	/* none, underline, overline, line-through */
	color: #ffffff;
	}
.content p {
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 18px;
	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 */
	}
/***********************************************
* content: H1
***********************************************/
div.content h1, div.content table h1, h1 {
	font-family: 'arial black';
	font-size: 18px;
	line-height: 18px;
	font-weight: regular;			/* 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, h2 {
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;			/* lighter, normal, bold, bolder */
	text-decoration: none;	/* none, underline, overline, line-through */
	color: #ffffff;
	padding: 	0px 	0px 	4px 	0px; /*	top, right, bottom, left */
	margin: 	0px 	0px 	0px 	0px; /*	top, right, bottom, left */
	padding-left: 0px;
	}
/***********************************************
* content: links
***********************************************/
div.content a:link {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #ffffff;
	text-decoration: underline;	/* none, underline, overline, line-through */
	}
/* Dette link har været besøgt */
div.content a:visited {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #ffffff;
	text-decoration: underline;	/* none, underline, overline, line-through */
	}
/* sådan skal linket se ud idet der klikkes på det */
div.content a:active {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #c2baa2;
	text-decoration: underline;	/* none, underline, overline, line-through */
	}
/* når musen køres over linket */
div.content a:hover {
	font-weight: normal;		/* lighter, normal, bold, bolder */
	color: #c2baa2;
	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;
	}*/

/*****************************************************************
* productContainer (indeholder random og relaterede varer)
*****************************************************************/
div#productContainer {
	float: left;
	width: 110px;
	background-color: #F7F7F6;
	border: 1px solid #DBDBDB;
	text-align: center;
	margin: 5px;
	padding: 3px;
	color: black;
	}

div#productContainer, div.productContainerNewLine {
	height: 150px;
	}
div#productContainerImage {
	overflow-x: hidden;
	overflow-Y: hidden;
	height: 110px;
	width: 110px;
	}
a.productContainerLink {
	line-height: 10px;
	}
/*****************************************************************
* randomProducts (indeholder random og relaterede varer)
*****************************************************************/
div#randomProducts {
	width: 110px;
	background-color: #000000;
	text-align: center;
	margin-bottom: 5px;
	color: silver;
	}
/*****************************************************************
* forhandlerBox ??
*****************************************************************/
div#forhandlerBox {

	}
/*****************************************************************
* Multimarketing Logo
*****************************************************************/
.logo {
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: center;
	border: 0px solid #8D97A3;
	}
#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 */
	}
/*****************************************************************
* Visning af en enkelt vare
* find_vare.php
*****************************************************************/
div#viewOneProductContainer {
	width: 432px;
	border: 0px dotted red;
	}
div#viewOneProductContainer select, option, input {
	font-size: 11px;
	}

/* divs indeholdende små billeder (thumbs) */
.viewOneProductSmallPics {
	/*float: left;*/
	margin-right: 3px;
	margin-bottom: 3px;
	width: 44px;
	height: 64px;
	border: 1px solid #BEAE94;
	cursor: pointer;
	background-position: center center;
	}
div#stortBillede {
	float: left;
	width: 377px;
	height: 568px;
	background-color: #7D3D3E;
	overflow: hidden;
	border: 1px solid #BEAE94;
	background-position: top center;
	background-repeat: no-repeat;
	}
div#smallPicsContainer {
	float: right;
}
div#viewOneProductTitleDescription {
	width: 425px;
	padding-bottom: 5px;
	/*padding-top: 5px;*/
	margin-top: 5px;
	border-top: 0px solid #47515D;
	border-bottom: 0px solid #47515D;
	}
div#viewOneProductPriceVariantContainer {
	/*height: 65px;
	position: relative;*/
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	border: 0px solid #47515D;
	}
div#viewOneProductVariants {
	/*position: absolute;
	left: 0px;
	top: 0px;*/
	width: 275px;
	border: 0px solid #47515D;
	}
div#viewOneProductBuyButton {
	/*position: absolute;
	right: 0px;
	bottom: 0px;*/
	text-align: right;
	width: 145px;
	border: 0px solid #47515D;
	padding-right: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0px;
	margin-bottom: 5px;
	}	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	line-height: 14px;
	margin: 0px;
	}
/***************************************************************JC
* Indkøbskurv
*****************************************************************/
.basket_amount { /* input type=text */
	width: 30px; 
	height: 17px; 
	line-height: 17px; 
	padding: 0px; 
	margin: 0px;
	}
.basket_update_amount {
	cursor: pointer; 
	width: 22px; 
	height: 22px; 
	border: 0px; 
	background-color: transparent;
	background-image:url('../grafik/icons/basket_update.png'); 
	background-repeat: no-repeat; 
	background-position: 0px 0px;
	text-align: right;
	padding-right: 3px;
	}

