/*
  $Id: stylesheet.css,v 1.1.1.1 2003/08/14 07:58:33 nickle 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; }
.pic img{ display: inline-block; vertical-align: top;}
.pic p { float: center; padding: 4px; border: 1px solid #ddd; background: #fff; margin: 5px;}

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  text-align: center;
  font-size: 11px;
}

.main_board {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 960px;
  background: #ffffff;
}

A.btn_index {
    padding: 2px; 
	background: #fff6c3;
    color: #000000;
    font-size: 11px;
	text-align: center;
    text-decoration: none;
}

A.btn_index:hover {
    padding: 2px; 
	background: #fff6c3;
    color: #ff0000;
	text-align: center;
    text-decoration: none;
}

A.btn_header {
	background: url(images/button_header.gif);
    color: #000000;
	height: 41px;
	width: 139px;
    font-size: 11px;
	text-align: center;
    text-decoration: none;
    font-weight: bold;
}

A.btn_header:hover {
	background: url(images/button_header.gif);
    color: #7a2;
	height: 41px;
	width: 139px;
	text-align: center;
    text-decoration: none;
    font-weight: bold; 
}

A {
  color: #000000;
  text-decoration: none;
  font-size: 11px;
  line-height: 20px;
}

A:hover {
  background: #ffffff;
  color: orange;
  text-decoration: underline;
}

A.menu {
  color: #000000;
  text-decoration: none;
  font-size: 11px;
  line-height: 20px;
  border-bottom : 1px dotted #00;
  width:80%;
}

A.menu:hover {
  background: #ffffff;
  color: orange;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #ffffff; 
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #000000;
  text-decoration: none;
}

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: #E7E7E5;
  height: 60px;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #E7E7E5;
  color: #797979;
}

.infoBox {
  background: #ffffff;
}

.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: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

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: #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: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

span.pageResults {
  background: #b6b7cb;
  color: #0000FF;
  font-size: 9px;
  text-decoration: none;
  border: 1px solid #0009c3;
}

A.pageResults {
  color: #0000FF;
  font-size: 9px;
  text-decoration: none;
  border: 1px solid #69c;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFF8a2;
  font-size: 9px;
  text-decoration: none;
  border: 1px solid #69c;
}

TD.pageHeading, DIV.pageHeading {
  font-family: 標楷體, Verdana, Arial, sans-serif;
  font-size: 21px;
  color: #000000;
  font-weight: bold;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

.p_title {
  background: #6591CB;
  color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.shopCartA {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  width: 60px;
  color: #ffffff;
  font-weight: bold;
}

.shopCartB {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  width: 420px;
  color: #ffffff;
  font-weight: bold;
}

.shopCartC {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  width: 50px;
  color: #ffffff;
  font-weight: bold;
}

.shopCartD {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.5;
  width: 30px;
}

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: 11px;
  color: #000000;
}

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;
}

.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; }

.infoBoxHeading_l {
	background: url(images/header_left.gif);
	height: 36px;
	width: 10px;
}
.infoBoxHeading_r {
	background: url(images/header_right.gif);
	height: 36px;
	width: 10px;
}
.infoBoxHeading_td {
	background: url(images/header_center.gif); font-family: Verdana, Arial, sans-serif; color:#ffffff; font-size:13px;
	width: 180px;
	height: 36px;
}

.infoBoxContents_l {
	background: url(images/content_left.gif);
}
.infoBoxContents_r {
	background: url(images/content_right.gif);
}
.infoBoxContents_td {
	background: url(images/content_center.gif); uppercase; FONT-FAMILY: arial; COLOR: #000000; FONT-SIZE: 11px; FONT-WEIGHT: bold
	height: 25px;
}

.infoBoxFooter_l {
	background: url(images/footer_left.gif);
	height: 25px;
}
.infoBoxFooter_r {
	background: url(images/footer_right.gif);
	height: 25px;
}
.infoBoxFooter_td {
	background: url(images/footer_center.gif);
	width: 180px;
	height: 25px;
}


.proBox_hl {
	background: url(images/proBox_hl.gif);
	height: 36px;
	width: 9px;
}
.proBox_hr {
	background: url(images/proBox_hr.gif);
	height: 36px;
	width: 9px;
}
.proBox_hc {
	background: url(images/proBox_hc.gif); uppercase; FONT-FAMILY: arial; COLOR: #ffffff; FONT-SIZE: 11px; FONT-WEIGHT: bold
	height: 36px;
}

.proBox_cl {
	background: url(images/proBox_cl.gif);
	width: 9px;
}
.proBox_cr {
	background: url(images/proBox_cr.gif);
	width: 9px;
}
.proBox_cc {
	background: url(images/proBox_cc.gif); uppercase; FONT-FAMILY: arial; COLOR: #ffffff; FONT-SIZE: 11px; FONT-WEIGHT: bold
	height: 25px;
}

.proBox_fl {
	background: url(images/proBox_fl.gif);
	width: 9px;
	height: 20px;
}
.proBox_fr {
	background: url(images/proBox_fr.gif);
	width: 9px;
	height: 20px;
}
.proBox_fc {
	background: url(images/proBox_fc.gif);
	height: 20px;
}


.selectedTEXTTab {
position:relative;
left:12px;
top:10px;
}

.TEXTTab {
position:relative;
left:12px;
top:18px;
}

.selectedTab {
  font-size: 11px;
  background-image: url(img/ie6png.gif);
  color: #0000ff;
  height: 45px;
  width: 135px;
  letter-spacing: 2pt;
  padding-top: 4px;
  padding-left: 4px;
  text-decoration: none;
}

.Tab {
  font-size: 11px;
  background-image: url(img/ie6png-2.gif);
  color: #000000;
  height: 45px;
  width: 135px;
  letter-spacing: 2pt;
  padding-top: 4px;
  padding-left: 4px;
  text-decoration: none;
}

.nullTab {
  border-bottom: 1 solid #FF6699;
}

.main_content {
  font-size: 11px;
  background: #FFFFFF;
  color: #596E91;
  letter-spacing: 2pt;
  width: 620px;
  border-right: 1 solid #FF6699;
  border-left: 1 solid #FF6699;
  border-bottom: 1 solid #FF6699;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.buttonA {
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  background: #F1E6B5;
  color: #596E91;
  height: 20px;
  letter-spacing: 1pt;
  border-top: 1 solid #FF6699;
  border-right: 1 solid #FF6699;
  border-left: 1 solid #FF6699;
  border-bottom: 1 solid #FF6699;
  padding-left: 8px;
  padding-right: 8px;
}

.buttonA:hover {
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  background: #eeeeee;
  color: #596E91;
  height: 20px;
  letter-spacing: 1pt;
  border-top: 1 solid #FF6699;
  border-right: 1 solid #FF6699;
  border-left: 1 solid #FF6699;
  border-bottom: 1 solid #FF6699;
  padding-left: 8px;
  padding-right: 8px;
}
#footerb {
	background-color: #CCCCCC;
	font-size: 10px;
	color: #999999;
	height: 45px;
	width: 100%;
}