.font_15_white_bold {color:#FFFFFF;font-weight:bold;font-size:15px;}
.font_15_yellow_bold {color:#FF7920;font-weight:bold;font-size:15px;}
.font_12_white_bold {color:#FFFFFF;font-weight:bold;font-size:12px;}
.font_12_white {color:#FFFFFF;font-size:12px;}
.font_12_ju_small {color: #FF6600; font-size: 12px;}
.font_13_yellow_bold {color:#FF7920;font-weight:bold;font-size:13px;}
.font_12_yellow {color:#FF7920;font-size:12px;}
.font_12_hui_center {color:#626262;font-size:12px;text-align: center;}
.font_13_hui_left {color:#000000;font:14px/28px tahoma; }
.font_14_white_bold {color:#FFFFFF;font-weight:bold;font-size:14px;}
.font_14_blue_bold {color:#039;font-weight:bold;font-size:14px;}
.border_all_ca{border:1px solid #CACACA;}



/*****************************************************************
******************************************************************
健身产业链相关					#search_bg {background-image:url(../images/search_bg.gif);background-repeat:no-repeat;}					
******************************************************************
*****************************************************************/
.qiyemess_col {background:url(colbg.gif);background-repeat: no-repeat;}

#qiye_go {background:url(qiye_fabg.gif);background-repeat:no-repeat;}

#qiye_search_bg {
	background-repeat:no-repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CDCDCD;
	border-bottom-color: #CDCDCD;
	border-left-color: #CDCDCD;
	background-image: url(search_bg2.gif);
	background-position: center;
}


/******************************************************************
*****************************************************************

以下为所有风格通用样式
margin: 0;padding: 0;设置外边距,内边距空隙都为0
font-size: 12px;为字体大小.一般表格内的,不受他控制
li,ul设置list-style: none;主要是取消默认的小圆点.不太好看
******************************************************************
*****************************************************************/
img{border:0px}
BODY {
	margin: 0;
	padding: 0;
	color:#333333;
	font-size: 12px;
        SCROLLBAR-ARROW-COLOR: #D66565;
        SCROLLBAR-DARKSHADOW-COLOR: #F3E2E2;
        SCROLLBAR-FACE-COLOR: #FBF4F4;
        SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
        SCROLLBAR-3DLIGHT-COLOR: #FBF4F4;
        SCROLLBAR-SHADOW-COLOR: #FBF4F4;
}
form, ul, li, p, dl, dd, dt ,h,td,th,h3{
	margin: 0;
	padding: 0;
	color:#333333;
	font-size: 12px;
  SCROLLBAR-ARROW-COLOR: #D66565;
  SCROLLBAR-DARKSHADOW-COLOR: #F3E2E2;
  SCROLLBAR-FACE-COLOR: #FBF4F4;
  SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
  SCROLLBAR-3DLIGHT-COLOR: #FBF4F4;
  SCROLLBAR-SHADOW-COLOR: #FBF4F4;
}
li,ul{
	list-style: none;
}

/******************************************
TD中的color: #333333;为没有超级链接的字体颜色
VERTICAL-ALIGN: top;表格里的内容居顶
text-align:left;表格里的内容居左
*******************************************/


/******************************************
border:1px solid #ccc; 表单边框为1个像素的实线,
要为虚线改solid为dotted,要换颜色改#ccc
可以自定义背景颜色
background:#eee;
*******************************************/

input,textarea{
	border:1px solid #ccc;
}

/******************************************
网页整体宽度
******************************************/
.wrap{
	width:950px;
	margin:auto;
}
/*横幅广告*/
#banner_ad{
	margin-top:5px;
}
#search_bg{
background-image:url(search_bg_l.gif);
background-repeat:no-repeat;
}
/******************************************
font-size: 12px;超级链接字体大小
color:字体颜色
text-decoration: none;没有下画线.要有下画线.改none为underline
a 为统一超级链接,
a:link没有点击过的超级链接样式
a:visited 被点击过的超级链接样式
a:hover 鼠标指向时的超级链接样式
a:active 被用户激活(在鼠标点击与释放之间发生的事件)时的样式.少用
原来的颜色是333333太黑改为555555
*******************************************/

a {
	font-size: 12px;
	text-decoration: underline;
}
a:link {
	color: #444444;
}
a:visited {
	color: #555555;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #FF6701;
}
a:active {
	text-decoration: none;
}

/******************************************
#toplogin 网页顶部登录框表格ID编号
background表格背景颜色
height高度
*******************************************/

#toplogin{
	background:#E3F5FC;
	height:20px;
}
#toplogin .jstime{
	margin-top:5px;
	margin-right:5px;
}
/******************************************
#toplogin input.login_name用户名表单,
#toplogin input.login_pwd密码表单,写在一行,用,号分开共用样式
width:90px;表单宽
height:15px;表单高
*******************************************/

#head_login input.login_name,#head_login input.login_pwd{
	width:90px;
	height:15px;
}

/******************************************
#toplogin input.login_sub提交按钮表单,
width:90px;表单宽
height:15px;表单高
background:#D2E4FC;	背景颜色
*******************************************/

#head_login input.login_sub{
	width:40px;
	height:19px;
	background:#fff url(button.gif);
	padding-top:1px;
	border:1px #D9A415 solid;
}

/******************************************
#header div 头部LOGO与广告图的容器,
float:left;靠左排列

#header div.ad广告容器,样式指定了靠右
*******************************************/

#header div{
	float:left;
}
#header div.ad{
	float:right;
}

/******************************************
#header头部大表格
margin-bottom:10px;与下面的表格距离10像素
border-top:#ccc 1px solid;表格上方一个像素的实线,颜色为#ccc,
可以把solid改成虚线dotted
#header td 大表格内的TD
padding-top:8px;上方留空8个像素
*******************************************/

#header{
	margin-bottom:10px;
	border-top:#ccc 1px solid;
}
#header td{
	padding-top:5px;
}

/******************************************
#guide头部网站导航表格编号
margin-top:5px;与上方表格距离5像素
border:1px #6B92D6 solid;边框样式solid改为dotted则为虚线
height:28px;高度
background:#D2E4FC;背景颜色
#guide td导航表格内部TD容器
border:1px solid #FFF;内边框样式
padding:6px 3px 4px 3px;导航文字与上右下左的距离
*******************************************/

#guide{
	margin-top:5px;
	border-top:1px #6B92D6 solid;
	border-bottom:1px #A7CAFA solid;
	height:28px;
	background:#D2E4FC;
}
#guide td{
	border:1px solid #FFF;
	border-left:0px solid #FFF;
	border-right:0px solid #FFF;
	padding:6px 3px 4px 3px;
}
#guide2{
	background:#F5FAFE;
	height:24px;
	border-bottom:1px #A7CAFA solid;
}
#guide2 td{
	padding-top:6px;
	padding-left:2px;
}
.chooseGuide{
	border-bottom:1px dotted #333;
}
/******************************************
.MainTable .guide样式导航表格样式
margin-top:5px;与上方表格的距离
border:1px #A7CAFA solid;边框样式,solid可更换成dotted虚线
height:20px;表格高度
background:#F5FAFE;表格背景颜色

.MainTable .guide td{ padding:5px; 表格内的文字距离四周的间距
可改成 padding:5px 0 0 0;指上右下左
*******************************************/

