/*
  $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
*/

* {
font-size: 10px;
font-family: Verdana, Arial, sans-serif;
}

.errorBox { background: #ffb3b5; font-weight: bold; }
.stockWarning { color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

.logo {
  float: left;
}

.header {
  float: right;
}

.search {
  clear: both;
  float: right;
  width: 250px;
}

.search * {
  vertical-align: bottom;
}

.info_heading {
  font-size: 20px;
  color: #999999;
  text-transform: uppercase;
  padding-top: 10px;
}

.outer_border {
  border: 1px solid #cccccc;
}

#addresses {
  border-right: 1px solid #cccccc;
  padding-right: 18px;
}

#homepage {
  padding-top: 10px;
  min-width: 900px;
  min-height: 425px;
}

#homepage img {
  float: left;
  padding: 5px;
}

#homepage span {
  float: left;
  width: 350px;
  border: 1px solid #cccccc;
  text-align: center;
  font-size: 18pt;
  text-transform: uppercase;
  margin: 5px;
  padding: 28px 4px 28px 4px;
}

.border {
  clear: both;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  margin-top: 15px;
}

#left_column {
  padding-right: 10px;
  border-right: 1px solid #cccccc;
  height: 100%;
  min-height: 500px;
  vertical-align: top;
}

#left_column div {
  text-align: right;
  font-size: 12pt;
}

#left_column * {
  vertical-align: top;
  text-align: right;
}

#subscribe {
  margin-top: 75px;
}

#main_nav * {
  list-style-type: none;
  text-align: right;
}

#main_nav  .daddy {
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 15px;
}

#main_nav .daddy ul * {
  font-size: 12px;
  text-transform: lowercase;
  width: 95px;
}

#main_nav .selected {
  font-weight: bold;
}

#main_nav .selected ul {
  font-weight: normal;
}

#product_info {
  margin-top: 15px;
}

#product_details #name {
  margin-top: -10px;
  font-size: 25px;
  text-transform: uppercase;
  color: #999999;
}

#product_details #description {
  margin-top: -20px;
  font-size: 12px;
}

#product_details #price {
  font-size: 25px;
  color: #999999;
  font-weight: bold;
}

#product_image {
  padding: 0px 50px 0px 30px;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #ffffff;
}

TD.headerNavigation {
  background: #ffffff;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  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: #ffffff;
}

.infoBoxContents {
  background: #ffffff;
}

.infoBoxNotice {
  background: #ffffff;
}

.infoBoxNoticeContents {
  background: #ffffff;
}

TD.infoBoxHeading {
  font-weight: bold;
  background: #ffffff;
  color: #ffffff;
}

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

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

.productListing-odd, .productListing-even {
  height: 300px;
  
}

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

.productListing-heading {
  background: #ffffff;
  color: #FFFFFF;
  font-weight: bold;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000000;
}

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

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

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

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

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

SPAN.newItemInCart {
  color: #ffffff;
}

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

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

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

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

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c; }
.checkoutBarCurrent { color: #000000; }

/* message box */
.messageStackError, .messageStackWarning { background-color: #ffb3b5; }
.messageStackSuccess { background-color: #99ff00; }

/* input requirement */

.inputRequirement { color: #ff0000; }
