/*
  $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: #ffffff;
  color: #000000;
  margin: 0px;
}

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

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

FORM {
 display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

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

A.headerNavigation { 
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: underline;
}

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

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

.infoBox {
  background: #D3D1D1;
}

.infoBoxContents {
  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 {
  background-image: url('images/infobox/corner_center.gif');
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  display: none;
}

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: #EDF2F7;
  //shopping-cart content color
}

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: #EDF2F7;
  //shopping-cart content color
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #D2E0FF;
  //shopping-cart header/footer color
  border-spacing: 1px;
  
}

.productListing-heading {
border-right:2px solid #ffffff; 
border-bottom:2px solid #ffffff;  
text-align:left; 

  color: #414956;
  font-weight: bold;
  padding: 10px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background-color: #D2E0FF;
  //shopping-cart header/footer color
}

TD.productListing-data {

border-right:2px solid #ffffff; 
border-bottom:2px solid #ffffff;  
text-align:center;
vertical-align:top; 
padding:11 9 8 9;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #414956 ;
 //shopping-cart content
}

 
A.pageResults {
  color: #747474;
}

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

A.pageResults:visited {
  color: #747474;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  height: 27px;
  width: 728px;
  background: url('images/m99.gif');
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-left: 20px;
  text-transform: uppercase;
}

TD.pageHeading2 {
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  height: 27px;
  width: 728px;
  background: url('images/m99.gif');
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-left: 15px;
  text-transform: uppercase;
}

TD.pageHeading3 {
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  height: 27px;
  width: 186px;
  background: url('images/m33_small.gif');
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-left: 15px;
  text-transform: uppercase;
}

div.pageHeading { height: 22px; padding-top: 5px; }

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

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

 .image_border{
  border:1px solid #888888; 
 }



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

/* input requirement */

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














body{
 background-image: url(images/bg01.gif);
}

td{
 font-family: tahoma,verdana,arial;
 font-size: 11px;
 color: #818181;
}

 .bg{
  background-image: url(images/m12.gif);
  background-repeat: repeat-y;
 }

 .bg1{
  background-image: url(images/m17.gif);
  background-repeat: repeat-y;
 }

 .go{
  border-style: solid;
  border-width: 1px;
  border-color: #A3A3A3;
  width: 119px;
  height: 18px;
  color: #605F5E;
  font-size: 9px;
 }

 .br{
  border-style: solid;
  border-width: 1px;
  border-color: #929292;
 }
 
 .ch{
  color: #6A8ABE;
  font-size: 11px;
  font-weight: bold;
 }

 .ch1{
  color: #E27C04;
  font-size: 14px;
  font-weight: bold;
 }

 .ch2{
  color: #6A8ABE;
  font-size: 12px;
  font-weight: bold;
 }

 .ch2_1{
  color: #6A8ABE;
  font-size: 11px;
  font-weight: bold;
 }

 .ch3{
  color: #6A8ABE;
  font-size: 11px;
  font-weight: bold;
 }

 .ml{
  color: #8E8E8E;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none
 }

 .ml1{
  color: #A75E08;
  font-size: 11px;  
  text-decoration: underline
 }

 .ml2{
  color: #214A78;
  font-size: 11px;
  text-decoration: none
 }

 .ml2_1{
  color: #214A78;
  font-size: 11px;
  text-decoration: underline;
 }

 .ml3{
  color: #6A8ABE;
  font-size: 11px;
  text-decoration: underline;
 }

 .ml4{
  color: #E0943A;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none
 }

 .tx{
  color: #818181;
  font-size: 11px; 
 }

 .tx1{
  color: #E0943A;
  font-size: 11px; 
 }

 .se{
  width: 112px;
  font-size: 9px;
  color: #9D9D9D; 
 }

h1 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
}

h2 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
}

style1 {font-size: small}

.prinfotab_act, .prinfotab_pas { border-spacing: 0px; height: 26px; }
.prinfotab_act td, .prinfotab_pas td { height: 26px; padding: 0px; white-space: nowrap; }
.prinfotab_pas td { cursor: pointer; }

.prinfotab_act #t1 { background-image: url(/images/prinfo_l_act.gif); width: 26px; height: 26px; }
.prinfotab_act .t2 { cursor: default; font: normal 11px Arial; color: #165389; vertical-align: middle; background-image: url(/images/prinfotab_bg.gif); padding-bottom: 3px; }
.prinfotab_act #t3 { background-image: url(/images/prinfo_r_act.gif); width: 26px; height: 26px; }

.prinfotab_pas #t1 { background-image: url(/images/prinfo_l_pas.gif); width: 26px; height: 26px; }
.prinfotab_pas .t2 { font: normal 11px Arial; color: #7f8180; text-decoration: underline; vertical-align: middle; background-image: url(/images/prinfotab_pbg.gif); padding-bottom: 3px; }
.prinfotab_pas #t3 { background-image: url(/images/prinfo_r_pas.gif); width: 26px; height: 26px; }

.prinfotab_space { width: 100%; background-image: url(/images/prinfotab_space.gif); }

.filter_manuf { width: 165px; height: 21px; border: 1px solid #59739e; background: url(/images/filter_manuf_bg.gif) no-repeat right; padding-right: 15px; cursor: pointer; }
.catfilter { width: 180px; height: 21px; border: 1px solid #59739e; }

.compare_cat { text-align: center; padding-top: 7px; border-bottom: 1px solid #bfdafa; }
.compare_cat table { margin: 0 auto; text-align: center; }
.compare_cat_inner { text-transform: capitalize; text-align: center; font: bold 13px Verdana; color: #59739e; }
.compare_links { text-align: center; background-color: #edf2f7; border: 1px solid #bfdafa; border-left: 0; border-right: 0; }
.compare_links a.compare, .compare_links a.compare:visited, .compare_links a.compare:hover { color: #398832; font-weight: bold; }

.compare_odd td { background-color: #d8e8f8; }

#compare_list_table .cat { text-transform: capitalize; font-weight: bold; color: #59739e; }

.compare_hline td { background-color: #edf2f7; border: 1px solid #bfdafa; border-left: 0; border-right: 0; height: 30px; }
.compare_feature { font-weight: bold; color: #59739e; border-right: 1px solid #bfdafa; }

.compare_del { margin-left: 10px; width: 13px; height: 12px; padding-top: 1px; border: 1px solid #bfdafa; text-align: center; font-size: 9px; color: #214a78; overflow: hidden; cursor: pointer; }
.compare_del2 { margin-left: 10px; width: 13px; height: 12px; padding-top: 1px; border: 1px solid #bfdafa; text-align: center; font-size: 9px; color: #214a78; overflow: hidden; cursor: pointer; }

.cat_desc { background-color: #edf2f7; border: 1px solid #bfdafa; border-left: 0; border-right: 0; padding: 10px; widtH: 728px; }
