/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #F1AA0E; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #F09A0F; text-decoration: underline; }

BODY {
  background: #F6F4EE;
  color: #000000;
  margin: 0px;
    font-family: Verdana, Arial, tahoma, sans-serif;

}
img	a			{
						border: none;
						}	
img{
	text-decoration: none; 
	border: none;
	} 

A {
  color: #747474;
  text-decoration: none;
}

A:hover {
  color: #888888;
  text-decoration: underline;
}

FORM {
 display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #D3D1D1;
}

.infoBoxContents {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  background-image: url('images/infobox/corner_center.gif');
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  display: none;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #FFFFFF;
  //shopping-cart content color
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #FFFFFF;
  //shopping-cart content color
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #D3D1D1;
  //shopping-cart header/footer color
  border-spacing: 1px;
  
}

.productListing-heading {

border-left:1px solid #D3D1D1; 
border-right:1px solid #D3D1D1; 
border-top:0px solid #D3D1D1; 
border-bottom:2px solid #D3D1D1; 
text-align:center;
 

  color: #747474;
  font-weight: bold;
  padding: 12px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  text-transform:uppercase;
  font-size: 12px;
  background: #FFFFFF;
  //shopping-cart header/footer color
}

TD.productListing-data {
border-left:1px solid #FFFFFF; 
border-right:1px solid #FFFFFF; 
border-bottom:2px solid #FFFFFF; 
text-align:center;
vertical-align:top; 
padding:10 10 10 10;


  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #E97300;
}



A.pageResults {
  color: #747474;
}

A.pageResults:hover {
  color: #747474;
}

A.pageResults:visited {
  color: #747474;
}


TD.pageHeading, DIV.pageHeading {
 font-size: 12px;
 color: #373F2F;
 font-weight: bold;
  text-decoration: none;
  height:47px;
  width: 100%;
  background: url('images/bg/head01.gif');
  padding-left:15px; background-repeat:repeat-x

}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding-left: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}


 .pr_category{
  font-size: 13px;
 color: #000000;
 text-decoration: none;
 text-transform: uppercase;
 font-weight: bold;
 }

 .pr_name{
 font-size: 12px;
 color: #E97300;
 text-decoration: none;
 font-weight: bold;


}


 .pr_price{
 font-size: 14px;
 color: #E97300;
 font-weight: bold;


 }

 .pr_descr{
 font-family: tahoma, verdana, arial;
 font-size: 11px;
 color: #464646;

}




.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }


h1				{
				font-size:14px;
				line-height:16px;
				font-weight: bolder;
				color:#172C07;
				}
h2 { 
				font-size:14px;
				line-height:14px;
				color:#172C07;
				}
h3 { 
				font-size:13px;
				line-height:14px;
				color:#EF960F;
				font-weight: normal;
				}
h4{
				font-size:10px;
				line-height:10px;
				color:#EF960F;
				font-weight: normal;
				}
h5 { 
				font-size:14px;
				line-height:14px;
				color:#172C07;
				}
