/* layout */
html, body {
	margin : 0;
}
#header,
#block-sidebar-left,
#block-main,
#block-sidebar-right,
#footer {
	overflow:hidden;
	display:inline-block;
}
/* safari and opera need this */
#header,
#footer,
#block-menu {
	width:100%;
}
#block-sidebar-left,
#block-main,
#block-sidebar-right {
	float:left;
}
#block-sidebar-left {
	width:150px;
}
#block-sidebar-right {
	width:150px;
}

#block-main {
	width:500px;
}
#footer {
	clear:left;
}

#block-frame {
	width : 800px;
	margin-right : auto;
	margin-left : auto;
	margin-top : 0px;
	padding : 0px;
	text-align : left;
}

.tbl-delete a {
	color: #aa0000;
	font-weight: bold;
	text-decoration: underline;
}
.tbl-delete a:hover {
	color: #ffb400;
	font-weight: bold;
	text-decoration: none;
}


/* styling */
body {
	background-color : #ccc;
	color : #333;
}
/*
body, input, .button {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
*/

select, .select, .itemcontroller-select {
/*
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
*/
	font-size: 9px;
	color: #292929;
	background-color: #ffffff;
	border: 1px #ccc solid;
	margin-bottom: 2px;
}

h2 {
	margin-top: 0px;
	font-size : 125%;
}
hr {
/*	width: 766px; */
	border: 0px;
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	text-align: left;
	line-height: 2px;
	margin: 0px;
	margin-bottom: 2px !important;    /*this is the Firefox/Opera margin*/
	margin-bottom: -5px;               /*this is the IE margin - 7px - less*/
}
.validation-error {
	color : #c00;
	margin-bottom: 10px;
}
.outofstock {
	font-size:200%
}
a, a:hover {
	color : #aa0000;
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
a img {
	border : 0;
}
form { margin:0 }

.button_close {
	display: block;
	border: 0;
	width: 80px;
	height: 28px;
	line-height: 26px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	background-image: url(button_close.gif);
	background-repeat: no-repeat;
}

.button_close span {
	padding-left: 20px;
}

.button_close:hover {
	text-decoration: none;
	color: #cccccc;
}

.button_continue {
	display: block;
	border: 0;
	width: 80px;
	height: 28px;
	line-height: 26px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	background-image: url(button_continue.gif);
	background-repeat: no-repeat;
}

.button_continue span {
	padding-left: 22px;
}

.button_continue:hover {
	text-decoration: none;
	color: #cccccc;
}

.button_back {
	display: block;
	border: 0;
	width: 80px;
	height: 28px;
	line-height: 26px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	background-image: url(button_back.gif);
	background-repeat: no-repeat;
}

.button_back span {
	padding-left: 22px;
}

.button_back:hover {
	color: #cccccc;
	text-decoration: none;
}

.button_medium, .button_addcart, .button_commodity, .button_commodityblack {
	display: block;
	border: 0;
	width: 96px;
	height: 28px;
	line-height: 27px;
	text-align: left;
	font-weight: bold;
/*	color: #ffb400; */
	color: #ffffff;
	background-image: url(button_medium.gif);
	background-repeat: no-repeat;
}

#addcart-pricematch {
	color: #ffb400;
}

.button_addcart {
	background-image: url(button_addcart.png);
	color: #ffb400;
	width: 160px;
	height: 34px;
	line-height: 33px;
	font-size: 14px;
	text-align: right;
}

.button_commodity, .button_commodityblack {
	width: 92px;
	height: 25px;
	line-height: 24px;
}

.button_commodity {
	background-image: url(button_commodity.gif);
}

.button_commodityblack {
	background-image: url(button_commodityblack.png);
}

.button_medium span {
	padding-left: 22px;
}

.button_addcart span {
	padding-right: 40px;
}

.button_commodity span, .button_commodityblack span {
	padding-left: 10px;
}

.button_medium:hover, .button_addcart:hover, .button_commodity:hover, .button_commodityblack:hover {
	color: #dd7700;
	text-decoration : none;
}

.button_grey {
	display: block;
	border: 0;
	width: 88px;
	height: 24px;
	line-height: 23px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #424242;
	background-image: url(button_grey.gif);
	background-repeat: no-repeat;
}

.button_grey span {
	padding-left: 20px;
}

.button_grey:hover {
	color: #808080;
	text-decoration : none;
}

