﻿@charset "utf-8";

/***
 *	360Chain Admin Style
 *
 *	http://www.360Chain.com
 *
 *	Copyright © 2010 360Chain.net All Rights Reserved.
 **/

/* ---------- Common ---------- */

body {
	_width: expression(document.body.clientWidth <= 850 ? "850px": "auto");
	min-width: 850px;
	color: #000000;
}

.bar {
	height: 26px;
	line-height: 26px;
    vertical-align: middle;
	/*clear: both;*/
	padding-left: 30px;
    margin: 0px 10px 0px 10px;
	color: #6B78A9;
    font-weight:bold;
    font-size: 14px;
    background: #F1F1F1 url(../images/home_icon.gif) 5px 5px no-repeat;
    border: 1px solid #E5E5E5;

}
.bar span{
    padding-left: 60px;
    color: #56A345;
}

/*.bar {*/
    /*height: 30px;*/
    /*line-height: 28px;*/
    /*clear: both;*/
    /*padding-left: 10px;*/
    /*color: #000000;*/
    /*font-weight:bold;*/
    /*font-size: 16px;*/
    /*background: url(../images/goods_bg.gif) 0px -300px no-repeat;*/
    /*background: url(../images/goods_x_bg.gif) 0px 0px repeat-x;*/
    /*background: url(../images/goods_bg.gif) -30px -300px no-repeat;*/
/*}*/

.titleBar {
    border-left:1px solid  #dde9f5;
    border-right:1px solid  #dde9f5;
    border-bottom:1px solid  #dde9f5;
    height: 30px;
    line-height: 28px;
    clear: both;
    margin-left: 60px;
    margin-right: 5px;
    color: #444444;
}
.innerDiv{
    border-right: 1px solid #dde9f5;
    border-bottom: 1px solid #dde9f5;
    border-left: 1px solid #dde9f5;
    height: auto;
    line-height: 28px;
    clear: both;
    margin: 0px 5px 20px 60px;
    padding: 5px 5px 5px 5px;
    color: #444444;
}

/* ---------- Login ---------- */

.login .body {
	width: 515px;
	height: 267px;
	padding: 80px 139px 35px 185px;
	margin: 0px auto;
	overflow: hidden;
	background: url(../images/admin_bg.png) no-repeat 0px 0px;
}

.login .loginTable {
	width: 479px;
	height: 212px;
}

.login .loginTable th {
    padding-top: 10px;
    padding-bottom: 5px;
    text-align : left;
}

.login .captcha {
	width: 90px;
	text-transform: uppercase;
}

.login .captchaImage {
	margin-left: 5px;
	vertical-align: middle;
	cursor: pointer;
}

.login .homeButton {
	width: 37px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	background: url(../images/admin_button.gif) -90px -90px no-repeat;
}

.login .submitButton {
	width: 70px;
	height: 30px;
	line-height: 30px;
	color: #476b89;
	cursor: pointer;
	border: none;
	background: url(../images/admin_button.gif) -127px -90px no-repeat;
}

.login .powered {
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
	text-align: right;
	font-size: 9px;
	color: #999999;
}

.login .link {
	height: 30px;
	line-height: 30px;
	padding-right: 7px;
	text-align: right;
	color: #888888;
}

.login .link a {
	color: #888888;
	margin: 0px 3px;
}

/* ---------- Header ---------- */

.header {
	height: 103px;
    background:#fff url(../images/header_bg.jpg) no-repeat right top
/*	background: url(../images/admin_bg.png) 0px -480px no-repeat;*/
    /*background: #fff;*/
}
.header #bottom{
    height:6px;
    background: #145EAB;
}
.header .body{
    width: 800px;
    height: 45px;
}
.header .logo {
	width: 150px;
	height: 45px;
	/*background: url(../images/header_logo.png) 0px 0px no-repeat;*/
    float:left;
}

.header .link {
	height: 27px;
	line-height: 27px;
	float: right;
}

.header .link a {
	padding: 0px 5px;
}
.header .link .profile {
    line-height: 24px;
    padding-left: 15px;
    margin-right: 5px;
    background: url(../images/admin_icon.gif) 0px -60px no-repeat;
}

.header .link .logout {
    line-height: 24px;
    padding-left: 15px;
    margin-right: 5px;
    background: url(../images/admin_icon.gif) 0px -120px no-repeat;
}



