/* CSS Document */
*{
	padding:0;
	margin:0;
}
li{
	list-style-type:none;
}
body{
	font-size:12px;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	color:#434343;
	}
img{
	border:0;
	}
a{
	text-decoration:none;
	color:#0d6fd4;
}
a:hover{
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6,h7{
	font-family:"Arial", Verdana, Helvetica, sans-serif
}
#header{
	margin:10px 30px;
	overflow:hidden;
}
#header h1{
	width:230px;
	height:39px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}
#header h1 a{
	width:230px;
	height:39px;
	display:block;
	background:url(../images/admin/logo.gif) no-repeat;
}
.account{
	float:right;
	color:#CDCDCD;
	font-family:Arial, Helvetica, sans-serif;
}
#menu{
	clear:both;
	background:url(../images/admin/menu_bg.gif);
	height:25px;
	line-height:24px;
	margin:15px 20px;
	font-weight:bold;
	font-size:12px;
}
#menu ul{
	width:100%;
	height:25px;
	background:url(../images/admin/menu_bg_r.gif) no-repeat right;
}
#menu li{
	float:left;
	margin-right:20px;
	background:url(../images/admin/menu_dot.gif) no-repeat left center;
	padding-left:18px;
}
#menu li.menu_l{
	float:left;
	width:4px;
	height:25px;
	margin-right:0;
	padding-left:5px;
	background:url(../images/admin/menu_bg_l.gif) no-repeat;
}
#menu li a{
	color:#fff;
	padding:2px 0px;
}

#menu li a:hover{
	text-decoration:none;
	background:url(../images/admin/menu_l.gif) no-repeat left center;
}
#menu li a span{
	color:#fff;
	padding:5px;
}
#menu li a:hover span{
	background:url(../images/admin/menu_r.gif) no-repeat right center;
}

#sidebar{
	width:16%;
	float:left;
}
#main{
	padding:10px 20px;
}

#sidebar h4{
	background:url(../images/admin/menu_1.gif) no-repeat;
	height:23px;
	width:100%;
	line-height:23px;
	font-size:12px;
	color:#fff;
	text-indent:1em;
	cursor:pointer;
	margin:0 0 2px;
}
.menu_hidden{ display:none;}
#sidebar li{
	margin-bottom:15px;
}
#sidebar li ul li{
	height:23px;
	line-height:23px;
	margin:0 0 2px;
}
#sidebar li ul li.edit{
	background:url(../images/admin/dot2.gif) repeat-x bottom;
}
#sidebar li ul li.edit a{
	background:url(../images/admin/dot.gif) no-repeat 20px center;
	text-indent:30px;
}
#sidebar li ul li.edit a:hover{
	background:url(../images/admin/dot.gif) no-repeat 20px center;
	text-indent:30px;
	color:#ff7200;
}

#sidebar li a{
	color:#373737;
	font-size:12px;
	text-indent:1.5em;
	display:block;
	background:url(../images/admin/menu_a.gif) no-repeat;
	width:100%;
}
#sidebar li a:hover{
	color:#ff7200;
	font-size:12px;
	text-indent:1.5em;
	background:url(../images/admin/menu_h.gif) no-repeat;
	text-decoration:none;
	color:#fff;
	width:100%;
}




.title{
	background:url(../images/admin/title_bg.gif);
	height:29px;
	line-height:29px;
}


.title h4{
	color:#fff;
	text-indent:0.5em;
	font-size:14px;
}
.title_l{
	background:url(../images/admin/title_bg_l.gif) no-repeat;
	width:3px;
	height:29px;
	float:left;
}
.title_r{
	background:url(../images/admin/title_bg_r.gif) no-repeat;
	width:3px;
	height:29px;
	float:right;
}






/*edit*/
#edit{
	width:83%;
	float:right;
}
#edit h2{
	font-size:24px;
}
.edit_title p{
	font-size:12px;
	background:url(../images/admin/edit.gif) no-repeat 30px 0;
	padding:5px 0 5px 65px;	
	color:#898989;
}
.edit_name{
	width:120px;
	font-weight:bold;
	font-size:14px;
	color:#434343;
	float:left;
}

.edit_textarea{
	width:500px;
	float:right;
	height:83px;
	background:url(../images/admin/textarea_2.gif) no-repeat;
}
.edit_textarea textarea{
	width:492px;
	padding:5px 4px 0;
	border:0px;
	background:transparent;
	overflow:hidden;
	height:75px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#434343;
}



#list{
	width:84%;
	float:right;
	
}
.box{
	width:100%;
	float:left;
	}
