/**
 * 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 $
 */
 

/*---------------------- BOF My Own CSS-------------------------------------*/

/**---- Part 1 ------**/
/*---------------------- BOF Main Control ---------------------*/
#mainwrap
{
	text-align: left;/*决定main content页面的对齐方式,如注册页面*/
	vertical-align: top;
	width:980px; /* sets the width of the store */	
	margin:0 auto;/*--- 让页面居中 ---*/	
}

/*锁定页面文字大小*/
body{font-size:12px;}
td{font-size:12px;}
span{font-size:12px}
/*---------------------- EOF Main Control ---------------------*/

/**---- Part 2 ------**/
/*---------------------- BOF Header --------------------------*/
#headerWrapper/*头部背景*/
{
	background:#fff;  /* background color behind logo and sales text, white default */
	float:left;
	width:100%;
	padding-bottom:10px;
}
#storeName/**头部，商店名，货币等背景**/
{
	background:url(../images/headBG.jpg) no-repeat;
	margin:0px;	
	height:160px;/*这里的值要与头部背景图片headerBG.JPG高度保持一致；*/
}
#head_logo
{
	/*background:url(../images/logo.png) no-repeat;*/
	float:left;	
	width:235px;
	height:70px;
	padding-left:5px;
	padding-top:65px;	
}
#main_page_head_top_currencies
{	
	float:left;
	width:140px;
	height:50px;
	margin-top:100px;
	margin-left:20px;
}

#head_live_help
{	
	float:left;
	margin-top:105px;
	margin-left:45px;
	width:210px;
	height:40px;
}
#live_help_header_one
{
	float:left;
}
#qq_support
{
	padding-top:12px;
}
select{/*一定要加上这个CSS样式，不然，头部Currencies会出现问题*/
	font-family: tahoma;
	color:#000000; 
	line-height:13px; 
	font-size:11px;
	border:1px solid #7F9DB9;	
	padding:2px;
	vertical-align:middle;
}

#mainPageHeadRight
{
	float:right;
	padding-right:20px;
	margin-top:95px;
	width:300px;
}

#headAccessory
{
	float:right;
	text-align:right;
	width:210px;
	margin-bottom:15px;
}
#headSiteMap
{
	float:left;
	text-align:left;
	color:#000000;	
	width:60px;
	padding-top:2px;
}
#headSiteMap a:hover
{
	color:#FF00FF;
	text-decoration:underline;
}
#bookMark
{
	float:left;
	width:125px;
	height:16px;
}
#favorite
{
	float:right;
	width:20px;
	height:16px;
}
#head_account
{	
	clear:both;
	float:right;
	width:300px;
}
#head_account span
{
	font-size:12px;
}
#head_account ul
{
	text-align:right;
	padding-right:0px;
	margin-right:0px;
}
#head_account ul li
{
	display:inline;
}

#head_account span:hover
{
	text-decoration:underline;	
}

#head_account_cut_line
{
	padding:0 5px 0 5px;
}

#headLine
{
	float:left;
	background:url(../images/headLine.jpg) no-repeat;
	width:100%;
	height:1px;
	margin-bottom:5px;
}
*html #headLine /* ie6 need this*/
{
	margin-bottom:-10px;
}
#head_keywordsArrow
{
	float:left;
}
#headKeyWords
{
	clear:both;	
	width:765px;
	padding-left:12px;
	margin-bottom:10px;
 	float:left;
	font-family:"Times New Roman", Times, serif;
}
#head_telephone
{
	padding-top:4px;
	width:175px;
	height:18px;
	float:right;
	padding-right:20px;
}
*+html #my_clock/*IE 7 need this*/
{
	padding-top:2px;
}
*html #my_clock /*IE6 need this*/
{
	padding-top:2px;	
}
#headKeyWords
{
	font-weight:normal;
	font-size:14px;	
}
#headKeyWords a:hover
{
	color:#FF00FF;
	text-decoration:underline;
}
#navMainWrapper
{
	clear:both;
	height:42px;	
	font-size:12px;	
	padding-left:10px;/*此处数值要与#contentMainWrapperb中的margin-left:10px;的数值一致*/
}

#navMainSearch
{
	background:url("../images/search_head_bg.jpg") no-repeat;
	float:left;
	width:220px;
	height:40px;
}
#magnifier_search_header
{	
	text-align:left;
	float:left;
	margin-left:0px;	
	margin-right:5px;
	margin-top:1px;
}

#navMain
{
	background:url("../images/navHeader.gif") no-repeat;
	float:left;	
	margin-left:20px;	
	width:715px;	
	height:40px;
	line-height:normal;	
}
#navMain a/*此一段一定要加上，不然，下面的#navMain a:hover span将无法起到作用；*/
{
	float:left;
	text-decoration:none;
	margin-top:11px;	
}
#navMain a:hover span{/**当鼠标经过导航栏时，导航栏的变化；*/
	color:#FF00FF;	
	text-decoration:underline;	
}
#navMain a span
{
	/*background:url("../images/red/tabrightE.gif") no-repeat right top;*/
	color:#fff; /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. */	
	text-align:center;
	cursor:pointer;
	font-size:14px;
}

