/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 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 5952 2007-03-03 06:18:46Z drbyte $
 */

/*body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #ffffff;
	}*/
body {
    background-image:url(../images/body-bg4.png);
	background-position: top;
	background-repeat: repeat-x;
	margin:0px;
	padding: 0px;
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	COLOR: #333;
	FONT-SIZE: 13px;
	text-align:left;
	background-color:#f6f6f6;
}
a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #900000;
	text-decoration: none;
	}
 #contantleftwpsmenunews ul
 { margin:0; padding:0;
 list-style-type:none;
 }
#contentwpsleft3 #contantleftwpsmenu ul li a { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#444;}
#contentwpsleft3 #contantleftwpsmenu ul li a:hover { text-decoration:none; color:#990000;}
a:visited {
	color: #900000;
	text-decoration: none;
	}
	#dingshengnew {  text-align:center;}
#dingshengprices { color:#FF0000; font-family:Arial, Helvetica, sans-serif;}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navCatTabs ul li a:hover {
	color: #900000;
	text-decoration: underline;
	}
#navSupp ul li a:hover {
 	color:#EEEEEE;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 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;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color:#666666;
	}

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 #9a9a9a;
	}

/*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;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 800px;
	vertical-align: top;
	}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#contentMainWrapper {
	margin:.5em 0;
	padding:0;
	}
#headerWrapper{
	margin: 0em;
	padding: 0em;
	}
#topBarWrap{
	background:#EEEEEE;
	}
#topBar{
	width:800px;
	margin:auto;
	color:#2C2C2C;
	font-weight:bold;
	padding: .8em;
	}
.topBox{
	float:left;
	padding: 0 2em 0 2em;
	height:3em;
	}
#nav_header{
	border-right:1px solid #9a9a9a;
	padding: .2em 3em 0 1em;
	}
#lang_header{
	border-right:1px solid #9a9a9a;
	padding-left:2em;
	}
#currency_header{
	border-right:1px solid #9a9a9a;
	}
#cart_header{
	background:url(../images/cart_bg.gif) 2em 0 no-repeat;
	padding:.2em 0 0 8em;
	}
#logoWrap{
	margin:auto;
	background-color: #ffffff;
	width:800px;
	border-bottom:.5em solid #EEEEEE;
	}
#topLinks{
	float:right;
	background:#900000;
	margin: .9em auto;
	width:74%;
	}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	}
	
#tagline {
	color:#000000;
	font-size: 1.8em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

 #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}
.floatingBox
{
margin: 0;
width: 47%;
height:200px;
}
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin:0 5px 0 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #2E2E2E;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #909090;
	border-top:5px solid #000000;
	height: 1%;
	}
#navSupp{
	width:800px;
	margin:auto;
}
#payments{
	float:left;
	background:url(../images/payments.gif) 1.5em 0 no-repeat;
	width:25%;
	padding:1em 0;
	}
#bottomNav{
	margin:auto;
	}
#bottomNav a, #bottomNav a:visited{
	color:#9a9a9a;
	text-decoration:underline;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#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;
	color: #EEEEEE;
	white-space: nowrap;
	}
#navSupp ul li a:hover {
	color:#EEEEEE;
	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,#indexProductListCatDescription {
	margin: 0.5em;
	}
.buttonRow
{
margin: 0.5em;
float:left;
}
#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	font-size: 0.95em;
	font-weight: bold;
	margin:6px 0 0 0;
	}
#topwps21 {
float:left;
width:820px;
height:33px;
margin:0;
background-color:#c737a7;
}
#menuwpsimg { float:left;}
#topwps21 ul {
margin:0 0 0 20px;
padding:0;
list-style-type:none;
}
#topwps21 ul li {
float:left;
margin:0 0 0 12px;
padding:0;
}
#topwps21 ul li a {
color:#fff;
text-decoration:none;
line-height:33px;
margin:0;
padding:0 10px;
font-family:Arial;
font-size:14px;
font-weight:bold;
}
#topwps21 ul li a:hover {
color:#78010b;
}
#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}
#productDescription { margin:1em 0 0 0; padding:0.5em; font-family:Arial, Helvetica, sans-serif; color:#333333;  float:left; text-align:left; width:800px;}
.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn {
	padding: 0.8em;
	}
#bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0 0 0 .6em;
	}
#bannerOne{
	padding:0;
	margin: .5em 0 0 0;
	}
.banners img{
	padding:0;
	}
.centerColumn{
	padding-top:0;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:900;
    float:left;
	text-align: center;
	margin:1em 0;
	}
#productName { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000; width:450px;}
#productPrices { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#FF0000; width:450px;}
.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.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;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.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 ;
	}

.categoryIcon {}

#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: 1em 0em;
	}

.centerBoxWrapper {
    border:1px solid #bbb;
	height: 1%;
	margin:0;
	width:800px;
	margin-left:-10px;
	}

h2.centerBoxHeading {
    margin:2px;
	*margin:2px 2px!important;
	*margin:2px 1px;
	font-size: 1.3em;
	color: #fff;
	width:786px;
	}
#indexCategoriesHeading 
{   display:block;
    float:left;
    width:786px;
	*width:788px!important;
	*width:786px;
    padding:2px 0 0 10px;
    height:22px;
    background-color:#000;
    text-align:left;
    font-size:15px;
    font-family:Arial, Helvetica, sans-serif;
    margin:2px;
	*margin:2px 1px;
	color: #fff;
}
/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #ffffff;
	}
.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding:.5em 0 .7em 1em;
	background:#9a9a9a url(../images/catboxHeadingbg.gif) repeat-x;
}
.centerBoxHeading{
	margin: 0em;
	/*background:#5D7FA4 url(../images/centerboxHeadingbg.gif) repeat-x;*/
	color: #000;
}
#categoriesHeading {
	background:#9a9a9a url(../images/centerboxHeadingbg.gif) repeat-x;
	font-size:1.1em;
	padding:.2em 0 .4em 1em;
	}
