@charset "utf-8";
/* CSS Document */
body {
	padding:0px;
	margin:0px;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#999999;
	background:url(../images/bg_header.gif) repeat-x #1D2528;
}
h1, h2 , h3 ,h4, h5, h6 {font-size:12px; color:#fff;}
* {
	list-style:none;
	padding:0px;
	margin:0px;
}
a {
	color:#cacaca;
	text-decoration:none;
}
a:hover {
	color: #D76C02;
	text-decoration:underline;
}
img {
	border:none;
}
.wrap {
	margin:0px auto;
	width:1024px;
	overflow:hidden;
}
.clear {
	clear:both;
}
.cen {
	margin:0px auto;
	text-align:center;
}
.gray {
	color:#585858;
}
.red {
	color:#FB1010;
}
.red a {
	color: #66FF00;
}
.pink {
	color:#FF80BF;
}
.green {
	color:#328818;
}
.b {
	font-weight:bold;
}

#header {
	height:185px;
	overflow:hidden;
}
#cart {
	float:right;
	height:45px;
	color:#000;
}
#cart li {
	float:left;
	margin:10px 5px;
	height:25px;
}
#cart li a {
	margin:10px 5px;
	height:25px;
	color: #FF5402;
	font-weight:bold;
}

#cart li a:hover {
	color:#990000;
}
#logo {
	float:left;
}
#login_index {
	float:left;
	width:420px;
	height:95px;
}
#log_before {
	margin:25px auto auto auto;
	float:left;
	width:420px;
}
#log_before h3 {
	float:left;
	width:270px;
	height:60px;
	overflow:hidden;
	color:#f3f3f3;
}
#log_before h3 span {
	width:120px;
	float:left;
	text-align:right;
	padding-right:10px;
	margin-bottom:5px;
	color:#cccccc;
}
#log_before h3 input {
	color:#f3f3f3;
	width:120px;
	background:#3D3D3D;
	border:1px solid #717171;
	margin-bottom:5px;
	padding:2px 3px;
}
#log_before button {
	background:url(../images/login_btn.gif) no-repeat;
	width:55px;
	height:51px;
	border:none;
	float:left;
	cursor:pointer;
}
#log_before a {
	float:left;
	margin-top:20px;
	margin-left:10px;
	color:#EC0000;
	text-decoration:underline;
}
#log_before a:hover {
	color:#FFFFFF;
}
#log_suc {
	margin:35px auto auto 70px;
	color:#FFFFFF;
	font-weight:bold;
}
#log_suc a {
	color:#EC0000;
	text-decoration:underline;
	margin-left:10px;
}
#log_suc a:hover {
	color:#FFFFFF;
}
#img_head {
	float:right;
	margin-top:10px;
}
#search {
	float:left;
	width:600px;
	display:inline;
	margin-top:5px;
	color:#715913;
}
#search button {
	height:22px;
	color:#fff;
	cursor:pointer;
	float:left;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/button_search.gif) no-repeat;
	float:left;
	width:72px;
	margin-top:3px;
}
#search input {
	padding:0px 2px;
	height:20px;
	margin-top:2px;
	line-height:18px;
	float:left;
	width:190px;
	border:1px solid #888888;
	color:#000;
	background:#fff;
	margin-left:10px;
	margin-right:10px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/*nav_box*/
#nav {
	overflow:hidden;
	height:36px;
	width:920px;
	font-weight:bold;
	float:left;
	margin-top:16px;
}
#nav ul {
	height:36px;
	float:left;
	display:inline;
	background:url(../images/bg_nav.gif) left top no-repeat;
	padding-left:2px;
}
#nav li {
	height:36px;
	float:left;
	line-height:36px;
	padding:0 25px;
	text-align:center;
	background:url(../images/bg_nav.gif) right top no-repeat;
}
#nav li a {
	height:36px;
	display:block;
	color:#fff;
	overflow:hidden;
	padding:0px 10px;
}
#nav li a:hover {
	text-decoration: underline;
	background:url(../images/bg_nav.gif) repeat-x bottom;
}
/*main*/
#main {
	margin:0px auto;
	width:1024px;
	min-height:580px;
}