#navMain a span#first{/*导航栏第一个菜单，一般是HOME*/		
	padding-left:25px;	
	display:block;	
	font-weight:normal;
}

#navMain a span#middle_oneWord {/*导航栏中间只有一个单词的菜单，如Specials*/	
	display:block;	
	font-weight:normal;
}
#navMain a span#middle_TwoWord {/*导航栏中间含有两个单词的菜单，如New Products*/
	display:block;	
	font-weight:normal;	
}

#navMain a span#last {/*位于导航栏最后的菜单，如FAQ*/	
	display:block;	
}

#navMain a span#cut_line{/*导航栏第一个菜单，一般是HOME*/	
	margin-left:8px;
	margin-right:8px;	
	display:block;	
	font-weight:normal;
	cursor:auto;		
}
#navMain a:hover span#cut_line
{
	text-decoration:none;
	color:#FFFFFF;
}

#navMain ul
{
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;	
}
#navMain li
{
	display:inline;
}

/*---------------------- EOF Header --------------------------*/



/**---- Part 3 ------**/
/*---------------------- BOF Body --------------------------*/
body
{
	background:url(../images/top_talling.jpg); /* main site background color, blue default */	
	color:#000;  /* main site font color*/
	font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
	font-size:73.5%;
	margin-top:0px;	
}


.outer
{
	padding-left: 235px; /* Same width as margin-left for the float-wrap div */
	/*padding-right: 150px; /* Our right column width */
}
.inner
{
	width: 100%;
}
.float-wrap
{
	float: left;
	width: 98%;
	margin-left: -235px; /* Same length as .outer padding-left but with negative value */
}
#content
{
	float: right;
	margin-right: -235px;
	width: 100%;
	line-height:1.6;
	position: relative; /* IE needs this  */
	
}
.contentWrap
{
	padding: 0px 0 5px 5px;
}
#navColumnOne {
	float: left;
	position: relative; /* IE needs this  */
}
#navColumnTwo {
	float: right;
	margin-right: -220px; /* This negative margin-right value is in this example the same as the right column width. */
	position: relative; /* IE needs this  */
}

#main_product_container
{
	margin-left:0px;
	background:#FFFFFF;
}


h2.centerBoxHeading
{
	
	background-image:url(../images/main_content_heading.png); /* background color for the New Product, Featured Products and Specials heading */
	background-repeat:repeat-x;
	width:715px;
	height:30px;
	padding-top:2px;
}

#mainPageTextCrack
{
	clear:both;
	width:100%;
	height:7px;
	
}
*html #mainPageTextCrack
{
	height:0px;
}
#mainPageTextWholeContainer
{	
	margin-left:0px;
	padding-top:10px;
}
*html #mainPageTextWholeContainer
{
	padding-top:2px;
}
*html #mainPageTextWholeContainer
{
	margin-left:2px;
	margin-top:10px;
}
#mainPageTextTop
{
	background:url(../images/mainPageTextTop.png) no-repeat;
	width:715px;
	height:35px;
	font-weight:bold;
	margin-top:0px;
}

#mainPageTextHeading
{
	padding-left:10px;
	padding-top:5px;
	font-size:14px;
}
#mainPageTextContainerOuter
{	
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;	
	width:713px;
	/*height:520px;
	overflow:scroll;*/
}
#mainPageTextContainerInner
{
	width:680px;
	/*height:150px;*/
	margin-left:10px;
	margin-top:0px;	
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}
#pageReviewTitleDeco
{
	clear:both;
	background:url(../images/products_list_heading_title.jpg) no-repeat;
	float:left;
	width:400px;
	height:1px;
}
#moreReviewOnMainPage
{
	float:right;
	padding-right:20px;
	font-size:12px;
	font-weight:normal;
}
/*--bof login and register--*/
#moreReviewOnMainPage a:hover
{
	text-decoration:underline;
}
#creat_account_radiobutton
{
	float:left;
	width:60px;
}
h4#createAcctDefaultLoginLink
{
	font-size:13px;
	font-weight:normal;
}
h4#createAcctDefaultLoginLink a
{
	font-weight:normal;
	color:#990000;
}
h4#createAcctDefaultLoginLink a:hover
{
	text-decoration:underline;
}
#login_page_loginbox
{
	width:400px;
	float:right;
}
#login_page_loginbox input
{
	width:200px;
	border:1px solid #7f9db9;
}
#login_page_registerBox
{
	width:300px;
	float:left;
}
#login_page_registerBox_button input
{
	width:103px;
	height:20px;
	border:none;
}
#login_forget_pwd
{
	float:left;
	padding:5px 45px 0 93px;
}
#login_forget_pwd a
{
	color:#990000;
}
#login_forget_pwd a:hover
{
	text-decoration:underline;
}
h6.optionName
{
	font-weight:normal;
	padding-top:10px;
}
/*--eof login and register--*/

