/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5349 2006-12-22 20:34:40Z birdbrain $
 */

body { 
	background:#fff url(../images/bg.jpg);/*tpa=http://www.ghdsb.com/includes/templates/ghd/images/----bg.gif*/
	margin:0; 
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif; 
	color: #000000;
	line-height:150%;
	text-align:center;
}
a{color: #000; text-decoration: none;}
a:hover { color: #000; text-decoration: underline;}

a img{ border:0;}

/*wrappers - page or section containers*/
#mainWrapper {
    padding:5px;
	margin:0 auto;
	text-align: left;
	width: 990px;
	vertical-align: top;
	clear:both;
	background-color:#FFFFFF;
	overflow:hidden;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	}

.leftBoxContainer,.rightBoxContainer {/*left&right box border */	
	margin-bottom:10px;
	background: url("../images/boxcenter---.jpg"/*tpa=http://www.ghdsb.com/includes/templates/ghd/images/boxcenter---.jpg*/) repeat-y;
	/*border:1px solid #ffffff;*/
	padding:1px;

}
.leftBoxHeading,.rightBoxHeading {/*left BOX tittle*/
	/*background-color: #E28632; */	
	height:24px; 
	color: #000; 
	font-size:18px; 
	font-weight:bold;
	padding:5px 0 0 10px;
	width:95%;
}
.leftBoxHeading a,.rightBoxHeading a { color: #000; }
.leftBoxHeading a:hover,.rightBoxHeading  a:hover { color: #FF6600;text-decoration:none;}
.sideBoxContent { background:#ffffff;}
.wrapper ul { list-style:none;}
.wrapper ol{ color:#000000}
.wrapper ol li a { color:#000000}
.wrapper ol li a:hover{color:#000000 }

#000categories{/* categories box*/
	background:url("../images/leftbg.jpg"/*tpa=http://www.ghdsb.com/includes/templates/ghd/images/leftbg.jpg*/) repeat-y center; margin-bottom:6px;
}
#categoriesHeading {/*categoriesheading BOX tittle*/
	/*background-color: #E28632; */
	height:25px; 
	color: #000; 
	font-size:18px; 
	font-weight:bold;
	padding:5px 0 0 10px;
	width:95%;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	 
}
#categoriesContent{padding:1px;/* border:0px solid #CCCCCC;*/ background:#ffffff; }
#categoriesContent ul { margin:0; padding:0; list-style-type:none; }
#categoriesContent ul li { margin:1px;line-height:25px }
#categoriesContent ul li a.category-top{ display:block; padding-left:10px; color:#000;}
#categoriesContent ul li a.category-top:hover{ color: #000; text-decoration:underline }
#categoriesContent ul li a.category-products{ color:#999; padding-left:20px;background:url("../images/dot.gif"/*tpa=http://www.ghdsb.com/includes/templates/ghd/images/dot.gif*/) no-repeat 8px center;}
#categoriesContent ul li a.category-products:hover{ color: #FF6600; text-decoration:underline }

/*categorylistboxContent*/
#categorylistboxHeading {
	background: url("../images/cheading.gif"/*tpa=http://www.ghdsb.com/includes/templates/ghd/images/cheading.gif*/) repeat-x left top; 
	line-height:10px; 
	color: #FF6600; 
	font-size:12px; 
	font-weight:bold;
	padding-left:20px;
}
#categorylistboxContent{padding:1px; /*border:0px solid #CCCCCC*/}
#categorylistboxContent ul { margin:0; padding:0; list-style-type:none; }
#categorylistboxContent ul li { margin:1px; margin-top:5px; border-bottom:1px solid #efefef; line-height:15px; }
#categorylistboxContent ul li a.category-top{ font-weight:bold;padding-left:15px; color:#000000;}
#categorylistboxContent ul li a.category-top:hover{ color: #000; text-decoration:underline}
#categorylistboxContent ul li a.category-products{ color:#444; padding-left:15px;background:url("../images/dot00.gif"/*tpa=http://www.ghdsb.com/includes/templates/ghd/images/dot00.gif*/) no-repeat 16px center;}
#categorylistboxContent ul li a.category-products:hover{ color: #FF6600; text-decoration:underline }
/*categorylistboxContent*/

.rightBoxContainer img { margin:3px 0;}
#ezpagesContent ul li { margin:3px; border-bottom:1px solid #ccc; }
#ezpagesContent ul li a {background:url("../images/dot.gif"/*tpa=http://www.ghdsb.com/includes/templates/ghd/images/dot.gif*/) no-repeat 3px center;padding-left:20px; color:#000000;}
#ezpagesContent ul li a:hover { color:#FF6600}
.centerBoxWrapper {/*center box border */ 
	/*border:1px solid #111111;*/ 
	height: 1%;
	margin-bottom:8px;
	padding:1px;
	text-align:center;
	background:#ffffff;
}
.centerBoxHeading{/*center box tittle */
	margin: 0em;
	padding:3px 15px; 
	font-size:18px;
	color: #000;
	background:#ffffff;
    text-indent:20px;
	text-align:left;
	border-bottom:1px solid #ccc;
	clear:both;
}

#contentMainWrapper {/* content a  table */
	margin-top:5px;
	padding:0;
}
#navColumnOne, #navColumnTwo {/*table left and right td */
	background-color: transparent;
}
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin:auto;
}

.centerColumn{ /* no need in index because have many single div*/

	padding-left:10px;
	/*border:1px solid #006AB6;*/
}
                                                                                                             /*首页样式*/
#indexDefault{ padding-left:10px; padding-right:5px;}/*不要同时用.centercolumn*/
#indexDefaultMainContent { margin-bottom:10px;text-align:center;}/*index main text*/
#indexDefaultMainContent td { padding:5px 0} 
#indexDefault .centeredContent,#shoppingCartDefault .centeredContent { /*centerbox content*/
	text-align: center;
	padding:0;	
}