/*left*/
#left {
	float:left;
	width:220px;
	overflow:hidden;
	margin-top:5px;
}

#left_title {
	overflow:hidden;
	font-size:12px;
	font-weight:normal;
	height:30px;
	width:199px;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	background:url(../images/bg_left.gif) repeat-x;
	padding-left:15px;
}
.menu_list {
	background:#2B3536;
	overflow:hidden;
	margin-bottom:10px;
	border:1px solid #435055;
	padding:1px 2px;
}
.menu_head {
	float:left;
	background:url(../images/bg_left.gif) bottom repeat-x #3A4649;
	float:left;
	width:214px;
	font-weight:bold;
	cursor:pointer;
	color:#fff;
}
.menu_head a {
	color:#fff;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	background:url(../images/icon.gif) 8px -129px;
	display:block;
}
.pro_list form{

}
.menu_head a:hover {
	color:#FB1010;
}
.menu_body a:hover {
	color: #D76C02;
}
.menu_body {
	margin:5px auto;
}
.menu_body li {
	overflow:hidden;
	width:210px;
	line-height:16px;
	padding-left:10px;
	display:block;
	float:left;
}
.menu_body a {
	color:#B0C1C7;
	display:block;
	padding:2px 0px 2px 10px;
	background:url(../images/icon.gif) no-repeat 0px 8px;
}
#left_list {
	width:198px;
	background:url(../images/bg_left_2rd.gif) repeat-x #f8f8f8;
	float:left;
}
#left_list li {
	float:left;
	width:198px;
	border-bottom:1px solid #e8e8e8;
	margin-top:10px;
	padding-bottom:5px;
	color:#585858;
}
#left_list li img {
	float:left;
	margin:5px;
}
#left_list li h3 {
	color:#671A00;
	font-size:11px;
	font-weight:normal;
	line-height:20px;
	height:22px;
	overflow:hidden;
}
#left_list li h3 a {
	color:#671A00;
}
#left_list  h4 {
	background:url(../images/icon.gif) no-repeat 0px -317px;
	width:198px;
	height:10px;
	overflow:hidden;
	margin-top:5px;
	float:left;
}
/*news_index*/
#news_index {
	background:#2B3536;
	overflow:hidden;
	margin-bottom:10px;
	border:1px solid #435055;
}
#news_t {
	height:30px;
	padding-left:15px;
	color:#fff;
	font-size:12px;
	background:#435055;
	line-height:30px;
}
#news_t img {
	float:right;
	margin:7px 5px auto auto;
}
#news_index li {
	background:url(../images/icon.gif) no-repeat 5px -75px;
	padding-left:15px;
	line-height:14px;
	width:202px;
	margin:2px auto;
	display:inline;
	float:left;
	border-bottom:1px solid #41494C;
}
#news_index li a {
	color:#B0C1C7;
}
/*right*/
#right_index {
background:#3A4649 url(../images/bg_content.gif) repeat-x scroll center bottom;
float:right;
margin-top:5px;
overflow:hidden;
width:794px;
}
#right {
background:#3A4649 url(../images/bg_content.gif) repeat-x scroll center bottom;
float:right;
margin-top:5px;
overflow:hidden;
width:794px;
}