#navCatTabsWrapper
{
	text-align:left;
}
#navCatTabs ul
{
	list-style-type:none;
	text-align:left;
	margin:0;
	padding:0;
}
#navCatTabs li
{
	display:inline;
	padding:0 1em .5em 0;
}
#navCatTabs ul li a
{
	text-decoration:none;
	white-space:nowrap;
	display:inline;
	width:0;
}
/*---------------------- EOF Body --------------------------*/

/**---- Part 4 ------**/
/*---------------------- BOF Sidebox --------------------------*/
#contentMainWrapper {
	/*background:url("../images/sidebox.gif") 100% 0 repeat-y; /* This is the right column background "faked" with an image. */
	background-color:#fff; /*background color for the main "content" of the site */
}
#contentMainWrapperb {
	/*background: url("../images/sidebox.gif") 0 0 repeat-y; /* This is the left column background "faked" with an image. */
	margin-left:10px;
}

.sideBoxContent/*左右栏文字信息/sidebox*/
{		
	font-size:1em;	
	font-weight:normal;	
	border-right: 1px solid #e5e5e9;
	border-left: 1px solid #e5e5e9;
	line-height:1.4em;
	background:#ffffff;
	padding:5px 5px 0px 5px;
	margin-top:0px;
}

.sideBoxContent ul
{
	text-align:left;
	list-style-type:none;
	padding:0 0 0 0px!important;
	margin:0!important;
}

h3.leftBoxHeading, h3.rightBoxHeading
{
	background-image: url(../images/box_top.jpg);	
    background-repeat:no-repeat;
	color:#000; /* right and left box heading color */	
	text-align:left;
	padding:1em 0 0 0;
	margin:0px;
	height:35px;
}
.leftBoxHeading a, .rightBoxHeading a {
	color:#fff; /* right and left box LINK heading color */
}
.leftBoxHeading a:hover, .rightBoxHeading a:hover {
	color:#E8E9E9; /* right and left box LINK heading color when hovered over*/
}
h3.leftBoxHeading td/*让左栏盒子的标题与盒子边框产生一定距离*/
{
	margin-left:4px;	
	font-weight:bold;
	font-size:14px;
	font-family:"宋体";
}
.leftBoxFooter 
{
  background-image: url(../images/boxbottom.gif); 
  background-repeat: no-repeat;
  height:21px;
  margin-left:0px;	 
}

#cartBoxListContainer
{	
	padding-left:3px;
}

#cartHeadingCrack
{
	float:left;
	margin:0;
	padding:0;
	width:10px;
	height:30px;
}

#sidebox_shoping_cart_heading_wrapper
{
	height:30px;/*其数值要与cart.jpg的确高度值一至*/		
	float:left;
	margin-left:0px;
	padding-left:0px;
}

#text_cart_headding /*用于控制盒式购物车的标题：Shopping Cart*/
{
	float:left;		
	font-size:16px;
	font-weight:normal;
	font-family:"新宋体";	
	cursor:pointer;	
	/* 下面两行同时使用，使文字Shopping Cart 居中 ，其数值要与cart.jpg的确高度值一至*/
	height:30px;
	line-height:30px;	
}
#text_cart_headding a 
{
	color:#FF00FF;
}
#text_cart_headding a:hover
{
	text-decoration:underline;
	color:#FF99FF;
}
#cart_img
{
	float:left;
	margin-left:10px;
	cursor:pointer;	
	/*其数值要与cart.jpg的确高度值一至*/
	height:30px;
	width:30px;
}
.cart_item_total/*用于控制盒式购物车里"now it your cart 0 items"*/
{
	clear:both;
	font-size:12px;	
	float:left;
	padding-left:4px;	
}
.shopping_cart_empty
{
	text-align:left;
	margin-left:5px !important;			
}

#cartItemLineHeight
{
	clear:both;
	width:150px;
	height:12px;	
}

/*--bof 树形categories--*/
#categories_tree
{
	float:left;
}

#tree_item
{
	float:left;
	padding-top:6px;
	cursor:pointer;
	font-size:12px;
}
#categories_tree a
{	
	vertical-align:middle;
}

#categories_tree a:hover
{		
	color:#999999;
}

#categories_tree_table
{	
	margin-top:-3px;
}

.categories_tree_content/*FireFox need this*/
{
	margin-top:0px;
	padding-top:0px;
}
*+html .categories_tree_content/*IE 7 need this*/
{
	margin-top:-14px;
	padding-top:0px;
}
*html .categories_tree_content /*IE6 need this*/
{
	margin-top:-14px;
	padding-top:0px;
}

/*--eof 树形categories--*/
#bestsellers
{
	background:url(../images/sidebox_body_bg.gif) repeat-y;
	width:220px;	
}

/* ----bof Article Sidebox ---- */
#staticRSSText {
  font-weight: bold; 
}