.button_greyback {
	display: block;
	border: 0;
	width: 80px;
	height: 24px;
	line-height: 23px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #424242;
	background-image: url(button_greyback.gif);
	background-repeat: no-repeat;
}

.button_greyback span {
	padding-left: 20px;
}

.button_greyback:hover {
	color: #808080;
	text-decoration : none;
}

.button_black {
	display: block;
	border: 0;
	width: 80px;
	height: 22px;
	line-height: 22px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #cfcfcf;
	background-image: url(button_black.gif);
	background-repeat: no-repeat;
}

.button_black span {
	padding-left: 20px;
}

.button_black:hover {
	color: #8b8b8b;
	text-decoration: none;
}

.button_large {
	display: block;
	border: 0;
	width: 147px;
	height: 24px;
	line-height: 23px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #ffb400;
	background-image: url(button_large.gif);
	background-repeat: no-repeat;
}
.button_large2 {
	display: block;
	border: 0;
	width: 147px;
	height: 24px;
	line-height: 23px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #ffb400;
	background-image: url(button_large2.gif);
	background-repeat: no-repeat;
}
.button_large span {
	padding-left: 34px;
}
.button_large2 span {
	padding-left: 34px;
}
.button_large:hover {
	color: #ffb400;
	text-decoration: none;
	background-image: url(button_large2.gif);
}
.button_large2:hover {
	color: #ffb400;
	text-decoration: none;
	background-image: url(button_large2.gif);
}
.button_header {
	display: block;
	border: 0;
	width: 80px;
	height: 25px;
	line-height: 27px;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #cfcfcf;
	background-image: url(button_header.gif);
	background-repeat: no-repeat;
}

.button_header span {
	padding-left: 20px;
}

.button_header:hover {
	color: #8b8b8b;
	text-decoration: none;
	background-image: url(button_header2.gif);
}

input[type=text], input[type=password], textarea {
	vertical-align:top;
	border: 1px #ccc solid;
	margin-bottom: 2px;
	color: #333;
	font-size: 10px;
	padding: 2px;
}

.checkbox input {
	border: 0;
}


#block-frame {
	background-color : #eee;
	background-image : url(faux-800.gif);
	border-left : 5px solid #ffffff;
	border-right : 5px solid #ffffff;
}
#header h1 {
	background-color : #ffffff;
	font-size : 250%;
	color : #ccc;
	margin : 0px;
	padding : 10px;
}

#footer div {
	text-align : center;
	padding : 5px;
	background-color : #4f0019;
	border-bottom : 5px solid #ffffff;
	border-top : 5px solid #ffffff;

}
#footer,
#footer a {
	color : #ffffff;
	font-weight : bold;
}


#block-sidebar-left,
#block-sidebar-right {
	background-color : #eee;
	vertical-align : top;
}
#block-sidebar-left div,
#block-sidebar-right div {
	padding : 5px 12px;
	border-top : 5px solid #ffffff;
	line-height : 150%;
}
#block-sidebar-left div div,
#block-sidebar-right div div {
	padding : 0px;
	border-top : 0;
}
#block-menu div {
	padding : 5px;
	line-height : 100%;
	background-color : #4f0019;
}
#block-menu,
#block-menu a {
	color : #ffffff;
	font-weight : bold;
}
#block-main {
	background-color : #ffffff;
	vertical-align : top;
}

#block-content {
	padding : 5px 5px 0 20px;
}

table.lister {
	margin-top : 5px;
	margin-bottom : 5px;
	width : 100%;
	border: 0;
}
td.lister-td-image {
	vertical-align : middle;
	text-align : center;
	width : 181px;
	height: 181px;
}
td.lister-td-text {
	vertical-align : top;
}
td.lister-td-text div {
	padding : 4px;
}
td.lister-td-text div a,
td.lister-td-text div a:hover {
	color : #333;
}
td.lister-horizontal-spacer {
	width : 8px;
}
td.lister-vertical-spacer {
	height : 8px;
}
/*
.button {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
*/
.select {
	width : 100%;
	margin-top : 5px;
	margin-bottom : 4px;
}
td.odd {
	background-color : #eee;
}
td.odd,
td.even {
	padding : 4px;
}
.pager {
/*	background-color : #eee; */
	padding : 5px;
}
.pager .current {
	background-color : #4f0019;
	color : #ffffff;
	padding-left : 4px;
	padding-right : 4px;
	font-weight : bold;
}
/*
.pager a,
.pager a:hover {
	color : #333;
	font-weight : bold;
}
*/
#block-search-search {
	width : 120px;
}
#block-search {
	text-align : right;
}