#intro {
	border:1px solid #485459;
	padding:10px;
	color:#CFDBDC;
	background:url(../images/bg_right.gif) repeat-x top #2A3235;
}
#intro h3 {
}
#new_title ,#hot_title {
	height:30px;
	padding-left:15px;
	color:#fff;
	font-size:12px;
	background:#435055;
	line-height:30px;
	margin-top:5px;
}
#new_title span {
	height:27px;
	width:194px;
	padding-left:15px;
	float:left;
	background:url(../images/title.gif) no-repeat 0px -35px;
}
#hot_title span {
	height:27px;
	width:194px;
	padding-left:15px;
	float:left;
	background:url(../images/title.gif) no-repeat 0px -70px;
}
.pro_list {
}
.pro_list li{
float:left;
height:210px;
overflow:hidden;
text-align:center;
width:198px;
}
.pro_list li h3{
border:1px solid #435055;
display:block;
height:220px;
margin:auto;
overflow:hidden;
padding:4px;
width:180px;
}
.pro_list li h3 img  {
height:160px;
width:180px;
}
.pro_list p {
clear:both;
height:30px;
line-height:15px;
overflow:hidden;
}
.pro_list li p a  {
	color:#fff;
	font-size:11px;
	line-height:15px;
}
.pro_list p a:hover {
	color:#B80000;
}
.pro_list li span {
	width:84px;
	height:21px;
	color:#7D5F01;
	font-weight:normal;
	float:left;
	text-align:center;
}
.pro_list li h5 {
display:block;
height:20px;
margin:2px auto 0;
width:150px;
}
.pro_list li h5 span {
background:#B80000 none repeat scroll 0 0;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
height:19px;
width:70px;
}
.pro_list li button {
background:transparent url(../images/button_buy.gif) no-repeat scroll 0 0;
border:medium none;
color:#FFf;
cursor:pointer;
height:19px;
width:63px;
}
/*footer*/
#link {
	margin:5px auto 15px auto;
	width:1024px;
	height:140px;
}
#footer_l {
	height:110px;
	border:1px solid #3F4B50;
	background:url(../images/bg_right.gif) bottom repeat-x #2C3538;
	width:300px;
	padding:10px;
	float:left;
}
#footer_l a {
	color:#D2E8E7;
	margin:5px auto;
	float:left;
	width:300px;
}
#footer_m {
	height:110px;
	border:1px solid #3F4B50;
	background:url(../images/bg_right.gif) bottom repeat-x #2C3538;
	width:320px;
	padding:10px;
	margin-left:10px;
	float:left;
}
#footer_m h3,#footer_l h3,#footer_r h3 {
	margin-bottom:10px;
}
#footer_r {
background:#2C3538 url(../images/bg_right.gif) repeat-x scroll center bottom;
border:1px solid #3F4B50;
float:right;
height:110px;
padding:10px;
width:318px;
}
.pro_list a{
display:block;
height:160px;
}
#footer_r li {
	background:url(../images/icon.gif) no-repeat 0px -224px;
	padding-left:10px;
}
#footer {
	margin:10px auto auto auto;
	background:url(../images/bg_footer.gif) repeat-x bottom #1D2528;
	height:180px;
}
#copy {
	line-height:25px;
	clear:both;
	width:960px;
	text-align:center;
	color:#fff;
	margin:0px auto;
}
/*list*/
#guide {
background:#2C3538 url(../images/bg_left.gif) repeat-x scroll 0 0;
border:1px solid #435055;
color:#FFFFFF;
font-size:11px;
font-weight:normal;
height:30px;
line-height:28px;
padding-left:15px;
text-align:left;
}
#guide h3 {
	padding-right:15px;
	font-size:11px;
	font-weight:normal;
}
#guide h3 a {
	color:#fff;
}
#guide_1 {
	height:30px;
	line-height:28px;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	text-align:left;
	margin-top:5px;
	float:left;
	width:933px;
	background:url(../images/bg_left.gif) 0px 0px repeat-x #2C3538;
	padding-left:15px;
	border:1px solid #435055;
}
#guide_1 h3 {
	padding-right:15px;
	font-size:11px;
	font-weight:normal;
}
#guide_1 h3 a {
	color:#fff;
}
#pages_box {
background:#3A4649 url(../images/bg_left.gif) repeat-x scroll center bottom;
height:30px;
overflow:hidden;
padding:3px 0;
}
#pages_box_1 {
	padding:5px;
	height:25px;
	overflow:hidden;
	margin:5px auto;
}
#pages_num {
	float:left;
	width:400px;
}
#pages_num span {
	float:left;
	background:url(../images/icon.png) no-repeat 5px -127px;
	padding-left:25px;
	line-height:25px;
	margin-right:5px;
}
#pages_num a {
	float:left;
	display:block;
	width:28px;
	height:22px;
	border:1px solid #dfdfdf;
	margin:0px 3px;
	text-align:center;
}
#pages_num a:hover {
	background:#f8f8f8;
}
#pages {
	float:right;
	margin-right:5px;
}
#pages li {
	float:left;
	margin-top:3px;
}
#pages li a {
	background:url(../images/bg_left.gif) repeat-x #3A4649;
	border:1px solid #435055;
	float:left;
	display:block;
	padding:1px 8px;
	margin:0px 3px;
	text-align:center;
	display:inline;
	color:#fff;
}
#pages li a:hover {
	color: #FF6600;
}
#pages li input {
	width:30px;
	height:20px;
	color:#999999;
}
#pages li span {
	line-height:22px;
	margin:0px 5px auto 10px;
}
#pages li button {
	background:url(../images/button.png) no-repeat -70px 0px;
	width:38px;
	height:25px;
	border:none;
	cursor:pointer;
}
/*content*/
#content {
	float:left;
	width:725px;
	overflow:hidden;
	background:#3A4649;
}
#content_detail {
background:#3A4649 url(../images/bg_content.gif) repeat-x scroll center bottom;
margin:0 auto;
overflow:hidden;
padding:0 10px 20px;
position:relative;
}
#content_img {
border:1px solid #F3F3F3;
float:left;
overflow:hidden;
text-align:center;
}
#content_img img {
	border:1px solid #fff;
	margin:0px auto;
}