.staticRSSArticles {
  text-align: left;
  padding-left:5px;
  list-style: none;
}
.staticRSSArticle {
  margin:0;
  /* remove/comment out the following line if using a defined delimiter */
   background: url("../images/icons/bullet-point.gif") 0px 8px no-repeat;
  padding: 0px 0px 2px 8px;
  line-height:2em;   
}
.staticRSSArticle a:hover
{
	text-decoration:underline;
}
/* ----eof Article Sidebox ---- */

/*---- bof 滚动的边框盒子-------*/
#bestsellerMarquee ,#bestsellerMarquee li
{
	padding:0px;
	margin:0px;
}
#bestsellerMarquee
{
	position:relative; 
	list-style:none;
	height:250px; 
	width:205px; 
	padding-left:5px;
	overflow:hidden;
}
#bestsellerMarquee li 
{ 
	position:absolute; 
	font-size:12px;
}
#bestsellerMarquee a 
{ 
	display:block; 
	color:#4F4F4F;
	text-decoration:none;
}

#sideboxMarqueeCell
{
	width:205px;
	/*下面的数值要与marqueeCellImageSize中的数值一致，才能垂直居中*/
	height:50px;
	line-height:50px;	
}

#marqueeCellNum
{
	float:left;
	margin-right:10px;
}
#marqueeCellImage
{
	float:left;
	margin-right:5px;
}
#marqueeCellImageSize
{
	width:50px;
	height:50px;
}
#marqueeCellName
{
	float:left;	
}
/*---- Eof 滚动的边框盒子-------*/



/*---- bof 自己做的新闻边框盒子-------*/
#newContent
{	
	line-height:1.3em;
	margin-bottom:8px;
}
#newContent a:hover
{
	text-decoration:underline;	
}
#moreInfoText
{
	float:right;
	padding-right:10px;
}
#moreInfoText a:hover
{
	text-decoration:underline;
}
/*---- Eof 自己做的新闻边框盒子-------*/

#sideboxMyBanner
{	
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	line-height:2em;
}
#sideboxMyBanner a:hover
{
	text-decoration:underline;
}
#boxInfoLeft
{
	float:left;
	width:104px;
	padding-left:5px;
}
#informationBoxContactUsCrack
{
	margin-right:30px;
}
#informationBoxWholeSaleCrack
{
	margin-right:56px;
}
*html #informationBoxWholeSaleCrack /*IE6 need this*/
{
	margin-right:54px;
}
#informationBoxSiteMapCrack
{
	margin-right:30px;
}
#informationBoxFAQCrack
{
	margin-right:30px;
}
/* bof Feature products sidebox */

#featureBoxContent
{
	padding:15px 0 0 0;
}
*html #featureBoxContent /*IE6 need this*/
{
	padding:0px 0 0 0;
}

#sidebox_features_image
{
	float:left;
	margin-right:10px;
}
#sidebox_features_text
{
	text-align:left;
	color:#4F4F4F;
}
#sidebox_features_text a
{
	color:#4F4F4F;
}
#sidebox_features_text a:hover
{
	text-decoration:underline;
}
#items_sold_out
{
	font-size:13px;
}

#sidebox_feature_cut_line
{
	clear:both;	
	background:url(../images/sidebox_feature.png) no-repeat;
	height:1px;
	width:200px;	
}
#my_bulletin
{
	color:#4F4F4F;
}
.currenciesHeading select
{
	width:120px;
}
/* eof Feature products sidebox */
/*---------------------- EOF Sidebox --------------------------*/


/**---- Part 5 ------**/
/*---------------------- BOF Footer --------------------------*/
#footer
{
	background:#FFFFFF;
	width:100%;
	height:110px;
	margin:0px;	
}

.footer_left_info
{	
	float:left;
	margin-left:5px;
	margin-top:10px;	
}

.footer_right_info
{
	float:left;
	width:714px;
}

#footerBottom
{
	background:url(../images/footer.gif);
	background-repeat:no-repeat;
	width:100%;
	height:27px;	
}



#footer ul
{
	list-style-type:none;
	text-align:center;
	line-height:1.5em;
	padding:0;	
}
#footer_line
{
	background:url(../images/footer_line.bmp) no-repeat;
	float:right;
	width:715px;
	height:1px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:10px;
}
*html #footer_line /*IE6 need this*/
{
	margin-bottom:0px;
}

.footer_page_cut
{
	float:right;
	margin-right:0px;
	margin-top:5px;
}

#footer li
{
	display:inline;
	margin-top:5px;		
}

#footer ul li a
{
	text-decoration:none;
	white-space:nowrap;
	display:inline;
	width:0;	
}
#footer ul li a:hover
{
	text-decoration:underline;	
}

