﻿input::-ms-clear{display:none;}   /*去掉IE10-11文本框后的X按钮*/

.valiCode
{
/*height:20px !important;margin-bottom:2px !important;*/  
}

.nav-menu-active
{
    background-color: #e1e1e1;
    color:#363636 !important;
}

.nav-menu-inactive
{
    background-color:transparent;
    color:#898989;
}

/*This is the common header for the whole site.*/
.common-header
{
    height:16px;
    line-height:16px;	
    width:inherit;
    clear:both;
    margin-bottom:10px;
}

.common-header-title
{
    float:left;
    font-size:16px;
    font-weight:normal;
    color:#e98720;
    
}

.common-header-dash
{
    float:left;
    border-bottom:2px solid #f7941c;
    margin-left:10px;
    height:14px;
    width:100px;
}

/*This is the common banner container for the frontend site.*/
.banner
{
    height:29px;
    line-height:29px;
    background: url("Images/System/backend/banner_bg.jpg") repeat-x scroll 0 0 transparent;
    border:none;
    padding-left:20px;
    font-size:16px;
}

.banner-container
{
    border:1px solid #d4d4d4;
    margin-bottom:20px;
}

/* Notification styles
-----------------------------------------------------------*/
#messagewrapper
{
	width: 1040px;
	margin:0 auto;
	background:url("Images/System/frontend/site_master/mainbg.jpg") repeat;
	max-height:150px;
	overflow:hidden \9;/*css hacking for ie only by using \9*/
}

#inner-message
{
    width:100%;
    text-align:left;
}

#messagewrapper .messagebox
{
	padding: 12px 10px 10px 60px;
	/*box-shadow: 5px 5px 10px #000;*/
}

#messagewrapper .success
{
	/*color: #060;*/
	/*border:1px solid #061;*/
	/*background: #cfc url(Images/System/notification/ok.gif) no-repeat 8px 12px;*/
	color: #363636;
	background: #fff url(Images/System/notification/ok.gif) no-repeat 36px 12px;
	border:1px solid #898B5C;
}

#messagewrapper .warning
{
    /*
    color: #c60;
	border:1px solid #c61;
	background: #ffc url(Images/System/notification/warn.gif) no-repeat 8px 12px;
    */
	color: #363636;
	border:1px solid #898B5C;
	background: #fff url(Images/System/notification/warn.gif) no-repeat 36px 12px;
}

#messagewrapper .error
{
    /*
    color: #c00;
	border:1px solid #c01;
	background: #fcc url(Images/System/notification/fail.gif) no-repeat 8px 12px;
    */
	color: #363636;
	border:1px solid #898B5C;
	background: #fff url(Images/System/notification/fail.gif) no-repeat 36px 12px;
}




/*opt-in input fields plugin*/
.clearFieldBlurred 
{ 
    color: #959595;
}
.clearFieldActive 
{ 
    color: #363636;
}


/*Style for main page*/
#main-content
{
    width:inherit;
    height:422px;
    background:url('Images/System/frontend/homepage_entry.png') no-repeat 20px 56px;
}

#main-entry
{
    font-size:12px;
    height:auto;
    float:right;
    margin-top:68px;
    margin-right:40px;
    padding-left:14px;
    _margin-right:30px;
}

#main-entry a
{
    *text-decoration:none;
}

#statement1
{
    position:relative;    
    /*font-family:微软雅黑;*/
    font-size:28px;
    color:#959595;
    left:384px;
    top:38px;
    width:580px;
    height:83px;
    background:transparent url('Images/System/frontend/statement1en.png') no-repeat left top;
}

#eshop
{
    float:left;
    width:172px;
    padding-top:116px;
    padding-bottom:24px;
    background:url('Images/System/frontend/eshop.png') no-repeat left top;
}

#main-entry .title-type1
{
    color:#1f1209;
    border-top:1px solid #cacaca;
    border-bottom:1px solid #cacaca;
    width:140px;
    margin:0 auto;
    text-align:center;
    padding-top:4px;
    padding-bottom:4px;
    /*margin-top:20px;*/
}

#main-entry .title-type2
{
    color:#959595;
    width:145px;
    margin:0 auto;
    text-align:center;
    padding-top:4px;
    margin-top:2px;
}