h1 {
	font-size:14px; margin-bottom:10px; color: #000;

	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS,.larger{
	font-size: 1.1em;
	}



h1, h2, h3, h4, h5, h6 {
	margin: 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {

	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid  #ccc;
	}

LEGEND {
	color:#444444;
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #ccc;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}



#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul,  #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}




#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}
 #accountLinksWrapper { border:0px solid #000;  padding:20px;}
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 12px;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	margin:0 5px;
	}


#navCatTabsWrapper {
	background-color: #000;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.2em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navSupp ul li a:visited, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	white-space: nowrap;
	}
#navSupp ul li a:hover {
	text-decoration:underline;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

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

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {

	margin:0 auto;
	text-align:right;
	padding-right:10px;
    float:right;
	font-size:.9em;   

	}



/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}
#whatsNew { text-align:center}
/*.content,*/ 

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}


#bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0 0 0 .6em;
	}
#bannerOne{
	padding:0;
	margin: .5em 0 0 0;
	}
.banners img{
	padding:0;
	}


.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}


#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	color:#555;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #026797;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}


#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 5px 0; 
	}



/*sideboxes*/
.columnLeft {}


.login { padding:5px 10px;}



#bestsellersContent {
	color: #FFFF99;
	font-weight:bold;
	}
#informationContent a,#bestsellersContent, 
#bestsellersContent a{
	color: #000000;
	font-size:12px;
	}
	
#informationContent a:hover, #bestsellersContent, 
#bestsellersContent a:hover{
	color: #FF6600;
	font-size:12px;
	}
#extralinks{
	padding: .5em 0 .5em 1em;
	}



#bestsellers .wrapper {
	margin: 0em 0em 0em 5px;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}
.ic{
	display:none;
	}
#bannerboxHeading {
	background-color: #fff;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color:#FFFF99;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #333333;
	font-weight:bold;
	}

SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back { float:left;
	
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}



.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 3px;
	list-style-type:none;
	padding-left:15px;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {

	}

/***IMAGE HANDLER SUPPORT ***/

#trailimageid {
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 0px;
  z-index: 1000;
}

#trailimageid div {
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #888;
  text-align: center;
}

#trailimageid h1 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 2px 0px;
  text-align: left;
  width: 100%;
}

#trailimageid img {
  margin: 2px;
  border: none;
}


#navBreadCrumb {/*导航*/
	padding:5px;
	font-size:12px;
	font-weight: bold;

	}

/*product_info*/
.categoryIcon {border-bottom:1px solid #ccc; padding:3px; margin-bottom:10px;}
.navNextPrevWrapper { margin-bottom:20px;}
#categoryDescription { border-bottom:1px solid  #ccc; background:#111; padding:5px;}
#productMainImage { border:1px solid #ccc; text-align:center; padding:5px;}
.imgLink{ }
#productName{font-size: 17px;}
#productDescription, .shippingEstimatorWrapper {
	padding:3px;
	}
	.biggerText {font-size: 1.2em;}
	ul{ list-style:none;}
#cartAdd {
	float: left;
	text-align: center;
	margin: 1em 0;
	border: 1px solid #cccccc;
	padding: 1em;
	}