#footer_cut_line
{
	margin-left:8px;
	margin-right:8px;
}
#siteinfoLegal
{
	background:url(../images/footer_bg1.jpg) no-repeat;		
	font-size:11px;
	line-height:1.3em;		
	text-align:center;
	color:#009999;	
	padding-top:10px;
	margin-top:50px;
	/*这里的数值要与背景图片的大小一致*/
	width:250px;
	height:55px;	
}
#siteinfoLegal a
{
	color:#00FFFF;
}
#siteinfoLegal a:hover
{
	text-decoration:underline;
}
#transferStatistic
{
	display:none;
}
/*---------footer sponsor----------*/
#footerSponsor
{
	width:700px;
	margin-left:5px;
}
#footerSponsor ul
{
	margin-left:0;
	padding-left:0;		
}
#footerSponsor li
{
	display:inline;
	margin:0px;
	padding:0px;
	float:left;
}
#footerSponsor img
{
	border:none;
}
/*---------footer sponsor----------*/
/*---------------------- EOF Footer --------------------------*/

/**---- Part 6 ------**/
/*---------------------- BOF Others --------------------------*/

#productMainImage
{
	text-align:center;
	width:350px;
	height:400;
	border:1px solid #E5E5E9;
}

#productMainImage img {
	display: block;
	position: relative;
	background: #fff;
	border:0px solid red;
}

#friendReview {	
	padding:10px 10px 10px 0px;
	float:left;
	clear:left;
	text-align:left;
	margin-top:20px;
}

.navNextPrevCounter
{
	margin-bottom:5px;
}
.navNextPrevWrapper {	
	text-align:left;
}
.navNextPrevList {
	display:inline;
	white-space:nowrap;
	padding:0 1.2em 1.2em 0;
	list-style-type:none;
	position:relative;
	cursor:pointer;
}

#product_info_display_cart_decoration
{
	width:305px;
	float:left;
	border:1px solid #E5E5E9;
	padding-left:10px;
	margin-left:20px;
}
*html #product_info_display_cart_decoration /*IE6 needs this*/
{
	margin-left:15px;
}

#product_info_display_cart_control
{
	margin-right:0px;
}

#productDescription {
	border:1px solid #E5E5E9;	
	clear:both;
}

#descriptionBackHome
{
	widows:100%;
	height:20px;
	margin-top:20px;
	margin-bottom:5px;
}
#product_info_description
{
	font-weight:bold;
	font-size:14px;	
	float:left;
	line-height:2em;	
}
#pInfoNotes
{
	float:right;
	color:#FF0000;
	font-size:12px;	
	line-height:2em;
	padding:0 350px 0 0;
}
#backHome
{
	font-weight:normal;
	font-size:12px;	
	float:right;
	line-height:2em;
}
#backHome a:hover
{
	text-decoration:underline;
	color:#999999;
}

#cartAdd {
	width:125px;
	text-align:center;
	margin:10px 20px 5px auto;
	
	margin-bottom:15px;
}

#cartAdd input {
	margin:.3em 0 0 0;
}
#product_info_table
{
	width:350px;
}

#shoppingCartCheckButton
{	
	float:right;
	margin-top:17px;
}

#shoppingCartContinueShoppingButton
{
	float:left;
	margin-top:17px;	
}

#shoppingCartUpdateButton
{
	float:left;
	margin-left:215px;	
}

*html #shoppingCartUpdateButton
{
	margin-left:165px;
}

#product_info_main_image
{
	width:350px;
	height:400px;
}
#product_info_text_align
{
	text-align:left;	
}
#productInfoPateproductName
{
	padding-left:3px;
}
.pInfoProductNav
{	
	padding-left:3px;
	width:50%;
	background:red;
}
#product_info_additional_image
{
	border:1px solid #E5E5E9;
}

#page_cut
{
	background:url(../images/page_cut.bmp) repeat-y;
	
	width:715px;
	height:24px;
	line-height:24px;
}
#main_page_all_products_nav
{			
	float:right;
	font-size:13px;
	margin-right:15px;
}


#main_page_all_products_nav a
{	
	margin-left:8px;	
}
#main_page_all_products_nav a:hover
{
	text-decoration:underline;
	color:#FF00FF;
}


#allProductsDefaultHeading
{	
	text-align:left;
}

#products_list_heading_title
{
	background:url(../images/products_list_heading_title.jpg) no-repeat;
	float:left;
	width:400px;
	height:1px;
}

#products_list_page_cut
{
	background:url(../images/page_cut.bmp) repeat-y;
	width:100%;	
	height:36px;
	line-height:36px;	
	margin-bottom:0px;	
}

#listing_display_order
{
	float:left;
	background:red;
}


#product_list_page_cut_decoration
{
	margin-right:10px;
	color:red;
	font-size:11px;
}
#product_list_page_cut_decoration a:hover
{
	color:#FF00FF;
	text-decoration:underline;
}

#categories_list_products_name
{
	font-size:12px;
	font-weight:normal;
}
#product_info_product_stock
{
	text-align:left;
	font-size:13px;
	font-weight:bold;
}


#new_product_listing_cell
{
	float:left;
	width:170px;
	text-align:center;	
}
#new_product_listing_container
{
	width:715px;
}

