x

html, body {
	width:100%;
	height:100%;
    min-width:1000px;
}

body#contentBody {
	background:#000000 ;
    background-image:url(/sys/images/DK/body_repeat.jpg);
    background-position:center;
    background-repeat:repeat-y;
	margin:0px;
}

div#designContainer {
	width:100%;
	height:100%;
    background-image:url(/sys/images/DK/body_top.jpg);
    background-position:top center;
    background-repeat:no-repeat;
}

div#shopContainer {
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/sys/images/DK/content_repeat.jpg);
    background-repeat:repeat-y;
    z-index:5;
}

div.menuContainer {
	position:absolute;
    top:0;
    left:50%;
    margin-left:-500px;
	width:1000px;
    height:auto;
    z-index:10;
}

div#shopHeader {
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
    background-image:url(/sys/images/DK/content_top.jpg);
    background-repeat:no-repeat;
    z-index:10;
}

div#shopFooter {
	position:relative;
	width:1000px;
    height:60px;
	margin-left:auto;
	margin-right:auto;
    background-image:url(/sys/images/DK/content_bottom.jpg);
    background-repeat:no-repeat;
}

table#shopContent {
	width:100%;
	border-collapse:collapse;
    }

table#shopContent td.menu {
	vertical-align:top;
    width:249px;
    }

table#shopContent div.menu {
	padding-top:500px;
    padding-left:10px;
    min-height:300px;
    height:auto !important;
    height:300px;
    min-height:300px !important;
    min-height:auto;
    }

table#shopContent td.content {
	vertical-align:top;
    }

table#shopContent div.contentContainer {
	padding-top:410px;
    padding-left:0px;
    padding-bottom:25px;
    }

table#shopContent #content {
    width:710px;
    }


div#creditcardContainer {
        position:absolute;
        top:405px;
        left:735px;
        z-index:20;
    }
div#creditcardContainer table {
        border-collapse:collapse;
    }
div#creditcardContainer td {
        vertical-align:middle;
        padding:0px;
        padding-right:7px;
    }

div#webshopInformationContainer {
    position:absolute;
    top:39px;
    left:3px;
/*  background-image:url(/sys/images/DK/information_bg.jpg);
    width:227px;
    height:123px; */
    color:#FFFFFF;
    line-height:16px;
    font-family:Verdana;
    font-size:11px;
    z-index:20;
    white-space: nowrap;
}
span.webshopInformationHeader, div.webshopInformationHeader {
    font-weight:bold;
    color:#FFFFFF;
/*  margin-bottom:20px;
    margin-left:2px;
    padding-top:10px;*/
    }
div.webshopInformationContactData {
/*	margin-left:12px; */
}
a.webshopInformationLink {
    font-family:Verdana;
    font-size:11px;
    color:#e7b402;
}
a.webshopInformationLink:hover {
    color:#FFFFFF;
}



div#featureSearchContainer {
/* Must be relative OR absolute with positions */
/*	position:relative;*/
	position:absolute;
    top:409px;
    left:10px;
    z-index:20;
    }
div#featureSearchHeaderText {
/*  position:absolute;
    left:9px;
    top:5px;
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    color:#000000;*/
    display:none;
    }
div#featureSearchInputContainer {
    position:absolute;
    left:9px;
    top:25px;
    }
input.featureSearchInput {
    border:0px;
    background: url(/images/miscellaneous/clear.gif) transparent;
    width:165px;
    font-family:Verdana;
    font-size:10px;
    color:#000000;
}
div#featureSearchSubmitContainer {
    position:absolute;
    left:182px;
    top:24px;
    width:26px;
    height:21px;
}




div#featureBasketContentContainer {
/* Must be relative OR absolute with positions */
/*	position:relative;*/
    position:absolute;
    top:323px;
    left:672px;
    font-family:verdana;
    font-size:11px;
    color:#ffffff;
    z-index:999;
}
div#featureBasketContentContainer table {
	width:200px;
    }
