@charset "utf-8";

#main-content:after,#MainPaneBox:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

#main-content,#MainPaneBox {
	display: inline-block;
}

#main-content,#MainPaneBox {
	display: block;
}

#main-content {
	min-height: 264px;
}

* html #main-content {
	height: 264px;
}

/* =S Inner Pane ======================================================= */
.LeftPane {
	float: left;
	width: 160px;
	min-height: 10px;
	margin-right: 8px;
}

* html .LeftPane {
	height: 10px;
}

#MainPaneBox {
	float: left;
	width: 488px;
}

.InnerLeft {
	float: left;
	width: 240px;
}

.InnerRight {
	float: right;
	width: 240px;
}

.RightPane {
	float: right;
	width: 265px;
}

.ContentPane {
	clear: both;
	padding: 8px 0 0 0;
}
/* =E Inner Pane ======================================================= */



/* =S Inner Layout ==================================================== */
#bg-main-rt {
	min-height: 555px;
	padding-bottom: 1px;
}

* html #bg-main-rt {
	height: 559px;
}

#main-content {
	margin: 0 23px 12px 8px;
	border-bottom: 1px solid #B7B7B7;
	padding-bottom: 0;
}
/* =E Inner Layout ==================================================== */