#product_new_listing_cell_crack
{
	float:left;
	width:11px;
	height:100px;	
}

#allProductsListingTopNumber
{
	float:left;
	padding-top:2px;
	padding-left:5px;
}



#allProductsListingBottomNumber
{
	float:left;
	padding-left:5px;
}

#newProductsDefaultListingTopNumber
{
	float:left;
	padding-top:2px;
	padding-left:5px;
}
#newProductsDefaultListingBottomNumber
{
	float:left;
	padding-left:5px;
}

#productPriceDisplay
{
	font-weight:bold;
}

/*------------------------ bof tpl_product_info_display.php-------------------------*/
/*------ bof Description------------*/
#productInfoDesOuter
{
	width:710px;		
}
#productInfoDesInner
{
	width:100%;		
}
#productInfoDesCell
{
	width:335px;
	float:left;
	margin:0px;
	padding:5px 0 10px 0;			
}
#productInfoDesOuter ul
{
	list-style:none;
}
#productInfoDesOuter ul li
{
	padding-bottom:5px;
	font-size:12px;
}
#productInfoDesTitle
{			
	padding:0;
	margin:0;
	clear:both;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
}

/*-- BOF 这一段CSS用于控制商品详细页面描述文本的样式--*/
#pinfoTextWrap
{
	width:700px;
}
#pinfoDesProfile
{
	float:left;
	width:330px;
	border-right:1px solid #CCCCCC;	
	padding-left:5px;
	margin-right:10px;
}
#pinfoDesMajorMaterial
{
	float:left;
	width:350px;
}
#pinfoExtraIllu
{
	clear:both;
	padding-left:5px;
}
/*-- EOF 这一段CSS用于控制商品详细页面描述文本的样式--*/
/*------ eof Description------------*/

#productInfoWholeControl
{
	width:715px;
	margin-top:0px;
}

.productInfoLeftContainer
{
	float:left;
	width:350px;	
}

.productInfoRightContainer
{
	float:right;
	width:350px;	
}

.productInfoBottomContainer
{
	float:left;	
	clear:both;
	width:100%;
}

#productInfoRightCenter
{
	
}

#friendReviewEmailButton
{
	margin-top:15px;
}

#tellFriends
{
	float:left;
	padding-left:20px;	
}

*html #tellFriends
{
	padding-left:30px;	
}

#writeReviews,#emailUs
{
	float:left;
	padding-left:21px;
}
#customerViewOnProductPage a
{
	color:#FF0000;
}
#customerViewOnProductPage a:hover
{
	text-decoration:underline;
}
/*------------------------ eof tpl_product_info_display.php-------------------------*/

#additionalImageCell
{
	border:1px solid #E5E5E9;
	float:left;
	margin-top:5px;
	padding:2px;
}
#additionalImageCrack
{
	float:left;
	width:5px;
	height:20px;
}

#additionalImageContainer
{
	margin-left:0px;
	background:#FFFFFF;
}
#mainPageText
{
	float:left;
	font-size:13px;
	color:#4F4F4F;
}
#mainPageTextTitle
{
	color:#000000;
	font-size:15px;
	font-weight:bold;
	margin:0;
	padding:0;
}
#mainPageTextCutLine
{
	border-bottom:1px solid #E6E6E9;
	clear:both;
	margin:10px 0 15px 0;
}
/*---------------------- EOF Others --------------------------*/

/*------- bof select the reviews on main page ----------*/
#myReviewWrapper{}
#myReviewImage
{
    float:left;
	padding-right:5px;
}
#myReviewTitle
{
	font-weight:bold;
	font-size:14px;
}
#myReviewTitle a:hover
{
	text-decoration:underline;
}
#myReviewText
{
	font-size:13px;
	line-height:1.2em;
	font-family:"Times New Roman", Times, serif;
	color:#4F4F4F;
}
#myReviewApprovalRating
{
	font-size:12px;
}
#myReviewText a
{
	font-size:12px;
	color:#4F4F4F;
	text-decoration:underline;
}

#myReviewText a:hover
{
	color:#FF00FF;
	text-decoration:none;
}
#myReviewCopyrithtOnMainPage
{
	font-size:13px;
	line-height:1.2em;
	font-family:"Times New Roman", Times, serif;
	color:#4F4F4F;

}
#myReviewCopyritht
{
	font-size:13px;
	font-weight:bold;
	padding-bottom:5px;
	line-height:1.2em;
	font-family:"Times New Roman", Times, serif;
	color:#4F4F4F;
}
#pinfoReview
{
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	margin-top:20px;
	font-size:14px;
}
#pinfoReviewWrap
{
	padding-left:10px;
	margin-top:10px;
}
/*------- eof select the reviews on main page ----------*/

/*---------------------- EOF My Own CSS-------------------------------------*/



input#searchTop {
	background: url("../images/red/rounded-search-input-top.gif") top left no-repeat;
}


/* end main color changes */


/* other background color or image changes */

