body
{
    text-align:center;
    font-family:Verdana, Arial;
    font-size:12px;
    font-weight:normal;
    color:#313131;
    margin:0px;
    padding:0px;
    text-align:center;
    background-image:url('/images/design/bg.jpg');
    background-repeat:repeat-x;
}
h1
{
    font-size:16px;
    margin-bottom:0px;
    padding-bottom:0px;
    margin-top:0px;
    padding-top:0px;
    color:#4a8a40;
    
    
    }
img
{
    border:0px;
    
    }
#wrapper
{
    text-align:left;
    width:1000px;
   
    margin:auto;
    overflow:hidden;
}
#contentbox
{
    background-color:#fff;
    
    }
#topbar
{
    height:115px;
}

#menu
{
    height:32px;
}
#searchbox
{
    width:200px;
    float:left;
    margin-right:10px;
    padding-top:6px;
}
#searchbox input[type="text"]
{
    width:200px;
    font-size:10px;
}

#menu
{
    width:1000px;
    height:32px;
    position:relative;
}

/* CSS Menu */

#menu {padding:0; margin:0; list-style:none; height:40px; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#menu li { float:left;    padding:8px 20px 10px 20px;    background:url('/images/design/menu_sep.jpg') no-repeat right;}
#menu li a {display:block; color:#fff; text-decoration:none; font-size:12px; font-weight:bold;font-style:italic; }

#menu li li
{
    background-image:url('/images/design/menu-baggrund.png');
    background-repeat:repeat;
    height:30px;
    padding:0px;
    
    }

#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {z-index:200; position:relative;color:#fff; }
#menu li:hover {position:relative; z-index:200;   background: url('/images/design/menu_hovered.jpg') repeat-x;}

#menu li:hover > a {color:#fff; }
#menu li:hover > a.sub {color:#fff; }

#menu li.current a {color:#fff;}

#menu li.current a.sub {color:#fff;}

#menu :hover ul {left:0; top:30px; width:120px;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, #menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
#menu :hover ul :hover ul{left:120px; top:-1px; white-space:nowrap; width:100px; z-index:200; height:auto;}
#menu :hover ul li {margin:0; border-top:1px solid #fff;}
#menu :hover ul li a {width:165px; padding:0; text-indent:10px; color:#fff; height:30px; line-height:30px;}

#menu :hover ul :hover {color:#fff;}
#menu :hover ul :hover a.fly {color:#fff;}

#menu :hover ul li.currentsub a {color:#fff;}
#menu :hover ul li.currentsub a.fly {color:#fff;}

#menu :hover ul :hover ul li.currentfly a, #menu :hover ul :hover ul li.currentfly a:hover {color:#fff;}



#bodyarea
{
    background: url('/images/design/background.jpg') repeat-x;
   
    padding-top:8px;
}
#leftmenu
{
    width:200px;
    float:left;
    margin-right:10px;
    background-color:#fff;
    height:100%;
}
#leftmenu h2
{
    color:#49883F;
    font-size:18px;
    font-style:italic;
    font-weight:bold;
    margin:10px 0px 10px 10px;
}
#leftmenu ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

#leftmenu ul li
{
    padding:0px 0px 0px 0px;
    border-bottom:1px solid #c9cacc;
    border-collapse:collapse;
}
#leftmenu ul li a, #leftmenu ul li a:visited
{
    font-size:10px;
    font-weight:bolder;
    text-decoration:none;
    color:#4d4d4d;
	height:auto;
	line-height:22px;
	display:block;
	padding-left:10px;
}
#leftmenu ul li a:hover{
	color:#FFF;
	background-color:#6aae25;
}
#centercontents label
{
    width:200px;
    float:left;
    clear:right;
    
    }
#centercontents input
{
    float:left;
    width:180px;
    
    }   
#centercontents
{
    margin:0px;
    
    padding:40px 10px 10px 10px;
    width:525px;
    float:left;
    background-color:#fff;
    height:100%;
}

#centercontents h2
{
    margin:0px 0px 15px 0px;
    padding:0px;
    font-size:18px;
    font-style:italic;
    font-weight:bold;
    color:#49883f;
}

#centercontents span
{
    font-weight:normal;
    margin-left:10px;
    display:block;
}

#centercontents .greenheading
{
    font-weight:normal;
    display:block;
    padding:10px;
    background-color:#49883f;
    color:#fff;
    margin:25px 0px 10px 0px;
    clear:both;
}

