/*
  $Id: stylesheet.css,v 1.1.1.1 2003/09/18 19:06:13 wilt Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/* Body */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	word-spacing: 1px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align:center;
}

.centershop {
	border: 1px solid #A9D298;
	margin: auto auto auto auto;
}

/* End Body */

/* General Links */

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

a:active {
	text-decoration: none;
}
a:.nl{
    text-decoration: none
}
a:hover.nl{
    text-decoration: none
}

/* End General Links */

/* Top Navigation Links */

.topNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

a.topNav:link, a.topNav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

a.topNav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

/* End Top Navigation Links */

/* for smallTopLink*/
script.smallTopLink, a.smallTopLink, a.smallTopLink:link, a.smallTopLink:visited {
  text-decoration: underline;
  font-size: 11px;
  color: #999999;
}

a.smallTopLink:hover {
	text-decoration: underline;
	color: #f57914;
}

/* end simple category */

/* Categories Links */
a.cat_nav:link, a.cat_nav:visited, a.cat_act:hover {
	display: block;
	background: url(images/menu_bg.gif) no-repeat;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-top: 3px;
	padding-left: 18px;
	height: 17px !important;
	height: 20px;
	width: 100%;
	text-decoration: none;
}

a.cat_nav:hover {
	background-position: 0px -20px;
	text-decoration: underline;
	color: #FFFFFF;
}

a.cat_act {
	display: block;
	background: url(images/menu_bg.gif) no-repeat;
	background-position: 0px -20px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #00ff00;
	text-align: left;
	padding-top: 3px;
	padding-left: 18px;
	height: 17px !important;
	height: 20px;
	width: 100%;
	text-decoration: none;
}

a.cat_act:hover {
	display: block;
	background: url(images/menu_bg.gif) no-repeat;
	background-position: 0px -20px;
	color: #FFFFFF;
	text-decoration: underline;
}

a.cat_sub_nav:link, a.cat_sub_nav:visited {
	display: block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-align: left;
	padding-top: 3px;
	padding-left: 20px;
	height: 15px !important;
	height: 17px;
	width: 100%;
	text-decoration: none;
}

a.cat_sub_nav:hover {
	text-decoration: underline;
	color: #003300;
}

a.cat_sub_act:link, a.cat_sub_act:visited {
	display: block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-top: 3px;
	padding-left: 20px;
	height: 15px !important;
	height: 17px;
	width: 100%;
	text-decoration: none;
}
a.cat_sub_act:hover {
	text-decoration: none;
	color: #006600;
}

a.cat_sub_faint:link, a.cat_sub_faint:visited {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #6a6969;
  line-height: 1.7;
  white-space: nowrap;
  word-spacing: 2;
}

a.cat_sub_faint:hover {
	text-decoration: none;
	color: #f57914;
}


/* End Categories Links */


/* for simple category*/

.category_nav:link, .category_nav:visited {
  font-size: 12px;
  color: #999999;
}

a.category_nav:hover {
	text-decoration: underline;
	color: #6cb648;
}


/* end simple category */


/* for simple product links*/

a.prod_link:link, a.prod_link:visited {
  font-size: 11px;
  color: #317eb7;
}


a.prod_link:hover {
	text-decoration: underline;
	color: #6cb648;
}


/* Header Navigation, Bread Crumb */

.headerNavigation, a.headerNavigation:link, a.headerNavigation:visited {
	color: #f57914;
	font-size: 11px;
	text-decoration: none;
}

a.headerNavigation:hover {
	color: #006600;
	text-decoration: underline;
}

/* End Header Navigation, Bread Crumb */

/* Header Messages & Error */

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 12px;
}
.errorBox { 
	font-size : 11px; 
	background: #ffb3b5; 
	font-weight: bold; 
	}
.stockWarning { 
	font-size : 12px; 
	color: #cc0033; 
	}


/* End Header Messages & Error */

/* Infobox */
TD.infoBox, SPAN.infoBox {
  font-size: 12px;
}

.infoBox {
  background: #CCCCCC;
}

TD.infoBoxHeading {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

a.infoBoxHeading:link, a.infoBoxHeading:visited  {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

a.infoBoxHeading:hover {
	text-decoration:none;
}

.infoBoxContents {
  background: #FFFFFF;
  font-size: 12px;
  line-height: 13pt;
}

a.infoBoxLinkContents:link, a.infoBoxLinkContents:visited  {
/* blue
	color: #0000FF;
*/
	color: #000000;
	font-size: 12px;
    line-height: 13pt;
}

/* End Infobox */
/* Odd & Even Colours */

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: #edf7fe;
}
/* End Odd & Even colours */
/* Product Listing */
TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #FFFFFF;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 12px;
  background: #faac24;
  color: #006600;
  font-weight: bold;
}


.productlisting-headingPrice { 
  font-size: 15px;
  font-weight: bold;
  color: #0F8199;
}

TD.productListing-data {
  font-size: 12px;
}
/* End Product Listing */

.cat_description {  font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #800000; font-weight: bold }
.boxText {
	font-size: 12px;
	padding-left: 7px;
}
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 11px; color: #70d250; text-decoration: underline; }


FORM {
	display: inline;
}




TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-size: 12px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}







A.pageResults {
  color: #0000FF;
}

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

h2 {
  font-size: 18px;
}

.pageHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #006600;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main, LI.main, A.main, DIV.main{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.main_cat, P.main_cat, LI.main_cat, A.main_cat, DIV.main_cat{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 17pt;
}


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

a.smallText:link, a.smallText:visited {
  color: #484848;
  font-size: 11px;

}

a.smallText:hover {
  color: #f57914;
  font-size: 11px;
  text-decoration: underline;
}

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

a.tinyText:link, a.tinyText:visited {
  color: #484848;
  font-size: 10px;
}

a.tinyText:hover {
  color: #f57914;
  font-size: 10px;
  text-decoration: underline;
}

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: 12px;
  line-height: 1.5;
}

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

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

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

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

TABLE.formArea {
  background: #f1f9fe;
  border-color: #c2c0c0;
  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;
}
/* Module Row */
.moduleRow { 
	background-color: #e0fde6; 
}
.moduleRowOver { 
	background-color: #F2F2F2; 
	cursor: default;
	}
.moduleRowSelected {
	background-color: #a7febf;
	color: #000000;
	}
/* End Module Row */

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

a.checkoutBarFrom:link, a.checkoutBarFrom:visited {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
} 

/* message box */

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

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 11px; 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: 12px;
  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: 12px;
}

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

TR.linkListing-even {
  background: #F5F5F5;
}

TD.bigHeaderTitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

ul.sitemap {
color: #ff0000;
}

.grayText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #bbbbbb;
}

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

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

hr {
 border: 0;
 width: 95%;
}
	 
hr.hr1 {
 color: #aaaaaa;
 background-color: #aaaaaa;
 height: 1px;
}

/* 代替 bordercolorlight与bordercolordark 来设置Table的边框 */
TABLE.colorTest{  
    border-top: 1px solid #000000;   
    border-left: 1px solid #000000;   
    border-right: 0px;   
    border-bottom: 0px;   
}  
.colorTest TD{
    border-top: 1px solid #ffffff;   
    border-left: 1px solid #ffffff;   
    border-right: 1px solid #000000;   
    border-bottom: 1px solid #000000;  
}
   
/* VJ Links Manager v1.00 end */