/**

 * 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:Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	color: #000000;
	background:#204974;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #000;
	text-decoration: none;
	}
	
a:visited {
	font-size:12px;
	color: #000;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navCatTabs ul li a:hover {
	color:#F00;
	text-decoration:underline;
	}

#navSupp ul li a:hover {
 	color:#F00;
	text-decoration: underline;
}

h1 {
	font-size: 1.2em;
	color: #ff5500;
	}

h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.1em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 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;
	vertical-align:middle;
	}

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: black;
	}

LABEL, h4.optionName {
	line-height: .8em;
	padding: 0.2em;
	}
	
.optionName {
	float:left;
	}

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

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

#logo{
	left:10px;
	position:absolute;
	top:50px;
	}

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 {
	margin:auto;
	background-color: #FFF;
	text-align: left;
	width: 1000px;
	font-size:12px;
	vertical-align: top;
	}

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

#contentMainWrapper {
	padding:0;
	}

#headerWrapper{
	height:180px;
	width:100%;
	margin:auto;
	background:url(../images/top-bg.gif) repeat-x;
	}
	
#topBarWrap {
	width:100%;
	background:url(../images/bg.gif) repeat-x;
	padding-top:18px;
	background-color:#2468AD;
	}
	
#topBar{
	width:1000px;
	height:110px;
	margin:auto;
	position:relative;
	}
	
#topBar a {
	font-weight:bold;
	color:#FFFFFF;
	font-size:11px;
	}
	
#nav_header{
	color:#7EBEFF;
	float:right;
	font-size:13px;
	padding-top:10px;
	text-align:right;
	width:300px;
	}

#nav_header a ,#nav_header a:visited ,.emailmsn a ,.emailmsn a:visited {
	color:#7EBEFF;
	font-size:13px;
	font-weight:100;
	}

#nav_header a:hover ,.emailmsn a:hover {
	color:#FFF;
	}	

#lang_header{
	border-right:1px solid #9a9a9a;
	padding-left:2em;
	}

#currency_header{
	border-right:1px solid #9a9a9a;
	}

#cart_header{
	overflow:hidden;
	position:absolute;
	top:20px;
	width:680px;
	right:0px;
	float:right;
	padding:20px 5px 0 20px;
	color:#FFF;
	}
	
#scozsu {
	position:absolute;
	right:0px;
	bottom:8px;
	}
	
#searchContent .s_input {
	background:none repeat scroll 0 0 #3B6CA9;
	border:1px solid #70B4F1;
	color:#FFFFFF;
	font-size:11px;
	height:20px;
	margin-top:20px;
	}
	
#text{
	position:absolute;
	top:11px;
	left:0;
	color:#FFF;
	font-size:11px;
	}
	
#cartbg{
	float:right;
	height:23px;
	padding:10px 0px 0px 50px;
	color:#FFF;
	background:url(../images/cart-bg.gif) 0px 0px no-repeat;
	width:150px;
	position:absolute;
	bottom:23px;
	right:0px;
	}
#cartbg a {
	color:#FFF;
	}	
.emailmsn {
	position:absolute;
	top:82px;
	right:10px;
	font-size:11px;
	color:#FFF;
	}
	
#cart_header a,#cart_header a:visited {
	font-size:11px;
	color:#FFF;
	}

#cart_header a:hover {
	color:#F96;
	}

.right_login {
	float:right;
	}

.left_hear {
	float:left;
	}

#lianjie_hear {
	width:100%;
	height:29px;
	text-align:left;
	font-size:14px;
	background:url(../images/pop_search_right.gif) repeat-x;
	}

#logoWrap{
	margin:auto;
	}

#topLinks{
	width:100%;
	}
	
#navColumnOneWrapper {
	margin:2px;
	}
#navColumnTwoWrapper {
	margin:2px;
	}
#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;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

#productAttributes {
	float:left;	
	width:100%;
	}
	
/*navigation*/



.navSplitPagesResult {}

.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}

.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}
	
#navSuppWrapper{
	width:1000px;
	margin:auto;
	padding: 0.5em 0em;
	color: #FFF;
	background:url(../images/bottom_top.gif) no-repeat top left;
	}

#navSupp{
	margin:auto;
	}

#navSupp a{
	font-weight: bold;
	color:#7EBEFF;
	}

#payments{
	width:100%;
	text-align:center;
	}

#indexDefaultMainContent {
	width:100%;
	text-align:left;
	}	

#indexDefaultMainContent img {
	margin-bottom:10px;
	}

#bottomNav{
	margin:auto;
	}

#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;
	white-space: nowrap;
	font-size:12px;
	}

#navSupp ul li a:hover {
	text-decoration:underline;
	}

