/*
  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com
  Copyright (c) 2009 osCommerce
  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 12px; color:#666; line-height: 1.3;}
.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{
 background:#fff;
/* background:#f9f9f9; */
 color:#000; 
 padding:0; 
 margin:0px;
}

TD.main, P.main, p {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-align:left;
  color:#666;
  line-height: 1.5;
}
h1 {
  font-family:verdana,arial,sans-serif;
  font-size:21px;
  font-weight:bold;
  color:#333; /* #BB0019; AP Red */
  padding-top:0px;
  padding-bottom:0px;
  margin-top:0px;
  margin-bottom:0px}

h2 {
 font-family:verdana,arial,sans-serif;
 font-size:17px; 
 font-weight:normal;
 color:#666;
 padding-top:0px;
 padding-bottom:0px;
 margin-top:0px;
 margin-bottom:0px}

h3 {
  font-family:verdana,arial,sans-serif;
  font-size:14px;
  color:#333;
  font-weight:bold;
  padding-top:0px;
  padding-bottom:0px;
  margin-top:0px;
  margin-bottom:0px}

h4 {
  font-family:impact,arial,verdana,sans-serif;
  font-size:26px;
  font-weight:normal;
  color:#BB0019; /* #BB0019; AP Red */
  padding-top:0px;
  padding-bottom:0px;
  margin-top:0px;
  margin-bottom:0px}
h4 a:link, h4 a:visited{font-weight:normal;color:#BB0019;text-decoration:none}
h4 a:hover, h4 a:active{font-weight:normal;color:#666;text-decoration:underline}

table {
background-color:#fff; 
}

A {
  color: #333;
  text-decoration: none;
}

A:hover {
  color: #900;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header, TD.header {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  text-align:left;
  color:#666;
  background:white;
  margin: 0px;
}
TD.headerB {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color:#666;
  font-weight:bold;
  text-align:right;
  background:white;
  margin: 0px;
}
TR.headerRed, TD.headerRed {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color:#BB0019; /* AP Red */
  font-weight:bold;
  background:white;
  margin: 0px;
}
TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color:#666;
  font-weight:normal;
  background-color: #fff; 
  padding-bottom: 7px;
  padding-top: 0px;
}

A.headerNavigation { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #666; 
  text-decoration:none
}

A.headerNavigation:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color:#BB0019; /* AP Red */
  text-decoration:none
}

