@charset "utf-8";
@import url("/css/en/register_form.css");

html, body
{
height: 100%;
}

body
{
background-color: #363;
margin: 0px;
padding: 0px;

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #fff;
text-align: left;
}

input, textarea, select
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
}

h1
{
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-size: 14px;
color: #fff;

padding: 0px;
margin: 0px;
margin-bottom: 10px;
}

ul {
margin: 0px;
padding: 0px;
}

a:link, a:active, a:visited
{
text-decoration: none;
color: #33cc33;
}

a:hover
{
text-decoration: underline;
}

#container_page
{
width: 100%;

float: left;
position: relative; /* needed for footer positioning */
height: auto !important; /* real browsers */
height: 100%; /* IE6: treaded as min-height*/
min-height: 100%; /* real browsers */
}

#container_content
{
float: left;
width: 100%;
padding-bottom: 100px;
}

#header
{
background-image:url(/images/template/nls/header_background.gif);
background-repeat:no-repeat;
background-color: #fff;
height: 82px;
border-bottom: 2px #8C6335 solid;
}

#header_left
{
padding-left: 191px;
}

#header_right {
position: absolute;
left: 630px;
top: 2px;
}

#header_right a:link, #header_right a:visited {
color: #fff;
text-decoration: none;
}

#body
{
padding-top: 15px;
background-repeat: repeat-x;
}

#body_left
{
width: 180px;
float: left;
margin-right: 15px;
}

#body_left_menu ul
{
list-style: none;
margin: 0px;
padding: 0px;
margin-left: 20px;
}

#body_left_menu li
{
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-size: 14px;
padding-top: 3px;
padding-right: 10px;
height: 25px;

border-bottom: dotted 1px #33CC33;
}

#body_left_menu a
{
color: #fff;
text-decoration: none;
}

#body_main
{
width: 450px;
float: left;
margin-right: 15px;
}

#body_main_left
{
float: left;
width: 249px;
margin-right: 15px;
}

#body_main_right
{
float: left;
width: 146px;
}

#random_image
{
border: solid #fff 5px;
margin-bottom: 10px;
}

#product_images img
{
border: solid #fff 3px;
margin-bottom: 8px;
}

#body_right
{
width: 180px;
float: left;
}

#google_ads
{
margin-left: 20px;
margin-top: 30px;
width: 180px;
}

a:link.highlight, a:visited.highlight
{
text-decoration: underline;
}

#footer
{
position: absolute;
bottom: 0px !important; /* stick to bottom */
border-top: #8C6335 solid 2px;
background-color: #48331C;
width: 100%;
height: 35px;

font-size: 11px;
color: #fff;
}

#footer_text {
padding-left: 20px;
padding-top: 5px;
}

#menu_list ul
{
list-style: none;
margin: 0px;
padding: 0px;

margin-top: 10px;
margin-bottom: 10px;

border-top: #C59C6E dotted 1px;
}

#menu_list li
{
float: left;
clear: both;
width: 100%;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: #C59C6E dotted 1px;
min-height: 50px;
}

#menu_list img
{
float: right;
border: solid #666 1px;
}

.pager_nav
{
display: block;
width: 100%;
text-align: right;
}

.pager_nav a
{
padding-top: 7px;
padding-bottom: 7px;
padding-left: 10px;
padding-right: 10px;
border: #ccc 1px solid;
font-size: 14px;
}

.description, a:link.categories, a:visited.categories, a:active.categories
{
color: #85694A;
}

.menu_section_table
{
width: 100%;
margin-bottom: 20px;
}

.menu_section_table .rightcolumn
{
text-align: right;
}

/*
.menu_section_table th
{
background-color: #dedede;
font-weight: normal;
padding-top: 5px;
padding-bottom: 10px;

padding-left: 3px;
}
*/

.menu_section_table .section_header
{
font-size: 13px;
background-color:#FF9933;
}

.menu_section_table .subsection_header
{
font-size: 13px;
background-color:#ddd;
}

.chinese
{
font-size: 13px;
}

#user_status {
	margin-bottom: 10px;
}

#user_status_user
{
background-color:#468D33;
padding: 3px;
padding-left: 5px;
margin-bottom: 5px;
}

#user_status_user input
{
border: solid 1px #999;
margin-top: 3px;
}

#user_status_balance
{
background-color: #8FC591;
padding: 3px;
padding-left: 5px;
margin-top: 5px;
}

#user_stats
{
padding: 3px;
padding-left: 5px;
}


#schedule img {
border: 0px;
}

.products {
width: 100%;
border-collapse: collapse;
}

.products td {
padding: 0px;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px dotted #fff;
}

.products td.last {
padding: 0px;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 0px;
}

.products img {
vertical-align: middle;
}

.cart {
width: 100%;
border-collapse: collapse;
}

.cart td {
padding: 0px;
padding-top: 3px;
padding-bottom: 3px;
/*border-bottom: 1px dotted #fff;*/
}





form ul
{
margin: 0px;
padding: 0px;
list-style: none;
}

form ul li
{
padding: 3px;
float: left;
width: 100%;
}

fieldset
{
margin-bottom: 10px;
border: 1px solid #ccc;
}

fieldset ul
{
list-style: none;
}

legend
{
font-weight: bold;
margin-left: 5px;
padding: 3px;
}

textarea {
width: 300px;
height: 200px;
}

label
{
float: left;
width: 120px;
margin-right: 10px;
text-align: right;
}

label em
{
color: #ff0;
}

.guidetext
{
margin-left: 130px;
margin-top: 5px;
margin-bottom: 5px;
color: #3c3;
}

.code_y1, .code_y2, .code_y3, .code_c1, .code_c2, .code_c3, .code_a1, .code_a2, .code_a3
{
background: url(/images/codes.png) no-repeat 0px 0px;
height: 38px;
width: 38px;
overflow: hidden;
padding: 0px;
margin: 0px;
float: right;
}

.code_y1
{
background-position: -72px 0px;
}

.code_y2
{
background-position: -36px 0px;
}

.code_y3
{
background-position: 0px 0px;
}

.code_c1
{
background-position: -72px -36px;
}

.code_c2
{
background-position: -36px -36px;
}

.code_c3
{
background-position: 0px -36px;
}

.code_a1
{
background-position: -72px -72px;
}

.code_a2
{
background-position: -36px -72px;
}

.code_a3
{
background-position: 0px -72px;
}