body, html {
   margin: 0;
   height: 100%;
   text-align: center;
   font-family: Arial, Verdana, Tahoma, sans-serif;
   background: #eee url('http://image.stakbogladen.dk/p/design/basicpattern2.gif');
   font-size: 13px;
}

label { font-size: 11px; }
div#wrap {
	position: relative;
	background: url('http://image.stakbogladen.dk/p/design/bgtest2.gif') top center repeat-y;
	/*background: url('http://image.stakbogladen.dk/p/design/bgie6.png') top center repeat-y;*/
	min-height: 100%;
	text-align: left;
    width:100%;
}

div#content,
div#header {
	background: #fff;
}

/* + Bars */
div#top,
div#bottom  {
	background: #1e1e1e;
	height: 30px;
}

div#top {
	/*background: #bdb5a5 url('http://image.stakbogladen.dk/p/design/toppattern.png') repeat-x top left;*/
}

div#bottom  {
	height: 45px;
	line-height: 16px;
	margin-bottom: -1px;
}
/* - Bars */

div#content {
	width: 776px;
	margin: 0 auto 0px auto;
	padding: 5px 0 80px 0;
}

div#header {
	/*xxbackground: url('http://image.stakbogladen.dk/p/design/logo2.png') left 8px no-repeat;
	xbackground: #fff url('http://image.stakbogladen.dk/p/design/topbanner.png') no-repeat top left;
	xbackground: #fff url('http://image.stakbogladen.dk/p/design/topbanner2.jpg') no-repeat top left;
	xbackground: #fff url('http://image.stakbogladen.dk/p/design/topbanner.gif') no-repeat top left;
	xbackground: #fff url('http://image.stakbogladen.dk/p/design/topbanner3.jpg') no-repeat top left;
	xbackground: #fff url('http://image.stakbogladen.dk/p/design/topbanner2.gif') no-repeat top left;*/
	background: #fff url('http://image.stakbogladen.dk/p/design/stakbogladen3.png') no-repeat top left;
	height: 74px;
	margin: 9px auto 5px auto;
	width: 775px;
}

div#header div#frontpage {
    background:transparent url(http://image.stakbogladen.dk/p/design/sbl_logo.png) no-repeat scroll 0 0;
    cursor:pointer;
    height:90px;
    left:0;
    position:absolute;
    top:-8px;
    width:279px;
}

div#bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}

div#top div#nav ,
div#bottom address {
	color: #bbb;
	margin: 0 auto 0 auto;
	width: 800px;
	font-size: 11px;
}

div#bottom address {
	/*padding: 6px 0 0 45px;*/
	font-style: normal;
	/*background: #bdb5a5 url('http://image.stakbogladen.dk/p/copyright.png') 0px 5px no-repeat;*/
	padding: 6px 0 0 0px;
	width: 800px;
}

div#bottom address a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

div#bottom address a:hover {
	text-decoration: underline;
}

/* + Right menu */
div#top div#nav ul {
	margin: 8px 0 0 0;
	padding: 0;
}

div#top div#nav ul {
	float: right;
}

div#top div#nav ul li {
	display: inline;
	padding: 0 8px 0 8px;
	/*border-right: 1px solid #636b5f;*/
	border-right: 1px solid #b7b7b7;
	color: #b7b7b7;
	list-style: none;
	/*color: #756b56;*/
}

div#top div#nav ul li em {
	color: #fff;
}

div#top div#nav ul li a {
	color: #b7b7b7;
	text-decoration: none;
}

div#top div#nav ul li a:hover {
	color: #fff;
}

div#top div#nav ul li.login {
    /*float: right;*/
    margin-left: 3px;
}

/* - Right menu */

/* + Left menu */
div#top div#nav ul#leftmenu  {
	margin: 0;
	padding: 0;
	border-left: 1px solid #5c5c5c;
	float: left;
}

div#top div#nav ul#leftmenu li {
	list-style: none;
	height: 30px;
	float: left;
}

div#top div#nav ul#leftmenu li a {
	display: block;
	padding: 8px 10px 8px 10px;
	color: #e6e3dd;
	text-decoration: none;
	background: #393939;
	border-right: 1px solid #5c5c5c;
	height: 14px; /* Edit 15-01-2008 */

	_width: 0,1%;

	/*background:#E3E3E3 url('http://image.stakbogladen.dk/p/design/menubar.png') repeat-x scroll left top;*/
	color: #b7b7b7;
}

div#top div#nav ul#leftmenu li a:hover {
	color: #fff;
	background: #3b3b3b;
}
/* - Left menu */

/* + Dropdown menu */
div#top {
	/*position: relative;*/
}

div#top div#dropdown {
	margin: 0 auto;
	width: 800px;
	position: relative;
	z-index: 99999;
	display: none;
}

div#top div#dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	z-index: 99999;
	top: 30px;
	left: 141px;
	border-left: 1px solid #5c5c5c;
	border-bottom: 1px solid #5c5c5c;
	border-right: 1px solid #5c5c5c;
}

div#top div#dropdown ul li a {
	font-size: 11px;
	text-decoration: none;
	display: block;
	width: 150px;
	color: #b7b7b7;
	background: #393939;
	border-top: 1px solid #5c5c5c;
	padding: 8px 10px 8px 10px;
}

div#top div#dropdown ul li a:hover {
	color: #fff;
}

/* - Dropdown menu *

/* + Main menu */
h2 {
	background: #CF4040 /*url(http://image.stakbogladen.dk/p/design/boxheaders.png)*/;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 6px 0 5px 10px;
	margin: 0 0 7px 0;
	display:block;
	height: 0.1%;
	height: 14px;
}
/* - Main menu */



/* + Leftside */
div#leftside {
	/*float: left;*/
	width: 190px;
	margin: 2px 0 0 0;

}

div#leftside div#categoriesbox,
div#leftside div#opentimes,
div#leftside div#shoppingcartbox,
div#leftside div#betalingsmetodebox {
	float: left;
	width: 100%;
	background: #393939;
	padding: 0 0 0px 0;
	margin: 0 0 6px 0;
	font-size: 11px;
	overflow:hidden;
}

div#leftside div#betalingsmetodebox					{ text-align: center; }
div#leftside div#betalingsmetodebox div.boxheader	{ text-align: left; }

div#leftside div#categoriesbox { padding: 0; }

div#leftside div#categoriesbox div.boxheader,
div#leftside div#opentimes div.boxheader,
div#leftside div#betalingsmetodebox div.boxheader {
	font-weight: bold;
	background: #e3e3e3 url('http://image.stakbogladen.dk/p/design/menubar.png') repeat-x top left;
	border: 1px solid #bbb;
	padding: 5px 0 5px 10px;
	margin: 0 0 5px 0;
}

div#leftside div#shoppingcartbox div.boxheader {
	font-weight: bold;
	background: #e3e3e3 url('http://image.stakbogladen.dk/p/design/menubar.png') repeat-x top left;
	border: 1px solid #bbb;
	margin: 0 0 5px 0;
}

div#leftside div#shoppingcartbox div.boxheader a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 10px;
}

div#leftside div#shoppingcartbox div.boxheader a:hover {
	background: #e3e3e3 url('http://image.stakbogladen.dk/p/design/menubarhover.gif') repeat-x top left;
}

div#leftside div#shoppingcartbox div span.empty {
	padding: 0 8px 5px 8px;
	color: #B7B7B7;
	display: block;
}

div#leftside div#shoppingcartbox div table#shoppingCart {
	/*xpadding: 0 8px 0 8px;*/
	color: #B7B7B7;
	width: 100%;
}

div#leftside div#shoppingcartbox div table#shoppingCart {
	border-top: 1px solid #232323;
}

div#leftside div#shoppingcartbox div table#shoppingCart td.proPrice,
div#leftside div#shoppingcartbox div table#shoppingCart td.quantity,
div#leftside div#shoppingcartbox div table#shoppingCart td.proName {
	border-bottom: 1px solid #232323;
}

div#leftside div#shoppingcartbox div table#shoppingCart tr.even td {
	background: #444;
}

div#leftside div#shoppingcartbox div table#shoppingCart td.proPrice {
	text-align: right;
	width: 45px;
	padding-right: 8px;
}

