.status-wrapper{
	border: #bdbdbd solid 1px;
	color:#333;
	background-color:#dff6c6;
	padding:10px;
	margin-bottom:10px;
}
.status-wrapper span{
	font-size:14px;
	font-weight:bold;
	padding-right:20px;
}
.font-red{
	color:red;
}
.font-green{
	color:green;
}
.oper-section {
padding: 15px 30px;
padding-bottom:5px;
border: 1px solid #DADADA;
background: -webkit-linear-gradient(top,#FEFEFE,#F7F7F7);
background: -moz-linear-gradient(top,#FEFEFE,#F7F7F7);
background: -ms-linear-gradient(#FEFEFE,#F7F7F7);
background: -o-linear-gradient(#FEFEFE,#F7F7F7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFEFEFE, endColorstr=#FFF7F7F7);
}
.batch-section{
	padding:5px 30px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	
}
.oper-section label{
	padding-left:5px;
}

.batch-section .batch-oper{
	display:block;
	height:20px;
	line-height:20px;
	margin-top: 8px;
	color:#abd000;
	text-decoration:underline;
	padding-left:25px;
	background: url(http://img04.taobaocdn.com/imgextra/i4/931059416/T2n9a3XcJXXXXXXXXX_!!931059416.png) no-repeat;
}
.batch-section #all-cancel-relation{
	background:none;
	padding-left:10px;
	
}
#searchBtn{
	display:inline-block;
}

.normal-table .btn-blue-small{
	margin:0 auto;
}

.relation-btn{
	width:72px;
	height:25px;
	background: url(/public/images/relation-btn.png) no-repeat;
	background-position: 0 0;
	display:block;
	margin:0 auto;
	
    
}
.relation-on{
	background-position: 0 0;

}

.relation-off{
	background-position: 0 -25px;

}
.sys-promote{
	color:#eb8158;
	text-decoration: underline;
	display:block;
	padding-top:10px;
}

.datepicker{
	width:70px;
	height:20px;
	border:1px solid #dadada;
}
.changetime,.cancel{
	color: #005FA9;
	text-decoration:underline;
	padding-left:10px;
}


/**view and manual template**/
#sys-promote-modal .content-wrapper,#manual-modal .template-wrapper{
	margin:10px auto;
	width:750px;
}
.template .item{
	cursor:pointer;
	position:relative;
}
.template999{
	background: #F3F3F3;
	width:730px;
}
.template999 .header{
	background: url(/public/images/template/tmp999-header.jpg) no-repeat 0 0;
	width:730px;
	height:75px;
	margin-bottom:20px;
}
.template999 .item{
	border: 1.0px solid #CCC;
	width: 232px;
	height: 360px;
	float: left;
	display: inline;
	background: white;
	margin: 0 4px 8px 4px;
	position:relative;

}
.template999 .item .inner{
	margin:4px;
}

.template999 .item .item-title{
	height: 45.0px;
	overflow: hidden;
	padding-top: 5.0px;
	line-height:20px;
}

.template999 .item .item-title a{
	font-size: 14.0px;
	text-decoration: none;
	padding-left: 5px;
	color: #005BCB;
}

.template999 .item .item-price{
	padding-bottom: 10.0px;
	font-size: 14.0px;
	text-align: left;
	height: 30px;
	line-height: 30px;
}
.template999 .item .item-price span span{

	color: #F60;
	font-weight: bold;
	font-size: 24px;
	font-family: Helvetica;
	padding-left: 10px;
}
.template999 .item .item-buy-btn{
	width:110px;
	height:30px;
	display:block;
	margin:0 auto;
	background: url(/public/images/template/tmp999-btn.jpg) no-repeat 0 0;
	
}
.template999 .item .hot{
	position:absolute;
	top:0;
	left:0;
	width:70px;
	height:70px;
	background: url(/public/images/template/tmp999-hot.png) no-repeat 0 0;
	

}



.template .hovered{
	position:absolute;
	left:0;
	top:0;

	background: black;
	opacity: .50;
	filter: Alpha(Opacity=50);	
	text-align:center;
}
.template .hovered a{
	color:#fff;
	font-weight:bold;
	font-family:'Microsoft Yahei';
	font-size:18px;
	display:block;

}

#manual-modal .btn-orange-wider{
	margin:20px auto;
}

/**select item**/
.select-item-modal .search-wrapper{
	padding:10px;
}
.select-item-modal .search-wrapper input{
	border:1px solid #ccc;
	width:100px;
	height:20px;
	line-height:20px;
}

.select-item-modal tr{
	cursor:pointer;
}

.select-item-modal .btn-gray-small{
	display:inline-block;
}
.normal-table tr.hovered td{
	background:#ffc99b;
}
.normal-table tr.selected td{
	background:#dff6c6;
}
.tmp-settings{
	padding:10px;
	
}
.tmp-settings h4{
	display: block;
	border-bottom: 1px solid #DADADA;
	width: 730px;
	padding-bottom: 10px;
	float: left;
	color:#f85800;
	font-size:14px;
}
.tmp-settings .toggle {
display: block;
float: left;
}
.normal-table .settingtd{
	text-align: left;
	padding-left: 70px;
}

.settingtd p{
	line-height:20px;
	padding-bottom:5px;
}
.settingtd p input{
	border:1px solid #ccc;
	width:250px;
	height:20px;
	line-height:20px;
	
}
.settings .item label{
	display:inline-block;
	width:130px;
	text-align:right;
}


.relation-error{
	display:block;
	line-height:24px;
	height:24px;
	width:90px;
	background: url(/public/images/icon-notice.png) no-repeat 60px 0;
	position:relative;
	padding-right:40px;
	font-weight:bold;
	margin:0 auto;
	
}

.error-info-wrapper{
	position:absolute;
	z-index:99;
	width:200px;
	border:1px solid #F76A6B;
	background:#FEEEEF;
	color:#333;
	line-height:20px;
	padding:5px;
}

.shop-section{
	border:1px solid #dadada;
	margin-bottom:20px;
}

.shop-section .batch-title{
	background: -webkit-linear-gradient(top,#FEFEFE,#F7F7F7);
	background: -moz-linear-gradient(top,#FEFEFE,#F7F7F7);
	background: -ms-linear-gradient(#FEFEFE,#F7F7F7);
	background: -o-linear-gradient(#FEFEFE,#F7F7F7);
	border-bottom:1px solid #dadada;
	height: 36px;
	line-height: 36px;
	padding-left:10px;
	font-size:14px;
}

.shop-section .content{
	padding:10px;
}
span.status {
font-size: 13px;
color: #666;
padding-left: 10px;
}
span.status span {
color: red;
font-weight: bold;
}
.setWrapper {
width: 350px;
float: left;
}
.clearWrapper {
width: 350px;
float: right;
}
.progressWrapper {
margin-left: 20px;
margin-top: 5px;
display: inline-block;
}
.progressWrapper p{
	padding-bottom:5px;
}
#set-shoprelation, #set-shoprelation-disabled {
background: url(/public/images/btn-bg-orange-110.jpg) no-repeat;
background-position: 0 0;
height: 30px;
width: 110px;
line-height: 30px;
color: white;
font-family: '寰�杞����榛�';
font-size: 13px;
border: 0;
cursor: pointer;
display: inline-block;
text-align: center;
vertical-align: top;
}
#set-shoprelation:hover, #set-shoprelation-disabled:hover {
	background-position:0 -31px;
}