/* 页头菜单 */
.header .menu {
    float:left;
    width:100%;
    font-family: "微软雅黑";
    font-size:120%;
    font-weight: bold;
    line-height:normal;
    border-bottom:6px solid #6B78A9;
}
.header .menu ul {
    margin:0;
    padding:10px 10px 0 10px;
    list-style:none;
}
.header .menu li {
    display:inline;
    margin:0;
    padding:0;
}
.header .menu a {
    float:left;
    background:url("../images/header_tab_left.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 7px;
    text-decoration:none;
}
.header .menu a span {
    text-align:center;
    width: 65px;
    float:left;
    display:block;
    background:url("../images/header_tab_right.gif") no-repeat right top;
    padding:5px 2px 4px 2px;
    /*color:#6B78A9;*/
    color:#6A6A6A;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.header .menu a span {float:none;}
/* End IE5-Mac hack */
.header .menu a:hover span {
    color:#6B78A9;
}
.header .menu a:hover {
    background-position:0% -42px;
}
.header .menu a:hover span {
    background-position:100% -42px;
}
.header .menu .current a {
    color: #ffffff;
    font-weight: normal;
    /*background:url("../images/header_tab_left2.gif") no-repeat right top;*/
    background: #6B78A9;
    border-top-left-radius: 3px;
}
.header .menu .current a span {
    color: #ffffff;
    font-weight: bold;
    /*background:url("../images/header_tab_right2.gif") no-repeat right top;*/
    background: #6B78A9;
    border-top-left-radius: 3px;
    border-top-right-radius: 5px;
}



/* ----------左侧页面 Menu ---------- */

body.menu {
	overflow: hidden;
	/*background: url(../images/admin_y_bg.gif) 0px 0px repeat-y;*/
    background: #fcfcfc;
}

.menu dt {
	width: 100px;
	height: 24px;
	line-height: 24px;
	clear: both;
	padding-left: 20px;
	margin: 5px;
	color: #2366a6;
	background: url(../images/admin_bg.gif) 0px -30px no-repeat;
}

.menu dd {
	width: 120px;
	height: 18px;
	line-height: 18px;
	clear: both;
	padding-left: 5px;
	margin: 5px;
	color: #444444;
}

.menu dd: hover {
    background-color: #2366a6;
}
/* ---------- Middle ---------- */

.middle .main {
	width: 6px;
	height: 100%;
	cursor: pointer;
    border-left: 1px solid #E5E5E5;
}

.middle .leftArrow {
	width: 5px;
	background: url(../images/middle_bg.gif) #fff -6px center no-repeat;
}

.middle .leftArrow:hover {
	background-color: #E5E5E5;
}

.middle .rightArrow {
	width: 5px;
	border-right: 1px solid #E5E5E5;
	background: url(../images/middle_bg.gif) #fff -18px center no-repeat;
}

.middle .rightArrow:hover {
	background-color: #E5E5E5;
}

/* ---------- Index ---------- */

.index .body {
	padding: 10px;
}

.index .bodyLeft {
	width: 50%;
	float: left;
}

.index .bodyRight {
	width: 49%;
	float: right;
}

.index .listTable {
	width: 100%;
	border: 1px solid #E5E5E5;
}

.index .listTable th {
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	color: #444444;
	text-align: left;
    background:#F1F1F1;
	/*background: url(../images/admin_x_bg.gif) 0px -60px repeat-x;*/
}

.index .listTable td {
	line-height: 30px;
	text-align: left;
	padding-left: 10px;
	border-bottom: 1px dotted #f7f7f7;
}

.index .copyright {
	line-height: 30px;
	clear: both;
	text-align: right;
	font-size: 12px;
	color: #444444;
}

/*查询表单*/
.searchForm .label{
    width: 80px;
    text-align: right;
    padding: 2px 3px 2px 5px;
}
.searchForm .input{
    padding: 2px 5px 2px 3px;
    text-align: left;
}
/*.searchForm select{*/
    /*border: #7d9ab6 solid 1px ;*/
    /*margin: 2px 20px 2px 3px;*/
/*}*/
.searchForm .input input{
    width: 140px;
}
.searchForm .input select{
    width: 140px;
}
/* ---------- List ---------- */
.listBar {
    padding: 10px 0px 10px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}
/*收缩表单*/
.listBar .tool-toggle{
    display:block;
    width:685px;
    height:20px;
    margin:0 auto;
    background:url(../images/toggle_bg.gif) no-repeat 0 -80px;
    text-indent:-999px;
    outline:none;
}
.listBar .tool-toggle:hover{
    background-position:0 -120px;
}
.listBar .collapsed-tool-toggle{
    display:block;
    width:685px;
    height:15px;
    margin:0 auto;
    background:url(../images/toggle_bg.gif) no-repeat 0 0px;
    text-indent:-999px;
    outline:none;
}
.listBar .collapsed-tool-toggle:hover{
    background-position:0 -40px;
}

.list .body {
	padding: 0px 5px;
}

.list .listBar {
	padding: 10px 0px 10px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
	clear: both;
}

.list .listTable {
	width: 100%;
	clear: both;
	margin-bottom: 5px;
	border: 1px solid #e8e8e8;
}

.list .listTable tr:hover {
	background-color: #f7f7f7
}

.list .listTable th {
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	text-align: left;
    border: none;
    border-right: 1px solid #E7E7E7;
	color: #333333;
	background-color: #F1F1F1;
}

.list .detailTable .check {
	width: 40px;
}

.list .listTable .sort {
	line-height: 30px;
	cursor: pointer;
}

.list .listTable .desc {
	padding-right: 12px;
	vertical-align:top;
	background: url(../images/admin_icon.gif) right -180px no-repeat;
	*background: url(../images/admin_icon.gif) right -182px no-repeat!important;
}

.list .listTable .asc {
	padding-right: 12px;
	vertical-align:top;
	background: url(../images/admin_icon.gif) right -240px no-repeat;
	*background: url(../images/admin_icon.gif) right -182px no-repeat!important;
}

.list .listTable td {
	line-height: 20px;
	height:45px;
	padding-left: 5px;
    padding-right: 5px;
	vertical-align:top;
    word-wrap:normal;
	border-bottom: 1px solid #e8e8e8;
}

.list .listTable td a {
	color: #29619b;
}

.list .listTable td a:hover
{
    color: #CD4604;
    text-decoration: underline;
}

.list .bodyBottom {
	height: 30px;
    background-color: #fcfcfc;
}

.list .bodyBottom .delete {
	height: 30px;
	float: left;
}

.list .bodyBottom .pageInfo {
    margin: 0px 5px 0px 5px;
    padding: 0px 2px 0px 2px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    float: left;
    color: #900;
    border: 1px solid  #CFCFCF;
}

.list .bodyBottom .pager {
	height: 30px;
	float: right;
}

.list #pager .pages {
    padding:3px;
	float: right;
	text-transform: uppercase;
	font-size: 12px;
	border: none;
}

.list #pager .pages li {
	list-style: none;
	float: left;
	padding: 2px 5px;
	margin-left: 5px;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #cccccc;
}