div#leftside div#shoppingcartbox div table#shoppingCart td.quantity {
	width: 26px;
	padding: 0 0 0 8px; /* See iehacks.css */
}

div#leftside div#shoppingcartbox div table#shoppingCart td.proName a {
	color: #B7B7B7;
	text-decoration: none;
	display: block;
	width: 105px;
}

div#leftside div#shoppingcartbox div table#shoppingCart td.proName a:hover {
	color: #fff;
	text-decoration: underline;
}

div#leftside div#shoppingcartbox div table#shoppingCart div.result {
	/*xborder-top: 1px solid #444;*/
	margin: 8px 0 0 0;
	padding: 0px 8px 0 0;
	text-align: right;
	color: #fff;
}

div#leftside div#shoppingcartbox div#cartPopOptions {
	background: #232323;
	margin: 10px 0px 0 0px;
}

div#leftside div#shoppingcartbox div#cartPopOptions a {
	color: #B7B7B7;
	text-decoration: none;
	display: block;
	padding: 3px 0 3px 10px;
}

div#leftside div#shoppingcartbox div#cartPopOptions a:hover {
	color: #fff;
	padding-left: 22px;
	background: #000 url('http://image.stakbogladen.dk/p/design/catarrowhover.gif') 12px 8px no-repeat;
}

div#leftside div#categoriesbox div.boxheader { margin: 0; }

div#leftside div#categoriesbox ul,
div#leftside div#opentimes ul,
div#leftside div#shoppingcartbox ul {
	margin: 0;
	padding: 0;
}

div#leftside div#categoriesbox ul li,
div#leftside div#opentimes ul li,
div#leftside div#shoppingcartbox ul li {
	list-style: none;
}

div#leftside div#opentimes ul {
	background: #555;
	margin: 5px;
	border-top: 1px solid #555;
	/*xborder-bottom: 1px solid #000;*/
}

div#leftside div#opentimes ul li {
	color: #B7B7B7;
	padding: 0 0 0 10px;
	line-height: 14pt;
	z-index: 99;
}

div#leftside div#opentimes ul li.title {
	font-weight: bold;
	background: #444;
}

/*div#leftside div#categoriesbox ul li {
	border-bottom: 1px solid #000;
	border-top: 1px solid #5c5c5c;
}*/

div#leftside div#categoriesbox ul li.hover { border-top-color: #444; }

div#leftside div#categoriesbox ul li.first { border-top: 0; }
div#leftside div#categoriesbox ul li.last { border-bottom: 0; }

div#leftside div#shoppingcartbox ul li {
	color: #B7B7B7;
	padding: 0 0 0 10px;
	line-height: 14pt;
	z-index: 99;
}

div#leftside div#categoriesbox ul li a {
	color: #B7B7B7;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 20px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #5c5c5c;
	background: url('http://image.stakbogladen.dk/p/design/catarrow.gif') 10px center no-repeat;
	/*x_background: none;
	x_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://image.stakbogladen.dk/p/design/catarrow.png,sizingMethod=crop, OffY=10, OffX=10);*/
}
/***/

div#leftside div#categoriesbox ul li a:hover {
	color: #fff;
	border-top: 1px solid #444;
	background: #232323 url('http://image.stakbogladen.dk/p/design/catarrowhover.gif') 10px center no-repeat;
	/*x_background: none;
	x_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://image.stakbogladen.dk/p/design/catarrowhover.gif,sizingMethod=crop);*/
}

div#leftside div#categoriesbox ul li a.selected_cat {
	color: #fff;
	border-top: 1px solid #444;
	background: #232323 url('http://image.stakbogladen.dk/p/design/catarrowhover.gif') 10px 10px no-repeat;
}

div#leftside div#categoriesbox ul li ul {
	border-bottom: 1px solid #000;
	/*xborder-top: 1px solid #5c5c5c;*/
}

div#leftside div#categoriesbox ul li ul li a {
	color: #B7B7B7;
	height: 25px;
	padding: 0 0 0 28px;
	line-height: 18pt;
	border: 0;
	background: #434343 url('http://image.stakbogladen.dk/p/design/catarrow.gif') 16px 10px no-repeat;
	border-bottom: 1px solid #606060;
}

div#leftside div#categoriesbox ul li ul li a:hover {
	border-top: 0;
	background: url('http://image.stakbogladen.dk/p/design/catarrow.gif') 16px 10px no-repeat;
}

div#leftside div#categoriesbox ul li ul li a.selected_cat {
	border-top: 0;
	background: url('http://image.stakbogladen.dk/p/design/catarrow.gif') 24px 10px no-repeat;
	padding: 0 0 0 36px;
}

div#leftside div#categoriesbox ul li ul li ul {
	border-bottom: 1px solid #656565;
	border-top: 1px solid #5c5c5c;
}

div#leftside div#categoriesbox ul li ul li ul li a {
	color: #e3e3e3;
	background: #656565;
	padding: 0 0 0 36px;
}

div#leftside div#categoriesbox ul li ul li ul li a:hover {
	color: #fff;
	background: #767676;
}

div#leftside div#categoriesbox ul li ul li ul li a.selected_cat {
	color: #fff;
	background: #767676;
}

/*div#leftside div#categoriesbox ul li a em {
	font-style: normal;
	color: #fff;
	padding: 0 5px 0 0;
}

div#leftside div#categoriesbox ul li a:hover em {
	font-style: normal;
	color: #CF4040;
}*/
/* - Leftside */

/* + Rightside */
div#rightside {
	float: right;
	width: 580px;
	overflow: hidden;
	margin: 2px 0 0 0;
}

div.frontboxleft {
	float: left;
	margin: 0 0 7px 0;
}

div.frontboxright {
	float: right;
	margin: 0 0 7px 0;
}

div.frontboxleft div.frontboxcontent,
div.frontboxright div.frontboxcontent {
	background: url('http://image.stakbogladen.dk/p/design/frontboxcontent.png');
	width: 271px;
	height: 140px;
	padding: 8px;
	position: relative;
}

div.frontboxleft div.frontboxcontent:hover,
div.frontboxright div.frontboxcontent:hover {
	/*xxbackground: url('http://image.stakbogladen.dk/p/design/frontboxcontenthover.png');*/
}

div.frontboxleft div.frontboxcontent div.image,
div.frontboxright div.frontboxcontent div.image  {
	float: left;
}

div.frontboxleft div.frontboxcontent div.image img,
div.frontboxright div.frontboxcontent div.image img {
	border: 2px solid #e3e3e3;
	cursor: pointer;
}

div.frontboxleft div.frontboxcontent div.content,
div.frontboxright div.frontboxcontent div.content {
	float: right;
	width: 175px;
}

div.frontboxleft div.frontboxcontent div.content div.writer,
div.frontboxright div.frontboxcontent div.content div.writer {
	color: #7f7f7f;
	font-size: 11px;
}

div.frontboxleft div.frontboxcontent div.content div.title,
div.frontboxright div.frontboxcontent div.content div.title {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #bbb;
}

div.frontboxleft div.frontboxcontent div.content div.description,
div.frontboxright div.frontboxcontent div.content div.description {
	font-size: 11px;
	line-height: 15px;
	/*height: 90px;*/
	*word-wrap: break-word;
	/*xbackground: red;*/
}

div.frontboxleft div.frontboxcontent div.content div.description a,
div.frontboxright div.frontboxcontent div.content div.description a,
div.contentdiv a {
	/*margin: 15px 0 0 0;*/
	color: #cf4040;
	text-decoration: none;
}

div.frontboxleft div.frontboxcontent div.content div.description a em,
div.frontboxright div.frontboxcontent div.content div.description a em,
div.contentdiv a em {
	display: none;
}

div.frontboxleft div.frontboxcontent div.content div.description a:hover em,
div.frontboxright div.frontboxcontent div.content div.description a:hover em,
div.contentdiv a:hover em {
	display: inline;
	font-style: normal;
	padding: 0 5px 0;
}

div.frontboxleft div.frontboxcontent div.content div.price,
div.frontboxright div.frontboxcontent div.content div.price {
	font-weight: bold;
	/*float: right;*/
	background: #fff;
	border: 1px solid #bbb;
	padding: 4px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #CF4040;
	font-size: 14px;
	/*margin-top: -10px;
	margin-right: 3px;*/
}