.MainTable .guide{
	margin-top:5px;
	border:1px #A7CAFA solid;
	height:20px;
	background:#F5FAFE;
}
.MainTable .guide td{
	padding:5px;
}


/*****************************************************************
******************************************************************
内容大表格模块样式
width:100%;占满整个空间宽度
margin-top:5px;与上一个表格间距为5个像素
overflow:hide;内容超过时,将隐藏.不过上面用百分比,一般这里设置无效.
只有上面用具体像素,这里才生效
border:1px #A7CAFA solid;边框样式,1个像素,可以改solid为虚线dotted,要取消边框改1px为0px
border-top:#5DB30A solid 4px;上边筐颜色高度
cccccc比f0f0f0颜色更深
******************************************************************
******************************************************************/

.dragTable{
	width:100%;
	margin-top:5px;
	overflow:hide;
	border:1px #F0F0F0 solid;
	border-top:#F0F0F0 solid 4px;
}
.zhishi{
	
	overflow:hide;
	border:1px #D9D9D9 solid;
	
}
#ta_border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #268400;
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6BC7E;
}

/******************************************
内容表格模块头部样式  ff5a00橙色
background:#D2E4FC;背景颜色
height:20px;高度
padding-left:1em;字体与左边距离
padding-top:7px;字体与上方距离
border:1px #FFF solid;内边框样式,一般设置为0px较多,即不要内边框居多
******************************************/

.dragTable .head{
	background:#ddf8cc;
	height:20px;
	padding-left:1em;
	padding-top:7px;
}
.Side .dragTable .head{
	background:url(headbg2.gif);
}
/******************************************
模块主题文字
float:left;居左,
可以设置为粗体 font-weight:bold;颜色为color:#000;
******************************************/

.dragTable .TAG{
	float:left;
	font-weight:bold;
	text-decoration: underline;
}