.list #pager .pages li:hover {
	border: 1px solid #003f7e;
}

.list #pager .pages .pgEmpty {
	color: #cfcfcf;
	padding: 2px 5px;
	cursor: default;
	border: 1px solid #cfcfcf;
}

.list #pager .pages .pgCurrent {
	color: #000;
	font-weight: 700;
	border: 1px solid #003f7e;
	background-color: #eeeeee;
}

/*---------*/

.list #pager1 .pages {
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    padding:3px;
    border: none;
}

.list #pager1 .pages li {
    list-style: none;
    float: left;
    padding: 2px 5px;
    margin-left: 5px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #cccccc;
}

.list #pager1 .pages li:hover {
    border: 1px solid #003f7e;
}

.list #pager1 .pages .pgEmpty {
    color: #cfcfcf;
    padding: 2px 5px;
    cursor: default;
    border: 1px solid #cfcfcf;
}

.list #pager1 .pages .pgCurrent {
    color: #000000;
    font-weight: 700;
    border: 1px solid #003f7e;
    background-color: #eeeeee;
}

.list .noRecord {
	height: 30px;
	line-height: 30px;
	clear: both;
	color: red;
	text-align: center;
	/*border-bottom: 1px solid #cccccc;*/
}

/* ---------- Input ---------- */

.input .body {
	padding-bottom: 30px;
}

.input .tab {
	height: 30px;
	padding-left: 160px;
	margin: 10px 0px 5px 0px;
	background: url(../images/admin_x_bg.gif) 0px -120px repeat-x;
}

.input .tab li {
	float: left;
	margin-right: 5px;
}

.input .tab li input {
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #666666;
	cursor: pointer;
	outline: none;
	border: none;
	background: url(../images/admin_button.gif) -120px -30px no-repeat;
}

.input .tab li input:hover {
	color: #ff9b1f;
}

.input ul.tab li input.current {
	color: #000000;
	background: url(../images/admin_button.gif) 0px -30px no-repeat;
}

.input .tabContent {
	display: none;
}

.input .inputTable {
	width: 98%;
    margin: 5px 10px;
    /*border: 1px solid #e8e8e8;*/
	word-break: break-all;
}

.input .inputTable th {
	width: 150px;
	line-height: 25px;
	padding: 5px 10px 5px 0px;
	text-align: right;
	font-weight: normal;
	color: #333333;
	/*border-bottom: 1px solid #dde9f5;*/
	/*background-color: #f7f7f7;*/
}

.input .inputTable tr:hover {
	background-color: #fcfcfc;
}

.input .inputTable tr:hover th {
	background-color: #fcfcfc;
}

.input .inputTable .title th {
	text-align: left;
	padding-left: 5px;
}

.input .inputTable td {
	line-height: 25px;
	padding: 5px;
	color: #666666;
    /*background-color: #f7f7f7;*/
	/*border-bottom: 1px solid #dde9f5;*/
}

.input .tableItem {
	padding: 10px;
}

.input .tableItem .inputTable {
	border: 1px solid #f7f7f7;
}

.input .tableItem .inputTable .title {
	font-weight: bold;
	background-color: #ecf3f9;
}

.input .ke-container tr:hover {
	background-color: #f0f0ee;
}

.input .ke-container td {
	padding: 0px;
	margin: 0px;
	border: none;
}

.input .buttonAreaUpper {
    padding: 10px 0px 10px 80px;
    margin: 10px 0px 0px 10px;
    border-width: 1px 0px 0px 0px;
    display: block;
    line-height: 25px;
}

.input .buttonArea {
    padding: 30px 0px 10px 10px;
    margin: 10px 0px 0px 0px;
    /*border: 1px solid #d5d5d5;*/
    border-width: 1px 0px 0px 0px;
    line-height: 25px;
}

.input .buttonAreaUnder {
    padding: 10px 0px 10px 80px;
    margin: 10px 20px 0px 10px;
    /*border: 1px solid #d5d5d5;*/
    /*border-width: 1px 0px 0px 0px;*/
    line-height: 25px;
}

.input .fieldTitle {
	height: 29px;
	line-height: 29px;
	padding: 0px 5px 0px 20px;
    margin-left: 20px;
    color: #95adac;
    background:  url(../images/base_icon.gif) 0px -486px no-repeat;
}

.input .listTable {
    width: 98%;
    clear: both;
    padding-left: 30px;
    margin: 0px 10px 0px 10px;
}
.input .listTable th {
    height: 25px;
    line-height: 25px;
    padding:2px 15px;
    text-align: left;
    color: #333333;
    background-color: #F1F1F1;
}
.input .listTable td {
    line-height: 20px;
    height:45px;
    padding:2px 15px;
    vertical-align:top;
    word-wrap:break-word;
    border-bottom: 1px solid #d1d1d1;
}


/* -----------Tree Node-----------*/
.rootNode {
    padding-left: 10px;
    background: url(../images/admin_icon.gif) 0px -300px no-repeat;
}

.subNode {
    padding-left: 10px;
    background: url(../images/admin_icon.gif) 0px -360px no-repeat;
}

