#header a.logo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 152px;
	height: 90px;
}

#header a.logo img {
	max-width: 152px;
	max-height: 90px;
}

#header a.logo:hover {
	background-color: transparent;
}

#header dl {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}

#header dl dt {
	color: #585959;
	font-size: 16px;
	font-weight: normal;
}

#header dl dd {
	font-size: 12px;
	color: #858585;
}

#body {
	padding-top: 4px;
	padding-bottom: 50px;
	background: #fff;
	-webkit-box-shadow: 1px 0 13px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 0 13px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 0 13px rgba(0, 0, 0, 0.2);
}

#body .tab-bar {
	font-size: 15px;
	min-height: 37px;
	margin-bottom: 0;
}

#body .main {
	min-height: 600px;
	padding: 15px;
	overflow: hidden;
}

#body .main #content {
	width: 690px;
	float: left;
	overflow: hidden;
	min-height: 600px;
}

#body .main #content ul.btns {
	float: right;
}

#body .main #side-bar {
  width: 205px;
  min-height: 600px;
  height: 90%;
  float: left;
  margin-left: 25px;
}

#body .main #side-bar>dl {
	margin-bottom: 15px;
}

#body .main #side-bar>dl dt {
	font-size: 14px;
	line-height: 2em;
	color: #555;
	border-bottom: 1px dashed #ddd;
}

#body .main #side-bar>dl dd {
	margin: 10px 0;
}

#body .main #side-bar>dl dd>a {
	font-size: 14px;
	float: right;
}

#body div.mask {
	display: block;
}

#body:after {
	content: '.';
	height: 1px;
	visibility: hidden;
	display: block;
	clear: both;
}

