
.header-name {
	height: 45px;
	padding-left: 90px;
}
.header-name span {float: left;height: 45px;line-height: 45px;}
.header-name span strong {font-size: 16px;}
.header-name span p {display: inline-block;margin-left: 5px;}

.header-link {float: right;}
.header-link a {
	display: inline-block;
	margin: 15px 0;
	padding: 0 15px;
	line-height: 15px;
	border-right: 1px solid #666;
	color: #666;
}
.header-link a:hover {color: #f30;}
.header-link .last-link {border-style: none;}
.header-bar {
	height: 50px;
	background-color: #4b4b4b;
}
.header-bar img {
    margin: -66px 0 0 -2px;
    width: 180px;
}
.header-bar h3 {display: inline-block;margin: 0;padding: 0;line-height: 50px;color: #fff;}

/*menu css*/
.nav-menu,.nav-menu li {list-style: none;margin: 0;padding: 0;}
.sidebar ul {margin: 0;padding: 0;}
.nav-menu ul {display: none;}
.nav-menu>.active {display: block;}
.nav-menu h4 {
    font-size:15px;
    text-indent: 8px;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	line-height: 40px;
	font-weight: bold;
	color: #555;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	background: linear-gradient(to bottom, #fefefe 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eeeeee',GradientType=0 );
}
.nav-menu h4:hover {
	background: #f9f9f9;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
	color:#bebebe;
}
.nav-menu li a{
	display: block;
	height: 36px;
	padding-left: 30px;
	line-height: 36px;
	border-bottom: 1px solid #eeeeee;
	color: #434A54;
	text-decoration: none;
    background: linear-gradient(to bottom, #fafafa 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff',GradientType=0 );
}
.nav-menu li a:hover {
	text-decoration: none;
	color: #f30;
}
.nav-menu ul>.active a {color: #f30;}
.nav-menu .current {
	background: #000;
	color: #fff;
}
.nav-menu .current:hover {
	background: #000;
	color: #fff;
}
/********footer********/
.main-footer {
	height: 40px;
	margin-top: 0px;
	/*background-color: #f12938;*/
    background-color:#333333;
	text-align: center;
}
.main-footer span {color: #fff;line-height: 40px;}
.main-footer a {
	display: inline-block;
	margin: 12px 0 12px 10px;
	padding-left: 10px;
	border-left: 1px solid #fff;
	color: #fff;
}
.main-footer a:hover {color: #fff;}

/*********局部css***********/
.add-tabs a {color: #666;}

.delete-added {color: #666;font-size: 24px;}
.delete-added:hover {color: #f30;}
.col3-input {width: 105px;}



/* 菜单选择时的样式 */
.nav-menu .selected {
    background: linear-gradient(to bottom, #888888 0%, #666666 100%) repeat scroll 0 0 rgba(128, 128, 128, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#666666',GradientType=0 );
    color: #fff;
}

.header-bar >h2 {
    margin:0 0;
    width:150px;
    float:left;
    line-height:46px;
    color:#fff;
}
.delimg {
	display: inline-block;
	margin-left: 20px;
	vertical-align: bottom;
	font-size: 30px;
	cursor: pointer;
}
.numberinput{width:80px}

/*表格*/
.product-setting {
	margin-left: 30px;
}
.product-setting>tbody>tr>td {
	text-align: center;
	vertical-align: middle;
	padding: 30px 30px;
	background-color: #fff7f8;
}
.underline {
	border: none;
	border-bottom: 1px solid #ccc;
	outline: none;
	padding: 3px 10px;
	width: 100px;
	background-color: #fff7f8;
    text-align:center;
}

.sidebar {
    min-height: 610px;
}
.btn-default {
    display: inline-block;
    border:1px solid #ddd;
}