#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{
	margin: 0.5em;
	}
	
	
#categoryImgListing, #indexProductListCatDescription {
	float:left;
	}
#categoryImgListing	{
	width:100px;
	}
#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	font-size: 12px;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	width:1000px;
	margin:auto;
	padding:0;
	color:#ffffff;
	font-size:12px;
	text-align:center;
	height:33px;
	background:url(../images/menu_bg.gif) no-repeat left top;
	}
	
#navEZPagesTop .AuthenticJerseys { 
	display:none;
	}
	
#navEZPagesTop a {
	float:left;
	width:142px;
	color:#FFF;
	padding:8px 0 9px 0;
	}	
#navEZPagesTop ul {
	margin:0;
	float:left;
	padding:0;
	}
	
#navEZPagesTop ul a {
	float:left;
	width:142px;
	}
	
#navEZPagesTop ul ul {	
	position: absolute;  
	display: none;
	top:32px;
	left:-150px;
	}
	
#navEZPagesTop li{
	}
	
#navEZPagesTop li:hover {
	}
	
#navEZPagesTop li.submenu:hover {
	}	
	
#navEZPagesTop ul.level2 {
	background-color:#224e84; 
	border:#8B0000 solid 2px;
	border-top:none;
	width:480px;
	text-align:left;
	}
	
#navEZPagesTop .level2 a {
	padding:5px 10px;
	width:140px;
	font-size:11px;
	color:#FFF;
	background:#224e84;
	}
	
#navEZPagesTop .level2 a:hover {
	text-decoration:underline;
	}	
	
#navEZPagesTop li {
	display:inline;
	position: relative; 
	list-style: none; 
	margin: 0;
	float:left;
	width:142px;
	z-index:2;
	}
	
#navEZPagesTop li li {
	float:none;
	}
	
#navEZPagesTop ul.level1 li.submenu:hover ul.level2 {
	display:block;
	}
	
#navColumnOne, #navColumnTwo {
	}

/*The main content classes*/

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/.shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}

.advisory {}

.important {
	font-weight: bold;
	}

.notice {}

.rating{}

.gvBal {
	float: right;
	}

.centerColumn {
	padding: 0 0 50px 0px;
	font-size:12px;
	}

#bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0 0 0 .6em;
	}

#bannerOne{
	padding:0;
	margin: .5em 0 0 0;
	}

.banners img{
	padding:0;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 12px;
	}

/*Shopping Cart Display*/

#cartAdd {
	float:right;
	text-align:left;
	width:40%;
	margin-right:15px;
	background:#FFF;
	border-right:#FFF solid 8px;
	border-left:#FFF solid 8px;
	}

#cartContentsDisplay td {
	vertical-align:middle;
	border-bottom:#aec6de solid 1px;
	padding:5px;
	}
	
#cartContentsDisplay{
	border:#aec6de solid 1px;
	}

#model {
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:#aec6de dashed 1px;
	width:100%;
	}

#price {
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:#aec6de dashed 1px;
	width:100%;
	}

#Friend_Reviews {
	margin-top:20px;
	width:100%;
	text-align:center;
	}

.ziti {
	color:#b55d4b;
	}

#descri {
	padding:5px;
	font-size:14px;
	width:100%;
	background:url(../images/pop_search_right.gif);
	}
	
#productName {
	text-align:left;
	}
	
#goumai_main{
	padding:0;
	margin:0;
	height:1%;
	}
	
.con-top {
	width:100%;
	height:10px;
	margin:0;
	padding:0;
	background:url(../images/con-top.gif) no-repeat top left;
	}
	
.con-bg {
	background:url(../images/con-bg.gif) repeat-y;
	padding:10px;
	}
	
.con-bottom {
	width:100%;
	height:10px;
	margin:0;
	padding:0;
	background:url(../images/con-bottom.gif) no-repeat top left;
	}
	
.con-top-1 {
	width:100%;
	height:10px;
	margin:0;
	padding:0;
	background:url(../images/con-top-1.gif) no-repeat top left;
	}
	
.con-bg-1 {
	background:url(../images/con-bg-1.gif) repeat-y;
	padding:5px;
	height:1%;
	}
	
.con-bottom-1 {
	width:100%;
	height:10px;
	margin-bottom:10px;
	padding:0;
	background:url(../images/con-bottom-1.gif) no-repeat top left;
	}	

.wenben_goumai {
	text-align:left;
	padding:0px 20px;
	line-height:1.5em;
	color:#333333;	
	}
.wenben_goumai a {
	font-weight:bold;
	}	
.tableHeading TH ,#cartContentsDisplay TH{
	background:#1a4377;
	color:#FFF;
	}
	