.tx  {color:#172C07; font-size:10px; font-weight:bold; text-transform:uppercase;}
.tx a {color:#172C07; font-size:11px; font-weight:normal; text-transform:none; text-decoration:none;}
.tx a:hover {color:#172C07; font-size:11px; font-weight:normal; text-transform:none; text-decoration:underline;}
.ml  {color:#172C07; text-decoration:underline;}

.get1free { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #ffb3b5; font-weight: bold;}

td{
 font-family: tahoma,verdana,arial;
 font-size: 11px;
 color: #4C4C4C;
}

 .bg{
 background: #FFFFFF
 }

 .bg01{
 background-image: url("images/bg/bg01.jpg");
 background-repeat: no-repeat; 
 }

 .bg02{
 background-image: url("images/bg/bg02.jpg");
 background-repeat: no-repeat; 
 }
  .bg03{
 background-image: url("images/bg/bg03.jpg");
 background-repeat: no-repeat; 
 }
   .bg04{
 background-image: url("images/bg/bg04.jpg");
 background-repeat: repeat-x; 
 }
 .cat04 {background: url(images/bg/CAT04.gif); background-repeat: repeat-x;}
.cat03 {background: url(images/bg/CAT03.gif); background-repeat: repeat-y;}
.cat02 {background: url(images/bg/CAT02.gif); background-repeat: repeat-x;}
.footer01 {background: url(images/bg/footer01.gif); background-repeat: repeat-x;}

 .ch1{
 font-size: 10px;
 color: #000000;
 font-weight: bold;
 }

 .ch2{
 background: #ffffff;
 }

 .ch3{
 padding-left: 11px;
 }

 .ch4{
 padding-left: 11px
 }

 .ch5{
 border-left: #E3E0DF 2px solid; 
 border-right: #E3E0DF 2px solid; 
 }

 .ch6{
 font-size: 11px;
 color: #4C4C4C;
 font-weight: bold;
 }

 .ch7{
 font-size: 14px;
 color: #E97300;
 font-weight: bold;
 }

 .ch8{
 font-family:Tahoma;
font-size:11px;
color:#000000;
}
  .ch8 a{
 font-family:Tahoma;
font-size:11px;
color:#000000;

}
 .ch9{
 padding-left: 10px;
 color:#000000;
 }

 .ch10{
 font-size: 11px;
 color: #000000;
 text-decoration: none;
 }

 .ch11{
 background: #E2FFB1;
 border-top: #C6DDA4 2px solid; 
 border-bottom: #C6DDA4 2px solid; 
 }

 .ch12{
 font-size: 12px;
 color: #373F2F;
 font-weight: bold;
 }

 .ch13{
 font-size: 13px;
 color: #202020;
 font-weight: bold;
 }

 .ch14{
 font-size: 12px;
 color: #202020;
 font-weight: bold;
 }

 .ch15{
 font-size: 11px;
 color: #363636;
 }

 .ch16{
 font-size: 11px;
 color: #FFFFFF;
 }

 .ml1{
 font-size: 11px;
 color: #FFFFFF;
 text-decoration: none;
 font-weight: bold;
 }

 .ml2{
 font-size: 11px;
 color: #000000;
 text-decoration: none;
 font-weight: normal;
 }

 .ml3{
 font-size: 12px;
 color: #E97300;
 text-decoration: none;
 font-weight: bold;
 }

 .ml4{
 font-size: 11px;
 color: #FFFFFF;
 text-decoration: none;
 }

 .ml5{
 font-size: 11px;
 color: #E97300;
 text-decoration: none;
 }

 .ml6{
 font-size: 11px;
 color: #363636;
 text-decoration: none;
 }



 .se{            
 width: 90px;
 font-size: 9px;
 color: #6B6B6B
 }

 .se2{            
 border: #606060 1px solid;
 width: 101px;
 font-size: 9px;
 color: #6B6B6B
 }
 .image_border{
  border:1px solid #807F7F; 
 }

 .cart_border{
  border:2px solid #E3E0DF; 
 }
 
 .menuleft{
   font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #254900;
  font-weight : bold;
  line-height: 18px;
  padding-left: 5 px;
 }
 .menuleft a{
 text-decoration: none;
 }
  .menuleft_logoff{
  margin-left:35px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #254900;
  font-weight : bold;
  line-height: 18px;
 }
 
ul{
   margin:0px;
   padding:0px;
   list-style:none;
}
ul li{
    background:url(images/m22.gif) left bottom no-repeat;
	margin:0px;	
	line-height:18px;
}
ul .sub_category {
    background:url(images/m22.gif) left bottom no-repeat;
	margin:0px;	
	height:18px;
}

ul li a{
	color:#009BC8;		
    font-size:10px;	
	text-decoration:none;	
	padding-left:7px;
	line-height: 18px;	
	text-transform:uppercase;   
	background:url(images/m21.gif) left 5px no-repeat;
}
ul li a:hover{
	color:#009BC8;
}

ul .sub_category a{
	color:#009BC8;		
    font-size:10px;	
	text-decoration:none;	
	padding-left:17px;
	line-height: 18px;	
	text-transform:uppercase;   
	background:none;
}
ul .sub_category a:hover{
	color:#009BC8;
}

/* Spørgsmål & svar               
----------------- */

ul.qa li {
	margin:7px 0;
}
ul.qa li a {

}

#qa div p {
	padding-left:16px;
}

#qa h5 {
	font-weight:normal;
	color:#172C07;
	cursor:help;
	margin:4px 0;
	font-size:100%;
	padding-left:16px;
}
#qa div, #frontqa div {
heiht: 10 px;
	cursor:pointer;
}
.closed p {
	display: none;
}
.open p {
	display: block;
}
#qa .open h5 {
	background-position:0% -98px;
}
#qa .closed h5 {
	background-position:0% 2px;
}