/*
  $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
  
  Edited by 7dana.com
*/

h1 {
font-size: 16px;
color: #006699;
}

.shadow1 {border: #CCCCFF 1px solid;}

h2 {
font-size: 14px;
}

.boxText {  font-size: 11px; }
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  font-family: Verdana, Arial, sans-serif;
  background: #D4D4D4;
  color: #000000;
  margin: 0px;

}

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

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

FORM {
	display: inline;
}

hr { color: #C0C0C0; height: 1px; }

TR.header { background: #004080; }
TD.header { background: #004080; font-size: 10px; font-weight: BOLD; padding:0px; border-top: 4px solid #333333; border-bottom: 7px solid #D2D2D2;}
TD.header a{ font-size: 11px; padding-right:20px; color: #DEDEDE;  text-transform: uppercase;  }
TD.header a:hover{ color: #FFFFFF;}
TR.top_navigation { background: #002C57; }
TD.top_navigation { font-size: 12px; background: #002C57; color: #D4EAFF; font-weight: normal; padding: 8px;}
A.top_navigation { color: #D4EAFF; font-weight: BOLD;}
A.top_navigation:hover { color: #FDFEFF; }

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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

TR.bottom { background: #002C57; }
TD.bottom { font-size: 11px; background: #002C57; color: #CEE7FF; padding: 10px; }
TD.bottom a { color: #CCE6FF;font-weight: bold; }

.infoBox {
  background: #9B9B9B;
  margin-bottom: 4px;
}

.infoBoxContents {
  background: #E9E9E9;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #004080;
  color: #ffffff;
  text-transform: uppercase;
  background-image: url(images/infobox/corner_bg.gif);
  }

TD.infoBox, SPAN.infoBox {
  font-size: 11px;
}

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

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

.productListing-heading {
  font-size: 10px;
  background: #00305E;
  color: #FFFFFF;
  font-weight: bold;
  padding: 5px;
}

TD.productListing-data {
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {

  font-size: 17px;
  font-weight: bold;
  color: #333333;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {

  font-size: 10px;
  color: #000000;
}

TD.main, P.main {

  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {

  font-size: 10px;
}

TD.accountCategory {

  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {

  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {

  font-size: 12px;
}

TD.tableHeading {

  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {

  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {

  font-size: 11px;
}

TEXTAREA {
  width: 100%;

  font-size: 11px;
}

SPAN.greetUser {

  font-size: 17px;
  color: #B00000;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

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

SPAN.productSpecialPrice {

  color: #ff0000;
}

SPAN.errorText {

  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #FF6464; cursor: pointer; cursor: pointer; }
.moduleRowSelected { background-color: #999999; font-size: 12px; }

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

/* message box */

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

/* input requirement */

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

/* subheader breadcrumb */

TD.breadcrumb { font-size: 10px; background: #F5F5F5; color: Gray; font-weight: normal; border-bottom: 1px solid #cccccc; padding: 5px; border-top: 1px solid Black; }
TD.breadcrumb a { color: Gray; }
TD.breadcrumb a:hover { color: #FFA500; }

/* site box */

.site { background-color: #FFFFFF; }

.customer_head { background-color: #F2F2F2; border: 1px solid #D0D0D0; font-size: 12px; padding: 2px; color: #363636; text-align: center; }

.new_product { background-color: #EDEDED; border: 4px solid White;font-size: 10px; padding: 5px; color: #F37C25; text-align: center; font-weight: bold;  }

#products_new_div { background-color: #004080; border-bottom: 1px solid Black; font-size: 11px; font-weight: bold; padding: 5px; color: #CEE7FF;  text-transform: uppercase;  }
#products_new { padding: 0px;}

div#categories a { display: block; border: 1px solid #E9E9E9; font-weight: bold; background-color: #E9E9E9; padding-left: 7px; padding-top: 3px; padding-bottom: 3px; color: #393939;  cursor: pointer;  cursor: pointer; }
div#categories a:hover { border: 1px solid White; background-color: #959595; color: #FDFDFD; text-decoration: none;   }
div#categories_sub a { display: block; background-color: #E9E9E9; padding-left: 17px; padding-top: 2px; padding-bottom: 2px; color: #525252;   cursor: pointer;  cursor: pointer; }
div#categories_sub a:hover { background-color: #E1E1E1; color: #797979; text-decoration: none; }

/* begin POP-UPs MASSAGEed styles */
#showimage{
font-family: verdana,tahoma,arial;
font-size: 12px;
line-height: 18px;
color: #ffffcc; /* this is the color of the "Close Window [x]" text */
position:absolute;
visibility:hidden;
border: 1px solid black;
background-color: #ffffff;
}
#dragbar{
cursor: hand;
cursor: pointer;
background-color: #003300; /* this is the background color of the top-bar */
z-index: 999999999999999999;
visibility: visible;
}
#dragbar #closetext {
font-family: verdana,tahoma,arial;
font-size: 11px;
color: #ffffcc; /* color of the text in the top-bar */
font-weight: bold;
margin-right: 0px;
z-index: 999999999999999999;
visibility: visible;
}
/* end POP-UPs MASSAGEed styles */

.smalltable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.smalltablebackhighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #CCD7D3;
}
