/*
  $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: tahoma, Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : tahoma, Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : tahoma, Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : tahoma, Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

A {
  color: #5E5E5E;
  text-decoration: none;
}

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

FORM {
 display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

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

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
  background: #C8C8C8;
}

.infoBoxContents {
  background: #FFFFFF;
  font-family: tahoma, tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  border-width: 1px;
  border-top: none;
  border-style:solid;
  border-spacing: inherit;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #0bc3d3;
  color: #ffffff;
  display:none;
}

TD.infoBox, SPAN.infoBox {
  font-family: tahoma, 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: #C8C8C8;
  border-spacing: 1px;
}

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

TD.productListing-data {
  font-family: tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #FFFFFF;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: tahoma, Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #5E5E5E;
}
TD.pageHeading img {height:0px;}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
}

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

TD.fieldKey {
  font-family: tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

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

TD.tableHeading {
  font-family: tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

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

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

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

SPAN.greetUser {
  font-family: tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #f0a480;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-family: Tahoma, tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #c76170;
  font-weight: bold;
}

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

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

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: tahoma, Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: tahoma, Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: tahoma, Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: tahoma, Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: tahoma, Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

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






.mt{
 background-image: url(images/top_bg.jpg);
 background-position: top center;
 background-repeat: no-repeat;
}

td{
 color: #6F6F6F;
 font-family: tahoma,verdana,areal;
 font-size: 11;
}

 .ml{
  color: #ffffff;
  text-decoration: none;
 }
 .ml:hover{
  color: #ffffff;
  text-decoration: underline;
 }

 .ml1{
  color: #6F6F6F;
  text-decoration: none;
 }

 .ml2{
  color: #BC0000;
  text-decoration: underline;
 }

 .se{
  width: 115px;
 }

 .br{
  border: #B9B9B9 solid 1px;
 }

 .px3{
  font-size: 3px;
 }

 .px8{
  font-size: 8px;
 }

 .go{
  border-style: solid;
  border-width: 1px;
  border-color: #B6B6B6;
  width: 122px;
  height: 19px;
 }

 .tx{
  color: #5E5E5E;
  font-size: 13px;
  font-weight: bold;
 }

 .tx1{
  color: #BE0000;
  font-size: 16px;
  font-weight: bold;
 }

 .tx2{
  color: #BE0000;
  font-size: 13px;  
 }

 .tx3{
  color: #5E5E5E;
  font-size: 16px;
  font-weight: bold;
 }

 .tx4{
  color: #5E5E5E;
  font-size: 9px; 
 }



#socializethis{background:#FFFFFF;border:solid 1px #666;border-width:3px 3px 3px 3px;height:15px;width:260px;position:absolute;top:200px;left:350px;padding:2px 5px;overflow:hidden;
  -webkit-border-top-left-radius:12px;-moz-border-radius-topleft:12px;border-top-left-radius:12px;-moz-box-shadow:-3px -3px 3px rgba(0,0,0,0.5);-webkit-box-shadow:-3px -3px 3px rgba(0,0,0,0.5);box-shadow:-3px -3px 3px rgba(0,0,0,0.5);}#socializethis a{float:left;width:32px;margin:3px 2px 2px 2px;padding:0;}#socializethis span{float:left;margin:2px 3px;text-shadow:1px 1px 1px #FFF;color:#444;font-size:12px;}