/* ---------- Category ---------- */

.firstCategory {
	padding-left: 10px;
	background: url(../images/admin_icon.gif) 0px -300px no-repeat;
}

.category {
	padding-left: 10px;
	background: url(../images/admin_icon.gif) 0px -360px no-repeat;
}

/* ---------- Goods Specification ---------- */

.goodsSpecification .goodsSpecificationValueTable {
	border: 1px solid #e1e1e1;
}

.goodsSpecification .goodsSpecificationValueTable tr th {
	padding: 5px;
	text-align: left;
}

.goodsSpecification .goodsSpecificationValueTable tr td {
	height: 35px;
	line-height: 35px;
	border: 1px solid #e1e1e1;
}

.goodsSpecification .goodsSpecificationValueTable tr .upGoodsSpecificationValue, .goodsSpecification .goodsSpecificationValueTable tr .downGoodsSpecificationValue, .goodsSpecification .goodsSpecificationValueTable tr .deleteGoodsSpecificationValue {
	margin: 0px 5px;
}

.goodsSpecification .goodsSpecificationValueImage .goodsSpecificationValueImagePreview {
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: left;
	margin: 0px 10px;
	position: static;
	color: #969696;
	overflow: hidden;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);
	border: 1px solid #cfcfcf;
}

.goodsSpecification .goodsSpecificationValueImage .goodsSpecificationValueImagePreview:hover {
	border: 1px solid #ff6600;
}

.goodsSpecification .goodsSpecificationValueImage .goodsSpecificationValueImagePreview img {
	width: 30px;
	height: 30px;
}

.goodsSpecification .goodsSpecificationValueImage .goodsSpecificationValueImageUploadButton {
	width: 74px;
	height: 22px;
	line-height: 22px;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	top: 5px;
	left: 0px;
	outline: none;
	cursor: pointer;
	border: none;
	background: url(../images/admin_button.gif) no-repeat 0px -90px;
}

.goodsSpecification .goodsSpecificationValueImage input {
	width: 74px;
	height: 22px;
	line-height: 22px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity = 0);
	font-size: 40px;
	direction: rtl;
	cursor: pointer;
}

.goodsSpecification .goodsSpecificationValueImage div {
	width: 74px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	cursor: pointer;
}

/* ---------- Goods ---------- */

.goods .goodsImageArea {
	height: 180px;
}

.goods .goodsImageArea .example {
	width: 130px;
	height: 130px;
	float: left;
	margin-right: 10px;
	background: url(../images/admin_bg.gif) no-repeat -60px -60px;
}

.goods .goodsImageArea .prev {
	width: 8px;
	height: 130px;
	display: block;
	float: left;
	margin-right: 5px;
	outline: none;
	border: 1px solid #ededed;
	background: url(../images/admin_bg.gif) 0px -60px #fafafa no-repeat;
}

.goods .goodsImageArea .prev:hover {
	border: 1px solid #cccccc;
	background-color: #f3f3f3;
}

.goods .goodsImageArea .next {
	width: 8px;
	height: 130px;
	display: block;
	float: left;
	margin-left: 5px;
	outline: none;
	border: 1px solid #ededed;
	background: url(../images/admin_bg.gif) -30px -60px #fafafa no-repeat;
}

.goods .goodsImageArea .next:hover {
	border: 1px solid #cccccc;
	background-color: #f3f3f3;
}

.goods .goodsImageArea .scrollable {
	width: 502px;
	height: 130px;
	line-height: 130px;
	float: left;
	overflow: hidden;
	position: relative;
	border: 1px solid #cccccc;
}

.goods .goodsImageArea .items {
	width: 20000em;
	position: absolute;
}

.goods .goodsImageArea li {
	width: 90px;
	height: 90px;
	display: block;
	float: left;
	margin: 5px;
	text-align: center;
}

.goods .goodsImageArea .goodsImageBox {
	position: relative;
}

.goods .goodsImageArea .goodsImageBox .goodsImagePreview {
	width: 90px;
	height: 90px;
	line-height: 90px;
	color: #969696;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);
	border: 1px solid #cfcfcf;
}

.goods .goodsImageArea .goodsImageBox .goodsImagePreview:hover {
	border: 1px solid #ffc097;
}

.goods .goodsImageArea .goodsImageBox .goodsImagePreview img {
	width: 90px;
	height: 90px;
}

.goods .goodsImageArea .goodsImageBox .goodsImageOperate {
	width: 90px;
	height: 25px;
	display: none;
	padding-top: 3px;
	padding-left: 13px;
	position: absolute;
	top: 66px;
	left: 1px;
	z-index: 1;
	background: url(../images/goods_image_operate_bg.png) no-repeat 0px 0px;
}

.goods .goodsImageArea .goodsImageBox .goodsImageOperate .left {
	width: 19px;
	height: 19px;
	display: block;
	float: left;
	margin-right: 1px;
	overflow: hidden;
	outline: none;
}

.goods .goodsImageArea .goodsImageBox .goodsImageOperate .right {
	width: 19px;
	height: 19px;
	display: block;
	float: left;
	margin-right: 1px;
	overflow: hidden;
	outline: none;
}

.goods .goodsImageArea .goodsImageBox .goodsImageOperate .delete {
	width: 19px;
	height: 19px;
	display: block;
	float: left;
	overflow: hidden;
	outline: none;
}