a.imgbutton img {
	background-color : #4f0019;
	background-image : url(button.gif);
	background-repeat : no-repeat;
	background-position : 0 0;
	width : 19px;
	height : 17px;
	padding : 0;
	border : 0;
	
	margin : 4px 0;
	
	vertical-align : middle;
	
	cursor : pointer;
	cursor : hand;
}
a.imgbutton,
a.imgbutton:hover {
	vertical-align : middle;
	font-weight : bold;
	color : #333;
}
a.imgbutton:hover img {
	background-position : -19px 0;
}
a.imgbutton span.textlabel {
	margin-left : 4px;
}

#cart-info-link {
	background-image : url(kurv.gif);
}
a.imgbutton img.pager-img-previous {
	background-image : url(previous.gif);
}
a.imgbutton span.pager-textlabel-next {
	margin-right : 4px;
}

.block-content-header {
	background-color : #eee;
	padding : 8px 4px;
}
.block-content-header h2 {
	font-size : 150%;
	margin : 0;
}
.itemcontroller-select {
	width : 156px;
	margin-bottom : 4px;
}

.userblock {
/*	padding-top: 5px; */
	line-height : 100%;
}
.userblock h2,
.userblock p {
	margin : 0;
}

#container {
	position: relative;
	width: 996px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: url(container-bg.gif) repeat-y;
}
#container h1 {
	position: relative;
	margin: 0;
	padding: 0;
	background: transparent url('top-header_en.png') 0px 0px;
	display: block;
	height: 128px;
	width: 996px;
}
#container h1#header-da {
	background: transparent url('top-header_da.png') 0px 0px;
}
#container h1 span {
	display: none;
}
#container h1 a	{
	display: block;
	position: absolute;
}
#container h1 a#btn-da {
	top: 0px;
	left: 875px;
	height: 25px;
	width: 51px;
	margin: 0 20px 0 0;
	background: url(buttons-lang.jpg) 0 0;
}
#container h1 a#btn-da:hover { 
	background: url(buttons-lang.jpg) 0px -25px;
}
#container h1 a#btn-en {
	top: 0px;
	left: 925px;
	height: 25px;
	width: 50px;
	margin: 0 20px 0 0;
	background: url(buttons-lang.jpg) 50px 0;
}
#container h1 a#btn-en:hover {
	background: url(buttons-lang.jpg) 50px -25px;
}

#menu-top {
	position: relative;
	width: 996px;
	height: 59px;
	background: url(header.png);
	background-repeat: no-repeat;
}

#menu-buttons-container {
	margin-right: 180px;
	float: right;
	height: 20px;
	margin-top: 19px;
	margin-bottom: 20px;
}
#menu-buttons-container img {
	float:right;margin: -4px 3px 0 3px;
}

a.topbar-btn {
	color: #adadad !important;
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	display:inline-block;
	max-width: 150px;
	text-decoration: none;
/*	color: #fff; */
	line-height: 20px;
	vertical-align: middle;
	padding-right: 7px;
	float: right;
}
			
a.topbar-btn span {
	float: left;
	clear:both;
	display:block;
	width: 7px;
	height: 20px;
}
			
a.topbar-btn:hover {
	background: transparent url(btn-topbar-hover.gif) top right no-repeat;
	text-decoration: none;
	color: #adadad;
}
a.topbar-btn:hover span {
	background: transparent url(btn-topbar-smallhover.gif) 0px 0px no-repeat;
}
img.topbar-separator {
	float:right;margin: -4px 3px 0 3px;
}

#menu-top form {
	margin:0;padding:0
}

input#quicksearch {
	display: block;
	position: absolute;
	top: 23px;
	left: 829px;
	width: 96px;
	height: 14px !important;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0.9em;
	line-height: 13px;
	vertical-align: bottom !important;
}

a#btn-quicksearch {
	position: absolute;
	top: 16px;
	left: 936px;
	height: 26px;
	width: 26px;
	background: transparent;
}
/*
a#btn-quicksearch:hover {
	background: url(btn-search-hover.gif);
}
*/
a#btn-quicksearch span {
	display:none;
}


body
	{
	margin: 0;
	padding: 0 0 50px 0;

	color: #000;
	
	border-top: none;
	background: #cacaca;
	
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 10px;
	}