#whatsnewHeading, #manufacturersHeading, #currenciesHeading, #musicgenresHeading, 
#recordcompaniesHeading, #searchHeading, #search-headerHeading, #shoppingcartHeading {
	background:#7EA65A url(../images/brownboxHeadingbg.gif) repeat-x;
	font-size:1.1em;
	padding:.4em 0 .5em 1em;
	}
#bestsellersHeading, #reviewsHeading, #featuredHeading, #informationHeading, #moreinformationHeading, 
#ezpagesHeading, #bannerboxallHeading, #specialsHeading, #languagesHeading, #whosonlineHeading, 
#productnotificationsHeading, #tellafriendHeading {
	background:#A99A71 url(../images/greenboxHeadingbg.gif) repeat-x;
	font-size:1.1em;
	padding:.4em 0 .5em 1em;
	}
#categories ul{
	padding:0;
	margin:0;
	list-style:none;
	}
.category-top li{
	padding:0;
	margin:0;
	background: #EEEEEE;
	vertical-align:middle;
	}
li.category-top a{
	padding:.4em 0 0 1.5em;
	margin:0;
	color:#333333;
	font-weight:bold;
	display:block;
	height:1.8em;
	border-bottom:1px solid #9a9a9a;
	background:#EEEEEE url(../images/boxlistbg.png) .4em 0.5em no-repeat;
	}
li.category-products a{
	padding:.4em 0 0 1.5em;
	margin:0;
	color:#333333;
	font-weight:bold;
	display:block;
	height:1.8em;
	border-bottom:1px solid #9a9a9a;
	background:#EEEEEE url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;
	}
li.category-top a:hover{
	background:#333333 url(../images/boxlistbg.png) .4em 0.5em no-repeat;
	color:#EEEEEE;
	}
li.category-products a:hover{
	background:#333333 url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;
	color:#EEEEEE;
	}
#categoriesContent{
	padding:0;
	margin:0;
	}
#bestsellersContent {
	color:#333333;
	font-weight:bold;
	}
#informationContent a:link, #informationContent a:visited, #bestsellersContent, 
#bestsellersContent a:link, #bestsellersContent a:visited{
	color:#333333;
	font-weight:bold;
	}
#extralinks{
	padding: .5em 0 .5em 1em;
	}
.leftBoxContainer, .rightBoxContainer {
	margin: 0 0 1em 0;
	border-left: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	border-bottom: 4px solid #9a9a9a;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
/*.categoryListBoxContents
{ border:1px solid #000;}*/
#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}
#dingshengcategorites { border:1px solid #999; overflow:hidden; margin-bottom:5px; width:800px; margin-left:-10px; margin-top:7px;*margin-top:8px!important; *margin-top:9px;}
#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: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #333333;
	font-weight:bold;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
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;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-image: url(../images/centerBoxHeadingbg.gif);
	height: 2em;
	color: #FFFFFF;
	}

