/*

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText {
    font-size: 10px;
}

.errorBox {
    background: #339a99;
    font-weight: bold;
}

.stockWarning {
    color: #cc0033;
}

.productsNotifications {
}

.orderEdit {
    color: #FD9831;
    font-weight: bold;
}

BODY {
    background: white;
    color: black;
    margin: 10px;
}

* {
    font-family : Arial, Helvetica, sans-serif;
    font-size: 12px
}

A {
    font-size: inherit
}

A {
  color: black;
  text-decoration: none;
}

A:hover {
  color: #FF9900;
  text-decoration: underline;
}

A img {
  text-decoration: none;
  border: none
}

#side {
    width: 900px;
    margin: auto
}

.varekatalogpil {
    padding-top: 1px;
    padding-right: 1px
}

td#vkol td.varekatalognavn {
    font-weight: bold;
    color: #339a99
}

.varekatalognavn b {
    color: #339a99
}

#vkol {
  padding-left: 16px
}

#mkol {
    padding: 0 15px
}

#sidefod {
    text-align: center;
    font-size: 10px
}

#sidefod A {
    font-size: 10px
}

#mkol h1 {
    margin: 0;
    font-size: 20px;
}

.boks {
    border: 1px solid #339a99
}


FORM {
    display: inline;
}

input[type=text], input[type=password], textarea {
    border: 1px solid #339a99
}

TR.header {
  background: white;
}

TR.headerNavigation td {
  padding-top: 0.5em;
  padding-left: 16px
}

TD.headerNavigation {
}

A.headerNavigation {
}

A.headerNavigation:hover {
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  background: #ff0000;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: white;
}

.infoBoxContents {
  background: white;
  font-size: 10px
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

TD.infoBoxHeading {
  font-weight: bold;
}

.boks td.infoBoxHeading {
    padding: 9px 6px 6px 6px
}

#mkol td.infoBoxHeading img {
    display: none
}

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: transparent;
}

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: transparent;
}

TABLE.productListing {

}

.productListing-heading {
  font-weight: bold;
}

TD.productListing-data {
}

A.pageResults u {
  text-decoration: none;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
}

tr td.pageHeading {
    color: #FD9831
}

.pageHeading img {
    display: none
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: black;
}

TD.main, P.main {
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
}

TD.accountCategory {
  color: #aabbdd;
}

TD.fieldKey {
  font-weight: bold;
}

TD.fieldValue {
}

TD.tableHeading {
  font-weight: bold;
}

SPAN.newItemInCart {
  color: #ff0000;
}
/* >> ACA, ulrik@o3.dk (2005-01-04) */
TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
/* << ACA */

CHECKBOX, INPUT, RADIO, SELECT {
}

TEXTAREA {
  width: 100%;
}

SPAN.greetUser {

}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  color: #c76170;
  font-weight: bold;
}

s {
  font-weight: normal
}

SPAN.productSpecialPrice {
  font-weight: bold
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver {
    color: #FF9900;
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}
.moduleRowSelected { }

.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c; }
.checkoutBarCurrent { color: #000000; }

/* message box */

.messageBox { }
.messageStackError, .messageStackWarning { background-color: #ffb3b5; }
.messageStackSuccess { background-color: #99ff00; }

/* input requirement */

.inputRequirement { color: #ff0000; }

small {
    font-size: 10px
}

.produktnavn {
    text-transform: uppercase;
    font-weight: bold
}

.produktnummer {
    font-style: italic;
    margin-top: 0
}

.produktpris {
    margin-top: 0
}

.normalpris {
    font-size: 18px;
    font-weight: bold
}

.tilbudspris {
    font-size: 18px;
    font-weight: bold
}

.gammelpris {
    text-decoration: line-through
}

.produktbeskrivelse {
    clear: both
}
