@import url('../../css/reset.css');
@import url('../../css/960.css');
@import url('../../css/text.css');

html, body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #000000;
	background-position: top center;
	height: 100%;
}
a, a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
img a {
	border: none;
}
h2 {
	text-shadow: black 0 1px 0;
	color: #f2f2f2;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	line-height: 40px;
}

#header {
	width: 100%;
	background-image: url(../images/header.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 228px;
	margin-right: auto;
	margin-left: auto;
}
#header #logo {
	width: 347px;
	height: 122px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.div-main {
	margin-bottom: 10px;
}

#content-main { width: 960px; margin: 0 auto; position: relative; }

#menu-left { width: 240px; float: left; }

#menu-left  .list-menu-linein, #menu-left .list-title-menu, #menu-left .list-menu, #menu-left .logout { text-indent: 42px; }
#menu-left .list-title-menu a, #menu-left .list-menu a, #menu-left  .list-menu-linein a, #menu-left .logout a { width: 100%; height: 100%; display: block; outline: none; border: none; text-decoration: none; }
#menu-left .list-title-menu a:hover, #menu-left .list-menu a:hover, #menu-left  .list-menu-linein a:hover, #menu-left .logout a:hover { text-decoration: none; }

#menu-left .list-title-menu { height: 34px; margin: 0; line-height: 36px; }
#menu-left .list-title-menu a { color: #ddd; background: url(../images/menubar-left.png) no-repeat left top; }
#menu-left .list-title-menu a:hover { color: #fff; }
#menu-left .list-menu { height: 30px; margin: 0; line-height: 30px; color: #ffcc00; }
#menu-left .list-menu a { color: #ffcc00; background: url(../images/menu.png) no-repeat left top #000; }
#menu-left .list-menu a:hover { background-position: -30px left; }
#menu-left .logout { height: 30px; margin: 0; line-height: 30px; color: #ffcc00; }
#menu-left .logout a { color: #ffcc00; background: url(../images/menu.png) no-repeat left -60px #000; }
#menu-left .logout a:hover { background-position: -90px left; }

#menu-left  .list-menu-linein p { height: 30px; margin: 0; line-height: 30px; color: #ffcc00; border-top: solid 1px #202020; font-size: 90%; }
#menu-left  .list-menu-linein a { color: #999; background: url(../images/submenud.png) no-repeat #000; }
#menu-left  .list-menu-linein a:hover { color: #fff; background-color: #1a1a1a; }
#menu-left .list-menu-bottom {
	height: 30px;
	margin:0px;
	background-image: url(../images/bottommenu.png);
	background-repeat: no-repeat;
}
#menu-main {
	width: 48%;
	margin-left: auto;
	margin-right: auto;
}
#menu-right {
	width: 25%;
	float: right;
}

