/*
  $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: Arial,"新細明體"; font-size: 15px; }
.errorBox { font-family : Arial,"新細明體"; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial,"新細明體"; font-size : 15px; color: #cc0033; }

BODY {
	background: #ffffff;
	background-position: center;
	color: #000000;
	margin: 0px;
	font-size: 15px;
}

A {
	color: #0000CC;
	text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
	font-family: Arial, "新細明體";
	font-size: 15px;
}
.contentHeader {
	font-family: Arial, "新細明體";
	font-size: 15px;
	color: #CC0099;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0099;
}
.contentFormHeader {
	font-family: Arial, "新細明體";
	font-size: 15px;
	color: #CC0099;
	font-weight: bold;
}

TR.headerNavigation {
	font-family: Arial, "新細明體";
	font-size: 12px;
}

TD.headerNavigation {
	font-family: Arial,"新細明體";
	font-size: 12px;
	color: #660099;
	font-weight : lighter;
}

A.headerNavigation {
	color: #660099;
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial,"新細明體";
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Arial,"新細明體";
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
	color: #999999;
}

TD.footer {
	font-family: Arial,"新細明體";
	font-size : 12px;
	color: #999999;
	font-weight: bold;
}

.infoBox {
	background-color: #FFFFFF;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Arial,"新細明體";
  font-size: 15px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #ffffff;
  font-family: Arial,"新細明體";
  font-size: 15px;
}

TD.infoBoxHeading {
	font-family: Arial,"新細明體";
	font-size: 15px;
	height:30px;
	color: #000033;
	font-weight: bold;
	text-align: center;
	background-color: #99FF99;
	vertical-align: middle;
}

TD.infoBox, SPAN.infoBox, TD.boxText {
  font-family: Arial,"新細明體";
  font-size: 15px;
}

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

TD.productListing-heading {
	font-family: Arial,"新細明體";
	font-size: 15px;
	color: #660066;
	font-weight: bold;
	height: 30px;
	vertical-align: bottom;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #330000;
	white-space: nowrap;
}

TD.productListing-data {
	font-family: Arial,"新細明體";
	font-size: 15px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	line-height: 1.5;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
	font-family: Arial,"新細明體";
	font-size: 16px;
	font-weight: bold;
	color: #330099;
}

TD.main, P.main {
	font-family: Arial,"微軟正黑體";
	font-size: 15px;
	line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-family: Arial,"新細明體";
	font-size: 12px;
}

TD.tableHeading {
  font-family: Arial,"新細明體";
  font-size: 15px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial,"新細明體";
  font-size : 12px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial,"新細明體";
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial,"新細明體";
  font-size: 12px;
}

TABLE.formArea, TD.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}
TABLE.formArea_Warning, TD.formArea_Warning {
	background-color: #FFB0B3;
	border: 1px dashed #FF0000;
}

TD.formAreaTitle {
  font-family: Arial,"新細明體";
  font-size: 15px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial,"新細明體";
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial,"新細明體";
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial,"新細明體";
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo {
	font-family: Arial,"新細明體";
	font-size: 15px;
	color: #8c8c8c; 
}
.checkoutBarCurrent {
	font-family: Arial,"新細明體";
	font-size: 16px;
	color: #000000;
}
.checkoutTDCurrent {
	font-family: Arial,"新細明體";
	font-size: 16px;
	color: #000000;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.checkoutTDFrom, .checkoutTDTo {
	font-family: Arial,"新細明體";
	font-size: 15px;
	color: #8c8c8c; 
}

/* message box */