#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 {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
.midpic
{
	border:1px solid #bbb;
	height: 150px;
	margin:0 auto;
	width:150px;
	text-align: center;
}
#dingshengname { height:34px;}
#dingshengname a { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#444;}
#dingshengname a:hover { color:#990000; text-decoration:none;}
/***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;
}
body img {
	border:0;
}
#container {
	margin:auto;
background-image:url(../images/wrapper-bg.png);
background-repeat:repeat-y;
width:1154px;
}
/*********************************************************************************************************************/
#containerwps {
width:1070px;
margin:0 auto;
padding:0;
overflow:hidden;
}
#topwps {
width:1070px;
height:92px;
}
#imgwps1 {
margin:4px 0 0 20px;
padding:0;
float:left;
}
#searchwps {
width:300px;
border:1px solid #00;
float:left;
}
#imgwps2 {
float:left;
margin:30px 0 0 80px;
}
#topwps22 {
margin:4px 10px 0 16px;
padding:2px 0 0 0;
width:220px;
height:20px;
float:left;
display:inline;
text-align:right;
}
#dingsheng_title { width:100px; height:30px; font-size:10px; margin:30px 30px 0 0;}
#dingsheng_title h1{ font-size:10px;}
#dingshengcurrencites{  margin:30px 0 0 78px; width:150px; height:20px; font-size:12px;}
#topwps22 form {
margin:0;
padding:0;
height:20px;
}
#topwps22 #inputwps1 {
margin:0 0 0 0;
padding:0;
width:155px;
height:18px;
border:1px solid #999999;
vertical-align:middle;
overflow:hidden
}
#topwps22 #inputwps2 {
margin:0 0 0 10px;
padding:0;
cursor:pointer;
text-align:center;
vertical-align:middle;
}
#topwps12 {
margin:10px 0 10px 0;
padding:0;
float:right;
width:230px;
height:14px;
}
#topwps12 img { vertical-align:middle;}
#topwps12 ul {
margin:0;
padding:0;
list-style-type:none;
}
#topwps12 ul li {
float:left;
margin:0;
padding:0;
}
#topwps12 ul li a {
color:#888;
text-decoration:none;
line-height:20px;
margin:0;
padding:0 5px;
font-family:Arial;
font-size:10px;
}
#topwps12 ul li span a {
color:#FF0000;
padding:0 5px;
margin:0;
}
#topwps12 ul li a:hover {
text-decoration:none;
color:#FF6600;
}
#imgwps3  {
float:right;
margin:5px 46px 0 0;
}
#menuwps {
width:auto;
height:33px;
background-color:#000000;
}
#menusearch {
float:left;
margin:10px 0 0 0;
padding:0;
width:192px;
height:20px;
display:inline;
text-align:left;
}
#menusearch form {
margin:0;
padding:0;
}
#menusearch #inputwps1 {
margin:0 0 0 0;
padding:0;
width:119px;
height:18px;
border:1px solid #999999;
}
#menusearch #inputwps2 {
margin:0 0 0 10px;
padding:0;
}
#imgwps4 {
margin:0 0 0 120px;
float:left;
}
#menusearch1 {
margin:0;
width:180px;
height:33px;
float:right;
color:#FFFFFF;
font-size:12px;
text-align:center;
line-height:33px;
}
##menusearch1 a { color:#FFFFFF;}
#menusearch1 img {
float:left;
margin:8px 0 0 0;
}
#contentwps {
margin:auto;
width:1000px;
overflow:hidden;
background-color:#fff;
}
#contentwpsleft {
margin:0;
padding:0;
width:197px;
float:left;
display:inline;
}
#contentwpsright {
margin:0;
float:right;
width:810px;
overflow:hidden;
display:inline;
}
#dingshengbrandhandbag { width:500px;  float:left; margin:0 0 2em 0}
#productDetailsList { width:400px;  margin:0; padding:0; list-style-type:none;}
#productDetailsList li { line-height:30px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000; width:450px;}
#contentwpsleft3 {
float:left;
border:1px solid #bbb;
width:181px;
margin:10px 0 0 0;
padding:0 0 0 6px;
overflow:hidden;
}
#contentwpsleft3 h1 { display:block; width:183px; height:24px; margin:2px 2px 2px -4px; padding:0; background-color:#c737a7;font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#FFFFFF; text-align:center; line-height:24px;}
#contentwpsleft3 ul {
margin:0;
padding:0;
list-style-type:none;
}
#contentwpsleft3 ul li a {
display:block;
width:162px;
height:15px;
margin:2px 0;
color:#000;
font-family:Arial;
font-size:11px;
text-decoration:none;
}
#contentwpsleft3 ul li a:hover {
text-decoration:underline;
}
#contentwpsleft3 h6 {
width:106px;
margin:15px 0 10px 0;
padding:0;
}
#xianwps {
margin:8px 0 0 0;
}
#contentwpsleft4 {
margin:10px 0 20px 10px;
padding:0;
width:200px;
}
#contentwpsleft41 {
margin:0;
padding:7px 0 0 15px;
width:205px;
height:30px;
background:url(../images/7.jpg);
color:#fff;
font-family:Arial;
font-size:14px;
font-weight:bold;
text-align:left;
background-image:url(../images/left-1.gif);
}
#contentwpsleft6 {
width:220px;
height:249px;
margin:10px 0 0 0;
*margin-top:10px!important;
*margin-top:5px;
padding:0;
}
.contentwpsleft61 {
margin:0;
padding:7px 0 0 10px;
width:210px;
height:30px;
background:url(../images/left-1.gif);
color:#fff;
font-family:Arial;
font-size:14px;
font-weight:bold;
text-align:left;
}
.contentwpsleft61 a{
color:#fff;
text-decoration:none;
}
.contentwpsleft61 a:hover {
color:#da6500;
}
.contentwpsleft62 {
margin:5px 0 0 0;
padding:5px 0 0 0;
width:218px;
height:221px;
}
.contentwpsleft62 a {
color:#855e3f;
font-family:Arial;
font-size:12px;
text-decoration:none;
}
.contentwpsleft62 a:hover {
color:#3d5e6e;
}
.contentwpsleft621 {
margin:auto;
margin-top:5px;
font-family:Arial;
font-size:12px;
color:#a44c00;
width:100px;
}
#contentwpsright1 {
margin:10px 0 0 0;
padding:0;
width:810px;
height:239px;
}
#imgwps5 {
float:left;
}
#imgwps6 {
float:right;
}
#contentwpsright3 {
margin:10px 0 5px 0;
padding:0 0 10px 0;
width:802px;
overflow:hidden;
border:4px solid #c14ca5;
border-top:none;
}
.centerBoxHeading {
display:block;
float:left;
width:778px;
padding:2px 0 0 10px;
height:26px;
background-color:#c737a7;
text-align:left;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
.centerBoxHeading a {
color:#FFFFFF;
}
.centerBoxHeading2 {
display:block;
float:left;
width:810px;
margin:10px 0 0 0;
padding:0;
height:31px;
border-top:1px solid #000000;
text-align:right;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
.centerBoxHeading2 a {
color:#000;
}
#contentwpsright4 {
margin:5px 0 5px 0;
padding:0 0 10px 0;
width:738px;
overflow:hidden;
/*border:1px solid #5e413d;*/
text-align:left;
font-family:Verdana;
font-size:12px;
background-color:#fff;
border:1px solid #d7d6d1;
}
#contentwpsright4 h2 {
display:block;
float:left;
width:719px;
margin:0;
padding:5px 0 0 15px;
font-family:Arial;
font-size:14px;
text-align:left;
color:#FF0000;
height:20px;
background-color:#f2f2f2;
border:2px solid #fff;
}
#contentwpsright4 p {
text-indent:4em;
margin:0;
}
.FeaturedProducts {
float:left;
text-align:center;
margin:10px 0 0 0;
overflow:hidden;
}
.FeaturedProducts span {
color:#FF0000;
font-size:12px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#contentwpsright3 a {
color:#000;
font-family:Arial;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
#contentwpsright3 a:hover {
text-decoration:underline;
}
.header { width:100px; margin-right:60px;}
.FeaturedProductslist {
margin:5px auto;
height:30px;
width:150px;
}
#imgwps7 {
margin:10px 0 0 5px;
float:left;
}
#imgwps8 {
float:right;
background-image:url(../images/homepage-bestsellers-right.png);
width:230px;
height:31px;
line-height:31px;
margin:0;
padding:0 10px 0 0 ;
}
#imgwps9 {
float:left;
}
#imgwps10 {
float:right;
width:230px;
height:31px;
line-height:31px;
margin:0;
padding:0 10px 0 0 ;
}
.contentwpsright31 {
margin:10px 0 5px 0;
padding:0 0 10px 0;
width:810px;
overflow:hidden;
}
.contentwpsright31 a {
color:#000;
font-family:Arial;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.contentwpsright31 a:hover {
text-decoration:underline;
}
#butoomwps1 {
width:1000px;
margin:10px auto;
padding:0;
overflow:hidden;
}
#imgwps11 {
float:left;
}
#butoomwps11 {
margin:0 0 0 20px;
padding:0;
float:left;
background-image:url(../images/homepage-email.png);
width:276px;
height:148px;
}
#imgwps12 {
float:right;
}
#butoomwps2 {
clear:both;
width:1000px;
margin:auto;
margin-top:20px;
padding:0;
border-top:1px solid #000000;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#butoomwps3 {
margin:auto;
width:1070px;
height:30px;
background-color:#000000;
margin-top:20px;
text-align:center;
}
#butoomwps3 ul {
margin:0;
padding:0;
list-style-type:none;
}
#butoomwps3 ul li {
float:left;
height:30px;
line-height:30px;
margin:0;
padding:0 40px;
}
#footerwps {
text-align:center;
width:1070px;
margin:auto;
padding:0 0 10px 0;
overflow:hidden;
background-color:#d6d6d6;
}
#footerwps1 {
text-align:center;
width:440px;
margin:auto;
padding:6px 0 0 -5px;
height:20px;
}
#footerwps1 ul {
margin:0;
padding:0;
list-style-type:none;
}

