/*
  $Id: stylesheet.css,v 1.1.1.1 2004/03/04 23:42:24 ccwjr Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
.cat_description {  font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #800000; font-weight: bold }
.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: #000000;
  text-decoration: none;
}

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

FORM {
    display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #ffffff;
}

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

A.headerNavigation { 
  color: #000000; 
}

a:hover.headerNavigation {
  color: #000000;
}

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

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

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

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

TABLE.productListing {
  border: 1px;
  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;
}

.productlisting-headingPrice { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {

  font-family: Arial;
  font-size: 18px;

  font-weight: bold;
  color: #000000;
  line-height: 28px;
  padding-left:10px;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main, .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;
}

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

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

/* VJ Links Manager v1.00 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

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

TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #ffffff;
}

TR.linkListing-even {
  background: #F5F5F5;
}
/* VJ Links Manager v1.00 end */
.content    {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica}

/* Show Cart Details */
TR.ShowCartDetails, TD.ShowCartDetails, P.ShowCartDetails {
/* <FONT COLOR="bbc3d3" FACE="Arial" SIZE="1"> */
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color="#BDCAF0";
}

 /* Show Header Page Links */
TR.HeaderPageLinksLeft, TD.HeaderPageLinksLeft, P.HeaderPageLinksLeft {
  background-image: url('images/button_blank_left.gif');
}
TR.HeaderPageLinksRight, TD.HeaderPageLinksRight, P.HeaderPageLinksRight {
  background-image: url('images/button_blank_right.gif');
}
TR.HeaderPageLinks, TD.HeaderPageLinks, P.HeaderPageLinks {
  background-image: url('images/button_blank_middle.gif');
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000
}
A.HeaderPageLinks {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}
a:hover.HeaderPageLinks {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
/*  background: #00FF00; */
  color: #00FF00;
}

TD.cookieUsage {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #000000;
  color: #FFFFFF;
}


