/*
  $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; }
.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: #EFEFEF
  background: #cccccc; */
  background: url("/images/gui/page_background.jpg") repeat-x #9FA9B3;
  color: #000000;
  margin: 0px;
}

TABLE {
  background: #ffffff;
}


/* default hyper link color for text & image */
A {
  color: #5188c4;
  text-decoration: none;
}

A:hover {
  color: #fff;
  background: #5188c4;

/*
  text-decoration: none;
  text-decoration: underline;
*/
}

A.headerNavigation {
  color: #5188c4;
  text-decoration: none;

/*
  color: #999999;
*/
}

A.headerNavigation:hover {
  color: #fff;
  background: #5188c4;
/*
  color: #000000;
  text-decoration: none;
*/
}

A.footer { 
  color: #5188c4;
  text-decoration: none;
/*
  color: #999999;
*/
}

A.footer:hover {
  color: #fff;
  background: #5188c4;
/*
  color: #000000;
*/
}

A.footerEnd { 
  color: #999999;
}

A.options {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #999999;
  font-weight : bold;
}
A.options:hover {
  color: #000000;
}

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

A.image {
  color: #ffffff;
}
A.image:hover {
  color: #999999;
}

A.image_no_border {
  color: #ffffff;
}



FORM {
  display: inline;
}

TD.borderffffff {
  background: #ffffff;
}

TD.bordercccccc {
  background: #cccccc;
}

TD.border9FA9B3 {
  /* bottom */
  background: #9FA9B3
}

TD.border5D6268 {
  /* top */
  background: #5D6268
}

TD.border999999 {
  background: #999999;
}

TABLE.header {
/*
  background: #999999;
*/
  background: #ffffff;
}

TABLE.sidebox {
  background: #DAFFDA;
}

TABLE.footer {
  background: #ffffff;
}

TABLE.footercopyrights {
  /* background: #cccccc; */
  background: #9FA9B3
  color: #000000;
}


TR.headerNavigation {
  background: #ffffff;
}

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


TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  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;
}


TR.footer {
  background: #ffffff;
}

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

TD.footercopyrights {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /* background: #cccccc; */
  background: #9FA9B3;
  color: #555555;
}

h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  background: #cccccc;
  color: #555555;
  display: inline;
}

h2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  background: #cccccc;
  color: #555555;
  display: inline;
}


A.prev_next {
  color: #999999;
}

A.prev_next:hover {
  color: #cccccc;
}

.prev {
  text-align:left;
  width:auto;
  display:block;
  margin-top:-1.3em;
}

/*IE Only*/
* html .prev {
  display:block;
  position:relative;
  margin-top:0;
  top:-1.3em;
}

.infoBox {
/*  
  background: #b6b7cb;
  background: #f8f9f8;
*/
  background: #ffffff;
}

.infoBoxContents {
/*  
  background: #f8f8f9;
*/
  background: #ffffff;  
  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: #bbc3d3;
*/
  background: #999999;
  color: #ffffff;
}

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;
*/
  background: #ffffff;
}

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

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

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

A.pageResults {
  color: #595959;
}

A.pageResults:hover {
  color: #FFFFFF;
  background: #000000;
}

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

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.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffffff;
  color: #000000;
}

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

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

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

.moduleRow { }
/*
.moduleRowOver { background: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background: #E9F4FC; }
*/
.moduleRowOver { background: #cccccc; cursor: pointer; }
.moduleRowSelected { background: #999999; }

.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;
  text-align : center;
}

.messageStackError, .messageStackWarning {
  font-family: Verdana,
  Arial, sans-serif;
  font-size: 14px;
  text-align : center;
  background: #cccccc;
  color: #ff0000;
}

.messageStackSuccess {
  font-family: Verdana,
  Arial, sans-serif;
  font-size: 14px;
  text-align : center;
  background: #cccccc;
  color: #009900;
}

/* input requirement */

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

/* DDB - 041031 - Form Field Progress Bar */
.progress{
	width: 1px;
	height: 14px;
	color: white;
	font-size: 12px;
      overflow: hidden;
	background: white;
	padding-left: 5px;
}

/* photo frame */
.wrap0, .wrap1, .wrap2, .wrap3,.wrap4 {
  display:inline-table;
  display:block;
}

.wrap0 {
  float:left;
  background:url(images/border_topleft.gif) top left no-repeat;
}
.wrap1 {
  background:url(images/border_right.gif) top right repeat-y;
}
.wrap2 {
  background:url(images/border_bottomleft.gif) left bottom no-repeat;
}
.wrap3 {
  background:url(images/border_topright.gif) top right no-repeat;
}
.wrap4 {
  /*padding: 7px 14px 18px 12px;*/
  padding: 7px 12px 16px 10px;
  background:url(images/border_bottomright.gif) bottom right no-repeat;
}

.entry {
  border: 0px solid #BBB;
  background:#FFFFFF;
  padding:2px;
  display:block;

  text-align:right;
  font-family: georgia, 'times new roman', serif;
  font-weight:normal;
  color:#666;
}


/*
div#header   {border-bottom: 1px solid #bbbbbb; background: #cccccc; margin: 0px 0px 30px 0px}
*/
div#header   {border-bottom: 1px solid #bbbbbb; background: #3b3b3b;}

.formText {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333;}
.formText23 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:23px}
.formText29 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:29px}
.formText35 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:35px}
.formText40 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:40px}
.formText47 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:47px}
.formText50 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:50px}
.formText70 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:70px}
.formText80 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:80px}
.formText92 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:92px}
.formText100 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:100px}
.formText110 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:110px}
.formText120 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:120px}
.formText130 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:130px}
.formText153 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:153px}
.formText165 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:165px}
.formText186 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:186px}
.formText190 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:190px}
.formText200 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:200px}
.formText230 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:230px}
.formText237 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:237px}
.formText270 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:270px}
.formText320 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:320px}
.formText320c {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #333333; width:320px}
.formText366 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:366px; height:119px}
.formText370 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:370px; height:70px}
.formText437 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; width:437px;}


