@charset 'utf-8';
body {
	color: #666;
	background-color: #f2f2f2;
}
html, body {
	height: 100%;
}
h2 {
	font: 24px/40px 'microsoft yahei';
	color: #27A9E3;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'microsoft yahei';
	font-weight: normal;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 22px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 13px;
}
.lighter {
	font-weight: lighter;
}
.bolder {
	font-weight: bolder;
}
h1.smaller {
	font-size: 31px;
}
h2.smaller {
	font-size: 24px;
}
h3.smaller {
	font-size: 21px;
}
h4.smaller {
	font-size: 17px;
}
h5.smaller {
	font-size: 14px;
}
h6.smaller {
	font-size: 12px;
}
h1.bigger {
	font-size: 33px;
}
h2.bigger {
	font-size: 26px;
}
h3.bigger {
	font-size: 23px;
}
h4.bigger {
	font-size: 19px;
}
h5.bigger {
	font-size: 16px;
}
h6.bigger {
	font-size: 14px;
}
h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
	margin-bottom: 16px;
}
i {
	font-size: 1.2em;
}
a:focus, a:active {
	text-decoration: none;
}
a {
	color: #0579C6;
	text-decoration: none;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}
ul,li{
	list-style:none;
}
.hidden {
	display: none;
}
.center {
	text-align: center;
}
.position-relative {
	position: relative;
}
.position-absolute {
	position: absolute;
}
.dark {
	color: #333333!important;
}
.white {
	color: #FFFFFF!important;
}
.red {
	color: #DD5A43!important;
}
.light-red {
	color: #FF7777!important;
}
.blue {
	color: #27A9E3!important;
}
.light-blue {
	color: #93CBF9!important;
}
.green {
	color: #69AA46!important;
}
.light-green {
	color: #B6E07F!important;
}
.orange {
	color: #FF892A!important;
}
.purple {
	color: #A069C3!important;
}
.pink {
	color: #C6699F!important;
}
.pink2 {
	color: #D6487E!important;
}
.brown {
	color: #A52A2A!important;
}
.grey {
	color: #777777!important;
}
.wrapper {
	width: 1200px;
	margin: auto;
}
.row-fluid {
	width: 100%;
}
.row-fluid:before, .row-fluid:after {
	content: '';
	display: table;
	line-height: 0;
}
.row-fluid:after {
	clear: both;
}
.row-fluid [class*='span'] {
	-moz-box-sizing: border-box;
	display: block;
	width: 100%;
	min-height: 30px;
	float: left;
	margin-left: 2.5641%
}
.row-fluid [class*='span']:first-child {
	margin-left: 0;
}
.row-fluid .controls-row [class*='span']+[class*='span'] {
margin-left:2.5641%;
}
.row-fluid .span12 {
	width: 100%;
}
.row-fluid .span11 {
	width: 91.453%;
}
.row-fluid .span10 {
	width: 82.906%;
}
.row-fluid .span9 {
	width: 74.359%;
}
.row-fluid .span8 {
	width: 65.812%;
}
.row-fluid .span7 {
	width: 57.265%;
}
.row-fluid .span6 {
	width: 48.7179%;
}
.row-fluid .span5 {
	width: 40.1709%;
}
.row-fluid .span4 {
	width: 31.6239%;
}
.row-fluid .span3 {
	width: 23.0769%;
}
.row-fluid .span2 {
	width: 14.5299%;
}
.row-fluid .span1 {
	width: 5.98291%;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.header {
	border-bottom: 1px solid #CCCCCC;
	line-height: 28px;
	padding-bottom: 4px;
	margin-top: 18px;
	margin-bottom: 16px;
}
.header.blue {
	border-bottom-color: #27A9E3;
}
.header.green {
	border-bottom-color: #D9E8C6;
}
.header.purple {
	border-bottom-color: #E0D1F1;
}
.header.orange {
	border-bottom-color: #FFD8AB;
}
.header.red {
	border-bottom-color: #F4C9C1;
}
.header.grey {
	border-bottom-color: #D2D2D2;
}
.header.pink {
	border-bottom-color: #ECCEDF;
}
.header.pink2 {
	border-bottom-color: #F1C3D5;
}
.header.light-blue {
	border-bottom-color: #DBEEFD;
}
.header.light-red {
	border-bottom-color: #FFD2D2;
}
.header.light-green {
	border-bottom-color: #E7F5D5;
}
.header.brown {
	border-bottom-color: #E1B9B9;
}
.header>[class*='icon-'] {
margin-right:2px;
}
.warning-option {
	font-size: 0;
	line-height: 32px;
	color: #27A9E3;
*word-spacing:-1px;
	text-align: center;
	margin: 100px auto;
}
.warning-option i {
	font-size: 24px;
	line-height: 32px;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	margin-right: 8px;
}
.warning-option span {
	font: 14px/32px 'microsoft yahei';
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
}
.warning-option i, .warning-option span {
*display:inline;
}
.alert {
	color: #C09853;
	background-color: #FCF8E3;
	padding: 8px 35px 8px 14px;
	margin: 10px auto;
	border: 1px solid #FBEED5;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.alert a {
	color: #927036;
	text-decoration: underline;
}
.alert h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 2px;
}
.alert-success {
	color: #468847;
	background-color: #DFF0D8;
	border-color: #D6E9C6;
}
.alert-info {
	color: #3A87AD;
	background-color: #D9EDF7;
	border-color: #BCE8F1;
}
.alert-error {
	color: #B94A48;
	background-color: #F2DEDE;
	border-color: #EED3D7;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert ul {
	margin-bottom: 10px
}
.alert li {
	margin: 4px 0;
}
.alert i {
	font-size: 14px;
	margin-right: 4px;
	vertical-align: middle;
}
.groupbuy-gallery {
	display: block;
	border: solid 1px #F5F5F5;
	overflow: hidden;
}
.groupbuy-gallery .nav {
	background-color: #F5F5F5;
	height: 32px;
	padding: 4px;
}
.groupbuy-gallery .nav .l {
	font-size: 12px;
	line-height: 30px;
	color: #999;
	float: left;
}
.groupbuy-gallery .nav .r {
	float: right;
}
.groupbuy-gallery .list {
	width: 98%;
	padding: 0px;
}
.groupbuy-gallery .list li {
	width: 92px;
	height: 92px;
	float: left;
	padding: 4px 0 4px 8px;
}
.groupbuy-gallery .list li a {
	background-color: #FFF;
*text-align:center;
	display: inline;
	width: 84px;
	height: 84px;
	float: left;
	padding: 1px;
	margin: 1px;
	border: solid 1px #F5F5F5;
	overflow: hidden;
}
.groupbuy-gallery .list li a:hover {
	margin: 0;
	border: solid 2px #09F;
}
.pagination {
	text-align: center;
	display: block;
	padding: 15px 0;
	margin: 0!important;
}
.pagination ul {
	font-size: 0;
*word-spacing:-1px;
	display: inline-block;
*display:inline;
	margin: 0 auto!important;
	padding: 0;
	zoom: 1;
}
.pagination ul li {
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: auto!important;
	height: auto!important;
	padding: 0!important;
	margin: 0!important;
	border: none!important;
}
.pagination ul li {
*display:inline;
*float:left;
	zoom: 1;
}
.pagination li span {
	font-size: 12px;
	line-height: 24px;
	color: #AAA;
	list-style-type: none;
	background-color: #F5F5F5;
	display: block;
	height: 24px;
	padding: 0px 8px;
	margin: 0px;
	border: 1px solid;
	border-color: #DCDCDC #DCDCDC #B8B8B8 #DCDCDC;
}
.pagination li:first-child span {
	border-radius: 4px 0 0 4px;
}
.pagination li:last-child span {
	border-radius: 0 4px 4px 0;
}
.pagination li a span, .pagination li a:visited span {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
.pagination li a:hover {
	text-decoration: none;
}
.pagination li a:hover span, .pagination li a:active span {
	color: #333;
	background-color: #E8E8E8;
	border-color: #D0D0D0 #D0D0D0 #AEAEAE #D0D0D0;
	cursor: pointer;
}
.pagination li span.currentpage {
	color: #FFF;
	font-weight: bold;
	background-color: #41BEDD;
	border-color: #3AABC6 #3AABC6 #318EA6 #3AABC6;
	border-radius: 0;
}
input[type='text'], input[type='password'], input.text, input.password {
	font: 12px/20px Arial;
	color: #777;
	background-color: #FFF;
	vertical-align: top;
	display: inline-block;
	height: 20px;
	padding: 4px;
	border: solid 1px #CCC;
	outline: 0 none;
	box-sizing: content-box;
}
input[type='text']:focus, input[type='password']:focus, input.text:focus, input.password:focus, textarea:focus {
	color: #333;
	border-color: #75B9F0;
	box-shadow: 0 0 0 2px rgba(82,168,236,0.15);
	outline: 0 none;
}
input[type='text'].error, input[type='password'].error, textarea.error {
	border-color: #ED6C4F;
	box-shadow: 0 0 0 2px rgba(232,71,35,0.15);
	outline: 0 none;
}
textarea, .textarea {
	font: 12px/20px Arial;
	color: #777;
	background-color: #FFF;
	vertical-align: top;
	display: inline-block;
	height: 60px;
	padding: 4px;
	border: solid 1px #CCC;
	outline: 0 none;
}
select {
	color: #777;
	background-color: #FFF;
	height: 30px;
	vertical-align: middle;
*display:inline;
	padding: 4px;
	border: solid 1px #CCC;
*zoom:1;
}
select option {
	line-height: 20px;
	display: block;
	height: 20px;
	padding: 4px;
}
input[type='file'] {
	line-height: 30px;
	background-color: #FBFBFB;
	height: 30px;
	border: solid 1px #D8D8D8;
	cursor: default;
}
.add-on {
	line-height: 28px;
	background-color: #E6E6E6;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	width: 28px;
	height: 28px;
	border: solid #CCC;
	border-width: 1px 1px 1px 0;
	margin: 0 0 0 -5px;
}
.add-on {
*display:inline;
	zoom: 1;
}
.add-on i {
	font-size: 14px;
	color: #666;
	text-shadow: 1px 1px 0 #FFFFFF;
*margin-top:8px;
}
label.error {
	font-size: 12px;
	color: #E84723;
	margin-left: 8px;
}
label.error i {
	margin-right: 4px;
}
#dialog_manage_screen_locker {
	opacity: 0.6!important;
}
.eject_con {
	background-color: #FFF;
	overflow: hidden;
}
.eject_con .alert {
	display: none;
	margin: 10px;
}
.eject_con .alert .error {
	color: inherit;
	display: block;
	clear: both;
}
.eject_con dl {
	font-size: 0;
*word-spacing:-1px;
	line-height: 20px;
	display: block;
	clear: both;
	overflow: hidden;
}
.eject_con dl dt {
	font-size: 12px;
	line-height: 32px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: right;
	display: inline-block;
*display:inline;
	width: 29%;
	padding: 10px 1% 10px 0;
	margin: 0;
	zoom: 1;
}
.eject_con dl dt i.required {
	font: 12px/16px Tahoma;
	color: #F30;
	vertical-align: middle;
	margin-right: 4px;
}
.hint {
	font-size: 12px;
	line-height: 16px;
	color: #BBB;
	margin-top: 10px;
}
.eject_con dl dd {
	font-size: 12px;
	line-height: 32px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
	width: 69%;
	padding: 10px 0 10px 0;
	zoom: 1;
}
.eject_con h2 {
	line-height: 20px;
	font-weight: 600;
	background-color: #FEFEDA;
	color: #630;
	text-align: left;
	width: 90%;
	padding: 8px 16px;
	margin: 5px auto 5px auto;
	border: solid 1px #FFE8C2;
}
.eject_con span.num {
	font-weight: 600;
	color: #390;
}
.eject_con ul {
	overflow: hidden;
}
.eject_con li h2 {
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
	color: #555;
	width: 98%;
	text-align: left;
	margin: 0 auto;
	border-bottom: dashed 1px #E7E7E7;
}
.eject_con .checked {
	float: left;
	padding: 0;
	margin: 0;
}
.eject_con .checked li {
	line-height: 16px;
	height: 16px;
	padding: 4px 0;
}
.eject_con li p {
	float: left;
}
.eject_con .strong {
	padding-left: 10px;
	color: #ff4e00;
}
.eject_con .bottom {
	background-color: #F9F9F9;
	text-align: center;
	border-top: 1px solid #EAEAEA;
	overflow: hidden;
}
.eject_con .css-upload-btn, .eject_con .css-upload-btn span, .eject_con .css-upload-btn .input-file {
	width: 80px;
	height: 30px;
}
.eject_con .css-upload-btn p {
	color: #666;
	width: 78px;
	height: 20px;
}
/*login start*/
.login_hd{
	width: 100%;
	padding: 30px 0;
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
	line-height: 1.42857143;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container::before{
	display: table;
	content: ' ';
}
.container::after{
	display: table;
	content: ' ';
}
.hd-content{
	overflow: hidden;
	margin: 0 auto;
}
.hd-content img {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}
.hd-content h1 {
    margin-right: 30px;
    padding-top: 6px;
    overflow: hidden;
    font-size: 26px;
}
.login-inner {
    position: relative;
    top: 60px;
    /*max-height: 390px;
    min-height: 390px;*/
}
.footer-tmpl-1 {
    padding: 28px 0;
    height: 44px;
    width: 100%;
    color: #666;
    font: 13px/14px 'Microsoft Yahei';
    text-align: center;
}
.footer-tmpl-1 p {
    line-height: 24px;
}
.css-login-bg{
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
	z-index: auto;
	background: url(../images/login/login_bg_01.png) repeat 0 0;
}
.css-login-bg .bg_img {
	display: block;
	width: 100%;
	min-height: 400px;
}
.css-login-container {
	font-family: 'microsoft yahei';
	background: rgba(225,225,225,0.5);
	width: 320px;
	height: 340px;
	padding: 10px 40px;
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
}
.css-login-title {
	overflow: hidden;
}
.css-login-title span {
	line-height: 16px;
	color: #999;
}
.css-login-container .input {
	display: block;
	width: 320px;
	height: 72px;
	clear: both;
	position: relative;
	z-index: auto;
}
.css-login-container label {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	display: block;
	padding: 12px 0 4px 0;
}
.css-login-container .repuired {
	line-height: 18px;
	position: absolute;
	z-index: 2;
	top: 2px;
	left: 60px;
}
.css-login-container input.text {
	width: 285px;
	padding: 6px 4px 6px 29px;
	border:dashed 1px #fff;
}
.css-login-container .ico {
	color: #CCC;
	padding-right: 4px;
	border-right: dotted 1px #DDD;
	position: absolute;
	z-index: 3;
	left: 8px;
	bottom: 11px;
}
.css-login-container .login-submit {
	font: bold 14px/20px 'microsoft yahei';
	color: #FFF;
	background-color: #E84723;
	width: 120px;
	height: 34px;
	border: 0;
	position: absolute;
	z-index: 1;
	bottom: 2px;
	right: 0;
	cursor: pointer;
}
.css-login-container .login-submit:hover {
	opacity: .8;
}
.css-login-container .code {
	background-color: #FFFFFF;
	width: 114px;
	height: 34px;
	border: solid 1px #555;
	position: absolute;
	z-index: 9;
	bottom: -38px;
	left: -3px;
	display: none;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
}
.css-login-container .code .arrow {
	background: url(../images/login/login_code.gif) no-repeat 0 0;
	display: block;
	width: 14px;
	height: 7px;
	position: absolute;
	left: 21px;
	top: -7px;
}
.css-login-container .code img {
	width: 90px;
	height: 26px;
	position: absolute;
	z-index: 1;
	top: 4px;
	left: 4px;
}
.css-login-container .code .close {
	display: block;
	width: 10px;
	height: 10px;
	padding: 1px;
	position: absolute;
	z-index: 1;
	top: 4px;
	right: 4px;
}
.css-login-container .code .close:hover, .css-login-container .code .change:hover {
	background-color: #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.css-login-container .code .close i {
	background: url(../images/login/login_code.gif) no-repeat 0 -7px;
	display: block;
	width: 10px;
	height: 10px;
	opacity: 0.5;
}
.css-login-container .code .change {
	display: block;
	width: 10px;
	height: 10px;
	padding: 1px;
	position: absolute;
	z-index: 1;
	bottom: 4px;
	right: 4px;
}
.css-login-container .code .change i {
	background: url(../images/login/login_code.gif) no-repeat -10px -7px;
	display: block;
	width: 10px;
	height: 10px;
	opacity: 0.5;
}
.css-login-container .code .close:hover i, .css-login-container .code .change:hover i {
	opacity: 1;
}
.css-login-container .copyright {
	font: 9px/16px Arial;
	color: #999;
	text-align: center;
	margin-top: 30px;
	-webkit-text-size-adjust: none;
}
.css-login-container .copyright a {
	color: #27A9E3;
	text-decoration: none;
}
.css-login-container .copyright a:hover {
	color: #E84723;
	text-decoration: blink;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
    .login_hd{padding: 30px 0;}
    .login-page{ min-height:600px; _height: 600px; }
    .login-inner{
        float: right;
        /*max-width: 380px;
        min-width: 380px;*/
        top: 85px;
    }
    .hd-content h1 {
        font-size: 26px;
    }
    .hd-content img{
        width: 50px;
        height: 50px;
    }

}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
/*login end*/
.css-head-layout {
	background-color: #FFF;
	width: 100%;
	height: 72px;
	zoom: 1;
	border-bottom:1px solid #c7c7c7;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
}
.css-head-layout .wrapper {
	height: 72px;
}
.css-head-layout .center-logo {
	font-size: 0;
	line-height: 60px;
*word-spacing:-1px;
	display: block;
	width: 240px;
	height: 60px;
	float: left;
	padding: 6px;
	_padding: 0 6px;
	_margin-top: 12px;
}
.css-head-layout .center-logo img {
	vertical-align: middle;
	display: inline-block;
*display:inline;
	max-width: 160px;
	max-height: 60px;
}
.css-head-layout .center-logo h1 {
	font: 16px/18px 'microsoft yahei';
	color: #FFF;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
	width: 72px;
	height: 18px;
	padding-left: 6px;
	margin-left: 6px;
	border-left: solid 1px #555;
}
.css-head-layout .index-search-container {
	display: block;
	height: 32px;
	float: left;
	margin: 20px 0;
}
.css-head-layout .index-sitemap {
	background-color: #28B779;
	height: 16px;
	float: left;
	padding: 7px 10px;
	border: solid 1px #28B779;
	position: relative;
	z-index: 99;
}
.css-head-layout .index-sitemap a {
	line-height: 16px;
	color: #FFF;
}
.css-head-layout .index-sitemap a:hover {
	text-decoration: none;
}
.css-head-layout .sitemap-menu-arrow {
	font-size: 0;
	line-height: 0;
	background: url(../images/css_bg_img.png) no-repeat -10px 0;
	display: none;
	width: 10px;
	height: 5px;
	position: absolute;
	z-index: 2;
	top: 34px;
	left: 30px;
}
.css-head-layout .sitemap-menu {
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#F2FFFFFF', endColorstr='#F2FFFFFF');
	background: rgba(255,255,255,0.95);
	display: none;
	width: 840px;
	padding: 15px 20px;
	border: solid 1px #28B779;
	position: absolute;
	z-index: 1;
	top: 38px;
	left: -10px;
}
.css-head-layout .sitemap-menu .title-bar {
	display: block;
	position: relative;
	z-index: 1;
}
.css-head-layout .sitemap-menu .title-bar h2 {
	color: #28B779;
}
.css-head-layout .sitemap-menu .title-bar h2 i {
	font-size: 24px;
	margin-right: 8px;
}
.css-head-layout .sitemap-menu .title-bar h2 em {
	font-size: 14px;
	color: #E36650;
	margin-left: 8px;
}
.css-head-layout .sitemap-menu .title-bar .close {
	font: lighter 16px/18px Verdana;
	color: #999;
	vertical-align: middle;
	text-align: center;
	width: 18px;
	height: 18px;
	position: absolute;
	z-index: 1;
	top: -5px;
	right: -5px;
	cursor: pointer;
}
.css-head-layout .sitemap-menu .title-bar .close:hover {
	color: #28B779;
}
.css-head-layout .sitemap-menu .content {
	font-size: 0;
*word-spacing:-1px;
	overflow: hidden;
}
.css-head-layout .sitemap-menu dl {
	color: #555;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
	width: 144px;
	height: 220px;
	padding: 0 10px;
	margin: -1px 0 0 -1px;
	border-style: dotted;
	border-color: #E6E6E6;
	border-width: 1px 0 0 1px;
	zoom: 1;
}
.css-head-layout .sitemap-menu dl dt {
	font: lighter 16px/32px 'microsoft yahei';
	color: #28B779;
}
.css-head-layout .sitemap-menu dl dd {
	display: block;
	height: 20px;
	padding: 2px 8px;
}
.css-head-layout .sitemap-menu dl dd a {
	font: 12px/20px 'microsoft yahei';
	color: #555;
	display: inline-block;
*display:inline;
	zoom: 1;
}
.css-head-layout .sitemap-menu dl dd a:hover {
	color: #28B779;
}
.css-head-layout .sitemap-menu dl dd i {
	font-size: 14px;
	line-height: 18px;
	color: #CCC;
	float: right;
	margin-top: 3px;
	cursor: pointer;
}
.css-head-layout .sitemap-menu dl dd i:hover, .css-head-layout .sitemap-menu dl dd.selected i {
	color: #28B779;
}
.css-head-layout .search-bar {
	line-height: 20px;
	background-color: #47515B;
	height: 20px;
	float: left;
	padding: 5px;
	_padding-top: 4px;
	border-style: solid;
	border-color: #28B779;
	border-width: 1px 1px 1px 0;
}
.css-head-layout .search-input-text {
	font: 12px/18px 'microsoft yahei';
	color: #CCC;
	background-color: transparent;
	display: inline-block;
	width: 100px;
	padding: 0;
	border: 0;
}
.css-head-layout .search-input-text:focus {
	color: #E6E6E6;
	box-shadow: none;
}
.css-head-layout .search-input-btn {
	background: url(../images/css_bg_img.png) no-repeat 0 -10px;
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 2px 0;
	border: 0;
	cursor: pointer;
}
.css-head-layout .search-input-btn:hover {
	background-color: transparent;
}
.css-head-layout .css-nav {
	font-size: 0;
*word-spacing:-1px;
	height: 10px;
	float: left;
	padding: 31px 8px;
}
.css-head-layout .css-nav dl {
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	text-align: center;
	height: 10px;
	position: relative;
	z-index: 2;
}
.css-head-layout .css-nav dl {
    *display:inline;
	zoom: 1;
}
.css-head-layout .css-nav dl:hover {
	z-index: 3;
}
.css-head-layout .css-nav dl:first-child {
	border-left: 0;
}
.css-head-layout .css-nav dl:last-child {
	border-right: 0;
}
.css-head-layout .css-nav dl dt {
	text-align: center;
	height: 30px;
	padding: 0 20px;
	margin: -10px 1px 0 1px;
}
.css-head-layout .css-nav dl.hover dt {
	background-color: #FFF;
	margin: -9px 0 0 0;
}
.css-head-layout .css-nav dl dt a {
	font: normal 14px/30px 'microsoft yahei';
	color: #333;
}
.css-head-layout .css-nav dl.hover dt a {
	color: #333;
	text-shadow: none;
}
.css-head-layout .css-nav dl.current dt{
	border-bottom: 3px solid #428bca;
}
.css-head-layout .css-nav dl.current dt a {
	font-weight: bold;
	color: #428bca;
}
.css-head-layout .css-nav dl.current.hover dt a {
	color: #428bca;
}
.css-head-layout .css-nav dl.hover dt a:hover {
	text-decoration: none;
	color: #428bca;
}
.css-head-layout .css-nav dl dd {
	background-color: #FFF;
	display: none;
	position: absolute;
	z-index: 2;
	top: 21px;
	left: 0;
	box-shadow: 4px 4px 0 rgba(0,0,0,0.08);
}
.css-head-layout .css-nav dl.hover dd {
	display: block;
}
.css-head-layout .css-nav dl.current dd.arrow {
	font-size: 0;
	line-height: 0;
	background-color: transparent;
	display: block;
	width: 0;
	height: 0;
	margin: 0;
	border-width: 7px;
	border-color: transparent transparent #FFF transparent;
	border-style: dashed dashed solid dashed;
	position: absolute;
	z-index: 1;
	top: 28px;
	_top: 29px;
	left: 20px;
	box-shadow: none;
}
.css-head-layout .css-nav dl dd ul {
	padding: 0;
	margin: 5px 2px;
	border: 0;
}
.css-head-layout .css-nav dl dd ul li {
	display: block;
	clear: both;
}
.css-head-layout .css-nav dl dd ul li a {
	font: 12px/24px 'microsoft yahei';
	color: #666;
	text-align: left;
	white-space: nowrap;
	display: block;
	clear: both;
	padding: 2px 20px;
	line-height:40px;
}
.css-head-layout .css-nav dl dd ul li a:hover {
	text-decoration: none;
	color: #428bca;
	background-color: #f2f2f2;
}
.css-head-layout .css-admin {
	background-color: #fff;
	width: 120px;
	height: 72px;
	float: right;
}
.css-head-layout .css-admin-info {
	width: 108px;
	height: 32px;
	margin: 8px 6px 0 6px;
	position: relative;
	z-index: 1;
}
.css-head-layout .css-admin-info .admin-avatar {
	background-color: #FFF;
	width: 32px;
	height: 32px;
}
.css-head-layout .css-admin-info .admin-permission {
	font-weight: 600;
	line-height: 16px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 72px;
	height: 16px;
	position: absolute;
	z-index: 1;
	top: -1px;
	left: 36px;
	overflow: hidden;
}
.css-head-layout .css-admin-info .admin-name {
	line-height: 16px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 72px;
	height: 16px;
	position: absolute;
	z-index: 1;
	top: 17px;
	left: 36px;
	overflow: hidden;
}
.css-head-layout .css-admin-function {
	font-size: 0;
    *word-spacing:-1px;
	padding: 5px;
}
.css-head-layout .css-admin-function a {
	font-size: 14px;
	color: #333;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	margin: 5px 9px 0 11px;
	width: 16px;
	height: 16px;
	opacity: .65;
}
.css-head-layout .css-admin-function a {
    *display:inline;
}
.css-head-layout .css-admin-function a em {
	font: bold 10px/10px Arial;
	color: #DA542E;
	background-color: #FFF;
	text-align: center;
	min-width: 10px;
	height: 10px;
	padding: 2px;
	border-radius: 5px;
	position: absolute;
	z-index: auto;
	top: -6px;
	left: 12px;
	opacity: 1!important;
}
.css-head-layout .css-admin-function a:hover {
	text-decoration: none;
	opacity: 1;
}
.store-closed {
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#19DA542E', endColorstr='#19DA542E');
	background: rgba(218,84,46,0.1);
	width: 100%;
	padding: 20px;
	border-bottom: solid 2px #DA542E;
}
.store-closed i {
	font-size: 48px;
	color: #DA542E;
	vertical-align: middle;
	display: inline-block;
	margin-right: 20px;
}
.store-closed dl {
	vertical-align: middle;
	display: inline-block;
}
.store-closed dt {
	font: 20px/20px 'microsoft yahei';
	color: #000;
	height: 20px;
	margin-bottom: 4px;
}
.store-closed dd {
	font: 12px/18px 'microsoft yahei';
	color: #555;
	height: 18px;
}
.css-layout {
	background: url(../images/bg.png) repeat-y 195px 0;
	overflow: hidden;
	border: 1px solid #c7c7c7;
	margin:30px auto;
}
.css-layout-right {
	background-color: #FFF;
	width: 1200px;
	min-height: 640px;
	float: right;
	position: relative;
	z-index: 1;
}
.css-path {
	font-size: 12px;
	line-height: 20px;
	background-color: #f8f8f8;
	line-height: 20px;
	color: #555;
	padding: 10px;
	border-bottom: solid 1px #F5F5F5;
}
.css-path i {
	font-size: 12px;
	color: #999;
	margin: 0 6px;
}
.css-layout-right .main-content {
	padding: 20px;
}
.css-index {
	margin: -20px;
}
.css-index .top-container {
	width: 100%;
	height: 120px;
	border-bottom: solid 1px #F5F5F5;
	overflow: hidden;
}
.css-index .basic-info {
	margin: 20px;
	overflow: hidden;
}
.css-seller-info {
	width: 720px;
	height: 80px;
	float: left;
	position: relative;
	z-index: 1;
}
.css-seller-info dt, .css-seller-info dd {
	color: #999;
	position: absolute;
	z-index: 1;
}
.css-seller-info dd strong {
	font-weight: normal;
	color: #555;
	position: relative;
	z-index: 1;
}
.css-seller-info dd strong a {
	line-height: 16px;
	color: #FFF;
	background-color: #DA542E;
	white-space: nowrap;
	padding: 1px 6px;
	border-radius: 4px;
	position: absolute;
	z-index: 1;
	top: -20px;
	right: -10px;
}
.css-seller-info .seller-name {
	font-size: 0;
    *word-spacing:-1px;
	width: 360px;
	height: 36px;
	top: -10px;
	left: 220px;
}
.css-seller-info .seller-name h3 {
	font: normal 18px/36px 'microsoft yahei';
	color: #333;
	vertical-align: bottom;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
    *display:inline;
}
.css-seller-info .seller-name h5 {
	font-size: 12px;
	line-height: 28px;
	color: #999;
	vertical-align: bottom;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
    *display:inline;
	margin-left: 12px;
}
.css-seller-info .store-logo {
	top: 0;
	left: 0;
}
.css-seller-info .store-logo p {
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
    *display:block;
	width: 200px;
	height: 60px;
	overflow: hidden;
}
.css-seller-info .store-logo img {
	max-width: 200px;
	max-height: 60px;
    margin-top:expression(60-this .height/ 2);
    *margin-top:expression(30-this .height/ 2);
}
.css-seller-info .store-logo a {
	font-weight: normal;
	color: #999;
	display: block;
	text-align: center;
}
.css-seller-info .store-logo a:hover {
	text-decoration: none;
	color: #DA542E;
}
.css-seller-info .store-logo a i {
	font-size: 14px;
	margin-right: 4px;
	vertical-align: middle;
}
.css-seller-info .seller-permission {
	top: 34px;
	left: 220px;
}
.css-seller-info .seller-last-login {
	top: 34px;
	left: 420px;
}
.css-seller-info .store-name {
	width: 190px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	top: 60px;
	left: 220px;
}
.css-seller-info .store-grade {
	top: 60px;
	left: 420px;
}
.css-seller-info .store-validity {
	top: 60px;
	left: 600px;
}
.css-index .detail-rate {
	background-color: #FFF;
	float: right;
	padding-left: 20px;
	margin-top: -5px;
	border-left: dotted 1px #E6E6E6;
}
.css-index .detail-rate h5 {
	font: normal 12px/20px 'microsoft yahei';
	color: #777;
	margin-bottom: 4px;
}
.css-index .detail-rate h5 strong {
	font-weight: 700;
	margin-right: 30px;
}
.css-index .detail-rate ul {
	margin: 0;
}
.css-index .detail-rate li {
	white-space: nowrap;
	display: block;
	padding: 2px 0;
}
.css-index .detail-rate .credit {
	color: #555;
	display: inline-block;
    *display:inline;
	width: 35px;
	margin-left: 15px;
    *zoom:1;
}
.css-index .detail-rate .high {
	color: #DA542E;
	display: inline-block;
    *display:inline;
    *zoom:1;
}
.css-index .detail-rate .high i {
	background: url(../images/2014grate.png) no-repeat 0 -40px;
	vertical-align: middle;
	display: inline-block;
    *display:inline;
	zoom: 1;
	width: 9px;
	height: 8px;
	margin-right: 4px;
}
.css-index .detail-rate .high em {
	color: #FFF;
	background-color: #DA542E;
	text-align: center;
	display: inline-block;
    *display:inline;
	zoom: 1;
	width: 40px;
	margin-left: 2px;
}
.css-index .detail-rate .equal {
	color: #DA542E;
	display: inline-block;
}
.css-index .detail-rate .equal i {
	background: url(../images/2014grate.png) no-repeat -18px -40px;
	vertical-align: middle;
	display: inline-block;
	width: 9px;
	height: 8px;
	margin-right: 4px;
}
.css-index .detail-rate .equal em {
	color: #FFF;
	background-color: #DA542E;
	text-align: center;
	display: inline-block;
	width: 40px;
	margin-left: 2px;
}
.css-index .detail-rate .low i {
	background: url(../images/2014grate.png) no-repeat -9px -40px;
	vertical-align: middle;
	display: inline-block;
	width: 9px;
	height: 8px;
	margin-right: 4px;
}
.css-index .detail-rate .low {
	color: #28B779;
	display: inline-block;
}
.css-index .detail-rate .low em {
	color: #FFF;
	background-color: #28B779;
	text-align: center;
	display: inline-block;
	width: 40px;
	margin-left: 2px;
}
.css-index .seller-rate-container {
	padding: 5px 10px;
}
.css-index .seller-rate-container dl {
	font-size: 0;
    *word-spacing:-1px;
}
.css-index .seller-rate-container dt, .css-index .seller-rate-container dd {
	font-size: 12px;
	line-height: 18px;
	color: #999;
	vertical-align: bottom;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
    *display:inline;
}
.css-index .css-mall-news {
	width: 215px;
	float: right;
	padding-left: 20px;
	border-left: solid 5px #FFF;
}
.css-index .seller-cont {
	font-size: 0;
    *word-spacing:-1px;
	margin: -1px 0 30px -1px;
	border-bottom: solid 1px #F5F5F5;
}
.css-index .container {
	font: 12px/20px 'microsoft yahei';
	color: #333;
	background-color: #FFF;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
    *display:inline;
	width: 459px;
	padding: 25px 19px;
	overflow: hidden;
	border: solid #F5F5F5;
	border-width: 1px 0 0 1px;
	zoom: 1;
}
.css-index .container .hd {
}
.css-index .container .hd h3 {
	font: normal 16px/18px 'microsoft yahei';
	border-left: solid 3px #28B779;
	height: 18px;
	padding-left: 6px;
	margin-bottom: 4px;
}
.css-index .container .hd h5 {
	font: normal 12px/16px 'microsoft yahei';
	color: #AAA;
	margin-left: 8px;
}
.css-index .container .hd .shop-level {
	float: right;
	color: #6DABDE;
}
.css-index .container .hd .shop-level span {
	margin-left: 10px;
	padding-left: 10px;
	border-left: solid 1px #E8F1FF;
}
.css-index .container .content {
	margin: 20px 0;
	overflow: hidden;
}
.css-index .type-a .content dl {
	display: block;
	clear: both;
	padding: 10px;
	overflow: hidden;
}
.css-index .type-a .content dl dt {
	color: #777;
	float: left;
}
.css-index .type-a .content dl dd {
	float: left;
	margin-right: 24px;
}
.css-index .type-a .content a strong {
	color: #F60;
	font-weight: normal;
}
.css-index .type-a .content ul {
	clear: both;
	margin: 5px 0;
	overflow: hidden;
	zoom: 1
}
.css-index .type-a .content ul li {
	width: 22%;
	float: left;
	margin: 16px 0 0 2%;
	_margin: 5px 0 0 1%;
}
.css-index .type-a .content ul li a {
	color: #555;
	display: inline-block;
	padding: 0 8px 0 4px;
	border: solid 1px #FFF;
	border-radius: 3px;
	position: relative;
	z-index: 1;
}
.css-index .type-a .content ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #C8C8C8;
	border-color: #C8C8C8;
}
.css-index .type-a .content ul li a.num {
	color: #28B779;
	border-color: #28B779;
}
.css-index .type-a .content ul li a.num:hover {
	color: #FFF;
	background-color: #28B779;
}
.css-index .type-a .content ul li a strong {
	font: normal 10px/14px Tahoma;
	color: #FFF;
	background-color: #28B779;
	text-align: center;
	display: none;
	min-width: 16px;
	height: 14px;
	padding: 1px 0;
	border-radius: 8px;
	position: absolute;
	z-index: 1;
	top: -8px;
	right: -8px;
}
.css-index .type-a .content ul li a.num strong {
	display: block;
}
.css-index .type-a .content .focus {
	background-color: #FCF8E3;
	border: 1px solid #FBEED5;
	zoom: 1;
}
.css-index .type-a .content .focus h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: lighter;
	padding-bottom: 6px;
	color: #555;
}
.css-index .type-b ul {
	font-size: 0;
    *word-spacing:-1px;
}
.css-index .type-b li {
	font: 12px/20px 'microsoft yahei';
	background: url(../images/css_bg_img.png) no-repeat -30px 8px;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
    *display:inline;
	width: 30%;
	padding-left: 3%;
	margin: 0 0 4px 0;
	zoom: 1;
}
.css-index .type-b dl {
	font-size: 0;
    *word-spacing:-1px;
	margin-top: 20px;
}
.css-index .type-b dt {
	font: 16px/18px 'microsoft yahei';
	height: 18px;
	padding-left: 6px;
	margin-bottom: 8px;
	border-left: 3px solid #DA542E;
}
.css-index .type-b dd {
	font: 12px/20px 'microsoft yahei';
	background: url(../images/css_bg_img.png) no-repeat -30px 8px;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
    *display:inline;
	width: 47%;
	padding-left: 2%;
	margin-bottom: 4px;
	zoom: 1;
}
.css-index .type-d .content {
	font-size: 0;
    *word-spacing:-1px;
	margin: 20px 0;
}
.css-index .type-d .content dl {
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
    *display:inline;
	width: 228px;
	height: 155px;
	margin: -1px 0 0 -1px;
	border: solid #F7F7F7;
	border-width: 1px 0 0 1px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	zoom: 1;
}
.css-index .type-d dl .p-name {
	font: 16px/20px 'microsoft yahei';
	color: #333;
	position: absolute;
	z-index: 1;
	top: 24px;
	left: 80px;
}
.css-index .type-d dl .p-name a {
	color: #555;
}
.css-index .type-d dl .p-ico {
	background: #FFF url(../images/css_bg_img.png) no-repeat scroll;
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	z-index: 1;
	top: 18px;
	left: 20px;
}
.css-index .type-d .tghd .p-ico {
	background-position: -200px -250px;
}
.css-index .type-d .xszk .p-ico {
	background-position: -100px -250px;
}
.css-index .type-d .mjs .p-ico {
	background-position: -50px -300px;
}
.css-index .type-d .tjzw .p-ico {
	background-position: -150px -250px;
}
.css-index .type-d .ggfw .p-ico {
	background-position: -240px -430px;
}
.css-index .type-d .zthd .p-ico {
	background-position: -100px -300px;
}
.css-index .type-d .yhq .p-ico {
	background-position: -50px -250px;
}
.css-index .type-d .zhxs .p-ico {
	background-position: -200px -300px;
}
.css-index .type-d .djq .p-ico {
	background-position: 0 -300px;
}
.css-index .type-d dl .p-hint {
	font: 12px/20px 'microsoft yahei';
	color: #999;
	position: absolute;
	z-index: 1;
	left: 80px;
	top: 46px;
}
.css-index .type-d dl .p-hint i {
	color: #28B779;
	margin-right: 4px;
}
.css-index .type-d dl .p-hint i.icon-minus-sign {
	color: #999;
}
.css-index .type-d dl .p-info {
	font: 12px/16px 'microsoft yahei';
	color: #AAA;
	width: 200px;
	height: 32px;
	padding-top: 8px;
	border-top: dotted 1px #F5F5F5;
	position: absolute;
	z-index: 1;
	left: 15px;
	top: 96px;
	overflow: hidden;
}
.css-index .type-d dl .p-point {
	font: 12px/14px 'microsoft yahei';
	color: #27A9E3;
	white-space: nowrap;
	width: auto;
	height: 14px;
	position: absolute;
	z-index: 1;
	left: 34px;
	top: 76px;
	overflow: hidden;
}
.tabmenu {
	background-color: #FFF;
	width: 100%;
	height: 38px;
	display: block;
	position: relative;
	z-index: 99;
}
.tabmenu .tab {
	height: 36px;
	border-bottom: solid 2px #27A9E3;
}
.tabmenu .tab li {
	float: left;
	margin-right: 3px;
}
.tabmenu .tab a {
	font: lighter 14px/33px 'microsoft yahei';
	color: #FFF;
	background-color: #AAA;
	display: inline-block;
	height: 33px;
	padding: 0 10px;
}
.tabmenu .tab a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #333;
}
.tabmenu .tab .ui-tabs-selected a {
	height: 36px;
	color: #FFFFFF;
	background-color: #FFF;
	display: inline-block;
	padding: 0px 10px;
	border: 0px;
	border-radius: 4px 4px 0 0;
	cursor: default;
	background-color: #27A9E3;
}
.tabmenu .tab .ui-tabs-selected a:hover {
	text-decoration: none;
	cursor: default;
}
.tabmenu .tab .active a {
	font: 18px/36px 'microsoft yahei';
	color: #FFF;
	background-color: #27A9E3;
	display: inline-block;
	height: 36px;
	padding: 0 20px;
	cursor: default;
}
.tabmenu .tab .active a:hover {
	text-decoration: none;
	cursor: default;
}
.tabmenu .tab .normal a {
	font: lighter 14px/33px 'microsoft yahei';
	color: #FFF;
	background-color: #AAA;
	display: inline-block;
	height: 33px;
	padding: 0 10px;
}
.tabmenu .tab .normal a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #333;
}
.tabmenu .text-intro {
	line-height: 20px;
	color: #999;
	position: absolute;
	z-index: 99;
	top: 5px;
	right: 5px;
}
.tabmenu a.css-btn {
	position: absolute;
	z-index: 1;
	top: -2px;
	right: 0px;
}
.sticky .tabmenu {
	width: 960px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: fixed;
	top: 0;
}
.sticky .tabmenu a.css-btn {
	top: 8px;
}
.css-form-default {
}
.css-form-default h3 {
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
	color: #555;
	clear: both;
	background-color: #F5F5F5;
	padding: 5px 0 5px 12px;
	border-bottom: solid 1px #E7E7E7;
}
.css-form-default dl {
	font-size: 0;
    *word-spacing:-1px;
	line-height: 20px;
	clear: both;
	padding: 0;
	margin: 0;
	border-bottom: dotted 1px #E6E6E6;
	overflow: hidden;
}
.css-form-default dl:hover {
	background-color: #FCFCFC;
}
.css-form-default dl:hover .hint {
	color: #666;
}
.css-form-default dl.bottom {
	border-bottom-width: 0px;
}
.css-form-default dl dt {
	font-size: 12px;
	line-height: 32px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: right;
	display: inline-block;
	width: 19%;
	padding: 10px 1% 10px 0;
	margin: 0;
}
.css-form-default dl dt {
    *display:inline;
}
.css-form-default dl dt i.required {
	font: 12px/16px Tahoma;
	color: #F30;
	vertical-align: middle;
	margin-right: 4px;
}
.css-form-default dl dd {
	font-size: 12px;
	line-height: 32px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: 79%;
	padding: 10px 0 10px 0;
}
.css-form-default dl dd {
    *display:inline;
	zoom: 1;
}
.css-form-default dl dd span {
	*line-height:20px;
	*display:inline;
	*height:20px;
	*margin-top:6px;
	*zoom:1;
}
.css-form-default dl dd p {
	clear: both;
}
.css-form-default div.bottom {
	text-align: center;
	margin: 10px 0;
}
.css-form-default .css-upload-thumb {
	background-color: #FFF;
	border: dashed 1px #E6E6E6;
	position: relative;
	z-index: 1;
}
.css-form-default .css-upload-thumb:hover {
	border-style: solid;
	border-color: #27A9E3;
}
.css-form-default .css-upload-thumb p {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
    *display:block;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.css-form-default .css-upload-thumb i {
	font-size: 48px;
	color: #CCC;
}
.css-form-default .css-upload-thumb a {
	font: 10px/14px Tahoma;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: none;
	width: 14px;
	height: 14px;
	border: 1px solid;
	border-radius: 8px 8px 8px 8px;
	position: absolute;
	z-index: 2;
	top: -8px;
	right: -8px;
}
.css-form-default .css-upload-thumb:hover a {
	color: #27A9E3;
	display: block;
	border-color: #27A9E3;
}
.css-form-default .css-upload-thumb:hover a:hover {
	text-decoration: none;
}
.css-form-default .css-upload-thumb.store-logo, .css-form-default .css-upload-thumb.store-logo p {
	width: 250px;
	height: 250px;
}
.css-form-default .css-upload-thumb.store-logo p img {
	max-width: 250px;
	max-height: 250px;
	margin-top:expression(60-this .height/ 2);
	*margin-top:expression(30-this .height/ 2);
}
.css-form-default .css-upload-thumb.store-banner, .css-form-default .css-upload-thumb.store-banner p {
	width: 100px;
	height: 100px;
}
.css-form-default .css-upload-thumb.store-banner p img {
	max-width: 100px;
	max-height: 100px;
	margin-top:expression(158-this .height/ 2);
	*margin-top:expression(79-this .height/ 2);
}
.css-form-default .css-upload-thumb.store-sns-pic, .css-form-default .css-upload-thumb.store-sns-pic p {
	width: 160px;
	height: 160px;
}
.css-form-default .css-upload-thumb.store-sns-pic p img {
	max-width: 160px;
	max-height: 160px;
	margin-top:expression(160-this .height/ 2);
	*margin-top:expression(80-this .height/ 2);
}
.css-form-default .css-upload-thumb.groupbuy-pic, .css-form-default .css-upload-thumb.groupbuy-pic p {
	width: 440px;
	height: 293px;
}
.css-form-default .css-upload-thumb.groupbuy-pic p img {
	max-width: 440px;
	max-height: 293px;
	margin-top:expression(293-this .height/ 2);
	*margin-top:expression(146-this .height/ 2);
}
.css-form-default .css-upload-thumb.groupbuy-commend-pic, .css-form-default .css-upload-thumb.groupbuy-commend-pic p {
	width: 210px;
	height: 180px;
}
.css-form-default .css-upload-thumb.groupbuy-commend-pic p img {
	max-width: 210px;
	max-height: 180px;
	margin-top:expression(180-this .height/ 2);
	*margin-top:expression(90-this .height/ 2);
}
.css-form-default .css-upload-thumb.voucher-pic, .css-form-default .css-upload-thumb.voucher-pic p {
	width: 100px;
	height: 100px;
}
.css-form-default .css-upload-thumb.voucher-pic p img {
	max-width: 100px;
	max-height: 100px;
	margin-top:expression(100-this .height/ 2);
	*margin-top:expression(50-this .height/ 2);
}
.css-form-default .css-upload-thumb.watermark-pic, .css-form-default .css-upload-thumb.watermark-pic p {
	width: 100px;
	height: 100px;
}
.css-form-default .css-upload-thumb.watermark-pic p img {
	max-width: 100px;
	max-height: 100px;
	margin-top:expression(100-this .height/ 2);
	*margin-top:expression(50-this .height/ 2);
}
.css-form-default .upload-appeal-pic {
	border: dotted 1px #D8D8D8;
	padding: 5px;
	width: 250px;
	margin-left: 32px;
}
.css-form-default .upload-appeal-pic p {
	padding: 5px;
}
.css-form-default .handle {
	height: 30px;
	margin: 10px 0;
}
.search-form {
	color: #999;
	width: 100%;
	border-bottom: solid 1px #E6E6E6;
}
.search-form th {
	font-size: 12px;
	line-height: 22px;
	text-align: right;
	width: 50px;
	padding: 8px 8px 8px 0;
}
.search-form td {
	text-align: left;
	padding: 8px 0;
}
.search-form input.text {
	vertical-align: middle;
	width: 148px;
}
.search-form .add-on {
	vertical-align: top;
}
.search-form .submit-border {
	vertical-align: middle;
	display: inline-block;
    *display:inline;
	margin: 0 2px;
	border-color: #DCDCDC #DCDCDC #B3B3B3 #DCDCDC;
	zoom: 1;
}
.search-form .submit-border:hover {
	border-color: #CFCFCF #CFCFCF #B3B3B3 #CFCFCF;
}
.search-form input[type='submit'], .search-form input.submit, .search-form a.submit {
	font: 12px/28px 'microsoft yahei';
	color: #333;
	background-color: #F5F5F5;
	width: 64px;
	height: 28px;
	padding: 0;
	border: 0;
	cursor: pointer;
}
.search-form input[type='submit']:hover {
	background-color: #E6E6E6;
	color: #333;
}
.css-default-table {
	line-height: 20px;
	width: 100%;
	border-collapse: collapse;
	clear: both;
}
.css-default-table thead th {
	line-height: 20px;
	color: #999;
	background-color: #FFF;
	text-align: center;
	height: 20px;
	padding: 8px 0;
	border-bottom: solid 1px #DDD;
}
.css-default-table thead td, .css-default-table tfoot th {
	background-color: #FFF;
	height: 22px;
	padding: 5px 0;
	border-bottom: solid 1px #E6E6E6;
}
.css-default-table tfoot th {
	border-top: solid 1px #E6E6E6;
}
.css-default-table thead td label, .css-default-table tfoot th label {
	color: #555;
	display: inline;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
.css-default-table tbody th {
	background-color: #FAFAFA;
	border: solid #E6E6E6;
	border-width: 1px 0;
	padding: 4px 0;
}
.css-default-table tbody th span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.css-default-table tbody th span.goods-name {
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 240px;
	height: 20px;
	overflow: hidden;
}
.css-default-table tbody td {
	color: #999;
	background-color: #FFF;
	text-align: center;
	padding: 10px 0;
}
.css-default-table tbody td strong {
	color: #666;
}
.css-default-table tfoot td {
	background-color: #FFF;
	text-align: center;
	padding: 10px 0;
}
.css-default-table td .pic-thumb {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
    *display:block;
	width: 32px;
	height: 32px;
	border: solid 1px #F5F5F5;
	overflow: hidden;
}
.css-default-table td .pic-thumb img {
	max-width: 32px;
	max-height: 32px;
	margin-top:expression(32-this .height/ 2);
	*margin-top:expression(16-this .height/ 2);
}
.css-default-table td .goods-name {
	border: none;
}
.css-default-table td .goods-name dt {
	font-size: 12px;
	color: #333;
	text-overflow: ellipsis;
	display: block;
	text-align: left;
	max-width: 320px!important;
	max-height: 32px;
	padding-bottom: 4px;
	overflow: hidden;
}
.css-default-table td .goods-name dt span {
	line-height: 16px;
	color: #FFF;
	background-color: #999;
	display: inline-block;
    *display:inline;
	height: 16px;
	padding: 1px 4px;
	margin-right: 2px;
    *zoom:1;
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.25);
	cursor: default;
}
.css-default-table td .goods-name dt span.type-virtual {
	background-color: #3598DC;
}
.css-default-table td .goods-name dt span.type-fcode {
	background-color: #9C59B8;
}
.css-default-table td .goods-name dt span.type-presell {
	background-color: #1ABC9D;
}
.css-default-table td .goods-name dt span.type-appoint {
    background-color:;
}
.css-default-table td .goods-name dt a {
	color: #005EA6;
}
.css-default-table td .goods-name dt a:hover {
	color: #DA542E;
}
.css-default-table td .goods-name dd {
	line-height: 16px;
	display: block;
	height: 16px;
}
.css-default-table td .goods-name .sale-type {
	background-color: #DA542E;
	padding: 1px 4px;
	color: #FFFFFF
}
.css-default-table td .goods-name dd.serve {
	height: 18px;
	padding-top: 2px;
}
.css-default-table td .goods-name dd.serve span {
	color: #555;
	vertical-align: middle;
	display: inline-block;
    *display:inline;
	margin-right: 6px;
	position: relative;
	z-index: 1;
    *zoom:1;
	cursor: default;
}
.css-default-table td .goods-name dd.serve i {
	font-size: 18px;
	line-height: 20px;
}
.css-default-table td .goods-name dd.serve i.commend {
	font-size: 12px;
	background-color: #CCC;
	color: #FFF!important;
	line-height: 16px;
	text-align: center;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 2px;
}
.css-default-table td .goods-name dd.serve .open i {
	color: #3598DC;
}
.css-default-table td .goods-name dd.serve .open i.commend {
	background-color: #E84C3D;
}
.css-default-table td .goods-name dd.serve span .QRcode {
	background: #F5F5F5;
	display: none;
	width: 160px;
	padding: 5px;
	border: solid 1px #CCC;
	position: absolute;
	z-index: 99;
	top: -90px;
	right: -170px;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.css-default-table td .goods-name dd.serve span .QRcode a {
	line-height: 20px;
	display: block;
	text-align: right;
}
.css-default-table td .goods-name dd.serve span .QRcode p {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
    *display:block;
	width: 160px;
	height: 160px;
	overflow: hidden;
}
.css-default-table td .goods-name dd.serve span .QRcode img {
	max-width: 160px;
	max-height: 160px;
margin-top:expression(160-this .height/ 2);
}
.css-default-table td .goods-name dd.serve span:hover .QRcode {
	display: block;
}
.css-goods-gift {
}
.css-goods-gift ul {
	font-size: 0;
    *word-spacing:-1px;
	display: inline-block;
	vertical-align: middle;
}
.css-goods-gift li {
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
    *display:inline;
	margin-right: 4px;
    *zoom:1;
}
.css-goods-gift li a {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
    *display:block;
	width: 30px;
	height: 30px;
	overflow: hidden;
}
.css-goods-gift li a img {
	max-width: 30px;
	max-height: 30px;
    margin-top:expression(30-this .height/ 2);
}
.bd-line td {
	border-bottom: solid 1px #DDD;
}
.ld-line td {
	border-bottom: dotted 1px #DDD;
}
.order tbody tr td.sep-row {
	height: 12px;
	padding: 0;
	border: 0;
}
.order tbody tr:hover td.sep-row {
	background-color: #FFF;
	border: 0;
}
.order tbody tr th {
	border: solid 1px #DDD;
}
.order tbody tr th h3 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #555;
	vertical-align: middle;
	display: inline-block;
	margin: 0 10px;
}
.order tbody tr th time {
	font-size: 11px;
	line-height: 20px;
	color: #999;
	vertical-align: middle;
	display: inline-block;
	margin-right: 20px;
	-webkit-text-size-adjust: none;
}
.order tbody tr th time i {
	font-size: 12px;
	margin-right: 4px;
}
.order tbody tr td {
	border-bottom: 1px solid #E6E6E6;
	vertical-align: top;
}
.order tbody tr td.bdl {
	border-left: 1px solid #E6E6E6;
}
.order tbody tr td.bdr {
	border-right: 1px solid #E6E6E6;
}
.order .norecord {
	border-bottom: 0!important;
}
.css-order-amount {
	font: bold 12px/20px Verdana;
	color: #C00;
}
.nscs-table-handle {
	font-size: 0;
    *word-spacing:-1px;
}
.nscs-table-handle span {
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: center;
	display: inline-block;
	padding: 0 4px;
	border-left: solid 1px #E6E6E6;
}
.nscs-table-handle span {
    *display:inline;
}
.nscs-table-handle span:first-child {
	border-left: none 0;
}
.nscs-table-handle span a {
	color: #777;
	background-color: #FFF;
	display: block;
	padding: 3px 7px;
	margin: 1px;
}
.nscs-table-handle span a i {
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}
.nscs-table-handle span a p {
	font: 12px/16px arial;
	height: 16px;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}
.nscs-table-handle span a:hover {
	text-decoration: none;
	color: #62BFE9;
	margin: 0;
	border-style: solid;
	border-width: 1px;
}
a.css-btn-mini {
	font: normal 12px/20px arial;
	color: #777;
	background-color: #F5F5F5;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	height: 20px;
	padding: 0 10px;
	margin-right: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #DCDCDC #DCDCDC #B3B3B3 #DCDCDC;
	cursor: pointer;
}
a:hover.css-btn-mini {
	text-decoration: none;
	color: #333;
	background-color: #E6E6E6;
	border-color: #CFCFCF #CFCFCF #B3B3B3 #CFCFCF;
}
a.css-btn {
	font: normal 12px/20px 'microsoft yahei';
	text-decoration: none;
	color: #777;
	background-color: #F5F5F5;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	height: 20px;
	padding: 4px 10px;
	border: solid 1px;
	border-color: #DCDCDC #DCDCDC #B3B3B3 #DCDCDC;
	cursor: pointer;
}
a:hover.css-btn {
	text-decoration: none;
	color: #333;
	background-color: #E6E6E6;
	border-color: #CFCFCF #CFCFCF #B3B3B3 #CFCFCF;
}
a.css-btn-mini i, a.css-btn i {
	font-size: 14px;
	vertical-align: middle;
	margin-right: 4px;
}
a.css-btn-blue, a.css-btn-acidblue, a.css-btn-green, a.css-btn-orange, a.css-btn-red, a.css-btn-black, a:hover.css-btn-blue, a:hover.css-btn-acidblue, a:hover.css-btn-green, a:hover.css-btn-orange, a:hover.css-btn-red, a:hover.css-btn-black, .nscs-table-handle a.btn-orange-current {
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.10);
}
a.css-btn-blue, .nscs-table-handle a:hover.btn-blue {
	/*background-color: #006DCC;*/
	/*border-color: #0062B7 #0062B7 #005299 #0062B7;*/
}
a.css-btn-acidblue, .nscs-table-handle a:hover.btn-acidblue {
	background-color: #49AFCD;
	border-color: #429DB8 #429DB8 #37839A #429DB8;
}
a.css-btn-green, .nscs-table-handle a:hover.btn-green {
	background-color: #5BB75B;
	border-color: #52A452 #52A452 #448944 #52A452;
}
a.css-btn-orange, .nscs-table-handle a:hover.btn-orange, .nscs-table-handle a.btn-orange-current {
	background-color: #FAA732;
	margin: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #E1962D #E1962D #BB7D25 #E1962D!important;
}
a.css-btn-red, .nscs-table-handle a:hover.btn-red {
	background-color: #DA4F49;
	border-color: #C44742 #C44742 #A33B37 #C44742;
}
a.css-btn-black, .nscs-table-handle a:hover.btn-black {
	background-color: #363636;
	border-color: #313131 #313131 #282828 #313131;
}
a:hover.css-btn-blue {
	background-color: #0044CC;
	border-color: #003DB7 #003DB7 #003399 #003DB7;
}
a:hover.css-btn-acidblue {
	background-color: #2F96B4;
	border-color: #2A87A2 #2A87A2 #237087 #2A87A2;
}
a:hover.css-btn-green {
	background-color: #51A351;
	border-color: #499249 #499249 #3D7A3D #499249;
}
a:hover.css-btn-orange {
	background-color: #F89406;
	border-color: #DF8505 #DF8505 #BA6F04 #DF8505;
}
a:hover.css-btn-red {
	background-color: #BD362F;
	border-color: #AA312A #AA312A #8E2823 #AA312A;
}
a:hover.css-btn-black {
	background-color: #222222;
	border-color: #1F1F1F #1F1F1F #191919 #1F1F1F;
}
.css-upload-btn {
	vertical-align: top;
	display: inline-block;
    *display:inline;
	width: 80px;
	height: 30px;
	margin: 5px 5px 0 0;
    *zoom:1;
}
.css-upload-btn a {
	display: block;
	position: relative;
	z-index: 1;
}
.css-upload-btn span {
	width: 80px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
}
.css-upload-btn .input-file {
	width: 80px;
	height: 30px;
	padding: 0;
	margin: 0;
	border: none 0;
	opacity: 0;
	filter: alpha(opacity= 0);
	cursor: pointer;
}
.css-upload-btn p {
	font-size: 12px;
	line-height: 20px;
	background-color: #F5F5F5;
	color: #999;
	text-align: center;
	color: #666;
	width: 78px;
	height: 20px;
	padding: 4px 0;
	border: solid 1px;
	border-color: #DCDCDC #DCDCDC #B3B3B3 #DCDCDC;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.css-upload-btn p i {
	vertical-align: middle;
	margin-right: 4px;
}
.css-upload-btn a:hover p {
	background-color: #E6E6E6;
	color: #333;
	border-color: #CFCFCF #CFCFCF #B3B3B3 #CFCFCF;
}
.show-album {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	background-color: #F5F5F5;
	vertical-align: middle;
	display: inline-block;
	height: 20px;
	padding: 4px 8px;
	border: solid 1px;
	border-color: #DCDCDC #DCDCDC #B3B3B3 #DCDCDC;
}
.show-album i {
	margin-right: 4px;
}
.show-album:hover {
	color: #333;
	text-decoration: none;
	background-color: #E6E6E6;
	border-color: #CFCFCF #CFCFCF #B3B3B3 #CFCFCF
}
.submit-border {
	display: inline-block;
    *display:inline;
	border: solid 1px;
	border-color: #52A452 #52A452 #448944 #52A452;
	zoom: 1;
}
input[type='submit'], input.submit, a.submit {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
	background-color: #5BB75B;
	display: block;
	height: 30px;
	padding: 0 20px 2px 20px;
	border: 0;
	cursor: pointer;
}
.submit-border:hover {
	borderd-color: #499249 #499249 #3D7A3D #499249;
}
input[type='submit']:hover, input.submit:hover, a.submit:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #51A351;
}
.order .buyer {
	color: #555;
	position: relative;
	display: block;
}
.order .buyer-info {
	display: none;
}
.order .buyer:hover .buyer-info {
    *width:250px;
	display: block;
	position: absolute;
	z-index: 8;
	top: -40px;
	left: 90px;
	border: solid 1px #FEC500;
	background-color: #FFF9D4;
	padding: 4px;
	border-radius: 5px;
}
.order .buyer-info em {
	background: url(../images/css_bg_img.png) no-repeat -40px -460;
	width: 8px;
	height: 14px;
	position: absolute;
	z-index: 9;
	top: 37px;
	left: -8px;
}
.order .buyer-info .con {
	display: block;
	overflow: hidden;
	background: #FFF;
	padding: 5px;
}
.order .buyer-info h3 {
	font-size: 1em;
	font-weight: 700;
	color: #C33700;
	padding: 5px 0;
	overflow: hidden;
}
.order .buyer-info h3 i {
	background: url(../images/css_bg_img.png) no-repeat scroll -40px -476px;
	width: 17px;
	height: 11px;
	float: left;
	margin: 5px 5px 4px 12px;
}
.order .buyer-info h3 span {
	float: left;
}
.order .buyer-info dl {
	color: #777;
	padding: 2px 0;
	width: 220px;
	overflow: hidden;
	clear: both;
}
.order .buyer-info dt {
	float: left;
	width: 50px;
	text-align: right;
}
.order .buyer-info dd {
	float: left;
	width: 140px;
	text-align: left;
}
td.trigger i {
	color: #C8C8C8;
	cursor: pointer;
}
td.trigger i:hover {
	color: #27A9E3;
}
.css-goods-sku.ps-container {
	background-color: #FCFCFC;
	text-align: left;
	width: 100%;
	padding-bottom: 3px;
	border: solid 1px #E6E6E6;
	position: relative;
	z-index: 1;
	overflow: hidden;
	box-shadow: 2px 2px 0 rgba(204,204,204,0.1);
}
.css-goods-sku-list {
	font-size: 0;
    *word-spacing:-1px;
	white-space: nowrap;
	display: inline-block;
    *display:inline;
	margin: 10px 0;
	zoom: 1;
	overflow: hidden;
}
.css-goods-sku-list li {
	font-size: 12px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
    *display:inline;
	width: 100px;
	padding: 0 9px 0 10px;
	margin-left: -1px;
    *zoom:1;
	border-left: dashed 1px #E6E6E6;
}
.css-goods-sku-list .goods-thumb {
	background-color: #FFF;
	width: 60px;
	height: 60px;
	padding: 1px;
	border: solid 1px #E6E6E6;
	margin: 0 auto 5px auto;
}
.css-goods-sku-list .goods-thumb a {
	line-height: 0;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
    *display:block;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.css-goods-sku-list .goods-thumb a img {
	max-width: 60px;
	max-height: 60px;
	margin-top:expression(60-this .height/ 2);
	*margin-top:expression(30-this .height/ 2);
}
.css-goods-sku-list .goods_spec em, .css-goods-sku-list .goods-price em, .css-goods-sku-list .goods-storage em {
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	display: inline-block;
    *display:inline;
	width: 60px;
	zoom: 1;
	overflow: hidden;
}
.css-goods-sku-list .goods_spec em {
	color: #448944;
}
.css-goods-sku-list .goods-price em {
	color: #F30;
}
.css-goods-sku-list .goods-storage em {
	color: #27A9E3
}
.css-goods-spec {
	margin: 20px 0;
}
.css-goods-spec .spec-tabmenu {
	margin-bottom: -1px;
}
.css-goods-spec .spec-tabmenu ul {
	font-size: 0;
    *word-spacing:-1px;
}
.css-goods-spec .spec-tabmenu ul li {
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: 20%;
}
.css-goods-spec .spec-tabmenu ul li {
    *display:inline;
}
.css-goods-spec .spec-tabmenu ul li a {
	font-size: 12px;
	line-height: 30px;
	color: #999;
	text-align: center;
	display: block;
	height: 30px;
	padding: 8px 0;
	border-style: solid;
	border-color: #FFF;
	border-width: 1px 1px 0 1px;
}
.css-goods-spec .spec-tabmenu ul li a:hover {
	text-decoration: none;
}
.css-goods-spec .spec-tabmenu ul li.selected a {
	font-size: 16px;
	font-weight: lighter;
	color: #27A9E3;
	background-color: #FFF;
	border-color: #E6E6E6;
}
.css-goods-spec .spec-iframe {
}
.css-spec-info {
	width: 100%;
	padding: 10px 0;
	border-bottom: solid 1px #E6E6E6;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.css-spec-info span {
	line-height: 30px;
	height: 30px;
	margin: 0 40px 0 10px;
}
.css-spec-info a {
	position: absolute;
	z-index: 1;
	top: 10px!important;
	right: 10px!important;
}
.add-goods-step {
	font-size: 0;
	background-color: #FFF;
    *word-spacing:-1px;
	margin: 0 0 20px 20px;
}
.add-goods-step li {
	color: #CCC;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: 25%;
    *width:24%;
	height: 50px;
	position: relative;
	z-index: 1;
}
.add-goods-step li {
    *display:inline;
	zoom: 1;
}
.add-goods-step li .icon {
	font-size: 32px;
	line-height: 50px;
	text-align: center;
	width: 40px;
	height: 50px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 5px;
}
.add-goods-step li h6 {
	font-size: 11px;
	line-height: 16px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50px;
	-webkit-text-size-adjust: none;
}
.add-goods-step li h2 {
	font-size: 22px;
	font-weight: lighter;
	line-height: 30px;
	color: #CCC;
	position: absolute;
	z-index: 1;
	top: 16px;
	left: 50px;
}
.add-goods-step li .arrow {
	font-size: 20px;
	line-height: 50px;
	color: #CCC;
	text-align: center;
	width: 20px;
	height: 50px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}
.add-goods-step li.current, .add-goods-step li.current h2 {
	color: #27A9E3;
}
.sticky .add-goods-step {
	width: 940px;
	height: 50px;
	padding: 10px 0 10px 20px;
	margin: 0;
	border-bottom: solid 1px #27A9E3;
	position: fixed;
	z-index: 99;
	top: 0;
}
.wp_data_loading {
	font-size: 12px;
	background-color: #FFF;
	display: none;
	width: 120px;
	height: 16px;
	padding: 20px;
	border: 1px solid #92AED1;
	margin-left: -81px;
	margin-top: -28px;
	position: absolute;
	z-index: 30;
	left: 50%;
	top: 50%;
	filter: alpha(opacity= 75);
	-moz-opacity: 0.75;
	opacity: .75;
}
.data_loading {
	line-height: 16px;
	background: url(../images/loading.gif) no-repeat 0 0;
	padding-left: 30px;
}
.wp_sort {
	background-color: #FAFAFA;
	height: 318px;
	padding: 15px;
	margin: 10px auto;
	border: solid 1px #E6E6E6;
	position: relative;
	z-index: 1;
}
.sort_title {
	font-size: 12px;
	line-height: 30px;
	color: #777;
	text-align: center;
	height: 30px;
	margin: 0 auto;
}
.sort_title .text {
	font: 12px/20px Arial;
	color: #777;
	background-color: #FFF;
	vertical-align: top;
	text-align: left;
	display: inline-block;
	width: 700px;
	height: 20px;
	padding: 4px;
	border: solid 1px #CCC;
	outline: 0 none;
	letter-spacing: normal;
	word-spacing: normal;
    *display:inline;
	cursor: pointer;
	zoom: 1;
}
.sort_title .text:hover {
	color: #333;
	border-color: #75B9F0;
	box-shadow: 0 0 0 2px rgba(82,168,236,0.15);
	outline: 0 none;
}
.sort_title i {
	color: #CCC;
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 870px;
}
.sort_title:hover i {
	color: #333;
}
.select_list {
	background-color: #FFF;
	display: none;
	width: 708px;
	height: 200px;
	border: solid 1px #75B9F0;
	position: absolute;
	z-index: 2;
	top: 44px;
	left: 179px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.select_list ul {
	margin: 0;
	padding: 0;
}
.select_list ul li {
	display: block;
	clear: both;
	border-bottom: dashed 1px #E6E6E6;
	position: relative;
	z-index: 1;
}
.select_list ul li span {
	line-height: 30px;
	display: block;
	height: 30px;
	padding: 0 10px;
	margin: 0;
	cursor: pointer;
}
.select_list ul li:hover {
	color: #06C;
	background-color: #f4fafe;
}
.select_list ul li a {
	width: 16px;
	height: 16px;
	color: #27A9E3;
	position: absolute;
	z-index: 2;
	top: 5px;
	right: 10px;
}
.select_list ul li a:hover {
	text-decoration: none;
	color: #DA542E;
}
.wp_sort_block {
	font-size: 0;
    *word-spacing:-1px;
	margin: 15px 0 0;
	overflow: hidden;
}
.sort_list {
	background: #FFF;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	margin-right: 15px;
	border: solid 1px #E6E6E6;
}
.sort_list {
    *display:inline;
}
.sort_list_last {
	margin-right: 0;
}
.wp_category_list {
	width: 284px;
	height: 264px;
	padding: 8px 4px 8px 8px;
	margin: 0;
}
.wp_category_list.blank {
	background-color: #F0F0F0;
}
.wp_category_list.blank .category_list {
	display: none;
}
.category_list {
	height: 264px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.category_list ul {
	margin: 0 15px 0 0;
}
.category_list ul li {
	clear: both;
}
.category_list ul li a {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	display: block;
	height: 20px;
	padding: 4px 8px;
	margin: 1px;
	overflow: hidden;
}
.category_list ul li a i {
	font-size: 12px;
	display: none;
}
.category_list ul li a.classDivClick {
	color: #3A87AD;
	background-color: #D9EDF7;
	display: block;
	margin: 0;
	border: solid 1px #BCE8F1;
}
.category_list ul li a.classDivClick i {
	font-size: 14px;
	display: block;
	margin-left: 6px;
	float: right;
}
.category_list ul li a:hover {
	text-decoration: none;
}
.category_list ul .hight_light {
	color: #f50;
}
.hover_tips_cont {
	font-size: 0;
    *word-spacing:-1px;
	text-align: left;
	overflow: hidden;
}
.hover_tips_cont dt, .hover_tips_cont dd {
	font-size: 12px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: nowrap;
	display: inline-block;
    *display:inline;
	zoom: 1;
}
.hover_tips_cont dt {
	font-weight: 600;
}
.hover_tips_cont dd i {
	margin: 0 5px;
}
.bottom .submit-border {
	margin: 10px auto;
}
.bottom .submit {
	font: 14px/36px 'microsoft yahei';
	text-align: center;
	min-width: 100px;
    *min-width:auto;
	height: 36px;
}
.bottom a.submit {
	width: 100px;
	margin: 0 auto;
}
.bottom .submit[disabled='disabled'] {
	color: #999;
	text-shadow: none;
	background-color: #F5F5F5;
	border: solid 1px;
	border-color: #DCDCDC #DCDCDC #B3B3B3 #DCDCDC;
	cursor: default;
}
.spec-bg {
	background-color: #FCFCFC;
}
.spec {
	font-size: 0;
*word-spacing:-1px;
}
.spec li {
	font-size: 12px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
	width: 25%;
	margin-bottom: 6px;
	zoom: 1;
}
.spec li span {
	line-height: 30px;
	vertical-align: middle;
	margin-right: 6px;
}
.spec li span .text {
	vertical-align: middle;
	width: 130px;
}
.spec_table {
	background-color: #FFF;
	width: 98%;
	margin: 10px auto;
	border: solid 1px #BCE8F1;
	box-shadow: 3px 3px 0 rgba(153,153,153,0.15);
}
.spec_table thead th {
	font-weight: 600;
	line-height: 24px;
	color: #3A87AD;
	background: #D9EDF7;
	height: 24px;
	padding: 5px 10px;
}
.spec_table tbody td {
	height: 30px;
	padding: 5px 10px;
	border-top: solid 1px #BCE8F1;
}
.spec_table .text.price, .spec_table .text.stock {
	width: 40px;
}
.spec_table .text.sku {
	width: 80px;
}
.css-mobile-editor {
	overflow: hidden;
}
.css-mobile-editor .pannel {
	width: 320px;
	height: 490px;
	float: left;
	border: solid 1px #DDD;
	position: relative;
	margin:10px 0 10px 10px;
}
.css-mobile-editor .tool_box{
	
}
.css-mobile-editor .pannel .size-tip {
	background-color: #ffffff;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	color:#333;
}
#top1 {
    font-size: 10px;
    margin-left: 3px;
    float: left;
}
#top2 {
    float: right;
    font-size: 10px;
}
#ws {
    float: left;
    margin-right: 2px;
}
#dc {
    width: 14px;
    height: 6px;
    border: 1px solid #333;
    display: block;
    float: left;
    margin-top: 10px;
    padding: 1px;
    margin-right: 2px;
}
#dy {
    margin-right: 3px;
	float:left;
}
#dcc {
    display: block;
    width: 14px;
    height: 6px;
    background: #333;
}
#top1 ul{position: relative; width: 200px; height: 30px;}  
#top1 li{width: 3px; position: absolute; bottom: 8px; border-radius: 10px; background: #333;}  
#top1 ul li:nth-child(1){height: 3px; left: 0px;}  
#top1 ul li:nth-child(2){height: 5px; left: 5px;}  
#top1 ul li:nth-child(3){height: 8px; left: 10px;}  
#top1 ul li:nth-child(4){height: 13px; left: 15px;}  
.css-mobile-editor .pannel .size-tip em {
	color: #F60;
}
.css-mobile-editor .pannel .size-tip i {
	color: #CCC;
	margin: 0 10px;
}
.css-mobile-editor .pannel .control-panel {
	-moz-user-select: none;
	max-height: 458px;
	overflow-x: hidden;
	overflow-y: auto;
}
.css-mobile-editor .pannel .control-panel .module {
	background: #fff;
	width: 286px;
	margin: 0px 15px;
	position: relative;
}
.css-mobile-editor .pannel .control-panel .tools {
	display: none;
	position: absolute;
	z-index: 20;
	top: 10px;
	right: 10px;
}
.css-mobile-editor .pannel .control-panel .tools a {
	line-height: 25px;
	color: #000;
	background: #fff;
	float: left;
	padding: 0 10px;
	margin-right: 1px;
}
.css-mobile-editor .pannel .control-panel .cover {
	background-color: #000;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
}
.css-mobile-editor .pannel .control-panel .current {
	/*min-height: 40px;*/
}
.css-mobile-editor .pannel .control-panel .current .tools, .css-mobile-editor .pannel .control-panel .current .cover {
	display: block;
}
.css-mobile-editor .pannel .add-btn {
	margin: 10px 15px;
	overflow: hidden;
}
.css-mobile-editor .pannel .add-btn ul {
	padding: 5px;
}
.css-mobile-editor .pannel .add-btn li {
	text-align: center;
	width: 33.33%;
	float: left;
	margin-top: 10px;
}
.css-mobile-editor .pannel .add-btn li .square_img{
	width: 49px;
	height: 49px;
	line-height:49px;
	/*background: url(../images/diy/square.jpg) no-repeat;*/
	text-align: center;
	cursor: move;
	margin:0 auto;
}
.css-mobile-editor .pannel .add-btn li .square_img img {
    vertical-align: middle;
	width:32px;
	height:32px;
}
.css-mobile-editor .pannel .add-btn li .square_img span {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}
.css-mobile-editor .pannel .add-btn li .a {
	display: block;
	color: #333;
	text-decoration:none;
}
.css-mobile-editor .pannel .add-btn li i {
	font-size: 24px;
	line-height: 30px;
	height: 30px
}
.css-mobile-editor .pannel .add-btn li p {
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	text-align:center;
	display:block;
}
.css-mobile-editor .explain {
	float: left;
	width: 450px;
	border: solid 1px #DDD;
	margin:10px 0 10px 10px;
	padding:10px;
	height:470px;
	overflow-x: hidden;
	overflow-y: auto;
}
.css-mobile-editor .explain dl, .css-mobile-editor .explain dt, .css-mobile-editor .explain dd {
	color: #777;
	line-height: 24px;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}