#small_pro {
background:#263336 none repeat scroll 0 0;
border:2px solid #A5BEC4;
clear:both;
float:left;
overflow:hidden;
padding:3px;
width:305px;
margin-left:10px;
}
#small_pro img {
	width:65px;
	padding:3px;
}
#small_pro a img {
	border:1px #585858 solid;
	background:#A5BEC4;
}
#small_pro a:hover img{
	border:1px #fff solid;
	background:#BCD3D9;
}
#content_t {
	font-size:11px;
	color:#fff;
	text-align:center;
	padding:10px;
	width:685px;
	line-height:20px;
	margin:0px auto 10px auto;
	border-bottom:1px solid #627073;
}
#content_list {
float:left;
height:165px;
padding:0 10px;
width:290px;
}
#content_list li {
	padding:5px 0px;
	color:#fff;
}
#content_list li span {
	float:right;
	width:210px;
	text-align:left;
	line-height:16px;
	margin-left:15px;
}
#content_list li input {
	width:30px;
	height:13px;
	font-size:12px;
	font-weight:bold;
	color:#990000;
}
#content_list li button {
	background:url(../images/button_content_b.gif) no-repeat;
	width:124px;
	height:40px;
	cursor:pointer;
	border:none;
	float:left;
}
#content_list li select {
	width:100px;
}
#content_button {
	background:url(../images/bg_content_b.gif) no-repeat;
	height:80px;
	bottom:50px;
	right:11px;
	position:absolute;
	width:270px;
}
#content_button button {
	background:url(../images/button_content_b.gif) no-repeat;
	width:77px;
	height:24px;
	cursor:pointer;
	border:none;
	float:right;
	margin-right:30px;
	margin-top:28px;
}
#content_text {
	width:705px;
	margin:10px auto;
	color:#cccccc;
	padding:10px;
}
#content_text h2 {
	font-size:12px;
	color:#fff;
	line-height:25px;
	border-bottom:2px solid #fff;
	margin-bottom:10px;
}
#content_text img {
	margin:10px;
}
.cc a {
	color:#ffcc00;
	text-decoration:underline;
}
.cc a:hover {
	color:#ff0000;
}
/*login*/
#login_left {
	float:left;
	width:730px;
}
#login_title {
	margin-bottom:15px;
	text-align:center;
}
#login_l {
	float:left;
	height:300px;
	width:316px;
}
#login_l h3  {
	background:url(../images/bg_login_t1.gif) no-repeat;
	height:16px;
	overflow:hidden;
	width:316px;
}
#login_l h4  {
	background:url(../images/bg_login_t3.gif);
	height:16px;
	width:316px;
}
#login_c  {
	background:url(../images/bg_login_t2.gif) repeat-y;
	width:316px;
}
#login_text {
	float:left;
	margin-left:15px;
	width:200px;
	overflow: hidden;
	display:inline;
	margin-top:10px;
}
#login_text li {
	float:left;
	display:inline;
	margin:2px auto;
	width:200px;
	overflow:hidden;
}
#login_text span {
	width:80px;
	float:left;
	display:inline;
}
#login_text li input {
	width:110px;
}
#login_c h5 {
	font-size:12px;
	margin-left:90px;
	margin-top:10px;
	display:block;
	width:150px;
	float:left;
	font-weight:normal;
	display:inline;
}
#login_c img {
	margin-left:12px;
}
#login_c h5 span {
	margin:0px 5px;
}
#login_c h5 input {
	display:inline;
}
#login_button_t button {
	width:74px;
	height:44px;
	background:url(../images/button_login.gif) no-repeat;
	cursor:pointer;
	border:none;
	margin-left:10px;
	margin-top:15px;
	float:left;
}
#help_l {
	float:left;
	height:300px;
	width:270px;
	margin-left:40px;
}
#help_l li {
	margin:3px auto;
}
.btn_reg {
	background:url(../images/button_login_reg.gif) no-repeat;
	cursor:pointer;
	border:none;
	width:125px;
	height:40px;
	margin-left:45px;
}
.btn_forgot1 {
	background:url(../images/button_login_forgot1.gif) no-repeat;
	cursor:pointer;
	border:none;
	width:125px;
	height:40px;
	margin-left:45px;
}
.btn_forgot2 {
	background:url(../images/button_login_forgot2.gif) no-repeat;
	cursor:pointer;
	border:none;
	width:125px;
	height:40px;
	margin-left:45px;
}
#login_right {
	background:#f8f8f8;
	float:left;
	height:350px;
	width:220px;
}
#login_right h3 {
	font-size:14px;
	padding-left:13px;
	height:35px;
	line-height:35px;
	background:url(../images/icon_login_cor.gif) no-repeat top right #C8C8C8;
}
#login_right ul  {
	padding:10px 0px;
}
#login_right li {
	background:url(../images/icon.png) -235px -45px no-repeat; 
	width:200px;
	line-height:20px;
	padding-left:20px;
}
/*regsiter*/
#agreement {
	margin:0px auto;
	width:90%;
	height:120px;
	overflow-y:scroll;
	background:#fcfcfc;
	border:1px solid #cccccc;
	padding:5px;
	color:#585858;
}
#agreement h3 {
	text-align:center;
	color:#000;
}
#register_t {
	width:680px;
	padding:3px;
}
#register_t th {
	font-size:12px;
	font-weight:normal;
	width:100px;
	float:left;
	color:#686868;
	text-align:right;
}
#register_t td {
	width:600px;
	text-align:left;
}
.reg_text {
	width:130px;
}
#register_t td span {
	color:#666666;
	margin-left:10px;
}
.btn {
	height:30px;
	padding:0px 15px;
	line-height:22px;
	text-align:center;
	cursor:pointer;
	margin-right:5px;
	font-weight:bold;
	color:#413100;
}
/*manager*/
#manager_tbody {
	background:url(../images/bg_manager_tbody.gif) repeat-y;
	margin:15px auto;
	width:770px;
}
#manager_l li {
	line-height:25px;
	margin:3px auto;
	width:158px;
	overflow:hidden;
}
#manager_l li a {
	background:url(../images/icon_manager.gif) no-repeat;
	display:block;
	padding-left:30px;
	color:#585858;
}