.messageBox { font-family: Arial,"新細明體"; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Arial,"新細明體"; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial,"新細明體"; font-size: 12px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial,"新細明體"; font-size : 12px; color: #ff0000; }
/* START Categories Tabs v2.0 */
A.tabsNavigation {
  font-family: Arial,"新細明體";
  font-size: 15px;
  font-weight : bold; 
  color: #0000CC; 
}

A.tabsNavigation:hover {
  font-family: Arial,"新細明體";
  font-size: 15px;
  font-weight : bold; 
  color: #3366CC;
}

TD.tabsNavigation {
  font-family: Arial,"新細明體";
  font-size: 15px;
/*  background: #CCCCCC;*/
  color: white;  /* Color of the not selected category text */
  font-weight : bold;
}

/* END Categories Tabs v2.0 */

/* START Categories Menu v2.0 */
A.menuNavigation {
  font-family: Arial,"新細明體";
  font-size: 15px;
  font-weight : bold; 
  color: #0000CC; 
}

A.menuNavigation:hover {
  font-family: Arial,"新細明體";
  font-size: 15px;
  font-weight : bold; 
  color: #3366CC;
}

TD.menuNavigation {
	font-family: Arial,"新細明體";
	font-size: 15px;
	color: #FF0000;  /* Color of the not selected category text */
	font-weight : bold;
}
/* END Categories Menu v2.0 */
/* START Categories Menu v2.0 */
A.menuTabNavigation {
	font-family: Arial,"新細明體";
	font-size: 15px;
	color: #FFFFFF;
}

A.menuTabNavigation:hover {
	font-family: Arial,"新細明體";
	font-size: 15px;
	font-weight : bold;
	color: #FFFF00;
}

TD.menuTabNavigation {
	font-family: Arial,"新細明體";
	font-size: 15px;
	color: #FFFF00;
	font-weight: bold;
}
/* END Categories Menu v2.0 */
TR.productAttributesList {
	font-size: 15px;
	font-family: Arial, "新細明體";
	line-height: 1.5;
}
TR.productOptionsList {
	font-size: 15px;
	font-family: Arial, "新細明體";
	font-weight: bold;
}
TD.productInfoImageBox {
	height: 200px;
	width: 200px;
	border: 1px dashed #000000;
	font-family: Arial, "新細明體";
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
}
TD.productInfoImageBoxSmall {
	border: 1px dashed #000000;
	font-family: Arial, "新細明體";
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
}
TD.productName {
	font-family: Arial, "新細明體";
	font-size: 18px;
	color: #660099;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	background-color: #99ff99;
	padding-right: 5px;
	padding-left: 5px;
}
TD.productName_22 {
	font-family: Arial, "新細明體";
	font-size: 18px;
	color: #2A2F88;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	background-color: #71C6D5;
	padding-right: 5px;
	padding-left: 5px;
}
TD.productName_23 {
	font-family: Arial, "新細明體";
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	background-color: #076BAF;
	padding-right: 5px;
	padding-left: 5px;
}
TD.productName_36 {
	font-family: Arial, "新細明體";
	font-size: 18px;
	color: #2a2f88;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	background-color: #EEE93A;
	padding-right: 5px;
	padding-left: 5px;
}
TD.productName_24 {
	font-family: Arial, "新細明體";
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	background-color: #41210D;
	padding-right: 5px;
	padding-left: 5px;
}
TD.productName_25 {
	font-family: Arial, "新細明體";
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	background-color: #602C88;
	padding-right: 5px;
	padding-left: 5px;
}
TD.productName_26 {
	font-family: Arial, "新細明體";
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	background-color: #DB2873;
	padding-right: 5px;
	padding-left: 5px;
}
TD.productFunction {
	font-family: Arial, "新細明體";
	font-size: 15px;
	color: #660099;
	background-color: #99ff99;
}
TD.productFunction_22 {
	font-family: Arial, "新細明體";
	font-size: 15px;
	color: #2A2F88;
	background-color: #71C6D5;
}
TD.productFunction_23 {
	font-family: Arial, "新細明體";
	font-size: 15px;
	color: #FFFFFF;
	background-color: #076BAF;
}
TD.productFunction_36 {
	font-family: Arial, "新細明體";
	font-size: 15px;
	color: #2a2f88;
	background-color: #EEE93A;
}
TD.productFunction_24 {
	font-family: Arial, "新細明體";
	font-size: 15px;
	color: #FFFFFF;
	background-color: #41210D;
}
TD.productFunction_25 {
	font-family: Arial, "新細明體";
	font-size: 15px;
	color: #FFFFFF;
	background-color: #602C88;
}
TD.productFunction_26 {
	font-family: Arial, "新細明體";
	font-size: 15px;
	color: #FFFFFF;
	background-color: #DB2873;
}
TD.productInfoHeaderBlue {
	font-family: Arial, "新細明體";
	font-size: 15px;
	font-weight: bold;
	color: #2A2F88;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
TD.productInfoHeader_22 {
	font-family: Arial, "新細明體";
	font-size: 15px;
	font-weight: bold;
	color: #2A2F88;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
A.productInfoHeader_22 {
	font-family: Arial, "新細明體";
	font-size: 15px;
	color: #FFFF00;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
TD.productInfoHeader_23 {
	font-family: Arial, "新細明體";
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
A.productInfoHeader_23 {
	font-family: Arial, "新細明體";
	font-size: 15px;
	color: #FFFF00;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
TD.productInfoHeader_36 {
	font-family: Arial, "新細明體";
	font-size: 15px;
	font-weight: bold;
	color: #2a2f88;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
A.productInfoHeader_36 {
	font-family: Arial, "新細明體";
	font-size: 15px;
	color: #FF0000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
TD.productInfoHeader_24 {
	font-family: Arial, "新細明體";
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
A.productInfoHeader_24 {
	font-family: Arial, "新細明體";
	font-size: 15px;
	color: #FFFF00;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
TD.productInfoHeader_25 {
	font-family: Arial, "新細明體";
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
A.productInfoHeader_25 {
	font-family: Arial, "新細明體";
	font-size: 15px;
	color: #FFFF00;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
TD.productInfoHeader_26 {
	font-family: Arial, "新細明體";
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
A.productInfoHeader_26 {
	font-family: Arial, "新細明體";
	font-size: 15px;
	color: #FFFF00;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
TD.productInfoHeader_ {
	font-family: Arial, "新細明體";
	font-size: 15px;
	font-weight: bold;
	color: #660099;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
A.productInfoHeader_ {
	font-family: Arial, "新細明體";
	font-size: 15px;
	color: #FF0000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
SPAN.productInfoStrong {
	color: #009933;
	font-weight: bold;
}
SPAN.productInfoStrong_22 {
	color: #71C6D5;
	font-weight: bold;
}
SPAN.productInfoStrong_23 {
	color: #076BAF;
	font-weight: bold;
}
SPAN.productInfoStrong_36 {
	color: #FF9900;
	font-weight: bold;
}
SPAN.productInfoStrong_24 {
	color: #41210D;
	font-weight: bold;
}
SPAN.productInfoStrong_25 {
	color: #602C88;
	font-weight: bold;
}
SPAN.productInfoStrong_26 {
	color: #DB2873;
	font-weight: bold;
}

/*--- Beginning of Addition Products Cycle Slideshow ---*/
.ProductsCycleSlideshowWrapper { width: 160px; padding:0; margin:0; overflow: hidden; text-align:center;}
.ProductsCycleSlideshow { height: 156px; width: 156px; padding:0; margin:0; overflow: hidden; border: 2px dashed #bbc3d3; background-color:#fff;}
.PCSChild { height: 150px; width: 150px; padding: 7px; text-align:center; top:0; left:0 }
.PCSChild  a { text-decoration: none; color:000;}
.PCSChild  a img { border: none; border-width:0px;}
.PCSOutput { text-align:center; font-size:12px;font-family: Arial, "新細明體";}
.PCSOutput a { text-decoration: none; color:#000; }
.PCSPager { margin:7px; }
.PCSPager a { border: 1px solid #bbc3d3; background: #fff; color:#bbc3d3; text-decoration: none; margin: 0 5px; padding: 3px 5px; font-size:12px;}
.PCSPager a.activeSlide { border: 1px solid #000; background: #bbc3d3; color:#000;}
.PCSPager a:focus { outline: none; }
/*--- End of Addition Products Cycle Slideshow ---*/
/*** Begin Header Tags SEO ***/
h1 {
	font-family: Arial,"新細明體";
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
    padding-bottom: 0;
}
h2 {
	font-family: Arial,"新細明體";
	font-size: 15px;
	line-height: 1.5;
	font-weight: bold;
	color: #660066;
    margin-bottom: 0;
    padding-bottom: 0;
}
/*** End Header Tags SEO ***/
.get1free { font-family: Arial,"新細明體"; font-size: 15px; background: #ffb3b5; font-weight: bold;}