/*
  $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
  @Modified by zhongzhen.
*/

.boxText { font-family: Arial; font-size: 12px; line-height: 20px;}
.boxText a {color: #1875BB;}
.errorBox { font-family : Arial; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #9BBCFF; /* zhongzhen - set site background*/
  color: #4D4D4D;
  margin: 0px;
}

p {
  color: #4D4D4D;
  font-size: 12px;
  font-family: Arial;
}

A {
  color: #4D4D4D;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #9BBCFF;
}

TR.body {
  background: #FFFFFF;
}

TR.headerNavigation {
  background: #bbc3d3;
}

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

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
  background: none;
}

.infoBox_create_account {
  background: none;
  margin-left: 40px;
}

.infoBoxLogin {
  background: none;
  border: 1px solid #aaa;
}

.infoBoxContents {
  font-family: Arial;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #1875BB;
  padding-bottom: 5px;
  padding-top: 15px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial;
  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: #EFEFEF;
}

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: #F4F4F4;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial;
  font-size: 11px;
  background: #D4D4D4;
  color: #2D444F;
  font-weight: bold;
  text-align: center;
  height: 20px;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial;
  font-size: 11px;
}

TD.productListing-data img {
  border: 1px solid #AAAAAA;
}

A.pageResults {
  color: #1C74BB;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  color: #1875BB;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial;
  font-size: 10px;
  color: #4D4D4D;
}

TD.main, P.main {
  font-family: Arial;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial;
  font-size: 11px;
}

TD.smallTextOriginal, SPAN.smallTextOriginal, P.smallTextOriginal {
  font-family: Arial;
  font-size: 11px;
  border: 0px solid #ddd;
}

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

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

TD.fieldValue {
  font-family: Arial;
  font-size: 12px;
}

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

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

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

TEXTAREA {
  width: 100%;
  font-family: Arial;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial;
  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, Arial;
  font-size: 12px;
  font-weight: bold;
}

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

SPAN.productSpecialPrice {
  font-family: Arial;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial;
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-family: Arial; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial; font-size: 10px; color: #4D4D4D; }

/* message box */

.messageBox { font-family: Arial; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial; font-size: 11px; background-color: #FAFAEC; border: 1px solid #FCD344; color: #3D6611; font-weight: bold; }
.messageStackSuccess { font-family: Arial; font-size: 11px; background-color: #EFF5EA; border: 1px solid #95A486; color: #3D6611; font-weight: bold; }

/* input requirement */

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

/* Additional styles */
.body-wrapper {width: 800px; margin: 0px auto;}
.body-top {width: 800px; height: 16px; background: url(images/body_top.gif) no-repeat; overflow: hidden;}
.body-middle {width: 785px; background: #ffffff; padding-left: 6px; padding-right: 9px; } 
.body-bottom {width: 800px; height: 200px; background: url(images/body_bottom.gif) no-repeat;}
.footer-wrapper {margin: 20px auto; width: 430px;}
.visa {float: left;}
.mastercard {margin-left: 30px; float: left;}
.posten {margin-left: 30px; float: left;}
.clear {clear: both;}
.category-font {color: #4D4D4D !important ; font-size: 11pt;}
.category-font:hover {color: #FF8F56 !important ; font-size: 11pt; text-decoration: none;}
.button-top-line {padding-top: 10px; border-top: 1px solid #dddddd;}
.small-image {float: left; width: 170px; margin-right: 14px; }
.info-wrapper {float: left; border-left: 1px dashed #aaaaaa;}
.info-content {width: 400px; margin-left: 26px; }
h1 {margin: 0px; padding: 0px;}
.description {border-bottom: 1px dashed #aaaaaa; margin-bottom: 10px; }
.review-link {text-decoration: underline; color: #1E7EC8;}
.review-link:hover {color: #E26703;}
.review-blank {width: 85px; height: 15px; background: url(images/product_rating_blank_star.gif); }
.review-fill {height: 15px; background: url(images/product_rating_full_star.gif); }
.search {float: right; margin-top: 10px; }
.note {font-size: 10px; text-align: center; margin-top: 10px; }

/*BOF Bring fraktguide*/
#bringFrakt { width: 650px; font-family: Arial, Tahoma, sans-serif; font-size: 13px; }
#bringFrakt table { width: 100%; }
#bringFrakt th { font-weight: bold; padding: 7px; }
#bringFrakt td { padding: 1px 5px 2px 7px; background-color: #f5f5f5; vertical-align: top;}
#bringFrakt .bringHeaderRow th { padding-top: 25px; vertical-align: bottom; }
#bringFrakt .bringFraktHovedkategori { font-size: 15px; text-align: left; }
#bringFrakt .bringFraktUnderkategori { padding-top: 3px; padding-bottom: 3px; }
#bringFrakt .bringFraktvalg label { font-weight: bold; }
#bringFrakt .bringFraktvalg .bringFraktvalgRadio { margin-right: 5px; }
#bringFrakt .bringFraktvalg .bringFraktvalgdetaljer { margin: 6px 0 8px 16px; padding: 6px; background-color: #ffffff; }
#bringFrakt .bringFraktvalgPris { width: 9ex; text-align: center; }
#bringFrakt .bringFraktvalgAnkomstdato { width: 12ex; text-align: center; }
#bringFrakt .bringFraktvalgMiljobelastning { width: 15ex; text-align: center; }
#bringFrakt .bringFraktvalgTips { color: #ff9900; font-weight: bold; width: 18ex; text-align: center; font-size:smaller; }
#bringFrakt .bringHelpIconCell { padding-top: 4px; width: 1ex; }
#bringFrakt .bringHelpBox { color: #ff9900; display: none; }
#bringFrakt .bringSelectedPostautomatInfo { margin: 7px 0px 7px 16px; padding: 6px; background-color: #ffffff; }
#bringFrakt #bringPopUpPostautomatButton { padding: 0px 3px 0px 3px; font-size: 11px; margin-left: 16px; width:auto; overflow:visible;}
#bringFrakt #bringPopUpValgfrittPostkontorButton { padding: 0px 3px 0px 3px; font-size: 11px; margin: -5px 0 5px 16px; width:auto; overflow:visible;}
#bringFrakt .bringSelectedPostautomatInfoLine { margin-bottom: 6px; }

#bringFraktTooltip .bringHelpText { width: 400px; font-size: small; font-family: Arial, Tahoma, sans-serif; }
#bringFraktTooltip { position: absolute; z-index: 3000; border: 2px solid #919195; background-color: #ffffff; padding: 15px; opacity: 1; }
#bringFraktTooltip h3, #bringFraktTooltip div { margin: 0; }

.hideme {display:none} 
/*EOF Bring fraktguide*/