#manager_hello {
	width:776px;
	height:51px;
	background:url(../images/title_manager_r.gif) no-repeat;
	text-align:right;
	padding-right:50px;
	color:#7d7d7d;
	line-height:20px;
}
#manager_hello span {
	color:#CC0000;
	padding:0px 10px;
	font-size:13px;
}
#manager_hello a {
	color:#CC0000;
	text-decoration:none;
}
#manager_meneyinfo {
	float:right;
	height:60px;
	width:730px;
}
#manager_meneyinfo h3 {
	font-size:12px;
	font-weight:normal;
	color:#7d7d7d;
	height:30px;
}
#manager_meneyinfo li {
	width:190px;
	float:left;
	font-weight:bold;
	color:#787878;
	padding-left:40px;
}
#manager_meneyinfo li span {
	color:#FF3366;
	padding:0px 5px;
	text-decoration:underline;
}
#manager_icon1 {
	background:url(../images/icon_manager.gif) no-repeat -320px -40px;
}
#manager_icon2 {
	background:url(../images/icon_manager.gif) no-repeat -320px -90px;
}
#manager_icon3 {
	background:url(../images/icon_manager.gif) no-repeat -320px -150px;
}
#manager_guide {
	float:right;
	width:730px;
}
#manager_guide h3 {
	font-size:13px;
	margin-bottom:10px;