#footerwps1 ul li a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#444;
margin:5px 0;
padding:0;
}
#topwps22bottom {
margin:15px 75px 0 0;
padding:6px 0 0 0;
width:240px;
height:20px;
float:right;
display:inline;
text-align:right;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#topwps22bottom form {
margin:0;
padding:0;
height:20px;
}
#topwps22bottom #inputwps1 {
margin:5px 0 0 0;
padding:0;
width:175px;
height:18px;
border:1px solid #999999;
vertical-align:middle;
}
#topwps22bottom #inputwps2 {
margin:5px 0 0 10px;
padding:0;
cursor:pointer;
text-align:center;
vertical-align:middle;
}
#footerwps2 {
width:800px;
margin:auto;
margin-top:20px;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
#footerwps2 a {
color:#666666;
}
#footer2 { width:1070px; padding-left:100px; overflow:hidden;}
#footer2  a { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#0000FF;}
#footer2 ul { margin:0; padding:0; list-style-type:none;}
#footer2 ul li{ float:left; margin-right:10px;}
#copyright { text-align:center; color:#000000;}
#copyright a  { color:#000000;}
#contantleftwpsmenunews ul li { margin:0; padding:0; height:30px;}
#contentwpsleft3 #contantleftwpsmenunews ul li a { font-family:Arial, Helvetica, sans-serif; font-size:11px;color:#333; }
#contentwpsleft3 #contantleftwpsmenunews ul li a:hover { color:#FF0000; text-decoration:none;} 
#productsListingBottomNumber {  margin-left:180px; margin-top:8px; text-align:left; float:left;}
 #productsListingListingBottomLinks {  margin:auto; margin-right:200px; margin-top:4px;width:175px; text-align:left; float:right;}
 #dingshengpages {  height:30px; padding-top:10px; text-align:center; margin-top:8px;}
