/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet_original.css 3286 2006-03-28 01:14:04Z drbyte $
*/
BODY {
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	padding: 0px;
   font: 13px Verdana, Arial, sans-serif;
}

.centershop {
	padding: 0px;
	margin: 0px auto;
	/*position: relative;*/
	text-align: left;
	width: 100% !important;
}

A:link, A:visited {
	COLOR: #000000; TEXT-DECORATION: none;
}
A:hover {
	COLOR: #333333; TEXT-DECORATION: underline;
}


FORM {
	display: inline;
}

.banners {
  padding: 15px;
}

/*HEADER CSS*/

TABLE.header {
  background-image: url(../images/header_bg1.jpg);
  background-repeat: repeat-x;
  background-color: #ffffff;
}

TABLE.headerNavigation {
	width: 100% !important;
	background-color: #3A8D00;
}

TD.headerNavigation {
  position: relative;
  vertical-align: middle;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color:#000000;
  letter-spacing:1px;
  padding: 5px;
}

TD.breadCrumb {
  font-size: 12px;
  font-weight: bold;
  color: #ececec;
  padding: 3px;
  border-bottom: 1px dotted #ececec;
}


TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*SIDEBOX CSS*/

.column_left, .column_right, .column_single {
  background: #ffffff;
  padding: 2px;
}

.boxText {
  font-size: 13px;
  line-height: 125%;
}
.leftbox, .rightbox, .centerbox, .singlebox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #ffffff;
  border: 1px solid #ececec;
  margin-bottom: 15px;
}

.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 3px;
	height: 20px;
	padding-left: 5px;
	background-color: #fc951a;
}

td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
  color: #ffffff;
}

TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
	color: #0033CC;
}

.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
  line-height: 125%;
  padding: 4px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
	background-color: #fc951a;
  margin-bottom: 15px;
}

.plainBox, .plainbox-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #ffffff;
  border:1px solid #ececec;
  padding: 5px;
}
.plainBoxHeading, TD.tableHeading {
  font-size: 14px;
  font-weight: bold;
  padding: 11px 5px 5px;
}
.productListing-heading {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
}

TD.productListing-heading{
  background-color: #abbbd3;
  BACKGROUND-IMAGE: url(../images/left_banner_bag.gif);
}

TD.productlisting {
  border:1px solid #ececec;
}

TD.productListing-data {
  font-size: 12px;
  padding: 5px;
}

/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading, h1 {
  font-size: 18px;
  font-weight: bold;
  color: #ececec;
  padding-top: 11px;
}

.center_column {
  padding: 8px;
}
.main_page{
  width: 100% !important;
  background-color: #ffffff;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 5px;
}

/* footer
--------------*/

TABLE.footer {
  background: #ffffff;
  text-align: center;
  font-size: 12px;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

Td.footertop{
	background-color: #3A8D00;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;  
}

Td.footertop a:hover,Td.footertop a,Td.footertop a:visited{
	color: #ffffff;
	text-decoration: none;
}

TD.footertop, TD.footerbottom {
  padding: 5px;
}

TD.footerbottom {
	padding: 5px;
	font-size: 13px;
}

/*miscellaneous areas
-------------------------------------*/
TD.cartBox {
   background: #eff4f8;
   font-size: 12px;
   padding: 3px;
   border: 1px dotted #ffb062;
}

TR.productListing-odd, TR.upcomingProducts-odd {
  background: #ffffff;
}

TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
	background: #eff4f8;
}

TD.productListing-data-description-odd {
  background: #ffffff;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ececec;
}

TD.productListing-data-description-even {
  background: #eff4f8;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ececec;
}

td.pageresults a {
  color: #000000;
}

td.pageresults a:hover {
  background: #FFFF33;
}

SPAN.newItemInCart {
  color: #ff0000;
  font-weight: bold;
}

TD.smallText, SPAN.smallText, P.smallText, td.pageresults{
   font-size: 12px;
}

TD.fieldKey {
  font-size: 14px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 14px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 13px;
}

TEXTAREA {
  width: 100%;
  font-size: 13px;
}

.greetUser {
   font-size: 14px;
   padding-top: 5px;
   padding-bottom: 5px;
}

SPAN.greetUser {
   color: #f0a480;
   font-weight: bold;
}

SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 14px Verdana, Arial, sans-serif;
}

span.normalprice {
	color: #000000;
	text-decoration: line-through;
	font-style: italic;
	font-weight: bold;
}

SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
  color: #ff0000;
}

span.productSpecialPriceSale {
  color: #ff0000;
	text-decoration: line-through;
}

SPAN.productPriceDiscount, .inputRequirement {
  font-size: 12px;
  color: #FF0000;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

/* message box */

.messageBox {}
.messageStackError, .messageStackWarning, errorBox {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 12px;
  padding: 4px;
  border: 1px solid #ececec;
}
.messageStackSuccess { background-color: #b3ffa8; padding: 2px; border: 1px solid #ececec; }
.messageStackCaution { font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #ffff00; }

/* checkout totals */
TD.ot-subtotal-Text, TD.ot-cod-fee-Text, TD.ot-total-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-tax-Text, TD.ot-coupon-Text {
  font-weight: bold;
}
TD.ot-total-Amount {
  font-weight: bold;
  border-top: 1px solid #ececec;
}
TD.ot-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-group-pricing-Amount, TD.ot-gv-Amount, TD.ot-loworderfee-Amount, TD.ot-shipping-Amount, TD.ot-subtotal-Amount, TD.ot-tax-Amount, TD.ot-coupon-Amount {}


/* product_info attribute comments */

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: 12px;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #ececec;
}

/* General alert span class */
/*TD.alert, SPAN.alert {
  color: #FF0000;
  font-weight: bold;
}*/

/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
  color: #000000;
  font-weight: bold;
}

/* popup tables */
TABLE.popupattributeqty, TABLE.popupcouponhelp, TABLE.popupcvvhelp, TABLE.popupimage, TABLE.popupimageadditional, TABLE.popupsearchhelp, TABLE.popupshippingestimator, TABLE.popupinfoshoppingcart {
  background-color: #ffffff;
	margin: 6px;
  padding: 6px;
  font: 13px Verdana, Arial, sans-serif;
}

/* categories_description */
TABLE.categoriesdescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #D0D0D0;
  border:1px solid #ececec;
}