div.frontboxleft div.frontboxbottom,
div.frontboxright div.frontboxbottom  {
	background: #393939 url('http://image.stakbogladen.dk/p/design/frontboxbottom2.png') no-repeat bottom left;
	width: 287px;
	height: 25px;
	text-align: right;
}

div.frontboxleft div.frontboxbottom a,
div.frontboxright div.frontboxbottom a,
span.outdated_product {
	color: #B7B7B7;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	padding: 5px 10px 0 0;
	display: block;
}

div.frontboxleft div.frontboxbottom a:hover,
div.frontboxright div.frontboxbottom a:hover {
	color: #fff;
}

div.bottommargin {
	margin-bottom: 4px;
}

/* - Rightside */

hr {
	clear: both;
	display: none;
}

.clear {
	clear: both;
}

div#content div#rightmenu {
	background: #eee url('http://image.stakbogladen.dk/p/design/topmenubg.png');
	height: 30px;
	margin-bottom: 4px;
}

div#content div#rightmenu div {
	padding: 10px 0 0 12px;
	font-size: 0.7em;
	font-weight: bold;
	color: #bbb;
	/*text-transform: uppercase;*/
}

div#content div#rightmenu div.left { float: left; width: 470px; }
div#content div#rightmenu div.right { float: right; margin-right: 12px; _margin-right: 6px; }

div#content div#rightmenu div a {
	text-decoration: none;
	color: #888;
}

div#content div#rightmenu .right a {
	padding: 0 6px 0 6px;
	border-left: 1px solid #bbb;
    text-transform:uppercase;
}

div#content div#rightmenu div a:hover {
	color: #000;
}

div#content div#rightmenu div em {
	color: #444;
	padding: 0 4px;
}

div#topbox {
	margin: 10px auto 0px auto;
	width: 773px;
	border: 1px solid #719299;
	height: 10px;
	background: #b1dce5;
	text-indent: -9000px;
	display: none;
}

div#bottommenu {
	background: url('http://image.stakbogladen.dk/p/design/bottommenubg.png') no-repeat top left;
	height: 30px;
	margin-top: 5px;
}

div#bottommenu div {
	float: right;
	margin: 6px 18px 5px 5px;
}

div#bottommenu div a {
	font-size: 0.7em;
	text-transform: uppercase;
	color: #888888;
	text-decoration: none;
}

div#bottommenu div a:hover { color: #000; }

div#stain {
	background: url('http://image.stakbogladen.dk/p/design/stain.png') no-repeat top left;
	width: 528px;
	height: 524px;
	position: absolute;
	top: 20%;
	left: 0;
}

div#stain2 {
	background: url('http://image.stakbogladen.dk/p/design/stain2.png') no-repeat top left;
	width: 528px;
	height: 524px;
	position: absolute;
	top: 20%;
	right: 0;
}

div#stain,
div#stain2 {
	display: none;
	/*xdisplay: block;
	xz-index: 9;*/
}

div#bug {
	position: absolute;
	background: url('http://image.stakbogladen.dk/p/design/smallbanner.png') no-repeat top left;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://image.stakbogladen.dk/p/design/smallbanner.png,sizingMethod=crop);
	height: 63px;
	width: 63px;
	top: 30px;
	left: 0;
	display: none;
}

div#topfade {
	position: absolute;
	background: url('http://image.stakbogladen.dk/p/design/topfade.png') repeat-x top left;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://image.stakbogladen.dk/p/design/topfade.png,sizingMethod=crop);
	height: 103px;
	width: 100%;
	top: 0px;
	left: 0;
	display: none;
}

div#showroom {
	border: 1px solid #bbb;
	margin: 6px 0;
	position: relative;
	/*xbackground: url('http://image.stakbogladen.dk/p/design/water.png') no-repeat 8px 136px;*/
}

div#showroom div#border {
	border: 8px solid #eee;
	overflow: hidden;
	position: relative;
}

div#showroom div.showwrap {
	/*xfloat: left;*/
	margin: 10px;
    height:150px;
    position:relative;
    _margin:10px;
    _padding-left:10px;
    _padding-top:10px;
    _display:block;
    _width:540px;

}

div#showroom div.showwrap img {
	float: left;
	border: 4px solid #eee;
}

div#showroom div.showwrap div.text {
	font-size: 0.8em;
	width: 400px;
	float: left;
	margin: 0 0 0 10px;
	border-left: 1px solid #bbb;
	padding: 0 0 0 10px;
	height: 142px;
}

div#showroom div.showwrap div.text div.author {
	color: #bbb;
}

div#showroom div.showwrap div.text h4 {
	margin: 0;
	font-size: 1.6em;
	text-transform: uppercase;
}

div#showroom div.showwrap div.text p {
	line-height: 150%;
}

div#showroom div.maininfo {
	height: 160px;
	width: 170px;
	position: absolute;
	top: 4px;
	right: 5px;
	color: #fff;
	font-size: 0.8em;
	padding: 6px;
	line-height: 150%;
	background: url('http://image.stakbogladen.dk/p/design/showintrobg.png') no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://image.stakbogladen.dk/p/design/showintrobg.png,sizingMethod=crop);
}

div#showroom div.maininfo p {
	padding: 6px 10px 0 18px;
	margin: 0;
}

div#showroom div#subbar {
	font-weight: bold;
	background: #e3e3e3 url('http://image.stakbogladen.dk/p/design/menubar.png') repeat-x top left;
	border: 1px solid #BBBBBB;
	padding: 2px 0px;
	xfloat:left;
	font-size: 0.7em;
    display:block;
    *width:560px;
}

div#showroom div#subbar ul#arrows,
div#showroom div#subbar ul#selector {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#showroom div#subbar ul#arrows li a {
	width: 9px;
	height: 11px;
	float: left;
	cursor: pointer;
	padding: 5px 0 0 0;
	text-decoration: none;
}

div#showroom div#subbar ul#arrows li.larrow a {
	background: url('http://image.stakbogladen.dk/p/design/larrow.png') center no-repeat;
}

div#showroom div#subbar ul#arrows li.rarrow a {
	background: url('http://image.stakbogladen.dk/p/design/rarrow.png') center no-repeat;
	margin: 0 0 0 10px;
}

div#showroom div#subbar #paginate-slider1  {
	/*float: right;*/
	margin: 0 2px;
}


div#showroom div#subbar #paginate-slider1 a {
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #9f9f9f;
	background: url('http://image.stakbogladen.dk/p/design/subbarbutton.png');
	width: 15px;
	height: 13px;
	text-align: center;
	margin: 1px;
	padding: 3px 0 0 0;
}

div#showroom div#subbar #paginate-slider1 a:hover {
	color: #444444;
	background: url('http://image.stakbogladen.dk/p/design/subbarbuttonhover.png');
}

div#showroom div#subbar #paginate-slider1 a.selected {
	color: #444444;
	background: url('http://image.stakbogladen.dk/p/design/subbarbuttonhover.png');
}

div#rightside, div#content {
	position: relative;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless youre familiar with CSS opacity behavior*/
	width: 100%;
	height: 100%;
	_filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.food {
	height: 400px;
}

div.contentdiv img {
	cursor: pointer;
}

/* Product listing */
div.top_split {
	/*xdisplay: none;*/
	font-size: 8pt;
	margin: -32px 0 7px 0;
	/*xbackground: #eee;
	xborder: 1px solid #bbb;*/
	text-align: right;
	padding: 6px 6px 0 0;
	width: 500px;
	float: right;
	color: #fff;
}

div.top_split a {
	color: #fff;
}

div.top_split a:hover {
	color: #f7c9c9;
}

div.bottom_split {
	clear: both;
	padding: 15px 0 0 0;
}

