#products_list table, #results {
	border-bottom: 1px solid #9FAA85;
	border-right: 1px solid #9FAA85;
	width: 598px;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#products_list thead tr td.item, #results thead tr td.item {
	width: 65px;
}

#products_list thead tr td.right, #products_list thead tr td.right_input, #results thead tr td.right, #results thead tr td.right_input {
	width: 70px;
}

#products_list thead tr td.chinese, #results thead tr td.chinese {
	width: 90px;
}

#products_list thead tr td.pinyin, #results thead tr td.pinyin {
	width: 175px;
}

#products_list table thead tr td, #products_list table tfoot tr td, #results thead tr td, #results tfoot tr td {
	background-color: #E9EBE2;
	font-size: 12px;
}

#products_list table tr td, #results tr td {
	padding: 3px 5px 1px 5px;
	border-top: 1px solid #9FAA85;
	border-left: 1px solid #9FAA85;
}

#products_list input {
	/*background-color: #E9EBE2;*/
	background-color: #FFFFFF;
	border: none;
	color: #000000;
	width: 60px;
}

#products_list input.amount {
	background-color: #F7F8F3;
	text-align: right;
}

#products_list tbody tr td.right_input, #results thead tr td.right_input {
	background-color: #F7F8F3;
}

.right, .price, .right_input {
	text-align: right;
}

#products_list tbody tr td.price {
	color: #000000;
}

#total {
	width: 598px;
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
	text-transform: capitalize;
	text-align: left;
	font-size: 14px;
	color: #990000;
}

#menu {
    width: 598px;
    font-size: 11px;
	margin: 10px 0 10px 0;
	padding: 0;
	z-index: 100;
}

#menu tr td {
	float: left;
	text-align: center;
	width: 23px;
	margin: 0;
	padding: 0;
}

#menu a, #total a {
	z-index: 100;
	text-decoration: none;
}

#menu a {
	color: #4C503F;
}

#total a {
	color: #990000;
	position: absolute;
	top: 0;
	right: 0;
}

#menu a {
	display: block;
	background-image: url("images/tabs.gif");
	background-repeat: no-repeat;
	height: 16px;
	padding-top: 1px;
}

#menu a:visited {
	background-image: url("images/tabs.gif");
	background-repeat: no-repeat;
}

#menu a:hover, #menu a.here, #menu a.here:visited, #menu a.here:hover {
	background-image: url("images/tabs_hover.gif");
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a.last, #menu a.last:visited {
	background-image: url("images/tabs_last.gif");
	background-repeat: no-repeat;
}

#menu a.last:hover, #menu a.last_here, #menu a.last_here:hover {
	background-image: url("images/tabs_hover_last.gif");
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
}

#results tbody tr #buttons_td {
	padding: 3px 0 3px 0;
}

#results input.button, #results input.here {
	z-index: 100;
	margin: 0 5px 0 5px;
    padding: 1px 3px 1px 3px;
	color: #FFBF23;
	border: 1px solid #BE2C43;
	background-color: #901A2B;
	cursor: pointer;
}

.main_fields, #total {
	color: #4C503F;
}

#products_list {
	clear: left;
	position: relative;
	z-index: 100;
}

.product_table {
	/*position: absolute;
	top: 0;
	left: 0;*/
	z-index: 100;
}

#billing_info p {
	margin-left: 5px;
}

#checkout {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #4C503F;
	text-align: left;
}

#checkout fieldset {
	margin: 10px auto 10px auto;
	padding: 10px 25px;
	border: 1px solid #9FAA85;
	color: #4C503F;
}

#checkout fieldset legend {
	font-size: 20px;
	color: #4C503F;
}

.text_input {
	color: #000000;
}

#textarea {
	height: 200px;
}

.text_input, #textarea {
	width: 50%;
	display: block;
	border: 1px solid #9FAA85;
	padding: 2px;
	margin-top: 2px;
	font-size: 14px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
}

#form_b {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#submit, .button {
	padding: 1px 5px 1px 5px;
	color: #FFBF23;
	border: 1px solid #BE2C43;
	background-color: #901A2B;
	cursor: pointer;
}

#checkout_div {
	margin: 10px 0 0 0;
}

#checkout_div a {
	padding: 2px 5px 2px 5px;
	border: 1px solid #000000;
	background-color: #F0F0F0;
	text-decoration: none;
	color: #000000;
}

.textarea {
	width: 600px;
	height: 500px;
}