TD.categoriesdescription {
  font-size: 13px;
  line-height: 1.0;
}

/* categories box parent and child categories */
A.category-top,  A.category-top:hover{
  color: #000000;
  text-decoration: none;
}
A.category-links {
  color: #000000;
  text-decoration: none;
}
A.category-subs, A.category-products {
  color: #000000;
  text-decoration: none;
}
SPAN.category-subs-parent {
  font-weight: bold;
}
SPAN.category-subs-selected {
  font-weight: bold;
}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #ececec; */
  float: left;
  padding: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#relatedproducts-content a:link, #relatedproducts-content a:visited {
  color: #000000;
  text-decoration: none;
}

#relatedproducts-content a:hover {
  color: #333333;
  text-decoration: underline;
}

#productListHeading{
	color: #FF6600;
	font-size: 17px;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h2#indexCategoriesHeading{
	color: #FF6600;
	font-size: 17px;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h3#indexCategoriesHeading{
	color: #FF6600;
	font-size: 15px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
}

h2#productName{
	font-size: 16px;
	BORDER-RIGHT: #ececec 1px solid;
	BORDER-TOP: #ececec 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	BORDER-LEFT: #ececec 1px solid;
	WIDTH: 98%;
	COLOR: #000000;
	BORDER-BOTTOM: #ececec 1px solid;
	HEIGHT: 23px;
	padding-top: 3px;
	padding-left: 0px;
}

h3.itemTitle{
font-size: 14px;
	text-align: left;
}

h3.littlered{
	font-size: 13px;
	text-align: left;
	color: #ff3300;
}

TABLE.catalog_box {
	BORDER-RIGHT: #ececec 3px solid;
	BORDER-TOP: #ececec 3px solid;
	BORDER-LEFT: #ececec 3px solid;
	BORDER-BOTTOM: #ececec 3px solid;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}



.categoryListBoxContents{
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}



#listingDescription{
	BORDER-RIGHT: #ececec 1px solid;
	BORDER-TOP: #ececec 1px solid;
	FONT-WEIGHT: normal;
	FONT-SIZE: 13px;
	BORDER-LEFT: #ececec 1px solid;
	WIDTH: 96%;
	COLOR: #000000;
	BORDER-BOTTOM: #ececec 1px solid;
	line-height: 1.5;
	font-family: "宋体, Verdana, Arial, Helvetica, sans-serif";
	margin-left: 7px;
	padding: 4px;
}

#truelistingDescription{
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	WIDTH: 98%;
	COLOR: #000000;
	padding-top: 3px;
	line-height: 1.5;
	text-align: left;
}

td.productListing-data{
 PADDING-BOTTOM: 12px; BORDER-BOTTOM: #9a9a9a 1px solid;
}

li#myAccountGen{
	list-style-type: none;
	list-style-image: url(../images/arrow_green.gif);
}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: #FF6600;
	}
	
.navNextPrevWrapper{
	text-align: right;
}

.articlecenterBoxContentsProducts{
	text-align: left;
	padding-left: 10px;
	width: 600px;
}

#article{
	line-height: 14px;
	vertical-align: text-bottom;
}

#buttonRow a {
	color: #ff6600;

}

#buttonRow{
	margin-top: 4px;
	margin-bottom: 2px;
	padding-left: 0px;
	padding-top: 0px;
	vertical-align: top;
}

TD.pageHeading_price {
	FONT-WEIGHT: bold; FONT-SIZE: 17px; COLOR: red; BORDER-BOTTOM: #cccccc 1px dashed; FONT-FAMILY: Arial, sans-serif,"宋体"; HEIGHT: auto
}

TD.pageHeading1 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; BORDER-BOTTOM: #cccccc 1px dashed; FONT-FAMILY: Arial, sans-serif,"宋体"
}
#tianjia td, #tianjia th {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

TD.pageHeading_live800 {
	FONT-SIZE: 13px; COLOR: #ff3300; BORDER-BOTTOM: #cccccc 1px dashed; FONT-FAMILY: "宋体"
}

TD.pageHeading_price.normalprice {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; FONT-STYLE: italic; 
}
SPAN.productSalePrice {
	COLOR: #ff0000
}

TD.pageHeading_price.productSpecialPriceSale{
	FONT-WEIGHT: bold; FONT-SIZE: 14px; FONT-STYLE: italic; TEXT-DECORATION: line-through;COLOR: #ff0000	
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#navEZPagesTOCWrapper {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	height: 15%;
	padding-right: 9px;
	}
#navEZPagesTOC ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
}
#navEZPagesTOC ul li {
	white-space: nowrap;
}
#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
}
#shangyitable{
	margin: -5px;
}
span.normalspan{
	color: #000000;
}

a.c:link, a.c:visited, a.c:hover{
	font-family: "宋体";
	font-size: 12px;
}

a.b:link, a.b:visited, a.b:hover{
	font-family: "宋体";
	font-size: 12px;
}

.qqsmall{
	font-size: 12px;
		font-family: Arial;
}
.qqsmallx{
	font-size: 11px;
	font-family: Arial;
}

#ezpage100list{
	list-style: none;
}