.title-menu { background-image: url(../images/bgtitle-main.png); height: 34px; color: #ccc; line-height: 34px; margin: 0 9px; font-weight: bold; }
.menu-main-titleleft{
	width: 9px;
	background-image: url(../images/mainmenu-l.png);
	background-repeat: no-repeat;
	float: left;
	height: 34px;
}
.menu-main-titleright{
	width: 9px;
	height: 34px;
	background-image: url(../images/mainmenu-r.png);
	background-repeat: no-repeat;
	float: right;
}
.main-menu-bg { background-color: #ddd; padding: 20px; margin-bottom: 20px; border-top: solid 1px #333; border-left: solid 1px #000; border-right: solid 1px #000; border-bottom: solid 1px #000; color: #333; -webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; }
#content-detail {
	width: 710px ;
	float: right;
}

table.table-style { width: 100%; }
table.table-style th { text-align: center; padding: 10px; }
table.table-style td { padding: 5px; vertical-align: middle; }
table.table-style tr { border: solid 1px #ccc; }
table.table-style .number, table.table-style .show-status, table.table-style .update-time, table.table-style .action, table.table-style .order { text-align: center; }
table.table-style .price { text-align: right; }
table.table-style .order input { text-align: center; }
table.table-style .odd { background: #e6e6e6; }
table.table-style p.category_class { margin-bottom: 0; }

form.form-style label { display: block; width: 160px; font-weight: bold; display: block; float: left; }
form.form-style label.option { width: auto; font-weight: normal; margin-right: 20px; }
form.form-style input[type="text"], form.form-style input[type="password"] { display: block; width: 200px; }
form.form-style input[type="checkbox"], form.form-style input[type="radio"] { margin-right: 5px; }
form.form-style input[type="radio"] { width: auto; }
form.form-style .form-checkbox-level label { width: auto; }
form.form-style .form-checkbox-level li { clear: both; list-style: none; margin-left: 20px; }
form.form-style .form-checkbox-level li label { font-weight: normal; }
form.form-style .form-checkbox-level table { width: 100%; }
form.form-style .form-checkbox-level th { text-align: center; }
form.form-style .form-checkbox-level td { width: 33.3%; vertical-align: top; border: solid 1px #ccc; padding: 5px; }
form.form-style .form-checkbox-level p { background: #ccc; padding: 10px; }
form.form-style input.auto { width: auto; }
form.form-style tr.search-form th { vertical-align: bottom; }

form.form-search input[type="text"] { display: block; width: 200px; float: left; margin: 5px 10px 0 0; }

a.generic-button { background: url(../images/generic-button-right.png) no-repeat top right; color: #ddd; display: block; float: left; font-size: 90%; height: 28px; margin: 0 20px 0 0; padding-right: 10px; text-decoration: none; text-shadow: 0 1px 0 #000; overflow: hidden; }
a.generic-button span { background: url(../images/generic-button-left.png) no-repeat; display: block; height: 23px; padding: 5px 0 0 10px; }
a.generic-button:active { background-position: bottom right; color: #999; outline: none; }
a.generic-button:active span { background-position: bottom left; }

input.generic-button { background: url(../images/generic-button.png) no-repeat top right; height: 28px; font-size: 90%; color: #ddd; display: block; border: none; width: 97px; margin: 0 20px 0 0; float: left; cursor: pointer; }
input.generic-button:active { background: url(../images/generic-button.png) no-repeat bottom right; color: #999; }

.note { background: #ffffcc; border: solid 1px #d6c79d; color: #996633; padding: 10px; font-size: 90%; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin-bottom: 20px; }

#summary span { display: block; float: left; }
#summary span.title { font-weight: bold; width: 150px; }

.divider h6 { margin-bottom: 20px; color: #999; }
.divider { margin-bottom: 20px; border-bottom: solid 1px #999; width: 668px; margin: 0 -20px 20px -20px; padding: 20px; }

#theme-list { width: 100%; }
#theme-list td { text-align: center; width: 33.3%; padding: 10px; }

#admin-info { text-align: right; display: block; background: url(../images/generic-gradient-bg.jpg) repeat-x left top #000; color: #999; -webkit-border-radius: 5px; -moz-border-radius: 5px; padding: 10px; border: solid 1px #000; }

ul.sub-description { margin: 0 0 20px 0; }
ul.sub-description li { display: inline; margin: 0 15px 0 0; }

.faq-title { margin-bottom: 5px; }
ul.faq-sub-description { margin: 0; }
ul.faq-sub-description li { display: inline; margin: 0 15px 0 0; }
.faq-questioner { background: #f2f2f2; border: solid 1px #ccc; padding: 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }

form.form-style .form-checkbox-level .menu-manager ul { line-height: 16px; }
form.form-style .form-checkbox-level .menu-manager li { list-style: none; display: block; padding: 0; margin: 0 10px 0 0; float: left; width: 16px; height: 16px; clear: none; }
form.form-style .form-checkbox-level .menu-manager li a { display: block; width: 100%; height: 100%; text-indent: -2000px; overflow: hidden; }
form.form-style .form-checkbox-level .menu-manager li a.add { background: url(../images/icon-add.png) no-repeat left top; }
form.form-style .form-checkbox-level .menu-manager li a.edit { background: url(../images/icon-edit.png) no-repeat left top; }
form.form-style .form-checkbox-level .menu-manager li a.sub { background: url(../images/icon-view_list.png) no-repeat left top; }

.select-box {
	width: 210px;
	height: 300px;
	border-top: solid 1px #BBB;
	border-left: solid 1px #BBB;
	border-bottom: solid 1px #FFF;
	border-right: solid 1px #FFF;
	background: #FFF;
	overflow: scroll;
	padding: 5px;
}
#pagenavi { text-align: center; }
#pagenavi ul { margin: 0; padding: 0; }
#pagenavi li { display: inline; padding: 3px; margin: 0 6px 0 0; color: #aaa; border: solid 1px #444; font-size: 80%; background: #555; }
#pagenavi li a { color: #fff; }
#pagenavi li.active:hover { background: #222; }
#pagenavi { background-color: #ddd; padding: 10px; margin-bottom: 20px; border-top: solid 1px #333; border-left: solid 1px #000; border-right: solid 1px #000; border-bottom: solid 1px #000; color: #333; -webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-topleft: 10px;-moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px;-moz-border-radius-topright: 10px; }