@charset "utf-8";
/*
主题名称: 商朝网
URI: www.bizyi.com
版本: 商朝网V2.0

[目录表] 

	=0 Reset -------------------------------------初始
	=1 Global-------------------------------------全局
	=2 Links  ------------------------------------链接
	=3 Headings  ---------------------------------标题
	=4 Header-------------------------------------头部
	=5 Navigation---------------------------------导航
	=6 Middle ------------------------------------中间
	=7 Forms--------------------------------------表单
	=8 Extras-------------------------------------其他
	=9 Footer ------------------------------------脚部

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');

/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

body			{ font:12px Arial, helvetica, sans-serif, 宋体;
				  overflow-x:hidden;				  
				  color: #333;}
				  
.hide 			{ display: none; }/*隐藏*/

/***
 * 表格边框、边线定义
 */ 
hr					{ width:95%; height:1px; color:#dadada;}
.pic_border			{ border:1px solid #dadada; padding:3px }				/*四边条 背景为白色*/
.box_b				{ border:1px solid #dadada; background-color:#fff }		/*四边条 背景为白色*/
.box_border			{ border-left:1px solid #dadada; border-right:1px solid #dadada; background-color:#fff }
.box_border_f30		{ border-left:1px solid #ffa024; border-right:1px solid #ffa024; background-color:#fff }
.box_border_top		{ background-image:url(../images/index/pic_mtop.gif) }
.box_border_bottom	{ background:url(../images/index/pic_m.gif) repeat-x; height:5px }
.line_solid			{ border-bottom:1px solid #dadada;}
.line_dotted		{ border-bottom:1px dotted #dadada}

.line_y_solid { border-right:1px solid #ccc; padding-right:5px; margin-right:5px}
					/*;background:url(../images/xd.gif) repeat-x bottom; width:95%; padding:0; margin:2px; height:1px; */

/***
 * 浮动、对齐
 */
 
.right			{ float: right }
.left			{ float: left }
.clr			{ clear:both} /*清除浮动*/
.align-left 	{ text-align: left }
.align-right 	{ text-align: right }
.align-center 	{ text-align: center }


.justify		{ text-align:justify }/*两端对齐*/
.d_inline			{ display:inline}

/* 原*/
.t_align { text-align:center }/*内容居中*/
.r_align { text-align:right; padding-top:8px }
.float_left { float:left }/*浮动为左*/
.float_right { float:right }/*浮动为右*/
.button { cursor:pointer; vertical-align:middle; }/*按扭样式 手形*/
/*-----------------------------------------------------------*/

/***
 * 文字设置
 */

/*文字--大小、加粗与下划线*/
.f_s_10			{ font-size:10px }
.f_s_12			{ font-size:12px }
.f_s_14			{ font-size:14px }
.f_s_16			{ font-size:16px }
.f_b			{ font-weight:bold;margin-left:-2px }
.f_u			{ text-decoration:underline }

/*文字颜色*/

.c_f50				{ color:#f50 }
.c_f50 a:link 		{ color:#f50; text-decoration: none }
.c_f50 a:visited	{ color:#f50; text-decoration: none }
.c_f50 a:hover		{ color:#f50; text-decoration:underline }
.c_f30			{ color:#f30 }
.c_f30 a:link	{ color:#f30 } .c_f30 a:visited { color:#f30 } .c_f30 a:hover { color:#f30 }
.c_666			{ color:#666 }
.c_666 a:link	{ color:#666 } .c_666 a:visited { color:#666 } .c_666 a:hover { color:#f50 } .c_000 { color:#333 }
.c_000 a:link	{ color:#333 } .c_000 a:visited { color:#333 } .c_000 a:hover { color:#f50 }
.c_ccc			{ color:#ccc } .c_ccc a:link 	{ color:#ccc } .c_ccc a:visited { color:#ccc } .c_ccc a:hover { color:#333 }
.c_36c				{ color:#36c }
.c_36c a:link		{ color:#36c; text-decoration: none }
.c_36c a:visited	{ color:#36c; text-decoration: none }
.c_36c a:hover		{ color:#36c; text-decoration:underline }
.c_f00				{ color:#f00 }
.c_f00 a:link		{ color:#f00; text-decoration: none }
.c_f00 a:visited	{ color:#f00; text-decoration: none }
.c_f00 a:hover		{ color:#f00; text-decoration:underline }
.c_fff			{ color:#fff }
.c_c00			{ color:#c00 }
.c_c77				{ color:#c77826; font-size:14px; width:57px; text-align:center }
.c_c77 a:link		{ color:#c77826; text-decoration: none }
.c_c77 a:visited 	{ color:#c77826; text-decoration: none }
.c_c77 a:hover		{ text-decoration:none; background-color:#c77826; color:#fff }
.c_c77bg			{ width:60px; font-size:14px; text-align:center; height:22px; padding:2px; background-color:#c77826; color:#fff }
.c_c77bg a:link		{ color:#fff; text-decoration: none }
.c_c77bg a:visited	{ color:#fff; text-decoration: none }
.c_c77bg a:hover	{ text-decoration:none; color:#fff }

/*文字--行高*/
.lh13 			{ line-height:130% }
.lh15 			{ line-height:150% }
.lh17 			{ line-height:170% }
.lh20		    { line-height:200% }
.lh25		    { line-height:230% }

/***
 * 间隔-内补丁常用内补丁组合定义
 */
 
.p_5 			{ padding:5px }
.p_t_5 			{ padding-top:5px }
.p_l_5			{ padding-left:5px }
.p_r_5		    { padding-right:5px }
.p_ape_5		{ padding-top:5px; padding-bottom:5px } /* 上下各5px apeak */
.p_lev_5		{ padding-left:5px; padding-right:5px} /* 左右各5px level */

.p_10			{ padding:10px }
.p_t_10			{ padding-top:10px }
.p_t_15			{ padding-top:15px }
.p_l_10			{ padding-left:10px }
.p_r_10			{ padding-right:10px }
.p_ape_10		{ padding-top:10px; padding-bottom:10px } /* 上下各10px apeak */
.p_lev_10		{ padding-left:10px; padding-right:10px } /* 左右各10px level */

/***
 * 间隔-外补丁常用外补丁组合定义
 */
 
.m_5			{ margin:5px }
.m_t_5			{ margin:5px auto 0 auto }				  /* 上5px */
.m_l_5			{ margin-left:5px }						  /* 左5px */
.m_r_5			{ margin-right:5px }				      /* 右5px */
.m_a_5			{ margin:5px auto }						  /* 上下各5px */
.m_lev_5		{ margin:auto 5px}	  /* 左右各5px */

.m_t_10			{ margin:10px auto 0 auto }				  /* 上10px */
.m_a_10			{ margin:10px auto }					  /* 上下各10px */

img.centered 			{ display: block;margin:4px auto }		
img.alignleft 			{ float:left;margin:4px 10px 4px 0 }
img.alignright			{ float:right;margin:4px 0 4px 10px }

.clearfix:after 		{ content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0 }
.clearfix				{ display: block }
html[xmlns] .clearfix	{ display: block }
* html .clearfix 		{ height: 1% }
.z 						{ zoom:1 }




/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

a:active 			{ color: #333 }
a:hover				{ text-decoration:underline }	/*text-decoration: underline !important;*/
a:link 				{ color: #333; text-decoration:none }
a:visited 			{ color: #333; text-decoration:none }

/*链接下划线效果*/
.a_vl a:link, .a_vl a:visited { text-decoration:underline } .a_vl a:hover { text-decoration:none } 		/* 触发无 */ 
.a_hl a:link, .a_hl a:visited { text-decoration:none } 		.a_hl a:hover { text-decoration:underline } /* 触发有 */
.a_nl a:link, .a_nl a:visited { text-decoration:none } 		.a_nl a:hover { text-decoration:none } 		/* 永久无 */

/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 { font: bold 2em "Times New Roman", Times, serif }

h2 { font: bold 1.2em "Times New Roman", Times, serif }

h3 { font: 100 1.2em Arial, Geneva, Helvetica, sans-serif }

h4 { font: bold 1em Arial, Geneva, Helvetica, sans-serif }

h5 { font: bold 0.9em Arial, Geneva, Helvetica, sans-serif }


/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* 原头部样式定义*/
#minitop { width:100%; height:30px; border-bottom: #e6e6e6 solid 1px; background-color: #f8f8f8; font-size:12px }
	#minitop_login { width:510px; }
	#minitop_login ul {}
	#minitop_login ul li{ float:left }
#top_button, #top_button_seller, #top_button_buyer { float:right }
.top_button_yes,.top_button_no { float:right; width:60px; height:22px; margin-left:10px; text-align:center; 
 padding-top:2px;}
.top_button_yes			{ background:url(../images/top/button_yes.gif); background-repeat:no-repeat }
.top_button_no			{ background:url(../images/top/button_no.gif); background-repeat:no-repeat }
.top_button_yes a:link		{ color:#fff; text-decoration:none ;  }
.top_button_yes a:visited	{ color:#fff; text-decoration:none ;  }
.top_button_yes a:hover		{ color:#fff; text-decoration:none ;  }
.top_button_no a:link 		{ color:#c00; text-decoration:none ;  }
.top_button_no a:visited 	{ color:#c00; text-decoration:none ;  }
.top_button_no a:hover		{ color:#c00; text-decoration:none ;  }


/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*导航按扭*/

#globalnav{}
	#globalnav ul{ float:left}
	#globalnav ul.navbgx {background:url(../images/top/nav_bgx.gif) repeat-x; height:135px; width:933px}
	.navbgx li ul li{ float:left}
	
.nav			{ width:85px; height:29px; background-image: url(../images/top/nav_btn1.gif);
				  background-repeat: no-repeat; text-align: center; font-size: 14px; font-family:"宋体";
				  color: #fff; font-weight:bold; text-decoration:none; background-position: center; float:left;}
.nav a:link		{ color: #fff; text-decoration: none; height:17px; padding-top:8px; display:block }
.nav a:visited	{ color: #fff; text-decoration: none; height:17px; padding-top:7px; display:block }
.nav a:hover	{ color: #fff; text-decoration: none; height:17px; padding-top:7px; display:block }
.navbg			{ width:85px; height:29px; background-image: url(../images/top/nav_btn2.gif);
				  background-repeat: no-repeat; text-align: center; font-size: 14px;
				  font-family:"宋体"; background-position: center ; float:left}
/*.navbg a:link {color: #5f5b50;text-decoration: none;}.navbg a:visited {color: #5f5b50;text-decoration: none;}*/
.navbg a:link 		{ color: #5f5b50; text-decoration: none; height:17px; padding-top:8px;  display:block }
.navbg a:visited	{ color: #5f5b50; text-decoration: none; height:17px; padding-top:8px;  display:block }
.navbg a:hover		{ color: #5f5b50; text-decoration: none; height:17px; padding-top:8px;  display:block }


/*导航*/
/*内容模块定义*/
.content		{ width:980px; margin:0 auto }
.content_left	{ width:238px; float:left }
.content_right	{ width:732px; float:right }

/*各详细页面模块定义*/
.main_content_left		{ width:690px; float:left; margin-left:20px }
.main_content_right		{ width:230px; float:right; margin-right:20px }
.top_nav,.top_nav_m 	{ height:130px;}
.top_nav_m 		{ background:url(../images/top/nav_bgm.gif) repeat-x; width:940px; float:left}
.top_nav_m_t	{ height:33px; padding-top:4px;margin-left:10px}
.top_nav_m_m	{ padding-left:15px; display:inline;}
.top_nav_m_m li	{ float:left; margin-left:10px}
.search_type	{ height:20px;border:#930 solid 1px;}
#keywords		{ width: 330px !important; width:340px; height:18px; border:#930 solid 1px;}
.top_nav_m_d	{}


.search				{ float:left; width:680px; margin-top: 8px; margin-left: 8px }/*搜索*/
.keyword:link		{ color: #C77826 }/*关键字*/
.keyword:visited 	{ color: #C77826 }/*关键字*/
.keyword:hover		{ color: #C77826; text-decoration:underline }/*关键字*/
/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

@import url('layout.css');/*框架布局*/

/*首页部分*/
/*首页信息框“我要供货，我要进货” */
.manage_index    	{ width:398px; height:143px;border-left:1px solid #dadada; border-right:1px solid #dadada; padding:10px 5px;}
.manage_index_tab	{ width:410px; height:25px; line-height:25px}
/*最新商机部分*/
.businew			{}
.businew_l1			{ width:74px; background:url(../images/index/tit_05.gif) no-repeat; 
					  padding-top:30px; height:48px;float:left;}
.businew_l2			{ background:url(../images/index/tit_07.gif) repeat-x; padding:12px 0 0 10px;height:66px;width:872px;float:left;}
/*圆角边框*/
.bim-tt,.bim-bb,.bim-tm,.bim-bm,.bim-tb,.bim-bt,.bim-m{/*定义框颜色*/border-color:#dadada;}

.bim-t,.bim-b	{ width:auto;height:4px;font-size:0;line-height:0;}/*上部和下部*/
.bim-tt,.bim-bb	{ width:auto;height:0;margin:0 4px;border-top-width:1px;border-top-style:solid;}
.bim-tm,.bim-bm	{ width:auto;height:1px;margin:0 2px;border-left-width:2px;border-right-width:2px;
				  border-left-style:solid;
				  border-right-style:solid;}
.bim-tb,.bim-bt	{ width:auto;height:2px;margin:0 1px;border-left-width:1px;border-right-width:1px;
				  border-left-style:solid;
				  border-right-style:solid;}
.bim-m			{ padding:5px;border-left:solid #dadada 1px;border-right:solid #dadada 1px; line-height:150%;}
.bim-m li		{ padding:5px 0 5px 20px}
/*黄色边框*/
.bim-tt-y,.bim-bb-y,.bim-tm-y,.bim-bm-y,.bim-tb-y,.bim-bt-y,.bim-m-y{/*定义框颜色*/border-color:#FBCA84;}
.bim-tt-y,.bim-bb-y	{ width:auto;height:0;margin:0 4px;border-top-width:1px;border-top-style:solid;}
.bim-tm-y,.bim-bm-y	{ width:auto;height:1px;margin:0 2px;border-left-width:2px;border-right-width:2px;
				 	 border-left-style:solid;
				 	 border-right-style:solid;}
.bim-tb-y,.bim-bt-y	{ width:auto;height:2px;margin:0 1px;border-left-width:1px;border-right-width:1px;
				  	border-left-style:solid;
				  	border-right-style:solid;}
.bim-m-y			{border-left:solid #FBCA84 1px;border-right:solid #FBCA84 1px;}

/*首页运用到切换效果 从上到下(a-z递增) 从左到右(1-10递增)指定*/
.a_over			{ width:110px;
				background:url(../images/index/img_03.gif) no-repeat;
				text-align:center; font-size:14px; font-weight:bold; color:#f50 }			/*切换效果,当在指定标签上时*/
.a_out 			{ width:110px; 
				background:url(../images/index/img_05.gif) no-repeat;
				text-align:center; font-size:12px; color:#666 }							/*切换效果,当在指定标签外时*/
.m1_over 		{ width:202px; background:url(../images/index/m1img_03.gif) no-repeat top;
				font-size:14px; font-weight:bold; color:#f50; padding-top:4px ; float:left}
.m1_out 		{ width:202px; background:url(../images/index/m1img_03.gif) no-repeat bottom;
				font-size:12px; color:#666; padding-top:4px ; float:left}
.m2_over 		{ width:202px; background:url(../images/index/m2img_03.gif) no-repeat top;
				  font-size:14px; font-weight:bold; color:#f50; padding-top:4px ; float:right}
.m2_out			{ width:202px; background:url(../images/index/m2img_03.gif) no-repeat bottom;
				  font-size:12px; color:#666; padding-top:4px ; float:right}
.b_width 		{ width:510px; background:url(../images/index/img_07.gif) repeat-x; height:28px}
.b_flash		{ float:left;border:1px #CCCCCC solid; padding:1px; width:169px; margin:20px 12px 0 12px}
.b_over			{ width:110px; background:url(../images/index/img_03.gif) no-repeat;
				  text-align:center; font-size:14px; font-weight:bold; color:#f50; float:left; height:21px; padding-top:7px}
.b_out			{ width:110px; background:url(../images/index/img_05.gif) no-repeat;
				  text-align:center; font-size:14px; font-weight:bold; color:#666; float:left; height:21px; padding-top:7px}
.services 		{ background:url(../images/index/img_23.gif) no-repeat; width:151px; height:120px; float:left }
.services li	{ padding:5px 0 5px 10px;color:#930;}
.services li span {font:Arial;font-weight:bold}

/*最新加入商铺部分*/
.imageView 		{ padding:5px 0;}
.imgageVIew_bian	{border:1px solid #ccc;width:70px;height:58px; float:left; text-align:center;}

.grid_6x,.grid_9x,.grid_10x { display:inline;float:left; text-align:left}
.grid_6x 		{ width:215px;margin:10px 0 0 0;}
.grid_9x	 	{ width:325px;margin:10px 10px 0 10px;}
.grid_10x 		{ width:410px;margin:10px 0 0 0;}

.title_a		{ height:30px;}
.title_a_main,.title_b_main,.title_d_main  { background:url(../images/index/img_b_03.gif) repeat-x; height:32px ; padding:7px 0 0 5px;}
.title_a_main 	{ width:183px}
.title_b_main 	{ width:143px}
.title_d_main 	{ width:663px}

.title_c		{ height:40px;}
.title_c_main { background:url(../images/index/img_b_05.gif) repeat-x; height:35px ; padding:7px 0 0 5px;}
.title_c_main 	{ width:635px}
/*首页服务内容处用*/

/*首页运用到广告条 从上到下(a-z递增) 从左到右(1-10递增)指定*/
.banner_a { width:980px }/*广告条a 980px*/
.banner_b { width:725px }/*广告条b 725px*/
.banner_c { width:230px; padding:2px; border:1px solid #dadada; text-align:center; margin-top:5px }/*广告条c 230px*/


.business_list				{ color:#c3cde2 }
.business_list a:link		{ color:#333; text-decoration:none }
.business_list a:visited 	{ color:#333; text-decoration:none }
.business_list a:hover 		{ color:#f50; text-decoration:underline }
.list_dot					{ background:url(../images/ico_dian.gif) no-repeat 2px }
.list_dot1					{ background:url(../images/ico_dian1.gif) no-repeat 2px }

/*新闻资讯模块样式定义---------------------------------------------------------*/
#news 				{ width:500px; float:left }
.news_content		{ width:310px; float:left; margin-top:15px }
.news_content li			{ background:url(../images/ico_dian.gif) no-repeat 2px 10px; padding:2px 0 2px 10px }
.news_content li a:link		{ color:#666; text-decoration: none }
.news_content li a:visited	{ color:#666; text-decoration: none }
.news_content li a:hover	{ color:#f50; text-decoration: none }


.map_content	{ float:left }
.map_content ul { line-height:170% }
.map_content li { background:url(../images/ico_dian.gif) no-repeat 5px 10px; padding:3px 0 3px 20px }
.map_content li a:link 		{ color:#333; text-decoration: none }
.map_content li a:visited 	{ color:#333; text-decoration: none }
.map_content li a:hover		{ color:#f50; text-decoration:underline }

/*图片外框大小定义*/
.products_cont{}/*产品模块，主要适用于产品列表处*/

.products_cont ul{ clear:both;}
.products_cont ul li{ float:left; padding:10px 0}
.products_cont ul li.w1{ width:95px; margin-left:25px;}
.products_cont ul li.w2{ width:250px; margin-left:15px;}
.products_cont ul li.data{ margin-top:20px;}
.products_cont ul li.w3{ width:120px; margin-left:15px;}
#goods	{ width:740px; padding-top:15px}
#goods ul,#shops ul					{ float:left; margin:10px 8px 0 8px;}
* html #goods ul,#shops ul					{ float:left; margin:10px 5px 0 5px;}
#goods_x	{ }
#goods_x ul	{ float:left; margin:0 12px 10px 0;}

.pic_shops_a, .pic_shops_b, .pic_shops_c,
.pic_goods_a, .pic_goods_b, .pic_goods_c, .pic_goods_bx, .pic_goods_d	{border:1px solid #dadada;line-height:2em; clear:both; overflow:hidden; zoom:1; text-align:center}

/*商铺图片大小*/
.pic_shops_a		{ width:160px; height:126px}
.pic_shops_b		{ width:120px; height:90px }
.pic_shops_c		{ width:100px; height:75px }

/*商品图片大小*/
.pic_goods_a		{ width:170px; height:170px}
.pic_goods_b		{ width:126px; height:126px}
.pic_goods_bx		{ width:106px; height:106px}

.pic_goods_cx		{border:1px solid #dadada;line-height:2em; overflow:hidden; zoom:1; text-align:center;width:90px; height:90px}

.pic_goods_cx_over	{ border:2px solid #F30;line-height:2em; overflow:hidden; zoom:1;
					  text-align:center;width:90px; height:90px}

.pic_goods_c		{ width:66px; height:66px }
.pic_goods_d		{ width:80px; height:80px }


/*商铺模块样式定义---------------------------------------------------------*/
.shop_content_right			{ width:238px; float:right }
.shop_content_left			{ width:730px; float:left }
.Partner_border				{ border-left:1px solid #dadada; border-right:1px solid #dadada; background-color:#f9f9f9 }
.Partner_border_top			{ background:url(../images/index/pic1_mtop.gif) repeat-x; float:left; height:5px; width:970px }
.Partner_border_bottom		{ background:url(../images/index/pic1_m.gif) repeat-x; float:left;height:5px ;width:970px}

/*关闭商铺页面样式*/
.reg_colse{ margin:30px 0 0 100px}
	.reg_colse ul.reg_colse_bg{ background:url(../images/usercenter/colse_07.gif) no-repeat; width:525px; height:165px; padding:40px 0 0 165px; line-height:150%; margin-top:30px}
	.reg_colse ul.reg_colse_bg li{ padding:5px 0 0 15px; font-size:14px}
/*注册页面CSS*/
.reg_content			{ width:800px; margin:10px auto}
	.reg_content ul		{ clear:both; padding:3px 0;}
	.reg_ico1			{ background:url(../images/usercenter/reg_09.gif) no-repeat ; padding-left:30px;
						  border-bottom:#dadada solid 1px;height:25px; padding-top:5px}
	.reg_input,.reg_input_c1,.reg_input_c2,.reg_input_c3,.reg_input_c4		{ border:1px solid #aeaeae; background-color:#fff;  height:18px; line-height:18px; padding-left:5px }
	.reg_input_btn		{ border:1px solid #aeaeae; background-color:#fff;  height:20px; }
	.reg_input_c1		{ width:200px}
	.reg_input_c2		{ width:50px}
	.reg_input_c3		{ width:320px}
	.reg_input_c4		{ width:383px}

.reg_select {
	 border:1px solid #dadada;
	 float: left;
	 display: inline;
	 margin-right:10px
	 }
	.reg_select div {
	 border:1px solid #f9f9f9;
	 float: left;
	}
	/* 子选择器，在FF等非IE浏览器中识别 */
	 
	.reg_select>div {
	 width:120px;
	 height: 17px;		 
	 overflow:hidden;
	 }
	.reg_select>div.reg_select_1 {
	 width:120px;	 
	 height:auto;
	 overflow:hidden;
	 }
/* ie6*/
	 * html .reg_select div {
	 width:120px;
	 height: 17px;		 
	 overflow:hidden;
	 }
	 * html .reg_select div.reg_select_1 {
	 width:120px;	 
	 height:auto;
	 overflow:hidden;
	 }
	 * html .reg_select div select {
	 display:block;
	 width:124px;
	 float:none;
	 margin: -2px;
	 padding: 0px;
	}
	/* 通配选择符，只在IE浏览器中识别 */
	* html .reg_select div select {
	 display:block;
	 float: left;
	 margin: -2px;
	}
	
	.reg_select div>select {
	 display:block;
	 width:124px;
	 float:none;
	 margin: -2px;
	 padding: 0px;
	}
	.reg_select:hover {
	 border:1px solid #666666; /*鼠标移上的效果*/
	}
	.reg_select select>option {
	 text-indent: 2px; /*option在FF等非IE浏览器缩进2px*/
	}
		
	.reg_main_l			{ width:120px; float:left; text-align:right; padding:5px 15px 0 0}
	.reg_main_r1		{ width:210px; float:left;padding:5px 0 0 0}
	.reg_main_r2		{ width:220px; float:left;padding:5px 0 0 0}
	.reg_main_r2a		{ width:320px; float:left;padding:5px 0 0 0}
	
.reg_btn				{ width:131px; height:27px; background-image: url(../images/usercenter/register_24.jpg);
						  background-repeat: no-repeat; text-align: center; font-size: 12px; color:#333;
						  font-weight:bold;background-position: center; cursor:pointer }

.reg_btn a:link			{ color: #333; text-decoration: none }
.reg_btn a:hover		{ color: #333; text-decoration: none }
.reg_btn a:visited		{ color: #333; text-decoration: none }

.reg_btnbg				{ border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #f1dc99;
						  background-repeat: no-repeat; font-size: 12px; color:#333;
						  font-weight:bold; padding-left:10px; cursor:pointer }
.reg_left				{ font-size:14px; color:#333; padding-right: 10px; padding-top: 5px; width: 121px;
						  border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #FEFFF0 }
.reg_right				{ border-bottom-color:#FEFFF0; padding:8px; border-bottom-width: 1px; border-bottom-style: solid }

/*表单提示状态*/
.reg_yes		{ padding:5px 10px 5px 25px; 
				  background: url(../images/usercenter/reg_13.gif) no-repeat 5px 3px;height:18px }/*输入正确的状态*/
.reg_no			{ padding:5px 10px 5px 25px; background-color: #FEF7F8; border:solid 1px #FAA0A0;
				  background: url(../images/usercenter/reg_17.gif) no-repeat 5px 5px; background-repeat: no-repeat; color:#BB2841}/*输入错误的状态*/
.reg_none		{ padding:5px 10px 5px 25px; width:400px; border:solid 1px #FA7E04; background-color: #FEFCF7;
				  background-image: url(../images/usercenter/reg_21.gif); background-repeat: no-repeat;
				  background-position: 5px 6px; color: #333 }/*必填项为空的状态*/
.reg_initial	{ padding:5px; color:#999}/*输入初始的状态*/
.reg_yes_link		{width:120px;padding:5px 10px 5px 25px; 
				  background: url(../images/usercenter/reg_13.gif) no-repeat 5px 3px;height:18px }/*输入正确的状态*/
.reg_no_link		{width:120px;padding:5px 10px 5px 25px; background-color: #FEF7F8; border:solid 1px #FAA0A0;
				  background: url(../images/usercenter/reg_17.gif) no-repeat 5px 5px; background-repeat: no-repeat; color:#BB2841}/*输入错误的状态*/
.reg_no_link1		{width:440px;_width:385px;padding:5px 10px 5px 25px; background-color: #FEF7F8; border:solid 1px #FAA0A0;
				  background: url(../images/usercenter/reg_17.gif) no-repeat 5px 5px; background-repeat: no-repeat; color:#BB2841}/*输入错误的状态*/

.reg_none_link		{width:120px;padding:5px 10px 5px 25px;border:solid 1px #FA7E04; background-color: #FEFCF7;
				  background-image: url(../images/usercenter/reg_21.gif); background-repeat: no-repeat;
				  background-position: 5px 6px; color: #333 }/*必填项为空的状态*/
.reg_initial_link	{width:120px;padding:5px; color:#999}/*输入初始的状态*/
.bian1			{ border: solid 1px #f1dc99; border-top-style:none }

.reg_cg			{ background:url(../images/usercenter/reg2_07.gif) no-repeat 10px 10px; border:1px solid #f30; background-color:#ffc; 					
				  height:40px; padding:20px 0 0 60px; color:#f60; font-size:14px}
.reg_cg1		{ background:url(../images/usercenter/reg2_07.gif) no-repeat 10px 25px; border:1px solid #f30; background-color:#ffc; 					
				  height:70px; padding:20px 0 0 60px; color:#f60; font-size:14px}
.user_cg		{ border:1px solid #f30; background-color:#ffc;height:55px;text-align:center;color:#f60;font-size:14px;padding-top:15px;margin-top:10px}

.reg_footer		{ width:980px; margin:10px auto; line-height:150%; border-top:1px solid #dadada; padding-top:15px}
	.reg_footer ul{}
	.reg_footer li{}
/*注册表单样式结束----------------------------------------------------------------------------*/

/*列表*/
.list { color: #FFF; text-align: center; clear: right; width: 16px; margin: 0 5px; font: 10px; background: url(../images/shop/img_f.jpg) no-repeat center center }
/*小图标*/
.ico_a {background:url(../images/index/ico_fz.gif) no-repeat 0 5px; padding-left:20px} /*诚信商铺图标*/
.ico_b {background:url(../images/index/ico_2.gif) no-repeat 0 5px; padding-left:20px}  /*安全支付图标*/

/*商铺频道引用商铺树样式定义   start---------------------------------------------------------*/
.suckerdiv ul				{ margin: 0; padding: 0; list-style: none; width: 237px; /* Width of Menu Items */ border-bottom:1px solid #f6e5c9; background-color:#fffbef }
.suckerdiv ul li			{ position: relative }/*1st level sub menu style */
.suckerdiv ul li ul			{ left:237px; /* Parent menu width - 1*/ position: absolute; width: 120px; /*sub menu width*/ top: 0; display: none }/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul	{ left: 120px; }/* Parent menu width - 1*/ /* menu links style */
.suckerdiv ul li a			{ display:block; color:#7d5615; text-decoration: none; background: #fff; padding:7px 5px 7px 40px; border: 1px solid #f6e5c9; border-bottom: 0 }
.suckerdiv ul li a:visited	{ color:#7d5615 }
.suckerdiv ul li a:hover	{ color:#FF7300; background:url(../images/shop/ul_li_ahover.gif) no-repeat; text-decoration:none }
.suckerdiv ul li ul li a	{ padding-left:25px }
.suckerdiv ul li ul li a:hover { color:#FF7300; background:url(../images/shop/ul_li_ul_li_ahover.gif) no-repeat; text-decoration:none }
.suckerdiv .subfolderstyle	{ background: url(../images/shop/ul_li_alink.jpg) no-repeat 15px }

/* Holly Hack for IE \*/
* html .suckerdiv ul li		{ float: left; height: 1% }
* html .suckerdiv ul li a	{ height: 1% }

/*商铺频道引用 ---------商铺树样式定义  end---------------------------------------------------------*/

/*商机模块样式定义---------------------------------------------------------*/
.info_content_left { width:238px; float:left }

.info_content_right { width:730px; float:right }

/*商机详情页面   右侧栏 模块样式定义---------------------------------------------------------*/
.module_right { margin:5px; float:left }

.module_right li { background:url(../images/xd.gif) repeat-x bottom; padding-top:5px; padding-bottom:5px; padding-left:25px; border-bottom: 1px dotted #dadada }


.interfix_module_left { width:640px; float:left; margin-left:10px }

.interfix_module_left li { float:left; width:295px; margin-left:15px; background:url(../images/ico_dian.gif) no-repeat 2px; padding:5px 0 5px 10px }

.interfix_module_left li span, .interfix_module_right li span { float:right }

.interfix_module_right { width:320px; float:right; margin-right:10px }

/*列表模块1*/
.info_mid { width:720px; float:left; margin:10px auto }

.info_fbox { width:340px; float:left; margin-left:10px }

.info_fbox li, .info_rbox li, .info2_fbox li, .info2_rbox li { background:url(../images/ico_dian.gif) 8px 10px no-repeat; padding-left:20px; padding-top:2px; padding-bottom:2px }

.info_rbox { width:340px; float:right; margin-right:10px }

.info_fbox li span, .info_rbox li span { float: right; color: #999 }

/*列表模块2*/
.info2_mid { width:680px; height:105px; margin:10px 10px 10px 0; background:url(../images/xd.gif) repeat-x bottom; float:right }

.info2_mid_nob { width:680px; height:105px; margin:10px; float:right }

.info2_fbox { width:260px; float:left }

.info2_rbox { width:260px; float:right }

.info2_fbox li span, .info2_rbox li span { float: right; color: #999 }

.subnav { width:87px; color:#f50; background:url(../images/goods_detail_14.gif) no-repeat; text-align:center; font-size:14px; font-weight:bold }

.subnav a:link { color:#f50; text-decoration: none; height:17px; padding-top:4px; display:block }

.subnav a:visited { color:#f50; text-decoration: none; height:17px; padding-top:4px; display:block }

.subnav a:hover { color:#f50; text-decoration: none; height:17px; padding-top:4px; display:block }

.subnavbg { width:60px; color:#666; text-align: center; font-size: 12px; padding-top:4px; background-position: center }

.subnavbg a:link { color:#666; text-decoration: none; height:17px; padding-top:4px; display:block }

.subnavbg a:visited { color:#666; text-decoration: none; height:17px; padding-top:4px; display:block }

.subnavbg a:hover { color:#666; text-decoration: none; height:17px; padding-top:4px; display:block }

.list_dot2 { background:url(../images/info/news-04.gif) 2px no-repeat; padding-left:20px; border-bottom:2px #ccc solid; margin:5px 0; line-height:150% }/*黄色小标志*/

.list_dot3 { background:url(../images/info/news-08.gif) 2px no-repeat; padding-left:20px; border-bottom:2px #ccc solid; margin:5px 0; line-height:150% }/*蓝色小标志*/

.list_dot4 { background:url(../images/info/news-12.gif) 2px no-repeat; padding-left:20px; border-bottom:2px #ccc solid; margin:5px 0; line-height:150% }/*绿色小标志*/

/*资讯页面样式*/
.news_title_a { font-size:14px; font-weight:bold; color:#f50; border-bottom:1px #f50 solid; text-align:center; height:25px }

.news_title_a a:link { color:#f50 }

.news_title_a a:visited { color:#f50 }

.news_title_a a:hover { color:#f50; text-decoration:underline }

.news_content_fbox { width:230px; float:left }

.news_content_mbox { width:480px; float:left; margin-left:10px }

.news_content_rbox { width:238px; float:right }

/*个性商铺*/
.main_nav { color:#333; font-size: 14px; font-weight: bold; width:80px; height:37px; text-decoration: none; text-align:center; background:url(../images/shop/gx-05.gif) no-repeat center }

.main_nav a:link 	{ color: #333; text-decoration: none }

.main_nav a:visited { color: #333; text-decoration:  none }

.main_nav a:hover	{ color:#333; text-decoration: none }

.main_navbg				{ color:#fff; font-size: 14px; font-weight: bold; text-decoration: none; text-align:center }

.main_navbg a:link		{ color: #FFF; text-decoration: none }

.main_navbg a:visited	{ color: #fff; text-decoration:  none }

.main_navbg a:hover		{ color: #FFF; text-decoration: none }

/*分页代码引用样式*/
.pagetb { width:20px; border:1px solid #DDD; text-align:center; background-color:#FFF; height:20px; color:#B4711F; font-size:11px; font-family:Arial }

.pagetb1 { width:14px; height:20px; font-size:11px; font-family:Arial; font-weight:bold; text-align:center }

/*个性店铺*/
.gxnav { width:100px; height:32px; color:#B90E11; background-image:url(../images/shop/gx_img_03.gif); background-repeat: no-repeat; text-align: center; font-size: 14px; font-family:"宋体"; font-weight:bold; padding-top:4px; background-position: center }

.gxnav a:link { color:#B90E11; text-decoration: none }

.gxnav a:visited { color:#B90E11; text-decoration: none }

.gxnav a:hover { color:#B90E11; text-decoration: none }

.gxnavbg { width:60px; height:32px; color:#666; padding:6px 0 0 0; text-align: center; font-size: 12px; font-family:"宋体"; background-position: center }


/*企业模板*/
.box		{background:url(../images/templates/box_bg.gif) repeat-y;margin:0 auto}
.box1		{background:url(../images/templates/box_bg1.gif) repeat-y;}/*黄线*/
#te_header{}
#te_logo_name	 { font: 30px "黑体"; color:#680404; padding:25px 0 0 20px }
#te_logo_web	 { font-size:16px;padding:0 0 0 20px; color:#680404; }
	#te_nav						{ margin-top:20px; height:33px; padding-left:35px }
		#te_nav li.te_nav_over		{
			float:left;
			background: url(../images/templates/te_mbbg1.gif) no-repeat 0px 0px;
			padding-top: 7px;
			margin-right:3px;
			height: 24px;
			width: 90px;
			font-size: 14px;
			font-weight: bold;
			text-align: center;}
			.te_nav_over a:link		{ text-decoration: none; display:block}
			.te_nav_over a:visited	{ text-decoration: none; display:block}
			.te_nav_over a:hover	{ text-decoration: none; display:block}	
		#te_nav li.te_nav_out		{
			float:left;
			background: url(../images/templates/te_mbbg1.gif) no-repeat 0px -31px;
			padding-top: 7px;
			margin-right:3px;
			height: 24px;
			width: 90px;
			font-size: 14px;
			font-weight: bold;
			text-align: center;
			color:#fff}
			.te_nav_out a:link		{ color:#fff; text-decoration: none; height:25px; display:block}
			.te_nav_out a:visited	{ color:#fff; text-decoration: none; height:25px; display:block}
			.te_nav_out a:hover		{ color:#fff; text-decoration: none; height:25px; display:block}
	
	.te_title{
				background: url(../images/templates/te_mbbg1.gif) no-repeat 5px -65px;
				height:24px;
				border-bottom: 1px dotted #dadada;
				padding:6px 0px 0px 20px;
				font-size: 14px;
				font-weight: bold;}
		dt.te_title>span {font-size: 12px;font-weight:100; color:#fff; float:right;padding:3px 20px 3px 0;background: url(../images/templates/te_mbbg1.gif) no-repeat -90px -42px; width:50px; text-align:center}
		dt.te_title>span a:link { color:#fff;}
		dt.te_title>span a:visited { color:#fff;}
		dt.te_title>span a:hover { color:#fff}
		
		* html dt.te_title span {font-size: 12px;font-weight:100; color:#fff; float:right;padding:3px 20px 3px 0;background: url(../images/templates/te_mbbg1.gif) no-repeat -90px -42px; width:50px; text-align:center}
		* html dt.te_title span a:link { color:#fff;}
		* html dt.te_title span a:visited { color:#fff;}
		* html dt.te_title span a:hover { color:#fff}
		/* 090826默认企业商铺-信息详情页面BUG修正新加 */
		.te_title_change{height:24px;padding:6px 0px 0px 20px;font-size: 14px;font-weight: bold;border-bottom: 1px dotted #dadada;}
	.te_news{}
	.te_news ul{ width:320px; float:left; margin-top:10px;padding-left:5px;}
		.te_news ul li{ background:url(../images/ico_dian1.gif) no-repeat 2px; color:#462C27; padding:2px 0 2px 15px;}
		.te_news ul li a:link {  color:#462C27}
		.te_news ul li a:visited {  color:#462C27}
		.te_news ul li a:hover { color:#462C27;text-decoration:underline}
		
		dd.p_l_10 li { padding:3px 0 3px 10px;}
		dd.p_l_10 li span.te_more { padding:3px 10px 3px 0; float:right;}
		
		dd.p_l_10 li.cate	{ background: url(../images/templates/te_mbbg1.gif) no-repeat -90px 6px; padding-left:20px;}/*产品分类*/
		
		dd.p_l_10 li div.te_photo	{background: url(../images/templates/te_mbbg1.gif) no-repeat 0px -100px; width:120px; height:112px; 									text-align:center; padding:8px 0 0 0;}
		
		#book					{ padding-left:20px; width:725px}
		#book ul				{ float:left; margin:10px 25px 0 0}
		#book ul li             { float:left;}
		#book ul li.width       { margin-left:10px;width:180px;height:126px;color:#666;line-height:20px}


/*免费店铺CSS样式*/		
#mian_header{ border-bottom:2px solid #FFC641}
	#mian_header ul { float:left; margin:0 20px 0 0;}
		#mian_logo_name	 { font: 30px "黑体"; color:#643202; padding:15px 0 0 0 }
		#mian_logo_web	 { font-size:16px;padding:10px 0 20px 0; color:#643202; }
			#mian_nav				{ height:26px; padding:20px 0 0 35px }
			#mian_nav li.mian_nav_over		{
			float:left;
			background: url(../images/templates/te_mbbg1.gif) no-repeat 0px -222px;
			padding-top:5px;
			margin-right:5px;
			
			height:30px;
			width: 85px;
			font-size: 14px;
			font-weight: bold;
			text-align: center;}
			.mian_nav_over a:link		{ color:#fff;text-decoration: none; display:block}
			.mian_nav_over a:visited	{ color:#fff;text-decoration: none; display:block}
			.mian_nav_over a:hover	{ color:#fff;text-decoration: none; display:block}	
		#mian_nav li.mian_nav_out		{
			float:left;			
			padding-top:5px;
			margin-right:5px;
			background: url(../images/templates/te_mbbg1.gif) no-repeat -85px -222px;
			height: 30px;
			width: 85px;
			font-size: 14px;
			font-weight: bold;
			text-align: center;
			color:#fff}
			.mian_nav_out a:link		{  text-decoration: none; height:21px; display:block}
			.mian_nav_out a:visited	{  text-decoration: none; height:21px; display:block}
			.mian_nav_out a:hover		{  text-decoration: none; height:21px; display:block}
		.mian_title{				
				height:24px;
				border-bottom: 1px solid #ffc641;
				padding:6px 0px 0px 10px;
				font-size: 14px;color:#9A5804;
				font-weight: bold;}
		dt.mian_title>span {font-size: 12px;font-weight:100; color:#f30; float:right;padding:3px 20px 3px 0; width:50px; text-align:center}
		dt.mian_title>div 	{font-size: 12px;font-weight:100; color:#9A5804; float:right;padding:3px 10px 3px 0;}
		dt.mian_title>span a:link { color:#f30;}
		dt.mian_title>span a:visited { color:#f30;}
		dt.mian_title>span a:hover { color:#f30; text-decoration:underline}
		
		* html dt.mian_title span {font-size: 12px;font-weight:100; color:#f30; float:right;padding:3px 20px 3px 0; width:50px; text-align:center}
		* html dt.mian_title div 	{font-size: 12px;font-weight:100; color:#9A5804; float:right;padding:3px 10px 3px 0;}
		* html dt.mian_title span a:link { color:#f30;}
		* html dt.mian_title span a:visited { color:#f30;}
		* html dt.mian_title span a:hover { color:#f30; text-decoration:underline}
		dd.mian_c_box li 	{ padding:3px 0 3px 10px ;}
		dd.mian_c_box1 li 	{ padding:3px 0 3px 15px ; background:url(../images/ico_dian1.gif) no-repeat 2px}
	.mian_contact			{ width:490px;margin:10px auto;}
	.mian_contact ul			{}
	.mian_contact_bg			{ background:url(../images/templates/pic_mianban_m.gif) repeat-y;margin:0; padding:0}

/*会员中心样式*/
#user_menu{ width:180px;}
	#user_menu dl {  margin:0 auto; padding:5px 0;}
	#user_menu dl dt {background:url(../images/usercenter/usercenter_menu_bg.gif) no-repeat; height:30px}
		#treemenu_1,#treemenu_2,#treemenu_3,#treemenu_4,#treemenu_5,#treemenu_6,#treemenu_7,#treemenu_8{
		background:url(../images/usercenter/usercenter_menu_bg.gif) no-repeat;
		height:23px;
		padding:7px 0 0 30px;
		font-size: 14px;
		font-weight: bold;
		cursor:pointer}
			#treemenu_1{ background-position:0px -96px}
			#treemenu_2{ background-position:0px -125px}
			#treemenu_3{ background-position:0px -154px}
			#treemenu_4{ background-position:0px -183px}
			#treemenu_5{ background-position:0px -212px}
			#treemenu_6{ background-position:0px -241px}
			#treemenu_7{ background-position:0px -270px}
			#treemenu_8{ background-position:0px -299px}
		#user_menu dl li.menu_over,#user_menu dl li.menu_out {
			background:url(../images/usercenter/usercenter_menu_bg.gif) no-repeat ;
			height:15px;
			padding: 4px 0 4px 30px;
			cursor:pointer}
		#user_menu dl li.menu_over{background-position:0px -58px;font-size: 14px;font-weight: bold; color:#fff}
		#user_menu dl li.menu_out{background-position:0px -32px}

#user_content	{ padding:0 0 0 10px;}/*会员中心内容模块*/
	.user_title		{ border-bottom:#dadada solid 1px;height:25px;}
		.user_title h2	{ font-size:20px; font-family:"黑体"}
		.user_title h3	{ font-size:14px; font-family:"黑体"; }
	#user_content ul{clear:both}
	#user_content ul li{}
	#user_content ul li ul li{float:left;}
		.user_content_l1	{ width:90px; float:left; text-align:right; padding:5px 15px 5px 0}
		.user_content_r1	{ width:210px;float:left; padding-top:5px}
		.user_content_r3	{ width:360px;float:left; padding-top:5px}
		.user_content_r5	{ width:480px;float:left; padding-top:5px}
		.user_content_r4	{ width:130px;float:left; padding-top:5px; margin-right:10px}
		.user_content_r1x	{ float:left;padding-top:5px}
		.user_content_l2	{ width:120px; float:left; text-align:right; padding:5px 15px 5px 0}
		.user_content_r2	{ width:600px; margin-left:105px;padding-top:5px}
		
		/*会员中心 金牌商铺服务*/
		#gold_left,#gold_middle,#gold_right{float:left;margin-top:30px;}
		#gold_left {width:220px}
		#gold_middle {width:220px}
		#gold_right {width:234px}
		#gold_left dl dt,#gold_middle dl dt,#gold_right dl dt {font-size:14px;font-weight:bold;color:#025bae}
		#gold_left dl dd,#gold_middle dl dd {padding-top:13px}
		#gold_middle dl dt {padding-top:80px}
		#gold_left dl dd ul li,#gold_middle dl dd ul li {clear:both;width:204px;color:#686868;padding-bottom:7px;background:url(../images/usercenter/usercenter_menu_bg.gif) no-repeat;background-position:-328px 0px;padding-left:8px}
		#gold_middle dl dd ul li {clear:both;width:212px;}
		#gold_right {margin-left:35px;padding-left:30px;border-left:1px solid #eaeaea}
		#gold_right dl dd ul li {clear:both;width:145px;}
		#gold_right dl dd ul li {padding-top:5px;}
		#gold_flow {background:url(../images/usercenter/gold_bg.gif) repeat-x;height:83px;margin-top:4px;}
		#gold_flow li {float:left}
		#gold_flow li img {padding-top:22px;}
		#gold_flow #font {padding-top:27px;padding-left:8px;font:bold 13px Verdana, Geneva, sans-serif;text-align:center}
		#gold_success_left {float:left;margin-left:54px;width:5px;height:115px;background:url(../images/usercenter/gold_left.gif) repeat-x}
		#gold_success_middle {float:left;width:619px;height:115px;background:url(../images/usercenter/gold_middle.gif) repeat-x}
		#gold_success_right {margin-right:54px;width:5px;height:115px;background:url(../images/usercenter/gold_right.gif) repeat-x}
		
		.user_photo			{ width:126px; height:126px; border:1px solid #dadada;text-align:center;
							  background:url(../images/usercenter/usercenter_menu_bg.gif) no-repeat -180px 6px;}
		.user_photo1 {width:120px;height:90px;border:1px solid #dadada;display:table-cell;vertical-align:middle;text-align:center;*display: block;*font-size:79px;*font-family:Arial;}
		.user_photo2 {width:120px;height:90px;border:1px solid #dadada;display:table-cell;vertical-align:middle;text-align:center;*display: block;*font-size:82px;*font-family:Arial;background:url(../images/usercenter/usercenter_menu_bg.gif) no-repeat -185px -10px;}
		.user_photo1 img,.user_photo12 img {vertical-align:middle;}
		.user_photo_logo    { width:80px; height:80px; border:1px solid #dadada;text-align:center;
							  background:url(../images/usercenter/usercenter_menu_bg.gif) no-repeat -220px -17px; margin-left:10px}
		#user_photo_up1,#user_photo_up2,#user_photo_up3		{ background:#fffefb; border:1px solid #fbcb97; width:480px;}
		#user_photo_up1 ul,#user_photo_up2 ul,#user_photo_up3 ul	{ padding:5px}
		.user_photo_up_x	{ background:url(../images/usercenter/usercenter_menu_bg.gif) no-repeat -308px 0px;
								width:12px;height:12px;float:right; cursor:pointer}
								
		.gold_note_cg		{ height:90px; padding:20px 0 0 ; line-height:150%; color:#f50}/*申请金牌页面成功后提示页面引用*/
		.gold_note_cg h2{ height:30px;}
		.gold_zxzf_m20	 { margin-top:20px}
		.gold_zxzf ul   		{ clear:both;height:60px; padding:15px 0; border-bottom:1px dotted #dadada}
		.gold_zxzf ul li		{ float:left}
		.gold_zxzf ul li.gold_zxzf_l1 { border:1px solid #dadada; margin-right:10px; width:200px; height:60px; text-align:center}
			
/* 会员中心精品推荐页面
---------------------------------------------*/		
	#user_jptj1,#user_jptj2 { margin-top:10px}/*已推荐商品内容列表*/
	
	.jptj_content ul,{border-bottom:1px solid #dadada; clear:both ; height:100px; padding-top:10px}
	.user_jptj_title { background-color:#FEEDDB; border-top:1px solid #FBCA84; height:25px;}
	.user_jptj_w1,.user_jptj_w2,.user_jptj_w3,.user_jptj_w4,.user_jptj_w5,.user_jptj_w6 { float:left; text-align:center; padding-top:5px;}
	.user_jptj_w1	{ width:80px;}
	.user_jptj_w2	{ width:120px;}
	.user_jptj_w3	{ width:140px;}
	.user_jptj_w4	{ width:130px;}
	.user_jptj_w5	{ width:60px;}
	.user_jptj_w6	{ width:90px;}
		.th_pt20 { padding-top:20px}
		
		
/*模板管理页面样式
--------------------------------------------------------*/
	.user_mbgl,.user_link{ margin-top:20px}
	.user_mbgl_pic { text-align:center; margin:10px 0 0 20px; width:162px; float:left; display:inline; font-size:14px;}
	.user_mbgl_pic a { display:block; text-decoration:none}
	.user_mbgl_pic a  img{ width:150px; height:150px; margin:5px; border:1px solid #dadada}
	.user_mbgl_pic a:hover { background:#f60; color:#fff;}
	
/*友情链接页面样式
--------------------------------------------------------*/	
	.user_link ul { margin-bottom:10px;}
	

	.user_table				{font-size:12px;background-color:#dddddd;border-collapse:separate; margin:10px;border-spacing:1px}									
	.user_table_t1			{ background:#F7F7F7;
							line-height:35px;
							vertical-align:middle;
							text-align:center;
							font-size:14px;
							font-weight:bold;
							height: 35px;}
	.user_table_t2			{ background:#fff; height:30px; line-height:30px; vertical-align:middle}
	.user_table_t3			{ background:#F7F7F7; height:30px; line-height:30px; vertical-align:middle}
		.user_table td		{ padding:0 5px;}
			.user_table td.width1 { width:40px; padding:0}
			.user_table td.width2 { width:100px; padding:0}
			.user_table td.width3 { width:110px; padding:0}
			.user_table td.width4 { width:470px; padding:0}
			.user_table td.width5 { width:180px; padding:0}
			.user_table td.width6 { width:200px; padding:0}
			
#market_swap		{height:45px} /*订单市场切换部分*/
	#market_swap div{height:19px;text-align:center;font-size:14px;float:left;margin-top:18px;padding-top:7px;cursor:pointer;}
	#market_swap .div_line1 {width:5px;height:20px;border-bottom:1px solid #FBCB87;}
	#market_swap .div_line2 {width:15px;height:20px;border-bottom:1px solid #FBCB87;}
	#market_swap .div_line3 {width:305px;height:20px;border-bottom:1px solid #FBCB87;}
	#market_swap .market_over {width:138px;font-weight:bold;border-top:1px solid #FBCB87;border-right:1px solid #FBCB87;border-bottom:1px solid #FFF;border-left:1px solid #FBCB87;}
	#market_swap .market_out {width:138px;border:1px solid #FBCB87;background-color:#fffaf4}
#border_swap {}	
	#border_swap .border_over {height:29px;*height:35px;background:url(../images/usercenter/swap_bg_over.gif) 50% no-repeat;color:#fff;font-size:12px;font-weight:bold;text-align:center;float:left;padding:7px 15px 0px 15px;*padding:9px 15px 0px 15px;cursor:pointer;*margin-top:-4px;}
	#border_swap .border_out1 {height:28px;*height:29px;background:url(../images/usercenter/swap_bg_out.gif) no-repeat;color:#934b02;font-size:12px;text-align:center;float:left;padding:8px 15px 0px 15px;*padding:10px 15px 0px 15px;cursor:pointer}
	#border_swap .border_out2 {height:28px;*height:29px;background:url(../images/usercenter/swap_bg_out.gif) -2px 0 no-repeat;color:#934b02;font-size:12px;text-align:center;float:left;padding:8px 15px 0px 15px;*padding:10px 15px 0px 15px;cursor:pointer}

/*金牌会员页面样式*/

#gold_nav			{ height:26px; padding:20px 0 0 0; width:460px; float:right }
			#gold_nav li { 
			float:left;
			padding:5px 5px 0 5px;
			font:Arial, Helvetica, sans-serif;
			margin-right:5px;
			border-right:1px solid #dadada; line-height:12px; 
			font-size: 13px;
			text-align: center;}
			#gold_nav li a:link		{font-size:12px; color:#333; text-decoration: none; display:block}
			#gold_nav li a:visited	{font-size:12px; color:#333; text-decoration: none; display:block}
			#gold_nav li a:hover	{font-size:12px; color:#930; font-weight:bold;text-decoration:underline; display:block}	
		#gold_baner	 { position:relative}
		/*#gold_baner	 { background:url(../images/Gold_Members_ban.gif) no-repeat; height:210px;}*/
		#gold_baner ul { position:absolute; bottom:6px; left:15px}
		#gold_baner ul li { float:left ; margin-left:10px;}
		li.gold_atnout, li.gold_atnover{ background:url(../images/Gold_Members_bg.gif) no-repeat; 
				width:185px; height:25px; font-size:14px; font-weight:bold; color:#5E4502; padding:9px 0 0 0; text-align:center; cursor:pointer}
		li.gold_atnout{ background-position:0 -35px; padding:10px 0 0 0;height:24px;}
		.gold_ico1			{ background:url(../images/usercenter/reg_09.gif) no-repeat ; padding-left:30px;
						  border-bottom:#dadada solid 1px;height:25px; padding-top:5px;
						font: 18px  "黑体"}
						
						
	   .gold_table_y		{font-size:12px;background-color:#F5E8C6;border-collapse:separate; margin:10px 0;border-spacing:1px}
	   .gold_table_t1		{ background:#fefdf4;
							line-height:25px;
							vertical-align:middle;
							font-weight:bold;}
	   .gold_table_t1_b		{ background:url(../images/topback1.GIF) repeat-x;
							line-height:25px;
							vertical-align:middle;
							font-weight:bold;}
	.gold_table_t2			{ background:#fff; line-height:25px; vertical-align:middle}	
		.gold_table_y td,.gold_table_b td,.gold_table_r td		{ padding:0 5px;}
		
			
			td.y_width4_p_15{ padding-left:15px}
			td.y_yes{ background:url(../images/Gold_Members_bg.gif) no-repeat -238px -174px #fff; }
			
	.gold_table_r		{font-size:12px;background-color:#ffe7e7;border-collapse:separate; margin:10px 0;border-spacing:1px}
	.gold_table_r_t1		{ background:#fefbfb;
							line-height:25px;
							vertical-align:middle;
							font-weight:bold;}
	.gold_table_r_t1_b		{ background:url(../images/topback3.gif) repeat-x;
							line-height:25px;
							vertical-align:middle;
							font-weight:bold; color:#fff}
	.gold_table_b		{font-size:12px;background-color:#cae0e6;border-collapse:separate; margin:10px 0;border-spacing:1px}
    .gold_table_b_t1		{ background:#f8fdfe;
							line-height:25px;
							vertical-align:middle;
							font-weight:bold;}
	.gold_table_b_t1_b		{ background:url(../images/topback2.gif) repeat-x;
							line-height:25px;
							vertical-align:middle;
							font-weight:bold;}
	.gold_table_b_t2			{ background:#fff; line-height:25px; vertical-align:middle}	
	
	#gold_box1 ul{ border-bottom:1px #DEEFF1 solid; padding:5px 0;}	
	#gold_box1 ul li{background:url(../images/Gold_Members_bg.gif) no-repeat -190px -197px; padding:2px 0 2px 48px; color:#3A6479}
	
	* html #gold_box1 ul li{background:url(../images/Gold_Members_bg.gif) no-repeat -190px -197px; padding:2px 0 2px 55px; color:#3A6479}
	.gold_ico2,.gold_ico3,.gold_ico4,.gold_ico5
		{background:url(../images/Gold_Members_bg.gif) no-repeat -240px 1px; height:30px; padding:15px 0 0 45px; font-family:"黑体";color: #f50; font-size:16px;}
	.gold_ico3{ background-position:-240px -45px;}
	.gold_ico4{ background-position:-240px -87px;}
	.gold_ico5{ background-position:-240px -128px;}
		
	.gold_box1_t,.gold_box2_t,.gold_box1_d,.gold_box2_d, .gold_box2_tx ,.gold_box2_dx
		{background:url(../images/Gold_Members_bg.gif) no-repeat}
				.gold_box1_t, .gold_box2_t, .gold_box2_tx
					{ background-position:0px -132px; height:23px; font-size:14px; font-weight:bold; padding:9px 0 0 15px;}
				
				
				.gold_box1_m{ border-left:1px #FEE499 solid; border-right:1px #FEE499 solid; background-color:#FFFAE6; padding:5px 0 10px 10px}
				
				.gold_box1_d,.gold_box2_d{ background-position:0px -190px; height:10px}
				* html .gold_box1_d {background-position:1px -190px; height:10px } /* IE6 */
				
				.gold_box2_t,.gold_box2_tx { background-position:0px -67px; }
				* html .gold_box2_t { background-position:1px -67px; height:25px; font-size:14px; font-weight:bold; padding:7px 0 0 15px}
				* html .gold_box2_tx { background-position:3px -67px; height:25px; font-size:14px; font-weight:bold; padding:7px 0 0 15px}
				.gold_box2_m{ border-left:1px #D8E8ED solid; border-right:1px #D8E8ED solid; background-color:#F7FDFE; padding:5px 8px 10px 8px}
				* html .gold_box2_m{ border-left:1px #D8E8ED solid; border-right:1px #D8E8ED solid; background-color:#F7FDFE; padding:5px 8px 10px 8px}
				.gold_box2_d,.gold_box2_dx{ background-position:0px -123px; height:10px}
				* html .gold_box2_d {background-position:3px -115px; height:5px } /* IE6 */
				* html .gold_box2_dx {background-position:4px -115px; height:5px } /* IE6 */
/*分页样式*/
.manu { text-align:center }

.manu A { border:1px solid #eee; padding:2px 5px !important; padding:1px 5px; margin:2px; color:#036cb4; text-decoration:none }

.manu A:hover { border:1px solid #999; color:#666; text-decoration:none }

.manu A:active { border:1px solid #999; COLOR: #666 }

.manu .current { border:1px solid #f9f9f9; padding:2px 5px; margin:2px; color:#fff; font-weight:bold; background-color:#f90 }

/*金融频道样式引*/
.fina_left { width:600px; margin-left:30px; float:left }

/*左方框样式*/

.fina_a { background:url(../help/images/financial_tm.gif) repeat-x; width:600px; height:20px }

.fina_b { background:url(../help/images/financial_lm-08.gif) repeat-x; width:600px; height:35px }

.fina_a li, .fina_c li { }

.fina_main { border-left:1px #eac085 solid; background:url(../help/images/financial_13-09.gif) repeat-y right; padding:0 5px 0 10px }

.finb_main { border-left:1px #eac085 solid; background:url(../help/images/financial_13-09.gif) repeat-y right; background-color:#fdfbee; padding:0 10px 0 10px }

.fina_main ul { float:right; margin-right:10px; width:580px }

.fina_main li { float:left; padding:0 5px }

.fina_main li p { padding:0; width:470px; margin:0px }

.fina_main li span { float:right; margin-right:10px }

.finb_main li { padding:5px 0 }

.fin_c_main { border-left:1px #eac085 solid; background:url(../help/images/financial_13-09.gif) repeat-y right; padding:0 10px 0 20px }

.fin_c_main li { line-height:170%; padding:10px 0 }

.fin_c_main li p { padding:0; margin:0px; width:550px }

/*右方框样式*/
.fina_rc { width:295px }

.fina_rmain { background:url(../help/images/financial_49.gif) repeat-y; padding:5px 10px 5px 10px; text-align:center }

.fina_rmainx { background:url(../help/images/financial_49.gif) repeat-y; text-align:center; float:left }

.fina_rmainx_l { float:left; width:174px; margin-left:5px }

.fina_rmainx_r { float:right; width:106px; margin-right:5px }

.fina_rd { background:url(../help/images/financial_07-03.gif) no-repeat; width:295px; height:11px }

.fina_hyfw { width:260px }

.fina_hyfw li { padding:0 5px }

/*广告样式*/
.border_left1 { POSITION: relative; MARGIN: 0px 0px 10px; WIDTH: 594px; DISPLAY: inline; FLOAT: left; HEIGHT:210px }

.border_left .pic { LINE-HEIGHT: 30px; WIDTH: 213px; DISPLAY: inline; FLOAT: left; HEIGHT: auto; FONT-WEIGHT: bold; padding: 60px 30px 10px 10px }

.border_left .text { POSITION: absolute; TEXT-ALIGN: right; TOP: 350px; RIGHT: 30px }

.border_left .reg { PADDING-BOTTOM: 10px; LINE-HEIGHT: 30px; PADDING-LEFT: 20px; WIDTH: 413px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: left; HEIGHT: auto; FONT-WEIGHT: bold; PADDING-TOP: 15px }

.imgBox { POSITION: relative; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 594px; PADDING-RIGHT: 0px; HEIGHT:210px; PADDING-TOP: 0px }

.imgBox DT IMG { BORDER-BOTTOM: #bfbfbf 1px solid; BORDER-LEFT: #bfbfbf 1px solid; WIDTH: 594px; HEIGHT: 215px; VERTICAL-ALIGN: top; BORDER-TOP: #bfbfbf 1px solid; CURSOR: pointer; BORDER-RIGHT: #bfbfbf 1px solid }

.imgBox .imgText { POSITION: absolute; BOTTOM: 10px; RIGHT: 20px }

.imgText { display:none }

.imgBox .imgNav { POSITION: absolute; MARGIN: 0px; BOTTOM: 15px; RIGHT: 20px }

.imgBox .imgNav A:link { TEXT-ALIGN: center; width: 17px; height:17px; DISPLAY: block; BACKGROUND: #fff; FLOAT: left; MARGIN-RIGHT: 4px; font-weight: 400 }

.imgBox .imgNav A:visited { TEXT-ALIGN: center; height:17px; width: 17px; DISPLAY: block; BACKGROUND: #fff; FLOAT: left; MARGIN-RIGHT: 4px; font-weight: 400 }

.imgBox .imgNav A:hover { TEXT-ALIGN: center; height:17px; width: 17px; DISPLAY: block; BACKGROUND: #fff; FLOAT: left; MARGIN-RIGHT: 4px; font-weight: 400 }

.imgBox .imgNav A.alive:link { TEXT-ALIGN: center; width: 20px; BACKGROUND: #F1A051; COLOR: #fff; font-size: 14px; font-weight: 700 }

.imgBox .imgNav A.alive:visited { TEXT-ALIGN: center; width: 20px; BACKGROUND: #F1A051; COLOR: #fff; font-size: 14px; font-weight: 700 }

.imgBox .imgNav A.alive:hover { TEXT-ALIGN: center; width: 20px; BACKGROUND: #F1A051; COLOR: #fff; font-size: 14px; font-weight: 700 }

.imgBox .imgNav A:link IMG { POSITION: absolute; MARGIN: -2px auto auto 7px; VERTICAL-ALIGN: top }

.imgBox .imgNav A:visited IMG { POSITION: absolute; MARGIN: -2px auto auto 7px; VERTICAL-ALIGN: top }

.imgBox .imgNav A:hover IMG { POSITION: absolute; MARGIN: -2px auto auto 7px; VERTICAL-ALIGN: top }


/*帮助系统样式*/
#help_contact { width:940px; margin:10px auto;}
	.help_box_t	ul{ clear:both;}	
	div.help_box_t li{ float:left; background:url(../help/images/help_bg.gif);}
	
	.help_box_t	li.btl { background-repeat:no-repeat; background-position:0px 0px; width:13px; height:55px;_height:58px}
	.help_box_t	li.btr { background-repeat:no-repeat; background-position:-29px 0px;width:13px; height:55px;_height:58px}
	.help_box_t	li.btm { background-repeat:repeat-x; background-position:0px -69px; width:914px; height:55px;}
	
	div.help_btn { margin:20px;}
	
	.help_box_t	li.mm_left{ float:left; background:url(../help/images/help_bgx.gif) repeat-y 0px 0px; width:13px; position: relative}
	.help_box_t	li.mm_main{ float:left; background-color:#FFF5DF; background-image:none;}
	.help_box_t	li.mm_right{ float:left; background:url(../help/images/help_bgx.gif) repeat-y -30px 0px; width:13px; position: relative}
	
	li.mm_left img {position: absolute;left: 0;bottom: 0;}
	li.mm_right img {position: absolute;left: 0;bottom: 0;}
	.help_btn_out,.help_btn_over,.help_btn_over2 { float:left;background:url(../help/images/help_bg.gif) no-repeat 0px -173px; width:65px; padding:12px 0 0 20px; height:22px; font-size:14px; font-weight:bold; color:#f80;}
	
	.help_btn_out a:link		{ color:#f80; text-decoration:none;}/*超链接文字格式*/ 
	.help_btn_out a:visited 	{ color:#f80; text-decoration:none;}/*浏览过的链接文字格式*/ 
	.help_btn_out a:hover 	{  color:#f80;text-decoration:none}/*鼠标转到链接*/

	.help_btn_over{ background-position:-5px -210px; color:#A89D83; width:75px;}
	.help_btn_over a:link		{ color:#A89D83; text-decoration:none;}/*超链接文字格式*/ 
	.help_btn_over a:visited 	{ color:#A89D83; text-decoration:none;}/*浏览过的链接文字格式*/ 
	.help_btn_over a:hover 	{  color:#A89D83;text-decoration:none}/*鼠标转到链接*/
	
	.help_btn_over2 { background:none; color:#A89D83; width:60px;}
	
	.help_btn_over2 a:link		{ color:#A89D83; text-decoration:none;}/*超链接文字格式*/ 
	.help_btn_over2 a:visited 	{ color:#A89D83; text-decoration:none;}/*浏览过的链接文字格式*/ 
	.help_btn_over2 a:hover 	{  color:#A89D83;text-decoration:none}/*鼠标转到链接*/
	
	.help_box_t	li.bml {  background:url(../help/images/help_bg.gif);background-repeat:no-repeat; background-position:-50px 0px; width:9px; height:36px}
	.help_box_t	li.bmr {  background:url(../help/images/help_bg.gif);background-repeat:no-repeat; background-position:-64px 0px;width:9px; height:36px}
	.help_box_t	li.bmm {  background:url(../help/images/help_bg.gif);background-repeat:repeat-x; background-position:0px -137px; width:896px; height:36px}
	.help_box_t	li.bmm_contact { background-image:none; background-color:#fff; border-left:#fdedca 1px solid; border-right:#fdedca 1px solid; width:912px; overflow:hidden; }
	
	.help_box_t	li.bdl { background-repeat:no-repeat; background-position:0px -250px; width:20px; height:24px}
	.help_box_t	li.bdr { background-repeat:no-repeat; background-position:-49px -250px;width:20px; height:24px}
	.help_box_t	li.bdm { background-repeat:repeat-x; background-position:0px -272px; width:900px; height:24px}
	
	.help_ico_3j {background:url(../help/images/help_bg.gif) no-repeat -75px -22px; float:right; margin:18px 10px 0 0; padding:0 0 0 15px; color:#ff6803;}
	.help_ico_3j a:link		{ color:#ff6803;text-decoration:none;}/*超链接文字格式*/ 
	.help_ico_3j a:visited 	{ color:#ff6803;text-decoration:none;}/*浏览过的链接文字格式*/ 
	.help_ico_3j a:active 	{ color:#ff6803;text-decoration:none;}/*按下链接的格式*/ 
	.help_ico_3j a:hover 	{ color:#ff6803;text-decoration:underline}/*鼠标转到链接*/

	
	
	
	
	
/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* 原 from 模块定义*/
/*文本框分长、中长和短三种效果；左上内边距3像素*/
.input_login		{ border:1px solid #aeaeae; background-color:#fff; width:125px }
.input_search		{ border:1px solid #B15C04; background-color:#fff; width:280px }
.input_search_list	{ border:1px solid #B15C04; width:100px }
.input_long, .input_in, .input_short { height:22px; border:1px solid #999; padding-top:3px; padding-left:3px; font-size:12px; font-family:Verdana }
.input_long		{ width:300px }
.input_in		{ width:150px }
.input_short	{ width:80px }
.cate_title		{ font-size:14px; font-weight:bold; font-family:Verdana, Arial, helvetica, sans-serif } /*会员中心每个设置页面的标题*/
.title			{ font-size:12px; font-weight:bold; color:#f70 }  /*添加商品分块标题*/
.input_submit	{ font-size:12px; height:30px; padding:5px 20px; color:#666 }


/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*09-09-11修改*/
m_l_10 {
margin-left:10px;
}

.left {
float:left;
}
.sp-position
{width:89px;font-size:12px;}

.swsc_btn {
background-color:red;
color:#FFFFFF;
text-align:center;
width:90px;
}
.swsc_btn li {
border:1px solid #FFFFFF;
margin:2px;
padding:1px;
}
.swsc_btn li a:link {
color:#FFFFFF;
}
.swsc_btn ul li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

