@charset "utf-8";
/* [General Box Style] */
.box-big,
.box-small {
	cursor: default;
	color: #111;
	font: normal 11px tahoma;
	direction: rtl;
	width: 647px;
}
.box-small {
	width: 242px;
}
.box-hug {
	width: 900px;
}
.box-top-right,
.box-top-left {
	background: url(/image/box/box-top-right.png) no-repeat;
	height: 39px;
	width: 11px;
}
.box-top-left {
	background: url(/image/box/box-top-left.png) no-repeat;
}
.box-top-center {
	background: url(/image/box/box-top-center.png) repeat-x;
	height: 39px;
}
.box-top-center .titlebar {
	background: url(/image/box/box-titlebar-bk.png) repeat-x;
	color: #1096d4;
	display: inline-block;
	font-weight: bold;
	height: 23px;
	padding-top: 16px;
}
.box-top-center .titlebar .titlebar-arrow-right {
	padding-left: 4px;
	color: #aaa;
}
.box-top-center .titlebar .titlebar-arrow-left {
	padding-right: 4px;
	color: #aaa;
}
.box-top-center .slide {
	display: inline-block;
	float: left;
	height: 26px;
	margin-top: 11px;
	width: 62px;
}
.box-top-center .slide a.move-right,
.box-top-center .slide a.move-left {
	display: inline-block;
	height: 26px;
	width: 26px;
}
.box-top-center .archive {
	background: url(/image/box/archive.png) repeat-x;
	color: #979797;
	display: inline-block;
	float: left;
	font-size: 10px;
	height: 26px;
	margin-top: 11px;
	text-align: center;
	width: 64px;
}
.box-top-center .archive a {
	color: #1096d4;
	display: inline-block;
	padding-top: 6px;
	text-decoration: none;
}
.box-top-center .archive a:hover {
	color: #979797;	
}
.box-right-column,
.box-left-column {
	background: url(/image/box/box-right-column.png) repeat-y;
	width: 11px;
}
.box-left-column {
	background: url(/image/box/box-left-column.png) repeat-y;
}
.box-center-column {
	background: #fff;
	line-height: 26px;
	text-align: justify;
}
.box-down-right,
.box-down-left {
	background: url(/image/box/box-down-right.png) no-repeat;
	height: 10px;
	width: 11px;
}
.box-down-left {
	background: url(/image/box/box-down-left.png) no-repeat;
}
.box-down-center {
	background: url(/image/box/box-down-center.png) repeat-x;
	height: 10px;
}

/* [Menubar] */
.menubar {
	background: url(/image/box/menubar_bk.png) repeat-x;
	direction: rtl;
	display: inline-block;
	height: 41px;
	text-shadow: 0 1px 0 #b54c00;
	width: 100%;
}
.menubar span.menu-space {
	padding: 10px;
}
.menubar a.menu-item {
	background: none;
	color: #fff;
	cursor: pointer;
	direction: rtl;
	display: inline-block;
	font: normal 11px tahoma;
	height: 21px;
	margin-top: 8px;
	padding: 4px 10px 0 10px;
	text-shadow: 0 1px 0 #ab4800;
	text-decoration: none;	
}
.menubar a.menu-item:hover {
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	background-color: #e46000;	
	text-shadow: 0 1px 0 #ab4800;
}