.dragTable .head .more{
	margin-right:5px;
}
.dragTable .TAG a{
	text-decoration: underline;
}
.Side .dragTable .TAG,.Side .dragTable .TAG a{
	color:#003399;
	font-weight:bold;
	text-decoration: underline;
}
/******************************************
整体大表格之间的间隙
******************************************/
.MainTable{
	margin-top:5px;
}
/******************************************
右边窄表格模块样式
width:98%;宽度
line-height:17px;字体行高
******************************************/

.MainTable .Side .dragTable{
	width:98%;
	border-top:1px #CCCCCC solid;
}

.MainTable .Side .dragTable .middle{
	line-height:17px;
}

/******************************************
内容模块主体部分
padding:8px;距离四周距离为8个像素,
可以改成更具体些的padding:8px 0 0 0;即上右下左的距离
line-height:20px;行高,即是使用<br>换行符时的文字行高
******************************************/

.dragTable .middle{
	padding:6px 1px 4px 7px;
	height:50px;
	line-height:20px;
}

/******************************************
右边窄表格最新,最热的内容样式.
	width:210px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
通过设定固定宽度,使控制自动隐藏超出边界的内容自动隐藏,用省略号表示
只对<ul><li>有效
******************************************/

.MainTable .Side .dragTable .middle ul li{
	width:210px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

/******************************************
右边窄表格最新,最热的标题样式.
必须<ul><li>有超链接的才有效
display:block;定义链接为实体,方便做效果处理
margin-left:4px;文字与左边大表格边框的距离
text-indent:0.6em;文字与小图标的距离
background:url(title_icon3.gif) no-repeat left;	右边列表,最热,最新等等标题前面的小图标
no-repeat 不平铺 left;背景居左
******************************************/

.MainTable .Side .dragTable .middle ul li a{
	display:block;
	margin-left:4px;
	text-indent:0.6em;
	background:url(title_icon3.gif) no-repeat left;
}


/******************************************
列表页,包括首页,文章子栏目文章表格样式,表格高度
******************************************/
#AutoRows .dragTable .middle{
	padding-top:0px;
	padding-bottom:0px;
	height:100px;
}

/******************************************
列表页,包括首页,文章子栏目文章标题样式
	width:246px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
定义width指定宽度.是为了自动隐藏超出边界的标题.用百分比不能控制
line-height:18px;行高
text-indent:0.6em;文字小图标的距离
background:url(title_icon3.gif) no-repeat ;标题前的小图标
background-position: 0 40%;	小图标X,Y的坐标
******************************************/

#AutoRows .dragTable ul li{
	width:246px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:18px;
	text-indent:0.6em;
	background:url(title_icon3.gif) no-repeat ;
	background-position: 0 40%;
}


/******************************************
文章列表
padding:7px 5px 0 5px;内间隙,上右下左的距离
border-bottom:1px dashed #ccc;底部虚线,也可改为实线solid 或其他颜色

.listarticle span参数样式
******************************************/

.listarticle td{
	padding:7px 5px 0 5px;
	border-bottom:1px dashed #ccc;
}
.listarticle span{
	display:block;
	float:left;
}

/******************************************
文章列表
文章标题样式
text-indent: 0.6em;与小图标的距离
background:url(title_icon3.gif) no-repeat left;小图标,居左不平铺
background-position: 0em 40%;小图标是背景,坐标位置

.listarticle span.time{float:right;}时间靠右显示
******************************************/

.listarticle span.title{
	text-indent: 0.6em;
	background:url(title_icon3.gif) no-repeat left;
	background-position: 0em 40%;
}
.listarticle span.time{
	float:right;
}

/******************************************
分页
******************************************/

.page{
	width:98%;
	margin-top:1em;
	clear:both;
}

.page a{
	display:block;
	float:left;
	margin-right:3px;
	border:1px solid #ccc;
	padding:2px 4px 1px 4px;
}

/*****************************************************************
******************************************************************
文章内容页
.content_word,.content_word p多种格式的控制内容的样式,字号为15像素
******************************************************************
******************************************************************/
.content_word,.content_word p{
	font-size:15px;
}


/*****************************************************************************************
*****************************************************************************************
网页底部
*****************************************************************************************
#footer{
	border-top:#CBCBCB solid 1px;
	margin-top:4px;
}
#footer td{
	padding:1em 0 1em 0;
}


/*****************************************************************************************
*****************************************************************************************
间隔条
*****************************************************************************************
*****************************************************************************************/
.Space{
	height:23px;
	margin-top:4px;
	background:url(space_bg.jpg);
}
.Space .L{
	padding:5px 0 0 5px;
	font-weight:bold;
	color:#FFF;
}
.Space .L{
	float:left;
}
.Space .R{
	padding:5px 5px 0 0;
	float:right;
}





