@charset "utf-8";
/* CSS Document */

body {
	background-color:#f6f6f6;
	padding:10px 0;
	margin:0;
	font-family:Arial,sans-serif;
	font-size:12px;
	color:#666;
	line-height:30px;
}

.clear {
	clear:both;
	padding:0;
	margin:0;
	line-height:0px;
	height:0px;
	line-height:1px;
	font-size:1px;
}

h2 {
	font-size:18px;
	line-height:27px;
	padding:0 0 10px;
	margin:0;
}

h3, h4, h5, h6, p {
	margin:0;
	padding:5px 0;
}

h3 {
	font-size:14px;
}

h4, h5, h6, p {
	font-size:12px;
}

.container {
	background-color:#fff;
	width:940px;
	padding:0 20px;
	margin:0 auto;
}

.header {
	height:55px;
	width:940px;
	border-bottom:1px solid #ddd;
	font-size: 1px;
  line-height: 0;
}

.header-left {
	float:left;
	width:420px;
}

.header-left h1 {
	font-size:20px;
	line-height:35px;
	padding:10px 0;
	margin:0;
}

.header-right {
	float:right;
	width:520px;
	text-align:right;
}

.header-right ul, .header-right ul li {
	list-style:none;
	padding:0;
	margin:0;
}

.header-right ul li {
	display:inline-block;
}

.header-right ul li a {
	display:block;
	padding:0 10px;
	font-size:12px;
	text-decoration:none;
	color:#666;
	height:45px;
	line-height:45px;
	padding-top:5px;
	border-bottom:5px solid #fff;
}

.header-right ul li a:hover, .header-right ul li.active a {
	border-bottom:5px solid #ddd;
	color:#000;
}

.content {
	padding:40px 0;
}

.maincontent {
	width:720px;
	float:left;
}

table {
	width:100%;
	border:none;
	border-top:1px solid #eee;
	display:table;
}

table td, table th {
	width:auto;
	min-width:25% !important;
	max-width:50% !important;
	border:none;
	border-bottom:1px solid #eee;
	vertical-align:middle;
	display:table-cell;
	text-align:left;
}

input[type=text], input[type=tel], input[type=email], input[type=password], input[type=file] {
	width:292px;
	height:30px;
	border:1px solid #ddd;
	margin:10px 20px;
	padding:0 3px;
	line-height:30px;
	font-size:12px;
	color:#666;
	background-color:#fff;
}

select {
	width:300px;
	height:30px;
	border:1px solid #ddd;
	margin:10px 20px;
	padding:0 3px;
	line-height:30px;
	font-size:12px;
	color:#666;
	background-color:#fff;
}

textarea {
	font-family:Arial,sans-serif;
	font-size:12px;
	line-height:20px;
	height:80px;
	width:292px;
	padding:0 3px;
	border:1px solid #ddd;
	margin:10px 20px;
	color:#666;
	background-color:#fff;
}

input[type=checkbox] {
	margin-left:20px;
}

input[type=submit], button {
	border:none;
	background-color:#ddd;
	color:#333;
	font-size:12px;
	text-align:center;
	line-height:30px;
	height:30px;
	padding:0 20px;
	margin:10px 20px;
	cursor:pointer;
}

input[type=submit]:hover, button:hover {
	background-color:#f6f6f6;
}

.sidebar {
	width:180px;
	float:left;
	margin-left:40px;
}

.sidebar h3 {
	padding-top:0;
	line-height:27px;
}

.sidebar ul {
	border-top:1px solid #ddd;
}

.sidebar ul, .sidebar ul li {
	padding:0;
	margin:0;
	list-style:none;
}

.sidebar ul li a {
	display:block;
	line-height:30px;
	padding:0 20px;
	border-bottom:1px solid #ddd;
	width:140px;
	color:#666;
	text-decoration:none;
}

.sidebar ul li a:hover {
	border-bottom:1px solid #999;
	color:#333;
}