#pay 
{ 
float:left;
margin:10px 0;
text-align:center;
padding:0;
width:186px;
}
#pay ul {
margin:0 auto;
padding:0;
list-style-type:none;
}
#pay ul li {
margin:5px;
padding:0;
}
#dingshengcartbutton { height:40px;}
#dingsheng_logoff { width:310px; height:85px; float:right;}
#indexDefaultHeading { font-size:17px; font-family:Arial, Helvetica, sans-serif;margin:0;padding:0;}
#indexDefaultMainContent { margin:0; padding:0;}
#indexDefaultMainContent p{ margin:0 0 5px 0;}
.OnLinediv{
 text-align:right;
 width:191px; 
 z-index:1000; 
 position:absolute; 
 top:80px; 
 right:10px;
}
#blog {
	float:left;
	border:1px solid #bbb;
	padding:0;
	width:187px;
	margin:10px 0 0 0;
	overflow:hidden;
}
#blog h1 { display:block; height:24px; margin:2px 2px 2px -4px; padding:0 2px; background-color:#c737a7;font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#FFFFFF; text-align:center; line-height:24px;}
#blog ul {
	margin:0;
	padding:0 5px;
	list-style-type:none;	
}
#blog ul li a {

	margin:2px 0;
	color:#000;
	font-family:Arial;
	font-size:11px;
	display:block;
	width:170px;
	white-space:nowrap;
	overflow:hidden;
	float:left;
    text-overflow:ellipsis;          /* for IE */
	-o-text-overflow: ellipsis;      /* for Opera */
	-icab-text-overflow: ellipsis;   /* for iCab */
	-khtml-text-overflow: ellipsis;  /* for Konqueror Safari */
	-moz-text-overflow: ellipsis;    /* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/		
}
#blog ul li a:after{content:"...";font-size:12px;}
