/* -------------------------------------------------
   Stylesheet til dutyfree.gl / taxfree.gl.
   Udviklet af Benny Reffeldt Otte, Pilersuisoq a/s.
   Version 1.0 - Januar 2004.
   ------------------------------------------------- */


/* --- Base ------------------------------------------------- */

body {
	margin: 5px;
	padding: 0;
	background: url("../i/bgrepeat.gif") repeat;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /* For at centrere container i IE5 mv. */
}

img {
	border: 0;
}

ul {
	list-style-type: square;
}

p, td {
	font-size: 12px;
}

input, select, textarea {
	font-size: 12px;
	margin: 0;
	padding: 2px;
	border: 1px solid #999;
	color: #333;
	background: #FFF;
	white-space: nowrap;
}

input.button {
	padding: 1px;
	text-align: center;
}

input.buttonwmargin {
	margin: 0 5px;
	padding: 1px;
	text-align: center;
}

a {
	color: #333;
}

a:hover {
	color: #999;
}

.hide {
	display: none;
}

.centerview {
	text-align: center;
}

.hilite {
	color: #F00;
	text-decoration: underline;
}

.warning {
	color: #F00;
	font-weight: bold;
}


/* --- Container - generelle indstillinger ----------------------------------- */

#container {
	/* background: url(../i/cntainBorder.gif) repeat-y fixed right; */
	background-color: #FFF;
	margin: 0;
	border: 1px solid #999;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* Tilbage til venstrestilling fra body */
	width: 782px; /* BMH */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 780px;
}

html>body #container { /* Opera */
	width: 780px;
}

#header, #navbar, #maincontent, #footer {
	width: 100%;
}

#footer {
	height: 5em;
}


/* --- Header (logo og userinfo) --------------------------------------- */

#logo {
	float: left;
	width: 150px;
}

#logo img {
	display: block;
}

#userinfo {
	float: right;
	width: 50%;
}

#userinfo ul {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	text-transform: lowercase;
}

#userinfo li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px dotted #666;
	list-style: none;
	background-image: none;
	line-height: normal;
}

#userinfo li a {
	margin: 0;
	padding: 3px 5px;
	border: 0;
	background: none;
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 12px;
}

#userinfo #langlast {
	border-right: none;
}

#userinfo strong { /* Markerer det aktuelle valg i userinfo */
	/* Ingen css. Bruger blot fed som standard i strong-tag. */
}

#userinfo a:hover {
	background-color: #F1F1F1;
	color: #000;
}

#userinfo p {
	margin: 3em 0 0 0;
	padding: 3px 5px 10px;
	border: 0;
	text-align: right;
	line-height: normal;
	font-size: 9px;
}


/* --- Navbar ---------------------------------------- */
/* --- Baseret på Douglas Bowmans sliding door-teknik. */
/* --- Flere oplysninger: www.stopdesign.com.          */

#navbar {
	float: left;
	background: #FFF url("../i/navbarbg.gif") repeat-x bottom;
	font-size: 12px;
	line-height: normal;
}

#navbartabs {
	float: left;
}

#navbartabs ul {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}

#navbartabs li {
	display: inline;
	margin: 0;
	padding: 0;
}

#navbartabs a {
	float: left;
	background: url("../i/navbarleft.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
	border-bottom: 1px solid #999;
	text-decoration: none;
}

#navbartabs a span {
	float: left;
	display: block;
	background: url("../i/navbarright.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	font-weight: bold;
	color: #666;
}

/* Skjul CSS for IE5-Mac \*/
#navbartabs a span { float: none; }
/* IE5-Mac hack slut */

#navbartabs a:hover span {
	color: #333;
}

#navbartabs strong { /* Markerer det aktuelle valg i navbar */
	font-weight: normal;
}

#navbartabs strong a {
	background-position: 0 -150px;
	border-width: 0;
}