/* Login */
/*
#login .loginsub,
#create_account fieldset {
	border: 1px solid #bbb;
	background: #eeeeee;
}

#login .loginsub legend,
#create_account fieldset legend {
	display: none;
}

#login .loginsub ol,
#create_account fieldset ol {
	margin: 5px 0px 0 0;
	padding: 0 0 5px 0;
	list-style: none;
	background: #fff;
}

#login .loginsub ol {
	height: 66px;
}

#login .loginsub ol li,
#create_account fieldset ol li {
	clear: both;
	padding: 10px;
}

#login .loginsub ol li label,
#create_account fieldset ol li label {
	display: block;
	float: left;
	width: 130px;
}

#login .loginsub ol li input,
#create_account fieldset ol li input {
	float: left;
	font-family: Tahoma;
	font-size: 8pt;
	width: 150px;
	border: 1px solid #92a3ab;
	height: 17px;
	color: #8699a1;
	padding: 2px 0 0 5px;
}

*/

#login .forgotpsw .forgotpswa {
	background: #393939;
	color: #B7B7B7;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	margin: -7px 0 7px 0;
	text-align: right;
	display: block;
	height: 0.1%;
}

#login .forgotpsw .forgotpswa:hover {
	color: #fff;
}

/*  Buttons  */

.buttonwrap {
	clear: both;
	height: 22px;
	margin: 0;
	margin-bottom: 7px;

	white-space:nowrap;
}

.buttonwrap button.button {
	border: 1px solid #bbbbbb;
	cursor: pointer;
	float: left;
	display: block;
	padding: 0 2px 0 0;
	text-align: center;
	background-color: #eeeeee;
	font-size: 11px;
	color: gray;
	width: auto;
	overflow: visible;
	vertical-align: middle;
    margin-top: -1px;
    *margin-top: 0;
}

.buttonwrap button.button span {
	position: relative;
	display: block;
	white-space: nowrap;
	padding: 0 13px 0 15px;
	height: 22px;
	line-height: 22px;
	font-size: 11px;
	background: url(http://www.sbl.nutshop.dk/images/sbl/design/buttonleft.gif) left no-repeat;
}


.buttonwrap a.button {
	background: url(http://www.sbl.nutshop.dk/images/sbl/design/buttonright.gif) no-repeat scroll top right;
	height: 22px;
	font-size: 11px;
	/*xpadding-left: 5px;*/
	cursor: pointer;
	text-decoration: none;
	display: block;
	float: left;
	vertical-align: middle; /* For IE6 (Shouldnt work at all) */
}

div.buttonwrap a.button span {
	display: block;
	padding: 4px 15px 4px 15px;
	color: gray;
	line-height: 14px;
	_line-height: 10px;
	white-space: nowrap;
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
}

.buttonwrap a.button:hover span {

}

#login h3,
#create_account h3 {
	/*
	background: #CF4040 /*url(http://image.stakbogladen.dk/p/design/boxheaders.png)*/;
	/*
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 6px 0 5px 10px;
	margin: 50px 0 0px 0;
	*/
	margin: 0px 0 7px 0;
	font-size: 11pt;
}
.payment_box h3 {
	display: none;
}

.payment_box h3.topmarging {
	display: block;
}

#checkout_shipping h3,
.address h3,
h3.topmarging,
#checkout_payment_address h3.addressheader,
div#checkout_shipping_address h3.topmarging,
.confirm_address_header h3,
.confirmation_items h3{
	font-size: 12px;
	margin: 0px 0 7px 0px;
}

.confirm_address_header h3 a,
.orderEdit,
.confirmation_items h3 a,
.confirm_shipping_method_header a,
.confirm_billing_addr_change a,
.confirm_payment_method_change_header a,
.confirm_shipping_method_header a {
	text-decoration: none;
	/*xcolor: #000;*/
	font-size: x-small;
}

.confirm_payment_method_change_header,
.confirm_billing_addr_change,
.confirm_shipping_method_header,
.confirm_address_header h3{
	text-decoration: underline;
	font-weight: normal;
}

#login h2 {
	margin: 0 0 7px 0;
}

#create_account h3 {
	margin: 0 0 7px 0;
}

#login p {
	font-size: 11px;
	border: 1px solid #ccc;
	padding: 7px;
	margin: 0px 0px 7px 0px;
}

#leftside div#shoppingcartbox div span.empty {
	color: #fff !important;
}


/* Subpages goes here */

div#nested.subpage div.trail { display: none; }

div#nested.subpage div.categories_description {
	background: #f7f7f7;
	padding: 10px;
	border-bottom: 2px solid #eee;
	margin: 0 0 7px 0;
	color: #666;
}

div#nested.subpage div.categories_list_wrap {
	position: relative;
	margin-left: -6px;
}

div#nested.subpage div.categories_list_wrap div.categories_list_cat {
	float: left;
	width: 287px;
	height: 53px;
	position: relative;
	text-align: center;
	background: #eee;
	margin: 0px 0 7px 6px;
}

div#nested.subpage div.categories_list_wrap div.categories_list_cat a {
	display: block;
	text-decoration: none;
}

div#nested.subpage div.categories_list_wrap div.categories_list_cat a img {
	margin: 6px 0 0 6px;
	float: left;
	display: none;
}

div#nested.subpage div.categories_list_wrap div.categories_list_cat.uneven a img {
	margin-left: 3px;
}

div#nested.subpage div.categories_list_wrap div.categories_list_cat a div {
	margin: 6px 0 0 6px;
	color: #888;
	font-size: 11pt;
	font-weight: bold;
	float: left;
	padding: 10px 0px;
	border: 1px solid #bbb;
	background: #fff;
	overflow:hidden;
	width: 273px;
}

div#nested.subpage div.categories_list_wrap div.categories_list_cat.even a div {
	width: 193px;
}

#nested h2,
#nested div.footer {
	display: none;
}

div#nested.subpage div.categories_list_wrap div.categories_list_cat.uneven a div {
	width: 193px;
}

div#nested.subpage div.categories_list_wrap div.categories_list_cat a:hover div { color: #000; }



caption {
	display: none;
}

#product_list {
	margin: 0px 0 0 0 ;
}

.qty {
	width: 30px;
}

.dprice {
	text-align: right;
}

.totaloverview,
.confirm_totals,
.listitems .tdprice{
	text-align: right;
}

table {
	width: 100%;
}

.thprice {
	text-align: right;
}


.relpos h3 a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	vertical-align: top;
}

.ifdel a {
	font-size: 10px;
	text-decoration: none;
	color: #000;
}

.tdprice {
	/*padding-top: 17px;*/
}

#update_cart button.button {
	border: 1px solid #bbbbbb;
	padding: 2px 1px 2px 1px;
	color: #B7B7B7;
	background: #eeeeee;
	font-size: 8pt;
	/*xmargin: 5px 0 0 2px;*/
	cursor: pointer;
	text-decoration: none;
	margin-top: -40px;
	margin-left: 80px;
}

#update_cart button.button span{
	background: #393939;
	width: 105px;
	display: block;
	padding: 3px 6px 3px 6px;
}

div#login.subpage div.login_remark { display: none; }

div#login.subpage button,
div#create_account.subpage button {
	float: right;
}

div.notice ol,
div.messagestack ol {
	padding: 0;
	background: #fefdf2;
	border: 1px solid #b0ad90;
	padding-top: 5px;
	margin: 0 0 7px 0;
}

div#account.subpage div.messagestack ol {
	margin: 0 0 7px 0;
}

div.notice ol li,
div.messagestack ol li {
	padding: 0 5px 5px 5px;
	list-style: none;
	font-size: 8pt;
}

p.reqinfo, p.cart_no_items, div.no_product {
	margin: 0 0 7px 0;
	font-size: 0.9em;
	border: 1px solid #bbb;
	padding: 7px;
	background: #eee;
	color: #888;
}

/*div#create_account.subpage*/
/*div.notice {
	border: 1px solid #bbb;
	margin: 0 0 7px 0;
	font-size: 0.9em;
	padding: 7px;
	xbackground: #eeeeee;
	xdisplay: none;
}*/

/*div.notice ol {
	list-style: none;
	background: #fff;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #CF4040;
}*/

div.subpage a {
	color: #CF4040;
}

div.subpage a:hover {
	color: #90b0b7;
}

#content div.floatright {
	float: left;
	margin: 0;
}

#content div.floatright div.textbox {
	width: 200px;
	font-size: 0.9em;
	padding-bottom: 7px;
	margin: 0px 0 7px 7px;

	background: #fefdf2;
	border: 1px solid #b0ad90;
}