div#featureBasketContentContainer td{
    font-family:Tahoma;
    font-size:11px;
    color:#ffffff;
}
div#featureBasketContentInfoContainer {
    position:absolute;
    top:19px;
    left:15px;
    line-height:18px;
}
span.featureBasketContentSelected {
    color:#FFFFFF;
    font-weight:bold;
}
div#featureBasketButtonContainer {
    position:absolute;
    top:0px;
    left:252px;
    width:66px;
    height:70px;
}


div#recommendLinkContainer {
    position:absolute;
    top:1px;
    left:335px;
    z-index:20;
}
div#newsletterLinkContainer {
    position:absolute;
    top:1px;
    left:259px;
    z-index:20;
}
div#printLinkContainer {
    position:absolute;
    top:1px;
    left:297px;
    z-index:20;
}
div#sitemapLinkContainer {
    position:absolute;
    top:1px;
    left:373px;
    z-index:20;
}



table#shoppingProcessTable {
    position:relative;
    left:0px;
    top:-8px;
    z-index:20;
    border-collapse:collapse;
}
td#shoppingProcessDelimiter {
    text-align:center;
/*  width:4px;*/
    padding:2px;
    color:#6d92e2;
}
td#shoppingProcessContainer div.Off {
    border:1px solid #000000;
    background-color:#484c59;
    width:119px;
    text-align:center;
    vertical-align:middle;
    padding-top:3px;
    padding-bottom:4px;
    font-family:Trebuchet MS;
    font-size:10px;
    color:#6d92e2;
}
td#shoppingProcessContainer div.On {
    border:1px solid #ffffff;
    background-color:#484c59;
    width:119px;
    text-align:center;
    vertical-align:middle;
    padding-top:3px;
    padding-bottom:4px;
    font-family:Trebuchet MS;
    font-size:10px;
    color:#FFFFFF;
    cursor:pointer;
}
td#shoppingProcessContainer div.Selected {
    border:1px solid #ffffff;
    background-color:#000000;
    width:119px;
    text-align:center;
    vertical-align:middle;
    padding-top:3px;
    padding-bottom:4px;
    font-family:Trebuchet MS;
    font-size:10px;
    color:#FFFFFF;
    cursor:pointer;
}


div#leftMenuBgRepeat {
    font-size:0px; 
	background-image:url(/sys/images/DK/leftmenu_repeat.jpg);
    background-position:top left;
	background-repeat:repeat-y;
    }

div#leftMenuBgTop {
    min-height:250px;
    height:auto !important;
    height:250px;
    min-height:250px !important;
    min-height:auto;
    background-image:url(/sys/images/DK/leftmenu_top.jpg);
    background-position:top left;
    background-repeat:no-repeat;
}

div#leftMenuBgBottom {
    background-image:url(/sys/images/DK/leftmenu_bottom.jpg);
    background-position:top left;
    background-repeat:no-repeat;
    height:25px;
    position:relative;
}

div#leftMenuContent {
	padding:8px 2px 0 10px;
    }


div.topimage {
	position:absolute;
    top:66px;
    background-image:url();
    background-position:top center;
    background-repeat:no-repeat;
    width:100%;
    height:333px;
	left: 226px;
    min-width:767px;
    z-index:1;
}
div#shopHeader div.topimage {
	position:absolute;
    top:66px;
    background-image:url();
    background-position:top center;
    background-repeat:no-repeat;
    width:767px;
    height:333px;
}

div#breadcrumbContainer {
	position:absolute;
	top:365px;
    left:40px;
    color:#ffffff;
    font-size:11px;
    }

div#breadcrumbContainer a {
	font-family:"Trebuchet MS";
    font-size:13px;
    color:#a8a8a8;
    margin:0 3px 0 3px;
    }

div#breadcrumbContainer a:hover {
    color:#666666;
    text-decoration:none;
    margin:0 3px 0 3px;
    }