/************************************************/
.sortshop{
	width:155px;float:left;
	border-right:solid 1px #ccc dotted;
	border-bottom:solid 1px #ccc dotted;
}
.sortshop.about{
	padding-left:5px;
}
.sortshop a{
	font-weight:bold;
}

.sorttitle{
	width:98%;
}

.sorttitle td{
	padding-top:3px;
	background:url(iicon3.gif) repeat-x bottom;
}
.sorttitle a{
	display:block;
	background:url(iicon1.gif) no-repeat left;
	text-indent:1.2em;
	background-position: 0 40%;
}

.listsort{
	width:98%;
}

.listsort .bigsort{
	border-bottom:1px solid #eec;
}
.listsort .bigsort a{
	display:block;
	font-weight:bold;
	background:url(sort1.gif) no-repeat left;
	text-indent:1.2em;
	background-position: 0 40%;
}
.listsort .smallsort{
	padding-left:1em;
	padding-top:3px;
	padding-bottom:3px;
}
.listsort .smallsort a{
	text-decoration: underline;
}


/*内容页大标题*/

#show_title{
	width:99%;
}
#show_title td.t{

	background:url(titlebg.gif);
	height:47px;
	padding-top:20px;
	border-bottom:0px solid #9EC9EC;
}
#show_title span{
	font-weight:bold;
	font-size:25px;
	padding-left:1em;
	color:#356EB5;
}

#big_button{
	background:#C6D5F2;
	width:99%;
	margin-top:2px;
	margin-bottom:9px;
}

.button1{
	background:#0066CB;
	float:left;
	border-right:2px solid #fff;
}
.button1 td{
	letter-spacing:1px;
	padding:3px 7px 2px 7px;
	font-weight:bold;
	color:#fff;
	cursor: hand;
}
.button2{
	background:#C6D5F2;
	float:left;
	border-right:2px solid #fff;
}
.button2 td{
	letter-spacing:1px;
	padding:3px 7px 2px 7px;
	font-weight:bold;
	color:#000;
	cursor: hand;
}
.base_show{
	margin-bottom:5px;
}
.base_show .pic{
	border:0px solid #9DC9EC;
	width:200px;
	height:180px;
	padding-top:2em;
}
.base_show .pic img{
	width:150px;
	height:120px;
}
.base_show .about span{
	color:#0249A5;
	font-weight:bold;
	margin-left:1em;
}
.base_show .about span.title{
	font-size:15px;
}

.base_table{
	border:1px solid #9DC9EC;
	width:99%;
	margin-bottom:10px;
}
.base_table .h{
	background:#E8F5FD;
	color:#0249A5;
	padding:2px 0px 2px 5px;
	font-weight:bold;
}
.base_table .m{
	padding:5px;
}


#show_article td,#show_article td a{
	font-size:14px;
	color:#0F0CBF;
}

#bbs_title .tr2 td{
	background:#eee;
}

/*大分类页*/
#bigsort_listsort .listsort{
	border-bottom:1px solid #EFEFEF;
	margin-bottom:5px;
}
#bigsort_listsort .listsort .name{
	width:100%;
	background:url(list_bg.jpg) repeat-x;
	margin-bottom:5px;
	padding-left:5px;
}
#bigsort_listsort .listsort .descrip{
	text-indent:2em;
}
#bigsort_listsort .listsort .name a{
	font-weight:bold;
	color:#0163C6;
	height:23px;
}
#bigsort_listsort .pic img{
	border:0px #fff solid;
}
#bigsort_listsort .pic a{
	display:block;
	border:0px #A7CAFA solid;
}
/*小分类页*/
#sort_list .list_title{
	border-bottom:1px dotted #EFEFEF;
	margin-bottom:5px;
}
#sort_list .listtop{
	background:url(list_bg.jpg) repeat-x;
	height:20px;
	padding-top:3px;
}
#sort_list .pic{
	padding-right:3px;
}
#sort_list .pic img{
	border:0px #fff solid;
}
#sort_list .pic a{
	display:block;
	border:0px #A7CAFA solid;
}
#sort_list .listtop2{
	background:#FCFCFC;
	height:21px;
}
#sort_list .title a{
	color:#0163C6;
	font-weight:bold;
	displa y:block;
	backgrou nd:url(arrow.gif) no-repeat;
	text-indent:0.5em;
}
 