.tabTable {margin-bottom: 1.0em; }/* 产品列表表格 common tpl_tabular_display.php*/
.tabTable tr { border:1px solid red}
	td p{ text-align:left; font-size:12px;}
	.productListing-rowheading{}
	.productListing-heading{ color:#333333; padding:3px;
	 }
	.productListing-data { padding:5px; border-bottom:1px dashed #333}/*表格文字*/
	.productListing-odd { }/*行样式1*/
	.productListing-even{ }/*行样式2*/
	.itemTitle { padding:0;line-height:150%; font-weight:normal; font-size:12px}


/*购物页面 tpl_shopping_cart_default.php*/
#cartContentsDisplay { }/*包含购物列表*/
.tableHeading {
	/*background-color: #eeeeee; */
	}
.tableHeading th{
	border-bottom: 2px solid #000;
	}
.rowOdd {
	/*background-color: #eeeeee;*/
	height: 1.5em;
	vertical-align: top;
	}
.rowEven {
	/*background-color: #ccc;*/
	height: 1.5em;
	vertical-align: top;
	}

#cartSubTotal {
	border: 1px solid #000;
	margin-top:5px;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}
	
/*右侧购物框*/
.cartNewItem {
	color: #000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #000000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

/*----------------------------header css-----------------------------*/
#headerWrapper {
	margin: auto;
	clear: both;
	width: 990px; background:#ffff;
}
#logoWrapper{ background:url(../../cyl55/images/shadow.gif) repeat-x scroll center bottom transparent;width:990px; height:105px;}
#logo { width:230px; float:left; padding-left:10px;padding-top:4px; }
#list { float:right; width:500px; color:#ccc; text-align:right; padding-right:1px; padding-top:10px; background-color:#FFFFFF;}
#list input {}
#list ul { text-align:right}
#list ul li { float:right; margin:0; padding-top:10px;}
.bag { background:url("../images/shoppingbag.jpg"/*tpa=http://www.ghdsb.com/includes/templates/ghd/images/shoppingbag.jpg*/) no-repeat left center; padding-left:30px;}
#cart { background:url("../images/cart.gif"/*tpa=http://www.ghdsb.com/includes/templates/ghd/images/cart.gif*/) no-repeat left center; padding-left:20px; margin-top:50px}
#list a {margin:0 10px;color:#ccc;font-weight:bold}
#list a:hover {color:#ff6600}
/*导航栏*/
#menu{ margin:1px auto; padding:0; background: #fff; height:25px; font-weight:bold; border-top:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;}
#menu .banner { background: red}
#menu ul{ list-style:none; margin:0; padding:0; float:left; width:660px}
#menu li{ line-height:25px; padding-left:6px; float:left;}
#menu li a{cursor:pointer; 
	float:left;
	height:25px;
	line-height:25px;
	padding:0 15px;
	color:#000000;
	text-align:center;
	border-right:1px solid #ccc;
	font-size:13px;
	font-weight: bold; display:block}
#menu li a:hover{ text-decoration:none; color: #026797;}
#yuyan{ width:200px; float:right; padding:0; margin:0}
#yuyan { width:150px; padding:0; margin:0; text-align:right; float:right}
#yuyan  a { padding:5px;}
#yuyan a img { padding-top:5px;}
#submenu { background:#ddd; padding:5px 0 3px 15px;}
.notice { float:left; font-weight:normal;
	width:540px; 
	background:url("../images/noticedot.gif"/*tpa=http://www.ghdsb.com/includes/templates/ghd/images/noticedot.gif*/) no-repeat 10px center; padding-left:30px}
#topBar{ background:url("../images/noticebg.jpg"/*tpa=http://www.ghdsb.com/includes/templates/ghd/images/noticebg.jpg*/) repeat-x left bottom;
	margin:0 auto;
	color:#2C2C2C;
	font-weight:bold; padding:5px; height:15px
	}

.topBox{
	float:left; text-align:right;

	}
#nav_header{ border:none; }/*Home login*/
#lang_header{ border:none; padding:0 10px; float:right;}
#currency_header{ border:none; float:right}
#cart_header{
	background:url("../images/cart_bg.gif"/*tpa=http://www.ghdsb.com/includes/templates/ghd/images/cart_bg.gif*/) 2em 0 no-repeat;
	padding:.2em 0 0 8em;
	}
/*------------------------header css---------------------------------*/