#container
	{
	position: relative;
	width: 996px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: url(container-bg.gif) repeat-y;
	}
#content
	{
	display: block;
	width: 778px;
	float: left;
	}

#content-end
	{
	clear:both;
	background: url(bottom-bg.gif) bottom left no-repeat;
	height: 20px;
	}

.rssbutton
	{
	float: right;
	border:1px solid;
	border-color:#FC9 #630 #330 #F96;
	padding:0 3px;
	font:bold 8px verdana,sans-serif !important;
	color:#FFF !important;
	background:#F60 !important;
	text-decoration:none !important;
	margin:4px !important;
	font-weight: bold;
	}

#guarantee-en div, #guarantee-da div
	{
	margin: 10px 0 0 15px;
	display: block;
	}
#guarantee-en, #guarantee-da
	{
	background: #ffffff url('guarantee-bg_en.gif') 15px 10px no-repeat;
	float: left;
	width: 785px;
	height: 190px;
	}

#guarantee-da
	{
	background: #ffffff url('guarantee-bg_da.gif') 15px 10px no-repeat;
	}
#guarantee-en ul, #guarantee-da ul
   {
   list-style-type: none;
   width: 180px;
   float: left;
   margin: 65px 0 0 25px;
   padding: 0;
   }
#guarantee-en ul .garanti-header, #guarantee-da ul .garanti-header
	{
	list-style-type: none;
	margin: 0 0 5px 0px;
	font-weight: bold;
	font-size: 11px;
	}
#brands
	{
	width: 780px;
	float: left;
	color: #999999;
	margin: 10px 0 0 0;
	}
#brands div
	{
	margin: 0 0 0 15px;
	text-align: center;
	display: block;
	}
#brands div#brandcontent
	{
/*	background: url(brands-fill.gif); */
	background-color: #000000;
	padding: 0 10px 0 10px;
	}
#brands div a
	{
	color: #999999;
	text-decoration: none;
	}
#brands a:hover
	{
	text-decoration: underline;
	color: #ffffff;
	}
#brands div b
	{
	color: #ffffff;
	display: block;
	font-size: 10px;
	}
#brands div#top
	{
	padding:0;
	height: 5px;
	background: url(brands-top.gif) bottom left no-repeat;
	}
#brands div#bottom
	{
	padding:0;
	height: 5px;
	background: url(brands-bottom.gif) top left no-repeat;
	}	
div.product-small
	{
	display: block;
	float: left;
	width: 181px;
	height: 175px;
	margin: 10px 0 0 13px;
	}
div.product-small a img
	{
	border: 0;
	}
div.product-small .product-header
	{
	font-weight: bold;
	}
* html div#newsbox  /* Flg. genkendes kun af IE */
  {
  width: 772px; /* width for IE5.x */
  w\idth: 772px; /* margin-left for alle andre IE versioner */
  }
div#newsbox
	{
	float: left;
	width: 776px;
	display: block;
/*	background: #A30001 url(newsbox-bg.gif) top right no-repeat; */
	background-color: #000000;
	height: 435px;
/*	height: 495px; */
	position: relative;
	color: #ffffff;
	}
div#newsbox b { font-size: 10px; }

div#newspic
	{
	position: absolute;
	top: 15px;
	left: 15px;
	width: 568px;
	height: 294px;
/*	background: #A30001 url(newspic-bg.gif) top left no-repeat; */
	background-color: #000000;
	}
div#newspic img, div#newspic object
	{
	position: absolute;
	top: 8px;
	left: 8px;
	}
div#productnews
	{
	position: absolute;
	top: 324px;
	left: 17px;
	width: 564px;
	}

#newproduct-1, #newproduct-2, #newproduct-3
	{
	position: absolute;
	top: 324px !important;
	width: 181px;
	height: 99px;
	background-color: #000000;
	}
div#newproduct-1 img, div#newproduct-2 img, div#newproduct-3 img, div#newproduct-1 object, div#newproduct-2 object, div#newproduct-3 object
	{
	position: absolute;
	top: 8px;
	left: 8px;
	}
#newproduct-1
	{
	left: 15px;
	}
#newproduct-2
	{
	left: 208px;
	}
#newproduct-3
	{
	left: 403px;
	}

#updates
	{
	position: relative;
	top: 17px;
	left: 595px;
	width: 168px;
	}