.goods .goodsImageArea .goodsImageBox .goodsImageUploadButton {
	width: 74px;
	height: 22px;
	line-height: 22px;
	display: block;
	overflow: hidden;
	position: relative;
	top: 97px;
	left: 0px;
	outline: none;
	cursor: pointer;
	border: none;
	background: url(../images/admin_button.gif) no-repeat 0px -90px;
}

.goods .goodsImageArea .goodsImageBox .goodsImageUploadButton input {
	width: 74px;
	height: 22px;
	line-height: 22px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity = 0);
	font-size: 40px;
	direction: rtl;
	cursor: pointer;
}

.goods .goodsImageArea .goodsImageBox .goodsImageUploadButton div {
	width: 74px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	cursor: pointer;
}

.goods .goodsSpecificationTable {
	border: 1px solid #e1e1e1;
}

.goods .goodsSpecificationArea {
	height: 120px;
	padding: 5px;
	overflow-y: scroll;
	border: 1px solid #cccccc;
}

.goods .goodsSpecificationPreview {
	height: 120px;
	padding: 5px;
	overflow-y: scroll;
	cursor: default;
	border: 1px solid #cccccc;
}

.goods .goodsSpecificationPreview ul .text {
	float: left;
	padding: 0px 5px;
	margin-top: 5px;
	margin-right: 5px;
	border: 1px solid #cccccc;
}

.goods .goodsSpecificationPreview ul .image {
	width: 22px;
	height: 22px;
	float: left;
	padding: 1px;
	margin-top: 5px;
	margin-right: 5px;
	border: 1px solid #cccccc;
}

.goods .goodsSpecificationPreview ul .image img {
	width: 22px;
	height: 22px;
}

.goods .goodsSpecificationValueSelect span {
	width: 60px;
	height: 21px;
	line-height: 21px;
	display: block;
	padding: 3px 0px;
	text-align: center;
	cursor: pointer;
	border: 1px dotted #cccccc;
}

.goods .goodsSpecificationValueSelect span:hover {
	border: 1px dotted #ff6600;
}

.goods .goodsSpecificationValueSelect span img {
	width: 22px;
	height: 22px;
}

.goods .goodsSpecificationValueSelect .goodsSpecificationValueSelected {
	border: 1px solid #ff8a00;
}

.goods .goodsSpecificationValueSelect ul {
	width: 215px;
	display: none;
	padding: 0px 5px 5px 5px;
	position: absolute;
	z-index: 1;
	border: 1px solid #ff8a00;
	background-color: #ffffd4;
}