/*	border-bottom:1px dashed #dfdfdf;*/
	width:710px;
}
#manager_guide li {
	background:url(../images/icon_manager.gif) no-repeat -330px 3px;
	padding-left:25px;
	line-height:20px;
	color:#787878;
	margin:3px auto;
}
#manager_listbox {
	float:right;
	width:730px;
	margin:10px auto;
}
#manager_list {
	width:720px;
	float:left;
	margin:0px auto;
}
#manager_list td {
	padding:5px;
}
#manager_list th {
	background:#f3f3f3;
	height:30px;
	text-align:center;
	font-weight:bold;
	color:#797979;
}
#manager_listtable_a td {
	text-align:center;
	color:#787878;
}
#manager_listtable_b td {
	text-align:center;
	color:#787878;
	background:#F9FBFC;
}
#manager_footer {
	background:#E2EAEC;
	height:35px;
	line-height:35px;
	color:#3A3B3D;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*login*/
#login_box {
	width:950px;
	min-height:570px;
	float:left;
	padding:5px 0px;
	background:url(../images/bg_content.gif) repeat-x bottom #3A4649;
}

#login {
	border:1px solid #708083;
	margin:40px auto 0px auto;
	width:730px;
	background:#1C2A2E;
}
#login p {
	padding:10px;
	border:1px solid #708083;
	background:#1C2A2E;
	margin:0px auto;
	width:90%;
	margin-top:20px;
}
#login_list {
	width:280px;
	padding:50px;
	margin:50px auto;
	background:#708083;
}
#login_list li {
	padding:5px 0px;
	color:#fff;
	width:280px;
}
#login_list  li span {
	float:right;
	width:150px;
	text-align:left;
	line-height:20px;
}
#login_list li input {
	width:150px;
	height:16px;
	font-weight:bold;
	color:#FF0000;
	font-size:11px;
}
#login_list li select {
	width:100px;
}
#login_list li button {
	margin-left:130px;
}
#login_list li a {
	margin:0px 5px;
	color:#fff;
	text-decoration:underline;
}
#login_list li a:hover {
	color:#000;
}
#sign_uptable {
	margin:15px auto;
	width:95%;
	background:#3A4649;
	padding:10px;
	border:1px solid #627073;
}
#sign_uptable th {
	font-weight:normal;
	text-align:right;
	padding:5px 10px;
	width:250px;
	color:#fff;
	overflow:hidden;
}
#sign_uptable h3 {
	font-weight:normal;
	font-size:11px;
	background:#627073;
	color:#fff;
	border:1px solid #738387;
	padding:5px;
}
#sign_uptable td span {
	color:#CC0000;
	padding:0px 10px;
}
.text_sign {
	width:150px;
	color:#585858;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.sl {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#585858;
}
/*news*/
#news_box {
}
#news_list, #news_content  {
	padding:10px;
	color:#cccccc;
}
#news_list_title {
	border-bottom:1px solid #627073;
	padding:5px;
	color:#fff;
	line-height:25px;
	font-size:12px;
	padding-left:15px;
}
#news_title {
	color:#fff;
	padding:5px;
	line-height:25px;
	text-align:center;
	font-size:12px;
	border-bottom:1px solid #627073;
}
#news_list li {
	background:url(../images/icon.gif) 0px 7px no-repeat;
	color:#7C7C7C;
	padding-left:10px;
	height:25px;
	overflow:hidden;
	margin:0px 20px;
}