input:focus, select:focus, textarea:focus {
	background:#e0e8ef; /* background color for input boxes, light blue default */
}
.messageStackWarning, .messageStackError {
	background:#990000;  /* background color for warning messages, red default */
}
.messageStackSuccess {
	background:#929292;  /* background color for success messages, grey default */
}
.messageStackCaution {
	background:#FFFF99;  /* background color for caution messages, yellow default */
}
#cartSubTotal, .rowOdd {
	background:#e8e9e9; /* background color for the New Product, Featured Products and Specials heading, odd listings, and for the subtotal section in the cart, light grey default */
}
TR.tableHeading {
	background:#cacaca; /* background color for various table headings (including shopping cart heading), medium grey default */
}
.rowEven {
	background:#F0F0F0;  /* background color for even listings, very light grey default */
}
#navEZPagesTop {
	background:url("../images/ezbg.gif") repeat-x;  /* grey background image behind ezpages section */
}

input.search {
	background: url("../images/rounded-search-input.gif") top left no-repeat; /* rounded search image for the search sidebox */
}
/* font color changes */


a:link {
	color:#4f4f4f; /* main site links color */
	text-decoration:none;
}
a:visited {
	text-decoration:none; /* color of links after customer has visited them */
	color:#313131;
}
a:hover {
	color:#000; /* color when links are hovered over */
	text-decoration:none;
}
#tagline {
	color:#333; /* tagline text color */
}
#productPrices {
	color:#000000; /* color of price */
	font-size:12px;
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount, .alert {
	color:#990000; /* color of sale prices and alerts */
}
.messageStackWarning, .messageStackError {
	color:#fff; /* color of warning message text */
}

/* bold text */
.bold, .important, #tagline, #navEZPagesTop, LEGEND, #navEZPagesTOCWrapper, #cartSubTotal, .cartBoxTotal, #cartBoxEmpty, #cartBoxVoucherBalance  {
	font-weight:700;
}
/* end of site font color changes */

/*wrappers - page or section containers*/
#nw {
	text-align:left;
	vertical-align:top;
	margin:0 auto;
}

#taglineWrapper {
	width:75%;
	float:left;
}
#tagline {
	font-size:1.1em;
	text-align:center;
	padding:25px 8px 35px;
}
#navEZPagesTop {
	width:auto;
	padding:7px 0;
}
#navEZPagesTop a {
	padding:0 8px;
}
#contentMainWrapper {
	line-height:1.4;
	min-height: 100%;
}
#contentMainWrapperb {
	min-height: 100%;
}
* html #contentMainWrapper {
	height: 100%;
}

/* end wrappers - page or section containers*/

* {
	margin:0;
	padding:0;
}

a img {
	border:none;
}
ul, ol {
	text-align:left;
	padding-left:25px;
	margin:0 0 10px 10px;
}
h1 {
	font-size:1.3em;
}
h2 {
	font-size:1.2em;
}
h3 {
	font-size:1.1em;
}
h4, h5, h6, h4.optionName, LEGEND, ADDRESS, .larger {
	font-size:1em;
}
LEGEND {
	color:#333;
}
.biggerText {
	font-size:1.1em;
}
h1, h2, h3, h4, h5, h6 {
	margin:.3em 0;
}
CODE {
	font-family:tahoma, arial, verdana, helvetica, sans-serif;
	font-size:1em;
}
FORM, SELECT {
	display:inline;
	font-size:1em;
	margin:.5em;
}
option {
	padding-right:.5em;
}
INPUT {
	margin:.3em .5em;
}
html>/**/body input[type=checkbox], html>/**/body input[type=radio] {
	float:left;
	clear:both;
}
html>/**/body .checkboxLabel, html>/**/body .radioButtonLabel {
	margin:0 .2em .5em 0;
	float:left;
}
.ratingRow input[type=radio] {
	float:none;
	margin:0 .5em;
}
TEXTAREA {
	margin:auto;
	display:block;
	width:95%;
}
FIELDSET {
	padding:.5em;
	margin:.5em 0;
	border:1px solid #cccccc;
}
LEGEND {
	padding:.3em;
}
h4.optionName {
	padding-right:1em;
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float:left;
}
LABEL.inputLabel {
	width:80px;	
	float:left;
	margin:.3em;
}
LABEL.inputLabelPayment {
	width:15em;
	float:left;
	padding:.5em;
}
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width:12em;
	float:left;
}
ADDRESS {
	font-style:normal;
	padding-right:40px;
	margin-left:5px;
}
.clearBoth {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

HR {
	height:1px;
	margin:.5em 0;
	border:none;
	border-bottom:1px solid #9a9a9a;
}
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	padding:.2em;
}
/* product info page css */


#rightFloat {
	float:left;
	width:45%;
}
#leftFloat {
	float:left;
	text-align:center;
}
#productDetailsList {
	float:left;
	font-size:12px;
}

#productImage {
	margin:0 auto;
	text-align:center;
}
.imgLink {
	text-align:center;
	margin:0 auto;
	display:block;
	width:100%;
}