#centercontents ul
{
    list-style:none;
    padding:0px;
    margin:0px 0px 0px 10px;
}
#centercontents ul li
{
    background:url('/images/design/tick.jpg') no-repeat left;
    padding-left: 15px;
    float:left;
    width:130px;
    margin-top:4px;
}

#rightcontents
{
    margin:0px 0px 0px 10px;
    width:220px;
    float:left;
    height:100%;
}

#rightcontents .minicart
{
    padding:10px;
    background:#fff url('/images/design/cart.jpg') no-repeat;
    background-position: 170px 10px;
}
#rightcontents .minicart h3
{
   color: #49883f;
   font-size:16px;
   margin:0 0 10px;
   padding:0px;
}
#rightcontents .minicart span
{
   display:block;
   margin-bottom:10px;
}

#rightcontents .rightlogos
{
    height:100%;
    background-color:#fff;
    padding:10px 2px 10px 5px;
}
#rightcontents .rightlogos h3
{
   color: #49883f;
   font-size:16px;
   margin:0 0 5px 10px;
   padding:0px;
}

.clear
{
    clear:both;
}
.floatright
{
    float:right;
}
.menusep
{
    height:32px;
    background:url('/images/design/menu_sep.jpg') no-repeat;
    width:2px;
    float:left;
}