#navbartabs strong a span {
	background-position: 100% -150px;
	padding-bottom: 5px;
	color: #333;
}

#navbartabs a:hover {
	background-position: 0 -150px;
}

#navbartabs a:hover span {
	background-position: 100% -150px;
}

#navbaricons {
	float: right;
}

#navbaricons img {
	margin: 0 4px 0 0;
	padding: 0;
}



/* --- sidebar1 --------------------------------------- */

#sidebar1 {
	float: left;
	margin: 20px 0;
	padding: 0;
	width: 150px;
}

#sidebar1 dl {
	margin: 8px 0 0 0;
	padding: 0;
	border: 0;
	background: url("../i/sidebar1top.gif") no-repeat right top;
}

#sidebar1 dt {
	margin: 0;
	padding: 4px 8px;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #999;
}

#sidebar1 dd {
	margin: 0;
	padding: 0 0 22px 0;
	background: url("../i/sidebar1bot.gif") no-repeat right bottom;
}

#sidebar1 ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#sidebar1 li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #999;
	border-bottom: 1px dotted #999;
}

#sidebar1 a {
	display: block;
	margin: 0;
	padding: 4px 8px;
	text-decoration: none;
	color: #333;
}

#sidebar1 a:hover {
	background-color: #F1F1F1;
	color: #333;
}

#sidebar1 strong { /* Det aktuelle valg i sidebar-menuen */
	font-weight: normal;
}

#sidebar1 strong a {
	background: url("../i/bgactive.gif") repeat;
	color: #000;
}

/* Underniveau 1.1 */
#sidebar1 li ul li {
	border: 0;
}

#sidebar1 li ul li a {
	padding: 4px 8px 4px 16px;
}

/* Underniveau 1.1.1 */
#sidebar1 li ul li ul li {
	border: 0;
}

#sidebar1 li ul li ul li a {
	padding: 4px 8px 4px 24px;
}

/* Underniveau 1.1.1.1 */
#sidebar1 li ul li ul li ul li {
	border: 0;
}

#sidebar1 li ul li ul li ul li a {
	padding: 4px 8px 4px 32px;
}

/* Underniveau 1.1.1.1.1 */
#sidebar1 li ul li ul li ul li ul li {
	border: 0;
}

#sidebar1 li ul li ul li ul li ul li a {
	padding: 4px 8px 4px 40px;
}


/* --- sidebar2 --------------------------------------- */

#sidebar2 {
	float: right;
	margin: 20px 0;
	padding: 0;
	width: 150px;
}

#sidebar2 dl {
	margin: 8px 0 0 0;
	padding: 0;
	border: 0;
	background: url("../i/sidebar2top.gif") no-repeat left top;
}

#sidebar2 dt {
	margin: 0;
	padding: 4px 8px;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #999;
}

#sidebar2 dd {
	margin: 0;
	padding: 0 0 22px 0;
	background: url("../i/sidebar2bot.gif") no-repeat left bottom;
}

#sidebar2 ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#sidebar2 li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid #999;
	border-bottom: 1px dotted #999;
}

#sidebar2 a {
	display: block;
	margin: 0;
	padding: 4px 8px;
	text-decoration: none;
	color: #333;
}

#sidebar2 a:hover {
	background-color: #F1F1F1;
	color: #333;
}

#sidebar2 strong { /* Det aktuelle valg i sidebar-menuen*/
	font-weight: normal;
}

#sidebar2 strong a {
	background: url("../i/bgactive.gif") repeat;
	color: #000;
}

#sidebar2 p, #sidebar2 form {
	margin: 0;
	padding: 7px 8px 0 8px;
	border-left: 1px solid #999;
}	

#sidebar2 input {
	margin-top: 4px;
	border-left: 1px solid #999;
}

#sidebar2 .noitems {
	margin: 0;
	padding: 4px 8px;
	word-wrap: break-word;
}