#updates h2
	{
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom: solid 1px #c54600;
	font-size: 18px;
	}
#updates .headline
	{
	font-size: 14px;
	color: #f4ac00;
	}
#updates .headline a
	{
	font-size: 14px;
	color: #f4ac00;
	}
#updates .date
	{
	font-size: 10px;
	color: #c54600;
	}
#updates .update
	{
	font-size: 11px;
	margin: 0 0 10px 0;
	}	
#menu-static
	{
	margin-left: 18px;
	float: left;
	display: block;
	width: 181px;
	}
	
#menu-static #upper
	{
	background: black url(uppermenu-bg.jpg) top left no-repeat;
	color: #7b7b7b;
	height: 435px;
	}
#menu-static #upper select
	{
	width: 156px;
	border: solid 1px #454545;
	color: #e5e5e5;
	background: #313131;
	font-size: 9px;
	margin: 5px 0 5px 0;
	}
#menu-static #upper div.menu-mod, #menu-static #upper div.menu-mod2
	{
	margin: 0 12px 0 12px;
/*	border-bottom: solid 1px #b8b8b8; */
	padding: 4px 0px 4px 0;
	}
div#shoppingcart-top
	{
	background-color: #313131;
	padding: 5px;
	}
div#shoppingcart
	{
	margin: 5px 0 5px 0;
	background: #1e1e1e;
	color: #b1b1b1;
	}

div#menu-static #upper div.menu-mod ul
	{
	margin: 0 0 0 15px;
	padding: 5px;
	list-style-image: url(menu-upper-arrow.gif);
	list-style-type: square;
	}

div#menu-static #upper div.menu-mod li
	{
	list-style-type: none;
	margin: 3px 0 3px 0;
	padding: 2px 0 2px 0;
	}

div#menu-static #upper div.menu-mod a
	{
	color: #747474;
	text-decoration: none;
	font-size: 10px;
	}
div#menu-static #upper div.menu-mod a:hover { color: #c5c5c5; }

#menu-static #lower
	{
	color: #292929;
	}
/*xxx
#menu-static #lower input, select
	{
	width: 156px;
	border: solid 1px #cacaca;
	color: #292929;
	background: #fff;
	font-size: 9px;
	margin: 5px 0 5px 0;
	}
*/
div#menu-static #lower div.menu-mod ul
	{
	margin: 0;
	padding: 5px;
	}

div#menu-static #lower div.menu-mod li
	{
	list-style-type: none;
	border-bottom: solid 1px #cacaca;
	margin: 3px 0 3px 0;
	padding: 2px 0 2px 0;
	}
div#menu-static #lower div.menu-mod li a
	{font-weight: bold;}
div#menu-mod p #lower div.menu-mod p, div#menu-mod2 p #lower div.menu-mod2 p
	{
	margin: 3px 0 3px 0;
	padding: 2px 0 2px 5px;
	}
div#menu-static #lower div.menu-mod a
	{
	color: #292929;
	text-decoration: none;
	font-size: 10px;
	}
#menu-static #lower div.menu-mod, #menu-static #lower div.menu-mod2
	{
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;
	width: 179px;
	border: solid 1px #cacaca;
	}
#menu-static #lower div.menu-header
	{
	font-size: 14px;
	margin: 0;
	border-bottom: 0;
	padding: 5px;
	}
	
#menu-static #lower div.menu-mod p, #menu-static #lower div.menu-mod input, #menu-static #lower div.menu-mod2 p, #menu-static #lower div.menu-mod2 input
	{
	margin: 5px;
	}

#menu-static #lower div.menu-mod input.radio
	{
	height: 8px;
	width: 8px;
	margin: 5px 2px 0px 5px;
	padding: 0;
	border: none;
	}

/* Buttons */
a.btn-shoppingcart
	{
	display: block;
	height: 24px;
	width: 146px;
	background: url(btn-shoppingcart.jpg) top left no-repeat;);
	}
a.btn-shoppingcart:hover
	{
	background: url(btn-shoppingcart.jpg) 0 -24px no-repeat;);
	}
a.btn-shoppingcart span
	{display:none;}

a.btn-login
	{
	display: block;
	height: 22px;
	width: 58px;
	background: url(btn-login.jpg) top left no-repeat;);
	}
a.btn-login:hover
	{
	background: url(btn-login.jpg) 0 -22px no-repeat;);
	}