#cartSubTotal {
	background:#1a4377;
	color:#FFF;
	 }
	 
#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: center;
	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*/

#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}
	
#productMainImage {
	width:55%;
	}

.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: 5px 0px;
	padding:5px 0px;
	background:url(../images/products-bg.gif) no-repeat center top;
	}

.centerBoxWrapper {
	height: 1%;
	margin-bottom:10px;
	position:relative;
	}

#productAdditionalImages {
	height: 1%;
	margin-bottom:10px;
	border-bottom:#aec6de solid 2px;
	}

h2.centerBoxHeading, .centerBoxHeading,#indexCategoriesHeading {
	background:url(../images/mainbox.gif) no-repeat;
	font-size: 12px;
	color: #7EBEFF;
	height:37px;
	line-height:37px;
	padding-left:21px;
	}

.centerBoxHeading-1 {
	background:url(../images/mainbox-1.gif) no-repeat;
	font-size: 12px;
	color: #7EBEFF;
	height:37px;
	line-height:37px;
	padding-left:21px;
	}
#sorter {
	margin:20px 0px;
	} 
/*sideboxes*/

.columnLeft, .columnRight {
	background:#4674ac;
	color:#FFF;
	}
	
.columnLeft	a, .columnRight a {
	color:#FFF;
	}
	
h3.leftBoxHeading, h3.rightBoxHeading {
	background:url(../images/box_top.gif) no-repeat left top;
	font-size: 12px;
	color: #7EBEFF;
	height:25px;
	padding:13px 0 0 20px;
	}
	
h3.leftBoxHeading a, h3.rightBoxHeading a {
	font-size: 12px;
	color: #7EBEFF;
	}	
#reviewsHeading a {
	color: #7EBEFF;
	}
	
.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	}

#categoriesHeading {
	background: url(../images/lefttop.gif);
	padding:.5em 0 .5em 1.5em;
	}

#categories ul{
	padding:0;
	margin:0;
	list-style:none;
	}

.category-top li{
	padding:0;
	margin:0;
	vertical-align:middle;
	}

li.category-top a,li.category-top a:visited{
	padding:.6em 0 0 1.5em;
	margin:0;
	text-align:left;
	font-size:12px;
	display:block;
	height:1.8em;
	color:#091e44;
	border-bottom:#CCCCCC solid 1px;
	background:#FFFFFF url(../images/dot.gif) 14em 0.6em no-repeat;
	}

li.category-products a ,li.category-products a:visited{
	padding:0.6em 0 0 1.5em;
	margin:0;
	text-align:left;
	font-size:12px;
	display:block;
	height:1.8em;
	color:#091e44;
	border-bottom:#CCCCCC solid 1px;
	}

li.category-top a:hover{
	background:#1a4168 url(../images/dot1.gif) 14em 0.6em no-repeat;
	color:#FFFFFF;
	text-decoration:blink;
	}

li.category-products a:hover{
	background:#1a4168;
	color:#FFFFFF;
	text-decoration:blink;
	}

#categoriesContent{
	padding:0;
	margin:0;
	}

#bestsellersContent {
	color:#333333;
	padding:0px;
	}

#informationContent a:link, #informationContent a:visited, #bestsellersContent, 
#bestsellersContent a:link, #bestsellersContent a:visited{
	color:#FFF;
	}
	
#informationContent a:hover, #bestsellersContent a:hover {
	color:#FF0000;
	}
	
#extralinks{
	padding: .5em 0 .5em 1em;
	}

.leftBoxContainer,.rightBoxContainer {
	margin-bottom:10px;
	text-align:left;
	background:url(../images/box_bg1.gif) no-repeat scroll left bottom #2B5990;
	border:#4674ac solid 2px;
	padding-bottom:10px;
	}

.sideBoxContent {
	padding: 0.4em;
	}

#loginboxContent{
	height:1%;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #F96;
	text-decoration:none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

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

.centeredContent {
	text-align:center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

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

#bestsellers li {
	padding: 1.5em  0.5em ;
	border-bottom:1px solid #426DA0;
	list-style:none;
	}

.bestsellerstupian {
	width:50px;
	height:40px;
	}

.ic{
	display:none;
	}

#bannerboxHeading {
	background-color: #0000CC;
	}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}
	
#blanksidebox p {
	margin:0;
	padding:0 0 0 35px;
	}
	
#blanksidebox .msnclass {
	padding:12px 0 0 35px;
	background:url(../images/MSN.gif) 10px 10px no-repeat;
	}
	
#blanksidebox .mailclass {
	padding:12px 0 0 35px;
	background:url(../images/MAIL.gif) 10px 10px no-repeat;
	}
	
