/*
  $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-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 {
  background: #d4e8f8 url(images/layout/back_body.gif) repeat-x;
  color: #000000;
  font-family: Arial, Helvetica, Geneva, sans-serif
  margin: 0px;
}

A {
  color: #145d79;
  text-decoration: none;
}

A:hover {
  color: #000000;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #475987; 
}

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

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.footer {
  background: #F6F9FD;
}

TD.footer {
  background: #F6F9FD;
}

.infoBox {
  background: #009bd8;
}

.infoBoxContents {
  background: #FDEED7;
  font-size: 12px;
}


.infoBoxContentsWhite {
  background: #ffffff;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: url(images/infobox/corner_right_left.gif);
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  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: #FAFDFF;
}

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

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

.productListing-heading {
  font-size: 10px;
  background: #d4e8f8;
  color: #000000;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #697ebb;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 12px;
  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-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  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: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { 10px; color: #8c8c8c; }
.checkoutBarCurrent { 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; }

/*Highlight special links in bodytext*/

A.bodytextlink { 
  color: #145d79;
  font-weight: bold;
  text-decoration: underline;
  padding-left: 1px;
  padding-right: 1px;
}

A.bodytextlink:hover { 
  color: #ffffff;
  background-color: #145d79;
  padding-left: 1px;
  padding-right: 1px;
}

/*Microsoft Scroll bar specific*/

BODY        {
  scrollbar-arrow-color: #437399;
  scrollbar-3dlight-color: #5eb7ff;
  scrollbar-darkshadow-color: #5eb7ff;
  scrollbar-face-color: #d4e8f8;
  scrollbar-shadow-color: #437399;
  scrollbar-track-color: #a6cdec;
}

/* formating for contianer */

TABLE.container {
  background:#ffffff;
  border-right: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
  width: 700px;
}

TABLE.header {
  width: 700px;
  border-right: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
}

/* header account signin */

TABLE.signin  { 
  background-color: #d4e8f8;
  border-top: 1px solid #7ad2ff;
  font-size: 12px;
  border-right: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
}

TABLE.signin A { 
  padding: 1px;
  font-weight: bold;
  text-decoration: underline
}

TABLE.signin A:hover { 
  padding: 1px;
  color: #000000;
  text-decoration: underline;
}

/* header menu */

TABLE.headmenu    { 
  background-image: url(images/layout/back_head_menu.jpg); repeat-x;
  padding-left: 15px;
  border-bottom: 1px solid #7ad2ff;
  border-top: 1px solid #7ad2ff;
  border-right: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
  font-size:12px;
}

UL.headmenu    {
  text-align:center;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

LI.headmenu       {
  float: left;
  position: relative;
  diplay: block;
}

LI.headmenu a.menuhome {
  margin-left: 10px;
  padding-top: 2px;
  width: 100px;
  height: 20px;
}

LI.headmenu a.menugen  {
  margin-left: 10px;
  padding-top: 2px;
  width: 100px;
  height: 20px
}

DIV#headmenu>ul a {width: auto;}

A.menuhome	   {
  color: black;
  font-weight: bold;
  background-image: url(images/layout/button_menu_home_off.gif);
}

A.menugen          {
  color: black;
  font-weight: bold;
  background-image: url(images/layout/button_menu_off.gif); 
}

A.menuhome:hover   {
  color: ffe4b5;
  text-decoration:none;
  background-image: url(images/layout/button_menu_home_on.gif);
}

A.menugen:hover     {
  color: #ffffff;
  text-decoration:none;
  background-image: url(images/layout/button_menu_on.gif);
}

/* footer menu */

TABLE.footer {
  background-color: #F6F9FD;
  border-top: 1px solid #7ad2ff;
  border-bottom: 1px solid #7ad2ff;
  border-right: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
  font-size: 14px;
  font-family: Arial, Helvetica, Geneva; sans-serif;
}

TABLE.footer A {
  padding: 2px;
  color: #475987;
  text-decoration: underline;
}

TABLE.footer A:hover {
  padding: 2px;
  color: #ffffff;
  text-decoration: underline;
  background-color: #327abe;
}

/*greatmenus*/

#thecategories a:hover {
	background-color: #8b3017;
	color: #ffe4b5;
}

.catwithsubs, .catwithnosubs {
	padding-right: 5px;
}

#thecategories {
	position: relative;
	top: -9px;
	margin-bottom: -16px;
	width: 140px;
}

.activelink {
	display: block;
	font-weight: bold;
}

#thecategories a {
	display: block;
	padding-bottom: 7px;
	padding-top: 3px;
	width: 100%;
}

/*mozilla fix*/
html>body #thecategories a {
	width: auto;
}
/*end of mozilla fix*/

#topcat a {
padding-left: 5px;
}

#secondcat a {
	padding-left: 20px;
}

#thirdcat a {
	padding-left: 35px;
}

#fourthcat a {
	padding-left: 50px;
}

#fifthcat a {
	padding-left: 65px;
}

/* Custom InfoBox Heading Categories */

TD.infoBoxHeadingCategories {
background-image: url('images/infobox/back_head_side_blue.gif');
width: 156px;
height: 24px;
background-repeat: no-repeat;
font-size: 14px;
font-weight: bold;
text-align: center;
color: #000000;
padding-top: 2px;
padding-bottom:2px;
}

/* Custom InfoBox Heading Whats New */

TD.infoBoxHeadingWhatsNew {
background-image: url('images/infobox/back_head_side_moss.gif');
width: 156px;
height: 24px;
background-repeat: no-repeat;
font-size: 14px;
font-weight: bold;
text-align: center;
color: #000000;
padding-top: 2px;
padding-bottom:2px;
}

/* Custom InfoBox Heading Awards */

TD.infoBoxHeadingAwards {
background-image: url('images/infobox/back_head_side_sand.gif');
width: 156px;
height: 24px;
background-repeat: no-repeat;
font-size: 14px;
font-weight: bold;
text-align: center;
color: #000000;
padding-top: 2px;
padding-bottom:2px;
}

/* Custom InfoBox Visit Us On Ebay */

TD.infoBoxHeadingVisitUsOnEbay {
background-image: url('images/infobox/back_head_side_blue.gif');
width: 156px;
height: 24px;
background-repeat: no-repeat;
font-size: 14px;
font-weight: bold;
text-align: center;
color: #000000;
padding-top: 2px;
padding-bottom:2px;
}

/* Custom InfoBox Specials */

TD.infoBoxHeadingSpecials {
background-image: url('images/infobox/back_head_side_moss.gif');
width: 156px;
height: 24px;
background-repeat: no-repeat;
font-size: 14px;
font-weight: bold;
text-align: center;
color: #A40B0B;
padding-top: 2px;
padding-bottom:2px;
}

TABLE.infoBoxContents HR {
  color: #009BD8;
  background-color: #009BD8;
  height: 1px;
}

TABLE.new_poducts {
font-size: 12px;
color: #000000;
}

TD.new_products_top {
background-image: url('images/layout/back_new_products_top.gif');
}

TD.new_products_middle {
  background-image: url('images/layout/back_new_products_middle.gif');
  padding-left: 5px;
  padding-right: 5px;
}

TD.new_products_panel {
background-image: url('images/layout/back_new_products_panel.gif');
}

TD.new_products_bottom {
background-image: url('images/layout/back_new_products_bottom.gif');
}

.product_highlight img{
  border: 1px;
  border-style: solid;
  border-color: #009BD8;
}

TABLE.popupWindow {
  border: 1px;
  border-style: solid;
  border-color: #009BD8;
  background: #ffffff;
}