/*member*/
#member {
	width:900px;
	padding:10px 0px;
	overflow:hidden;
	margin:15px auto;
	padding-bottom:25px;
	background:#fff;
}
#member_title {
	overflow:hidden;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	height:27px;
	width:230px;
	background:url(../images/member_title.gif);
	line-height:25px;
	color:#332600;
	font-weight:bold;
}
#member_menu {
	width:150px;
	margin:0px auto;
	padding:20px 5px;
	float:left;
	min-height:480px;
	overflow:hidden;
}
#member_menu li {
	float:left;
	width:145px;
	height:35px;
	line-height:35px;
	margin-right:10px;
	background:url(../images/button_member.gif) repeat-x;
}
#member_content {
	min-height:550px;
	width:720px;
	float:right;
	overflow:hidden;
	margin:5px auto;
	padding:10px 0px;
	background:url(../images/bg_content.gif) bottom repeat-x #3A4649;
}

#member_welcome {
	height:50px;
	width:630px;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	line-height:50px;
	padding-left:50px;
	margin:20px auto;
	background:#627073;
}
#member_home {
	margin:80px auto;
	width:600px;
}
#member_home li {
	float:left;
	margin:0px 20px;
	display:inline;
}
#member_home li a {
	color:#990000;
	background:#dfdfdf;
	border:1px solid #888888;
	display:block;
	width:250px;
	height:60px;
	line-height:60px;
	text-align:center;
}
#member_home li a:hover {
	background:#dfdfdf;
	color:#990000;
	color:#000;
}