.topalphabetnav {color: #FFFFFF; font-size: 11px; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif}
a.topalphabetnav:link {color: #FFFFFF; text-decoration: none; }
a.topalphabetnav:visited {color: #FFFFFF; text-decoration: none; }
a.topalphabetnav:hover {color: #FF000; font-size: 11px; text-decoration: underline;}

.topalphabetnav_sel {color: #FFFFFF; font-size: 11px; text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif}
a.topalphabetnav_sel:link {color: #FFFFFF; text-decoration: underline; }
a.topalphabetnav_sel:visited {color: #FFFFFF; text-decoration: underline; }
a.topalphabetnav_sel:hover {color: #FFFFFF; font-size: 11px; text-decoration: underline;}


.selectedtab {color: #ffffff; font-size: 11px; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif}
a.selectedtab:link {color: #ffffff;}
a.selectedtab:visited {color: #ffffff;}
a.selectedtab:hover {color: #ffffff;}

.notselectedtab {color: #000000; font-size: 11px; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif}
a.notselectedtab:link {color: #000000;}
a.notselectedtab:visited {color: #000000;}
a.notselectedtab:hover {color: #000000; font-size: 11px}

a.comments {
  color: blue;
  text-decoration: none;
}
a.comments:visited {
  color: blue;
  text-decoration: none;
}
a.comments:hover {
  color: blue;
  text-decoration: none;
}


a.allm {
  color: blue;
  text-decoration: underline;
}
a.allm:visited {
  color: blue;
  text-decoration: underline;
}
a.allm:hover {
  color: blue;
  text-decoration: underline;
}


a.allb {
  color: blue;
  text-decoration: underline;
}
a.allb:visited {
  color: blue;
  text-decoration: underline;
}
a.allb:hover {
  color: blue;
  text-decoration: underline;
}


a.coupons {
  color: #073d87;
  text-decoration: underline;
}
a.coupons:visited {
  color: #073d87;
  text-decoration: underline;
}
a.coupons:hover {
  color: #073d87;
  text-decoration: underline;
}


.date_added {
 color:blue;
}

.coupon, .expire {
  color:red; 
}

.expire_black {
  color:#000000; 
}

.coupon_blue {
  color:blue; 
}


A.product {
  color: #073d87;
  font-size: 12px;
  text-decoration: underline;
  font-weight:bold;
}

A.product:hover {
  font-size: 12px;
  color: #073d87;
  text-decoration: underline;
  font-weight:bold;
}


A.product_deal {
  color: #073d87;
  font-size: 15px;
  text-decoration: underline;
  font-weight:bold;
}

A.product_deal:hover {
  font-size: 15px;
  color: #073d87;
  text-decoration: underline;
  font-weight:bold;
}


A.product_hot {
  color: #073d87;
  font-size: 12px;
  text-decoration: underline;
  font-weight:bold;
}

A.product_hot:hover {
  font-size: 12px;
  color: #073d87;
  text-decoration: underline;
  font-weight:bold;
}


A.store {
  color: #666666;
  font-size: 14px;
  text-decoration: none;
  font-weight:bold;
  font-family:verdana;
}

A.store:hover {
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  font-weight:bold;
  font-family:verdana;
}

.descr {
  font-size: 9pt;
  font-family: Arial, sans-serif;
}

/*
.group {
font-family: 'Arial Black';
font-size: 15pt;
padding-right: 5px;
color:black;
}
*/
.group {
font-family: 'Arial';
font-size: 12pt;
font-weight:bold;
padding-right: 5px;
padding-left: 5px;
color:#ffffff;
}

IMG.tabmenu {
    BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none;
}


.tabsoff {
    text-decoration: none;
    font-size: 11px;
    font-family: verdana;
    font-weight: bold;
    BORDER-RIGHT: #ccc 1px solid;
    BORDER-TOP: #ccc 1px solid;
    MARGIN-LEFT: 5px;
    BORDER-LEFT: #ccc 1px solid;
    BACKGROUND-COLOR: #52964a;
}
.tabson {
    text-decoration: none;
    font-size: 11px;
    font-family: verdana;
    font-weight: bold;
    BORDER-RIGHT: #31659C 1px solid;
    BORDER-TOP: #31659C 1px solid;
    MARGIN-LEFT: 5px;
    BORDER-LEFT: #31659C 1px solid;
    BACKGROUND-COLOR: #336699;
    color : #ffffff;
}
.tabsbgoff {
    text-decoration: none;font-size: 11px;font-family: verdana;font-weight: bold;BACKGROUND-COLOR: #31659C
}
.tabsbgon {
    text-decoration: none;font-size: 11px;font-family: verdana;font-weight: bold;BACKGROUND-COLOR: #D0E0F0
}

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

.price_deal_red {
font-size:12px;
font-weight: bold;
color: ff0000;
}

.price_deal_black {
font-size:12px;
font-weight: bold;
color: 000000;
}

.price_deal_list {
font-size:12px;
font-weight: normal;
color: 000000;
}

.char {
color:#134ac8; font-family:arial; font-size:18px; font-weight:bold;
}

a.chenl:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0066FF;
    text-decoration: underline;
    font-weight: lighter;
}
a.chenl:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0066FF;
    text-decoration: underline;
    font-weight: lighter;
}
a.chenl:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0066FF;
    text-decoration: underline;
}

.tr {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}


a.cheng:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #0000FF;
    text-decoration: underline;
}
a.cheng:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #0000FF;
    text-decoration: underline;
}
a.cheng:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #0000FF;
    text-decoration: underline;
}
a.chenlg:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0000ff;
    text-decoration: underline;
    
}
a.chenlg:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0000FF;
    text-decoration: underline;
    font-weight: lighter;
}
a.chenlg:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0000FF;
    
}


.table_header {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #FFFFFF;

}

a.n1:link {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
a.n1:hover {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #FFFF00;
    text-decoration: underline;
}
a.n1:active {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #FF9900;
    text-decoration: underline;
}
a.n1:visited {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
a.n2:link {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}
a.n2:hover {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #FF3300;
    text-decoration: underline;
}
a.n2:active {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #FF0000;
    text-decoration: underline;
}
a.n2:visited {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}
a.n3:link {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #000099;
    text-decoration: underline;
}
a.n3:hover {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #3399FF;
    text-decoration: underline;
}
a.n3:active {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #FF0000;
    text-decoration: underline;
}
a.n3:visited {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #000099;
    text-decoration: underline;
}

a.n4:link {
    font-family: Arial;
    font-size: 10px;
    line-height: 18px;
    font-weight: normal;
    color: #666666;
    text-decoration: underline;
}
a.n4:hover {
    font-family: Arial;
    font-size: 10px;
    line-height: 18px;
    font-weight: normal;
    color: #3366FF;
    text-decoration: underline;
}
a.n4:active {
    font-family: Arial;
    font-size: 10px;
    line-height: 18px;
    font-weight: normal;
    color: #FF3300;
    text-decoration: underline;
}
a.n4:visited {
    font-family: Arial;
    font-size: 10px;
    line-height: 18px;
    font-weight: normal;
    color: #666666;
    text-decoration: underline;
}
a.n5:link {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #000000;
    text-decoration: underline;
}
a.n5:hover {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #FF3300;
    text-decoration: underline;
}
a.n5:active {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #FF0000;
    text-decoration: underline;
}
a.n5:visited {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #000000;
    text-decoration: underline;
}
a.n6:link {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #0000FF;
    text-decoration: underline;
}
a.n6:hover {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #FF3300;
    text-decoration: underline;
}
a.n6:active {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #FF0000;
    text-decoration: underline;
}
a.n6:visited {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #0000FF;
    text-decoration: underline;
}
.text1 {
    font-family: Arial;
    font-size: 10px;
    line-height: 18px;
    font-weight: normal;
    color: #000000;
}
.text2 {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #000000;
}
.text3 {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #000000;
}
.text4 {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #FFFFFF;
}
.text5 {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #0000FF;
    text-decoration: underline;
}
.text6 {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #FF0000;
    text-decoration: none;
}
.text7 {
    font-family: Arial;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #FF0000;
    text-decoration: none;
}
.text8 {
    font-family: Arial;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #ffffFF;
    text-decoration: none;
}
.text9 {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #ffffFF;
    text-decoration: none;
}
.text10 {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #000000;
    
}
.text11 {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #336633;
}
.td1 {
    border: 1px solid #E8E8E8;
}