.css-mobile-editor .explain dl {
	margin-bottom: 15px;
}
.css-mobile-editor .explain dt {
	color: #555;
	font-weight: 600;
}
.css-mobile-edit-area {
}
.css-mea-text {
	border: solid 1px #FFF;
	position: relative;
	z-index: 1;
}
.css-mea-text .text-tip {
	color: #333;
	line-height: 20px;
	height: 20px;
	padding: 5px 0;
	text-align:center;
}
.css-mea-text .text-tip em {
	color: #F60;
	margin: 0 2px;
}
.css-mea-text .textarea {
	width: 310px;
	height: 80px;
	resize: none;
}
.css-mea-text .button {
	text-align: center;
	padding: 10px 0;
}
.css-mea-text .text-close {
	font: 11px/16px Verdana;
	color: #FFF;
	background: #AAA;
	text-align: center;
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 1;
	top: 8px;
	right: 4px;
}
.css-mea-text .text-close:hover {
	text-decoration: none;
	background-color: #F30;
}
.css-mobile-editor .css-mea-text {
	width: 290px;
	margin: 0 auto;
	border: solid #27a9e3;
	border-width: 1px 0;
}
.css-mobile-editor .css-mea-text .text-tip {
	background: #F5F5F5;
	padding: 5px;
	text-align:center;
}
.css-mobile-editor .css-mea-text .textarea {
	width: 290px;
	border: none;
}
.css-mobile-editor .css-mea-text .textarea:focus {
	box-shadow: none;
}
.css-mobile-editor .css-mea-text .button {
	background: #F5F5F5;
}
.css-mobile-edit-area .css-mea-img {
}
.css-mobile-edit-area .goods-gallery {
	border: solid 1px #EEE;
	margin-top: 5px;
}
.css-goods-default-pic {
	overflow: hidden;
}
.css-goods-default-pic .goodspic-uplaod {
	float: left;
}
.css-goods-default-pic .goodspic-uplaod .upload-thumb {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display:block;
	width: 160px;
	height: 160px;
	border: solid 1px #F5F5F5;
	overflow: hidden;
}
.css-goods-default-pic .goodspic-uplaod .upload-thumb img {
	max-width: 160px;
	max-height: 160px;
margin-top:expression(160-this .height/ 2);
*margin-top:expression(80-this .height/ 2);
}
.css-goods-default-pic .goodspic-uplaod .handle {
	height: 30px;
	margin: 10px 0;
}
.css-goods-default-pic .faq {
	width: 300px;
	float: right;
}
.css-form-goods-pic {
	min-height: 480px;
	overflow: hidden;
}
.css-form-goods-pic .container {
	width: 708px;
	float: left;
}
.css-form-goods-pic .sidebar {
	width: 228px;
	float: right;
}
.sticky #uploadHelp {
	width: 178px;
	position: fixed;
	z-index: 10;
	top: 75px;
}
.css-form-goods-pic .css-goodspic-list {
	margin-bottom: 20px;
	border: solid 1px #E6E6E6;
	overflow: hidden;
}
.css-goodspic-list:hover {
	border-color: #AAA;
}
.css-goodspic-list .title {
	background-color: #F5F5F5;
	height: 20px;
	padding: 5px 0 5px 12px;
	border-bottom: solid 1px #E6E6E6;
}
.css-goodspic-list:hover .title {
	background-color: #CCC;
	border-color: #AAA;
}
.css-goodspic-list .title h3 {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: #555;
}
.css-goodspic-list:hover .title h3 {
	color: #000;
}
.css-goodspic-list ul {
	font-size: 0;
*word-spacing:-1px;
	margin-left: -1px;
}
.css-goodspic-list ul li {
	font-size: 12px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
	width: 140px;
	height: 180px;
	border-left: solid 1px #E6E6E6;
	position: relative;
	z-index: 1;
	zoom: 1;
}
.css-goodspic-list:hover ul li {
	border-color: #CCC;
}
.css-goodspic-list ul li .upload-thumb {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display:block;
	width: 120px;
	height: 120px;
	border: solid 1px #F5F5F5;
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 10px;
	overflow: hidden;
}
.css-goodspic-list ul li .upload-thumb img {
	max-width: 120px;
	max-height: 120px;
margin-top:expression(120-this .height/ 2);
*margin-top:expression(60-this .height/ 2);
}
.css-goodspic-list ul li .show-default {
	display: block;
	width: 120px;
	height: 30px;
	padding: 90px 0 0;
	border: solid 1px #F5F5F5;
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 10px;
	cursor: pointer;
}
.css-goodspic-list ul li .show-default:hover {
	border-color: #27A9E3;
}
.css-goodspic-list ul li .show-default.selected, .css-goodspic-list ul li .show-default.selected:hover {
	border-color: #28B779;
}
.css-goodspic-list ul li .show-default p {
	color: #28B779;
	line-height: 20px;
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#E5FFFFFF', endColorstr='#E5FFFFFF');
	background: rgba(255,255,255,0.9);
	display: none;
	height: 20px;
	padding: 5px;
}
.css-goodspic-list ul li .show-default:hover p {
	color: #27A9E3;
	display: block;
}
.css-goodspic-list ul li .show-default.selected p {
	color: #28B779;
	display: block;
}
.css-goodspic-list ul li .show-default p i {
	font-size: 14px;
	margin-right: 4px;
}
.css-goodspic-list ul li a.del {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	background-color: #FFF;
	line-height: 14px;
	text-align: center;
	display: none;
	width: 14px;
	height: 14px;
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
	position: absolute;
	z-index: 3;
	top: -8px;
	right: -8px;
}
.css-goodspic-list ul li .show-default:hover a.del {
	color: #27A9E3;
	display: block;
}
.css-goodspic-list ul li .show-default.selected:hover a.del {
	color: #28B779;
}
.css-goodspic-list ul li .show-default:hover a.del:hover {
	text-decoration: none;
}
.css-goodspic-upload .show-sort {
	line-height: 20px;
	color: #999;
	width: 55px;
	height: 20px;
	padding: 4px 0 4px 4px;
	border-style: solid;
	border-color: #E6E6E6;
	border-width: 1px 0 1px 1px;
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 140px;
}
.css-goodspic-upload .show-sort .text {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	vertical-align: middle;
	width: 10px;
	height: 20px;
	padding: 0;
	border: none 0;
}
.css-goodspic-upload .show-sort .text:focus {
	color: #28B779;
	text-decoration: underline;
	box-shadow: none;
}
.css-goodspic-upload .css-upload-btn {
	width: 60px;
	height: 30px;
	margin: 0;
	position: absolute;
	z-index: 1px;
	left: 70px;
	top: 140px;
}
.css-goodspic-upload .css-upload-btn span {
	width: 60px;
	height: 30px;
}
.css-goodspic-upload .css-upload-btn .input-file {
	width: 60px;
	height: 30px;
}
.css-goodspic-upload .css-upload-btn p {
	width: 58px;
	height: 20px;
}
.css-select-album {
	background-color: #FFF;
	border-top: solid 1px #E6E6E6;
	padding: 10px;
}
.css-goodspic-list:hover .css-select-album {
	border-color: #CCC;
}
.css-form-goods-gift, .css-form-goods-gift .goods-summary dl, .css-form-goods-gift .goods-gift-list {
	font-size: 0;
*word-spacing:-1px;
	margin-bottom: 20px;
	border: solid 1px #E6E6E6;
}
.css-form-goods-gift:hover {
	box-shadow: 0 0 10px rgba(153,153,153,0.25);
}
.css-form-goods-gift .goods-pic, .css-form-goods-gift .goods-summary, .css-form-goods-gift .goods-summary dt, .css-form-goods-gift .goods-summary dd, .css-form-goods-gift .goods-summary li {
	font-size: 12px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
*zoom:1;
}
.css-form-goods-gift .goods-pic {
	width: 160px;
	height: 160px;
	margin: 10px 20px 10px 10px;
}
.css-form-goods-gift .goods-pic span {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display:block;
	width: 160px;
	height: 160px;
	overflow: hidden;
}
.css-form-goods-gift .goods-pic span img {
	max-width: 160px;
	max-height: 160px;
margin-top:expression(160-this .height/ 2);
*margin-top:expression(80-this .height/ 2);
}
.css-form-goods-gift .goods-summary {
	width: 740px;
	margin: 10px 0;
}
.css-form-goods-gift .goods-summary h2 {
	font: 600 16px/20px 'microsoft yahei';
	color: #333;
	display: block;
	margin-bottom: 10px;
}
.css-form-goods-gift .goods-summary h2 em {
	font-size: 14px;
	color: #27a9e3;
	margin-left: 10px;
}
.css-form-goods-gift .goods-summary dl {
	border: none;
	margin-bottom: 5px;
}
.css-form-goods-gift .goods-summary dt {
	color: #999;
	width: 9%;
}
.css-form-goods-gift .goods-summary dd {
	width: 91%;
}
.css-form-goods-gift .goods-gift-list {
	margin: 0;
	border: 0;
}
.css-form-goods-gift .goods-gift-list li {
	background-color: #fcf8e3;
	width: 300px;
	border: solid 1px #fbeed5;
	position: relative;
	z-index: 1;
	margin: 0 10px 10px 0;
}
.css-form-goods-gift .goods-gift-list li .pic-thumb {
	width: 32px;
	height: 32px;
	padding: 4px;
	float: left;
}
.css-form-goods-gift .goods-gift-list li .pic-thumb span {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display:block;
	width: 32px;
	height: 32px;
	overflow: hidden;
}
.css-form-goods-gift .goods-gift-list li .pic-thumb span img {
	max-width: 32px;
	max-height: 32px;
margin-top:expression(32-this .height/ 2);
*margin-top:expression(16-this .height/ 2);
}
.css-form-goods-gift .goods-gift-list li dl {
	width: 240px;
	height: 40px;
	float: left;
	margin: 0 0 2px 4px;
}
.css-form-goods-gift .goods-gift-list li dt {
	color: #c09853;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 240px;
	height: 20px;
	overflow: hidden;
}
.css-form-goods-gift .goods-gift-list li dd {
	color: #c09853;
	display: block;
}
.css-form-goods-gift .goods-gift-list li dd .text {
	line-height: 18px;
	width: 40px;
	height: 18px;
	padding: 0 2px;
}
.css-form-goods-gift .goods-gift-list li .gift-del {
	font: 600 10px/14px Arial;
	color: #FFF;
	background-color: #F30;
	text-align: center;
	width: 14px;
	height: 14px;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
}
.css-form-goods-gift .div-goods-select, .css-form-goods-combo .div-goods-select {
	margin: -1px;
}
.css-form-goods-combo, .css-form-goods-combo .combo-goods ul {
	font-size: 0;
*word-spacing:-1px;
	margin-bottom: 20px;
	border: solid 1px #E6E6E6;
}
.css-form-goods-combo:hover {
	box-shadow: 0 0 10px rgba(153,153,153,0.25);
}
.css-form-goods-combo .default-goods, .css-form-goods-combo .combo-goods, .css-form-goods-combo .combo-goods li {
	font-size: 12px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
*zoom:1;
}
.css-form-goods-combo .default-goods {
	width: 150px;
	margin: 10px;
}
.css-form-goods-combo .default-goods .goods-pic {
	width: 140px;
	height: 140px;
	padding: 5px;
	position: relative;
	z-index: 1;
}
.css-form-goods-combo .default-goods .goods-pic span {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display:block;
	width: 140px;
	height: 140px;
	overflow: hidden;
}
.css-form-goods-combo .default-goods .goods-pic span img {
	max-width: 140px;
	max-height: 140px;
margin-top:expression(140-this .height/ 2);
*margin-top:expression(80-this .height/ 2);
}
.css-form-goods-combo .default-goods .goods-pic em {
	color: #FFF;
	background-color: #da542e;
	padding: 2px 4px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.css-form-goods-combo .default-goods .goods-name {
	line-height: 16px;
	height: 32px;
	margin-bottom: 4px;
	overflow: hidden;
}
.css-form-goods-combo .combo-goods {
	width: 780px;
	height: 217px;
	margin: 10px 0;
	overflow-x: scroll;
}
.css-form-goods-combo .combo-goods ul {
	white-space: nowrap;
	margin: 0;
	border: 0;
}
.css-form-goods-combo .combo-goods li {
	background: url(../images/css_bg_img.png) no-repeat -290px -260px;
	width: 120px;
	height: 200px;
	padding: 0 10px 0 65px;
}
.css-form-goods-combo .combo-goods .pic-thumb {
	width: 110px;
	height: 110px;
	padding: 5px
}
.css-form-goods-combo .combo-goods .pic-thumb a {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display:block;
	width: 110px;
	height: 110px;
	overflow: hidden;
}
.css-form-goods-combo .combo-goods .pic-thumb a img {
	max-width: 110px;
	max-height: 110px;
margin-top:expression(110-this .height/ 2);
*margin-top:expression(55-this .height/ 2);
}
.css-form-goods-combo .combo-goods dt {
	color: #c09853;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 120px;
	height: 20px;
	overflow: hidden;
}
.css-form-radio-list, .css-form-checkbox-list {
	font-size: 0;
*word-spacing:-1px;
}
.css-form-radio-list li, .css-form-checkbox-list li {
	font-size: 12px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
	margin-right: 30px;
*zoom:1;
}
.css-form-checkbox-list li {
	width: 20%;
	margin: 0;
}
.css-form-radio-list li label {
	cursor: pointer;
}
.css-form-radio-list li input[type='radio'], .css-form-radio-list li .radio, .css-form-checkbox-list li input[type='checkbox'], .css-form-checkbox-list li .checkbox {
	vertical-align: middle;
	margin-right: 4px;
}
.css-form-radio-list li .transport-name {
	line-height: 20px;
	color: #555;
	background-color: #F5F5F5;
	display: none;
	height: 20px;
	padding: 4px;
	margin-right: 4px;
	border: dotted 1px #DCDCDC;
}
.css-form-checkbox-list li .label, .css-form-checkbox-list li i {
	vertical-align: middle;
	display: inline-block;
*display:inline;
*zoom:1;
}
.css-form-checkbox-list li i {
	font-size: 14px;
	margin-left: 4px;
	color: #999;
}
.select-template {
	line-height: 24px;
	color: #FFFFFF;
	background: #4AA5FF;
	height: 24px;
	padding: 0 6px;
	margin-left: 10px;
	border: solid #39F 1px;
	border-radius: 4px;
	cursor: pointer;
}
.css-brand-select {
	width: 230px;
	position: relative;
	z-index: 1;
}
.css-brand-select .selection {
	cursor: pointer;
}
.css-brand-select-container {
	background: #FFF;
	display: none;
	width: 220px;
	border: solid 1px #CCC;
	position: absolute;
	z-index: 1;
	top: 29px;
	left: 0;
}
.css-brand-select-container .brand-index {
	width: 210px;
	padding-bottom: 10px;
	margin: 6px auto;
	border-bottom: dotted 1px #CCC;
}
.css-brand-select-container .letter {
}
.css-brand-select-container .letter ul {
	overflow: hidden;
}
.css-brand-select-container .letter ul li {
	float: left;
}
.css-brand-select-container .letter ul li a {
	line-height: 16px;
	color: #666;
	text-align: center;
	display: block;
	min-width: 16px;
	padding: 2px;
	margin: 0;
}
.css-brand-select-container .letter ul li a:hover {
	text-decoration: none;
	color: #FFF;
	background: #27A9E3;
}
.css-brand-select-container .search {
	line-height: normal;
	clear: both;
	margin-top: 6px;
}
.css-brand-select-container .search .text {
	width: 160px;
	height: 20px;
	padding: 0 2px;
}
.css-brand-select-container .search .css-btn-mini {
	vertical-align: top;
	margin-left: 4px;
}
.css-brand-select-container .brand-list {
	width: 220px;
	max-height: 220px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.css-brand-select-container .brand-list ul {
}
.css-brand-select-container .brand-list ul li {
	line-height: 20px;
	padding: 5px 0;
	border-bottom: solid 1px #F5F5F5;
}
.css-brand-select-container .brand-list ul li:hover {
	color: #333;
	background: #F7F7F7;
	cursor: pointer;
}
.css-brand-select-container .brand-list ul li em {
	display: inline-block;
*display:inline;
	text-align: center;
	width: 20px;
	margin-right: 6px;
	border-right: solid 1px #DDD;
*zoom:1;
}
.css-brand-select-container .no-result {
	color: #999;
	text-align: center;
	padding: 20px 10px;
}
.css-brand-select-container .no-result strong {
	color: #27A9E3;
}
.transportation {
	width: 918px;
	padding: 10px 0 10px 10px;
	border-top: 1px solid #efefef;
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
.transportation span {
	padding-right: 20px;
	color: #3f3f3f;
}
.transportation span strong {
	font-weight: normal;
	font-size: 12px;
	color: #3f3f3f;
}
.transportation b {
	color: #ff4f01;
	font-size: 16px;
}
form .red {
	color: red;
	border: 0px;
}
form label.error {
	color: red;
	margin-left: 5px;
}
form input.error {
	border: red 1px dotted;
}
.select_add {
	float: left;
	width: 8%;
}
.sort_info {
	color: #f50;
	position: relative;
	font-size: 12px;
	font-family: '瀹嬩綋'
}
.sort_info .title {
	color: #404040;
	float: left;
	width: 60px;
	line-height: 18px;
	display: block;
}
.sort_info .info {
	float: left;
	width: 860px;
	line-height: 18px;
	display: block;
}
.add_link {
	margin: 0 3px 0 10px;
}
.add_done {
	color: #093
}
.wp_launch {
	height: 21px;
	line-height: 21px;
	vertical-align: middle;
}
.wp_launch input {
	width: 21px;
	height: 21px;
	vertical-align: middle;
	padding: 0;
	outline: none;
	margin: -2px 0;
	margin: -4px 0\9;
}
.current_sort {
	margin-top: 0px;
}
.current_sort .msg0-icon-help {
}
.current_sort .help_tips {
	position: absolute;
	background-color: #FFF9CC;
	border: 1px solid #F4CB48;
	z-index: 20;
	display: block;
	width: 263px;
	color: #404040;
	padding: 2px 5px;
	text-align: left;
	left: 188px;
	top: 25px;
}
.wp_search_result {
	width: 978px;
	padding: 10px;
	height: 280px;
	border: 1px solid #d3e5f3;
	background: #f4fafe;
	margin-top: 10px;
}
.wp_search_result .loading {
	width: 100px;
	height: 20px;
	margin: 117px 0 0 414px;
	line-height: 20px;
}
.wp_search_result .loading img {
	width: 16px;
	height: 20px;
	float: left;
	margin-right: 5px;
}
.wp_search_result .loading .txt_searching {
	display: block;
	width: 75px;
	height: 20px;
	float: left;
	line-height: 20px;
}
.no_result .cont {
	max-width: 555px;
	margin: 70px auto 0 auto;
}
.no_result .cont p {
	height: 21px;
	line-height: 21px;
}
.no_result .cont .title {
	margin-bottom: 15px;
	font-size: 14px;
	display: block;
}
.no_result .cont span {
	color: #014ccc;
}
.goods-release-success {
	width: 948px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 30px;
	background-color: #F7FFE4;
	border: 1px solid #BAE241;
}
.goods-release-success h2 {
	font-size: 14px;
	line-height: 43px;
	font-weight: 700;
	background: url(../images/member/goods_add.gif) no-repeat left -100px;
	height: 43px;
	white-space: nowrap;
	padding-left: 50px;
}
.goods-release-success p {
	font-size: 16px;
	line-height: 32px;
	margin: 20px 0;
}
.goods-release-success p a {
	margin-left: 50px;
	_margin-left: 25px;
}
.goods-release-success dl {
1px solid #BAE241;
}
.goods-release-success dl dt {
	line-height: 24px;
}
.goods-release-success dl dd {
	line-height: 20px;
	clear: both;
}
.goods-gallery {
	display: block;
	overflow: hidden;
}
.goods-gallery .nav {
	background-color: #F5F5F5;
	height: 32px;
	padding: 4px;
}
.goods-gallery .nav .l {
	font-size: 12px;
	line-height: 30px;
	color: #999;
	float: left;
}
.goods-gallery .nav .r {
	float: right;
}
.goods-gallery .list {
	font-size: 0;
*word-spacing:-1px;
	text-align: left;
}
.goods-gallery .list li {
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: 92px;
	height: 92px;
	padding: 12px;
	border: solid #E6E6E6;
	border-width: 1px 0 0 1px;
}
.goods-gallery .list li {
*display:inline;
}
.goods-gallery .list li a {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display:block;
	width: 90px;
	height: 90px;
	border: solid 1px #FFF;
	overflow: hidden;
}
.goods-gallery .list li a img {
	max-width: 90px;
	max-height: 90px;
margin-top:expression(90-this .height/ 2);
*margin-top:expression(45-this .height/ 2);
}
.goods-gallery.add-step2 {
	width: 790px;
}
.goods-gallery.add-step2 .list {
	width: 791px;
	margin: -1px;
}
.goods-gallery.add-step2 .list li {
	padding: 10px;
}
#demo, #des_demo {
	line-height: 0;
	text-align: center;
	width: 100%
}
#demo .ajaxload, #des_demo .ajaxload {
	width: 16px;
	height: 16px;
	margin: 80px auto;
}
.css-oredr-show {
	width: 100%;
}
.css-order-info {
	font-size: 0;
*word-spacing:-1px;
	border: solid 1px #DDD;
	position: relative;
	z-index: 2;
}
.css-order-details {
	background-color: #FBFBFB;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
*zoom:1;
	width: 359px;
	border-right: solid 1px #DDD;
}
.css-order-details .title {
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	background-color: #F3F3F3;
	height: 20px;
	padding: 9px;
	border-bottom: solid 1px #DDD;
}
.css-order-details .content {
	display: block;
	width: auto;
	padding: 17px 17px 7px 17px;
}
.css-order-details .content dl, .css-order-contnet .daddress-info {
	font-size: 0;
*word-spacing:-1px;
	margin-bottom: 10px;
}
.css-order-details .content dl.line {
	padding-top: 10px;
	border-top: dotted 1px #D8D8D8;
}
.css-order-details .content dl dt, .css-order-details .content dl dd, .css-order-contnet .daddress-info dt, .css-order-contnet .daddress-info dd {
	font-size: 12px;
	line-height: 20px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
*zoom:1;
}
.css-order-details .content dl dt {
	color: #888;
	width: 20%;
}
.css-order-details .content dl dd {
	color: #666;
	width: 80%;
}
.css-order-details .content dl dd span {
	margin-right: 6px;
}
.css-order-details .content dl dd a, .css-order-contnet .daddress-info dd a {
	color: #666;
	float: right;
	padding: 0 5px 0 10px;
	position: relative;
	z-index: 1;
}
.css-order-details .content dl dd a:hover, .css-order-contnet .daddress-info dd a:hover {
	text-decoration: none;
	color: #F33;
	z-index: 2;
}
.css-order-details .content dl dd a i, .css-order-contnet .daddress-info dd a i {
	font-size: 10px;
	margin-left: 4px;
}
.css-order-details .content dl dd a .more, .css-order-contnet .daddress-info dd a .more {
	background-color: #FBFBFB;
	display: none;
	width: 323px;
	padding: 10px;
	border: solid 1px #CCC;
	position: absolute;
	z-index: 1;
	right: -10px;
	top: 25px;
	box-shadow: 2px 2px 0 rgba(153,153,153,0.15)
}
.css-order-details .content dl dd a:hover .more, .css-order-contnet .daddress-info dd a:hover .more {
	display: block;
}
.css-order-details .content dl dd a .more .arrow, .css-order-contnet .daddress-info dd a .more .arrow {
	background: url(../images/member/member_pics.png) no-repeat -140px 0;
	width: 11px;
	height: 6px;
	position: absolute;
	z-index: 2px;
	top: -6px;
	right: 30px;
}
.css-order-details .content dl dd a .more ul {
}
.css-order-details .content dl dd a .more li, .css-order-contnet .daddress-info dd a .more li {
	line-height: 24px;
	color: #888;
}
.css-container #container {
	width: 320px;
	height: 320px;
}
.css-order-details .content dl dd a .more li span, .css-order-contnet .daddress-info dd a .more li span {
	color: #666;
	display: inline;
}
.css-order-details .content dl dd .msg {
	text-align: left;
	margin-top: 5px;
}
.css-order-details .content dl dd .msg a {
	float: none;
	padding: 0;
	margin-right: 5px;
}
.css-order-condition {
	font-size: 12px;
	background-color: #FFF;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
	width: 536px;
*zoom:1;
	padding: 20px 30px;
}
.css-order-condition dl {
	font-size: 0;
*word-spacing:-1px;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #E7E7E7;
}
.css-order-condition dl dt, .css-order-condition dl dd {
	font: normal 16px/32px 'microsoft yahei', Arial;
	color: #333;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
*zoom:1;
}
.css-order-condition dl dt {
	margin-left: 30px;
}
.css-order-condition dl dt i {
	font-size: 30px;
	font-weight: normal;
	vertical-align: middle;
	margin-right: 10px;
}
.css-order-condition ul {
	margin-left: 40px;
}
.css-order-condition li {
	display: block;
	margin-bottom: 10px;
}
.css-order-condition li .css-btn-mini {
	margin: 0 5px;
}
.css-order-condition li time {
	font-family: Tahoma;
	color: #C63;
	margin: 0 5px;
}
.css-order-step {
	font-size: 0;
*word-spacing:-1px;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}
.css-order-step dl {
	font-size: 12px;
	line-height: 20px;
	background: url(../images/css_bg_img.png) no-repeat -390px 0;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
	width: 210px;
	height: 36px;
	margin: 50px 0 60px -1px;
	position: relative;
	z-index: auto;
*zoom:1;
}
.css-order-step dl.step-first {
	background-position: -340px 0;
	width: 36px;
	margin-left: 50px;
}
.css-order-step dl.long {
	background-position: -215px -170px;
	width: 385px;
}
.css-order-step dl dt {
	font-weight: 600;
	text-align: center;
	min-width: 60px;
	position: absolute;
	z-index: 1;
	top: -30px;
	right: -12px;
}
.css-order-step dl.current dt {
	color: #27A9E3;
}
.css-order-step dl dd.bg {
	background: url(../images/css_bg_img.png) no-repeat -385px -40px;
	display: none;
	width: 215px;
	height: 36px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}
