body, html, div {
    margin: 0px;
    padding: 0px;
    height: 100%;    
}

a, img {border: 0px;}

body {
    background-color: #222222;
}

#preview_div {
    display: none; 
    position: absolute;
    z-index:110;
}

#site-wrapper {
    width: 900px;
    margin-top: 5px;
}

#left-main {
		background-color: #f9d212;
/*		background-color: #ffdc37;
    background-color: #f8d81	8;*/
    background-image: url('/images/left-menu.gif');
    background-position: bottom;
    background-repeat: no-repeat;
}

#left-footer, #right-footer {
    padding-top: 5px;
}

#left-header, #top-menu {
    padding: 0px;
    margin: 0px;
    line-height: 0px;
}

/** SKRIFT TYPER **/
body, div, span, p, h1,h2,h3,h4,h5,td, a {
    font-family: verdana;
}

td {
    font-size: 11px;
}

h1,h2,h3,h4,h5 {
    font-family: "Trebuchet MS";
    line-height: 34.3333px;
    text-align: left;
    display: block;
    margin: 0px;
    padding: 0px;
    color: #666666;   
}

h2 {font-size: 28.6px;}
h3 {font-size: 15.6px;}

hr {
    border: 0px solid #000000;
    border-top: 1px solid #666666;
}

#top-header {
    color: #bbbbbb;
    font-size: 60%;
    padding: 15px;
    margin-bottom: 8px;
    text-align: right;
}

#kurv {
    border: 0px solid red;
    padding-top: 5px;
    padding-bottom: 5px;    
    padding-right:10px;
    text-align: right;
    vertical-align: center;
    font-size: 10px;
    color: #999999; 
}

#kurv a {
    color: #999999;
}

.antal_varer {
    color: #ffffff;
    font-weight: bold;
}



/** LEFT MENU */
#left-main {
        padding: 15px 10px 20px 15px;
}

#left-main ul {
   width: 165px;
   margin: 0px;
   margin-top: 5px;
   margin-bottom: 0px;
   padding: 0px;
}

#left-main li {
    list-style: none;
    padding: 0px;
    margin:  0px;
    margin-bottom: 2px;
}

#left-main li a {
        font: 14px trebuchet ms;
        line-height: 16px;
}


#left-main h3 {
    color: #BE0707;
}

.prod_a, .prod_a:visited {
    color: #222222;
    text-decoration: none;
        padding-left: 10px;
}

.prod_a:hover, .prod_a:visited:hover, .prod_chosen_a, .prod_chosen_a:visited {
        padding-left: 10px;
    color: #222222;
    background-image: url('/images/prod_marker.gif');
    background-position: left;
    background-repeat: no-repeat;
    text-decoration: none;
    font-weight: bold;
}


/**/

#main {
    padding: 20px;
    font-size: 11px;
		vertical-align: top;
    background-image: url('/images/body-bg.gif');
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #ffffff;

}



#bottom-menu a, #bottom-menu {
    color: #969696;
    text-align: right;
    font-weight: bold;
    text-decoration: none;
    font-size: 10px;
}

#bottom-menu a:hover {
    text-decoration: underline;
}

#disclaimer {
    color: #7d7d7d;
    font-size: 10px;
    text-align: right;   
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* BUTTONS */
.button, a.button-link, a.button-link:visited {
	border: 1px solid #857200;
	background: #fee754;
	color: #be0707;
	font-family: "Arial";
	font-size: 10px;
	margin: 0px;
	cursor: pointer;
	text-decoration: none;
	padding:2px;
	font-weight: bold;
}

a.button-link, a.button-link:visited {

}

/* NAVIGATION BAR */
ul.buy-navigation {
	list-style: none;
}

ul.buy-navigation li {
	font:14px Trebuchet MS;
	display:inline;
	padding: 10px 30px;
	background: #e6f9ff; 
	color: #4f4f4f;
	font-weight: bold;
	border-top: 1px solid #123c6a;
	border-bottom: 1px solid #123c6a;
	vertical-align: middle;
}


ul.buy-navigation li.green {background: #e6ffe7; color: #2d8c35;}
ul.buy-navigation li.current-nav {background: #cfe7ee; color: #12477c;}


/* Top Menu */
#top-menu {
	background: url('/images/top-menu-bg.gif') no-repeat left bottom;
	height:50px;
}

#top-menu ul {      
	margin: 0px 0px 0px 30px;
	padding: 0px;
	list-style: none;
	display: block;
}
#top-menu ul li {display:inline; padding-right: 25px;}
#top-menu ul li a {}
#top-menu ul li a:hover {border-bottom: 1px solid #fff;}
