﻿@charset "utf-8";
/*---------------------
   # Shop_admin_stylesheets.
   # update:2010-03-30
   
   注：推荐的CSS编码顺序分为三类
   一、显示与定位： display  position  float  list-style
   二、元素自身：width   height   margin   padding   border   background
   三、文本外观：color  font  line-height  text-align  text-decoration  other
   
   索引：
   页-面-元-素(全局)
   清-除-浮-动(clear)
   表-单
   表单提示信息
   头部区 
   Center
   中部内容区
   二级主页面-左
   用户权限 and 菜单编辑
   二级主页面-右
   footer
   admin-index
   菜单详细页（索引）
   促销页（索引）
   促销步骤
   流程页（索引）
   关键字
   商品图片
   管理器
----------------------*/ 

/*-------------------
  页-面-元-素(全局)
  ------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;padding:0;
}
ul, li {
	list-style:none;
}
fieldset, img {
	border:0;
}
textarea {
	margin:10px 0;
}	
html, body {
	width:100%;height:100%;
	text-align:center;
	}
table {
	width:100%;border:0;border-collapse:collapse;
	word-spacing:0;
}

/*---------------
  清-除-浮-动(clear)
  ----------------*/
.cl {
	clear:both;overflow:hidden;
	*height:0;	}

/*---------------
 表-单
-----------------*/
input,select{
	padding:2px;
	vertical-align:middle;}
input.length_300{
	width:300px;}
input.length_100{
	width:100px;}	
label{
	margin:0 5px;}	
input[type="radio"],input[type="checkbox"]{
	margin-right:8px; line-height:25px; margin-bottom:3px; vertical-align: middle;}		
/*-------------
 表单提示信息 
 --------------*/
.form_hint{
    color: #999;} 
/*-------------
  center
 -------------*/
#center{
	width:100%;}

/*area_list*/
.right_form dl{
	float:left;
	width:100%;}
.right_form dt{
	height:15px;padding:10px 20px; text-align:left; border-bottom:1px dotted #999;
	clear:both; font-weight:bold;}
.right_form dd{
	float:left;
	width:20%;margin:10px; border-bottom:none;}		
/*添加配送区域*/	
.right_form_delivery dl{
	float:left;
	width:100%;	text-align:left;}
.right_form_delivery dt{
	height:15px;padding:15px 20px 13px 12px; border-bottom:1px dotted #999;
	clear:both; font-weight:bold;}
.right_form_delivery dt input{ margin-right:3px;}
.right_form_delivery dd{
	float:left; 
	margin:10px 12px; border-bottom:none; word-break:keep-all }	
.right_form_delivery dd	.input_chckbox{ margin:0 5px 0 0;}
.button_position{
	padding-top:14px;}	
	
/*editor------*/
#editor{
	width:100%; height:37px; padding-top:12px; background:url(../../image/editor/editor_bg.gif) repeat-x;
	text-align:center;}
#editor ul{
	width:960px; margin:0 auto;
	text-align:center;}
#editor ul li{
	float:left;
	margin:0 2px;
	border:1px solid transparent;
	cursor:pointer;}
#editor ul li.highlight {
    border:1px solid #5f82ba;
}
#editor ul li.editor_01{
	position:relative;
	width:21px; height:18px; background:url(../../image/editor/editor_01.gif) no-repeat;}
#editor ul li.editor_02{
	width:21px; height:18px; background:url(../../image/editor/editor_02.gif) no-repeat;}
#editor ul li.editor_03{
	width:21px; height:18px; background:url(../../image/editor/editor_03.gif) no-repeat;}
#editor ul li.editor_04{
	width:21px; height:18px; background:url(../../image/editor/editor_04.gif) no-repeat;}
#editor ul li.editor_05{
	width:21px; height:18px; background:url(../../image/editor/editor_05.gif) no-repeat;}
#editor ul li.editor_06{
	width:21px; height:18px; background:url(../../image/editor/editor_06.gif) no-repeat;}
#editor ul li.editor_07{
	width:21px; height:18px; background:url(../../image/editor/editor_07.gif) no-repeat;}
#editor ul li.editor_08{
	width:21px; height:18px; background:url(../../image/editor/editor_08.gif) no-repeat;}
#editor ul li.editor_09{
	width:21px; height:18px; background:url(../../image/editor/editor_09.gif) no-repeat;}
#editor ul li.editor_010{
	width:21px; height:18px; background:url(../../image/editor/editor_010.gif) no-repeat;}	
#editor ul li a:link,#editor ul li a:visited,#editor ul li a:hover{
	display:block; background-color:#5f82ba; padding:2px;
	text-decoration:none; color:#fff;
	}
#editor input,#editor select,#editor label{ margin-top:8px;}	
#editor .popup_ctn_01,#editor .popup_ctn_02{
	position:absolute; z-index:2000;
	width:200px; padding:5px; border:2px solid #5f82ba; background-color:#fff;
	text-align:left;}	
#editor .popup_ctn_01{
	top:35px; left:0;}	
#editor .popup_ctn_02{}	
/*-------------
  footer
 -------------*/	
#footer{
	width:100%; padding:50px 0;
	color:#999; line-height:25px;} 
/*投票结果页-------------*/
.poll_results{
	float:left;
	width:50%;padding:10px;}
.poll_results span.important{
	color:#C00; font-size:12px; font-weight:normal;}
.poll_results h2,.poll_results h3{
	padding-left:20px;margin:10px 0; 
	font-weight:bold;color:#333; text-align:left;}	
.poll_results h2{
	background: url(../../image/arrow_02.gif) no-repeat left 0; 
	font-size:14px; }
.poll_results h3{
	background: url(../../image/arrow_05.gif) no-repeat 10px 3px;
	font-size:12px;}		
.poll_results td,.poll_results th{
	border:1px solid #E8E8E8; padding:5px; border-collapse:collapse;
	text-align:left;}
.poll_results th{
	background-color: #F3F3F3;}
.poll_results .bar_graph_red{
	height:20px; background-color:#C00;}
.poll_results .bar_graph_green{
	height:20px; background-color: #9C0;}
	
/*列表功能棒区域-----*/
.function_bar{
	position:relative;
	float:left;
	padding:10px 0;}
.function_bar li{
	float:left;
	margin-right:15px; line-height:15px; padding:2px 4px; border:1px solid #E3E3E3; background-color: #F2F2F2;
	cursor:pointer; text-align:center;}	