a.btn-login span
	{display:none;}

a.btn-lorem-1
	{
	display: block;
	background: url(btn-lorem1.gif);
	width: 62px;
	height: 24px;
	float: right;
	}
a.btn-lorem-1 span
	{display:none;}
	
.complete-purchase-block {
	width: 750px;
	margin: 5px 0 5px 0;
	clear: both;
}

.step {
	display: block;
	float: left;
	width: 150px;
	padding: 10px 0px 0px 0px;
	font-size: 14px;
	vertical-align: middle;
}

.step img, .completestep img {
	vertical-align: middle;
}

.completestep {
	display: block;
	float: left;
	padding: 10px 20px 0px 20px;
	font-size: 14px;
	vertical-align: middle;
}

div.product-small
	{
	display: block;
	float: left;
	width: 181px;
	height: 175px;
	margin: 10px 0 0 13px;
	}
div.product-small a img
	{
	border: 0;
	}
div.product-small .product-header
	{
	font-weight: bold;
	}

/* -------------------------
	Product Details
------------------------- */


div#product-details	{
	float: left;
	width: 746px;
/*	min-height: 375px; */
	min-height: 417px; 
	display: block;
	background: #ffffff;
	position: relative;
	color: #6a6a6a;
	margin-left: 10px;
}

#product-details-header	{
	width: 743px;
	font-size: 19px;
	border-bottom: solid 1px #cacaca;
	height: 35px;
}

#product-info {
	width: 160px;
	min-height: 300px;
	background: #ffffff;
}
	
.product-price1 {
	font-size: 19px;
	font-weight: bold;
	border-bottom: solid 1px #cacaca;
	padding: 0 0 10px 0;
	margin: 10px 0 10px 0;
}
.product-price1 span {color: #8d0000;}

.product-options {
	border-bottom: solid 1px #cacaca;
	padding: 0 0 10px 0;
	margin: 0px 0 10px 0;
}

.product-name {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.product-icons {
	display: block;
	background: #cacaca;
	height: 70px;
	margin: 10px 0 10px 0;
}

#container-outer {
	width: 550px;
	margin: auto;
}

#container-inner {
	position: relative;
	margin: 8px auto 0 auto;
}
img.overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
img.overlay-right {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#product-img-large {
	margin: auto;
}

#product-img-large img {
	margin: auto;
	display: block;
}

#product-thumbs {
	position: absolute;
	top: 390px;
	background: none;
	width: 550px;
}
#product-thumbs a img {
/*	height: 48px; */
	border: none;
	margin: 0px 10px 0px 0px;
}
#product-thumbs a.selected img {
/*	height: 46px; */
	border: solid 1px #000;
}
#product-thumbs a.hidden img {
/*	height: 46px; */
	border: solid 1px #ffffff;	
}
#menu-static {
	margin-left: 18px;
	float: left;
	display: block;
	width: 181px;
}
	
#menu-static #upper	{
	background: black url(uppermenu-bg.jpg) top left no-repeat;
	color: #7b7b7b;
	height: 435px;
/*	height: 435px; */
}

#menu-static #upper input {
	width: 156px; 
	border: solid 1px #454545;
	color: #e5e5e5;
	background: #313131;
	font-size: 10px;
	margin: 3px 0 3px 0;
}