#blanksidebox .telclass {
	padding:12px 0 0 35px;
	background:url(../images/TEL.gif) 10px 10px no-repeat;
	}
/* 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;
	}

.rowEven ,.rowOdd{
	height: 1.5em;
	}

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

#cat1Table {
	border:#aec6de solid 1px;
	}

.productListing-rowheading ,.productListing-rowheading a{
	background:#1a4168;
	height: 2em;
	color: #FFFFFF;
	font-size:11px;
	}

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

/***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;
	}

/*shangpinzhanshiye*/
.shangpintupian {
	width:135px;
	height:150px;
	margin:auto;
	text-align:center;
	background:#FFF;
	border:1px solid #b7cfec;
	}
	
.shangpinming {
	margin:auto;
	width:150px;
	overflow:hidden;
	height:45px;
	}

.tabTable {
	margin:20px 0px 20px 0px;
	}
	
.tabTable  td {
	padding-top:10px;
	text-align:center;
	background:url(../images/products-bg.gif) no-repeat scroll center top transparent;
	}
	
/*shipping cart*/
.cartAttribsList li {
	list-style:none;
	}
.disnone {
	display:none;
	}
	
#zimulu {
	margin:0 3px 0 2px;
	border:1px solid #4275AD;
	}

#zimulu a {
	color:#000;
	font-size:12px;
	}

.categoryListBoxContents {
	background:#FFF;
	}
	
.itemTitle ,.listingDescription{
	text-align:left;
	}
	
.productGeneral {
	margin:0;
	padding:10px;
	color:#4A89D5;
	}
/*loginandguest & sanleichanpin*/
#sanleichanpin {
	height:304px;
	}
#loginandguest {
	margin-top:50px;
	}
#loginandguest ul, #sanleichanpin ul{
	padding:0;
	margin:0;
	}
#loginandguest li, #sanleichanpin li  {
	list-style:none;
	float:left;
	text-align:center;
	cursor:pointer;
	padding-top:10px;
	width:181px;
	height:27px;
	}
#loginandguest li, #sanleichanpin li a {
	font-weight:bold;
	font-size: 12px;
	color: #FFF;
	text-decoration:none;
	width:181px;
	}
.xuanzhong {
	background:url(../images/xuanzhong.gif) no-repeat;
	}
.weixuanzhong {
	background:url(../images/weixuanzhong.gif) no-repeat;
	}
#Guestmethod, #Loginmethod, #chanpin11, #chanpin21, #chanpin31 {
	border-top:#c88338 solid 10px;
	border-left:#c88338 solid 2px;
	border-right:#c88338 solid 2px;
	border-bottom:#c88338 solid 2px;
	margin-right:2px;
	}
#chanpin11, #chanpin21, #chanpin31 {
	height:255px;
	}
#Guestmethod,#Loginmethod {
	padding:50px;
	}
/*checkout shipping*/
.tonghang_left {
	width:45%;
	float:left;
	}

.tonghang_right {
	width:50%;
	float:right;
	}
	
.radioButtonLabel {
	line-height:18px;
	}
/**/
#blanksidebox a, #wenzisideboxContent {
	font-size:11px;
	}
.more {
	position:absolute;
	right:20px;
	top:1px;
	}
.centerBoxHeading a {
	color:#FFFFFF;
	}
#wenzisideboxContent {
	text-indent: 1em;
	}
	
#navEZPagesTop li {
    float: left;
    padding: 0;
    text-align: center;
    z-index: 100;
	list-style:none;
	position:relative;
}
#navEZPagesTop ul {
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 2.5em;
    width: 586px;
    z-index: 1;
	background:#2B5990;
	border:2px solid #F99B25;
}
#navEZPagesTop ul a {
    background: none repeat scroll 0 0 #2B5990;
    border: 2px solid #2B5990;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 100;
    margin-left: 5px;
   padding: 0 0.5em;
    width: 175px;
	display:block;
 text-align: left;
}
#navEZPagesTop .topez5 ul{
left:-301px;
}
#navEZPagesTop .topez6 ul{
left:-442px;
}
#categoriesTree ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#categoriesTree ul li {
    float: left;
    margin: 15px 15px 0;
    width: 28%;
}
#categoriesTree ul ul li {
    background: url("../images/list_bg.gif") no-repeat scroll 3% bottom transparent;
    float: none;
    height: 20px;
    margin: 0;
    padding-left: 20px;
    width: 100%;
}

#nav-cat .level1 .level2 li{
height:18px;
overflow:hidden;
line-height:16px;
float:left;
}

#navEZPagesTop .topsubcategories li{
height:20px;
overflow:hidden;
width:180px;
 display: block;
   float: left;

}