.reviewCount {
	float:left;
	padding-left:2px;
}

.wrapperAttribsOptions {
	line-height:2em;
	width:auto;
	float:left;
}
.wrapperAttribsOptions h4 {
	padding-right:15px;
}
/* end product info page css */

/* css for top menu tabs */



/* end css for top menu tabs */
	

.navPrevCounter {
	font-size:.9em;
}

#navEZPagesTOCWrapper {
	float:right;
	height:1%;
	border:1px solid #000;
}
#navEZPagesTOC ul {
	padding: .5em 0;
	list-style-type:none;
	line-height:1.5em;
}
#navEZPagesTOC ul li {
	white-space:nowrap;
}
#navEZPagesTOC ul li a {
	padding:0 .5em;
}
#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin:.5em;
}

input.search {
	border: 0;
	width: 100px; /* width of text-display area */
	padding: 3px 15px 4px 20px;
	font-size: 11px;
}
input#searchTop {
	border: 0;
	width: 115px; /* width of text-display area */
	padding: 4px 15px 5px 20px;
	font-size: 12px;
}
* html input#searchTop {
	background-attachment: fixed;
}
#navBreadCrumb {
	text-align:left;
	line-height:1.6em;
	font-size:12px;
	padding:0 0 5px 0;
	margin-left:3px;
}
#navBreadCrumb a:hover
{
	text-decoration:underline;
}
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align:top;
}
#productDescription, .shippingEstimatorWrapper {
	padding:.5em;
}
.important {
	padding:.5em;
}
.gvBal {
	float:right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding:.8em;
}
.smallText, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size:.9em;
}

.tableHeading TH {
	border-bottom:1px solid #cccccc;
}
#cartSubTotal {
	border-top:1px solid #cccccc;
	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:.5em 0 0;
}
#cartProdTitle {
	text-align:center
}
.cartUnitDisplay, .cartTotalDisplay {
	text-align:center;
	padding-right:.2em;
}
.cartRemoveItemDisplay input[type=checkbox] {
	float:none;
	margin-bottom:1em;
}
#scUpdateQuantity {
	width:1.8em;
}
#scProductsHeading {
	padding-left:2em;
}
.cartQuantity {
	width:4em;
}
.cartNewItem {
	position:relative;  /*do not remove-fixes stupid IEbug*/
}
.cartOldItem {
	position:relative;   /*do not remove-fixes stupid IEbug*/
}
.cartBoxTotal {
	text-align:right;
	padding-right:10px;
}
.cartRemoveItemDisplay {
	width:5em;
}
.cartAttribsList {
	margin-left:1em;
}
#mediaManager {
	width:50%;
	margin:.2em;
	padding:.5em;
}
.mediaTitle {
	float: left;
}
.mediaTypeLink {
	float: right;
}
.normalprice, .productSpecialPriceSale {
	text-decoration:line-through;
}
.orderHistList {
	margin:1em;
	padding:.2em 0;
}
#ezPageBoxList li {
	padding:.2em 0;
}
.totalBox {
	width:5.5em;
	text-align:right;
	padding:.2em;
}
.lineTitle, .amount {
	text-align:right;
	padding:.2em;
}
.amount {
	width:5.5em;
}
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin:.5em 1em 0 0;
}
#cartImage {
	margin:.5em 1em;
}
.attribImg {
	width:20%;
	margin:.3em 0;
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin:1em 0;
}
.centerBoxContentsProducts {
	margin:0 auto;
	text-align:center;
	width:95%
}
#categoriesContent, #documentcategoriesContent {
	text-align:left;
	padding-left:10px;
}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix,  #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align:center;
}
.productListing-data img {
	padding:10px;
}
#upProductsHeading {
	text-align:left;
}
#upDateHeading {
	text-align:right;
}
/*misc*/

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
}
.rowOdd {
	height:1.5em;
	vertical-align:top;
}
.rowEven {
	height:1.5em;
	vertical-align:top;
}
.hiddenField {
	display:none;
}
.visibleField {
	display:inline;
}
#accountLinksWrapper li {
	padding:.5em 0;
	display:block;
	list-style:none;
}
.accountTotalDisplay, .accountTaxDisplay {
	width:20%;
	text-align:right;
}
.accountQuantityDisplay {
	width:10%;
	vertical-align:top
}
TR.tableHeading {
	height:2em;
}
#siteMapList {
	width:90%;
	float:right;
}
.ratingRow {
	margin:1em 0 1.5em 0;
}
LABEL#textAreaReviews {
	font-weight:normal;
	margin:1em 0;
}
.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;
}
.smallProductImage {
	padding:1em;
}
#sendSpendWrapper {
	border:1px solid #cacaca;
	float:right;
	margin:0 0 1em 1em;
}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	width:46%;
}
.advanceSearch
{
	float:left;	
}
/* css for product image drop shadow and border. To disable the drop shadow and border, simply delete or comment out this section */


/* end css for product image drop shadow */