/***************************************************************JC
* Import stylesheets
*****************************************************************/
/*****************************************************************
* BODY
*****************************************************************/
html {
	overflow-x: hidden;
	overflow-y: scroll;
	}
body {
	padding: 0px;
	margin: 0px;
    padding-top: 80px;
    background-color: #E6E2D7;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: black;
    text-align: center;
	}
#adminMenu{
    position: fixed; 
    text-align: left; 
    bottom: 0px; 
    left: 0px; 
    width: 100%; 
    height: 30px; 
    line-height: 30px; 
    background-color: #F0F0F0; 
    border-top: 2px dashed red; 
    z-index: 9999999; 
    font-size: 12px;
    font-weight: bold;
}
#content{
    position: relative;
}
#menuTopContainer {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 955px;
    height: 25px;
    padding: 0px; 
    text-align: left;
}
#printFriendly {
    position: absolute;
    top: -5px;
    right: 0px;
    width: 100px;
    height: 20px;
    padding: 0px; 
    text-align: right;
    cursor: pointer;
    font-weight: bold;
    border: 0px solid red;
}

.lang{
    cursor: pointer;
    display: inline;
    margin-right: 2px;
    border: 0px solid red;
}
#footer {
    padding: 5px 0px; 
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 955px;
    font-weight: bold;
    border: 0px red solid;
}
/*****************************************************************JC
* Netklar Logo
*******************************************************************/
#netklar_logo {
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    border: 0px solid #8D97A3;
    }

/***************************************************************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.png);
	background-position: top left;
	background-repeat: repeat-x;
	}
/*****************************************************************JC
* Søgefelt
*******************************************************************/
#searchbox {
	position: relative;
	border: 1px solid #DBDBDB;
	width: 120px;
	height: 22px;
	background-color: #FFFFFF;
	margin-bottom: 7px; 
	}
.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;
	background-color: white;
	background-image: url(../grafik/search.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}
/******************************************************JC
* Ved indtastning i søgefelt popper en liste op
* LIVE med 5 søgeresultater
********************************************************/
/*  */ 
#ajaxSearchResultsContainer {
	position: absolute;
	top: 25px;
	left: 0px;
	z-index: 9999999999;
	border: 1px dashed black;
	background-color: #FFFFFF;
	padding: 5px;
	line-height: 15px;
	visibility: hidden;
	text-align: left;
	width: 250px;
	}
.ajaxSearchTitle {
	font-weight: bold;
	}
.ajaxSearchDesc {
	margin-left: 10px;
	color: #787878;
	}
.ajaxSearchClose {
	float: right;
	background-image: url(../grafik/close.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 21px;
	height: 21px;
	cursor: pointer;
	}
/*****************************************************************JC
* Shopping basket, small (placeret i topmenuen)
*******************************************************************/
#smallBasket {
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	line-height: 14px;
	width: 160px;
	}
/*****************************************************************JC
* CustomerLogin (vises kun når kunden er logget ind,
* kasse med links til brugerpofil og ordreoversigt)
*******************************************************************/
.customerLogin {
	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;
	}

/*****************************************************************JC
* Viser indkøbsforløb i højre side
*******************************************************************/
div.indkoebsforloebContainer {
	font-size: 10px;
	width: 120px; 
	margin: 0px; 
	text-align: left; 
	border: 1px solid #DBDBDB;
	background-color: #F7F7F6;
	}
div.indkoebsforloebTitle {
	background-color: #F7F7F6;
	border-bottom: 1px solid #DBDBDB;
	font-weight: bold;
	padding: 2px; 
	}
/***************************************************************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/basket_update.png); 
	background-repeat: no-repeat; 
	background-position: 0px 0px;
	text-align: right;
	padding-right: 3px;
	}

/*****************************************************************AK
* Under construction
*******************************************************************/
#underConstruction {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: silver;
    filter: alpha(opacity=90);
    opacity: 0.9;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index:999999999999999;
}
#underConstruction_img {
    position:absolute; 
    top:2em; 
    width:100%; 
    height:100%; 
    text-align:center;
    z-index:9999999999999999;
}

/*****************************************************************JC
* 
*******************************************************************/
div.errorContainer {
    border: 1px dashed red;
    padding: 5px;
    background-color: #FFEBEA;
    margin-bottom: 10px;
    }

