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

* { margin: 0px; padding: 0px; }
body { background: #ffffff; color: #333333; margin: 0px; text-align: center; font-family: verdana,arial,sans-serif; font-size: 11px; }
#container { margin: 0px auto; width: 950px; text-align: left;}

#header { position: relative; margin: 30px 0px; clear: both; }

#header-contacts { position: absolute; top: -20px; right: 0px; }

#header-search { position: absolute; top: 20px; right: 20px; }
#header-search table { margin: 0px; padding: 0px; border: 0px; width: auto; }
#header-search input[type=text] { border: 1px solid #000000; padding: 3px; vertical-align: middle; }
#header-search input[type=image] { margin-left: 6px; vertical-align: middle; }

#sidebar { width: 230px; float: left; }
#content { margin-left: 20px; width: 700px; float: left; }

#footer { margin: 20px 0px; padding-top: 10px; border-top: 1px solid #333333; text-align: center; font-size: 10px; clear: both; }

.errorBox { font-size: 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size: 10px; color: #cc0033; }

a, a:hover { color: #000000; text-decoration: none; }

form { display: inline; }

li { margin-left: 14px; }

a img { border: none; }

.headerNavigation { padding: 3px 0px; font-weight: bold; }

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

.infoBox { border: 1px solid #8e23ae; margin-bottom: 5px; }
.infoBoxHeading { font-weight: bold; background: #8e23ae; color: #ffffff; padding: 2px; }

.boxText { padding: 5px; }

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: #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 {
  background: #eeeeee;
}

.productListing { }
.productListing-heading { background: #8e23ae; color: #FFFFFF; font-weight: bold; padding: 2px; }

.pageHeading { font-size: 20px; font-weight: bold; }

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
}



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 {
  font-size: 10px;
  color: #ff0000;
}

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-size: 12px;
  color: #8e23ae;
  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: #eeeeee; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #dddddd; }

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

/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning, .infoBoxNotice { border: 1px dashed #aa0000; font-size: 10px; background-color: #ffaaaa; padding: 5px; }
.messageStackSuccess { border: 1px dashed #00aa00; font-size: 10px; background-color: #aaffaa; padding: 5px; }

.inputRequirement, .orderEdit { font-size: 10px; color: #ff0000; }

.productsNotifications { background: #eeeeee; margin: 2px 0px; }
.productsNotifications input, .main input { vertical-align: middle; }
.main { line-height: 1.5; }
.smallText { font-size: 10px; }

#category_description body, #category_description td, #category_description pre { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0px; text-align: left;}
#category_description h1, #category_description h3 {margin: 0px 0px 10px 0px; padding: 0px; font-size: 18px; font-weight: bold;}
#category_description h2, #category_description h4 {margin: 0px 0px 3px 0px; padding: 0px; font-size: 13px; font-weight: bold;}
#category_description a {text-decoration: underline;}
#category_description p, #category_description li {margin: 0px; padding: 0px; line-height: 18px;}
#category_description img {border:0px; margin: 0px; padding: 5px;}
#category_description ul, #category_description ol {margin: 0px; padding: 10px 0px 10px 30px; line-height: 18px;}

table.attr_table {
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.attr_table td {
	border: 1px #aaa solid;
	padding: 3px;
	text-align: center;
}