#volumediscount
{
    float:left;
    margin-left:10px;
    padding-top:116px;
    padding-bottom:24px;
    width:172px;
    text-align:center;
    background:url('Images/System/frontend/themeshopping.png') no-repeat left top;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

textarea {
    border: 1px solid #AAB2BC;
    font-size: 12px;
    min-height: 75px;
    width:300px;
    overflow:hidden;
}

select {
    margin-bottom: 4px;
    vertical-align: middle;
    border: 1px solid #AAB2BC;
    font-size: 12px;
    padding: 2px;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/


table 
{
    /*border : solid 1px #e8eef4;*/
    border-collapse: collapse;
}

table th
{
  text-align:left;
  height:14px;
  line-height:14px;
  font-size:12px;
}


/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}






/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-size:12px;
    color:#363636;
    background-color:rgb(255, 255, 229);
    border:1px solid #ffcc7f;
    width:300px;
    margin:0 auto;
    padding:0;
    *padding-top:15px;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin:0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

body
{
    background-color: #f5f5f5;
    font-size: 75%;
    font-family:arial;
    color:#363636;
    margin: 0;
    padding: 0;
}


a:link
{
    color: #363636;
    cursor:pointer;
}


a:visited
{
    color: #363636;
}


a:hover
{
    color: #e98720;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    margin:0px 0px 0px 0px;
    overflow:hidden;
}

#header
{
    background: url('Images/System/frontend/site_master/bodybg.jpg') repeat;
    color:black;
    font-size:1.1em;
    /*width:1000px;*/
    height:90px;
    margin:0 auto;
    /*overflow:hidden;*/
}

#main-rapper{background:url('Images/System/frontend/site_master/bodybg.jpg') repeat;}

#header-wrapper
{
    background: url('Images/System/frontend/site_master/mainbg.jpg') repeat;
    width:960px;
    height:inherit;
    margin:0 auto;
    /*background-color:#fff;*/
}

/*Footer*/
#footer table
{
    border:none;    
}


#footer td
{
    border:none;  
    text-align:left;
    padding:4px 0px 4px 4px;
}

#footer
{
    height:180px;
    color: #fff;
    background-color:#8b0e04;
    text-align: center;
    line-height: normal;
    margin:0 auto;
    font-size: 1em;
    padding-top:10px;
    padding-bottom:30px;
    overflow:hidden;
    font:12px/1.25 Helvetica,Arial,Verdana,sans-serif;
}

#footer a
{
    color:#fff;
    text-decoration:none;
}

#footer a:hover
{
    color:#e98720;
    text-decoration:underline;
}

#footer-container
{
    width:1200px;
    height:auto;
    margin:0 auto;
}

.footer-title
{
    font-size:16px;
    line-height:16px;
}

#helpcenter-table
{
    margin-left:108px;
    margin-bottom:16px;
}

#helpcenter-table td
{
    height:12px;
    line-height:12px;
    padding-left:4px;
    padding-right:4px;
}

#aboutus-table
{
    margin-left:142px;
}

.aboutus-top-row
{
    border-top: 1px solid #a23e36; 
    border-bottom: 1px solid #a23e36;
}

.aboutus-bottom-row
{
    border-bottom: 1px solid #a23e36;
}

#hotline-table
{
    width:292px;
    background-color:#9b3027;
}

.copyright-statement
{
    padding-left:4px;
    padding-right:4px;
}

#gsgl
{
    padding-left:64px !important;
}

#footer-left
{
    float:left;
    padding-top:20px;
}

#footer-right
{
    float:left;
    margin-left:22px;
    padding-top:24px;
}

.cell-container
{
    border-right:1px solid White;
    height:12px;
    line-height:12px;
    padding-right:8px;
    padding-left:4px;
    _height:14px;
    _line-height:14px;
}

#main
{
    background: url('Images/System/frontend/site_master/mainbg.jpg') repeat;
    font-size:12px;
    /*width:950px;*/
    height:auto;
    min-height:450px;
    margin:0 auto;
    _height: 90%; /* only IE6 applies CSS properties starting with an underscore */
    clear:both;
    width:1040px;
    /*padding-left:10px;padding-right:10px;*/
}

.main-bottom-adv-container
{
    width:100%;
    padding-top:20px;
    overflow:hidden;
}

.main-bottom-adv
{
    width:860px;
    height:61px;
    margin:0 auto;
    background:url('Images/System/frontend/site_master/main-bottom-adv-en.jpg') no-repeat 0px center;
}

#errorContainer
{
    height:200px;
    width:400px;
    margin:0 auto;
    padding-bottom:100px;
}

#errorContainer div
{
    border:1px solid #d4d4d4;
    height:120px;
    text-align:center;
    font-size:18px;
    padding-top:80px;
    margin-top:80px;
    background:#fff url('Images/System/frontend/warning.png') no-repeat 10px 62px;
}

/*
#main a
{
    color:#666666;
}
*/

/*
.h-line
{
    background:url("Images/System/frontend/dotH.gif") repeat-x scroll;
    background-position:left bottom;
    background-color:transparent;
    height:1px;
}
*/

#top-header
{
    height:84px;
    background-color:#8b0e04;
    color:#fff;
    font-size:1.1em;
    font:12px/1.25 Arial, sans-serif;
    
    /*
    padding-top:6px;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);
    -moz-box-shadow: 2px 2px 10px #909090;
    -webkit-box-shadow: 2px 2px 10px #909090;
    */
    
    _overflow:hidden;
}

#top-header-right-top
{
    float:left;
    padding-top:2px;
    width:778px;
    height:44px;
    vertical-align:middle;
    border-bottom: 1px solid #a23e36;
}

.lan-select
{
    float:left;
    height:inherit;
    margin-top:2px;
    margin-left:24px;
}

.lan-select img
{
    /*border-width:0px;*/
    border:1px solid #790d04 !important;
    margin-top:12px;
}

#contact-wrapper
{
    float:left;
    margin-left:10px;
    height:inherit;
}

.contact-item
{
    float:left;
    margin-right:5px;
    margin-top:1px;
    font-size:11px;
}

#logindisplay
{
    float:right;
    
    font-size:12px;
    display:block;
    overflow:hidden;
    height:26px;
    line-height:26px;
    _margin-top:0px;
}

#logindisplay a
{
    text-decoration: none;
    margin-left:5px;
    _margin:0px;
}

#logonname
{
    display:block;
    float:right;
    overflow:hidden;
    max-width:100px;
    line-height:19px;
}

#logonname a
{
    text-decoration: none;
}

#logonname a:hover
{
    color:#fff !important;
}

#logonname:hover
{
    text-decoration:underline;
}


#top-header-sep
{
    width:inherit;
    height:1px;
    
    _font-size:0;
    _line-height:0;
}

#top-header-wrapper
{
    width:1040px;
    height:inherit;
    _height:100px;
    _overflow:visible;
    margin:0 auto;
}

#top-header-left
{

    /*
    margin-top:10px;
    height:150px;
    width:300px;
    float:left;
    background: url('Images/System/frontend/site_master/mainbg.jpg') repeat;
    
    position:absolute;
    position:relative;
    */
    
    
}

#top-header-right
{
    width:740px;
    float:left;
    left:300px;
    
    /*
    position:relative;
    *position:none;
    */
}

#top-header a
{
    color:#fff;
}

#top-header a:hover
{
    color:#e98720;
}

#search-form
{
    /*height:30px;
    padding-top:6px;*/
    float:left;
    margin-top:10px;
    margin-left:10px;
}

#Keywords_container 
{
    display:block;
    font-size:12px;
    vertical-align: top;
    float:left;
    height:25px;
    width:200px;
    line-height:25px;
    padding-left:15px;
    background: #8b0e04 url("Images/System/frontend/site_master/search-bar.png") no-repeat;
    border:none;
    /*padding: 4px 7px;width: 320px;height: 19px;border:1px solid #898b5c;padding-top:4px;*/
}

#Keywords_container input
{
    font-size:12px;
    margin-top:3px;
    float:left;
    height:16px;
    line-height:16px;
    outline:none;   /*消除Chrome下面input自带的蓝色焦点框*/
}

#Keywords_container span
{
    display:block;
    background: url("Images/System/frontend/site_master/search-button.png") no-repeat scroll left top transparent;
    width:17px;
    height: 17px;
    border: 0 none;
    cursor: pointer;
    float:left;
    margin-top:4px;
}

/*
#cat-selector
{
    border:1px solid #bec07d;
    width:134px;
    height:32px;
    float:left;
    margin-left:5px;
    margin-right:5px;
}
*/

/*Style for Global search box*/
#main_box
{ 
    float:left;
    width:135px;
    height:25px;
    color:#959595;
    
    /*border:1px solid #898b5c;
    width:194px;
    height:27px;
    
    margin-left:2px;
    margin-right:5px;
    padding:0; 
    font-size:12px;
    color:#959595;
    background-color:#fff;
    
    _overflow:hidden;*/
}

.main_box_normal
{
    background: url('Images/System/frontend/site_master/seach-category.png') no-repeat; 
}

.main_box_hover
{
    background: url('Images/System/frontend/site_master/seach-category2.png') no-repeat; 
}

.select_box
{
    height:27px;
    padding-right:20px; 
    padding-left:15px; 
    position:relative;
    list-style-type:none;
    z-index:999;
    *margin-left:-16px;
    /*background:url('Images/System/frontend/site_master/grey_down_arrow.png') no-repeat 114px center; */
}

#select-title 
{
    cursor:pointer; 
    display:block; 
    line-height:24px; 
    width:100%; 
    height:28px; 
    font-size:12px;
    overflow:hidden;
    word-break:break-all;
}

.select_box_normal
{
    background: url('Images/System/frontend/site_master/grey_down_arrow.png') no-repeat 114px center; 
}

.select_box_hover
{
    background: url('Images/System/frontend/site_master/grey_up_arrow.png') no-repeat 114px center; 
}

#select-footer
{
    display:block;
    width:135px;
    height:13px;
    background: transparent url('Images/System/frontend/site_master/search-category-bottom.png') no-repeat 0px; 
}

.select_box ul li {cursor:pointer;list-style-type:none;}
.son_ul 
{
    visibility:hidden;
    margin:0; 
    padding:0; 
    font-size:12px;
    width:135px; 
    position:absolute; 
    left:0px; 
    top:24px; 

    border-top:none; 
    /*background:#fff;    border-left:1px solid #8b0e04;
    border-right:1px solid #8b0e04;*/
    z-index:9999;
    background-color:transparent;
}
.son_ul li 
{
    display:block; 
    line-height:25px;
    width:121px; 
    padding-left:12px;
    border-left:1px solid #8b0e04;
    border-right:1px solid #8b0e04;
    /*padding-left:10px;    border-left:1px solid #8b0e04;
    border-right:1px solid #8b0e04;*/
}
.normal{color:#959595; background-color:#fff;}
.hover {color:#fff; background-color:#a23e36;}
/*Style for Global search box*/



#logo
{
    float:left;
    width:180px;
    height:80px;
    background:transparent url('Images/System/frontend/site_master/logo-new.png') no-repeat 64px 14px;
    padding-left:80px;
}

#menu-search-container
{
    float:left;
    width:584px;
    height:90px;
    padding-left:50px;
}

#menucontainer
{
    float:left;
    /*margin-top:4px;margin-top:10px;height:36px;float:left;padding-left:24px;*/
}

#menucontainer div
{
    float:left;
    display:block;
    height:38px;
    line-height:38px;
    /*margin-right:30px;*/
    font-size:12px;
    margin-right:24px;
}

#site-head-login-home
{
    background:url('Images/System/frontend/site_master/home.png') no-repeat 24px 10px;
    width:56px;
    height:30px;
    cursor:pointer;
}

#site-head-login-home:hover
{
    background:url('Images/System/frontend/site_master/homemoveon.png') no-repeat 24px 10px;
}

#menucontainer div a
{
    display:block;
    font-weight: bold;
    padding:0px 24px;
    text-decoration: none;
    text-transform:uppercase;
    color: #fff;
}


#menucontainer div a:hover
{
    background-color: #fff;
    text-decoration: none;
    color: #8b0e04;
}

#menucontainer div a:active
{
    text-decoration: none;
}

#site-head-login-contrl
{
    width:138px;
    height:20px;
    float:left;
    padding:12px;
    cursor:pointer;
}

#site-head-login-contrl-img
{
    background:url('Images/System/frontend/site_master/login.png') no-repeat 4px -4px;
    width:25px;
    height:19px;
    float:right;
    margin-right:8px;
}

#site-head-login-contrl-inactive
{
    background:url('Images/System/frontend/site_master/login.png') no-repeat 4px 8px;
    width:56px;
    height:20px;
    float:left;
    padding:12px;
    cursor:pointer;
}

#site-head-login-contrl:hover, #site-head-login-store:hover,#site-head-login-mobile:hover,#site-head-login-cart:hover,#site-head-login-sitemap:hover
{
    background-color:#790d04;
}

#site-head-login-store
{
    background:url('Images/System/frontend/site_master/store.png') no-repeat 10px 8px;
    width:25px;
    height:20px;
    float:left;
    padding:12px;
    cursor:pointer;
}

#site-head-login-mobile
{
    background:url('Images/System/frontend/site_master/app.png') no-repeat 10px 8px;
    width:25px;
    height:20px;
    float:left;
    padding:12px;
    cursor:pointer;
}

#site-head-login-cart
{
    background:url('Images/System/frontend/site_master/cart.png') no-repeat 10px 8px;
    width:70px;
    height:20px;
    float:left;
    padding:12px;
    cursor:pointer;
}

#site-head-login-cart-indicator
{
    float:right;
    width:40px;
    height:20px;
    line-height:20px;
    padding-left:10px;
}

.site-head-login-cart-normal
{
    background:url('Images/System/frontend/site_master/popcart-down.png') no-repeat 38px 6px;
}

.site-head-login-cart-active
{
    background:url('Images/System/frontend/site_master/popcart-up.png') no-repeat 38px 6px;
}

#site-head-login-cart-amount
{
    float:right;
    display:block;
    width:15px;
    height:20px;
}

#site-head-login-sitemap
{
    background:url('Images/System/frontend/site_master/sitemap.png') no-repeat 10px 4px;
    width:25px;
    height:25px;
    float:left;
    padding:12px;
    cursor:pointer;
}

.site-head-login-seperate
{
    width:0px;
    border-left:1px solid #790d04;
    height:32px;
    float:left;
    margin-top:6px;
}

#shipping-free
{
    width:145px;
    height:90px;
    float:right;
    /*height:90px;*/
    background:url('Images/System/frontend/site_master/shipping-free-en.png') no-repeat 5px 11px;
}

#breadcrumb
{
    /*float:right;width:580px;background-color:#fff;*/
    margin-left:40px;
    padding-top:10px;
    _width:530px;
    _padding-left:120px;
}

#breadcrumb a
{
    color:#363636;
    text-decoration:none;
}


#breadcrumb a:hover
{
    color:#e98720;
    text-decoration:underline;
}


#shopcart
{
    margin-left:20px;
    float:left;
    font-size:1.1em;
    display:block;
    text-align:right;
}

#shopcart a
{
    text-decoration: underline;
}

#shopcart  a:hover
{
    color:#e98720;
    text-decoration: none;
}

/*Tool panel*/
.filtering
{
    background-color:#f6f6f6;
    border: 1px solid #D8D8D8;
    padding:8px;
    /*width:562px;*/
    width:auto;
    color:#404040;
    margin:0px auto auto 0px;
    font-size:12px;
    margin-bottom:10px;
}

.view-list
{
    float:right;
    margin-right:10px;
}

.view-grid
{
    float:right;
    margin-right:10px;
}


/*Shop Main Page*/

/*!!! 删除border属性时，要将width 设置 +2！*/
#divLeft
{
    float:left;
    padding-left:40px;
    width:252px;
    height:auto;
    padding-right:24px;
    margin-top:70px;
    
    _margin-top:26px;
}

#divRight
{
    float:left;
    width:584px;
    height:100%;
    _margin-left:-90px; 
    
    /*margin-top:30px;*/
    /*padding-right:23px;*/
    /*border:1px dotted blue;*/
}

#divSide
{
    width:230px;
    height:100%;
    float:left;
    margin-left:30px;
}


#slideshowHolder
{
    padding-top:0px;
    margin-top:0px;
    margin-bottom:-10px;
    /*margin-bottom:20px;*/
    border:1px solid #f2f2f2;
}


#ft-prev-slideshowHolder,#ft-next-slideshowHolder
{
    display:none;
}

#ft-buttons-slideshowHolder
{
    position:relative;
    top:-20px;
    right:10px;
}

.ft-button-slideshowHolder
{
    background-color:#363636;
    margin-left:6px;
    font-size:10px;
    font-weight:bold;
    padding:2px 7px !important;
    color:#f7941d !important;
    text-decoration:none;
}

#ft-buttons-slideshowHolder a:hover
{
    color:White !important;
}

.ft-button-slideshowHolder-active
{
    color:White !important;
}



/*Top sell*/
.top-sell-wrapper
{
    width:100%;
    border:1px solid #f2f2f2;
    height:auto;
    float:left;
    /*width:250px;margin-top:20px;*/
    overflow:hidden;
    clear:both;
    background-color:#fff;
}

#top-sell-bottom
{
    height:14px;
    width:inherit;
    background-color:#fff;
}

.top-sell-wrapper a
{
    color:#363636;
    text-decoration:none;
}

.top-sell-wrapper a:hover
{
    color:#e98720;
    text-decoration:underline;
}

.top-sell-top span
{
    vertical-align:middle;
}

.top-sell-product
{
    padding:10px 10px 10px 10px;
    height:20px;
    /*border-bottom:1px dashed #f2f2f2;*/
    cursor:pointer;
}

.top-sell-odd
{
    background:url('Images/System/frontend/top-product-bg.png') repeat-y;
}

.top-sell-product-img
{
    float:left;
    /*width:50px;*/
}

.top-sell-product-img div
{
    width:10px;
    height:10px;
    font-size:10px;
    font-family:arial;
    /*background-color:Orange;*/
    
    float:left;
    line-height:10px;
    text-align:center;
    margin-top:4px;
}

.top-sell-product-desc
{
    float:left;
    width:130px;
    margin-left:20px;
    height:14px;
    overflow:hidden;
}

.top-sell-product-desc-name
{
    width:120px;
    height:12px;
    line-height:12px;
    overflow:hidden;
}

.top-sell-product-desc-price
{
    /*color:#8b0e04;*/
    text-align:left;
    margin-left:28px;
    width:142px;
}

.top-sell-product-desc div
{
    margin-top:10px;
}

.top-sell-product-img img
{
    width:50px;
    height:50px;
    display:none;
    margin-left:10px;
}

.customized-panel
{
    margin-bottom:10px;
    height:auto;
    overflow:hidden;
    clear:both;
}

.row-amount input
{
    width:40px; 
    text-align:center;    
}

.row-amount a
{
    background: none repeat scroll 0 0 white;
    border: 1px solid #DBDBDB;
    color: #555555;
    display: inline-block;
    font-family: arial;
    height: 9px;
    line-height: 9px;
    margin: 5px 0 0;
    overflow: hidden;
    text-align: center;
    width: 9px;
    text-decoration: none;
}

a img 
{
    border: 0 none;
}


.regDot
{
    background: url("Images/System/frontend/dotH.gif") repeat-x scroll left bottom transparent;
    font-size: 0;
    height: 1px;
    line-height: 0;
    padding-bottom: 10px;
}



/*商品原价和特价*/
.origin-price
{
    text-decoration:line-through;
    color:gray;
    font-size:12px;
}

.special-price
{
    text-decoration:none;
    color:#8b0e04;
    font-weight:bold;
}

.cat-header-list
{
    position:relative;
    top:-24px;
    float:right;
}

.cat-header-list span
{
    padding:4px;
}

.cat-header-list span a
{
    text-decoration:none;
}

.cat-header-list span a:hover
{
    text-decoration:underline;
}

.cat-lv2-header-list
{
    margin-top:20px;
    overflow:hidden;
    font-size:1em;
}
.cat-lv2-header-list-item-container
{
    float:right;
}


.cat-lv2-header-list a
{
    text-decoration:none;
}

.cat-lv2-header-list a:hover
{
    text-decoration:underline;
    color:#e98720;
}

.cat-lv2-header-list-title
{
    background-color:#f7941c;
    padding:8px 20px;
    float:left;
    margin-right:20px;
    color:White;
}

.cat-lv2-header-list-item
{
    padding:8px;
    float:left;
}

.cat-lv2-header-list-footer
{
    height:4px;
    line-height:4px;
    font-size:4px;
    width:inherit;
    background-color:#f7941c;
    *width:100%;
}

/*For jquery textbox hint*/
.greyText{
	color: #CCCCCC;
}


#toTop {
	width:100px;
    border:1px solid #ccc;
    background:#f7f7f7;
    text-align:center;
    padding:5px;
    position:fixed; /* this is the magic */
    bottom:10px; /* together with this to put the div at the bottom*/
    right:10px;
    cursor:pointer;
    display:none;
    color:#333;
    font-size:11px;
    
    _position:absolute;
    _right:0px;
    _bottom:0px;
}

#cartLabel
{
    background:url('Images/System/frontend/site_master/carticonN.png') no-repeat;
    width:39px;
    height:60px;
    text-align:center;
    position:fixed; /* this is the magic */
    right:0px; /* together with this to put the div at the bottom*/
    /*top:30%;*/
    top:136px;
    cursor:pointer;
    z-index:9998;
}


#popCart
{
    width:250px;
    height:auto;
    min-height:100px;
    border:1px solid #bec07d;
    position:relative;
    top:0px;
    left:40px;
    /*min-height:200px;*/
    display:block;
    background-color:#fff;
    z-index:9999;
}

#popcartloading
{
    display:block;
    margin:0 auto;
    margin-top:30px;
}

#close-pop-cart
{
    width:10px;
    height:10px;
    float:right;
    cursor:pointer;
    font-size:12px;
    clear:both;
    margin-right:4px;
}

#close-pop-cart:hover
{
    font-size:14px;
}

#popcart-wrapper
{
    width:247px;
    padding:0;
    margin:0;
    list-style-type:none;
    border-left:1px solid #8b0e04;
    border-right:1px solid #8b0e04;
}

.loading
{
    background:#fff url('Images/System/frontend/loading.gif') no-repeat center center;
    width:100%;
    height:36px;
}

#popcart-wrapper li
{
    width:100%;   
}

#popcart-wrapper li .popcart-item-wrapper
{
    height:54px;
    
    padding-left:20px;
    /*padding-right:16px;
    padding-top:8px;
    padding-bottom:8px;width:228px;*/
}

.popcart-item a
{
    color:#363636 !important;
}

.popcart-item
{
    border-bottom:1px solid #edebec;
    overflow:hidden;
}

.popcart-item-img
{
    width:40px;
    height:inherit;
    float:left;
}

.popcart-top-desc-container
{
    padding-left:20px;
    padding-bottom:10px;
    color:#363636;
    /*padding-right:16px;padding-top:20px;*/
}

.popcart-top-desc-container div
{
    text-align:left;
    font-weight:bolder;
    /*padding-bottom:10px;
    border-bottom:1px solid #bec07d;*/
}

.popcart-top-desc
{
    color:#8b0e04;
    padding-left:4px;
    padding-right:4px;
}

.popcart-item-desc
{
    float:left;
    overflow:hidden;
    height:40px;
    line-height:20px;
    width:140px;
    text-align:left;
    padding-left:10px;
    padding-top:4px;
    font-size:11px;
}

.popcart-item-desc a
{
    text-decoration:none;
}

.popcart-item-price
{
    height:20px;
    line-height:20px;
    
    text-align:left;
    /*padding-left:10px;width:160px;*/
    font-size:11px;
    color:#8b0e04;
}

.popcart-checkout-container
{
    padding-top:4px;
    text-align:right;
    padding-right:16px;
}

.popcart-checkout-btn
{
    background:url('Images/System/frontend/popcart-checkout.png') no-repeat 0px 0px;
    border: 0 none;
    cursor: pointer;
    width:156px;
    height:26px;
    line-height:26px;
    font-size: 13px;
    font-weight: bold;
    color:#fff;
}

.popcart-del-btn
{
    background:url('Images/System/frontend/cart_del.png') no-repeat center center;
    cursor: pointer;
    float:right;
    width:15px;
    height:40px;
    margin-right:16px;
}

.popcart-container
{
    left: -168px;
    top: 25px;
    width: 248px;
    position: relative;
    z-index:9999;
    cursor:default;
}

.popcart-header
{
    background:transparent url('/Content/Images/System/frontend/site_master/minicart-top.png') no-repeat 0px 0px; 
    width:249px;
    height:15px;
}

.popcart-footer
{
    background:transparent url('/Content/Images/System/frontend/site_master/minicart-bottom.png') no-repeat 0px 0px; 
    width:249px;
    height:15px;
}



.poplogon-container
{
    left: -40px;
    top: 25px;
    width: 248px;
    position: relative;
    z-index:9999;
    cursor:default;
}

.poplogon-header
{
    background:transparent url('/Content/Images/System/frontend/site_master/minilogon-top.png') no-repeat 0px 1px; 
    width:249px;
    height:19px;
}

.poplogon-body
{
    width:239px;
    background-color:#fff;
    border-left:1px solid #8b0e04;
    border-right:1px solid #8b0e04;
    overflow:hidden;
    padding-left:4px;
    padding-right:4px;
}

.poplogon-body .left
{
    width:70px;
    height:70px;
    float:left;
    margin-left:6px;
    margin-right:12px;
    border-radius:4px 4px 4px 4px;
    box-shadow:0px 1px 3px rgba(0,0,0,0.3);
    background-clip:padding-box;
    border:1px solid rgba(0, 0, 0, 0.3);
}

.poplogon-body .left img
{
    margin-top:2px;
    margin-left:2px;
}

.poplogon-body .right
{
    width:142px;
    float:left;
    /*padding-left:18px;*/
    padding-right:6px;
}

.poplogon-body .right .row1
{
    display:block;
    color:#363636;
    height:24px;
    line-height:24px;
}

.poplogon-body .right .row2
{
    display:block;
    color:#5490cc;
    height:24px;
    line-height:24px;
    border-bottom:1px solid #edebec;
}

.poplogon-body .right .row3
{
    display:block;
    color:#363636;
    height:24px;
    line-height:24px;
}

.poplogon-body .right .row2 a,.poplogon-body .right .row3 a,.poplogon-body .right .poplogon-logoff a
{
    color: #959595 !important;
    text-decoration:none;
}

.poplogon-body .right .row2 a:hover,.poplogon-body .right .row3 a:hover,.poplogon-body .right .poplogon-logoff a:hover
{
    color: #8b0e04 !important;
    text-decoration:underline;
}

.poplogon-footer
{
    background:transparent url('/Content/Images/System/frontend/site_master/minilogon-bottom.png') no-repeat 0px 0px; 
    width:249px;
    height:18px;
}


.member-level1-img
{
    background:url('Images/System/frontend/vip.png') no-repeat 0px 4px;
    padding-left:40px;
}
.member-level2-img
{
    background:url('Images/System/frontend/Svip.png') no-repeat 0px 4px;
    padding-left:40px;
}
.member-level3-img
{
    background:url('Images/System/frontend/Gvip.png') no-repeat 0px 4px;
    padding-left:40px;
}
.member-level4-img
{
    background:url('Images/System/frontend/Pvip.png') no-repeat 0px 4px;
    padding-left:40px;
}

.poplogon-myorder
{
    display:block;
    width:54px;
    float:left;
    margin-left:2px;
}

.poplogon-myordercount
{
    background:url('Images/System/frontend/loginorder.png') no-repeat 0px 5px;
    display:block;
    width:15px;
    float:left;
    color:#fff;
    font-weight:bolder;
    text-align:center;
    font-size:11px;
}

.poplogon-myaccount
{
    display:block;
    width:64px;
    float:left;
    margin-right:2px;
}

.poplogon-seperator
{
    display:block;
    margin-top:6px;
    width:1px;
    height:12px;
    /*height:12px;
    line-height:12px;*/
    float:left;
    border-left:1px solid #959595;
}

.poplogon-logoff
{
    display:block;
    width:60px;
    float:right;
    text-align:right;
}