#content div.floatright div.textbox h4 {
	margin: 10px 0 0 10px;
}

#content div.floatright div.textbox p {
	margin: 0;
	padding: 10px 10px 0 10px;
}

#content div.floatright div.textbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content div.floatright div.textbox ul li {
	margin: 0;
	padding: 10px 10px 0 10px;
}

#content div.floatright hr {
	display: none;
	margin-left: 7px;
	height: 1px;
	border: 0;
	border-top: 1px dotted #b0ad90;
}

div.txtbox {
	float: left;
	width: 355px;
	border: 1px solid #bbb;
	padding: 7px;
}

div.txtbox h3 {
	margin: 0px;
}

table#product_list {
	background: #eee;
	border: 1px solid #bbb;
}

table#product_list thead tr.header th {
	padding: 5px;
	color: #888;
	font-size: 0.8em;
	text-transform: uppercase;
}

table#product_list thead tr.header th.thqty {
	text-align: center;
}

table#product_list tbody.products {
	background: #fff;
}

table#product_list tbody.products tr td {
	vertical-align: top;
	text-align: right;
	height: 60px;
	border-bottom: 1px solid #bbb;
}

table#product_list tbody.products tr td.last {
	border: 0;
}

table#product_list tbody.products tr td.tdpic {

	width: 85px;
	text-align: left;
	padding-top: 7px;
	padding-left: 7px;
}

table#product_list tbody.products tr td.tdpic img {
	border: 1px solid #bbb;
}

table#product_list tbody.products tr td.tdproduct {
	text-align: left;
	padding-top: 7px;
	padding-left: 7px;
}

table#product_list tbody.products tr td.tdproduct h3 {
	margin: 0;
	padding: 0;
	height: 17px;
}

table#product_list tbody.products tr td.tdproduct div.description {
	border: 1px solid #eee;
	margin-top: 0px;
	padding: 7px;
	color: #aaa;
	font-size: 9pt;
}

table#product_list tbody.products tr td.tdproduct div.author {
	color: #bbb;
	font-size: 8pt;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
	padding-top: 3px;
}

table#product_list tbody.products tr td.tdqty {

	width: 60px;
	text-align: center;
	padding-top: 7px;
}

table#product_list tbody.products tr td.tdqty input {
	border: 1px solid #92a3ab;
	text-align: center;
}

table#product_list tbody.products tr td.tdprice {
	padding-top: 7px;
	width: 80px;
}

table#product_list tbody.products tr td.tdprice div.dprice div.unit {
	display: none;
}

table#product_list tbody.products tr td.tdprice div.dprice div.total {
	font-weight: bold;
	font-size: 1em;
}

table#product_list tbody.products tr td.tddelete {

	width: 30px;
}

table#product_list tbody.products tr td h3 {
	margin: 0;
}

table#product_list tbody.totaloverview tr td,
.confirm_totals tr td,
.listitems tr td {
	padding: 7px;
	font-size: 0.9em;
}

.listitems tr td.tdname,
.account_products tr td.tdname {
	width: 390px;
}

.account_products tr.even td {
	background-color: #eeeeee;
}

table#product_list tbody.totaloverview tr td.object,
.confirm_totals tr.td.object {
	color: #888;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
}

table#product_list tbody.totaloverview tr td#cart_total{
	font-size: 1.1em;
	font-weight: bold;
}

div.ifdel { display: none; }

#account.subpage div#msg {
	float: left;
	border: 1px solid #bbb;
	margin: 0px 6px 7px 0;
	width: 350px;
	height: 250px;
}

#account.subpage div#msg h3 {
	margin: 7px 0 7px 7px;
}

#account.subpage div#msg p {
	margin: 0 7px 0 7px;
	line-height: 20px;
}

#account.subpage div#menuwrap {
	border: 1px solid #bbb;
	background: #eee;
	margin-top: 0px;
	width: 220px;
	height: 250px;
	float: left;
}

#account.subpage h3 {
	margin-top: 5px;
	margin-bottom:5px;
	margin-left: 5px;
}

#account.subpage ul {
	margin: 0 0 10px 0;
	padding: 0;
}

#account.subpage ul li {
	list-style: none;
	margin: 0;
}

#account.subpage ul li a {
	color: #000;
	display: block;
	padding: 5px 0 5px 10px;
	/*xmargin-bottom: 10px;*/
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	height: 0.1%;
}

#account.subpage ul li a:hover {
	background: #fff;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

div.primary_address_box, div.alternative_address_box {
	border: 1px solid #bbb;
	padding: 4px 6px 5px 6px; /* 17-01-2008 */
	background: #eee;
	display: block;
}

div.primary_address_box ol, div.alternative_address_box ol {
	background: #fff;
	margin: 2px 0px 2px 0px;
	padding: 5px 0px 5px 40px;
	line-height: 14pt;
	list-style: none;
}

div.primary_address h3, div.alternative_address h3 {
	font-size: 0.9em;
	color: #000000;
	line-height: 10pt;
	padding: 0px;
	margin: 0 0 7px 1px;
}

div.alternative_address {
	/*xborder-bottom: 1px solid #bbb;*/
}

/* ORDRE HISTORIK */

div#account_history ol {
	padding: 0px;
	margin: 0px;
}

div.split_result {
	text-align: right;
	margin: 0 0 7px 0;
	background: #eee;
	border: 1px solid #BBB;
	padding: 3px;
	font-size: 11px;
}

div.split_result a { margin: 0 2px; color: #000000; }
/* SHIPPING SIDE */

#checkout_shipping #shipping-box,
#checkout_shipping #comment-box,
#checkout_shipping .address_box,
#checkout_shipping .payment_box {
    margin: 0 0 10px;
}

#checkout_shipping #shipping-box .shipinfo {
    display: none;
}

.shipping_box .shipping_choise {
	line-height: 14pt;
	/*xwidth: 250px;*/
	margin: 5px 1px 0 0;
	padding: 10px;
	list-style: none;
	background: #fff;
	border: 1px solid #bbb;
	background: #eeeeee;
}

.shipping_choise_name {
	font-weight: bold;
}

.shipping_title {
    float: left;
    width: 400px;
}

.shipping_radio {
    text-align: right;
}

#checkout_shipping #comment-box {
    padding: 0;
}

.payment_name {
	float: left;
	padding-top: 5px;
	padding-left: 10px;
}

payment_radio {
	float: right;
	padding-top: 3px;
	padding-right: 8px;
}

.boxText {
	margin: 10px 0;
	font-size: 0.9em;
	border: 1px solid #bbb;
	padding: 5px;
	background: #B7B7B7;
}

div.subpage .address_box .boxText a {
	text-decoration: none;
	color: #000;
}

div.boxadd ol {
	line-height: 18px;
	/*xwidth: 250px;*/
	margin: 0px 0px 7px 0;
	padding: 10px 50px 5px 10px;
	list-style: none;
	background: #fff;
	border: 1px solid #bbb;
	background: #eeeeee;
}

div.boxadd ol li.header {
	font-weight: bold;
}

div#addressBox .left {
	float: left;
	width: 275px;
}

div#addressBox .right {
	float: right;
	width: 300px;
}

div.payment_box .payment_box {
	line-height: 8pt;
	margin: 0px 0px 7px 0;
	padding: 10px 50px 5px 0px;
	list-style: none;
	background: #fff;
	border: 1px solid #bbb;
	background: #eeeeee;
	height: 20px;
}

/* ORDRE BEKRÆFTELSE
div.confirm_address {
	xline-height: 14pt;
	margin: 0px 0px 7px 0;
	xpadding: 7px 7px 3px 7px;
	list-style: none;
	background: #fff;
	border: 1px solid #bbb;
	background: #eeeeee;
	xheight: 90px;
}

div.confirm_address ol{
	list-style: none;
	background: #fff;
	xpadding: 5px 0 5px 8px;
	margin: 0 0px 7px 0px;
}*/

.confirm_billing_addr,
.confirm_comments_input,
.confirm_payment_method_change,
.confirm_policy_text,
.confirm_payment_info_title,
.confirm_delivery,
.confirm_shipping_method {
	margin: 0px 0 7px 0;
	padding: 5px 0 5px 5px;
	line-height: 18px;
	list-style: none;
	background: #fff;
	border: 1px solid #bbb;
	background: #eeeeee;
}

