html,body {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	background-color: #3A3129;
	margin:0;
	height:100%;
}

.all {
	margin: auto;
	width: 900px;
}
#main_menu {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	height: 20px;
}
#main_menu td {
	vertical-align: middle;
	text-align: center;
	width: 150px;
}
#main_menu a {
	color: #FFF;
	text-decoration: none;
}
#submenu td, #submenu2 td {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	border-left: 1px solid #AAA;
	padding-left: 5px;
	text-align: middle;
	width: 140px;
	text-decoration: none;
	height: 20px;
}
#submenu2 td {
	width: 50px;
}
#submenu a, #submenu2 a {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#content {
	width: 880px;
	padding: 10px;
	display: block;
	overflow-y: auto;
	overflow-x: hidden;
}
.product_table {
	width: 100%;
	
}
.product_table tr {
	background-color: #EEE;
	border-top: 2px solid #FFF;
	cursor: pointer;
}
.product_table tr:hover, .product_table tr:visited:hover {
	background-color: #DDD;
}
h1 {
	color: #666;
	font-size: 24px;
}
h2 {
	color: #666;
	font-size: 18px;
}
.msg {
	color: #666;
	font-size: 12px;
	font-weight: bold;
}

a {
	color: #000;
}

input, textarea, select {
	border: 1px solid #CCC;
	background-color: #FFF;
}

.normal {
	color: #333;
	font-size: 11px;
}

hr {
	height: 1px;
	background-color: #BBB;
	border: none;
}

