/*
  $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: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #333333;
  text-decoration: underline;
}

FORM {
	display: inline;
}

p {
	margin: 0 0 8px;
}
#wrapper {
	width: 1004px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 1004px;
	height: 115px;
	float: left;
	background: url(images/header_bg.jpg);
	position: relative;
}
.logo {
	position: absolute;
	left: 20px;
	top: 22px;
	width: 336px;
	height: 76px;
}
.cart {
	position: absolute;
	top: 6px;
	right: 10px;
	width: 170px;
	height: 30px;
	padding: 8px 0 0 40px;
	font-size: 18px;
	background: url(images/cart_icon.gif) no-repeat 14px 9px;
	color: #fff;
}
.cart a, .logoff a {
	color: #fff;
}
.cart a:hover, .logoff a:hover {
	color: #FFD802;
	text-decoration: none;
}
.logoff {
	position: absolute;
	top: 4px;
	right: 250px;
	width: 100px;
	padding: 8px 0 0;
	text-align: right;
	color: #fff;
}
#navmenu {
	width: 1004px;
	height: 45px;
	float: left;
	background: url(images/navmenu_bg.jpg) no-repeat;
}
.menu {
	width: 670px;
	height: 30px;
	float: right;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	margin: 0;
	padding: 0;
	float: left;
}
.menu a {
	display: block;
	float: left;
	color: #FEFEFE;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu a:hover {
	color: #FFD802;
	text-decoration: none;
}

.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
#content {
	width: 1004px;
	float: left;
	padding: 0 0 10px;
}
.lcol {
	width: 205px;
	float: left;
	background: #FFF2AA url(images/lcol_bg.jpg) no-repeat;
}
.bodytext {
	width: 779px;
	float: right;
	padding: 0 10px;
}
.rcol {
	width: 0px;
	float: right;
}
#footer {
	width: 1004px;
	height: 100px;
	padding: 10px 0 0;
	text-align: center;
	clear: left;
	background: url(images/footer_bg.jpg) repeat-x;
}
#footer p {
}

.infoBox {
  border: 1px solid #008444;
}

.infoBoxContents {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #FEFEFE;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 10px;
  color: #333333;
  background-color: #008444;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  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: #f8f8f9;
}

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: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	background-color: #008444;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  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-family: Verdana, Arial, sans-serif;
  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, 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;
}

.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
.PriceList  { color: #000000; font-size: 12px; }
.oldPrice {
	text-decoration: line-through;
	color: #CC0000;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.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; }
.category {
	padding: 7px 0 63px;
}
.category ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.category li {
	margin: 0;
	padding: 0;
}
.category a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #010000;
	padding: 3px 0 0 15px;
	display: block;
	text-decoration: none;
	width: 190px;
	height: 25px;
}
.category a:hover {
	text-decoration: none;
	color: #999999;
}
.information {
	padding: 7px 0;
}
.information ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.information li {
	margin: 0;
	padding: 0;
}
.information a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #010000;
	padding: 3px 0 0 15px;
	display: block;
	text-decoration: none;
	width: 190px;
	height: 25px;
}
.information a:hover {
	text-decoration: none;
	color: #999999;
}
a.newsletter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #010000;
	padding: 1px 0 3px 15px;
	display: block;
	text-decoration: none;
}
a.newsletter:hover {
	text-decoration: none;
	color: #999999;
}
.productname {
	font-size: 20px;
	font-weight: bold;
	color: #003366;
}
a.bluelink {
  color: #0066CC;
  text-decoration: none;
}

a.bluelink:hover {
  color: #0066CC;
  text-decoration: underline;
}
.logos {
	width: 370px;
	margin: 0 auto;
}
.l-logo {
	float: left;
	width: 140px;
}
.r-logo {
	float: left;
	width: 80px;
}
.m-logo {
	width: 90px;
	float: left;
	margin: 0 30px;
}