@charset "utf-8";



/* ---------- Common ---------- */

body {
	_width: expression(document.body.clientWidth <= 850 ? "850px": "auto");
	min-width: 850px;
	color: #666666;


}

.bar {
	height: 30px;
	line-height: 28px;
	clear: both;
	padding-left: 10px;
	color: #444444;
	background: url(../images/admin_x_bg.gif) 0px 0px repeat-x;
}

/* ---------- Login ---------- */

.login .body {
	width: 515px;
	height: 267px;
	padding: 110px 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 .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: 60px;
	background: url(../images/admin_bg.png) 0px -480px no-repeat;
}

.header .logo {
	width: 150px;
	height: 60px;
	background: url(../images/header_logo.gif) 0px 0px no-repeat;
}

.header .bodyLeft {
	width: 150px;
	height: 60px;
	float: left;
}

.header .bodyRight {
	height: 60px;
	float: left;
}

.header .link {
	height: 27px;
	line-height: 27px;
	clear: both;
	float: right;
}

.header .link a {
	padding: 0px 5px;
}

.header .menu {
	height: 28px;
	line-height: 28px;
	clear: both;
}

.header .menu ul {
	height: 28px;
	display: block;
	float: left;
}

.header .menu li {
	width: 90px;
	height: 28px;
	line-height: 28px;
	float: left;
	text-align: center;
	background: url(../images/admin_icon.gif) right 0px no-repeat;
}

.header .menu li a {
	width: 80px;
	height: 28px;
	line-height: 28px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	color: #666666;
}

.header .menu li a:hover {
	background: url(../images/admin_bg.gif) -90px 0px no-repeat;
}

.header .menu li.current a {
	color: #ffffff;
	font-weight: normal;
	background: url(../images/admin_bg.gif) 0px 0px no-repeat;
}

.header .menu li.home {
	padding: 3px 5px;
	background: none;
}

.header .menu li.home a {
	width: 60px;
	height: 24px;
	line-height: 24px;
	display: block;
	padding: 0px;
	text-align: center;
	color: #cd4604;
	font-size: 12px;
	font-weight: normal;
	outline: none;
	background: url(../images/admin_button.gif) 0px 0px no-repeat;
}

.header .menu li.home a:hover {
	color: #cd0604;
}

.header .menu .info {
	float: right;
}

.header .menu .info .profile {
	line-height: 24px;
	padding-left: 15px;
	margin-right: 5px;
	background: url(../images/admin_icon.gif) 0px -60px no-repeat;
}

.header .menu .info .logout {
	line-height: 24px;
	padding-left: 15px;
	margin-right: 5px;
	background: url(../images/admin_icon.gif) 0px -120px no-repeat;
}

/* ---------- Menu ---------- */

body.menu {
	overflow: hidden;
/*	background: url(../images/admin_y_bg.gif) 0px 0px repeat-y;*/
}

.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: 10px;
	margin: 5px;
	color: #444444;
}

/* ---------- Middle ---------- */

.middle .main {
	width: 6px;
	height: 100%;
	cursor: pointer;
}

.middle .leftArrow {
	width: 5px;
	border-right: 1px solid #b2d3f4;
	background: url(../images/middle_bg.gif) #f1f6fb -6px center no-repeat;
}

.middle .leftArrow:hover {
	background-color: #e8f8f1;
}

.middle .rightArrow {
	width: 5px;
	border-right: 1px solid #b2d3f4;
	background: url(../images/middle_bg.gif) #f1f6fb -18px center no-repeat;
}

.middle .rightArrow:hover {
	background-color: #e8f8f1;
}

/* ---------- Index ---------- */

.index .body {
	padding: 10px;
}

.index .bodyLeft {
	width: 50%;
	float: left;
}

.index .bodyRight {
	width: 49%;
	float: right;
}

.index .listTable {
	width: 100%;
	border: 1px solid #c9dff5;
}

.index .listTable th {
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	color: #444444;
	text-align: left;
	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 #d0dde5;
}

.index .copyright {
	line-height: 30px;
	clear: both;
	text-align: right;
	font-size: 12px;
	color: #444444;
}

/* ---------- List ---------- */

.list .body {
	padding: 0px 5px;
}

.list .listBar {
	padding: 5px 0px;
	clear: both;
}

.list .listTable {
	width: 100%;
	clear: both;
	margin-bottom: 5px;
	border: 1px solid #bfcce2;
}

.list .listTable tr:hover {
	background-color: #f6fafd
}

.list .listTable th {
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	text-align: left;
	color: #333333;
	background-color: #eaf2fa;
}

.list .listTable .check {
	width: 30px;
}

.list .listTable .sort {
	line-height: 30px;
	cursor: pointer;
}

.list .listTable .desc {
	padding-right: 12px;
	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;
	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: 35px;
	padding-left: 5px;
	border-bottom: 1px solid #dde9f5;
}

.list .listTable td a {
	color: #336699;
}

.list .listTable td a:hover {
	color: #ff6600;
}

.list .bodyBottom {
	height: 30px;
	clear: both;
}

.list .bodyBottom .delete {
	height: 30px;
	float: left;
}

.list .bodyBottom .pager {
	height: 30px;
	float: right;
}

.list #pager .pages {
	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: #00000;
	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: 100%;
	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: #f9fbfd;
}

.input .inputTable tr:hover {
	background-color: #f6fafd;
}

.input .inputTable tr:hover th {
	background-color: #ecf3f9;
}

.input .inputTable .title th {
	text-align: left;
	padding-left: 5px;
}

.input .inputTable td {
	line-height: 25px;
	padding: 5px;
	color: #666666;
	border-bottom: 1px solid #dde9f5;
}

.input .tableItem {
	padding: 10px;
}

.input .tableItem .inputTable {
	border: 1px solid #bfcce2;
}

.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 .buttonArea {
	padding: 10px 0px 10px 165px;
	line-height: 25px;
}

.input .fieldTitle {
	height: 29px;
	line-height: 29px;
	padding-right: 5px;
}

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