/*
  $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
*/
@import url("css/animebox.css");
@import url("css/infobox.css");
@import url("css/template.css");

.boxText, .topboxText, .footerText, .cartText { font-family: Helvetica; font-size: 11px; }
.topboxText  { color: #000000; }
.footerText {  color: #ffffff; }
.footerText a {
	text-decoration:underline;
	font-weight:normal;
	color:#ffffff;
}
.footerText a:hover {
	color:#909090;
}
.cartText { color: #e69701; }
.bestsellerText {
	font-family:Helvetica;
	font-size:11px;
	color: #ff750a;
	font-weight:bold;
	height:20px;
}
.bestsellerText a {
	color:#c8d4c6;
	text-decoration:underline;
	font-weight:bold;
	text-transform:uppercase;
}
.bestsellerText a:hover {
	color:#f2f2f2;
}
.errorBox { font-family : Helvetica; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Helvetica; font-size : 10px; color: #cc0033; }
.productsNotifications { /*background: #f2fff7;*/ }
.orderEdit { font-family : Helvetica;font-size : 10px; color: #168bce; text-decoration: underline; }

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

ul.pagenav {
	list-style:none;
	padding:0;
	margin:0;
	float:left;
}
ul.pagenav li {
	float:left;
	font-family:Helvetica;
	font-size:11px;
	font-weight:normal;
	background:url(images/az_template/az_bullet2.png) left 3px no-repeat;
	padding:4px 0 4px 22px;
	margin-right:20px;
}
/*ul.pagenav li.pagenav_sep {
	padding:0 6px 0 6px;
}*/
ul.pagenav a {
	color:#1d1e25;
	text-transform:lowercase;
	text-decoration:underline;
}
ul.pagenav a:hover {
	color: #494853;
}

.infobox-heading {
	text-align:center;
	font-family: Helvetica;
	color:#b78a47;
	font-size:16px;
	font-weight:bold;
}

TABLE.productListing a {
	color:#ffffff;
}
TABLE.productListing a:hover {
	color:#c8d4c6;
}

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

.productListing-heading {
  font-family: Helvetica;
  font-size: 11px;
  background: #74838a;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Helvetica;
  font-size: 11px;
  color:#c8d4c6;
  background:#363542;
}

A.pageResults {
  color: #168bce;
}

A.pageResults:hover {
  color: #eaf1d2;
  background: #66767f;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: bold;
  color: #758085;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Helvetica;
  font-size: 10px;
  color: #000000;
}

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

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Helvetica;
  font-size: 10px;
}

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

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

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

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

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

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

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

SPAN.productSpecialPercent {
  font-family:  Helvetica;
  color: #168bce;
  font-size:18px;
  font-weight: normal;
}

SPAN.productSpecialPrice {
	color: #168bce;
}
SPAN.productPrice SPAN.productSpecialPrice, SPAN.productPrice2 SPAN.productSpecialPrice {
  font-family: Helvetica;
  color:#168bce;
  font-size:24px;
  font-weight:normal;
}
SPAN.productPrice2 SPAN.productSpecialPrice {
  font-size:18px;
  color:#168bce;
}
.smallCur {
  font-size:12px;
  font-weight:normal;
}
SPAN.productPrice2 .smallCur {
	font-size:12px;
	font-weight:normal;
}
SPAN.productPrice, SPAN.productPrice2 {
  font-family: Helvetica;
  font-size:24px;
  color:#168bce;
  font-weight:normal;
}
SPAN.productPrice2 {
  font-size:18px;
  color:#168bce;
}
SPAN.productPrice s, SPAN.productPrice2 s {
	color:#cccccc;
	font-size:14px;
}
SPAN.productPrice2 s {
	font-size:14px;
}
.prod_name {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
}

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

.moduleRow { }
.moduleRowOver { background-color: #ccdfea; cursor: pointer; }
.moduleRowSelected { background-color: #ccdfea; }

.checkoutBarFrom, .checkoutBarTo { font-family: Helvetica; font-size: 10px; color: #000000; }
.checkoutBarCurrent { font-family: Helvetica; font-size: 10px; color: #168bce; }

/* message box */

.messageBox { font-family: Helvetica; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Helvetica; font-size: 10px; background-color: #ffb3b5; color:#000000; }
.messageStackSuccess { font-family: Helvetica; font-size: 10px; background-color: #d6fe99; color:#000000; }

/* input requirement */

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