/* login */
.textlist { padding-left:5px; margin:0}
.textlist ul { margin:0}
.textlist ul li { margin:3px; line-height:150%}
.btn {
	vertical-align: middle;
	color: #FFFF99;
	background: url("../images/search.gif"/*tpa=http://www.ghdsb.com/includes/templates/ghd/images/search.gif*/) no-repeat center center;
	height: 25px;
	width: 52px;
	border:0;	
	margin: 7px 3px 5px;
	font-size:12px;
}
input { background: #ffffff; padding:0; vertical-align:middle; COLOR: #333;}
textarea,select { background: #ffffff; padding:0; vertical-align:middle; border:1px solid #ccc; COLOR: #333;}
input:focus, select:focus, textarea:focus {

	background: #F0F8FF;
	}

/*login box background effects*/
#loginbox{ background: url("../images/loginbg.jpg"/*tpa=http://www.ghdsb.com/includes/templates/ghd/images/loginbg.jpg*/) repeat-x top;}
#loginboxHeading{background: url("../images/loginbg_key.jpg"/*tpa=http://www.ghdsb.com/includes/templates/ghd/images/loginbg_key.jpg*/) no-repeat top right;}
#loginContent{background: url("../images/loginbg_key.jpg"/*tpa=http://www.ghdsb.com/includes/templates/ghd/images/loginbg_key.jpg*/) no-repeat 100% -28px;}

#loginbox div.btn { float:right; clear:both;}
#loginbox .btn input {/*按钮*/ 
	vertical-align: middle;
	text-align:center;
	color:#fff;
	font-weight:bold;
	height: 26px;
	width: 67px;
	border:0;
	cursor:pointer;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
} 

.servicebg { background: #efefef url("../images/servicebg.jpg"/*tpa=http://www.ghdsb.com/includes/templates/ghd/images/servicebg.jpg*/) bottom center no-repeat; height:100px;}
#livechat {  width:120px;height:60px; margin-top:100px;
display: block}

/* login */


#whatsnew .sideBoxContent { text-align:center}
#productListing { text-align:center}
.categoryListBoxContents { text-align:center; vertical-align:middle; color:#FF6600; font-weight:bold;padding-bottom:10px}
#ttt { background:#000000; padding:3px; color:#ccc; padding-left:20px}
marquee { border:0px solid #cccccc; color:#fff; font-weight:bold;}
#indexCategoriesHeading { color: #000; margin:10px 0}
#whatsNew,#featuredProducts { color:#555; font-weight:bold;}
#whatsNew a,#featuredProducts a{font-weight:normal;}
#whatsNew a img,#featuredProducts a img{  border:1px solid #333; padding:10px}
#whatsNew a:hover img,#featuredProducts a:hover img{ border:1px solid #000}
#featured .centeredContent { text-align:center;}
#productListing .centerBoxContentsProducts { color:#FF6600; font-weight:bold}
#productListing a img {  border:1px solid #333; padding:10px}
#productListing a:hover img {  border:1px solid #000}
.additionalImages { text-align:center;}
.additionalImages a img { }
#productAdditionalImages .centeredContent { }

#navSuppWrapper{border-top:0px solid #b2100d;text-align: left;}/*footer*/
#navSuppWrapper ul { background: red; }
#navSuppWrapper ul a { color:#ccc}
#navSupp { background:#000; color:#ccc}
#bottomNav { color:#555; border-bottom:1px solid #ccc; border-top:1px solid #ccc;height:25px;}
#bottomNav ul {  background-color:#fff; height:30px; text-align:left; padding-top:10px; padding-left:80px;}
#bottomNav ul li a{ color:#444; }
#bottomNav ul li a:hover{ color: #000; text-decoration:underline}
#siteinfoIP { } 
#siteinfoLegal { text-align:center; font-size:11px; color:#111;}
#siteinfoLegal a { color:#111;}
#siteinfoLegal a:hover { color: #000}
#siteinfoLegal img { margin:0 10px;}

#payments{
	float:left;
	background:url("../images/pppp.jpg"/*tpa=http://www.ghdsb.com/includes/templates/ghd/images/pppp.jpg*/) center center no-repeat;
	width:200px; height:50px;
	padding:0; 
	}

#productGeneral { background:#ffffff;}

#navBreadCrumb,#indexDefaultHeading,.greeting,#bannerSix{
	display:none;
}
#informationContent ul li a,#ezpagesContent ul li a,#bestsellersContent div ol li a{
	color:#993333;
}
 .centeredContent{
 	text-align:center;
 }
 
 /*新增的*/
 
 #navMainWrapper {
	/*background: url(../images/gradient.gif);*/
	font-weight: bold;
	color: #000;
	width: 100%;
	font-size:1.2em;
	font-weight:bold;
	border-bottom:2px solid #ccc;
	padding:5px 0;
	}