/* Følgende kan genaktiveres, hvis vi skal have cart med knapper:

#sidebar2 #cart li {
	border-bottom: 0;
	margin: 0;
	padding: 7px 0 0 8px;
}	

#sidebar2 #cart a {
	display: inline;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #333;
	text-decoration: underline;
}

#sidebar2 #cart a:hover {
	background-color: #F1F1F1;
	color: #000;
}

*/

/* --- Midsection --------------------------------------- */

#midsection {
	float: left;
	margin: 0;
	padding: 28px 0 28px 20px;
	border: 0;
	width: 460px; /* BMH */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 440px;
}

html>body #midsection { /* Opera */
	width: 440px;
}

#midsection form {
	display: inline;
	margin: 0;
	padding: 0;
}

#midsection h1 {
	margin: 0 0 10px 0;
	padding: 4px 0;
	border-top: 1px solid #999;
	background: url("../i/bgheader.jpg") repeat-x;
	font-size: 16px;
	font-weight: bold;
}

#midsection h2 {
	margin: 20px 0 4px 0;
	padding: 2px 0;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #CCC;
}

#midsection p {
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	font-size: 12px;
}

#midsection table {
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

#midsection table th {
	background: url("../i/bgactive.gif") repeat;
	border: 1px solid #FFF;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#midsection table td {
	background: url("../i/bgactive.gif") repeat;
	border: 1px solid #FFF;
	padding: 3px;
}

#midsection #listtype1 td {
	background: #FFF;
	font-weight: bold;
	vertical-align: top;
	padding: 6px;
}

#midsection ul {
	margin-top: 0;
	margin-bottom: 10px;
}

/* Front */

#midsection #fronttop {
	border: 0;
	margin: 0;
	padding: 0;
	/* Når der bruges webbanner, skal der ikke bruges baggrund */
		/* background: url("../i/midtop_dfshop.jpg") no-repeat right top; */
	height: 247px;
}

#midsection #fronttop dt {
	margin: 0 255px 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #999;
	text-align: right;
	color: #666;
}

#midsection #fronttop dd {
	margin: 0;
	padding: 10px 255px 0 0;
	text-align: right;
}

#midsection .frontspecoff {
	padding: 25px 0;
	height: auto;
}

#midsection .frontspecoff .priceandlinks {
	float: left;
}

#midsection .frontspecoff .priceandlinks ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#midsection .frontspecoff .priceandlinks li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
}	

#midsection .frontspecoff h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #666;
	border: 0;
	border-bottom: 1px solid #999;
}

#midsection .frontspecoff img {
	border: 0;
	float: left;
	margin: 0 10px 10px 0;
	border: 0;
	display: block;
}

#midsection .frontspecoff li {
	list-style: none;
	margin: 0 5px 0 0;
}	


#midsection .frontspecoff li a {
	display: block;
	margin: 0;
	padding: 2px;
	background-color: #FFF;
	color: #333;
}

#midsection .frontspecoff li a:hover {
	background-color: #F1F1F1;
	color: #000;
}

/* Templates */

#midsection #itemdescription {
	margin: 0 0 10px 0;
	border: 0;
	padding: 0;
}

#midsection #itemdescription img {
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
}

#midsection #groupstructure {
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
}

#midsection #groupstructure .groupstructuresubgroup {
	text-align: -moz-center; /*FF*/
	#text-align: center; /*IE */
	list-style: none;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #999;
}

#midsection #groupstructure .groupstructuresubgroup a {
	font-weight: bold;
	text-decoration: none;
}

#midsection #groupstructure h2 {
	border: 0;
}

#midsection #groupstructure .groupstructuresubgroup p {
	margin: 0;
	border: 0;
	padding: 0 0 5px 0;
}

#midsection #groupstructure .groupstructuresubgroup img {
	display: block;
	margin: 0 0 5px 0;
}

#midsection #productstructure {
	margin: 0 0 10px 0;
	border: 0;
	padding: 0;
}