.goods .goodsSpecificationValueSelect ul .text {
	float: left;
	padding: 0px 5px;
	margin-top: 5px;
	margin-right: 5px;
	cursor: pointer;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.goods .goodsSpecificationValueSelect ul .image {
	float: left;
	padding: 1px;
	margin-top: 5px;
	margin-right: 5px;
	cursor: pointer;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.goods .goodsSpecificationValueSelect ul .image img {
	width: 22px;
	height: 22px;
	display: block;
}

.goods .goodsSpecificationValueSelect ul .notAllowed {
	cursor: not-allowed;
	color: #cccccc;
}

/*一行八列*/
.input .inputTable8 {
    width: 100%;
    margin: 10px 0px 10px 0px;
    word-break: break-all;
}

.input .inputTable8 td {
    width: 12.5%;
    line-height: 25px;
    padding: 0px 5px 0px 5px;
    margin: 2px 0px 2px 0px;
    color: #000;
}

.input .inputTable8 td.title{
    text-align: right;
}

.input .inputTable8  td.required {
    line-height: 25px;
    padding: 5px 5px 5px 5px;
    color: #ff0000;
}

.input .inputTable8  span {
    padding-right: 10px;
    font-weight: normal;
}

.input .inputTable8 .memo {
    margin-left: 20px;
    padding: 5px;
    font-size: 12px;
    color: #a2a2a2;
}

/*一行六列*/
.input .inputTable6 {
    width: 100%;
    margin: 10px 0px 0px 0px;
    word-break: break-all;
}

.input .inputTable6 th {
    width: 30%;
    line-height: 25px;
    padding: 5px 5px 5px 0px;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    /*color: #333333;*/
    /*border-bottom: 1px dashed #e8e8e8;*/
    /*border-bottom: 1px solid #dde9f5;*/
    /*background-color: #f7f7f7;*/
}

.input .inputTable6 .title th {
    text-align: left;
    padding-left: 5px;
}

.input .inputTable6 td {
    line-height: 25px;
    padding: 5px 5px 5px 5px;
    color: #000;
}

.input .inputTable6 .required th {
    line-height: 25px;
    padding: 5px 5px 5px 5px;
    color: #ff0000;
    /*border-bottom: 1px dashed #e8e8e8;*/
}

.input .inputTable6  span {
    padding-right: 10px;
    font-weight: normal;
}

.input .tableItem .inputTable6 {
    border: 1px solid #708090;
}

.input .inputTable6 .memo {
    margin-left: 20px;
    padding: 5px;
    font-size: 12px;
    color: #a2a2a2;
}

.input .tableItem .inputTable6 .title {
    font-weight: bold;
    background-color: #ecf3f9;
}

/*订单录入样式一行三列*/
.input .inputTable3 {
    width: 100%;
    margin: 20px 0px 0px 0px;
    word-break: break-all;
}

.input .inputTable3 th {
    width: 15%;
    line-height: 25px;
    padding: 2px 10px 2px 0px;
    text-align: right;
    font-weight: normal;
    /*color: #333333;*/
    /*border-bottom: 1px dashed #e8e8e8;*/
    /*border-bottom: 1px solid #dde9f5;*/
    /*background-color: #f7f7f7;*/
}

.input .inputTable3 tr:hover {
    /*background-color: #f6fafd;*/
}

.input .inputTable3 tr:hover th {
    /*background-color: #ecf3f9;*/
}

.input .inputTable3 .title th {
    text-align: left;
    padding-left: 5px;
}

.input .inputTable3 td {
    line-height: 25px;
    padding: 0px 5px 0px 5px;
    color: #000;
    /*border-bottom: 1px dashed #e8e8e8;*/
    /*border-bottom: 1px solid #dde9f5;*/
}


.input .inputTable3 .desc td {
    line-height: 25px;
    padding: 0px 5px 0px 5px;
    color: #000;
    text-align: right;
}

.input .inputTable3 .required th {
    line-height: 25px;
    padding: 5px 5px 5px 5px;
    color: #ff0000;
    /*border-bottom: 1px dashed #e8e8e8;*/
}

.input .inputTable3  span {
    padding-right: 10px;
    font-weight: normal;
}

.input .tableItem .inputTable3 {
    border: 1px solid #bfcce2;
}

.input .inputTable3 .memo {
    margin-left: 20px;
    padding: 5px;
    color: #a8a8a8;
}

.input .tableItem .inputTable3 .title {
    font-weight: bold;
    background-color: #ecf3f9;
}


/*编辑页面明细表*/
.input .detailTable {
    width: 100%;
    word-break: break-all;
    /*border: 1px solid #c7c7c7;*/
}
.input .detailTable thead tr th{
    text-align: center;
    font-weight: bold;
    background-color: #f2f2f2;
    border: 1px solid #e8e8e8;
    line-height: 25px;
}
.input .detailTable tbody tr td{
    padding: 1px 3px;
    /*border: 1px solid #e8e8e8;*/
    line-height: 25px;
    /*color: #000000;*/
    height: 30px;
    text-align: center;
}

.input .detailTable tbody tr td input{
    height: 100%;
    width: 100%;
}
.input .detailTable .detailSum td{
    background-color: #f2f2f2;
}


/*编辑页面明细表*/
.input .detailTableNoWidth {
    /*word-break: break-all;*/
    border: 1px solid #c7c7c7;
}
.input .detailTableNoWidth thead tr th{
    text-align: center;
    font-weight: bold;
    background-color: #f2f2f2;
    border: 1px solid #e8e8e8;
    line-height: 25px;
}
.input .detailTableNoWidth tbody tr td{
    padding: 1px 3px;
    border: 1px solid #e8e8e8;
    line-height: 25px;
    color: #000000;
    height: 30px;
    text-align: center;
}

.input .detailTableNoWidth tbody tr td input{
    height: 100%;
    width: 100%;
}
.input .detailTableNoWidth .detailSum td{
    background-color: #f2f2f2;
}


/*----------订单列表的明细信息表格--adadad--------*/
.list .detailTable {
    clear: both;
    width:100%;
    padding: 5px;
    margin-left: 30px;
    margin-right: 30px;
    color: #000000;
}

.list .detailTable th {
    clear: both;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    font-style: Oblique;
    background-color: #ffffff;
    text-align: left;
    color: #000000;

}

.list .detailTable tr{
    clear: both;
    border-bottom: 0px;
}

.list .detailTable td {
    clear: both;
    line-height: 35px;
    font-style: Oblique;
    padding-left: 5px;
    border-bottom: 0px;
}
/****dbdbdb***/
.list .detailTable textarea {
    clear: both;
    color: #000000;
    padding-left: 5px;
    border-bottom: 0px;
    width:400px;
    height: 40px;
    line-height: 30px;
    border-top: 1px solid #999999;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #999999;
}

/*查询条件样式
*/
#searchForm .input{
    width:15%;
}
#searchForm .dateInput{
    width:30%;
}
#searchForm .input input{
    width: 90%;
}
#searchForm .input select{
    width: 95%;
}
#searchForm .dateInput input{
    width: 45%;
}

/**弹出框样式*/
.listTable thead tr{
    color:#332211;
    background-color: #EAF2FA;
}




/*弹出菜单*/
.popupMenuGrp{
    height: 25px;
    /*border: 1px solid red;*/
}
.popupMenuGrp span {
    display: none;
    color: #bbb;
    /*width: 10px;*/
    height: 20px;
    line-height: 20px;
    padding: 0px 3px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #eee;
}
.popupMenuGrp span:hover {
    border: 1px solid #aaa;
}
.popupMenuGrp .popupMenuSelected {
    border: 1px solid #ff8a00;
}
.popupMenuGrp ul {
    width: 80px;
    display: none;
    position: absolute;
    z-index: 1;
    border: 1px solid #ccc;
    background-color: #fff;
    vertical-align: bottom;
    list-style: none;
}
.popupMenuGrp ul li {
    line-height: 20px;
    /*vertical-align:bottom; // 不加会导致不同浏览器的行间距不一样*/
    list-style: none;
    cursor: pointer;
    padding: 2px 10px 2px 10px;
}
.popupMenuGrp ul li a{
    line-height: 20px;
    height: 20px;
}
.popupMenuGrp ul li:hover {
    text-decoration:none;
    background-color: #e8e8e8;
}
.impText{
    width: 100%;
    border:0px;
    height: 100%;
}
.digital{
    text-align: right;
}

.unEditText{
    background-color: rgba(48, 13, 39, 0.2);
}
.clickUrlClass a{
    color: #852ee8;
}