#navSupp ul, #navCatTabs ul  {
	list-style-type: none;
	text-align: center;
	/*line-height: 1.5em;*/
	}

#navMain ul {
	padding-top:.1em;
	list-style-type: none;
	text-align: center;
	/*line-height: 1em;*/
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a {

	text-decoration: none;
	padding: 0em 0.9em;
	margin: 0;
	color: #333;
	white-space: nowrap;
	}

#navMain ul li a:hover {
	text-decoration:underline;
}	
#toppic{ margin-top:15px;}

#toTop {
    background-image: url("../images/totop.gif");
    bottom: 30px;
    height: 59px;
    position: fixed;
    right: 0;
    width: 59px;
}	
.current {
    background-color: #000000;
    border: 1px solid #000000;
    color: #FFFFFF;
    padding: 2px 5px;
}
#productsListingListingTopLinks a {
    border: 1px solid #CCCCCC;
    color: #2E6AB1;
    padding: 2px 5px;
} 
#productsListingListingTopLinks {
    line-height: 28px;
}		 
#productsListingListingBottomLinks a {
    border: 1px solid #CCCCCC;
    color: #2E6AB1;
    padding: 2px 5px;
}
#productsListingListingBottomLinks {
    line-height: 28px;
}
.navSplitPagesLinks a {   
    border: 1px solid #CCCCCC;
    color: #2E6AB1;
    padding: 2px 5px;}
.centerBoxContentsNew, .centerBoxContentsSpecials, .centerBoxContentsFeatured, .specialsListBoxContents, .centerBoxContentsProducts {
    font-family: Arial;
    font-size: 10pt;
    height: 250px !important;
    margin-bottom: 5px;
}

#pro_info {
    float: left;
    margin-left: 15px;
    width: 420px;
}

#productDetailsList {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#categoriesContent a { height:20px; line-height:20px; display:block; color:#333;padding-left: 10px;}	
#categoriesContent a:hover { text-decoration:underline;}
#productPrices { margin:10px 0;}
#productAttributes {
    background: none repeat scroll 0 0 #fcfcea;
    border: 1px solid #f3ecd9;
    margin: 10px 0;
    padding: 10px 14px;
	overflow: hidden;
}
/*******************************************************************/
#con ol li {MARGIN: 8px;}
#con {FONT-SIZE: 12px; MARGIN: 0px auto;}
#tags {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0; PADDING-TOP: 0px; HEIGHT: 32px;}
#tags LI { FLOAT: left; LIST-STYLE-TYPE: none; HEIGHT: 31px;margin: 0 5px -1px 0;}
#tags LI A {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px;  FLOAT: left; PADDING-BOTTOM: 0px; COLOR: #666; LINE-HEIGHT: 31px; PADDING-TOP: 

0px; HEIGHT: 31px; TEXT-DECORATION: none; border: 1px solid #ffffff;
}
#tags LI.emptyTag {BACKGROUND: none transparent scroll repeat 0% 0%; WIDTH: 4px;}
#tags LI.selectTag {
	border-bottom: 1px solid #FFFFFF;
    float: left;
    height: 31px;
    line-height: 31px;
    margin: 0 5px -1px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
#tags LI {border: 1px solid #CCCCCC;}
#tags LI.selectTag A {BACKGROUND-POSITION: right top; COLOR: #000; LINE-HEIGHT: 31px; HEIGHT: 31px}
#tagContent {
	 PADDING-RIGHT: 1px; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px;  PADDING-TOP: 1px; BACKGROUND-COLOR: #fff;overflow: auto; 

border:1px solid #CCCCCC;
}
.tagContent {
	PADDING-RIGHT: 10px; DISPLAY: none; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; COLOR: #474747; PADDING-TOP: 10px; 
}
#tagContent DIV.selectTag {DISPLAY: block;}
#tagContent2 .centerBoxContentsSpecials { min-height:200px;}
#tagContent2 span {
    float: left;
    height: 110px;
    text-align: left;
    width: 50%;
}
#tagContent2 span p {
    color: #000000;
    float: left;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
    width: 200px;
}
#tagContent2 span a { float: left;}
#tagContent2 span img { float: left; vertical-align: middle;}
#tagContent2 li, #tagContent2 b { font-size: 11px;}
	