#menu-static #upper div.menu-mod {
	margin: 0 12px 0 12px;
	border-bottom: solid 1px #b8b8b8;
	padding: 5px 0 5px 0;
}
/*
div#shoppingcart-top {
	background-color: #313131;
	padding: 5px;
}
div#shoppingcart {
	margin: 5px 0 5px 0;
	background: #1e1e1e;
	color: #b1b1b1;
}
div#menu-static #upper div.menu-mod ul {
	margin: 0 0 0 15px;
	padding: 5px;
	list-style-image: url(menu-upper-arrow.gif);
	list-style-type: square;
}

div#menu-static #upper div.menu-mod li {
	list-style-type: none;
	margin: 3px 0 3px 0;
	padding: 2px 0 2px 0;
}

div#menu-static #upper div.menu-mod a:hover {color: #c5c5c5;}

#menu-static #lower	{
	color: #292929;
}

#menu-static #lower input, select {
	width: 156px;
	border: solid 1px #cacaca;
	color: #292929;
	background: #fff;
	font-size: 0.9em;
	margin: 5px 0 5px 0;
}

div#menu-static #lower div.menu-mod ul {
	margin: 0;
	padding: 5px;
}

div#menu-static #lower div.menu-mod li {
	list-style-type: none;
	border-bottom: solid 1px #cacaca;
	margin: 3px 0 3px 0;
	padding: 2px 0 2px 0;
}
div#menu-static #lower div.menu-mod li a
	{font-weight: bold;}
div#menu-mod p #lower div.menu-mod p {
	margin: 3px 0 3px 0;
	padding: 2px 0 2px 5px;
}
div#menu-static #lower div.menu-mod a {
	color: #292929;
	text-decoration: none;
	font-size: 0.9em;
}
#menu-static #lower div.menu-mod {
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;
	width: 179px;
	border: solid 1px #cacaca;
}
#menu-static #lower div.menu-header	{
	font-size: 1.3em;
	margin: 0;
	border-bottom: 0;
	padding: 5px;
}
	
#menu-static #lower div.menu-mod p, #menu-static #lower div.menu-mod input {
	margin: 5px;
}

#menu-static #lower div.menu-mod input.radio {
	height: 8px;
	width: 8px;
	margin: 5px 2px 0px 5px;
	padding: 0;
	border: none;
}
*/
/* Buttons */
a.btn-shoppingcart {
	display: block;
	height: 24px;
	width: 146px;
	background: url(btn-shoppingcart.jpg) top left no-repeat;);
}
a.btn-shoppingcart:hover {
	background: url(btn-shoppingcart.jpg) 0 -24px no-repeat;);
}
a.btn-shoppingcart span
	{display:none;}

a.btn-login	{
	display: block;
	height: 22px;
	width: 58px;
	background: url(btn-login.jpg) top left no-repeat;);
}
a.btn-login:hover {
	background: url(btn-login.jpg) 0 -22px no-repeat;);
}
a.btn-login span
	{display:none;}

a.btn-lorem-1 {
	display: block;
	background: url(btn-lorem1.gif);
	width: 62px;
	height: 24px;
	float: right;
}
a.btn-lorem-1 span
	{display:none;}
a.btn-lorem-2 {
	display: block;
	background: url(btn-lorem1.gif);
	width: 62px;
	height: 24px;
	float: left;
	margin: 0 5px 0 0;
}
a.btn-lorem-2 span
	{display:none;}

.hideable { 
	position: relative; visibility: visible; 
}
.product
	{
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	width: 180px;
/*	height: 173px; */
	background: white;
	padding:0;
	margin: 10px auto 0 auto;
	}
.product a:hover {
	color: black;
}
.product-manufacturer,
.product-name
	{height: 15px;margin:0 0 -3px 0;padding:0;}

.product-colors
	{height: 13px;margin:0;padding:0;}
.product-sizes
	{height: 20px;margin:0;padding:0;}
	
.product-price
	{
	height: 15px;
	font-size: 8pt;
	color: #fff;
	}
.product-manufacturer {font-weight:bold;}
.product-price a {color: #ffffff;line-height: 15px;vertical-align:middle;font-weight:bold;}
.product-price div {width: 90px; height:15px; margin-top: 5px; }
.product-price-regular {background: transparent url("./product-price-regular.gif") top right no-repeat; text-align: center;}
.product-price-regular a:hover, .product-price-special a:hover, .product-price-before a:hover { color: #ffffff; text-decoration: none; }
.product-price-special {
/*	background: transparent url("./product-price-special-sale.png") top right no-repeat; */
	background: transparent url("./product-price-special-sale_yellow.png") top right no-repeat; */
/*	color: #ffffff;*/
	color: #000000;
	margin: 0px;
	text-align: center;
}
.product-price-special a {
/*	color: #ffffff;*/
	color: #000000;
}
.product-price-before {background: transparent url("./product-price-before.gif") top right no-repeat; text-decoration: line-through; margin: 0px;  text-align: center;}
embed {
	vertical-align: bottom;
	}
a img {border:none;}
a{
	color: #000;
	text-decoration: none;
	}

div.container {
	position: relative;
}
img.overlay-right {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

th {
	padding: 2px 5px 2px 0;
	text-align: left;
}

#order-lister-lister {
	width: 100%;
}

#order-lister-lister td, #order-lister-lister th {
	padding: 2px;
}

#orders-show-list .odd {
	background-color: #eee;
}

