/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  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; }*/
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 12px; background: #ffffff; font-weight: bold; color: FF0000;}
.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 {
  text-align: center;
  background: #000066;
  color: #000000;
  margin: 0px;
}

.fixcenter {
  width: 1000px;
  border: solid; border-width: 1px;
  background: #ffffff;
  color: #000000;
  margin: auto;
  margin-top: 4px;
  text-align: left;
}

.popup {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  text-align: center;
}

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

A:link, A:visited {
  text-decoration: none;
}

A:hover {
  color: #aabbdd;
  text-decoration: underline;
}

FORM {
  display: inline;
}

.header {
  background-image: url(../images/header_background.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top right;
}

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

A.headerTop { 
  color: #FFFFFF; 
}

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

TR.headerNavigation {
  background: #140097;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-image: url(../images/header_nav.gif);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-color: #140097;
  color: #ffffff;
  font-weight : bold;
}

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

TH.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-image: url(../images/header_nav.gif);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-color: #140097;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #d10000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

/** Styles for the menu in the header **/
DIV.menu {
  position: absolute;
  text-align: center;
  background-color: #D10000;
  color: #FFFFFF;
  height: 20px;
  border-style: solid;
  border-color: #000000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  z-index: 1;
}

A.menu {
  font-family: "Arial Narrow", Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

A.menu:hover {
  color: #000000;
}

A.menu:link, A.menu:visited {
  text-decoration: none;
}

DIV.topMenu {
  position: absolute;
  text-align: center;
  background-color: #D10000;
  color: #FFFFFF;
  height: 20px;
  cursor: pointer;
  cursor: hand;
  border-style: solid;
  border-color: #000000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  z-index: 1;
}

A.topMenu {
  font-family: "Arial Narrow", Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

A.topMenu:hover {
  color: #FFFFFF;
}

A.topMenu:link, A.topMenu:visited {
  text-decoration: none;
}

DIV.subMenu {
  background-color: #D10000;
  color: #FFFFFF;
  cursor: pointer;
  cursor: hand;
  height: 19px;
  border-style: solid;
  border-color: #c0c0c0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  z-index: 2;
}

A.subMenu {
  font-family: "Arial Narrow", Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

A.subMenu:link, A.subMenu:visited {
  text-decoration: none;
}
/** EOF Styles for the menu in the header **/


TR.footer {
  background-image: url(../images/footer_nav.gif);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-color: #140097;
  color: #ffffff;
}

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

A.footer { 
  color: #FFFFFF; 
}

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

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.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: 10px;
  font-weight: bold;
  background-image: url(../images/heading_bg.gif);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-color: #140097;
  color: #ffffff;
}

A.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}

A.infoBoxHeading:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: underline;
}

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: 10px;
  background-image: url(../images/heading_bg.gif);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-color: #140097;
  color: #FFFFFF;
  font-weight: bold;
}

.productListing-heading-text {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
}

.productListing-heading-text:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  height: 80px;
}

A.pageResults {
  color: #140097;
}

A.pageResults:hover {
  color: #aabbdd;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
  height: 48px;
}

TD.subCategoryHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

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

TABLE.newProductsOut {
  border: none 0px #f8f8f9;
  padding: 3px;
}

TABLE.newProductsOver {
  border: solid 3px #d10000;
  padding: 0px;
}

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

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

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

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

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

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

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #d10000;
  font-weight:bold;
}

.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; }*/
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #ffffff; color: #d10000; font-weight: bold;}
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; text-align: center}

/* input requirement */

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

TD.loginHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
}

/*---------------------------*/
/* Tree and Plain Menu Style */
/*---------------------------*/

.treemenudiv	{     /* Behaviour of tree/plain menu item - leave as is for proper performance */
	display: block;
	white-space: nowrap;
}

.phplmbodytable { /* Class of table cells containing plain menus */

}

.phplmnormal {     /* Font size & color of unlinked menu items */
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

a.phplm:link, a.phplm:visited	{      /* Font color, style of linked & visited menu items */
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

a.phplm:hover	{      /* Font color, style of menu items when hovered over */
	font-size: 11px;
	text-decoration: underline;
}

a.phplm:active	{      /* Font size & color of menu items when clicked */
	color: #aabbdd;
	font-size: 11px;
	text-decoration: underline;
}

.dmselected {   /* Style override for selected category tree */
    font-weight: bold;
}

/*** Begin Header Tags SEO ***/
h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #9a9a9a;
}
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #9a9a9a;
}

h3 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 17px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #9a9a9a;
}
/*** End Header Tags SEO ***/

/** Style for Lightbox **/
#lightbox{
	background-color:#ffffff;
	padding: 5px;
	border: 5px solid #d10000;
	}
#lightboxDetails{
	font-family: Verdana, Arial, sans-serif;
	padding-top: 0.4em;
	}
#lightboxCaption{ position: absolute; left: 15px; bottom: 8px; font-size: 20px; font-weight: bold; color: #9a9a9a;}
#keyboardMsg{ float: right; font-size: 10px;}
#closeButton{ top: -5px; right: -5px;}

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none;}

#overlay{ background-image: url('../images/lb_overlay.png'); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/lb_overlay.png", sizingMethod="scale");
	}