.confirm_shipping_method_header a,
.confirm_accept_conditions a,
.confirm_policy_header a{
	text-decoration:none;
	color: #000;
}

.confirm_policy {
	clear: both;
}

table.listitems {
	background: #eee;
}

.confirm_totals table {
	background: #fff;
}

table.listitems tr.tritem.even {
	background: #e2e2e2;
}

.confirm_billing_addr,
.confirm_delivery {
	float: left;
	width: 265px;
	height: 135px;
}

.confirm_payment_method_change,
.confirm_shipping_method{
	float:right;
	width: 290px;
	height: 135px;
}

.confirm_billing_addr ol{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.confirm_delivery,
.confirm_address {
	margin-bottom: 7px;
}

fieldset ol li em {
	/*xcolor: red;*/
}

div#address_book.subpage div.alternative_address div.buttonwrap a {
	float: right;
	margin-left: 3px;
}

div#address_book.subpage div.alternative_address h3 {
	display: block;
	background: #eee;
	margin: 0;
	padding: 7px 0 7px 7px;
}

div#address_book_process.subpage div.currentaddress {
	border: 1px solid #bbb;
	padding: 4px 6px 6px 6px;
	background: #eee;
	display: block;
	margin-bottom: 7px;
}

div#address_book_process.subpage div.currentaddress ol {
	background: #fff;
	margin: 2px 0px 2px 0px;
	padding: 5px 0px 5px 7px;
	line-height: 14pt;
	list-style: none;
}

div#address_book_process.subpage h3 {
	font-size: 0.9em;
	display: block;
	background: #eee;
	margin: 0;
	padding: 7px 0 7px 7px;
}

div.displayhold {
	border: 1px solid #bbb;
	background: #eee;
	padding: 7px 0;
	margin: 0 0 7px 0;
}

div.displayhold div.displayblock {
	clear: both;
	margin: 0 7px;
	height: 36px;
	background: #fff;
}

div.displayhold div.displayblock div.object {
	float: left;
	width: 200px;
	padding: 7px;
}

div.displayhold div.displayblock div.value {
	float: left;
	width: 336px;
	padding: 7px;
}

div.displayhold div.displayblock div.value select {
	border-width: 1px;
}

div.displayhold div.displayblock div.value input {
	font-family: Arial,Verdana,Tahoma,sans-serif;
	border: 1px solid #92A3AB;
	color: #8699A1;
	font-size: 11px;
	padding: 3px 0pt 3px 5px;
	margin: 0;
}

div.checkout_procedure {
	border: 1px solid #bbb;
	background: #fff;
	padding: 7px;
	margin: 0 0 7px 0;
}

div#remoteload.subpage div.buttonwrap button.button {
	float: right;
}

div#checkout_shipping.subpage div.buttonwrap button.button,
div#checkout_confirmation.subpage div.buttonwrap button.button {
	float: right;
}

div#checkout_success.subpage div.buttonwrap button.button {
	float: right
}

div#checkout_success.subpage p {
	border: 1px solid #bbb;
	margin: 0 0 7px 0;
	padding: 7px;
}

.current {
	text-decoration: underline;
}

/* INLINE TIL SBL */

#content h3 {
	margin: 0 0 7px 1px;
	font-size: 12px;
}

div.declinereason,
div.checkout_procedure {
	background:#EEEEEE none repeat scroll;
	border:1px solid #BBBBBB;
	line-height:14pt;
	margin:0 0 7px 0;
	padding: 7px;
}

div.declinereasonheader {
	font-weight: bold;
}

div.reqinfo {
	margin: 0 0 7px 0;
	font-size: 0.9em;
	border: 1px solid #bbb;
	padding: 7px;
	background: #eee;
	color: #888;
}

div#account_history.subpage ol div.buttonwrap {
	margin: 0 7px 7px 0;
}

div#account_history.subpage ol div.buttonwrap a {
	float: right;
}

div#account_history.subpage ol li.block {
	background: #eee;
	border: 1px solid #bbb;
	margin: 0 0 7px 0;
	list-style: none;
}

div#account_history.subpage ol li.block ol {
	margin: 7px;
	padding: 0;
	background: #fff;
}

div#account_history.subpage ol li.block ol li {
	clear: both;
	height: 34px;
}

div#account_history.subpage ol li.block ol li div.object {
	float: left;
	width: 200px;
	margin: 7px;
}

div#account_history.subpage ol li.block ol li div.value {
	float: left;
	width: 200px;
	margin: 7px;
}

#blurmenu {
	position: absolute;
	top: 3px;
	left: 282px;
}

#blurmenu ul {
	margin: 0;
	padding: 0;
	width: 96px;
	height: 55px;
	list-style: none;
}

#blurmenu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#blurmenu ul li a span {
	display: none;
}

#blurmenu ul li#naturfag a {
	width: 111px;
	height: 68px;
	/*xbackground: url(http://image.stakbogladen.dk/p/design/naturfag.gif) no-repeat top left;*/
	display: block;
}

#blurmenu ul li#naturfag a:hover {
	/*xbackground: url(http://image.stakbogladen.dk/p/design/naturfaghover.gif) no-repeat top left;*/
}

#blurmenu ul li#slavisk a {
	width: 96px;
	height: 27px;
	/*xbackground: url(http://image.stakbogladen.dk/p/design/slavisk.gif) no-repeat top left;*/
	display: block;
	_margin-top: -3px;
}

#blurmenu ul li#slavisk a:hover {
	/*xbackground: url(http://image.stakbogladen.dk/p/design/slaviskhover.gif) no-repeat top left;*/
}

div.addressblock {
	float:left;
	width: 100%;
	margin-bottom: 10px;
}

div.addressblock .abradio input{
	float: left;
}

div.addressblock .abname{
	float: left;
	font-weight: bold;
	width: 200px;
}

div.addressblock ol {
	float: left;
	list-style: none;
	margin: 0 0 10px 0;
	padding-left: 10px;
}

div#create_account fieldset ol li#newsletter input {
	border: 0px;
}

div#sky div.new h4 {
	color: #fff;
	margin: 10px 8px 0px 8px;
	border-bottom: 1px solid #767057;
	padding-bottom: 2px;
	padding-top: 4px;
	font-family: "Trebuchet MS", sans-serif;
}

div#sky div.new h4 span {
	font-size: 11px;
	color: #716448;
}

div#sky div.new p {
	font-size: 11px;
	color: #fff;
	text-align: left;
	margin: 0px 8px 8px 8px;
	padding-top: 0px;
}

div.notice {
	border: 1px solid #bbb;
	padding: 10px;
	margin: 0 0 10px 0;
}

/* Live Validation */

span.LV_validation_message{
	font-weight: bold;
	position: absolute;
	margin-left: 10px;
}

.LV_valid {
	color:#00CC00;
}

.LV_invalid {
	color:#CC0000;
}

.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active {
	/*xborder: 1px solid #00CC00;*/
}

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
	/*xborder-top: 2px solid #CC0000;
	xborder-left: 2px solid #CC0000;*/
	background: #ffe2e2;
}

div#advanced_search.subpage div.bluebottom,
div#advanced_search.subpage div#searchhelp {
	display: none;
}

/* Fixing advanced search */

div#advanced_search.subpage fieldset ol li {
	margin-bottom: 20px;
}
div#account_history_info.subpage div.holder h3.billadr,
div#account_history_info.subpage div.holder div.order_history h3,
div#account_history_info.subpage div.holder div.payment_method_box h3,
div#account_history_info.subpage div.holder table.account_products tr td.mainheading,
div#account_history_info.subpage div.holder div.address_box h3 {
padding-top: 10px;
font-weight:bold;
}
div#account_history_info.subpage div.holder div.shipping_box div.shipping_header {
font-weight:bold;
}
div#account_history_info.subpage div.holder table.total,
div#account_history_info.subpage div.holder div.buttonwrap {
margin-top: 15px;
}
div#account_history_info.subpage div.holder table.total tbody tr td.main.right,
div#account_history_info.subpage div.holder table.account_products tbody tr td.main.right {
	text-align:right;
	border:0;
	padding-right: 5px;
}

