﻿/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; font-size: 13px; line-height: 17px;}
.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: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY, html {
  background-color: #49B63D;
	background-repeat:repeat-x;
	color: #000000;
	margin: 0;
	padding: 0;
}

body {
	min-width:780px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#mainWrap {
/*	background-color:#8cfb80; */
  background-color: #93d78c;	
	background-image: url(images/side/main_bg.gif);

  background-repeat: repeat-x;
  background-position: top center;

  margin:0px auto;
  text-align: center;
}
    
#headerWrap {
    margin:0 auto;
    background-color:transparent;
}    

#pageWrap {
  width:780px;
  position: relative;
  z-index: 2;
/*	margin-top: 20px;*/
/*	border:1px #dbdce3 solid;*/
}
    
#columnleftWrap, #columnleftWrap a, .boxText {
  background: #d9ffd5; /*#14bb01;*/
  color:black;
/*  text-align:right;*/
}

#columnleftWrap a {
/*	padding-right:7px;*/
}

#columnleftWrap a:hover {
	text-decoration: none; 
/*	background: #16db00;
	width: 100%; */
}

#columnleftWrap TD{
	padding-bottom: 0px;
}

#columncenterWrap{
	padding:0px 20px;
    background-color: white;
}

.columnleftBar {
    background-color: transparent;
    height: 15;
}

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

A:hover {
/*  color: #AABBDD;*/
  text-decoration: underline;
}

FORM {
	display: inline;
}

TABLE.header, DIV.header {
/*  background: #ffffff url(./images/header/menu_bg.gif) no-repeat;*/
  margin:0;
  padding:0;
  width:780px;
  height:61px;
}

#bottom-bg-2 {
  background-image: url(images/side/bund_bag_2.gif);
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #59e949;
  height: 164px;
  margin-top: -164px;
  width: 100%;
  min-width: 780px;
  left: 0px;
  right: 0px;
  
  clear:both;

  position: absolute;
  z-index: 0;
}
  
#bottom-bg {
  margin-top: 7px;
  margin-bottom: 10px;
  background-image: url(images/side/bund_bag.gif);
  background-repeat: no-repeat;
  background-position: top center;
  height: 75px;
  position: relative;
  z-index: 2;
}

table#menu {
  background-image: url(images/side/header_bar.gif);
  background-repeat:repeat;
  line-height: 21px;

  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;  
  background-color: #219015;
  color: #ffffff;
  font-weight: bold;  
}

#menu td{
  height: 27px;
}

#menu img{
/*  margin-top: -5px;*/
}

#menu ul{
  text-align: center;
  margin: -4px auto 0px auto;
}

#menu li{
  display:inline;
}

#menu li a{
  color: #fff;
}

#menu li a span{
  margin: 0 10px;
}

#menu li a:hover{
  text-decoration: none;
}

TABLE.headerNavigation, div.headerNavigation {
  background-image: url(images/side/header_bar.gif);
  background-repeat:repeat;
  width:780px;
  margin: 0px auto;
  height:18px;  
  text-align:left;
  line-height:16px;

  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: transparent;
  color: #ffffff;
  font-weight : bold;
  
/*  border-bottom:1px #003251 solid;*/
 /* border-top:1px #005082 solid; */
/*  border-left:1px #005082 solid;
  border-right:1px #005082 solid;*/
}

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

A.headerNavigation { 
/*  color: #FFFFFF; */
  color: #000;
}

A.headerNavigation:hover {
/*  color: #ffffff; */
  text-decoration: none;
}

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;
}

/*** Begin Header Tags SEO ***/
h1 {
 font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; 
 /*Verdana, Arial, sans-serif;*/
 font-size: 21px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
}
/*
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #00cc99;
}*/
/*** End Header Tags SEO ***/

.infoBox {
/*  background-color: #dbdce3; gul side*/
/*  background: #dbdce3;*/
/*  background: #bbc3d3;*/
/*  background: #b6b7cb;*/
}

span.infoBoxContents {
  font-size: 13px;
}

TR.infoBoxContents, .contentBoxContents {
/*  background: #f7fbf6;/* url(./images/infobox/contents_bg.gif) repeat-x;*/
  font-family:Verdana, Arial, Helvetica, sans-serif;
/*  font-size: smaller; */
  background-color: #ffffff;
}

TD.infoBoxContents {
/*	color:white;*/
}

table.contentBoxContents {
/*  border: 0px #84bc7e solid;*/
/*  background-color: #d9ffd5;*/

/* Gul baggrund
  background-color: #ffd9b5;
  background-image: url(./images/side/box/box-ct-bg_1.png); 
  background-position:top;*/
	/*
	background-color: #dffaed;
	background-color: #e1f7e2;
  background-color: #e0e0e0;
	border-left:1px #32b225 solid;
	border-right:1px #32b225 solid;
	border-bottom:1px #32b225 solid;
	*/
}

#linkBlue a, .contentBoxContents a{text-decoration:underline; color: #003399;}
#linkBlue a:hover, .contentBoxContents a:hover{text-decoration:none; color: #cc6600;}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading, h4 {
  margin:0;
  padding:0;
/* Gul baggrund  */
  font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  font-size: 20px;
  font-weight: bold; 
  color: black;
/*  background-color: #32b225;*/

}

TD.infoBoxHeading {padding-left:10px;}

td.contentBoxHeading {
	
}

h2 {
	/*  Gul baggrund
	background: #ffffff url(./images/side/box/box-ctbar-bg_1.png) repeat-x; */
/*  background: #ffffff url(./images/infobox/title_bg.gif) repeat-x; */
/*  color: #2b4805;*/
  font-family: Verdana, Arial, sans-serif;
	margin: 0px 0px 0.35em 0px;
	color: #cc6600;
/*	font-size: medium; */
	font-weight: normal;
	font-size: 1em;		
}

span.Price {
  color: #990000;
}

a.infoBoxHeading, a.infoBoxHeading:hover {
  color: #2b4805; text-decoration: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: #ffd9b5;*/
}

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: #f8f8f9;*/

/*  background: #feebd9; */
}

TABLE.productListing {
/*  border: 1px; */
/*  border-style: solid; gul side*/
/*  border-color: #b6b7cb; */
/*  border-color: #ef9d4c; gul side*/
/*  border-spacing: 1px; */
}

.productListing-heading {
  font-size: smaller;
/*  background: #3e5e89;*/

/*  background: #e38121;  orange
  color: #FFFFFF; */
  background: #d7ebff;
  color: black;
  font-weight: normal;
  padding: 10px 0px;  
}

.productListing a{text-decoration:underline; color: #003399;}
.productListing a:hover{text-decoration:none; color: #cc6600;}

TD.productListing-data {
  font-size: 0.8em;
/*  color: #990000;
  font-weight:bold;*/
}

.productListing-price {
  color: #990000;
  font-weight:bold;
}


A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
/*  color: #3e5e89;*/
  color: #052901;
}

TR.subBar {
  background: #f4f7fd;
}

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

#nyheder {
  background-color: #f1e0e0;
  padding-left: 10px;
}

TD.main, P.main, .main {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: smaller;
/*  font-size: 14px; */
/*  line-height: 1.5;*/
}

TD.smallText, SPAN.smallText, P.smallText, DIV.smallText {
  font-family: Verdana, Arial, sans-serif;
/*  font-size: 10px; */
  font-size: smaller;
}

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;*/
  font-size: 13px;
}

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;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer;  }
.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; }