.indexlistsort .smallsort{
	color:blue;
}
.indexlistsort .bigsort{
	background:url(icon_bluedian.gif) no-repeat 0px 2px;
	text-indent:1em;
	border-bottom:#eee solid 1px;
	width:99%;
	padding-bottom:2px;
	margin-bottom:4px;
	margin-top:2px;
}

.indexlistsort .bigsort a{
	font-weight:bold;
	text-decoration: none;
}
.indexlistsort .smallsort a{
	color:blue;
	text-decoration: none;
}
.indexlistsort .smallsort a:hover{
	text-decoration: underline;
}
.indexlistsort .smallsort span{
	display:block;
	width:50%;
	float:left;
	line-height:150%;
	
}

/******************************************
******头部
******************************************/
#head_login{
	float:right;
	margin-right:1em;
}
#head_menu{
	float:right;
	margin-right:1em;
}

#head_logo{
	padding-left:1em;
}
#header{
	margin:0 0 0 0;
	background:url(topmenu_bg.gif) repeat-x bottom;
}
#head_menu span{
	display:block;
	float:left;
	background:url(topmenu2.gif) no-repeat left;
	margin-left:6px;
}
#head_menu span a{
	display:block;float:left;
	height:24px;
	color:#fff;
	background:url(topmenu2_2.gif) no-repeat right;
	padding:10px 10px 0px 10px;
	font-size:14px;
	color:#333;
	text-decoration: none;
}
#head_menu span a:hover{
text-decoration: underline;
}
#head_menu span.choose{
	background:url(topmenu1.gif) no-repeat left;
}
#head_menu span.choose a{
	color:#fff;
	padding:10px 15px 0px 15px;
	letter-spacing:5px;
	background:url(topmenu1_2.gif) no-repeat right;
}
#menu2{
	background:url(topmenu2_bg.gif);
	height:37px;
}
#menu2 td{
	padding-top:7px;
	font-size:14px;
	color:#fff;
	text-align:center;
}
#menu2 td a{
	font-size:14px;
	color:#fff;
	text-decoration: none;
}
#menu2 td a:hover{
text-decoration: underline;
}
#head_city .title{
	width:150px;
	font-size:25px;
	font-weight:bold;
}
#head_city .change a{
	color:#ccc;
	text-decoration: none;
}
.Infosort .indexlistsort .smallsort span .num{  color:#999;text-decoration: none;}

#zone_street_menu .street{
	height:4px;
	background:#F1F1F1;
	padding:5px;
	padding-bottom:2px;
}
#zone_street_menu .street a{
	color:blue;
	text-decoration: none;
}
#zone_street_menu .street a:hover{
	color:#DA0000;
	text-decoration: underline;
}
#zone_street_menu .zone{
	background:url(2line.gif) repeat-x bottom;
}
#zone_street_menu .zone span{
	display:block;
	float:left;
	padding:3px 3px 3px 4px;
	margin-left:7px;
	margin-top:4px;
}
#zone_street_menu .zone span a{
	text-decoration: none;
}
#zone_street_menu .zone .choose{
	border:1px solid #999999;
	border-bottom:0px solid #999999;
	background:#F1F1F1;
}
#zone_street_menu .street .choose{
	color:red;
}

.list_title .list_showtr td{
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px #ccc dotted;
}

.list_title .more_about{
	padding-left:2em;
	background:#F7F7F7;
	color:blue;
}
.list_title .more_about span{
	color:#555;
}

.listsortt,.listsortt a{
	color:blue;
	text-decoration: none;
}
.listsortt,.listsortt a:hover{
	color:blue;
	text-decoration: underline;
}
.listsortt,.listsortt a:visited{
	color:blue;
	text-decoration: none;
}
#serach_ff .middle{
	border:#ccc 1px solid;
	border-top:5px #5DB30A solid;
	height:20px;
}
#serach_ff .head .TAG{
	background:url(search5.gif) ;
	width:75px;
	height:15px;
	display:block;
	margin-left:10px;
	color:#fff;
	padding-top:6px;
	text-align:center;
	font-size:15px;
	float:left;
}
#serach_ff .head .more{
	float:right;
	text-align:right;
	padding-top:4px;
	color:red;
}

#serach_ff .middle{
	padding:5px 5px 5px 20px;
}

#serach_ff .Submit{
	width:40px;
	height:19px;
	background:#fff url(button.gif);
	padding-top:1px;
	border:1px #D9A415 solid;
}

#ad_info div{
	width:360px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	float:left;
	background:url(adtitle_ico.gif) no-repeat 0px 3px;
	text-indent:1.3em;
}

.index_2 .middle div{
	width:345px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}