#printorder, #print_button {
	display: none;
}

#billing_info {
	margin-top: 20px;
}

div#account_history_info.subpage div.holder div.address_box ol li,
div#account_history_info.subpage div.holder div.billing_box ol li,
div#account_history_info.subpage div.holder div.order_history ol li {
	list-style-type: none;
	margin-left:-40px;
}
div#account_history_info.subpage div.holder div.payment_method_box p,
div#account_history_info.subpage div.holder div.address_box ol,
div#account_history_info.subpage div.holder div#date,
div#account_history_info.subpage div.holder div.billing_box ol,
div#account_history_info.subpage div.holder div.order_history ol {
margin-top: -5px;
}
#printorder {
	cursor:pointer;
	width:11px;
}
.new p {border-top:0px}

div#checkout-process { display: none; }
/* ========================================
	Top 10 bestsellers
======================================== */

div#sky {
	clear:both;
	background: url(http://image.stakbogladen.dk/p/design/papertile.png) repeat-y top left;
	border-bottom: 4px solid #716448;
	margin-bottom: 6px;
	width: 190px;
}

div#sky ol {
	margin: 22px 0 0 0;
	padding: 0;
	font-size: 0.8em;
}

div#sky ol li {
	color: #54663a;
	list-style: none;
	clear:both;
}

div#sky ol li a {
	color: #54663a;
	display: block;
	text-decoration: none;
	width: 190px;
	height: 40px;
	margin-top: 4px;
	margin-bottom: 8px;
}

div#sky ol li a:hover div.title,
div#sky ol li a:hover div.author {
	color: #fff;
}

div#sky ol li a:hover div.n {
	font-weight: bold;
}

div#sky ol li a:hover div.title {
	/*xborder-bottom: 1px solid #fff;*/
}

div#sky ol li a div.n {
	float: left;
	width: 18px;
	text-align: center;
	padding: 3px 0px 2px 1px;
	display: block;
	background: url(http://image.stakbogladen.dk/p/design/whiteround2.png) no-repeat top left;
	margin: 3px 0 0 5px;
}

div#sky ol li a div.book_info {
	float: right;
	overflow:hidden;
	cursor: pointer;
}

div#sky ol li a div.title {
	padding: 2px 5px 0px 5px;
	margin: 0px 3px 0 0px;
	font-weight: bold;
	width: 148px;
}

div#sky ol li a div.author {
	width: 148px;
	padding: 0 0 0 5px;
}

div#sky div.skyheader {
	padding: 14px;
	font-size: 1em;
	font-weight: bold;
	color: #96947a;
	text-align: center;
	background: url(http://image.stakbogladen.dk/p/design/papertop2.png) no-repeat top left;
	height: 32px;
}

/*	========================================
		Common box styles
	======================================== */

#content fieldset {
	margin: 0; border: 0; padding: 0; background: none;
}
.box-content, #login .box { margin: 0 0 5px; border: 1px solid #BBBBBB; background: #EEEEEE; }
.box-content-inner, #login .box-inner { margin: 7px; padding: 5px 7px; background: #FFFFFF }

#content fieldset legend {
	display: none;
	margin: 0;
	padding: 0;
}

#content fieldset ol { clear: both; float: left; margin: 0; padding: 0; width: 100%; list-style: none; }
#content fieldset ol li { clear: both; float: left; margin: 2px 0; width: 100%; }

#content fieldset ol li label {
	display: block;
	float: left;
	width: 170px;
	margin-top: 0px;
	padding-top: -5px;
  line-height: 22px;
}



#content fieldset ol li input,  #content fieldset ol li select {
	float: left;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	width: 200px;
	border: 1px solid #92a3ab;
	/*x_border: 0px solid #92a3ab;*/
	color: #8699a1;
	/*xheight: 16px;*/
	padding: 3px;
	float: left;
	margin: 0;
}
 #content fieldset ol li select{
    width: 208px;
 }

#password_forgotten fieldset li { padding: 7px; }
#password_forgotten legend { display: none; }
#password_forgotten .buttonwrap a.button { float: left; }
#password_forgotten .buttonwrap button.button { float: right; }

#checkout_shipping fieldset ol li textarea {
	width: 540px;
	border-width: 1px;
    overflow: auto;
}

#content fieldset ol li input#primary {
	border: 0px;
	width: 15px; /* NPK/SR 17-01-2008 fikser checkbox størrelsen i safari */
}
/* ========================================
	Searchbox
======================================== */

div#header div#searchbox {
	float: right;
	vertical-align: bottom;
}

div#header div#searchbox div {
	margin: 8px 8px 0 0;
}

div#header div#searchbox div.bottomoption {
	margin-top: -8px;
	padding: 1px 10px 5px 5px;
	text-align: right;
	font-size: 11px;
	clear: both;
	background: url(http://image.stakbogladen.dk/p/design/advsearchbg.png) top right no-repeat;
}

div#header div#searchbox div.bottomoption a {
	color: #fff;
	text-decoration: none;
}

div#header div#searchbox div.bottomoption a:hover {
	color: #fff;
}

div#header div#searchbox input.searchfield,
div#header div#searchbox input.button {
	font-family: Tahoma;
	font-size: 11px;
}

div#header div#searchbox input.searchfield {
	width: 300px;
	border: 1px solid #92a3ab;
	border-right: 0;
	height: 17px;
	color: #8699a1;
	float: left;
	padding: 2px 0 0 10px;
}

div#header div#searchbox input.button {
	background: url(http://image.stakbogladen.dk/p/design/searchbutton.png);
	width: 25px;
	height: 21px;
	border: 0;
	cursor: pointer;
	float: left;

}

div#header div#searchbox div#advsearch a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	display: block;
	background: #666;
	text-align: right;
	clear: both;
	width: 330px;
	padding: 2px 6px 3px 0;
	_filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

div#header div#searchbox div#advsearch a:hover {
	_filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/* AJAX search results */
#wrap #header {
	position: relative;
	z-index: 100;
}

#matrixView {
	position: absolute;
	z-index: 200;
	right: 0;
	background: #92A3AB;
	_filter:alpha(opacity=98);
	-moz-opacity:.98;
	opacity:.98;
	/*xheight: 1px;
	xdisplay: none;*/
}

#matrixView ol {
	margin: 0;
	padding: 1px;
	list-style: none;
}

#matrixView ol li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	background: #ADBEC6;
	border-bottom: 1px solid #D1DADF;
	width: 324px;
}

#matrixView ol li a:hover,
#matrixView ol li:active,
#matrixView ol li.selected a {
	color: #000;
	background: #D1DADF;
}


/* ========================================
	Product info
======================================== */

#product_cart #product_wrap #left {
	/*border: 1px solid red;*/
	width: 180px;
	float: left;
}

#product_cart #product_wrap #right {
	/*border: 1px solid red;*/
	width: 362px;
	float: right;
}

#product_cart #product_wrap #left #product_img {
	padding: 5px 5px 3px 5px;
	background: #fff;
	border: 1px solid #ccc;
	width: 168px;
}

#product_cart #product_wrap #left #product_img img {
	border: 1px solid #ddd;
	/*xheight: 225px;
	xwidth: 165px;*/
}

#product_cart #product_wrap #left #item_variance {
	padding: 7px 0 0 0;
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-left: 1px solid #bbb;
}

#book_info {
	/*xbackground: green;*/
	padding: 0 7px;
	font-size: 11px;
	line-height: 20px;
	/*xbackground: #FEFDF2;
	xborder-top: 1px solid #B0AD90;
	xborder-bottom: 1px solid #B0AD90;*/
}

#book_info #stockstatus {
    font-size: 11px;
    font-weight: bold;
    color: green;
}

#book_info div.red { color: red !important; }

#book_info span {
	font-weight: bold;
}

#book_price {
	margin-top: 7px;
	color: #CF4040;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 7px;
	text-align: right;
}

#qty {
	margin-top: 5px;
	text-align: center;
}

#qty_wrap {
	margin: 7px;
	border-top: 1px solid #bbb;
}

.qtybox {
	margin-top: 7px;
	width: 25px;
	border: 1px solid #92A3AB;
	text-align: center;
}

