/*
  $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: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; font-size: 11px; }
.errorBox { font-family : "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

/* General */
BODY {
  background: #f6f1e5;
  color: #837d70;
  margin: 0px;
  font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
  font-size: 13px;
}

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

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

FORM {
	display: inline;
}

#column-centre p {
  color: #837d70;
}

DIV.content-body-store {
  background: #ffffff;
  width: 960px;
  margin-left:auto; 
  margin-right:auto;
  border-left: 1px solid #d4cfbf;
  border-right: 1px solid #d4cfbf;
}

/*
DIV.content-body-store h3 {
  color: #dfa83c;
  font-size: 120%;
  margin: 10px 0 5px 0;
}
*/

#search-box {
  display: none;
}

#location-dropdown select#edit-jump-goto {
  font-family:MS Shell Dlg;
  margin-top: 2px;
}
/* End General */

/*header*/
#site-name {
  margin: 0;
}

#block-menu-primary-links ul.sf-menu {
  padding-bottom: 0;
}

#block-menu-primary-links ul.sf-menu ul {
  width: 960px;
}

#header-main {
  position: relative;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

#block-menu-primary-links ul.menu ul.menu li div.breadcrumbs {
  color: #958e7d;
  border-left: 1px solid #eeeae1;
}

#block-menu-primary-links ul.menu ul.menu li div.breadcrumbs a.headerNavigation,
#block-menu-primary-links ul.menu ul.menu li div.breadcrumbs span.headerNavigation {
  display: inline-block;
  border: 0 none;
  padding: 4px 10px;
}

#block-menu-primary-links .content {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5em;
}

TABLE.headerError {
  border: 0 0 0 0;
  width: 500px;
  margin: 5px 0 10px 0;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #0a3874;
  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;
}
/* End Header*/

/* Footer */
.container-16 {
  margin-left:auto;
  margin-right:auto;
  width:960px;
}

#footer {
  line-height: 1.5em;
}

#footer .content p {
  margin: 0 0 20px 0;
}

#footer ul {
  margin: 0;
}

#footer ul.links li {
  list-style-type: none;
  display: inline;
  list-style-type: none;
}

#footer ul.links li.active a {
  font-weight: bold;
}

/* End Footer */

/* Info Box and Content Box */
.infoBox {
  background: #b6b7cb; 
}

.infoBoxContents {
  background: #e0e6ed;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 10px;
}

TABLE.contentBoxHeadingTable,
TABLE.infoBoxHeadingTable {
  background: #ffffff url(images/infobox/bg_heading.png) repeat-x scroll left top;
}

TD.infoBoxHeading {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  height: 20px;
}

#column-centre TABLE.contentBoxHeadingTable,
#column-centre TABLE.infoBoxHeadingTable {
  background: #ffffff url(images/infobox/bg_product_list_heading.png) repeat-x scroll left top;
}

#column-centre .infoBoxContents {
  background: #f4f2ef;
}

TD.infoBox, SPAN.infoBox {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 10px;
}
/* End Info Box and Content Box */


TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd TR.subscriptions-odd {
  background: #ffffff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even, TR.subscriptions-even {
  background: #f4f2ef;
}

/* Product Listing */
TABLE.productListing {
  border-collapse: collapse;
}

TABLE.productListing TD.productListing-heading {
/*   background: #d5cccd; */
  background: #ffffff url(images/infobox/bg_product_list_heading.png) repeat-x scroll left top;
  border: none;
}

.productListing-heading,
.productListing-heading a{
  color: #ffffff;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 11px;
}

TD.productListing-data {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  border: 1px solid #cccccc;
  padding: 1px 10px;
}

TD.productListing-data TD {
  border: none;
}
/* End Product Listing */

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {

  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #013976;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 10px;
}

TD.largeText, SPAN.largeText, P.largeText {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 15px;
  font-weight: bold;
}

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

TD.fieldKey {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  color: #dfa83c;
  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: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #ff0000;
}

.econnection-submenu {
  padding-left: 20px;
  margin: 5px 0px;
}

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

/* front page message styling */
#storeMessage {
  background-color: #f6f1e5;
  border: 1px dashed #b8b3a4;
  padding: 10px;
}

#storeMessage p {
  color: #333333;
}

#storeMessage strong {
  font-size: 1.2em;
}