/* Tilbudsknap i topbar, blå farve */
a.topbar-btn-offers {
/*    color: #47c5ff !important;*/
   color: #ffde00 !important; 
    font-weight: bold;
    font-size: 12px;
    height: 20px;
    display:inline-block;
    max-width: 150px;
    text-decoration: none;
/*    color: #fff; */
    line-height: 20px;
    vertical-align: middle;
    padding-right: 7px;
    float: right;
}
          
a.topbar-btn-offers span {
    float: left;
    clear:both;
    display:block;
    width: 7px;
    height: 20px;
}
          
a.topbar-btn-offers:hover {
    background: transparent url(btn-topbar-hover.gif) top right no-repeat;
    text-decoration: none;
    color: #47c5ff;
/*   color: #ffde00 !important; */
}
a.topbar-btn-offers:hover span {
    background: transparent url(btn-topbar-smallhover.gif) 0px 0px no-repeat;
}

td.td-block {
	width: 181px;
}

td.td-block p {
	padding: 0;
	margin: 0 0 8px 0;
}

td.td-block div {
	padding: 0;
	margin: 0 0 8px 0;
}

a.topbar-btn-pricematch span {
    float: left;
    clear:both;
    display:block;
    width: 7px;
    height: 20px;
}
         
a.topbar-btn-pricematch:hover {
    background: transparent url(btn-topbar-hover.gif) top right no-repeat;
    text-decoration: none;
/*    color: #ffde00; */
	color: #adadad !important;
}
a.topbar-btn-pricematch:hover span {
    background: transparent url(btn-topbar-smallhover.gif) 0px 0px no-repeat;
}
a.topbar-btn-pricematch {
/*   color: #ffde00 !important; */
	color: #adadad !important;
   font-weight: bold;
   font-size: 12px;
   height: 20px;
   display:inline-block;
   max-width: 150px;
   text-decoration: none;
/*    color: #fff; */
   line-height: 20px;
   vertical-align: middle;
   padding-right: 7px;
   float: right;
}


a.topbar-btn-giftcert span {
    float: left;
    clear:both;
    display:block;
    width: 7px;
    height: 20px;
}
         
a.topbar-btn-giftcert:hover {
    background: transparent url(btn-topbar-hover.gif) top right no-repeat;
    text-decoration: none;
/*    color: #e30000; */
	color: #adadad !important;
}
a.topbar-btn-giftcert:hover span {
    background: transparent url(btn-topbar-smallhover.gif) 0px 0px no-repeat;
}
a.topbar-btn-giftcert {
/*   color: #e30000 !important; */
	color: #adadad !important;
   font-weight: bold;
   font-size: 12px;
   height: 20px;
   display:inline-block;
   max-width: 150px;
   text-decoration: none;
/*    color: #fff; */
   line-height: 20px;
   vertical-align: middle;
   padding-right: 7px;
   float: right;
}

a.topbar-btn-girls span {
    float: left;
    clear:both;
    display:block;
    width: 7px;
    height: 20px;
}
         
a.topbar-btn-girls:hover {
    background: transparent url(btn-topbar-hover.gif) top right no-repeat;
    text-decoration: none;
    color: #ffffff;
}
a.topbar-btn-girls:hover span {
    background: transparent url(btn-topbar-smallhover.gif) 0px 0px no-repeat;
}
a.topbar-btn-girls {
   color: #ffffff !important;
   font-weight: bold;
   font-size: 12px;
   height: 20px;
   display:inline-block;
   max-width: 150px;
   text-decoration: none;
/*    color: #fff; */
   line-height: 20px;
   vertical-align: middle;
   padding-right: 7px;
   float: right;
}

h3 { font-size: 18pt; }

.blog-title {
	float: left;
	margin: 0;
	line-height: 24px;
}

.blog-published {
	float: left;
	font-weight: bold;
	color: #666666;
	line-height: 30px;
	font-size: 12px;
	margin: 0 0 0 8px;
}

.blog-excerpt {
	font-size: 12px;
}

.blog-readmore {
	font-size: 12px;
	color: red;
	text-decoration: underline;
}

.blog-content p {
	width: 552px;
}

.commodity-lister-onoffer {
	width: 32px;
	height: 32px;
/*	background: url('discount-sale.png') top left no-repeat;*/
	background: url('discount-sale_yellow.png') top left no-repeat;
	line-height: 32px;
	vertical-align: middle;
	text-align: center;
/*	color: #ffffff;*/
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}