.background {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity=60);
    background:white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.operationPopup
{
    display: block;
    background-color: #FCFCFC;
    border: 1px solid #c5c5c5;
    width: 400px;
    height:260px;
    padding: 5px 5px 5px 5px;
    text-align: left;
    line-height: 27px;
    position:absolute;
    z-index: 9999;
}
.operationPopup span{
    border:1px solid #ededed;
    display: block;
    padding:0px 5px 0px 2px;
    text-align: left;
    font-weight: bold;
    background-color: #F2F2F2
}

.navigationPopup
{
    display: inline-block;
    background-color: #FCFCFC;
    border: 1px solid #c5c5c5;
    width: 220px;
    height:260px;
    overflow-y:auto;
    overflow-x:hidden;
    padding: 5px 5px 5px 5px;
    text-align: left;
    line-height: 27px;
    position:absolute;
    z-index: 9999;
}
.navigationPopup span{
    border:1px solid #ededed;
    display: block;
    height: 20px;
    padding:0px 5px 0px 2px;
    text-align: left;
    background-color: #F2F2F2
}

.navigationPopup a{
    padding-left: 15px;
    color: #828282;
    display: block;
}

.navigationPopup a:hover{
    background-color: #5FB44C;
    cursor: pointer;
    text-decoration:underline;
    color: white;
}
.navigationPopup span:hover{
    cursor: pointer;
}
.navigationPopup li{
    padding-left: 15px;
    color: #2E688F;
}
.navigationPopup li:hover{
    background-color: #5FB44C;
    cursor: pointer;
    text-decoration:underline;
    color: white;
}

.progressBar {
    border: solid 2px #86A5AD;
    background: white url(../images/loading.gif) no-repeat 10px 10px;
}
.progressBar {
    display: block;
    width: 148px;
    height: 28px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -74px;
    margin-top: -14px;
    padding: 10px 10px 10px 50px;
    text-align: left;
    line-height: 27px;
    font-weight: bold;
    position: absolute;
    z-index: 2001;
}
.shopTh
{
	width:8%;
}
.sourceIdTh{
    width:80px;
}
.addressTh{
    width:8%;
}
.streetTh{
    width:8%;
}
.operationTh{
    width:11%;
}
.operation3Th{
    width:14%;
}
.flagTh{
    width:3%;
}
.waybillNoTh{
    width:8%;
}
.percent4Th{
    width:4%;
}
.percent3Th{
    width:3%;
}
.memoTh{
    width:6%;
}
.receiverTh{
    width:18%;
}

.detailTitleBar{
    width:100%;
    height: 30px;
    background-color:#FBFBFB;
    display:block;
    border: solid #F2F2F2;
    border-width: 0px 0px 1px 0px;
}

.detailContainer
{
    border:1px solid #F2F2F2;
    width:800px;
    height:100%;
    margin:10px 0px 10px 30px;
}
/* 带标题水平线 */
.title-hline{
    border-bottom: 1px solid #e5e5e5;
    margin:5px 10px 5px 10px;
    display: block;
}
.title-hline span{
    display:inline;
    padding: 0px 0px 3px 15px;
    font-size: 14px;
}

.title-hline span.fieldTitle{
    display:inline;
    padding: 0px 0px 3px 15px;
    font-size: 10px;
}
.titleMemo {
    margin-left: 20px;
    padding: 5px;
    margin: 5px;
    font-size: 12px;
    color: #0C8F9F;
}

.deleteLocationIcon
 {
     width: 24px;
     height: 24px;
     line-height: 24px;
     display: inline-block;
     zoom: 1;
     /**display: inline;*/
     cursor: pointer;
     background: url(../images/base_icon.gif) no-repeat 0px -360px;
     float: right;
 }
.addLocationIcon
{
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    zoom: 1;
    /**display: inline;*/
    cursor: pointer;
    background: url(../images/base_icon.gif) no-repeat 0px - 0px;
    float: right;
}



.blockDiv
{
    border: 1px solid #fa7d07;
    width:100%;
    height: 40px;
    display:inline-block;
    background-color: #f6f6f6;
    float: left;
    margin-left: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
}
.blockDiv label{
    margin-top: 5px;
    line-height: 20px;
}

/*弹出菜单*/
#shortcut .menu dl {
    padding: 0 6px;
    width: 67px;
}
#shortcut .menu dt {
    cursor: default;
    height: 24px;
    line-height: 24px;
    padding: 0 10px 1px 6px;
}
#sysSpSenderList .senderDiv{
    border-width:1px;
    border-color:#d3d3d3;
    border-style:solid;
    width:800px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    height:100%;
    display:block;
}
#delAllCountry{
    width:790px;
    height: 30px;
    background-color:#e8e8e8;
    border-color:#d3d3d3;
    display:block;
    border-style:solid;
    border-width:0px 0px 1px 0px;
}
#allCountry{
    text-align:center;
    display: block;
    float:left;
    margin-left:140px;
    width: 648px;
}
#allCountry div{
    width:150px;
    display:block;
    float:left;
    margin-left: 5px;
    margin-top:5px;
}
#allCountry div label{
    padding-left: 5px;
    padding-right: 5px;
}

.multiDetail-operation{
    width: 800px;
    height:30px;
    border: 0px;
    background-color: #E5E5E5;
}

.multiDetail-title{
    width: 100%;
    height: 50px;
    display:block;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-weight: bold;
    background-color: #f9f9f9;
}