#my_order, #my_address {
	color:#fff;
	margin:5px auto;
	background:#253134;
	width:95%;
	border:1px solid #627073;
}
#my_order th{
	text-align:center;
	background:url(../images/bg_left.gif) bottom repeat-x #3A4649;
	height:35px;
	color:#FF0000;
	font-weight:normal;
}
#my_orderlist {
	font-weight:normal;
	font-size:11px;
	color:#666666;
	cursor:pointer;
}
#my_orderlist td {
	text-align:center;
	background:url(../images/bg_left.gif) bottom repeat-x #3A4649;
	padding:5px 0px;
	color:#efefef;
}
#my_ordermore {
	display:none;
}
#my_ordermore table {
	width:95%;
	margin:10px auto;
	border:1px solid #f3f3f3;
	background:#fcfcfc;
}
#my_ordermore th {
	color: #1D5709;
	background:#f3f3f3;
}
#my_ordermore table {
	padding:5px;
	color:#666666;
}
#my_ordermore h4 {
	font-weight:normal;
	font-size:11px;
	color:#000;
	padding:5px 0px;
	color: #871010;
}
#my_address td {
	padding:5px;
}
#my_address th {
	font-weight:normal;
	color:#FB1010;
	width:250px;
	text-align:right;
}
#my_address textarea  {
	background:#fff;
	border:1px solid #888888;
	color:#fff;
	width:65%;
	height:110px;
	padding:5px;
	margin-bottom:5px;
}
#my_address td span,#my_password td span,#my_address td span {
	color:#ff0000;
	padding:0px 10px;
}
#my_password {
	width:560px;
	margin:50px auto;
}
#my_password th {
	font-weight:normal;
	color:#FF0000;
}
/*step*/
#step {
	width:100%;
	height:35px;
	margin:20px auto;
	padding:0px 0px;
	border-bottom:5px solid #627073;
}
#step ul li {
	float:left;
	width:80px;
	height:35px;
	line-height:35px;
	display:inline;
	text-align:center;
}
#step ul li a {
	display:block;
	color:#fff;
}
#step ul {
	float:right;
	width:360px;
	height:35px;
}
#step h3 {
	height:30px;
	line-height:30px;
	float:left;
	padding:0px 10px;
	text-align:center;
	margin-left:25px;
	font-size:13px;
	background:#9C160A;
	color:#fff;
}
.step_now a {
	display:block;
	color: #BB3109;
	font-weight:bold;
	width:80px;
	background:url(../images/icon_shopping_step.gif) no-repeat bottom center;
}
#step_table {
	width:95%;
	background:#627073;
	margin:20px auto;
}
#step_table th {
	background:#4E6266;
	color:#fff;
	height:35px;
	margin:5px 1px;
	text-align:center;
}
#step_table td {
	text-align:center;
	background:#253134;
	color:#fff;
}
#step_table td img {
	margin:5px;
	padding:5px;
}
#cart_total {
	float:right;
	width:auto;
	margin:10px auto;
	color:#686868;
}
#cart_total td {
	text-align:right;
}
#cart_total span {
	color:#FF0000;
	font-weight:bold;
}
#cart_pro {
	margin-top:20px;
	font-size:11px;
	font-weight:normal;
	padding-left:25px;
}
#cart_pro strong {
	color:#ff0000;
}
#address_h3 {
	background:#3A4649;
	height:30px;
	line-height:30px;
	padding-left:5px;
	color:#fff;
	font-size:11px;
}
#address_h3 a {
	color:#FFCC00;
}
#shipping_t {
	width:95%;
	margin:20px auto;
	background:#3A4649;
}
#shipping_t td {
	padding:5px;
	background:#627073;
	margin:5px auto;
}
#shipping_t th {
	padding:5px;
	background:#585858;
	margin:5px auto;
}
#shiping_add {
	margin:25px auto;
	border:1px solid #627073;
	background:#3A4649;
	padding:10px;
	width:93%;
}
#shiping_add h3 {
	font-size:11px;
	font-weight:normal;
	padding-left:5px;
	color:#fff;
}
#shiping_add p {
	margin:5px auto;
	border:1px solid #627073;
	background:#627073;
	padding:10px;
	color:#fff;
	width:97%;
}
#shiping_add button {
	float:right;
	margin-top:-10px;
}
#shiping_text {
	margin:0px auto;
	width:800px;
	height:80px;
	padding:5px;
	border:1px solid #efefef;
	background:#fff;
}
#shiping_btn {
	margin:10px auto;
	text-align:center;
}
/*end member*/
#sign_up {
	background:#383838;
	padding:15px;
	margin-top:10px;
	color:#CCCCCC;
	border:1px solid #585858;
}
#contact {
	color:#efefef;
}
#contact h2 {
	border-bottom:1px solid #627073;
	margin:0px auto;
	width:95%;
	padding:10px 10px 10px 5px;
	font-size:12px;
}
#contact h3 {
	border:1px solid #888888;
	background:#627073;
	padding:5px;
	font-size:12px;
	margin:15px auto;
	width:90%;
	font-weight:normal;
	color:#efefef;
}
#contact table {
	width:95%;
	margin:0px auto;
}
#contact table th {
	width:125px;
	padding:5px;
	text-align:right;
}
#contact table td {
	padding:5px;
}
#contact table td span {
	margin:0px 10px;
	color:#FF0033;
}
#contact a {
	color: #FF6600;
	text-decoration:underline;
}

#intro h1{
color:#fff;
display:block;
height:30px;
line-height:30px;
font-size:15px;
border:1px solid #4C565A;
padding:0 10px;
}
#intro h3 a{
color:#FFFFFF;
}
#intro h3 a:hover{
color:#FFFFFF;
text-decoration:none;
}
#guide a{
color:#fff;
}
#guide a:hover{
text-decoration:none;
}
#right_index h2{
font-weight:normal;
padding:10px;
font-size:11px;
}
#right_index h2 a{
color:#fff;
}
#right_index h2 a:hover{
text-decoration:none;;
}
#right_index h2 span{
font-weight:bold;
color:#FF812D;
}
#intro h1 a{
color:#fff;
}
#intro h1 a:hover{
text-decoration:none;
}