.list_search{
	float:right;
	
}
.s1{
	float:left;
	color:#fff;
	font-weight:bold;
	margin-right:2px;
}
.s2{
	float:left;
	background:url(../images/admin/list_search.gif) no-repeat 0 5px;
	width:130px;
	height:19px;
	padding-top:5px;
	margin-right:2px;
}
.s2 input{
	background:transparent;
	border:0px;
	width:124px;
	padding:1px 3px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.s3{
	float:left;
	padding-top:5px;
}

.list_title{
	background:#e5e5e5;
	height:24px;
	line-height:24px;
	border-bottom:#bbb 1px solid;
	font-weight:bold;
}


.warp_list{
	border:#ddd 1px solid;
	border-bottom:0px;
	text-align:center;
}
.warp_list ul{
	width:100%;
	overflow:hidden;
	}
.warp_list li{
	float:left;
	color:#373737;
	padding-left:10px;
	border:0px;
	text-align:center;
}
.list_content_1{
	line-height:4;
	background:#fff;
}
.list_content_1 th,
.list_content_2 th{
	border-bottom:#e5e5e5 1px solid;
	font-weight:normal;
}
.list_content_2{
	line-height:4;
	border-bottom:#e5e5e5 1px solid;
	background:#f7f7f7;
}
.list_content_3{
	background:#fff;
}
.list_content_3 th,
.list_content_4 th{
	border-bottom:#e5e5e5 1px solid;
	font-weight:normal;
}
.list_content_4{
	border-bottom:#e5e5e5 1px solid;
	background:#f7f7f7;
}

.list_title a:hover{
	background:url(../images/admin/list_dot_2.gif) no-repeat right;
	text-decoration:none;
	border-top:#f0f0f0 1px solid;
	border-bottom:#606060 1px solid;
	border-left:#ebebeb 1px solid;
	border-right:#919191 1px solid;
}


#footer{
	clear:both;
	background:url(../images/admin/dot2.gif) repeat-x top;
	margin:0 20px;
	padding:10px 20px;	
	margin-top:260px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:12px; 
}
#footer span{ 
	color:#cdcdcd;
}

/*login*/



#login{
	width:687px;
	height:260px;
	margin:200px auto 0;
	background:url(../images/admin/login.gif) no-repeat;
	padding-top:15px;
	padding-right:18px;
}
#login_warp{
	float:right;
	background:url(../images/admin/warp_login.gif) no-repeat;
	width:286px;
	height:245px;
}
#login_warp form{
	padding:5px 18px;
}
.type_words{

}
.type_words label{
	display:block;
	font-size:12px;
	color:#434343;
	font-weight:bold;
	margin:5px 0 5px;
}
.username,
.password{
	width:250px;
	height:28px;
	background:url(../images/admin/login_input.gif) no-repeat;
}
.username input,
.password input{
	padding:6px 4px 0;
	width:242px;
	background:transparent;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#login_warp h3{
	height:26px;
	line-height:26px;
	text-indent:0.5em;
	font-size:12px;
	color:#fff;
}
.login_pic{
	float:left;
	width:73px;
	height:26px;
	padding-top:1px;
	margin-right:5px;
}
.verification_code{
	float:left;
	border:0px;
	background:url(../images/admin/login_code.gif) no-repeat;
	width:73px;
	height:28px;
}
.verification_code input{
	width:67px;
	padding:6px 3px 0;
	background:transparent;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
}
.login_btn{
	padding-top:5px;
	clear:both;
}

.list_bottom_1{
	clear:both;
	height:24px;
	overflow:hidden;
	background:url(../images/admin/list_bottom_l.gif) no-repeat;
}
.list_bottom_2{
	float:right;
	height:24px;
	width:3px;
	overflow:hidden;
	background:url(../images/admin/list_bottom_r.gif) no-repeat;
}
.pagination{
	float:right;
	line-height:23px;
	font-size:11px;
	font-weight:bold;
	padding-right:5px;
}
.pagination a{
	border:#646464 1px solid;
	background:#fff;
	padding:2px 4px;
	margin: 2px;
	cursor:pointer;
}
.pagination a:hover,
.pagination span{
	border:#646464 1px solid;
	background:#fff;
	padding:2px 4px;
	color:#ff7b11;
	text-decoration:none;
}
.paging-current{

	color:#ff7b11;
}
/*---------------------------------------------------njl----------------------------*/
#sidebar h4 span{
	background:url(../images/admin/a_leftmenu.gif) no-repeat;
	height:23px;
	width:100%;
	display:block;
	line-height:23px;
	font-size:12px;
	color:#fff;
	text-indent:1em;
	margin:0 0 2px;
}
.edit_title{
	border-bottom:#F0F0F0 1px solid;
	padding:0 0 10px;
	margin:0 0 40px;
}
.edit_li2{
	text-align:left;
	width:100%;
	padding-top:30px;
	margin-top:20px;
	border-top:1px solid #F0F0F0;
}

.searchtab{
	border:0px;
	color:#fff;
}

.delbtn{
	padding-top:20px;
	height:30px;
}

.nodata{
			height:35px;
			line-height:35px;
			border:1px #E5E5E5 solid;
			text-align:center;
}

.tablist{border:0px;font-size:15px;}
.tablist td{ height:28px; text-align:left;}
.tablist .rightd{text-align:right;}
.inputbox{ border:1px #CCCCCC solid; height:20px; line-height:20px;width:200px;}
.inputbox:hover{border:1px #0099FF solid; background:#eee;}
.textareabox{border:1px #CCCCCC solid;}
.textareabox:hover{border:1px #0099FF solid; background:#eee;}
.spanfont{ color:#F00; font-family:Tahoma, Geneva, sans-serif; font-weight:600;}	
.click{border:1px solid #CCC; background:#CCC; line-height:20px;}
.product_edit_thumb{height:35px; line-height:35px; font-size:16px; color:#F00;}
.product_edit_thumb_list{ width:685px; height:25px; border-bottom:1px solid #999;}
.product_edit_thumb_list .font{color:#F00;}
.product_edit_thumb_list .thumb_name{width:380px; height:24px; line-height:24px;float:left;}
.product_edit_thumb_list .thumb_input{height:24px; line-height:24px; width:300px;}
.userinfo{width:700px;; height:130px; border-left:1px dashed #333;}
.userinfo p{ width:270px; height:30px; float:left; line-height:30px;}
.userinfo p label{ width:90px; display:block; height:20px; text-align:right; margin-right:10px;float:left;}
.userinfo p input{ width:150px; border:1px solid #999; margin-top:5px;}