#midsection #productstructure h2 {
	border: 0;
}

#midsection #productstructure table {
	border-collapse: collapse;
	width: 100%;
	border: 0;
}

#midsection #productstructure table td {
	margin: 4px 0;
	padding: 4px 0;
	border-bottom: 1px solid #CCC;
	background: none;
}

#midsection #productstructure td.pdel {
	width: 30px;
}

#midsection #productstructure td.ppic {
	width: 70px;
}

#midsection #productstructure td.ptext {
	width: 320px;
}

#midsection #productstructure a {
	text-decoration: none;
}

#midsection #productdetails {
	margin: 0 0 10px 0;
	border: 0;
	padding: 0;
}

#midsection #productdetails h2 {
	border: 0;
}

#midsection #productdetails table td {
	padding: 2px 15px 2px 2px;
}

#midsection #searchform input {
	margin: 0 10px 0 0;
}

#midsection #searchform input.radiobuts {
	border: 0;
}

#midsection #searchform p {
	margin: 3px 0;
}

#midsection #searchform ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#midsection #searchform li {
	list-style: none;
	margin: 3px 0;
	padding: 3px 0;
	border-bottom: 1px dotted #CCC;
}	

#midsection #searchform li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#midsection #searchform #searchselpage {
	margin: 0;
	padding: 0;
	border: 0;
}

#midsection #searchform #searchselpage li {
	float: left;
	border: 0;
	margin: 3px 5px 3px 0;
	padding: 0;
	list-style: none;
	border: 1px solid #999;
}

#midsection #searchform #searchselpage li a {
	display: block;
	margin: 0;
	padding: 2px;
	text-decoration: none;
}

#midsection #searchform #searchselpage #searchpageselected {
	padding: 2px;
	background-color: #F1F1F1;
}

#midsection #cart textarea {
	display: block;
}

#midsection #cart .cartbuttons {
	text-align: right;
}

#midsection #cart table {
	width: 100%;
}

#midsection #cart table th {
	font-size: 12px;
	font-weight: bold;
}

#midsection #cart table th.cdel {
	background-color: #FFF;
	width: 14px;
	text-align: center;
}

#midsection #cart table th.cquan {
	width: 50px;
	text-align: center;
}

#midsection #cart table th.cprice {
	width: 100px;
	text-align: right;
}

#midsection #cart table td.cdel {
	text-align: center;
}

#midsection #cart table td.cquan {
	text-align: center;
}

#midsection #cart table td.cprice {
	text-align: right;
}

#midsection #cart table td.ctotalprice {
	font-weight: bold;
	text-align: right;
}

#midsection #cart table td.ctotaldiscount {
	text-align: right;
}

#midsection #cart table td.ctotalpriceline {
	font-weight: bold;
	text-align: right;
}

#pdfcatalog table {
	background: #fff;
	border: none;
}

#pdfcatalog table td {
	background: #fff;
	vertical-align: top;
}

#pdfcatalog img {
	border: 1px solid #333;
}


/* --- Footer --------------------------------------- */

#footer {
	clear: both;
	margin: 0;
	padding: 0;
	border-top: 1px solid #999;
	background-color: #FFF;
}


#footer #copyright {
	width: 60%;
	float: left;
}

#copyright p {
	margin: 8px;
	padding: 0;
	border: 0;
	font-size: 9px;
}

#copyright a {
	color: #333;
}

#copyright a:hover {
	color: #999;
}

#footer #creditcards {
	float: right;
	margin: 8px 4px 4px 0;
	border: 0;
	width: 250px;
}

#footer #creditcards p {
	margin: 0 4px 0 0;
	padding: 0;
	border: 0;
	text-align: right;
	font-size: 9px;
}

#footer #creditcards img {
	margin: 4px 4px 8px 0;
	padding: 0;
	border: 0;
	float: right;
}