.breadcrump{display:block; height:20px; margin-bottom:20px; color:#fff; line-height:20px; font-size:13px;}
.box{border:1px solid #ccc;width:190px;display:block;background-color:#fff;margin-bottom:20px;background-image:url(../images/layout/boxbg.jpg);background-repeat:no-repeat;background-position:bottom;position:relative; overflow:hidden;}
.boxTxt{position:relative;display:block;width:160px;font-size:12px;padding:15px;}
.dame{height:130px;background-image:url(../images/layout/dame.jpg);background-repeat:no-repeat;}
.tilbehor{display:block;background-image:url(../images/layout/tilbehor.jpg);width:190px;height:24px;}
.gavekort{display:block;background-image:url(../images/layout/gavekort.jpg);width:190px;height:80px;}
.brugtvogn{display:block;background-image:url(../images/layout/vogn-park.jpg);width:190px;height:146px;}
.kurv{display:block;background-image:url(../images/layout/kurv.jpg);width:190px;height:24px;}
.kundeservice{display:block;background-image:url(../images/layout/kundeservice.jpg);width:190px;height:24px;}
.fragt{display:block;background-image:url(../images/layout/fragt.jpg);width:190px;height:24px;}
.nyhedsbrev{display:block;background-image:url(../images/layout/nyhedsbrev.jpg);width:190px;height:24px;}
.kortLogo{display:block;background-image:url(../images/layout/kort-logo.jpg); width:102px; height:16px; float:right; margin-top:10px; margin-right:10px;}
.basketBoxItems{padding:15px;clear:both; display:block; font-size:14px; font-weight:bold; height:35px; border-bottom:1px solid #cccccc;}
.basketBoxTotal{padding:15px; padding-bottom:5px;padding-top:5px;display:block; font-size:14px; font-weight:bold; line-height:20px; height:20px; border-bottom:1px solid #ccc;}
.btnShowBasket{cursor:pointer;margin:5px;display:block; height:24px; width:87px; float:left; background-image:url(../images/layout/vis-kurv.jpg)}
.btnBuy{cursor:pointer;margin:5px; margin-left:0px;display:block; height:24px; width:87px; float:left; background-image:url(../images/layout/buy.jpg)}                
.bold{font-weight:bold;}
.actionbtn, .btnGreen{cursor:pointer; display:block; background-image:url(../images/knapper/button.png); height:42px; width:180px; position:relative; line-height:42px; text-decoration:none; text-indent:0px; border:0px; color:#fff; font-size:18px; font-weight:bold;}
/* ShowGroups.asp*/
.showGroups_productContainer{
	width:505px;;
	position:relative;
	padding:0px;
	text-align:center;
	margin-top:10px;
	min-height:150px;
	clear:both;
	border-bottom:1px solid #cacaca;
}
.showGroups_image{
	vertical-align: middle;
	width:160;
	height:150px;
	overflow:hidden;
	position:absolute;
	top:-10px;
	left:15px;
	
}
.showGroups_name{
	font-weight:bold;
	font-size:10px;
	text-align:left;
	position:absolute;
	top:15px;
	text-align:left;
	left:180px;
	width:100%;
	color:#575757;
	width:300px;
	
}
#seoText
{
    border-bottom:1px solid #e2e2e2;
    padding-bottom:30px;
    
    }
.showGroups_name A:link{
	text-decoration:none;
	color:#575757;
}

.showGroups_name A:visited{
	text-decoration:none;
	color:#575757;
}
.showGroups_name A:hover{
	text-decoration:underline;
	color:#575757;
}

.showGroups_shortDescription{
	font-size:10px;
	text-align:center;
	position:absolute;
	bottom:10px;
	left:5px;
	color:#666666;
}

.showGroups_shortDescription_submit{
	width:57px;
	height:25px;
	background-image:url(/images/kob.jpg);
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	size:10px;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	left:10px;
	text-align:center;
	position:absolute;
	left:0px;
	bottom:0px;
	display:none;
}
.showGroups_shortDescription_input{
	position:absolute;
	left:65px;
	bottom:0px;
	width:32px;
	height:18px;
	border:1px solid #e2e2e2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	size:10px;
	background-repeat:no-repeat;
	margin-top:20px;
	padding:0px;
	text-align:center;
	display:none;
	
}

.showGroups_price{
	font-size:12px;
	text-align:center;
	color:#F90;
	position:absolute;
	bottom:40px;
	left:0px;
	width:172px;
	top:160px;
	
}

.showGroups_ItemTxt
{
    font-size:10px;
    display:block;
    font-weight:normal;
    width:300px;
    margin-bottom:5px;
    }
.showGroups_ItemDescTxt
{
    font-size:12px;
    display:block;
    color:#000;
    }

.showGroups_CalcBtn
{
left:400px;
position:absolute;
white-space: nowrap;
display:block;
width:87px;
height:36px;
top:100px;
}

.showGroups_CalcBtn img
{
width:87px;
height:36px;
border: 0
}
#showProductHeader
{
    display:block;
    position:relative;
    height:10px;
    }
    
#showProductSubHeader
{
    display:block;
    position:relative;
    height:15px;
    clear:left;
    margin-top:5px;
    }    

#showProductMain
{
    clear:left;
    display:block;
    position:relative;
    height:400px;
    
    }
    
#showProductAlternativeImages
{
    clear:both;
    display:block;
    position:relative;
    height:86px;
    overflow:hidden;
    margin-top:10px;
    }
#showProductAlternativeImages img
{
    border:0px;
    }
#showProductDescriptionTxt
{
    clear:both;
    display:block;
    position:relative;
    overflow:hidden;
    height:auto;
    }   

.showProductProductName
{
    display:block;
    position:relative;
    float:left;
    width:350px;
    
 }  
.showProductProductName h1
{
    padding:0px;
    margin:0px;
    font-size:16px;
    font-weight:bold;
    }

.showProductPrice
{
    display:block;
    position:relative;
    float:right;
    padding:0px;
    margin:0px;
    font-weight:bold;
}

.showProductItemNo
{
    display:block;
    position:relative;
    float:left;
    font-weight:bold;
    }

.showProductVatTxt
{
    display:block;
    position:relative;
    float:right;
    font-weight:bold;
    font-style:italic;
    }

.showProductPrimaryImage
{
    width:220px;
}
.showProductPrimaryImage img
{
    border:0px;
    
    }
.showProductRightPlaceHolder
{
    background-image:url(/images/showproduct/showproduct-addbasket-bg-layer.png);
    width:300px;
    display:inline-block;
    position:relative;
    float:left;
    }
.showProductShortIntroText
{
    display:block;
    
    
    }
#showProductShortAddBasket
{
    position:relative;
    display:block;
    border:0px;
    margin:0px;
    padding:0px;
    height:30px;
    margin-top:10px;
    text-align:right;
   
    
    
    }
.showProductClear
{
    display:block;
    position:relative;
    clear:both;
    
    }

.showProductH3
{
    padding:0px;
    margin:0px;
    color:#0078b6;
    font-size:18px;
    font-weight:bold;
    display:block;
    
    }
    
#showProductLeftContent
{
    width:230px;
    float:left;
    }    
    
#showProductrightContent
{
    width:290px;
    float:left;
    }    
