/* HTML elementer
----------------------------------------------- */

html, body {
  margin: 0px;
  padding: 0px;
  font: 12px/170% Tahoma, sans-serif;
  background: #1b1313;
  color: #000000;
  height: 100%;
}

#wrapper {
  background: transparent;
  width: 1000px;
	color: #000000;
	position: relative;
  margin-left: auto;
  margin-right: auto;
  background-image: url('images/wrapper_bg.png');
  background-repeat: repeat-y;
}

#topbanner {
  background: transparent;
  width: 1000px;
  height: 127px;
	color: #000000;
  position: relative;
  background-image: url('images/topbanner.jpg');
}

#topmenu {
  background: transparent;
  width: 996px;
  height: 34px;
  margin-left: 2px;
	color: #000000;
  position: relative;
  background-image: url('images/topmenu_bg.png');
}

#leftmenu {
  position: relative;
  float: left;
  margin-left: 2px;
  padding-left: 12px;
  padding-top: 10px;
  width: 189px;
  background: transparent;
}

#center {
  width: 783px;
  position: relative;
  float: left;
  margin-left: 12px;
  background: transparent;
}

#content {
  width: 750px;
  position: relative;
  margin-top: 12px;
  margin-left: 12px;
  background: transparent;
}

#end {
  clear: both;
  height: 5px;
}

/* Generel
----------------------------------------------- */

p {
  margin: 0px;
}

h2 {
  font: 24px Verdana, sans-serif;
	color: #000000;
}

.largetext {
	color: #000000;
  float: left;
}

.kvikpris {
	color: #000000;
}

.vejlpris {
  font: 10px Verdana, sans-serif;
	color: #000000;
  text-decoration: line-through;
}

.varenr {
  font: 10px Verdana, sans-serif;
	color: #000000;
}

.smalltext {
  font: 10px Verdana, sans-serif;
	color: #000000;
  float: left;
}

.buttons {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*.desc {
  font: 14px Verdana, sans-serif;
  font-weight: bold;
	color: #730303;
}*/

img {
  border: 0px;
}

a {
  /*font: 10px Verdana, sans-serif;*/
  font-weight: bold;
  text-decoration: none;
	color: #7b1a1a;
}

a:hover {
  text-decoration: none;
	color: #b25a03;
}

/* Breadcrumbs
----------------------------------------------- */

#breadcrumbbar {
  height: 26px;
  background: transparent;
}

#breadcrumbs {
  width: 527px;
  height: 16px;
  margin-top: 10px;
  background: transparent;
  position: relative;
  float: left;
  font: 10px Verdana, sans-serif;
	color: #505050;
}

#breadcrumbs a, #breadcrumbs a:visited {
  color: #730303;
  text-decoration:none;
}

#breadcrumbs a:hover {
  color: #d56b03;
  text-decoration:none;
}

/* Searchbox
----------------------------------------------- */

#searchbox {
  width: 226px;
  height: 26px;
  padding-left: 30px;
  line-height: 26px;
  background-image: url('images/search_bg.jpg');
  position: relative;
  float: left;
  font: 10px Verdana, sans-serif;
  color: #000000;
}

input
{
color: #000000;
background: #ffffff;
border: 1px solid #aca899
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
} 

/* Bottombar
----------------------------------------------- */

#bottom {
  background: transparent;
  width: 100%;
  height: 133px;
	color: #000000;
  position: relative;
  background-image: url('images/bottom_bg.png');
  background-repeat: repeat-x;
}

#bottomtext {
  background: transparent;
  width: 996px;
	position: relative;
	padding-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font: 10px Verdana, sans-serif;
	color: #808080;
}

#bottomtext a{
  font: 10px Verdana, sans-serif;
	color: #d56b03;
	text-decoration: none;
}

p.footer {
  color: #d56b03;
  font-weight: bold;
}

p.footerlinks {
  margin-left: 10px;
  color: #808080;
  font-weight: normal;
}

.ffooter {
  width: 180px;
}

.sfooter {
  width: 680px;
}

/* Navigation
----------------------------------------------- */

#mainmenu a, #mainmenu a:visited {
	border: 0;
	font-family: Verdana;
	color: #fff;
  font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
	
#mainmenu {
	margin: 0;
	padding: 0;
	background: url('images/topmenu_bg.png') center left repeat-x;
}

#mainmenu_inner {
	width: 100%;
	overflow: hidden;
}

#mainmenu ul {
	list-style: none;
  list-style-type: none;
	border: none;
	margin: 0;
  padding: 0;
	float: left;
	border-right: 1px solid #85190a;
}

#mainmenu ul li {
  background: none;
  float: left;
  margin: 0;
  padding: 0;
  border-left: 1px solid #85190a;
	border-right: 1px solid #560c0d;
}

#mainmenu a, #mainmenu a:visited {
  display: block;
	float: left;
  margin: 0;
  padding: 0 15px;
  line-height: 34px
}