TR.headerError {
  background: #f00;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #f00;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

TR.headerInfo {
  background: #0f0;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #0f0;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

TD.breadcrumb {
  font-family:Verdana, Arial, sans-serif;
  font-size:10px;
  font-weight:normal;
  background: #fff;
  color:#666;
}
.breadcrumb a:link, .breadcrumb a:visited{color:#999;font-weight:normal;text-decoration:none}
.breadcrumb a:hover, .breadcrumb a:active{color:#900;font-weight:normal;text-decoration:underline}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size:10px;
  background-color:#fff;
  color: #666;
  font-weight: normal;
  padding-top: 3px;
  padding-bottom: 4px;
}
.footer a:link, .footer a:visited {color:#666;text-decoration:none}
.footer a:hover, .footer a:active {color:#000;text-decoration:none}

TABLE.footerBox{ /* add a boarder */
background:#fff; 
border:1px; 
border-style:solid; 
border-color:#DBDCDB; 
border-spacing:1px}

TR.footerNavHeader {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  text-align:left;
  text-transform: uppercase;
  color: #BB0019;  /* AP Red */
  font-weight:bold;
  background:#f9f9f9;
  line-height:1.6;
}

.footerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#666; 
  font-weight: normal;
  text-align:left;
  background:white;
  line-height:1.6;
}

.footerNavigation a:link, .footerNavigation a:visited {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#666;
  font-weight: normal;
  text-decoration: none;
  background-color:white;
}

.footerNavigation a:hover, .footerNavigation a:active  {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#900;
  font-weight: normal;
  text-decoration:underline;
  background-color:white;
}

.infoBox{/* add a boarder to InfoBox */
background:#fff; 
border:1px; 
border-style:solid; 
border-color:#f9f9f9; 
border-spacing:1px}

.infoBoxContents {
  background: #fff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #fff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #f9f9f9;
  color: #666;
  padding:5px 0px 4px 4px; /* top right bottom left */
}

.infoBoxHeading a:link, .infoBoxHeading a:visited{color:#333;font-weight:bold;text-decoration:none}
.infoBoxHeading a:hover, .infoBoxHeading a:active{color:#000;font-weight:bold;text-decoration:none}

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: #fff;
}

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: #fff;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #666;
  font-weight: normal;
}
.productListing-heading a:link, .productListing-heading a:visited {font-size:10px;color:#666;text-decoration:none}
.productListing-heading a:hover, .productListing-heading a:active {font-size:10px;color:#900;text-decoration:none}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

.productListing-data a:active {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: black; 
  text-decoration: none;
}

.productListing-data a:link {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: black;
  text-decoration: none;
}

.productListing-data a:visited {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: black;
  text-decoration: none;
}

.productListing-data a:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #900;
  text-decoration: underline;
}

A.pageResults {
  color: #00F;
}

A.pageResults:hover {
  color: #00F;
  background: #FF3;
}

TD.pageHeading, DIV.pageHeading, P.pageHeading {
/*  font-family: Verdana, Arial, sans-serif;
  font-size: 21px;
  font-weight: normal;
  color: #BC0019; */
  font-family:impact,arial,verdana,sans-serif;
  font-size:26px;
  font-weight:normal;
  text-align:left;
  color:#999; /* #BB0019; AP Red */
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align:left;
}
.smallText a:link, .smallText a:visited {font-size:10px;color:#333;text-decoration:none}
.smallText a:hover, .smallText a:active {font-size:10px;color:#900;text-decoration:none}

TD.smallTextwhite, SPAN.smallTextwhite, P.smallTextwhite {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: white;
}

TD.smallTextgrey, SPAN.smallTextgrey, P.smallTextgrey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #999;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #900;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

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;
}

TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #f00;
}

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: #F00; /* red */
  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: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #f00;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #f00;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #f00;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; }
.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: #000; }

/* 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: #f00; }


/*-------------------------------------*/
/*   Horizontal Drop-Down Menu Style   */
/*-------------------------------------*/

.horbar	{   /* Color of main horizontal menubar and border */
	color: #666;
	background:#fff;
/*	border: 0px outset #525252; */
}

.horizitem	{          /* Behaviour of main horizontal menu items, leave as is for proper operation */
	float: left;
	white-space: nowrap;
	z-index: 10000;
	position: relative;
}

.horizitem a {              /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;	
	text-decoration: none;
	position: relative;	
	display: block;	
}

.horizitem a:link, .horizitem a:visited 	{      /* Font style & color of main menu items */
	color: #666;
	text-decoration: none;
}

.horizitem a:hover	{       /* Font style & color, background menu color of main menu item when hovered over */
	color: #900;
	background: #fff;
	text-decoration: none;
}

.horizitem a:active	{       /* Font style & color, background menu color of main menu item when clicked */
	color: #900;
	background: #fff;	
	text-decoration: none;
}

.horizsubmenu	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 10000;
}

.horizsubframe	{      /* Color of submenu item and border */
	background-color: #fff;
	border: 2px outset #900;
	position: relative;
	display: block;	
	padding: 3px;
}

.horizsubitem	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
}

.horizsubitem a {            /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 12px;	
	text-decoration: none;
	font-weight: bold;
	position: relative;
	display: block;
	padding:4px 5px;	
}

.horizsubitem a:link, .horizsubitem a:visited	{       /* Font color, style of submenu items */
	color: #333;
	font-size: 12px;	
	text-decoration: none;
}

.horizsubitem a:hover	{      /* Font color, style, background submenu color of submenu item when hovered over */
	color: #fff;
	background: #900;
	text-decoration: none;
}

.horizsubitem a:active	{      /* Font color, style, background submenu color of submenu item when clicked */
	color: #333;
	background: #fff;		
	text-decoration: none;
}

.horizsubitem .horizfwdarr, .horizitem .horizfwdarr	{      /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}

.dmselected {   /* Style override for selected category tree */
    background: #fff;
	font-weight: normal;
}

.horbar .dmselected {   /* Style override for selected root category */
    color: #666;
	background: #fff;
}

/*  Remove dotted border from links  */
a:active, a:focus, input[type="image"]{outline:0}

/*html { overflow: -moz-scrollbars-vertical; } /* fixes scroll bar in Firefox */

TABLE.infoBoxWhite{ /* add a boarder */
background:#fff; 
border:1px; 
border-style:solid; 
border-color:#DBDCDB; 
border-spacing:1px}

TABLE.border {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #f9f9f9;
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}