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

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

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

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbbbbb;
}

TD.headerNavigation {
  font:  bold 13px Arial;
  background: ;
  color: #555566;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font:  bold 13px Arial;
  background: #00ff00;
  color: #ffffff;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
}

.infoBoxContents {
  font:  13px Arial;
  
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font:  bold 13px Arial;
}

TD.infoBox, SPAN.infoBox {
  font:  13px Arial;
}

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

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

TABLE.productListing {

  border-spacing: 1px;
}

.productListing-heading {
  font: bold 12px Arial;
  color: #555566;
  white-space: nowrap;
}

TD.productListing-data {
  font:  13px Arial;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #555566;
}

TR.subBar {
 
}

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

TD.main, P.main {
  font:  13px Arial;
}

TD.smallText, SPAN.smallText, P.smallText {
  font:  12px Arial;
}

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

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

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

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

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

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

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

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

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, sans-serif;
  color: #ff0000;
}

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

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

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, sans-serif; font-size: 10px; color: #ff0000; }

.boxes { padding: 0 0 20px 0; }
.boxes div { padding: 7px 0; }
.boxes table { margin: 0; background: none; }
.boxes table td { padding: 0; background: none; }
.boxes td.infoBoxHeading { font: bold 14px Arial; padding: 0 0 7px 0; }
.titimg img { display: none; }
.footblock { padding: 10px; }

.form_hint {	
	color:#7F878A;
	font:8pt Arial,sans-serif;
	font-style:italic;
}

.blue{	
	color:#00369E;	
}

.aid_title {
	font-weight: bold;
}

.ecard_panel {
	display: none;
}
.font12.text { font-size: 12px; color: #2c2c2c; padding: 10px 0; }
.cards { display: inline-block; background: #ffffff; border: 1px solid #cccccc; padding: 3px; margin-right: 5px; }
.card { display: inline-block; background: #ffffff; border: 1px solid #cccccc; padding: 4px; }
.ecard_buttons { text-align: right; padding: 10px; display: none}
input.button {
background:url("../wp-content/themes/gaf/images/button-bg.gif") repeat-x scroll 50% 0 transparent;
border:medium none;
color:#FFFFFF;
font:bold 14px/28px Arial;
height:28px;
text-transform:uppercase; cursor: pointer;
border-radius:3px;
-webkit-border-radius:3px;
-khtml-border-radius:3px;
-opera-border-radius:3px;
-moz-border-radius:3px;
}
input.button-blue {
background:url("images/button-bg-blue.gif") repeat-x scroll 50% 50% transparent;
border:medium none;
color:#FFFFFF;
font:bold 14px/22px Arial;
height:22px;
text-transform:uppercase; cursor: pointer;
border-radius:3px;
-webkit-border-radius:3px;
-khtml-border-radius:3px;
-opera-border-radius:3px;
-moz-border-radius:3px;
}
input.zoom { width: 28px; height: 28px; margin:0 30px 0 0 !important; background: url(images/zoom.gif) 0 0 no-repeat; border: none; padding: 0; cursor: pointer; }
.shadow {
  box-shadow: -5px 5px 5px #ccc;
  -moz-box-shadow: -5px 5px 5px #ccc;
  -webkit-box-shadow: -5px 5px 5px #ccc;
}
.inp { padding: 1px 3px; width: 280px; border-color: #000000; margin-top: 1px; }
.price { font-size: 16px; font-weight: bold; }

.error_message {padding:10px; font-weight: bold; color: #FFFFFF; background-color: #FF0000; clear: both; display: none}

.disabled {color:grey}
