#bsdn-header {
	height: 100px;
	width: 100%;
	margin: 0px auto;
}

.bsdn-wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

#bsdn-logo {
	z-index: 2;
	left: 10px;
	width: 275px;
	text-align: center;
	height: 100px;
	vertical-align: middle;
	display: table-cell;
}

#bsdn-header-separator {
	position: absolute;
	left: 250px;
	top: 0px;
	width: 3px;
	text-align: left;
}

#bsdn-title {
	z-index: 1;
	position: absolute;
	left: 280px;
	top: 0px;
	line-height: 100px;
	font-family: "Microsoft YaHei", sans-serif;
	font-size: 24px;
	color: #59626A;
	color: #495259;
}

#bsdn-mascot {
	position: absolute;
	right: 80px;
	top: 1px;
	width: 180px;
	height: 120px;
}

.mascot-1 {
	z-index: 0;
	background: url(../img/mascot/giraffe.png) no-repeat;
}

.mascot-2 {
	z-index: 0;
	background: url(../img/mascot/astronaut.png) no-repeat;
}

/** share buttons **/
.weibo-share-buttons a:link,a:visited {
	text-decoration: none;
}

.weibo-followbutton {
	position: absolute;
	left: 0;
}

/** pages **/
.pages {
	height: 24px;
	margin-top: 10px;
	word-wrap: break-word;
	margin-top: 10px;
	margin-left: 20px;
	display: inline;
}

.pages em {
	width: 70px;
}

.pages strong {
	height: 24px;
	font-weight: bold;
	color: #069;
	text-decoration: underline;
}

.pages a,.pages strong,.pages em {
	width: 35px;
	font-size: 14.8px;
	color: #555;
	text-align: center;
	width: 35px;
	vertical-align: middle;
}

.pages a:link {
	text-decoration: none;
}

.pages a.prev,.pages a.next {
	height: 24px;
	width: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/** layout **/
.fluid-layout {
	min-height: 460px;
	margin-top: 15px;
}

.fluid-layout-header {
	position: relative;
	margin: 0 285px 0px 15px;
}

.fluid-layout-body {
	min-height: 460px;
	margin: 0 285px 0px 15px;
}

.fluid-layout-sidebar {
	min-height: 460px;
	float: right;
	width: 270px;
	margin-left: 10px;
}

.fluid-layout-footer {
	clear: both;
}

/** table **/
table.bsdn-tb {
	border: 1px solid #B5AFAF;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

table.bsdn-tb td {
	padding: 3px 10px;
}

table.bsdn-tb tr:nth-child(odd) {
	background-color: rgba(255, 255, 255, 0.2);
}

table.bsdn-tb th:nth-child(odd),table.bsdn-tb td:nth-child(odd) {
	background-color: rgba(255, 255, 255, 0.2);
}

table.bsdn-tb tr:nth-child(even) {
	background-color: rgba(0, 0, 0, 0.2);
}

table.bsdn-tb td:nth-child(even) {
	background-color: rgba(0, 0, 0, 0.2);
}

.bsdn-info {
	background: #DEF;
	background-color: rgba(221, 238, 255, 0.4);
	border: 1px solid #9CF;
}

.bsdn-warning {
	background: #FDFEB8;
	background-color: rgba(253, 254, 184, 0.4);
	border: 1px solid #FB0;
}

.bsdn-info,.bsdn-warning {
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	margin: 10px 0px;
	padding: 10px;
}

.bsdn-info b,.bsdn-warning b {
	color: #59626A;
}

i.member-stars {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-bottom: -3px;
	margin-right: 0px;
	background: url('../img/stars-small.png') no-repeat;
}

.step {
	height: 40px;
}

.step li {
	float: left;
	position: relative;
	height: 40px;
	font-size: 16px;
}

.step li.square {
	padding: 0 20px 0 0;
}

.step li.square .content {
	display: table-cell;
	height: 40px;
	vertical-align: middle;
	color: white;
	font-weight: bold;
}

.step li.square .content .step-order {
	display: inline-block;
	margin-right: 10px;
	padding: 1px 6px;
	font-size: 22px;
}

.step li.square .content .step-desc {
	display: inline-block;
	line-height: 22px;
	vertical-align: top;
}

.step li.square.first {
	padding: 0 20px 0 20px;
}

.step li.square.passed {
	background: #5BC4EC;
}

.step li.square.passed .content .step-order {
	background: #31ABF0;
}

.step li.square.current {
	background: #B0DD20;
}

.step li.square.current .content .step-order {
	background: #A3C714;
}

.step li.square.not {
	background: #B1B1D3;
}

.step li.square.not .content .step-order {
	background: #9E8ECF;
}

.step li.triangle {
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #F7F5F5;
	border-style: dashed dashed dashed solid;
	border-width: 20px;
}

.step li.triangle .arrow {
	position: absolute;
	top: -20px;
	left: -22px;
	height: 0;
	width: 0;
	border-style: dashed dashed dashed solid;
	border-width: 20px;
	background: transparent;
}

.step li.triangle.passed-passed {
	background: #5BC4EC;
}

.step li.triangle.passed-passed .arrow {
	border-color: transparent transparent transparent #5BC4EC;
}

.step li.triangle.current-not {
	background: #B1B1D3;
}

.step li.triangle.current-not .arrow {
	border-color: transparent transparent transparent #B0DD20;
}

.step li.triangle.passed-current {
	background: #B0DD20;
}

.step li.triangle.passed-current .arrow {
	border-color: transparent transparent transparent #5BC4EC;
}

.step li.triangle.not-not {
	background: #B1B1D3;
}

.step li.triangle.not-not .arrow {
	border-color: transparent transparent transparent #B1B1D3;
}