.multiDetail-title div{
    border:1px solid #F2F2F2;
    border-top:0px;
    border-bottom:0px;
    border-left:0px;
    height: 49px;
    float: left;
}

.multiDetail-data{
    width: 100%;
    height: 30px;
    display:block;
    vertical-align: bottom;
}
.multiDetail-data div{
    border:1px solid #F2F2F2;
    border-bottom:0px;
    border-left:0px;
    height: 29px;
    text-align: right;
    float: left;
}
.multiDetail-data div input{
    width: 100%;
    height: 25px;
    border: 0px;
    text-align: right;
}

/* 弹出框 */
.dialog .body {
    padding: 0px 5px;
}

.dialog .listBar {
    padding: 5px 0px;
    clear: both;
}

.dialog .listTable {
    width: 100%;
    clear: both;
    margin-bottom: 5px;
    border: 1px solid #f7f7f7;
}
.dialog .listTable tr {
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    text-align: left;
    color: #333333;
}

/*.dialog .listTable tr:hover {*/
/*background-color: #f6fafd*/
/*}*/

.dialog .listTable th {
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    text-align: left;
    color: #333333;
    background-color: #F1F1F1;
}

.dialog .listTable .sort {
    line-height: 30px;
    cursor: pointer;
}

.dialog .listTable .desc {
    padding-right: 12px;
    vertical-align:top;
    background: url(../images/admin_icon.gif) right -180px no-repeat;
    *background: url(../images/admin_icon.gif) right -182px no-repeat!important;
}

.dialog .listTable .asc {
    padding-right: 12px;
    vertical-align:top;
    background: url(../images/admin_icon.gif) right -240px no-repeat;
    *background: url(../images/admin_icon.gif) right -182px no-repeat!important;
}

.dialog .listTable td {
    line-height: 20px;
    height:25px;
    padding-left: 5px;
    vertical-align:top;
    word-wrap:break-word;
    word-break: break-all;
    overflow:hidden;
    border-bottom: 1px solid #f7f7f7;
}

.dialog .listTable td a {
    color: #2e688f;
}

.dialog .bodyBottom {
    height: 30px;
    background-color: #fcfcfc;
}

.dialog .bodyBottom .delete {
    height: 30px;
    float: left;
}

.dialog .bodyBottom .pageInfo {
    margin: 2px 5px 2px 5px;
    padding: 0px 2px 0px 2px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    float: left;
    color: #6B78A9;
    border: 1px solid  #CFCFCF;
}

.dialog .bodyBottom .pager {
    height: 30px;
    float: right;
}

.dialog #pager .pages {
    padding:3px;
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
}

.dialog #pager .pages li {
    list-style: none;
    float: left;
    padding: 2px 5px;
    margin-left: 5px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #cccccc;
}

.dialog #pager .pages li:hover {
    border: 1px solid #003f7e;
}

.dialog #pager .pages .pgEmpty {
    color: #cfcfcf;
    padding: 2px 5px;
    cursor: default;
    border: 1px solid #cfcfcf;
}

.dialog #pager .pages .pgCurrent {
    color: #000;
    font-weight: 700;
    border: 1px solid #003f7e;
    background-color: #eeeeee;
}

/*---------*/

.dialog #pager1 .pages {
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    padding:3px;
    border: none;
}

.dialog #pager1 .pages li {
    list-style: none;
    float: left;
    padding: 2px 5px;
    margin-left: 5px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #cccccc;
}

.dialog #pager1 .pages li:hover {
    border: 1px solid #003f7e;
}

.dialog #pager1 .pages .pgEmpty {
    color: #cfcfcf;
    padding: 2px 5px;
    cursor: default;
    border: 1px solid #cfcfcf;
}

.dialog #pager1 .pages .pgCurrent {
    color: #000000;
    font-weight: 700;
    border: 1px solid #003f7e;
    background-color: #eeeeee;
}

.dialog .noRecord {
    height: 30px;
    line-height: 30px;
    clear: both;
    color: red;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}

.select2{
    width:190px;
}


.groupOuter{
    display:block;
    margin: 2px 0px 0px 2px;
    width: 700px;
}

.groupOuter label.title
{
    width: 330px;
    display: block;
    padding-right:5px;
    text-align: left;
    color: #008000;
    /*background-color: #F2F2F2;*/
    border: 1px solid #F2F2F2;
    border-right: 0px;
    border-left: 0px;
    border-top:0px;
}

.groupOuter span
{
    width: 600px;
    margin-right: 20px;
    padding-left:20px;
    padding-bottom: 10px;
    display: block
}

.groupOuter span label
{
    width: 330px;
    height:20px;
    vertical-align: top;
    padding-left: 5px;
    display: inline-block
}

/* 下拉按钮组 */
.popupButtonGrp{
    height: 35px;
    display: inline-block;
    padding: 0;
    float: left;
}
.popupButtonGrp ul {
    width: 120px;
    display: none;
    position: absolute;
    z-index: 1;
    border: 1px solid #ccc;
    background-color: #fff;
    vertical-align: bottom;
    list-style: none;
}
.popupButtonGrp ul li {
    line-height: 30px;
    list-style: none;
    cursor: pointer;
    padding: 2px 10px 2px 10px;
    text-align: right;
}
.popupButtonGrp ul li a{
    line-height: 30px;
    height: 30px;
}
.popupButtonGrp ul li a:hover{
    background-color: #5FB44C;
    cursor: pointer;
    text-decoration:underline;
    color: #fff;
}
.popupButtonGrp ul li:hover {
    background-color: #5FB44C;
    color: #fff;
}