.css-order-step dl.step-first dd.bg {
	background-position: -340px -40px;
	width: 36px;
}
.css-order-step dl.long dd.bg {
	background-position: -210px -210px;
	width: 390px;
}
.css-order-step dl dd.date {
	font: 12px/20px Tahoma, Arial;
	color: #999;
	text-align: center;
	display: none;
	width: 120px;
	position: absolute;
	z-index: 2;
	bottom: -40px;
	right: -42px;
}
.css-order-step dl.current dd {
	display: block;
}
.css-order-step .code-list {
	font-size: 12px;
	background-color: #F9F9F9;
	width: 398px;
	padding: 9px;
	margin: -50px 0 0 400px;
	border: solid 1px #CCC;
	position: relative;
	z-index: 1;
	box-shadow: 3px 3px 0 rgba(153,153,153,0.05);
}
.css-order-step .code-list .arrow {
	background: url(../images/member/member_pics.png) no-repeat -140px 0;
	width: 11px;
	height: 6px;
	position: absolute;
	z-index: 1;
	top: -6px;
	left: 90px;
}
.css-order-step .code-list h5 {
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	display: inline-block;
	height: 16px;
	padding-left: 5px;
	border-left: 3px solid #FD6760;
}
.css-order-step .code-list h5 em {
	font-size: 12px;
	color: #09C;
}
.css-order-step .code-list #codeList {
	max-height: 135px;
	position: relative;
	z-index: auto;
	overflow: hidden;
}
.css-order-step .code-list ul {
}
.css-order-step .code-list li {
	color: #999;
	background-color: #FCFCFC;
	padding: 4px;
	margin-top: 5px;
}
.css-order-step .code-list li:hover {
	background-color: #FFF;
	box-shadow: 0 0 5px rgba(204,204,204,0.75);
}
.css-order-step .code-list li strong {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: 600;
	color: #090;
	margin: 0 20px 0 5px;
}
.css-order-step .code-list li.used {
	color: #F90;
	background-color: transparent;
	box-shadow: none;
}
.css-order-step .code-list li.used strong {
	color: #999;
}
.css-order-contnet {
	margin-top: 30px;
}
.css-order-contnet .css-default-table {
	border: solid 1px #DDD;
}
.css-order-contnet tbody th, .css-order-contnet tfoot th {
	background-color: #F3FAFE;
}
.css-order-contnet tbody td.refund span {
	background-color: #69AA46;
	color: #FFF;
	margin-left: 4px;
	padding: 1px 2px;
}
.css-order-contnet tbody td.commis {
	color: #C96;
	background-color: #FFC;
}
.css-order-contnet .order-deliver, .css-order-contnet .daddress-info {
	margin: 5px 10px;
}
.css-order-contnet .order-deliver span {
	margin-right: 30px;
}
.css-order-contnet .order-deliver a {
	color: #0279B9;
	position: relative;
	z-index: 1;
}
.css-order-contnet .order-deliver a:hover {
	color: #F33;
	text-decoration: none;
}
.css-order-contnet .order-deliver a i {
	font-size: 10px;
	margin-left: 4px;
}
.css-order-contnet .order-deliver a .more {
	line-height: 28px;
	background-color: #FBFBFB;
	display: none;
	width: 480px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	position: absolute;
	z-index: 1;
	top: 20px;
	left: -200px;
	box-shadow: 2px 2px 0 rgba(153,153,153,0.15);
}
.css-order-contnet .order-deliver a .more .arrow {
	background: url('../images/member/member_pics.png') no-repeat scroll -140px 0 rgba(0,0,0,0);
	width: 11px;
	height: 6px;
	position: absolute;
	z-index: 1;
	top: -6px;
	left: 220px;
}
.css-order-contnet .order-deliver a:hover .more {
	color: #555;
	display: block;
}
.css-order-contnet .daddress-info dt {
	color: #888;
	text-align: right;
	width: 28%;
}
.css-order-contnet .daddress-info dd {
	color: #666;
	width: 72%;
}
.css-order-contnet .daddress-info dd a .more {
	width: 280px;
	right: 0px;
	top: 25px;
}
.css-order-contnet .daddress-info dd a .more .arrow {
	top: -6px;
	right: -5px;
}
.css-order-contnet .css-store-sales {
	font-size: 0;
*word-spacing:-1px;
	margin: 5px 10px;
}
.css-order-contnet .css-store-sales dt, .css-order-contnet .css-store-sales dd {
	font-size: 12px;
	line-height: 20px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
*zoom:1;
}
.css-order-contnet .css-store-sales dd {
	margin-right: 20px;
}
.css-order-contnet .css-store-sales dd strong {
	color: #C33;
}
.css-order-contnet .css-store-sales dd span {
	margin: 0 5px;
}
.css-order-contnet tfoot td {
	background-color: #F5F5F5;
}
.css-order-contnet tfoot td dl {
	font-size: 0;
*word-spacing:-1px;
	float: right;
	clear: both;
	padding: 2px;
}
.css-order-contnet tfoot td dl dt, .css-order-contnet tfoot td dl dd {
	font-size: 12px;
	line-height: 20px;
	vertical-align: bottom;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
*zoom:1;
}
.css-order-contnet tfoot td dl dt {
	width: 100px;
	text-align: right;
}
.css-order-contnet tfoot td dl dd {
	min-width: 120px;
	text-align: left;
}
.css-order-contnet tfoot td .sum {
	font-weight: 600;
	color: #666;
}
.css-order-contnet tfoot td .sum em {
	font: 20px/24px Verdana, Arial;
	color: #C00;
	vertical-align: bottom;
	margin: 0 4px;
}
.ncu-order-view {
	padding: 10px 20px;
	background: #fff;
	overflow: hidden;
	border-radius: 4px;
}
.ncu-order-view h2 {
	font-family: 'microsoft yahei';
	font-size: 20px;
	color: #498CD0;
	line-height: 40px;
	height: 40px;
	padding-left: 10px;
	border-bottom: solid 1px #C4D5E0;
}
.ncu-order-view h3 {
	font-family: 'microsoft yahei';
	font-size: 1.2em;
	color: #0579C6;
	background-color: #F9FAFC;
	padding: 8px 0 8px 12px;
	border: solid #C4D5E0 1px;
	overflow: hidden;
	box-shadow: 1px 1px 0 #FFF inset;
}
.ncu-order-view h4 {
	font-weight: 700;
	padding: 6px 0 6px 24px;
	border-bottom: dashed 1px #E7E7E7;
	color: #555;
}
.ncu-order-view dl {
	padding: 10px 1px;
	overflow: hidden;
}
.ncu-order-view dt {
	padding: 6px 0;
	float: left;
	color: #5F718B;
	width: 9%;
	text-align: right;
}
.ncu-order-view dd {
	padding: 6px 0;
	float: left;
	color: #888;
	width: 24%;
}
.ncu-order-view dd strong {
	color: #fe4e02;
}
.ncu-order-view .upload-appeal-pic {
	padding: 5px;
	margin-left: 28px;
}
.ncu-order-view .upload-appeal-pic p {
	padding: 5px;
}
.order_detail_list {
	clear: both;
	list-style: none;
	color: #656565;
}
.order_detail_list li {
	padding: 8px 10px;
	border-top: 1px solid #efefef;
}
.ncu-order-view .log-list {
	color: #666;
	list-style: none;
	padding: 5px 10px;
}
.ncu-order-view .log-list li {
	margin: 8px 0px;
}
.ncu-order-view .log-list li .operator {
	font-weight: 700;
	color: #FE5400;
	margin-right: 5px;
}
.ncu-order-view .log-list li .log-time {
	font-style: italic;
	margin: 0px 5px;
	font-weight: 700;
}
.ncu-order-view .log-list li .order-status {
	font-style: italic;
	margin: 0px 5px;
	font-weight: 700;
}
.ncu-order-view .log-list li .reason {
	font-style: italic;
	margin: 0px 5px;
	font-weight: bold;
}
.css-vr-order-exchange {
	background: #F5F5F5;
	padding: 20px 0 20px 250px;
	margin: 0 auto;
}
.css-vr-order-exchange dt {
	height: 30px;
	padding: 10px 0;
}
.css-vr-order-exchange dt h3 {
	font: lighter 20px/30px 'microsoft yahei', Arial;
}
.css-vr-order-exchange dd {
}
.css-vr-order-exchange dd .vr-code {
	font-weight: lighter;
	font-family: 'microsoft yahei', Arial;
	font-size: 24px;
	line-height: 30px;
	width: 350px;
	height: 30px;
	padding: 8px;
}
.css-keyboard {
	font-size: 0;
*word-spacing:-1px;
	background-color: #F5F5F5;
	width: 400px;
	padding: 0 15px 15px 0;
}
.css-keyboard button, .css-keyboard .enter-border {
	font: lighter 24px/64px 'microsoft yahei', Arial;
	color: #999;
	background-color: #FFF;
	vertical-align: top;
	display: inline-block;
*display:inline;
	width: 64px;
	height: 64px;
	margin: 10px 10px 0 0;
	border: none;
	border-radius: 5px;
*zoom:1;
	cursor: pointer;
	box-shadow: 0 1px 1px rgba(153,153,153,0.5);
}
.css-keyboard button:focus {
	color: #FFF;
	background-color: #27A9E3;
	box-shadow: none;
}
.css-keyboard button.cn {
	font-size: 16px;
}
.css-keyboard .enter-border {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	margin-left: 76px;
	width: auto;
}
.css-keyboard .enter {
	font: lighter 20px/48px 'microsoft yahei', Arial;
	background-color: #5bb75b;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 64px;
	padding: 0 25px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
	border-radius: 4px;
}
.deliver td.goods-info dl {
	width: 340px;
	line-height: 20px;
	padding: 0;
}
.deliver td.goods-info dl dt {
	display: inline-block;
	text-align: left;
	width: 100%;
	vertical-align: top!important;
}
.deliver td.goods-info dl dd {
	display: inline-block;
	width: 100%;
	text-align: left;
}
.deliver td.order-info dl {
	font-size: 0;
*word-spacing:-1px;
	width: 96%;
	margin: 0 auto 10px auto;
}
.deliver td.order-info dl dt {
	font-size: 12px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: right;
	display: inline-block;
*display:inline;
*zoom:1;
	width: 15%;
}
.deliver td.order-info dl dd {
	font-size: 12px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: left;
	display: inline-block;
*display:inline;
*zoom:1;
	width: 85%;
}
.step-title {
	margin: 12px 0;
	font-size: 14px;
	font-weight: 600;
	color: #555;
}
.step-title em {
	font-weight: 600;
	color: #F60;
	margin-right: 12px;
}
.deliver-sell-info {
	border: solid 1px #D8D8D8;
	padding: 8px;
	line-height: 20px;
	overflow: hidden;
}
.express-info {
	width: 99%;
	border: solid 1px #D8D8D8;
	padding: 0!important;
	margin: 10px auto;
	overflow: hidden;
}
.express-info dt {
	color: #333!important;
	float: none!important;
	background: #F7F7F7;
	padding: 6px!important;
	width: auto!important;
	height: 20px;
	text-align: left;
}
.express-info dd {
	color: #333!important;
	border-top: solid 1px #D8D8D8;
	padding: 6px!important;
	width: auto!important;
	height: 20px;
	float: none!important;
}
.express-detail {
	width: 750px;
	float: right;
	display: block;
	position: relative;
	z-index: 1;
	border-left: solid 1px #BADCFE;
}
.express-detail .sidebar {
	background: none repeat scroll 0 0 #F0F7FF;
	width: 190px!important;
	padding: 6px 0!important;
	border: solid 1px #BADCFE;
	position: absolute;
	z-index: 1;
	top: 48px;
	left: -192px;
}
.express-detail .sidebar p {
	padding: 0 8px 0 12px;
}
.express-log {
	border: solid 1px #E7E7E7;
	background: #FAFAFA;
	margin: 10px 0;
	padding: 10px;
}
.express-log li {
	line-height: 24px;
	padding: 2px 10px;
}
.express-log li:hover {
	background: #555;
	color: #FFF;
}
.express-log li.loading {
	background: url(../images/loading.gif) no-repeat scroll left center;
	padding-left: 24px;
}
.express-oredr {
}
.express-oredr h4 {
	border-bottom: solid 1px #D8D8D8!important;
	padding: 0!important;
	line-height: 28px;
}
.express-oredr ul {
	width: 98%;
	padding-bottom: 20px;
	margin: 0 auto;
	overflow: hidden;
}
.express-oredr li {
	float: left;
	display: block;
	width: 110px;
	padding: 20px 0 0 0;
}
.express-oredr li .goods-pic-small {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.express-oredr li .goods-price {
	font-weight: 500!important;
	width: 80px!important;
	margin: 0 auto;
}
.express-oredr li .goods-name {
	width: 80px!important;
	margin: 0 auto;
	line-height: 24px;
	text-overflow: ellipsis;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
}
.css-flow-layout, .css-flow-item dl {
	font-size: 0;
*word-spacing:-1px;
}
.css-flow-container, .css-flow-item, .css-flow-item dt, .css-flow-item dd {
	font-size: 12px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
*zoom:1;
}
.css-flow-layout {
	width: 958px;
	border: solid 1px #DDD;
}
.css-flow-container {
	width: 637px;
	padding: 0 10px;
	border-right: solid 1px #DDD;
}
.css-flow-item {
	width: 280px;
	padding: 0 10px;
}
.css-flow-item a {
	color: #09C;
}
.css-flow-item .title {
	font-size: 14px;
	font-weight: 600;
	padding: 10px 0;
	border-bottom: solid 1px #EEE;
}
.css-flow-item .item-goods dl {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: solid 1px #EEE;
}
.css-flow-item .item-goods dt {
	width: 42px;
	padding: 0 10px;
}
.css-flow-item .item-goods dd {
	width: 212px;
}
.css-flow-item .item-goods dd a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.css-flow-item .item-order dl {
	margin-bottom: 8px;
}
.css-flow-item .item-order dl.line {
	padding-top: 10px;
	border-top: dotted 1px #D8D8D8;
}
.css-flow-item .item-order dt {
	color: #888;
	text-align: right;
	width: 22%;
	margin-right: 1%;
}
.css-flow-item .item-order dd {
	color: #666;
	width: 75%;
}
.css-flow-item .item-order dl dd span {
	margin-right: 6px;
}
.css-flow-item .item-order dl dd .a {
	color: #666;
	float: right;
	padding: 0 5px 0 10px;
	position: relative;
	z-index: 1;
}
.css-flow-item .item-order dd a:hover {
	text-decoration: none;
	color: #F33;
	z-index: 2;
}
.css-flow-item .item-order dl dd .a i {
	font-size: 10px;
	margin-left: 4px;
}
.css-flow-item .item-order dl dd .a .more {
	background-color: #FBFBFB;
	display: none;
	width: 268px;
	padding: 10px;
	border: solid 1px #CCC;
	position: absolute;
	z-index: 1;
	right: -5px;
	top: 25px;
	box-shadow: 2px 2px 0 rgba(153,153,153,0.15)
}
.css-flow-item .item-order dl dd .a:hover .more {
	display: block;
}
.css-flow-item .item-order dl dd .a .more .arrow {
	background: url(../images/member/member_pics.png) no-repeat -140px 0;
	width: 11px;
	height: 6px;
	position: absolute;
	z-index: 2px;
	top: -6px;
	right: 25px;
}
.css-flow-item .item-order dl dd .a .more ul {
}
.css-flow-item .item-order dl dd .a .more li {
	line-height: 24px;
	color: #888;
}
.css-flow-item .item-order dl dd .a .more li span {
	color: #666;
	display: inline;
}
.css-flow-container .title {
	height: 20px;
	padding: 10px 0;
	border-bottom: solid 1px #EEE;
}
.css-flow-container .title h3 {
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
*display:inline;
*zoom:1;
}
.css-flow-container .refund-type-box {
	vertical-align: top;
	display: inline-block;
*display:inline;
	width: 100px;
	height: 20px;
	position: relative;
	z-index: 2;
*zoom:1;
}
.css-flow-container .refund-type-box i {
	background: url(../images/member/member_pics.png) no-repeat -370px -90px;
	width: 17px;
	height: 17px;
	position: absolute;
	z-index: 1;
	top: 2px;
	right: 0;
}
.css-flow-container .refund-type-box:hover i {
	background-position: -370px -107px;
}
.css-flow-container .refund-type-text {
	font-size: 14px;
	font-weight: 600;
	color: #EC4F4A;
	width: 100%;
	height: 20px;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	cursor: pointer;
}
.css-flow-container .refund-type-option {
	display: none;
	background: #fff;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 22px;
	left: -1px;
	border: 1px solid #CCC;
}
.css-flow-container .refund-type-option li {
	height: 20px;
	padding: 4px;
	color: #555;
	cursor: pointer;
}
.css-flow-container .refund-type-option li.seleced {
	background: #39F;
	color: #fff;
}
.css-flow-step {
	font-size: 0;
*word-spacing:-1px;
	margin-top: 30px;
}
.css-flow-step dl {
	font-size: 12px;
	line-height: 20px;
	background: url(../images/css_bg_img.png) no-repeat;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
	height: 36px;
	margin: 50px 0 60px -1px;
	position: relative;
	z-index: -1;
*zoom:1;
}
.css-flow-step dl.step-first {
	background-position: -390px 0px!important;
	width: 36px!important;
}
.css-flow-step dl dt {
	font-weight: 600;
	color: #999;
	text-align: center;
	width: 120px;
	position: absolute;
	z-index: 1;
	top: -30px;
	right: -42px;
}
.css-flow-step dl.current dt {
	color: #27A9E3;
}
.css-flow-step dl dd.bg {
	background: url(../images/css_bg_img.png) no-repeat;
	display: none;
	height: 36px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}
.css-flow-step dl.step-first dd.bg {
	background-position: -340px -40px!important;
	width: 36px!important;
}
.css-flow-step dl.current dd {
	display: block;
}
#saleRefund .css-flow-step dl {
	background-position: -390px 0;
	width: 210px;
}
#saleRefund .css-flow-step dl.step-first {
	margin-left: 90px;
}
#saleRefund .css-flow-step dl dd.bg {
	background-position: -385px -40px;
	width: 215px;
}
#saleRefundReturn .css-flow-step dl {
	background-position: -430px 0;
	width: 170px;
}
#saleRefundReturn .css-flow-step dl.step-first {
	margin-left: 40px;
}
#saleRefundReturn .css-flow-step dl dd.bg {
	background-position: -425px -80px;
	width: 175px;
}
#cssComplainFlow .css-flow-step dl {
	background-position: -465px 0px;
	width: 135px;
}
#cssComplainFlow .css-flow-step dl.step-first {
	margin-left: 35px;
}
#cssComplainFlow .css-flow-step dl dd.bg {
	background-position: -460px -120px;
	width: 140px;
}
.css-flow-container .css-form-default dl dt {
	width: 19%;
}
.css-flow-container .css-form-default dl dd {
	width: 79%;
}
.css-evidence-pic {
	font-size: 0;
*word-spacing:-1px;
}
.css-evidence-pic li {
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
	width: 60px;
	height: 60px;
	padding: 4px;
	margin-right: 10px;
	border: solid 1px #F5F5F5;
*zoom:1;
}
.css-evidence-pic li a {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display:block;
	width: 100px;
	height: 60px;
	overflow: hidden;
}
.css-evidence-pic li a img {
	max-width: 60px;
	max-height: 60px;
margin-top:expression(60-this .height/ 2);
*margin-top:expression(30-this .height/ 2);
}
.css-complain-container .title {
	height: 20px;
	padding: 10px 0;
	border-bottom: solid 1px #EEE;
}
.css-complain-container .title h3 {
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
*display:inline;
*zoom:1;
}
.css-form-goods {
	border: solid #E6E6E6;
	border-width: 1px 1px 0 1px;
}
.css-form-goods h3 {
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	color: #000;
	clear: both;
	background-color: #F5F5F5;
	padding: 5px 0 5px 12px;
	border-bottom: solid 1px #E7E7E7;
}
.css-form-goods dl {
	font-size: 0;
*word-spacing:-1px;
	line-height: 20px;
	clear: both;
	padding: 0;
	margin: 0;
	border-bottom: solid 1px #E6E6E6;
	overflow: hidden;
}
.css-form-goods dl:hover .hint {
	color: #666;
}
.css-form-goods dl.bottom {
	border-bottom-width: 0px;
}
.css-form-goods dl dt {
	font-size: 12px;
	line-height: 30px;
	color: #333;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: right;
	display: inline-block;
	width: 13%;
	padding: 8px 1% 8px 0;
	margin: 0;
}
.css-form-goods dl dt {
*display:inline;
}
.css-form-goods dl dt i.required {
	font: 12px/16px Tahoma;
	color: #F30;
	vertical-align: middle;
	margin-right: 4px;
}
.css-form-goods dl dd {
	font-size: 12px;
	line-height: 30px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: 84%;
	padding: 8px 0 8px 1%;
	border-left: solid 1px #E6E6E6;
}
.css-form-goods dl dd {
*display:inline;
}
.css-form-goods dl dd p {
	clear: both;
}
.css-form-goods dl.special-01 {
	background-color: #F8EDDC;
}
.css-form-goods dl.special-02 {
	background-color: #E2F1F1;
}
.css-form-goods dl.special-03 {
	background-color: #F6E7E2;
}
.css-form-goods dl.special-01 dt, .css-form-goods dl.special-02 dt, .css-form-goods dl.special-03 dt {
}
.css-form-goods dl.special-01 dd {
	background-color: #F7F2E9;
}
.css-form-goods dl.special-02 dd {
	background-color: #ECF4F4;
}
.css-form-goods dl.special-03 dd {
	background-color: #F7F1EF;
}
.css-form-goods .special-01 .vital, .css-form-goods .special-02 .vital, .css-form-goods .special-03 .vital {
	color: #F60!important;
}
.css-form-goods textarea {
	width: 198px;
	height: 64px;
}
.spec_table .batch {
	vertical-align: middle;
	display: inline-block;
*display:inline;
	margin-left: 4px;
	position: relative;
	z-index: 1;
*zoom:1;
}
.spec_table .batch i {
	cursor: pointer;
}
.spec_table .batch-input {
	background-color: #FFF;
	white-space: nowrap;
	padding: 4px 9px;
	border: solid 1px #BCE8F1;
	position: absolute;
	z-index: 1;
	top: -60px;
	left: -75px;
	box-shadow: 3px 3px 0 rgba(153,153,153,0.25);
}
.spec_table .batch-input h6 {
	font-size: 12px;
	color: #555;
}
.spec_table .batch-input .text {
	vertical-align: middle;
	clear: both;
	padding: 0 4px;
	vertical-align: middle;
	margin-right: 4px;
}
.spec_table .batch-input .arrow {
	background: url(../images/css_bg_img.png) no-repeat -240px -20px;
	display: block;
	width: 10px;
	height: 5px;
	margin-left: -5px;
	bottom: -5px;
	left: 50%;
	position: absolute;
	z-index: 2;
}
.spec_table .batch-input a.close {
	font-size: 11px;
	line-height: 12px;
	color: #BCE8F1;
	text-decoration: none;
	background-color: #FFF;
	text-align: center;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 7px;
	border: solid 1px #BCE8F1;
	top: -7px;
	right: -7px;
	position: absolute;
	z-index: 2;
}
.upload-con {
	background-color: #FFF;
	width: 174px;
	padding: 9px;
	border: solid 1px #37839A;
	position: absolute;
	z-index: 99;
	top: 27px;
	right: 0px;
}
.sticky .upload-con {
	top: 37px;
}
.upload-con-div {
	line-height: 30px;
	display: block;
	height: 30px;
	padding-bottom: 9px;
	margin-bottom: 9px;
	border-bottom: dotted 1px #DDD;
}
.upload-con-div .css-upload-btn {
	vertical-align: middle;
	display: inline-block;
*display:inline;
	margin-left: 3px;
*zoom:1;
}
.upload-pmgressbar {
}
.upload-pmgressbar div {
	background-color: #F7F7F7;
	width: 146px;
	height: 24px;
	margin-top: 4px;
	padding: 4px 14px;
}
.upload-pmgressbar div p {
	font: 10px/12px Arial;
	width: 146px;
	height: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.upload-pmgressbar div p.loading {
	background: url(../images/member/upload_loading.gif) no-repeat 0 0;
	height: 8px;
	border-radius: 4px;
}
.upload_file {
	padding: 8px 0 6px;
}
.upload-txt {
	line-height: 18px;
	font-weight: normal;
	margin-top: 8px;
}
.upload-txt span {
	color: #999;
}
.css-picture-folder {
}
.css-album-intro {
	min-height: 52px;
	padding: 10px 0 10px 60px;
	border-bottom: 1px solid #E6E6E6;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.css-album-intro .album-covers {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display:block;
	width: 48px;
	height: 48px;
	border: solid 1px #E6E6E6;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 12px;
	left: 0;
}
.css-album-intro .album-covers img {
	max-width: 48px;
	max-height: 48px;
margin-top:expression(48-this .height/ 2);
*margin-top:expression(24-this .height/ 2);
}
.css-album-intro .album-covers i {
	font-size: 24px;
	line-height: 48px;
	color: #DDD;
}
.css-album-intro .album-name {
	font: bold 14px/20px 'microsoft yahei';
	color: #27A9E3;
	width: 75%;
	height: 20px;
	margin-bottom: 2px;
}
.css-album-intro .album-info {
	font: normal 12px/16px 'microsoft yahei';
	color: #999;
	width: 75%;
	height: 32px;
	overflow: hidden;
}
.css-album, .css-picture-list {
	text-align: left;
	margin: 20px 0;
	overflow: hidden;
}
.css-album ul, .css-picture-list ul {
	font-size: 0;
*word-spacing:-1px;
	clear: both;
	width: 100%;
	margin: 0 0 -1px -1px;
}
.css-album li, .css-picture-list li {
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: 190px;
	height: 260px;
	border-style: solid;
	border-color: #E6E6E6;
	border-width: 0 0 1px 1px;
	position: relative;
	z-index: 1;
}
.css-album li, .css-picture-list li {
*display:inline;
}
.css-album li.hover, .css-picture-list li.hover {
	z-index: 2;
}
.css-album li dl, .css-picture-list li dl {
	font-size: 12px;
	width: 162px;
	height: 232px;
	padding: 14px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.css-album li.hover dl, .css-picture-list li.hover dl {
	background-color: #E6E6E6;
	border: solid 1px #CCC;
	top: -1px;
	left: -1px;
}
.css-album li dl dt, .css-picture-list li dl dt {
	width: 160px;
	height: 185px;
}
.css-album li dl dt .covers, .css-picture-list li dl dt .picture {
	width: 160px;
	height: 160px;
	border: solid 1px #FAFAFA;
}
.css-album li dl dt .covers a, .css-picture-list li dl dt .picture a {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display:block;
	width: 160px;
	height: 160px;
	overflow: hidden;
}
.css-album li dl dt .covers a img, .css-picture-list li dl dt .picture a img {
	max-width: 160px;
	max-height: 160px;
margin-top:expression(160-this .height/ 2);
*margin-top:expression(80-this .height/ 2);
}
.css-album li dl dt .covers a i {
	font-size: 64px;
	text-decoration: none;
	color: #AAA;
}
.css-album li dl dt .covers a:hover i {
	color: #27A9E3;
}
.css-album li dl dt h3 {
	font-size: 14px;
	font-weight: lighter;
	line-height: 20px;
	color: #555;
	white-space: nowrap;
	width: 150px;
	height: 20px;
	margin: 5px auto;
	overflow: hidden;
}
.css-album li dl dt h3 a {
	color: #27A9E3;
}
.css-picture-list li dl dt .editInput1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #555;
	background-color: transparent;
	width: 140px;
	height: 20px;
	border: 0;
	position: absolute;
	z-index: 1;
	top: 180px;
	left: 15px;
}
.css-picture-list li dl dt .editInput2 {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	width: 152px;
	height: 18px;
	padding: 1px 3px;
	border: 1px solid #75B9F0;
	box-shadow: 0 0 0 2px rgba(82,168,236,0.15);
	outline: 0 none;
	position: absolute;
	z-index: 2;
	top: 180px;
	left: 15px;
}
.css-picture-list li dl dt .checkbox {
	position: absolute;
	z-index: 2;
	top: 15px;
	left: 15px;
}
.css-picture-list li dl dt span {
	font-size: 12px;
	line-height: 16px;
	vertical-align: middle;
	text-align: center;
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 2;
	top: 182px;
	right: 17px;
}
.css-album li dl dd.date, .css-picture-list li dl dd.date {
	font-size: 12px;
	line-height: 22px;
	color: #999;
	width: 160px;
	height: 60px;
	position: absolute;
	z-index: 3;
	top: 204px;
	left: 8px;
	padding: 0 0 0 8px;
}
.css-album li dl dd.date {
	height: 22px;
	left: 12px;
}
.css-picture-list li.hover dl dd.date {
	display: none;
}
.css-album li dl dd.buttons, .css-picture-list li dl dd.buttons {
	font-size: 0;
*word-spacing:-1px;
	display: none;
	width: 170px;
	height: 50px;
	padding: 0px;
	position: absolute;
	top: 205px;
	left: 12px;
	z-index: 3;
}
.css-album li dl dd.buttons {
	height: 30px;
	top: 228px;
}
.css-album li.hover dl dd.buttons, .css-picture-list li.hover dl dd.buttons {
	display: block;
}
.css-picture-list li dl dd.buttons .upload-btn {
	width: 85px;
	height: 25px;
	display: inline-block;
*display:inline;
	zoom: 1;
}
.css-picture-list li dl dd.buttons .upload-btn span {
	width: 80px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
}
.css-picture-list li dl dd.buttons .upload-btn .input-file {
	width: 80px;
	height: 20px;
	opacity: 0;
	filter: alpha(opacity= 0);
	cursor: pointer;
}
.css-picture-list li dl dd.buttons .upload-btn .upload-button {
	font-size: 12px;
	line-height: 20px;
	width: 68px;
	height: 16px;
	padding: 2px 6px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.css-album li dl dd.buttons a, .css-picture-list li dl dd.buttons a {
	font-size: 12px;
	line-height: 16px;
	color: #999;
	background-color: #FFF;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: 68px;
	height: 16px;
	padding: 2px 6px;
	margin: 0 5px 5px 0;
	border-radius: 2px;
}
.css-album li dl dd.buttons a i, .css-picture-list li dl dd.buttons a i {
	margin-right: 4px;
}
.css-album li dl dd a:hover, .css-picture-list li dl dd a:hover {
	text-decoration: none;
	color: #27A9E3;
	box-shadow: 0 0 4px rgba(153,153,153,0.75);
}
.ad-gallery {
	background-color: #FFF;
}
.ad-gallery, .ad-gallery * {
	padding: 0;
	margin: 0;
}
.ad-gallery .ad-nav {
	width: 96%;
	padding: 15px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.ad-gallery .ad-forward, .ad-gallery .ad-back {
	height: 100%;
	position: absolute;
	top: 3px;
	z-index: 10;
}
* html .ad-gallery .ad-forward, * html .ad-gallery .ad-back {
	height: 90px;
}
.ad-gallery .ad-back {
	background: url(../images/member/ad_scroll.png) 0% 0% no-repeat;
	display: block;
	width: 17px;
	left: -20px;
	cursor: pointer;
}
.ad-gallery .ad-forward {
	background: url(../images/member/ad_scroll.png) 100% 0% no-repeat;
	display: block;
	width: 17px;
	right: -20px;
	cursor: pointer
}
.ad-gallery .ad-nav .ad-thumbs {
	width: 100%;
	overflow: hidden;
}
.ad-gallery .ad-thumbs .ad-thumb-list {
	list-style: none;
	width: 9000px;
	height: 96px;
	float: left;
}
.ad-gallery .ad-thumbs li {
	display: inline;
	width: 96px;
	height: 96px;
	float: left;
	padding: 0 9px 0 0;
	margin: 0;
	overflow: hidden;
}
.ad-gallery .ad-thumbs li a {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display:block;
	width: 90px;
	height: 90px;
	margin: 1px;
	border: 1px solid #F5F5F5;
	overflow: hidden;
}
.ad-gallery .ad-thumbs li a.ad-active {
	border: 2px solid #0099FF;
	margin: 0px;
}
.ad-gallery .ad-thumbs li a img, .ad-gallery .ad-thumbs li a.ad-active img {
	max-width: 90px;
	max-height: 90px;
margin-top:expression(90-this .height/ 2);
*margin-top:expression(45-this .height/ 2);
}
.ad-image-date {
	width: 240px;
	float: right;
}
.ad-image-date dt {
	line-height: 20px;
	font-weight: 600;
	color: #555;
	width: 100%;
	float: left;
	border-bottom: solid 1px #E7E7E7;
	font-size: 13px;
	padding: 5px 0;
}
.ad-image-date dd {
	color: #999;
	float: left;
	width: 100%;
	padding: 5px 0 25px 0;
}
.ad-image-date dd p {
	line-height: 20px;
	display: block;
	width: 100%;
	clear: both;
	padding-top: 4px;
	padding-bottom: 4px;
}
.ad-image-date dd p b {
	font-weight: normal;
	text-align: right;
	color: #555;
	width: 75px;
	float: left;
}
.ad-image-date dd p span {
	background-image: none;
	padding-left: 10px;
	float: left;
}
.ad-image-date dd p span a {
	line-height: 20px;
	text-decoration: underline;
	color: #999;
	background: url(../images/member/album_bg.gif) no-repeat;
	width: 34px;
	height: 20px;
	padding-left: 26px;
	margin-right: 5px;
	display: block;
	float: left;
}
.ad-image-date dd p span a:hover {
	color: #FFF;
	text-decoration: none;
}
.ad-image-date dd p span a.copy {
	background-position: -148px -400px;
}
.ad-image-date dd p span a:hover.copy {
	background-position: 0px -400px;
}
.ad-image-date dd p span a.view {
	background-position: -148px -420px;
}
.ad-image-date dd p span a:hover.view {
	background-position: -60px -400px;
}
.ad-gallery .ad-image-wrapper {
	width: 680px;
	height: 680px;
	float: left;
	border: solid 3px #E7E7E7;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.ad-gallery .ad-image-wrapper .ad-loader {
	border: 1px solid #CCC;
	position: absolute;
	z-index: 10;
	top: 48%;
	left: 48%;
}
.ad-gallery .ad-image-wrapper .ad-next {
	display: block;
	width: 25%;
	height: 100%;
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	cursor: pointer;
}
.ad-gallery .ad-image-wrapper .ad-prev {
	display: block;
	width: 25%;
	height: 100%;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	cursor: pointer;
}
.ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
	background: url(../images/member/non-existing.jpg) \9
}
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
	background: url(../images/member/ad_prev.png);
	display: none;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 47%;
	left: 0;
	z-index: 101;
}
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
	background: url(../images/member/ad_next.png);
	width: 30px;
	height: 30px;
	right: 0;
	left: auto;
}
.ad-gallery .ad-image-wrapper .ad-image {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	overflow: hidden;
}
.ad-gallery .ad-image-wrapper .ad-image a img {
	border: 0;
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
	color: #000;
	background: url(../images/member/opa75.png);
	text-align: left;
	width: 100%;
	padding: 7px;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
}
* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
	background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/member/opa75.png');
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
	display: block;
}
.ad-gallery .ad-controls {
	line-height: 16px;
	width: 540px;
	height: 16px;
	padding: 4px;
	margin-top: 10px;
	margin-left: 22px;
}
.ad-gallery .ad-info {
	width: 100px;
	float: left;
}
.ad-gallery .ad-slideshow-controls {
	width: 130px;
	float: right;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-start {
	font-size: 12px;
	line-height: 16px;
	background: url(../images/member/album_bg.gif) no-repeat 0px -424px;
	display: block;
	height: 16px;
	float: left;
	padding-right: 5px;
	padding-left: 16px;
	cursor: pointer;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
	font-size: 12px;
	line-height: 16px;
	background: url(../images/member/album_bg.gif) no-repeat 0px -440px;
	display: block;
	height: 16px;
	float: left;
	padding-right: 5px;
	padding-left: 16px;
	cursor: pointer;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
	font-size: 0.9em;
	color: #BBB;
}
.ad-gallery .ad-slideshow-running .ad-slideshow-start {
	color: #36C;
	background-position: 0px -456px;
	cursor: default;
}
.ad-preloads {
	position: absolute;
	top: -9000px;
	left: -9000px;
}
.ad-showmode {
	clear: both;
	position: relative;
}
.ad-showmode p {
	position: absolute;
	top: -20px;
	left: 375px;
*left:370px;
}
.css-watermark-pos {
	font-size: 0;
*word-spacing:-1px;
	background-color: #FFF;
	width: 183px;
	height: 183px;
	padding: 0;
	margin: 0;
	border: solid #E6E6E6;
	border-width: 1px 1px 0 0;
	box-shadow: 3px 3px 0 rgba(153,153,153,0.25);
	position: relative;
	z-index: 1;
}
.css-watermark-pos li {
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: 60px;
	height: 60px;
	border: solid #E6E6E6;
	border-width: 0 0 1px 1px;
}
.css-watermark-pos li {
*display:inline;
}
.css-watermark-pos label {
	font-size: 14px;
	line-height: 60px;
	color: #CCC;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
.css-watermark-pos li label.checked {
	font-weight: 600;
	color: #27A9E3;
	background-color: #E6E6E6;
	width: 60px;
	height: 60px;
}
.css-watermark-pos .over {
	color: #999;
	background: #FAFAFA;
}
.raty {
	font-size: 0;
	line-height: 0;
*word-spacing:-1px;
	vertical-align: middle;
	display: inline-block;
}
.raty img {
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 2px 0;
}
.ncs-message-title span {
	color: #777;
	display: inline-block;
}
.ncs-message-list {
	padding: 4px 0;
}
.ncs-message-list span {
	display: inline-block;
}
.ncs-message .name {
	width: 90px;
}
.ncs-message .tool {
	width: 90px;
}
.ncs-message .number {
	width: 200px;
}
.complain_info {
	padding: 10px;
	word-wrap: break-word;
	word-break: normal;
}
.css-chat-layout {
	overflow: hidden;
}
.css-chat-layout .left {
	width: 200px;
	float: left;
	border-right: solid 1px #E7E7E7;
}
.css-chat-layout .right {
	width: 750px;
	float: right;
}
.css-chat-user-list {
	background-color: #F5F5F5;
	display: block;
	width: 200px;
	height: 540px;
	margin: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.css-chat-user-list ul {
	width: 200px;
}
.css-chat-user-list li {
	display: block;
	clear: both;
}
.css-chat-user-list li a {
	font: normal 12px/26px 'microsoft yahei';
	color: #555;
	display: block;
	height: 26px;
	padding: 4px;
	border: solid #F5F5F5;
	border-width: 1px 0;
	margin-top: -1px;
	position: relative;
	z-index: 1;
}
.css-chat-user-list li a:hover {
	color: #000;
	background-color: #FBFBFB;
	text-decoration: none;
}
.css-chat-user-list li.active a {
	color: #27A9E3;
	background-color: #FFF;
	border-color: #E7E7E7;
	z-index: 2;
}
.css-chat-user-list .avatar {
	vertical-align: middle;
	display: inline-block;
*display:inline;
	width: 24px;
	height: 24px;
	border: solid 1px #F5F5F5;
	margin-right: 4px;
	border-radius: 4px;
*zoom:1;
}
.css-chat-user-list img {
	max-width: 22px;
	max-height: 22px;
	padding: 1px;
	border-radius: 4px;
}
.css-chat-log-list {
	display: block;
	width: 740px;
	height: 500px;
	margin: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.css-chat-log-list ul {
	width: 740px;
	min-height: 430px;
	padding: 5px 0;
}
.css-chat-log-list li {
	display: block;
	clear: both;
	padding: 4px;
	border: solid 1px #FFF;
}
.css-chat-log-list li:hover {
	background-color: #FFEDC4;
	border: solid 1px #FFDB8D;
}
.css-chat-log-list li.store_log .member {
	color: #28B779;
}
.css-chat-log-list li.user_log .member {
	color: #27A9E3;
}
.css-chat-log-list li .member {
	font-weight: 600;
}
.css-chat-log-list li .member em {
	font-weight: normal;
	color: #27A9E3;
	margin-left: 5px;
}
.css-chat-log-list li .member span {
	font-weight: normal;
	font-size: 11px;
	color: #999;
	margin-left: 10px;
}
.css-chat-log-list li .content {
	color: #555;
	padding: 5px;
}
.ps-container .ps-scrollbar-y {
	z-index: 2;
}
.flexslider {
	background: #fff;
	width: 790px;
	clear: both;
	padding: 0 0 30px 0;
	margin: 5px auto 0 auto;
	position: relative;
	zoom: 1;
}
.flex-container a:active, .flexslider a:active {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	padding: 0;
	margin: 0;
	list-style: none;
}
.flexslider .slides>li {
	display: none;
}
.flexslider .slides img {
	max-width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	line-height: 0;
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides>li:first-child {
	display: block;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides>li {
	position: relative;
}
.flex-container {
	position: relative;
	zoom: 1;
}
.flex-direction-nav li a {
	font-size: 0px;
	line-height: 0;
	background-color: transparent;
	text-indent: -9999px;
	display: block;
	width: 0;
	height: 0;
	padding: 0;
	margin: -16px 0 0 0;
	border: solid 16px;
	position: absolute;
	top: 50%;
	opacity: 0.3;
	filter: alpha(opacity= 30);
	cursor: pointer;
}
.flex-direction-nav li a:hover {
	opacity: 0.9;
	filter: alpha(opacity= 90);
}
.flex-direction-nav li .flex-next {
	border-color: transparent transparent transparent #333;
	right: -64px;
}
.flex-direction-nav li .flex-prev {
	border-color: transparent #333 transparent transparent;
	left: -64px;
}
.flex-direction-nav li .disabled {
	opacity: .3;
	filter: alpha(opacity= 30);
	cursor: default;
}
.flex-control-nav {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.flex-control-nav li {
	display: inline-block;
*display:inline;
	margin: 0 0 0 9px;
	_margin-left: 4px;
	zoom: 1;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav li a {
	line-height: 10px;
	background-color: #E6E6E6;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	cursor: pointer;
}
.flex-control-nav li a:hover {
	background-color: #FC0;
}
.flex-control-nav li a.flex-active {
	background-color: #F60;
	cursor: default;
}
.css-store-slider {
	font-size: 0;
*word-spacing:-1px;
	display: block;
	clear: both;
	padding: 0;
	margin: 15px auto;
	border: solid #E6E6E6;
	border-width: 1px 0;
	overflow: hidden;
}
.css-store-slider li {
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: 162px;
	padding: 14px;
	margin-left: -1px;
	border-left: solid 1px #E6E6E6;
	position: relative;
	z-index: 1;
}
.css-store-slider li {
*display:inline;
}
.css-store-slider li .picture {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display:block;
	width: 160px;
	height: 100px;
	margin: 0 auto;
	border: solid 1px #F5F5F5;
	overflow: hidden;
}
.css-store-slider li .picture i {
	font-size: 48px;
	color: #CCC;
}
.css-store-slider li .picture:hover {
	border-color: #27A9E3;
}
.css-store-slider li .picture img {
	max-width: 160px;
	max-height: 100px;
margin-top:expression(100-this .height/ 2);
*margin-top:expression(50-this .height/ 2);
}
.css-store-slider li .picture a.del {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 14px;
	color: #CCC;
	background-color: #FFF;
	vertical-align: middle;
	text-align: center;
	display: none;
	width: 14px;
	height: 14px;
	border: solid 1px;
	border-radius: 8px;
	position: absolute;
	z-index: 2;
	top: 8px;
	right: 8px;
}
.css-store-slider li .picture:hover a.del {
	color: #27A9E3;
	border-color: #27A9E3;
	display: block;
}
.css-store-slider li .picture:hover a.del:hover {
	text-decoration: none;
}
.css-store-slider li .url label {
	font-size: 12px;
	line-height: 24px;
	color: #777;
	height: 24px;
}
.css-store-slider li .css-upload-btn {
	display: block;
	width: 80px;
	height: 30px;
	clear: both;
	margin: 10px 0;
}
.css-store-slider li .css-upload-btn span {
	width: 80px;
	height: 30px;
}
.css-store-slider li .css-upload-btn .input-file {
	width: 80px;
	height: 30px;
}
.css-store-slider li .css-upload-btn p {
	color: #666;
	width: 78px;
	height: 20px;
}
.templet {
	padding: 15px;
	overflow: hidden;
	margin-bottom: 10px;
}
.templet .nonce {
	background: #fff url(../images/loading.gif) no-repeat scroll center center;
	width: 200px;
	height: 200px;
	float: left;
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #E7E7E7;
	border-radius: 5px;
	box-shadow: 1px 1px 1px rgba(153,153,153,0.2);
	overflow: hidden;
}
.css-store-templet {
}
.css-store-templet .current-style {
	height: 200px;
	margin: 10px auto;
	padding: 15px;
	border-bottom: solid 1px #E6E6E6;
}
.css-store-templet .current-style dt {
	width: 200px;
	height: 200px;
	float: left;
	padding-right: 30px;
	margin-right: 30px;
	border-right: solid 1px #E6E6E6;
}
.css-store-templet .current-style dd {
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	padding: 8px 0;
}
.css-store-templet h3 {
	font-size: 20px;
	font-weight: lighter;
	line-height: 30px;
	height: 30px;
}
.templet-list {
	margin-top: 10px;
	overflow: hidden;
}
.templet-list ul {
	font-size: 0;
*word-spacing:-1px;
	border-bottom: 1px solid #E6E6E6;
	margin: 0 0 0 -1px;
	overflow: hidden;
}
.templet-list li {
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
	width: 315px;
	padding: 20px 0;
	border: solid #E6E6E6;
	border-width: 1px 0 0 1px;
*zoom:1;
}
.templet-list li dl {
	font-size: 12px;
	width: 200px;
	margin: 0 auto;
}
.templet-list li dl dt {
	width: 200px;
	height: 200px;
	padding-bottom: 20px;
	border-bottom: solid 1px #E6E6E6;
	margin-bottom: 10px;
}
.templet-list li dl dd {
	line-height: 20px;
	height: 20px;
	padding-left: 35px;
}
.templet-list li dl dd.btn {
	height: 30px;
	margin-top: 10px;
}
.templet-list li dl dd a {
	vertical-align: top;
}
.css-decoration-layout {
	background-color: #FFF;
	padding: 0 10px 10px;
}
.css-decoration-menu {
	font-size: 0;
*word-spacing:-1px;
	height: 70px;
	margin-bottom: 10px;
	border-bottom: solid 1px #F5F5F5;
}
.sticky .css-decoration-menu {
	background-color: #FFF;
	width: 1180px;
	margin-left: -590px;
	position: fixed;
	z-index: 3;
	top: 0;
	left: 50%;
	border-color: #27A9E3;
}
.css-decoration-menu .title, .css-decoration-menu .menu, .css-decoration-menu .faq, .css-decoration-menu .menu li {
	font-size: 12px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
*zoom:1;
}
.css-decoration-menu .title {
	width: 200px;
	height: 50px;
	margin: 10px 0 10px 10px;
}
.css-decoration-menu .title .icon {
	background: url(../images/css_bg_img.png) no-repeat 0 -360px;
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
}
.css-decoration-menu .title h3 {
	font: normal 18px/26px 'microsoft yahei';
	color: #111;
}
.css-decoration-menu .title h5 {
	font: normal 12px/20px Arial;
	color: #999;
}
.css-decoration-menu .menu {
	font-size: 0;
*word-spacing:-1px;
	width: 475px;
}
.css-decoration-menu .menu li {
	width: 95px;
}
.css-decoration-menu .menu li a {
	font-weight: 600;
	color: #999;
	line-height: 20px;
	text-align: center;
	display: block;
	height: 56px;
	padding: 8px 0 6px 0;
}
.css-decoration-menu .menu li a:hover {
	color: #333;
	text-decoration: none;
	background-color: #F9F9F9;
}
.css-decoration-menu .menu li a i {
	background: url(../images/css_bg_img.png) no-repeat;
	display: block;
	width: 44px;
	height: 36px;
	margin: 0 auto;
	opacity: 0.6;
	filter: 'alpha(opacity=60)';
	zoom: 1;
}
.css-decoration-menu .menu li a:hover i {
	opacity: 1;
	filter: 'alpha(opacity=100)';
}
.css-decoration-menu .menu li a i.background {
	background-position: -50px -360px;
}
.css-decoration-menu .menu li a i.head {
	background-position: -94px -360px;
}
.css-decoration-menu .menu li a i.block {
	background-position: -138px -360px;
}
.css-decoration-menu .menu li a i.preview {
	background-position: -182px -360px;
}
.css-decoration-menu .menu li a i.close {
	background-position: -226px -360px;
}
.css-decoration-menu .faq {
	color: #888;
	background-color: #F9F9F9;
	width: 455px;
	padding: 5px 10px;
	margin: 10px 0 10px 20px;
	border-radius: 5px;
}
.css-decration-block {
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7FFFFFFF', endColorstr='#7FFFFFFF');
	background: rgba(255,255,255,0.5);
	min-height: 100px;
	border: dashed 1px #CCC;
	position: relative;
	z-index: 1;
}
.css-decration-block:hover {
	background-color: #D9EDF7;
	padding: 32px 0 0 0;
	margin: -32px auto -5px auto;
	border: solid 3px #27A9E3;
	margin: -34px auto -2px auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	z-index: 2;
	cursor: move;
}
.store-decoration-block-full-width:hover {
	margin: -34px -2px -2px -2px;
}
.css-decration-block .delete {
	color: #999;
	background-color: #FFF;
	display: none;
	padding: 1px 6px;
	border: solid 1px;
	border-color: #CCC #999 #999 #CCC;
	position: absolute;
	z-index: 1;
	top: 4px;
	right: 4px;
}
.css-decration-block:hover .delete {
	display: block;
}
.css-decration-block .move {
	display: none;
}
.css-decration-block .delete i {
	vertical-align: middle;
	margin-right: 4px;
}
.css-decration-block .delete:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #DA4F49;
	border-color: #C44742;
}
.css-decration-block-content {
	background-color: #FFF;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	cursor: default;
}
.css-decration-block-content .edit {
	color: #666;
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#BFFFF299', endColorstr='#BFFFF299');
	background: rgba(255,242,153,0.75);
	padding: 4px 19px;
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 2px;
}
.css-decration-block-content .edit i {
	vertical-align: middle;
	margin-right: 4px;
}
.css-decration-block-content .edit:hover {
	background-color: #FFF299;
	text-decoration: none;
	color: #000;
}
.dialog-decoration-edit .alert {
	display: block!important;
}
.dialog-decoration-edit .ui-tabs-hide {
	display: none!important;
}
.dialog-decoration-edit .alert ul {
	margin: 0;
}
.dialog-decoration-edit .dialog_content h4 {
	font: 600 14px/20px Arial, 'microsoft yahei';
	background-color: #F9F9F9;
	padding: 5px 0 5px 15px;
	border-bottom: solid 1px #F5F5F5;
}
.dialog-decoration-edit .dialog_content dt {
	width: 18%!important;
	padding: 5px 1% 5px 0;
}
.dialog-decoration-edit .dialog_content dd {
	width: 80%!important;
	padding: 5px 0;
}
.dialog-decoration-edit .dialog_content label {
	margin-right: 20px;
	cursor: pointer;
}
.dialog-decoration-edit .dialog_content .radio {
	vertical-align: middle;
	margin-right: 2px;
}
.dialog-decoration-edit .dialog_content .checkobx {
	vertical-align: middle;
}
.dialog-decoration-edit .ui-tabs-nav {
	font-size: 0;
	background-color: #FAFAFA;
*word-spacing:-1px;
	border-bottom: solid 1px #E7E7E7;
	overflow: visible!important;
}
.dialog-decoration-edit .ui-state-default {
	font-size: 12px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: center;
	display: inline-block;
*display:inline;
	width: 50%;
	margin-left: -1px;
	border-right: solid 1px #E7E7E7;
*zoom:1;
}
.dialog-decoration-edit .ui-state-default a {
	color: #999;
	display: block;
	padding: 9px 0;
}
.dialog-decoration-edit .ui-state-default a:hover {
	text-decoration: none;
	color: #777;
}
.dialog-decoration-edit .ui-tabs-selected {
	background-color: #FFF;
	margin-bottom: -1px;
	border-bottom: solid 1px #FFF;
}
.dialog-decoration-edit .ui-tabs-selected a {
	color: #555;
	font-weight: 600;
}
.dialog-decoration-edit .display-set span {
	margin-right: 30px;
}
.dialog-decoration-edit .slide-upload-thumb {
	border: dashed #E7E7E7;
	border-width: 1px 0 1px 1px;
	display: inline-block;
	margin: 0 10px 10px;
}
.dialog-decoration-edit .slide-upload-thumb ul {
	font-size: 0;
*word-spacing:-1px;
	margin-right: -1px;
	overflow: visible;
}
.dialog-decoration-edit .slide-upload-thumb li {
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: center;
	display: inline-block;
*display:inline;
	width: 180px;
	height: 120px;
	padding: 9px;
	border-right: dashed 1px #E7E7E7;
*zoom:1;
	position: relative;
	z-index: 1;
}
.dialog-decoration-edit .slide-upload-thumb li:hover {
	background-color: #F5F5F5;
}
.dialog-decoration-edit .slide-upload-thumb li span {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display:block;
	width: 180px;
	height: 120px;
	overflow: hidden;
}
.dialog-decoration-edit .slide-upload-thumb li img {
	max-width: 180px;
	max-height: 120px;
margin-top:expression(120-this .height/ 2);
*margin-top:expression(60-this .height/ 2);
}
.dialog-decoration-edit .slide-upload-thumb li a {
	font: lighter 12px/20px Verdana;
	color: #CCC;
	text-decoration: none;
	background-color: #FFF;
	text-align: center;
	display: none;
	width: 20px;
	height: 20px;
	border: solid 1px #E7E7E7;
	border-radius: 11px;
	position: absolute;
	z-index: 1;
	top: -9px;
	right: -9px;
}
.dialog-decoration-edit .slide-upload-thumb li:hover a {
	display: block;
}
.dialog-decoration-edit .slide-upload-thumb li a:hover {
	color: #FFF;
	background-color: #DA4F49;
	border-color: #C44742;
}
.dialog-decoration-edit .hot-area-image {
	width: 1000px;
	max-height: 400px;
	margin: 10px auto 5px;
	overflow: hidden;
}
.dialog-decoration-edit .hot-area-image img.loading {
	padding: 50px 100px;
	border: dashed 1px #E7E7E7;
}
.dialog-decoration-edit .hot-area-image img {
	max-width: 1000px;
	max-height: 400px;
}
.dialog-decoration-edit .store-decoration-hot-area-display {
	color: #000;
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#A500FF00', endColorstr='#A500FF00');
	background: rgba(0,255,0,0.65);
	padding: 5px;
}
.dialog-decoration-edit .hot-area-select-list {
	font-size: 0;
*word-spacing:-1px;
	margin-bottom: 10px;
}
.dialog-decoration-edit .hot-area-select-list li {
	font-size: 12px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: center;
	display: inline-block;
*display:inline;
	width: 100px;
	border-left: dashed 1px #E7E7E7;
	padding: 0 9px;
	margin-left: -1px;
*zoom:1;
}
.dialog-decoration-edit .hot-area-select-list li i {
	background: url(../images/css_bg_img.png) no-repeat 0 -420px;
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 34px;
}
.dialog-decoration-edit .hot-area-select-list li p {
	clear: both;
	display: block;
	width: 100%;
	text-align: center;
}
.decoration-search-goods {
	border-top: solid 1px #E7E7E7;
}
.decoration-search-goods .search-bar {
	padding: 5px 15px;
	border-bottom: solid 1px #E7E7E7;
}
.dialog-decoration-edit .goods-list {
	font-size: 0;
*word-spacing:-1px;
	margin: 9px;
}
.dialog-decoration-edit .goods-list li {
	font-size: 12px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
	width: 100px;
	border-left: dashed 1px #E7E7E7;
	padding: 5px 0;
	margin-left: -1px;
*zoom:1;
}
#decorationGoods {
	width: 100%;
	max-height: 180px;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
#decorationGoods .goods-list {
	background-color: #F0F8FF;
	margin: 0 9px;
}
#decorationGoods .goods-list li {
	border-color: #BCE8F1
}
.dialog-decoration-edit .goods-thumb {
	width: 80px;
	height: 80px;
	margin: 5px auto 0 auto;
}
.dialog-decoration-edit .goods-thumb a {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display:block;
	width: 80px;
	height: 80px;
	overflow: hidden;
}
.dialog-decoration-edit .goods-thumb img {
	max-width: 80px;
	max-height: 80px;
margin-top:expression(80-this .height/ 2);
*margin-top:expression(40-this .height/ 2);
}
.dialog-decoration-edit .goods-info {
	width: 80px;
	text-align: left;
	margin: 5px auto 0 auto;
}
.dialog-decoration-edit .goods-info dt {
	text-align: left;
	width: 100%!important;
	display: block;
	line-height: 16px;
	height: 32px;
	padding: 0;
	overflow: hidden;
}
.dialog-decoration-edit .goods-info dt a {
	color: #333;
}
.dialog-decoration-edit .goods-info dt a:hover {
	color: #C81623;
}
.dialog-decoration-edit .goods-info dd {
	font: 600 12px/20px Arial;
	color: #C00;
	width: 100%!important;
	height: auto!important;
	padding: 3px 0;
}
.background-image-thumb {
	max-width: 400px;
	max-height: 150px;
	padding: 4px;
	margin-top: 10px;
	border: dashed 1px #E7E7E7;
	position: relative;
	z-index: 1;
}
.background-image-thumb a.del {
	font: lighter 12px/20px Verdana;
	color: #CCC;
	text-decoration: none;
	background-color: #FFF;
	text-align: center;
	display: block;
	width: 20px;
	height: 20px;
	border: solid 1px #E7E7E7;
	border-radius: 11px;
	position: absolute;
	z-index: 1;
	top: -9px;
	right: -9px;
}
.background-image-thumb a.del:hover {
	color: #FFF;
	background-color: #DA4F49;
	border-color: #C44742;
}
.background-image-thumb img {
	max-width: 400px;
	max-height: 150px;
	display: block;
}
.background-image-thumb img.loading {
	padding: 50px 192px;
}
.dialog-decoration-module {
	overflow: hidden;
}
.dialog-decoration-module ul {
	font-size: 0;
*word-spacing:-1px;
	margin: -1px 0 0 -1px;
}
.dialog-decoration-module ul li {
	font-size: 12px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
	border: solid #F7F7F7;
	border-width: 1px 0 0 1px;
*zoom:1;
}
.dialog-decoration-module ul li a {
	width: 198px;
	height: 40px;
	padding: 20px;
	color: #555;
	display: block;
}
.dialog-decoration-module ul li a:hover {
	background-color: #F9F9F9;
	color: #000;
}
.dialog-decoration-module ul li i {
	background: url(../images/css_bg_img.png) no-repeat;
	width: 32px;
	height: 32px;
	float: left;
	margin: 4px 10px 4px 0;
}
.dialog-decoration-module ul li i.nav {
	background-position: 0 -420px;
}
.dialog-decoration-module ul li i.slide {
	background-position: -40px -420px;
}
.dialog-decoration-module ul li i.banner {
	background-position: -80px -420px;
}
.dialog-decoration-module ul li i.hotarea {
	background-position: -120px -420px;
}
.dialog-decoration-module ul li i.goods {
	background-position: -160px -420px;
}
.dialog-decoration-module ul li i.html {
	background-position: -200px -420px;
}
.dialog-decoration-module ul li dl {
	float: left;
}
.dialog-decoration-module ul li dt {
	font: normal 14px/24px 'microsoft yahei';
}
.dialog-decoration-module ul li dd {
	line-height: 16px;
	color: #AAA;
}
.banner-upload-thumb {
	max-width: 500px;
	max-height: 200px;
	text-align: center;
	margin: 10px auto;
}
.banner-upload-thumb img {
	max-width: 500px;
	max-height: 200px;
	padding: 4px;
	border: dashed 1px #E7E7E7;
}
.store-decoration-block-1 {
	width: 1000px;
	margin: 0 auto;
}
.store-decoration-block-full-width {
	width: 100%;
}
.module-upload-image-preview img.loading {
	padding: 50px 100px;
	border: dashed 1px #E7E7E7;
}
.css-gallery {
	overflow: hidden;
	margin: 10px 0;
}
.css-gallery ul {
	font-size: 0;
*word-spacing:-1px;
	margin: 0 -1px -1px 0;
}
.css-gallery ul li {
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
	width: 159px;
	border-style: solid;
	border-color: #E7E7E7;
	border-width: 0 1px 1px 0;
*zoom:1;
}
.css-gallery .pic-thumb {
	width: 140px;
	height: 140px;
	margin: 10px 10px 5px 9px
}
.css-gallery .pic-thumb a {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display:block;
	width: 140px;
	height: 140px;
	overflow: hidden;
}
.css-gallery .pic-thumb a img {
	max-width: 140px;
	max-height: 140px;
margin-top:expression(140-this .height/ 2);
*margin-top:expression(70-this .height/ 2);
}
.css-gallery .pic-info {
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');
	background: rgba(0,0,0,0.5);
	width: 159px;
	position: absolute;
	z-index: 2;
	top: 140px;
	left: 0;
}
.css-gallery .pic-name {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 20px;
	padding: 0 10px 0 9px;
	overflow: hidden;
}
.css-gallery .pic-handle {
	font-size: 12px;
	line-height: 20px;
	width: 140px;
	margin: 5px 10px 10px 9px;
}
.css-gallery .pic-handle span {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
.css-gallery .pic-handle a {
	float: right;
}
.store-joinin {
	background-color: #FFF;
	width: 100%;
	line-height: 20px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 0 0 1px 1px;
	border-color: transparent transparent #E6E6E6 #E6E6E6;
}
.store-joinin thead th {
	font-weight: 600;
	color: #555;
	background-color: #F5F5F5;
	height: 20px;
	padding: 8px 5px;
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #E6E6E6 #E6E6E6 transparent transparent;
}
.store-joinin tbody th {
	color: #999;
	background-color: #FAFAFA;
	text-align: right;
	width: 119px;
	height: 20px;
	padding: 8px 5px;
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #E6E6E6 #E6E6E6 transparent transparent;
}
.store-joinin tbody td {
	color: #777;
	min-width: 149px;
	height: 20px;
	padding: 8px 5px;
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #E6E6E6 #E6E6E6 transparent transparent;
}
.store-joinin tbody td img {
	max-width: 100px;
	max-height: 100px;
	padding: 4px;
	border: solid 1px #E6E6E6;
}
.store-joinin tbody td textarea {
	width: 400px;
	height: 100px;
}
table.type {
	width: 700px;
	border: solid 1px #E6E6E6;
}
table.type thead th {
	color: #555;
	background-color: #F7F7F7;
	text-align: center;
	padding: 4px;
	border-color: #E6E6E6;
}
table.type tbody td {
	color: #777;
	text-align: center;
	padding: 4px;
	border-color: #E6E6E6;
}
table.type tbody td input {
	width: 60px;
	padding: 0;
}
.activity_box h3 {
	color: #333;
	padding: 6px 0 10px 12px;
	border-bottom: 1px solid #AED2FF;
}
.activity_box .list li {
	padding: 0 10px;
	float: left;
	position: relative;
}
.activity_box .list li input {
	display: block;
	position: absolute;
	z-index: 99;
	top: 2px;
	left: 12px;
}
.activity_box .list li .goods-pic-small {
	width: 60px;
	height: 60px;
	padding: 10px;
	border: solid #E7E7E7 1px;
	float: left;
}
.activity_box .list li p img {
	z-index: 1;
}
.activity_box .list li h4 {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	display: inline;
	width: 82px;
	height: 36px;
	float: left;
	clear: both;
	padding: 0;
	margin: 4px 0 16px 0;
	overflow: hidden;
	z-index: 1;
}
.no-promotion {
	font-size: 0;
	color: #27A9E3;
*word-spacing:-1px;
	padding: 50px 0;
}
.no-promotion i {
	background: url(../images/css_bg_img.png) no-repeat;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: 48px;
	height: 48px;
	margin-right: 10px;
}
.no-promotion i.xs {
	background-position: -100px -250px;
}
.no-promotion i.ms {
	background-position: -50px -300px;
}
.no-promotion i.zh {
	background-position: -200px -300px;
}
.no-promotion i.zw {
	background-position: -150px -250px;
}
.no-promotion span {
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	text-align: left;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
}
.no-promotion i, .no-promotion span {
*display:inline
}
.css-promotion-buy dd {
	width: 400px;
	float: right;
}
.css-promotion-buy dd strong {
	font-size: 14px;
	line-height: 24px;
	margin-top: 30px;
	display: block;
}
.selected-group-goods {
	background-color: #FFF;
	width: 162px;
	padding: 9px;
	margin-bottom: 10px;
	border: solid 1px #E6E6E6;
	box-shadow: 2px 2px 0 rgba(153,153,153,0.1);
}
.selected-group-goods .goods-thumb {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display:block;
	width: 160px;
	height: 160px;
	border: solid 1px #F5F5F5;
	overflow: hidden;
}
.selected-group-goods .goods-thumb img {
	max-width: 160px;
	max-height: 160px;
margin-top:expression(160-this .height/ 2);
*margin-top:expression(80-this .height/ 2);
}
.selected-group-goods .goods-name, .selected-group-goods .goods-price {
	line-height: 20px;
	white-space: normal;
	text-overflow: ellipsis;
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
}
.div-goods-select-box {
	position: relative;
	z-index: 1;
	zoom: 1;
}
.div-goods-select {
	background-color: #FFF;
	margin-bottom: 20px;
	border: solid 1px #E6E6E6;
	position: relative;
	z-index: 1;
	zoom: 1;
}
.div-goods-select .close, .div-goods-select-box .close {
	font: lighter 18px/18px Verdana;
	color: #E6E6E6;
	background-color: #FFF;
	text-align: center;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #E6E6E6;
	border-radius: 22px;
	position: absolute;
	z-index: 1;
	top: -11px;
	right: -11px;
	cursor: pointer;
}
.div-goods-select .search-result {
	width: 949px;
	margin: 0 auto;
	overflow: hidden;
}
.div-goods-select .search-result .goods-list {
	font-size: 0;
*word-spacing:-1px;
	width: 950px;
	border: solid #E6E6E6;
	border-width: 0 0 1px 0;
	margin-right: -1px;
}
.div-goods-select .search-result .goods-list li {
	font: 12px/32px arial, '瀹嬩綋';
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
	width: 149px;
	padding: 10px 20px;
	margin: 0 0 -1px 0;
	border-style: solid;
	border-color: #E6E6E6;
	border-width: 0 1px 1px 0;
	overflow: hidden;
	zoom: 1;
}
.div-goods-select .search-result .goods-thumb {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display:block;
	width: 140px;
	height: 140px;
	padding: 4px;
	overflow: hidden;
}
.div-goods-select .search-result .goods-thumb img {
	max-width: 140px;
	max-height: 140px;
margin-top:expression(140-this .height/ 2);
*margin-top:expression(70-this .height/ 2);
}
.div-goods-select .search-result .goods-info {
	border: none;
}
.div-goods-select .search-result .goods-info dt {
	text-align: left;
	width: auto;
	display: block;
	line-height: 16px;
	height: 32px;
	padding: 0;
	overflow: hidden;
}
.div-goods-select .search-result .goods-info dd {
	line-height: 20px;
	height: auto!important;
	padding: 5px 0;
}
.div-goods-select .norecord {
	font-size: 12px;
	color: #AAA;
	text-align: center;
	display: block;
	padding: 40px 0;
}
.dialog_content .selected-goods-info {
	width: 94%;
	margin: 10px auto;
	overflow: hidden;
}
.dialog_content .selected-goods-info .goods-thumb {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display:block;
	width: 118px;
	height: 118px;
	float: left;
	padding: 0;
	border: solid 1px #E6E6E6;
	overflow: hidden;
}
.dialog_content .selected-goods-info .goods-thumb img {
	max-width: 118px;
	max-height: 118px;
margin-top:expression(118-this .height/ 2);
*margin-top:expression(59-this .height/ 2);
}
.selected-goods-info .goods-info {
	float: right;
	width: 280px;
}
.selected-goods-info .goods-info dt {
	line-height: 20px!important;
	font-weight: 600;
	height: 40px!important;
	overflow: hidden;
}
.selected-goods-info .goods-info dd {
	line-height: 30px!important;
	height: 30px!important;
	display: block;
	padding: 5px 0;
	border-top: dotted 1px #F7F7F7;
}
.css-mansong-error span {
	font-size: 12px;
	color: #F00;
	margin-bottom: 5px;
}
.css-mansong-error i {
	margin-right: 4px;
}
.selected-mansong-goods {
	background-color: #FFF;
	width: 162px;
	padding: 9px;
	border: solid 1px #E6E6E6;
	box-shadow: 2px 2px 0 rgba(153,153,153,0.1);
	margin-top: 10px;
}
.selected-mansong-goods .goods-thumb {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display:block;
	width: 160px;
	height: 160px;
	border: solid 1px #F5F5F5;
	overflow: hidden;
}
.selected-mansong-goods .goods-thumb img {
	max-width: 160px;
	max-height: 160px;
margin-top:expression(160-this .height/ 2);
*margin-top:expression(80-this .height/ 2);
}
.css-mansong-rule span {
*line-height:normal!important;
*height:auto!important;
*margin-top:0!important;
*zoom:0!important;
}
.css-mansong-rule .gift {
	clear: both;
}
.css-mansong-rule-list {
}
.css-mansong-rule-list li {
	color: #3A87AD;
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#3FD9EDF7', endColorstr='#3FD9EDF7');
	background: rgba(217,237,247,0.25);
	border: dashed 1px #BCE8F1;
	padding: 4px 9px;
	margin-bottom: 10px;
}
.css-mansong-rule-list li strong {
	color: #F30;
	font-weight: 600;
}
.css-mansong-rule-list li .goods-thumb {
	vertical-align: middle;
	display: inline-block;
	width: 32px;
	height: 32px;
	border: solid 1px #BCE8F1;
	margin-left: 2px;
}
.css-mansong-rule-list li .goods-thumb img {
	max-width: 32px;
	max-height: 32px;
}
.css-mansong-rule-list li .css-btn-mini {
	float: right;
	display: inline-block;
	margin-top: 5px;
}
.css-default-table td .shelf-state {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.off-shelf .ico {
	background: url(../images/css_bg_img.png) no-repeat -30px 0;
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}
.off-shelf .note {
	line-height: 20px;
	color: #F90;
	width: 300px;
}
.print-layout {
	font-size: 12px;
	background: #FAFAFA;
	border: solid 1px #CCC;
	position: relative;
	width: 210mm;
	height: 297mm;
	padding: 5mm 50mm 5mm 5mm;
	margin: 20px auto;
	box-shadow: 2px 2px 2px rgba(204,204,204,0.5);
}
.print-layout .print-btn {
	background: #FFF;
	border: solid 1px #ccc;
	position: absolute;
	z-index: 3;
	top: 10mm;
	right: 10mm;
	line-height: 32px;
	padding: 5px 10px;
	border-radius: 5px;
	box-shadow: 2px 2px 0 rgba(153,153,153,0.2);
	cursor: pointer;
}
.print-layout .print-btn:hover {
	background: #555;
	box-shadow: none;
	border-color: #555;
}
.print-layout .print-btn i {
	background: url(../images/css_bg_img.png) scroll no-repeat 0 -460px;
	vertical-align: middle;
	display: inline-block;
	width: 32px;
	height: 32px;
}
.print-layout .print-btn a {
	font-family: 'microsoft yahei';
	font-size: 20px;
	padding: 0 0 0 10px;
	color: #555;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}
.print-layout .print-btn:hover a, .print-layout .print-btn a:hover {
	color: #FFF;
	text-decoration: none;
}
.print-layout .a5-size, .print-layout .a4-size {
	background: #FFF;
	border: dashed 1px #ccc;
	width: 210mm;
	position: absolute;
	top: 5mm;
	left: 5mm;
	padding: 1px;
}
.print-layout .a5-size {
	height: 148mm;
	z-index: 2;
}
.print-layout .a4-size {
	height: 297mm;
	z-index: 1;
}
.print-layout .a5-tip, .print-layout .a4-tip {
	color: #333;
	width: 36mm;
	position: absolute;
	z-index: 2;
	right: 8mm;
}
.print-layout .a5-tip {
	top: 50mm;
}
.print-layout .a4-tip {
	top: 160mm;
}
.print-layout dl dt h1 {
	font-family: 'Arial Black', Gadget, sans-serif;
	font-size: 72px;
	line-height: 72px;
}
.print-layout dl dt em {
	font-family: Arial;
	font-size: 11px;
	line-height: 20px;
	background: #333;
	color: #FFF;
	padding: 0 8px;
	height: 20px;
	border-radius: 10px;
	-webkit-text-size-adjust: none;
}
.print-layout .a5-tip dd, .print-layout .a4-tip dd {
	line-height: 24px;
}
.print-layout .print-page {
	width: 210mm;
	height: 297mm;
	position: absolute;
	z-index: 3;
	top: 5mm;
	left: 5mm;
	margin: 1px;
	overflow: auto;
}
.orderprint {
	background: #FFF;
	width: 190mm;
	height: 100%;
	margin-bottom: 20px;
	padding: 10mm 10mm 8mm 10mm;
	color: #000000;
	position: relative;
}
.orderprint .top {
	font-family: 'microsoft yahei';
	line-height: 60px;
	width: 190mm;
	height: 60px;
	overflow: hidden;
	font-size: 24px;
}
.orderprint .top .logo {
	width: 200px;
	height: 60px;
	float: left;
}
.orderprint .top .logo-title {
	text-align: left;
	width: 450px;
	height: 60px;
	float: left;
	margin-left: 10px;
	overflow: hidden;
}
.orderprint .top .full-title {
	width: 100%;
	text-align: center;
}
.orderprint .explain {
	color: #555;
	line-height: 20px;
	width: 100%;
}
.orderprint .seal {
	position: absolute;
	top: 120px;
	right: 50px;
}
.orderprint .page {
	line-height: 18px;
	color: #999;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -30px;
}
.orderprint table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width: 100%;
	border-collapse: collapse;
}
.buyer-info {
	margin: 15px 0;
}
.order-info thead th {
	font-weight: normal;
	background: #E7E7E7;
	text-align: center;
	border-bottom: solid 2px #000;
	border-top: solid 2px #000;
	padding: 2px 0;
}
.order-info thead tr td {
}
.order-info tbody tr th {
	background: #F7F7F7;
	text-align: left;
	padding: 8px 0;
	text-align: center;
	font-weight: 600;
	border-bottom: solid 2px #000;
	border-top: solid 2px #000;
}
.order-info tbody tr td {
	padding: 8px 0;
	text-align: center;
}
.order-info tfoot tr th {
	border-bottom: solid 2px #000;
	padding: 6px 0;
	text-align: left;
	font-weight: normal;
}
.order-info tfoot tr th span {
	line-height: 20px;
	white-space: nowrap;
	display: inline-block;
	width: 24%;
	height: 20px;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}
.orderprint th {
	font-variant: normal;
	text-align: left
}
.w200 {
	width: 200px!important;
}
.tl {
	text-align: left!important;
}
.w70 {
	width: 70px!important;
}
.w40 {
	width: 40px!important;
}
.smilies-module {
	background-color: #FFFFFF;
	border: 1px solid #D5E5F5;
	display: none;
	width: 224px;
	height: 94px;
	padding: 6px;
	position: absolute;
	z-index: 999;
}
.ncsu-trans-type {
	background-color: #FFF;
	border: solid #DDD 1px;
}
.ncsu-trans-type .default {
	line-height: 30px;
	background-color: #E6E6E6;
	min-height: 30px;
	padding: 4px 10px;
}
.postage-tpl .postage-detail {
	padding: 5px;
	margin: 5px 0;
	border: 1px dashed #D3E5F3;
}
.postage-tpl .express .section {
	margin-bottom: 8px;
}
.postage-tpl .input_readonly {
	background-color: #E6E6E6;
	border: 1px solid #CCC;
}
.postage-tpl .batch {
	line-height: 20px;
	background-color: #FAFAFA;
	height: 20px;
	padding: 5px;
	border-bottom: solid 1px #E6E6E6;
}
.postage-tpl .tbl-attach {
	background-color: #E6E6E6;
	height: 30px;
	padding: 4px 2px;
}
.postage-tpl .input-error {
	background-color: #FFF2F2;
	border: 1px solid #FF8080;
}
.postage-tpl span.msg:after {
	display: none;
}
.J_DefaultMessage {
	display: block;
	clear: both;
}
.J_Message {
	color: #F00;
	display: inline-block;
}
.J_Message i {
	vertical-align: middle;
	margin-right: 5px;
}
.postage-tpl span.msg {
	margin-right: 3px;
}
.postage-tpl span.error, .postage-tpl span.stop {
	display: inline-block;
	float: none;
}
.ks-ext-mask {
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#BFFFFFFF', endColorstr='#BFFFFFFF');
	background: rgba(255,255,255,0.75);
}
.dialog-areas, .dialog-batch {
	background-color: #FFF;
	width: 690px;
	margin-left: -320px;
	border: 1px solid #CCC;
	position: fixed;
	z-index: 9999;
	top: 25%;
	left: 50%;
}
.dialog-batch {
	top: 40%;
}
.ks-contentbox {
	display: block;
}
.ks-contentbox .title {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #555;
	background-color: #FFF;
	height: 20px;
	padding: 10px;
	border-bottom: solid 1px #E6E6E6;
	position: relative;
	z-index: 1;
}
a.ks-ext-close {
	font: lighter 14px/20px Verdana;
	color: #999;
	text-align: center;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
a:hover.ks-ext-close {
	text-decoration: none;
	color: #27A9E3;
}
.dialog-areas ul {
	display: block;
	padding: 10px;
}
.dialog-areas li {
	display: block;
	width: 100%;
	clear: none;
}
.dialog-areas li.even {
	background-color: #F7F7F7;
}
.css-region {
	font-size: 0;
*word-spacing:-1px;
	overflow: visible!important;
}
.css-region-title {
	font-size: 12px;
	line-height: normal!important;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: left!important;
	display: inline-block;
	padding: 0!important;
	width: 100px!important;
}
.css-region-title span {
	line-height: 20px;
	color: #333;
	font-weight: bold;
	display: block;
	height: 20px;
	padding: 5px 0 4px 10px;
}
.css-province-list {
	font-size: 0!important;
*word-spacing:-1px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: 550px!important;
	padding: 0!important;
}
.css-province {
	font-size: 12px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	width: 105px;
	height: 30px;
	position: relative;
	z-index: 1;
}
.css-province-tab {
	line-height: 20px;
	display: block;
	height: 20px;
	padding: 4px;
	margin: 1px 1px 0 1px;
}
.css-province-tab input, .css-province-tab label {
	vertical-align: middle;
}
.css-province-tab .check_num {
	font: 12px/16px Verdana, Geneva, sans-serif;
	color: #28B779;
	letter-spacing: -1px;
	vertical-align: middle;
	padding-right: 1px;
}
.css-province-tab i {
	font-size: 12px;
	color: #CCC;
	margin-left: 4px;
	cursor: pointer;
}
.css-province-tab:hover i {
	color: #555;
}
.showCityPop {
	z-index: 2;
}
.showCityPop .css-province-tab {
	background-color: #FFFEC6;
	margin: 0;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #F7E4A5 #F7E4A5 transparent #F7E4A5;
}
.css-citys-sub {
	background-color: #FFFEC6;
	white-space: normal;
	display: none;
	width: 240px;
	border: 1px solid #F7E4A5;
	position: absolute;
	z-index: -1;
	top: 28px;
	left: 0;
}
.showCityPop .css-citys-sub {
	font-size: 0;
*word-spacing:-1px;
	display: block;
}
.css-citys-sub .areas {
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	padding: 4px;
	margin-right: 4px;
}
.ks-contentbox .bottom {
	padding: 10px;
}
.ks-contentbox .batch {
	line-height: 30px;
	background-color: #FFF;
	text-align: center;
	height: 30px;
	padding: 20px 0;
	border-bottom: solid 1px #E6E6E6;
}
.checkbox {
	padding: 0;
	vertical-align: middle;
}
.hidden {
	display: none;
}
.css-evidence-pic {
	font-size: 0;
*word-spacing:-1px;
}
.css-evidence-pic li {
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
	width: 60px;
	height: 60px;
	padding: 4px;
	margin-right: 10px;
	border: solid 1px #F5F5F5;
*zoom:1;
}
.css-evidence-pic li a {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display:block;
	width: 100px;
	height: 60px;
	overflow: hidden;
}
.css-evidence-pic li a img {
	max-width: 60px;
	max-height: 60px;
margin-top:expression(60-this .height/ 2);
*margin-top:expression(30-this .height/ 2);
}
.css-account-all {
	padding-left: 1%;
}
.css-account-all .checkbox, .css-account-container .checkbox {
	vertical-align: middle;
	margin-right: 4px;
}
.css-account-container {
	line-height: 20px;
	display: block;
	min-height: 20px;
	padding: 15px 0 10px 0;
	border-top: dotted 1px #CCC;
}
.css-account-container:nth-child(even) {
	background: #FAFAFA;
}
.css-account-container h4 {
	font-size: 12px;
	font-weight: 600;
	vertical-align: top;
	display: inline-block;
*display:inline;
	width: 14%;
	border-right: dotted 1px #CCC;
	margin: 0 1%;
*zoom:1;
}
.css-account-container-list {
	font-size: 0;
*word-spacing:-1px;
	vertical-align: top;
	display: inline-block;
*display:inline;
	width: 83%;
*zoom:1;
}
.css-account-container-list li {
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
*display:inline;
	width: 20%;
	height: 20px;
	margin-bottom: 5px;
*zoom:1;
}
* {
	padding: 0px;
	margin: 0px;
}
* html {
	background-image: url(about:blank);
	background-attachment: fixed;
}
#tbox {
	width: 52px;
	_margin-bottom: 5px;
	float: right;
	position: fixed;
	_position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	_bottom: auto;
_top:expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight-this.offsetHeight- ( parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}
#tbox .btn {
	background-color: #FFF;
	text-align: center;
	height: 44px;
	padding: 6px 0 2px 0;
	margin-bottom: 5px;
}
#tbox .btn i {
	background: url(../images/css_bg_img.png) no-repeat;
	display: block;
	width: 24px;
	height: 24px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#tbox .btn i em {
	font: 10px/12px Arial;
	color: #FFF;
	background-color: #27A9E3;
	height: 12px;
	padding: 0 2px;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	top: -6px;
	right: -6px;
}
#tbox .btn i.im {
	background-position: -260px -420px;
}
#tbox .btn i.top {
	background-position: -260px -450px;
}
#tbox .btn i.msg {
	background-position: -260px -480px;
}
#tbox .btn a {
	font: 11px/20px 'microsoft yahei';
	color: #27A9E3;
	text-decoration: none;
	display: block;
}
#tbox .btn:hover {
	background-color: #27A9E3;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
	cursor: pointer;
}
#tbox .btn:hover i em {
	color: #27A9E3;
	background-color: #FFF;
}
#tbox .btn:hover i.im {
	background-position: -290px -420px;
}
#tbox .btn:hover i.top {
	background-position: -290px -450px;
}
#tbox .btn:hover i.msg {
	background-position: -290px -480px;
}
#tbox .btn:hover a, #tbox .btn a:hover {
	color: #FFF;
}
#footer {
	font-size: 12px!important;
	line-height: 20px;
	color: #999;
	background: #E6E6E6;
	text-align: center;
	display: block;
	width: 100%;
	clear: both;
	margin: 0;
	border-top: 1px solid #CCC;
	overflow: hidden;
	position:fixed;
	bottom:0;
	left:0;
}
#footer p {
	color: #666;
	word-spacing: 5px;
	padding: 10px 0;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .vol {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 600;
	font-style: oblique;
	font-size: 12px;
}
#footer .vol .b {
	color: #00F;
}
#footer .vol .o {
	color: #F60;
}
#footer .vol em {
	font-family: Georgia, Arial;
	font-weight: 600;
	font-style: italic;
	color: #000;
	margin-left: 2px;
}
.sortbar-array th a {
	color: #333;
	cursor: pointer;
}
.sortbar-array th a.selected, .sortbar-array th a:hover {
	color: #09C;
}
.sortbar-array th a.desc i {
	background-position: -7px -11px;
}
.sortbar-array th a.asc i {
	background-position: -14px -11px;
}
.sortbar-array th a i {
	background: rgba(0,0,0,0) url('../images/2014shop_background_img.png') no-repeat 0 -11px;
	vertical-align: middle;
	display: inline-block;
	width: 7px;
	height: 8px;
	margin-left: 4px;
}
.stat-map-color {
	color: #999;
	text-align: left;
	margin-top: 10px;
}
.stat-map-color span {
	display: inline-block;
*display:inline;
	width: 16px;
	height: 16px;
	zoom: 1;
}
.stat-map-color p {
	background: #F7F7F7;
	border: dashed 1px #D7D7D7;
	padding: 6px;
	margin: 9px 0;
}
.stat-info {
	color: #0099CC;
	background-color: #F3FBFE;
	clear: both;
	padding: 15px;
	border: solid 1px #DEEFFB;
}
.stat-info span {
	font-size: 12px;
	margin-right: 50px;
	white-space: nowrap;
}
.stat-info span strong {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #31444D;
	margin: 0 2px;
}
.pic-cut-100, .pic-cut-120 {
	font-size: 12px;
	line-height: 20px;
	color: #555;
	width: 632px;
	height: 520px;
	margin: 20px auto;
	position: relative;
	z-index: 1;
}
.pic-cut-120 {
	width: 652px;
	margin: 30px auto;
}
.pic-cut-100 .work-title, .pic-cut-120 .work-title {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	width: 500px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.pic-cut-100 .work-layer, .pic-cut-120 .work-layer {
	background: #FFF;
	padding: 1px;
	border: dashed 1px #777;
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 0;
}
.pic-cut-100 .work-layer p, .pic-cut-120 .work-layer p {
	background: url(../images/member/cut_bg.png) repeat 0 0;
	display: block;
	width: 500px;
	height: 500px;
	overflow: hidden;
}
.pic-cut-100 .thumb-layer, .pic-cut-120 .thumb-layer {
	padding: 1px;
	border: dashed 1px #777;
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 0;
}
.pic-cut-100 .thumb-layer p {
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.pic-cut-120 .thumb-layer p {
	width: 120px;
	height: 120px;
	overflow: hidden;
}
.pic-cut-100 .thumb-layer p img, .pic-cut-120 .thumb-layer p img {
	margin: 0;
	display: inline;
}
.pic-cut-100 .thumb-title, .pic-cut-120 .thumb-title {
	text-align: center;
	width: 104px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}
.pic-cut-120 .thumb-title {
	width: 124px;
}
.pic-cut-100 .cut-help, .pic-cut-120 .cut-help {
	width: 100px;
	position: absolute;
	z-index: 1;
	top: 140px;
	right: 0;
}
.pic-cut-120 .cut-help {
	width: 120px;
	top: 160px;
}
.pic-cut-100 .cut-help h4, .pic-cut-120 .cut-help h4 {
	font-size: 12px;
	line-height: 28px;
	color: #333;
}
.pic-cut-100 .cut-btn, .pic-cut-120 .cut-btn {
	position: absolute;
	z-index: 1;
	top: 340px;
	left: 525px;
}
.pic-cut .cut-btn {
	top: 340px;
	left: 530px;
}
.css-goods-thumb-mini {
	width: 40px;
	height: 40px;
	border: solid 1px #F5F5F5;
}
.css-goods-thumb-mini a {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display:block;
	width: 40px;
	height: 40px;
	overflow: hidden;
}
.css-goods-thumb-mini a img {
	max-width: 40px;
	max-height: 40px;
margin-top:expression(40-this .height/ 2);
*margin-top:expression(20-this .height/ 2);
}
.css-goods-thumb {
	width: 60px;
	height: 60px;
}
.css-goods-thumb a {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display:block;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.css-goods-thumb a img {
	max-width: 60px;
	max-height: 60px;
margin-top:expression(60-this .height/ 2);
*margin-top:expression(30-this .height/ 2);
}
.css-goods-thumb-120 {
	width: 120px;
	height: 120px;
}
.css-goods-thumb-120 a {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display:block;
	width: 120px;
	height: 120px;
	overflow: hidden;
}
.css-goods-thumb-120 a img {
	max-width: 120px;
	max-height: 120px;
margin-top:expression(120-this .height/ 2);
*margin-top:expression(60-this .height/ 2);
}
.css-store-pic {
	width: 60px;
	height: 60px;
}
.css-store-pic a {
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
*display:block;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.css-store-pic a img {
	max-width: 60px;
	max-height: 60px;
margin-top:expression(60-this .height/ 2);
*margin-top:expression(30-this .height/ 2);
	border-radius: 30px;
}
.waybill-img-thumb {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	display: inline-block;
	height: 45px;
	padding: 1px;
	vertical-align: top;
	width: 70px;
}
.waybill-img-thumb a {
	display: table-cell;
	height: 45px;
	line-height: 0;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 70px;
}
.waybill-img-thumb a img {
	max-height: 45px;
	max-width: 70px;
}
.waybill-img-size {
	color: #777;
	display: inline-block;
	line-height: 20px;
	margin-left: 10px;
	vertical-align: top;
}
.waybill_item {
	font-size: 18px;
	font-size: 14px;
	background-color: #FEF5E6;
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 20px;
	padding: 1px 5px 4px 5px;
	border-color: #FFBEBC;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	cursor: move;
}
.waybill_item:hover {
	padding: 1px 5px 1px 5px;
	border-color: #FF7A73;
	border-width: 1px 1px 4px 1px;
}

/*分页*/
.quotes_page{padding:3px;margin:3px;text-align:center;}
.quotes_page a{border:#ddd 1px solid;padding:2px 5px;color:#aaa;margin:0 2px 0 0;}                                                                     
.quotes_page a:hover{border:#a0a0a0 1px solid;padding:2px 5px;margin:0 2px 0 0;}
.quotes_page a:active{border:#a0a0a0 1px solid;padding:2px 5px;margin:0 2px 0 0;}
.quotes_page .current{border:#e0e0e0 1px solid;padding:2px 5px;font-weight:bold;color:#aaa;margin:0 2px 0 0;background-color:#f0f0f0;cursor:default}
.quotes_page .disabled{border:#f3f3f3 1px solid;padding:2px 5px;color:#ccc;margin:0 2px 0 0;cursor:default}
.quotes_page .more{padding:2px 5px;margin:0 2px 0 0;font-weight:bold;}


/*diy_web*/
.clean{
	height:0;
	font-size:0;
	clear:both;
}
.dragPart {
    font-size: 12px;
	word-break:break-all;
    word-wrap:break-word;
}
.wordObj {
    /*height: 24px;
    line-height: 24px;
    background: #4C4C4C;*/
}
.imgFrame,.imgsFrame {
    text-align: center;
    position: relative;
}
.imgFrame .imgObj{
	overflow:hidden;
}
.imgFrame .imgObj img{
	width:100%;
	display:block;
	margin:0 auto;
}
.imgsFrame .imgObj{
	overflow:hidden;
}
.imgsFrame .imgObj img{
	width:100%;
	display:block;
	margin:0 auto;
}
.v2ImgFrame{
	width: 49.5%;
    float: left;
    text-align: center;
    position: relative;
}
.v2ImgFrame .imgObj{
	overflow:hidden;
}
.v2ImgFrame .imgObj img{
	width:100%;
	display:block;
	margin:0 auto;
}
.v3ImgFrame {
    width: 32.8%;
    float: left;
    text-align: center;
    position: relative;
}
.v3ImgFrame .imgObj{
	overflow:hidden;
}
.v3ImgFrame .imgObj img{
	width:100%;
	display:block;
	margin:0 auto;
}
.v4ImgFrame{
	width: 25%;
    float: left;
    text-align: center;
    position: relative;
}
.v4ImgFrame .imgObj{
	overflow:hidden;
}
.v4ImgFrame .imgObj img{
	width:100%;
	display:block;
	margin:0 auto;
}
.v5ImgFrame{
	width: 20%;
    float: left;
    text-align: center;
    position: relative;
}
.v5ImgFrame .imgObj{
	overflow:hidden;
}
.v5ImgFrame .imgObj img{
	width:100%;
	display:block;
	margin:0 auto;
}

.left1_2 {
	width: 50%;
	float: left;
}
.left1_2 .v1_2ImgFrame {
    width: 100%;
    text-align: center;
    position: relative;
}
.right1_2 {
	width: 50%;
	float: left;
}
.right1_2 .v1_2ImgFrame {
    width: 100%;
    text-align: center;
    position: relative;
}
.v1_2ImgFrame .imgObj{
	overflow:hidden;
}
.v1_2ImgFrame .imgObj img{
	width:100%;
	display:block;
	margin:0 auto;
}

.left1_4 {
    width: 33.33333333%;
    float: left;
}
.left1_4 .v1_4ImgFrame {
    width: 100%;
    text-align: center;
    position: relative;
}
.right1_4 {
    width: 66.66666666%;
    float: left;
}
.right1_4 .v1_4ImgFrame {
    width: 50%;
    text-align: center;
    position: relative;
    float: left;
}
.v1_4ImgFrame .imgObj{
	overflow:hidden;
}
.v1_4ImgFrame .imgObj img{
	width:100%;
	display:block;
	margin:0 auto;
}

.left2_1, .right2_1 {
    width: 50%;
    float: left;
}
.left2_1 .v2_1ImgFrame {
    width: 100%;
    text-align: center;
    position: relative;
}
.right2_1 .v2_1ImgFrame {
    width: 100%;
    text-align: center;
    position: relative;
}
.v2_1ImgFrame .imgObj{
	overflow:hidden;
}
.v2_1ImgFrame .imgObj img{
	width:100%;
	display:block;
	margin:0 auto;
}

.left4_1 {
    width: 66.66666666%;
    float: left;
}
.left4_1 .v4_1ImgFrame {
    width: 50%;
    text-align: center;
    position: relative;
    float: left;
}
.right4_1 {
    width: 33.33333333%;
    float: left;
}
.right4_1 .v4_1ImgFrame {
    width: 100%;
    text-align: center;
    position: relative;
}
.v4_1ImgFrame .imgObj{
	overflow:hidden;
}
.v4_1ImgFrame .imgObj img{
	width:100%;
	display:block;
	margin:0 auto;
}
/*后台专属*/
.css-mobile-editor .pannel .control-panel .selectObj{
	border: 1px dashed rgb(255, 0, 0);
}
.hand_box{
	position: absolute;
    z-index: 900;
	top: 0px;
	right:0px;
	height: 15px;
	line-height:15px;
	overflow:hidden;
	display:none;
}
.hand {
    cursor: pointer;
	text-align:center;
	line-height:15px;
    width: 35px;
	background:#929292;
	color:#ffffff;
	float:left;
	margin-left:3px;
}
.css-mobile-editor .pannel .control-panel .selectObj .hand_box{
	display:block;
}
/*工具区域start*/

.item_box{
	height: auto;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #e7eaec;
	border-radius: 3px;
	overflow: hidden;
}
.item-image{
	height: 70px;
	width: auto;
	min-width: 40px;
	max-width: 220px;
	background: #eee;
	float: left;
	margin-right: 10px;
	border: 1px solid #e7eaec;
	position: relative;
}
.item-image img {
    height: 68px;
    width: auto;
    max-width: 220px;
	min-width:110px;
	display: block;
	border:none;
}
.item-form {
    height: auto;
    display: block;
    overflow: hidden;
}
.form-group {
    margin: 5px 0;
	box-sizing: border-box;
}
.col-sm-10{
	position: relative;
	min-height: 1px;
	width: 83.33333333%;
	float: left;
	box-sizing: border-box;
	margin: 0;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
input.form-control{
	position: relative;
	z-index: 2;
	width: 100%;
	line-height: 1.5;
	height: 30px;
	margin: 0;
	float: left;
	display: table-cell;
	border:solid 1px #EFEFEF;
	text-align:center;
	padding: 0px 10px;
	white-space: nowrap;
	box-sizing: border-box;
}
.input-group-addon{
	color: inherit;
	font-weight: 400;
	padding: 6px 12px;
	text-align: center;
	background: #fdfdfd !important;
	border:solid 1px #EFEFEF;
	vertical-align: middle;
	box-sizing: border-box;
	cursor: pointer;
	line-height: 1;
	outline: none !important;
	width: 1%;
	height:30px;
	display: table-cell;
	white-space: nowrap;
}

.btn-del {
    height: 0;
    width: 100%;
    display: block;
    position: relative;
	display: none;
}
.btn-del::before {
    content: '×';
    position: absolute;
    height: 16px;
    width: 16px;
    text-align: center;
    line-height: 14px;
    color: #fff;
    cursor: pointer;
    background: rgba(0,0,0,0.3);
    border-radius: 16px;
    top: -6px;
    right: -6px;
    z-index: 10;
}
.edit_box textarea{
	display:block;
	padding:10px;
	height:300px;
	line-height:23px;
	margin:0;
	border:solid 1px #EFEFEF;
	width: 95%;
}
.alert-primary {
    color: #259fdc;
    background-color: #d9edf7;
    border-color: #c5dce7;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
	border-radius: 2px;
}
.control-label {
    padding: 0;
    text-align: left;
	margin-bottom: 0;
}
.col-sm-2{
	width: 16.66666667%;
	float: left;
}
.radio-inline{
	color: #666;
	padding-right: 14px;
	vertical-align: middle;
	display: inline-block;
}
.col-sm-4 {
    width: 33.33333333%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}
.col-sm-8{
	width: 66.66666667%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}
/*end*/