#mainmenu a:hover {
  background: url('images/mainmenu_on.png') center left repeat-x;
}

/* Left menu
----------------------------------------------- */

#menubox {
  width: 189px;
}

#menuboxtop {
  width: 189px;
  height: 23px;
  background-image: url('images/menuboxtop.jpg');
}

#menuboxcontent {
	background-image: url('images/menuboxcontent.jpg');
	background-repeat: no-repeat;
  background-position: top;
  font: 13px Verdana, sans-serif;
  text-indent: 5px;
  font-weight: bold;
	color: #7b1a1a;
  background-color: #dcdcdc;
}

#menuboxcontent a, #menuboxcontent a:visited {
  font: 10px Verdana, sans-serif;
  font-weight: bold;
  text-decoration: none;
	color: #7b1a1a;
}

#menuboxcontent a.subnav:hover {
  text-decoration: none;
	color: #b25a03;
}

#menuboxcontent a.subnav, #menuboxcontent a.subnav:visited {
  font: 11px Verdana, sans-serif;
  font-weight: bold;
  text-decoration: none;
	color: #7b1a1a;
}

#menuboxcontent a:hover {
  text-decoration: none;
	color: #b25a03;
}

#menuboxcontent ul {
	list-style: none;
  list-style-type: none;
	border: none;
	margin: 0;
  padding: 0;
}

#menuboxcontent ul li {
  background: none;
  margin: 0;
  padding: 0;
  line-height: 31px;
	border-bottom: 1px solid #bcbcbc;
}

#menuboxbottom {
  width: 189px;
  height: 11px;
  background-image: url('images/menuboxbottom.jpg');
}

/* Kurv
----------------------------------------------- */

#kurv {
  background-color: #919191;
  font: 13px Verdana, sans-serif;
  padding-left: 5px;
  font-weight: bold;
	color: #7b1a1a;
}

#kurvnav {
  background-color: #919191;
}

/* Productlist Large
----------------------------------------------- */

#productlist {
  width: 750px;
}

#productlisttop {
  width: 750px;
  height: 10px;
  background-image: url('images/productlisttop.png');
}

#productlistcontent {
  font: 11px Verdana, sans-serif;
  padding-left: 10px;
  font-weight: bold;
	color: #000000;
  background-color: #f0f0f0;
}

#productlistcontent a, #productlistcontent a:visited {
  font: 12px Verdana, sans-serif;
  font-weight: bold;
  text-decoration: none;
	color: #730303;
}

#productlistcontent a:hover {
  text-decoration: none;
	color: #730303;
}

#productlistbottom {
  width: 750px;
  height: 10px;
  background-image: url('images/productlistbottom.png');
}

.productlisttitle {
  padding: 10px;
}

.productlistimage {
  width: 330px;
	border-bottom: 1px solid #9e5454;
}

.productlistinfo {
  width: 190px;
	border-bottom: 1px solid #9e5454;
	border-left: 1px solid #9e5454;
	text-align: right;
	vertical-align: top;
	padding-left: 10px;
}

/* Productinfo page
----------------------------------------------- */

#productinfo {
  width: 548px;
  float: left;
}

#productinfotop {
  width: 548px;
  height: 9px;
  background-image: url('images/productinfotop.png');
}

#productinfocontent {
  font: 12px Tahoma, sans-serif;
  padding-left: 10px;
	color: #000000;
  background-color: #f0f0f0;
}

#productinfobottom {
  width: 548px;
  height: 9px;
  background-image: url('images/productinfobottom.png');
}

#productsales {
  font-weight: bold;
  float: right;
  padding-left: 20px;
  width: 180px;
	text-align: right;
	vertical-align: top;
  background: transparent;
}

/* News box
----------------------------------------------- */

.newsbox {
  width: 200px;
  float: left;
}

.newsboxtop {
  width: 200px;
  height: 9px;
  background-image: url('images/newstop.png');
}

.newsboxcontent {
  font: 12px Tahoma, sans-serif;
  padding-left: 10px;
	color: #000000;
  background-color: #f0f0f0;
}

.newsboxbottom {
  width: 200px;
  height: 9px;
  background-image: url('images/newsbottom.png');
}

#news {
  font-weight: bold;
  float: left;
  width: 550px;
  background: transparent;
}

div.autocomplete {
		  width: 500px;
      position:absolute;
  
      margin:0px;
      padding:0px;
	  z-index: 100;

    }
    div.autocomplete ul {
	width: 500px;  
	list-style-type:none;
      margin:0px;
      padding:0px;
z-index: 100;
    }
    div.autocomplete ul li.selected { background-color: #8CA8E6;}
    div.autocomplete ul li {
    width: 500px;  
	list-style-type:none;
      display:block;
      margin:0;
      padding:10px;
      height:62px;
      cursor:pointer;
    background-color:white;
	border-bottom: 1px solid black;
	z-index: 100;
    }