#qty_wrap button {
	border: 1px solid #bbb;
	background: #eee;
	width: 133px;
}

#product_cart #product_wrap {
	padding: 12px;
	background: url(http://image.stakbogladen.dk/p/design/prodindex.gif) repeat-y;
}

#product_cart h2 {
	display: none;
}

#product_cart h2#box_top {
	display: block;
}

#product_cart #box_top {
	background: url(http://image.stakbogladen.dk/p/design/prodtop.gif) no-repeat;
	padding-left: 15px;
	/*xmargin: 8px 0 0 0;*/
	margin: 0;
}

#product_cart .box_bottom {
	background: url(http://image.stakbogladen.dk/p/design/prodbottom.gif) no-repeat;
	height: 14px;
	margin-bottom: 7px;

}

div#product_cart.subpage #bookscrolltop {
	background: url(http://image.stakbogladen.dk/p/design/prodtop2.gif) no-repeat;
	height: 12px;
	display: none;
}

div#product_cart.subpage #bookscroll {
	padding: 7px;
	background: url(http://image.stakbogladen.dk/p/design/prodindex.gif) repeat-y;
	display: none;
}

#product_main h3 {
	margin: 0 0 7px 0;
	text-transform: uppercase;
	font-size: 10pt;
}

.process a {
	color: #000;
	text-decoration: none;
}

.listitems thead tr.thheader th {
	padding: 5px 10px 5px 10px;
}

.confirm_totals img {
	background: transparent;
	height: 2px;
}

table.listitems {
	border: 1px solid #bbb;
}

.confirm_totals table {
	border: 1px solid #bbb;
	line-height: 7pt;
	margin-bottom: 7px;
	padding: 7px;
	background: #eee;
}

.confirm_totals table tr {
	background: #fff;
}

.confirm_payment_info_title,
.confirm_payment_method_change,
.confirm_payment_method,
.confirm_accept_conditions,
.confirmation_items {
	margin-bottom: 7px;
}

.confirm_payment_info_header,
.confirm_billing_header,
.confirm_policy_header,
.confirm_comments_edit {
	font-weight: bold;
	font-size: 9pt;
	margin: 0px 0 7px 0;
}

table#product_list tbody.products tr.item td.tddelete {
	width: 40px;
	padding: 5px 0 0 0;
}

table#product_list tbody.products tr.item td.tddelete a {
	height: 16px;
	width: 16px;
	background: url(http://image.stakbogladen.dk/p/design/cross2.gif) no-repeat top left;
	display: block;
	margin-left: 12px;
}

#shopping_cart #product_list {
	margin-bottom: 6px;
	overflow:hidden;
}

/*.confirm_shipping_method,
.confirm_delivery,*/
dic.checkout_payment_address .address ol,
.address ol {
	background:#eee none repeat scroll 0% 50%;
	border:1px solid #BBBBBB;
	line-height:14pt;
	list-style: none;
	margin:0px 0pt 7px 0px;
	padding:5px 0pt 5px 5px;
}

.confirm_address ol{
	list-style: none;
	padding: 0px;
	margin-top: -7px;
}

#content h3 {
	margin-left: 1px;
}


/* Product listing */
div.top_split {
	/*xdisplay: none;*/
	font-size: 8pt;
	margin: -32px 0 7px 0;
	background: none;
	border: none;
	text-align: right;
	padding: 6px 6px 0 0;
	width: 500px;
	float: right;
	color: #fff;
}

div.top_split a {
	color: #fff;
}

div.top_split a:hover {
	color: #f7c9c9;
}

#logoff p {
	margin: 0 0 7px 0;
	font-size: 0.9em;
	border: 1px solid #bbb;
	padding: 7px;
	background: #eee;
	color: #888;
}


/*******************************************
	TRAIL i bunden i forbindelse med checkout
********************************************/
/* LI: trin
1. TrailDeliveryPayment,
2. TrailConfirmation,
3. TrailOnlinePayment
4. TrailFinished*/

div.trail {
	text-align: center;
	margin: 0px;
	height:25px;
	padding: 0;
	background: #bbb;
}

div.trail ol {
	list-style: none;
	padding: 3px 7px;
	margin: 0px;
}

div.trail ol li {
	float: left;
	margin-right: 7px;
	padding-right: 12px;
	background: url(http://image.stakbogladen.dk/p/design/raquoright.gif) no-repeat scroll right;
}

div.trail ol li#TrailFinished {
	float: left;
	margin-right: 7px;
	padding-right: 10px;
	background: 0;
}

div.trail ol li a {
	color: #000;
	text-decoration: none;
}

div.trail ol li a:hover {
	text-decoration: underline;
	color:#000;
}

table#product_list small {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	padding: 7px;
	display: block;
	text-align: right;
}

fieldset ol#test {
	display: none;
}

div#new-customer,
div#returning-customer {
	margin-top: 10px;
}
div#password_forgotten.subpage p {
	border: 1px solid #bbb;
	padding: 7px;
	margin: 0 0 7px 0;
}

div#address_book.subpage div.primary_address,
div#address_book.subpage h3.addresses_header {
	display: none;
}

div.buttonwrap div.bspace {
	float: left;
	width: 3px;
	height: 22px;
}

div#address_book.subpage div.alternative_address_box ol {
	/*xmargin: 0;*/
	padding: 0;
}

div#address_book.subpage div.alternative_address_box ol li {
	padding: 7px 0 0px 7px;
	height: 20px;
}

div#address_book.subpage div.alternative_address_box {
	margin: 0 0 7px 0;
}

div#content div#rightmenu div.right a#conditions {
	border-left: 0;
}

div#checkout_confirmation.subpage div.confirm_payment_info_title {
	border: 1px solid #bbb;
	padding: 7px;
}

div#shopping_cart .buttonwrap a.button { 
											margin-right: 5px;
											background-color: #eeeeee;
											border: 1px solid #bbbbbb; }

div#shopping_cart .buttonwrap button.button {
    margin-left: -3px;
	*margin-left: 0;
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	height: 24px;
	margin-top: 0px;
	color: gray;
}

#nav img,
#print {
	display: none !important;
}

div#showroom { position: relative; }

div#showroom div.showwrap div.text div.specialprice {
    color: #CF4040;
    font-weight: bold;
    border: 1px solid #bbb;
    padding: 4px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
}

span.teaser_in_news_box {
    bottom:0;
    left:113px;
    _left:123px;
    position:absolute;
    font-weight:bold;
    width: 340px;
}

#product_cart #product_wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#product_cart #product_wrap ul li label {
    display: block;
    float: left;
    width: 120px;
    margin: 8px 0 0 0;
}

#product_cart #product_wrap ul li input,
#product_cart #product_wrap ul li select {
    margin: 4px 0 4px 0;
}

#product_cart #product_wrap ul li input.button {
    float: right;
}

.eansearch input {
	width: 200px;
}

.eansearch select {
	width: 96px;
}

.eansearch .yearfield input {
	width: 100px;
}

/**************************************************
    FORM
**************************************************/

.form-text { border: 1px solid #92A3AB; padding: 3px 5px; color: #8699A1; }
.form-submit { border: 1px solid #BBBBBB; padding: 1px 10px; color: #999999; background: #EEEEEE; cursor: pointer; }

/**************************************************
    BOX
**************************************************/

.box { clear: both; margin-bottom: 6px; font-size: 12px; }
.box-inner { }
.box .title { border: 1px solid #BBBBBB; font-size: 12px; font-weight: bold; background: #E3E3E3 url('http://image.stakbogladen.dk/p/design/menubar.png') repeat-x left top; }
.box .title-inner { padding: 5px 10px; }
.box .content { background: #555555; }
.box .content-inner { padding: 5px; }
.box .messages { margin: 0 0 5px; border: 1px solid #B0AD90; padding: 5px; list-style-type: none; background: #FEFDF2; }

/**************************************************
    NEWSLETTER
**************************************************/

.box #newsletter-messages { margin-bottom: 5px; }
.box #newsletter-fields { margin-bottom: 5px; }
.box #newsletter-fields .newsletter-field { margin-bottom: 5px; }
.box #newsletter-fields .form-text { width: 168px; }
.box #newsletter-buttons .form-submit { width: 180px; }