ul{list-style:none;margin:0;padding:0;}
.shopmain_tdbg597 ul{list-style:none;margin-bottom:3px;padding:0;}
#photolistbox img
{
width:130px;
height:90px;
}
.tagContent {
	OVERFLOW-Y: auto;   HEIGHT: 375px; TEXT-ALIGN: left
}
/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{COLOR: #AE0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */ 


本篇文章来源于 落扑PCLOP|www.pclop.com 原文链接：http://www.pclop.com/html/wangyesheji/DIVCSS/20080229/42.html
/* 顶部频道文字链接的CSS定义－－将顶部频道文字链接与网站链接总的CSS定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的CSS相同即可。调用代码为<a class='Channel' ***>***</a> */
a.Channel:link {color: #000000;}
a.Channel:visited {color: #000000;}
a.Channel:hover{COLOR: #cc0000;}
a.Channel:active {color: #000000;}

/*2005商城左标题文字样式一*/
.shopleftext
{
color: #3C5B00;
}
/*边栏标题栏文字样式*/
.shopmain_toolstxt
{
color: #FFFFFF;
}

a.shopmain_toolstxt:link {color: #ffffff;}
a.shopmain_toolstxt:visited {color: #ffffff;}
a.shopmain_toolstxt:hover{COLOR: #ffff00;}
a.shopmain_toolstxt:active {color: #ffffff;}

/*首页边栏表框样式*/
.shopmain_rtd
{

}

.Photo778_tdbg /* 图片显示页表格背景颜色定义(778) */
{
background:#EEF8D6;
BORDER-RIGHT: #D46005 1px solid; 
BORDER-LEFT: #D46005 1px solid; 
BORDER-BOTTOM: #D46005 1px solid
}

/*顶部菜单样式（JS菜单）*/
.top_jsmenu 
{
background:url(../images/toolsbg.gif);
height:25;}

/*首页特价、最新商品栏样式*/
.shopmain_tdbg597
{width:99%;
BORDER-RIGHT: #eeeeee 1px solid; 
BORDER-LEFT: #eeeeee 1px solid; 
BORDER-BOTTOM: #eeeeee 1px solid
height:150;margin-bottom:3px;
}

/*首页右栏样式BACKGROUND-COLOR: #F2F2F2; */
.shopmain_right
{
border:1px solid #D0CFCF; BACKGROUND-COLOR: #F0F6FC;
}
.shopmain_right1
{
BACKGROUND-COLOR: #FDF3E1; 
}

/* 顶部当前频道文字链接的CSS定义－－调用代码为<a class='Channel2' ***>***</a> */
a.Channel2:link {color: #cc0000;}
a.Channel2:visited {color: #cc0000;}
a.Channel2:hover{COLOR: #FF6600;}
a.Channel2:active {color: #cc0000;}
/* 底部版权信息文字链接的CSS定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='Bottom' ***>***</a> */
a.Bottom:link {color: #ffffff;}
a.Bottom:visited {color: #ffffff;}
a.Bottom:hover{COLOR: #ffff00;}
a.Bottom:active {color: #ffffff;}
/* 文章栏目标题文字链接的CSS定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='Class' ***>***</a> */
a.Class:link {color: #ffffff;}
a.Class:visited {color: #ffffff;}
a.Class:hover{COLOR: #ff0000;}
a.Class:active {color: #ffffff;}

/* Body的CSS定义:对应CSS中“BODY”，可定义内容为网页字体颜色、背景、浏览器边框等 */
BODY
{FONT-SIZE: 9pt;
text-decoration: none;
SCROLLBAR-FACE-COLOR: #f6f6f6;
background-position:center;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #cccccc; SCROLLBAR-3DLIGHT-COLOR: #cccccc; SCROLLBAR-ARROW-COLOR: #330000; SCROLLBAR-TRACK-COLOR: #f6f6f6; SCROLLBAR-DARKSHADOW-COLOR: #ffffff;margin:0
line-height: 150%;
}
/* 单元格的CSS定义:对应CSS中的“TD”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
TD
{
FONT-FAMILY:宋体;FONT-SIZE: 9pt;line-height: 150%; table-layout: fixed; 
}
/* 文本框的CSS定义:对应CSS中的“INPUT”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Input
{

BORDER-BOTTOM: #666666 1px solid;
BORDER-LEFT: #666666 1px solid;
BORDER-RIGHT: #666666 1px solid;
BORDER-TOP: #666666 1px solid;
COLOR: #666666;
HEIGHT: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 按钮的CSS定义:对应CSS中的“BUTTON”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
Button
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
/* 下拉列表框的CSS定义:对应CSS中的“SELECT”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Select
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
/* 顶部用户登录文字链接的CSS定义 */
.top_UserLogin
{
color: #037FA8;
}

/* ==频道通用表格CSS定义开始== */
.Channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.Channel_title /* 标题背景颜色定义(760) */
{
background: #cccccc;color: #037FA8;height: 27;text-align: center;font-weight:bold;
}
.Channel_tdbg /* 表格背景颜色定义(760) */
{
background:#FAFAFA;line-height: 120%;
}

.Channel_pager /* 分页表格背景颜色定义(760) */
{
background:#FAFAFA;line-height: 120%;
}

　　/* --评论显示页的CSS定义开始-- */

.Comment_border /* （商城绿色）表格边框背景颜色定义(760) */
{
border: 1px solid #7EC000;
}
.Comment_title /* 标题背景颜色定义(760) */
{
background:#7EC000;color: #ffffff;font-weight: normal;height: 25;
}
.Comment_tdbg1 /* 表格背景颜色定义(760) */
{
background:#ffffff;line-height: 120%;
}
.Comment_tdbg2 /* 留言显示1px表格背景颜色定义 */
{
background:#FAFAFA;
}
　　/* --评论显示页的CSS定义结束-- */
/* ==频道通用表格CSS定义结束== */ 

/* ==简短标题文字的CSS定义开始== */
/* [图文]简短标题文字的CSS定义 */
.S_headline1
{
color: blue;
}
/* [组图]简短标题文字的CSS定义 */
.S_headline2
{
color: #FF6600;
}
/* [推荐]简短标题文字的CSS定义 */
.S_headline3
{
color: green;
}
/* [注意]简短标题文字的CSS定义 */
.S_headline4
{
color: red;
}
/* ==简短标题文字的CSS定义开始== */

/* ==top.asp中的CSS定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
background:#ffffff;
}
.top_top
{
background:#0089F7;height: 2;
}
.top_Channel /* 频道表格背景、文字颜色定义 */
{
background:#0089F7;color:#3AB1F5!important;text-align: right;border-top: 1px solid #ffffff;border-bottom: 1px solid #ffffff;
}
.top_Announce /* 公告表格背景、文字颜色定义 */
{

}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{

}
.top_Path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 760;background:#ffffff;height: 30;
}
.top_UserLogin /* 顶部用户登录文字链接的CSS定义 */
{
color: #037FA8
}
/* ==top.asp中的CSS定义结束== */

/* ==网页中部中的CSS定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;
}
　　/* --网页中部左栏的CSS定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#ffffff;
}
.right_title /* 左栏标题表格背景、文字颜色定义 */
{

}
　　/* --网页中部左栏的CSS定义结束-- */
　　/* --网页中部中栏的CSS定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 572;background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 3;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 037FA8;height: 25;background:#f9f9f9;border: 1px solid #D2D3D9;
}
.main_shopSearch /* 中栏搜索表格背景、文字颜色定义 */
{
color: 037FA8;height: 29;border: 1px solid #999999;background-color:#FFE2AC;
}

.main_Search /* 中栏搜索表格背景、文字颜色定义 */
{
/*color: 037FA8;height: 25;border: 1px solid #D2D3D9;background:#f9f9f9;*/
color: 037FA8;height: 29;border: 1px solid #999999;background-color:#FFE2AC;
}


.main_top /* 中栏最新推荐表格背景颜色定义 */
{

}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{

}
.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #D2D3D9;line-height: 150%;text-align: left;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
color: #283E00;background:url(..//Skin/wq/maint_02.gif);
border-right: 1px solid #D2D3D9;
border-left: 1px solid #D2D3D9;
text-align: center;
height: 26px;
}
.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #D2D3D9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
padding:2px;
}
.main_tdbg_1 
{
border: 1px solid #D2D3D9;text-align: left
}
.main_title_282i /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{

}
.main_tdbg_282i /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #D2D3D9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{

}
.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #D2D3D9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
background:#ffffff;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#f7f7f7;
}
　　/* --网页中部中栏的CSS定义结束-- */
　　/* --文章显示页的CSS定义开始-- */

.main_ArticleTitle /* 主标题文字颜色定义 */
{
color: ff0000;font-weight:bold;font-size: 18;line-height: 150%;
}
.main_ArticleSubheading /* 副标题文字颜色定义 */
{
color: 037FA8;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:#72ab03;border: 1px solid #D2D3D9;height: 28;color: ffffff;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #D2D3D9;line-height: normal;
}
.Article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
background:#f5f5f5;
}

　　/* --文章显示页的CSS定义结束-- */
　　/* --商城的CSS定义开始-- */
.Shop_border /* (2005商城绿色)表格边框背景颜色定义(760) */
{
border: 1px solid #87C400;
}
.Shop_border1 /* 表格边框背景颜色定义(760) */
{






border: 1px solid #C74A1E;
}
.Shop_border3 /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.Shop_title /* 标题背景颜色定义(760) */
{

}
.Shop_tdbg /* 表格背景颜色定义(760) */
{
background:#FAFAFA;line-height: 120%;
}
.Shop_tdbg2 /* 表格背景颜色定义2 */
{
background:#f5f5f5;line-height: 120%;
}
.Shop_tdbg3 /* 表格背景颜色定义3 */
{
background:#ffffff;line-height: 120%;
}
.Shop_tdbg4 /* 表格背景颜色定义4 */
{
background:#E1F4EE;line-height: 120%;
}

　　/* --商城的CSS定义结束-- */
/* --留言频道CSS定义开始-- */
/* 留言栏目标题文字链接的CSS定义－－调用代码为<a class='Guest' ***>***</a> */
a.Guest:link {color: #000000;}
a.Guest:visited {color: #000000;}
a.Guest:hover{COLOR: #ff6600;}
a.Guest:active {color: #000000;} 

.Guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:#72ab03;border: 1px solid #72ab03;padding-left:5;height: 29;color: ffffff;
}
.Guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #D2D3D9;padding: 8;
}
.Guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #7EC000;
}
.Guest_title /* 标题背景颜色定义(760) */
{
background:#72ab03;color: #ffffff;font-weight: normal;height: 25;
}
.Guest_tdbg /* 表格背景颜色定义(760) */
{
background:#FAFAFA;line-height: 120%;
}
.Guest_tdbg_1px /* 留言显示1px表格背景颜色定义 */
{
background:#D2D3D9;
}
.Guest_border2 /* 回复表格虚线边框背景颜色定义(760) */
{
border: 1px dashed #97D2DF;background:#E8F5F8;color: #006633;
}
.Guest_ReplyAdmin /* 管理员回复文字背景颜色定义(760) */
{
color: #ff0000;
}
.Guest_ReplyUser /* 用户回复文字背景颜色定义(760) */
{
color: #449AE8;
}
　　/* --留言频道CSS定义结束-- */
/* ==网页中部中的CSS定义结束== */

/* ==Bottom.asp中的CSS定义开始== */
.Bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 760;background:#ffffff;
}
.Bottom_Adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:#289728;color:#ffffff;
}
.Bottom_Copyright /* 版权信息表格背景、文字颜色定义 */
{
background:#ffffff;color:#000000;
}
/* ==Bottom.asp中的CSS定义结束== */

/* ==自选风格中的CSS定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menuBody
{
background-color: #ffffff;
}
/* ==自选风格中的CSS定义结束== */
.Channel_font /* 搜索等特殊文字颜色定义 */
{
color: red;
}
/* --评论显示页的CSS定义开始-- */ 
.Guest_font /* 隐藏、用户等特殊文字颜色定义 */
{
color: green;
}
/* --评论显示页CSS定义结束-- */
/* --留言频道CSS定义开始-- */
/* 站内链接文字颜色定义 */
a.Channel_KeyLink{text-decoration: underline;}
a.Channel_KeyLink:link {color: blue;}
a.Channel_KeyLink:visited {color: blue;}
a.Channel_KeyLink:hover{color: #ff0000;}
a.Channel_KeyLink:active {color: blue;}
/* --用户控制css定义开始-- */
.user_left /*左区块定义*/
{
background:#f3f3f3;width:170px;padding-left: 4px;border-left-width: 2px;border-left-style: solid;border-left-color: #ffffff;padding-right: 4px;
}
.user_box/*左区块内标题栏定义*/
{
border: 1px solid #bfbfbf;background-color: #ffffff;border-collapse:15;
}
.user_righttitleNew { color:#FFFFFF;
background-color: #DA0000;padding-top: 5px;padding-right: 5px;padding-bottom: 1px;padding-left: 5px;
border-top-width: 2px;border-right-width: 2px;border-bottom-width: 1px;border-left-width: 2px;
border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
border-top-color: #ffffff;border-right-color: #ffffff;border-bottom-color: #bfbfbf;border-left-color: #ffffff;
}
.user_righttitle {
background-color: #f3f3f3;padding-top: 5px;padding-right: 5px;padding-bottom: 1px;padding-left: 5px;
border-top-width: 2px;border-right-width: 2px;border-bottom-width: 1px;border-left-width: 2px;
border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
border-top-color: #ffffff;border-right-color: #ffffff;border-bottom-color: #bfbfbf;border-left-color: #ffffff;
}
.user_line {
line-height: 1px;background-image: url(/Skin/ocean/line.gif);
}
.user_toolstop/*左区块内标题栏定义*/
{
line-height: 28px;font-size: 12px;font-weight: bold;color: #666666;padding-left: 10px;letter-spacing: 4pt;
}
.user_toolsbot/*左区块内内容定义*/
{
line-height: 25px;font-size: 12px;color: #666666;border-right-width: 4px;border-right-style: solid;border-right-color: #ffffff;
}
.user_toolspoint/*区块内箭头栏定义*/
{
padding-left: 6px;
}

/*用户控制面板右*/
.user_right {
background-color: #ffffff;padding-right: 2px;padding-left: 6px;width:572px;
}
.border1
{
border: 1px solid #bfbfbf;
}

.title
{
color: ffff00;height: 29;border: 1px solid #999999;background:#F0784D;
}
.border
{
border: 1px solid #F0784D;
}
.tdbg
{
background:#ffffff;line-height: 120%;
}
.tdbgmouseover{
background:#FFA98A;line-height: 120%;
}
.tdbg2
{
background:#FEBBA3;line-height: 120%;
}
.tdbg5
{
background:#FEBBA3;line-height: 120%;
}
.title5
{

width:80px;background:url('/user/images/titlebg2.gif');line-height: 120%;padding-top:2px;cursor:hand;
}
.title6
{
width:80px;background:url('/user/images/titlebg1.gif');color: #ffffff;font-weight: normal;padding-top:2px;cursor:hand;
}
.button1
{
width:90px;
}
.show_page {
text-align: center;
}
.user_border
{
width:778px;
margin-bottom:4px;
margin-top:4px;
}
.userct_01{
width:8px;
height:45px;
background-image: url(/Skin/wq/contmenu1.gif);
}
.userct_02{
background-image: url(/Skin/wq/contmenu_bg.gif);
}
.userct_03{
width:151px;
height:45px;
background-image: url(/Skin/wq/contmenu.gif);
}
.userct_04{
width:6px;
height:45px;
background-image: url(/Skin/wq/contmenu2.gif);
}
/* 固定排课表格表格的css定义*/
.date_border
{
border: 1px solid ;
}
.date_title
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.date_tdbg
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.style2
{
font-size: 10px;
}
.style3
{
font-size: 12px;
}

/* ==rss连接框定义== */
#popitmenu {
    border-right: black 1px solid; border-top: black 1px solid; z-index: 100; visibility: hidden; font: 12px/18px verdana; border-left: black 1px solid; border-bottom: black 1px solid; position: absolute; background-color: white
}
#popitmenu a {
    display: block; padding-left: 6px; color: black; text-decoration: none;
}
#popitmenu a:hover {
    background-color: #ccff9d;
}

/* ==用户登录框定义== */
.userbox{
background-image: url(/Skin/wq/userloginbg.gif);

float: center;
width:178px;
margin-left:1px;
margin-top:1px;
}
#userlogined
{
    padding-left:10px;text-align: left;
}
#userlogin input{height:20px;}
#UserLogin
{
color:#177917;
}
#userctrl
{
    text-align: center;
}
#usermessage
{
    padding-left:10;text-align: left;
}
.userlog{
color:#078327;
}
.havemessage
{
    background-color: #ccff9d;
}
.havemessaged
{
    background-color: #cc0000;
}
.bloglist  /* 聚合空间列表定义 */
{
width: 100%;text-align: center;
}
.bloglist_image
{
text-align: center;
}
.bloglist_intro
{
text-align: center;
}
#showbloglist_more
{
text-align: right;padding-right:10;
}
/* ==供求信息div按钮定义开始== */
#supply{
margin:0px;
padding:0px;
color:#fff;
}
.supplybut,.supplybutover{
margin:0px;
padding:1px;
line-height:25px;
border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;padding-left:30;padding-right:15px;
display: block;
float:left;
margin-right:8px;
cursor:hand;
}
.supplybut{

}
.supplybutover{

}
/* ==供求信息div按钮定义开始== */
.right_tdbgbs06 {
padding: 5px;	background-color: #e6f5ff;	border-width: 1px;
	border-top-style: none;	border-bottom-style: none;	border-color: #a4c6fc;border-right-style: solid;border-left-style: solid;
}
.right_tdbg2 {
	background-image: url(/Skin/ocean/tdbg_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.main_title_bsf {
	font-weight: bold;
	color: #ffffff;
	background-image: url(/Skin/ocean/main_bs1.gif);
	height: 27px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c65be;
}
.mainblinks {
	background-image: url(/Skin/ocean/links_02.gif);
	height: 27px;
	font-weight: bold;
	color: #ffffff;
}
.menu_bottombg {
	color: #ffffff;
	background-image: url(/Skin/ocean/menu_bottombg.gif);
	height: 31px;
}
.bottom_bg {
	background-image: url(/Skin/ocean/bottom_bg.gif);
}
.showa {
	color: #aed2fe;
}
.menu_s {
	color: #ffffff;
	background-image: url(/Skin/ocean/menu_bg.jpg);
	height: 26px;
}
/* --公告显示文字(滚动条)的css定义开始-- */
.AnnounceBody2 {color:#078327;}
a.AnnounceBody2:link {color: #078327;}
a.AnnounceBody2:visited {color: #078327;}
a.AnnounceBody2:hover{color: #E3663A;}
a.AnnounceBody2:active {color: #078327;}
/* --公告显示文字(滚动框)的css定义开始-- */
.AnnounceBody1 {color:#078327;}
a.AnnounceBody1:link {color: #078327;}
a.AnnounceBody1:visited {color: #078327;}
a.AnnounceBody1:hover{color: #E3663A;}
a.AnnounceBody1:active {color: #078327;}
/* --公告显示文字(滚动框、滚动条)的css定义结束-- */
hr
{
height:1px;
color:#5575B0；
}
/* --防止图片撑开页面CSS定义开始-- */
.articlepicbox
{
overflow:hidden;
width:750px;
}
.articlepicbox1
{
overflow:hidden;
width:590px;
}
.articlepicbox2
{
overflow:hidden;margin-top:3px;
width:140px;
}
.softpicbox
{
overflow:hidden;
width:575px;
}
.Supplypicbox
{
overflow:hidden;
width:630px;
}
.shoppicbox
{
overflow:hidden;
width:575px;
}
#center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff; width:778px; height:auto; MARGIN: 0px auto;
}
#cuxiao{width:414px; line-height:25px; float:left;border-bottom:1px dashed #cccccc;}
#neirong_top{width:586px; line-height:21px;}
#left{ width:134px; height:auto;}
#shop_tupian{ width:172px;height:auto; float:left; text-align:center; border-right:1px solid #cccccc;border-bottom:1px solid #cccccc;}
#shop_neirong{width:412px; height:auto; float:left; }
#neirong_left{width:85px; line-height:23px; float:left; font-weight:bold;}
#neirong_right{width:120px; line-height:23px; float:left;}
#gomai{width:414px; line-height:21px; text-align:center;border-bottom:1px dashed #cccccc;}
#shuoming_bt{width:586px; line-height:21px; color:#0089F7; font-weight:bold;border-bottom:1px dashed #cccccc;}
#shuoming_js{width:586px; line-height:21px;height:auto;border-bottom:1px dashed #cccccc;}
#neirong_left ul{list-style:none; margin:0; padding:0; text-align:left;}
#neirong_right ul{list-style:none; margin:0; padding:0; text-align:left;}
#neirong_left li{list-style-type:none; border-bottom:1px dashed #cccccc; height:23px;}
#neirong_right li{list-style-type:none; border-bottom:1px dashed #cccccc;height:23px;}
#shopmain_left
{
BACKGROUND-COLOR: #F2F2F2; width:183px;float:left;
}
#shopmain_right{width:587px; float:left; margin-left:5px;border:1px solid #cccccc;overflow:hidden}
/* --防止图片撑开页面CSS定义结束-- */
.shopmain_tdbg597 li{background:url(/images/Article_common.gif) 0 -3px no-repeat; padding:0 0 0 15px;  }
.list li{background:url(/images/Article_common.gif) 0 -3px no-repeat 
; padding:0 0 0 15px;  }
.list {border:#ffa585 1px solid;width:99%;}
.Shoplist {border:#ffa585 1px solid;width:99%;}
.Shoplist li{background:url(/Shop/images/Product_ontop.gif) 0 -3px no-repeat 
; padding:0 0 0 15px;  }
.Shoplist1 {width:99%;}
.Shoplist1 li{background:url(/Shop/images/Product_ontop.gif) 0 -3px no-repeat 
; padding:0 0 0 15px;  }
.list1 li{background:url(/images/Article_common.gif) 0 -3px no-repeat 
; padding:0 0 0 15px;  }
.list2 {width:99%;}
.list2 li{background:url(/images/Article_common.gif) 0 8px no-repeat 
; padding:0 0 0 15px;width:50%;float:left;padding-top:10px;  }
.list1 {width:99%;}
.Shoplist2 {width:99%;}
.Shoplist2 li{background:url(/Shop/images/Product_ontop.gif) 0 -3px no-repeat 
; padding:0 0 0 15px;width:50%;float:left }
.MenuHome{width:778px;margin-top:3px;margin-bottom:3px;
	background-color:#FFF0FF;
	font-size:9pt;
	padding:9px;0px;3px;0px;
	text-align:center;
	font-weight: bold;
	border: 1px solid #999999;
}
.MenuHome a:link{
	color:#006600;
}
.MenuHome a:hover{
	color:#006600;
}
.MenuHome a:visited{
	color:#006600;
}
.list3 li{float:left; width:48% }
.list3 {width:100%;margin-left:0px;}
.list4 li{background:url(/images/Article_common.gif) 0 8px no-repeat 
; padding:0 0 0 15px;line-height:20px; padding-top:10px; }
.list4 {width:99%;}
.list5 li{background:url(/images/Article_common.gif) 0 100px no-repeat 
; padding:0 0 0 15px;line-height:20px; padding-top:10px;width:24%;float:left;height:145px;}
.list5 {width:100%;}
.LanMuLieBiao{width:100%;float:left;}
#LanMuLieBiao_Left{width:52%;  float:left;}
#LanMuLieBiao_Left_BiaoTi{ width:100%; height:25px; line-height:25px; color:#FF0000; text-align:center;  font-weight:bold; font-size:14px;}
#LanMuLieBiao_right{width:48%;  float:right;}
#LanMuLieBiao_Left_LieBiao{width:99%;}
#LanMuLieBiao_Left_PinPai{width:99%; text-align:center;  margin-top:3px;}
#LanMuLieBiao_Left_PinPai li{width:100%; float:left; height:45px;}
.Left_CaiDan{width:100%; background-color:#FFFFFF; border:1px solid #FFE2AC;}
.Left_CaiDan_Left9{  width:35px; height:25px; background-image:url(/yumaoqiu/images/JiShuXiuShiTuPian.jpg); background-repeat:no-repeat; text-align:left; background-position:left;}

.Left_CaiDan_Right{ padding-left:10px; color:#CC0000;}
.Left_CaiDan_Left8{  width:35px; height:25px; background-image:url(/yumaoqiu/images/YuMaoQiuXiuShiTuPian1.jpg); background-repeat:no-repeat; text-align:right; background-position:right;}
.Left_CaiDan_Left7{  width:35px; height:25px; background-image:url(/yumaoqiu/images/YuQiuMingXingXiuShi.jpg); background-repeat:no-repeat; text-align:right; background-position:right;}
.Left_CaiDan1{width:99%; background-color:#FFFFFF; border:1px solid #FFE2AC;}
.Newlist li{background:url(/yumaoqiu/images/Article_common.gif) 0 -3px no-repeat 
; padding:0 0 0 15px;  }
.Newlist {width:99%;border-top:1px solid #D8D3D3;}
.Left_CaiDan_Left4{  width:10%; height:25px; background-image:url(/yumaoqiu/images/XuiXinWenZhangXiuShi.jpg); background-repeat:no-repeat; text-align:left; background-position:left;}
.Left_CaiDan_Left5{  width:15%; height:25px; background-image:url(/yumaoqiu/images/XinWenReDian.jpg); background-repeat:no-repeat; text-align:left; background-position:left;}
.NewRenMen{border-top:1px solid #D8D3D3;}
.Newlist1 li{background:url(/yumaoqiu/images/Article_common.gif) 0 -3px no-repeat 
; padding:0 0 0 15px;  }
.Newlist1 {width:99%;border-top:1px solid #D8D3D3;}
.Left_CaiDan_Left10{  width:15%; height:25px; background-image:url(/yumaoqiu/images/JiShuXiuShiTuPian.jpg); background-repeat:no-repeat; text-align:left; background-position:left;}
.Left_CaiDan_Left11{  width:15%; height:25px; background-image:url(/yumaoqiu/images/YuDongBaoJianTuPian.jpg); background-repeat:no-repeat; text-align:left; background-position:left;}
.Left_CaiDan_Left12{  width:15%; height:25px; background-image:url(/yumaoqiu/images/YuQiuCourts.jpg); background-repeat:no-repeat; text-align:left; background-position:left;}
.SoSuoJieGuo{line-height:25px; padding-left:5px;}
.ZhiShi_Right{BACKGROUND-COLOR: #FDF3E1; margin-left:3px; float:right;}
/* ============新网站(宽940)css============ */
#Top_Ding{width:940px; text-align:right; margin-left:auto; margin-right:auto;}
#top_New{width:940px; height:71px; margin-left:auto; margin-right:auto; border:1px solid #D0CFCF;}
#Logo_New{width:210px; height:71px; float:left;}
#Banner_New{width:727px; height:71px; float:left; background-color:#FEF4D5;}
#Banner_New1{width:727px;  float:left; }

#Banner_CaiDanLan{width:727px; height:40px; float:left;}
#Banner_CaiDanLan1{width:727px; height:50px; float:left;}
.LanMu_LieBiao{border-bottom:1px dotted #C1C1C1;  height:20px;font-size:13px; }
.LanMu_LieBiao A:hover,.LanMu_LieBiao A:active{ text-decoration:underline;color:#F98F28;}
.LanMu_LieBiao A:link,.LanMu_LieBiao A:visited{ color:#000000; text-decoration: none;}
#LanMu_LieBiao1{width:727px; height:30px;float:left;line-height:30px;}

#LanMu_LieBiao1 li{ height:30px;font-size:12px;width:72px;text-align:center;float:left;background:url(/yumaoqiu/images/CaiDan_BeiJing4.jpg);}
#LanMu_LieBiao1 A:hover,#LanMu_LieBiao1 A:active{ text-decoration:underline;color:#F98F28;}
#LanMu_LieBiao1 A:link,#LanMu_LieBiao1 A:visited{ color:#000000; text-decoration: none;}
.BangZhu_LieBiao{  height:20px;font-size:13px;}
.BangZhu_LieBiao A:hover,.BangZhu_LieBiao A:active{ text-decoration:underline;}
.BangZhu_LieBiao A:link,.BangZhu_LieBiao A:visited{ color:#F98F28; text-decoration: none;}
#BangZhu_LieBiao1{height:20px;font-size:12px;width:727px;line-height:20px;background-color:#EBF2FB;}
#BangZhu_LieBiao1 li{ height:20px;font-size:12px;width:72px;float:left;text-align:center;line-height:20px;background-color:#EBF2FB;}
#BangZhu_LieBiao1 A:hover,#BangZhu_LieBiao1 A:active{ text-decoration:underline;}
#BangZhu_LieBiao1 A:link,#BangZhu_LieBiao1 A:visited{ color:#F98F28; text-decoration: none;}
#Banner_SouSuo{width:727px; height:25px; float:left;background-color:#FFCF4C; }
#Banner_SouSuo1{width:727px; height:21px; float:left; }
#Banner_SouSuo_ChunJie{width:727px; height:25px; float:left;  background:url(/Shop/UploadPhotos/newyear_2.jpg) no-repeat 
; background-position:center;}

#Top_HuanYing{width:940px; height:25px;   text-align:center;  margin-left:auto; margin-right:auto; font-size:12px; line-height:25px;background:url(/Shop/UploadPhotos/images/newyear_beijing2.jpg) no-repeat 
;}
#Center_New{width:940px; margin-top:5px; margin-left:auto; margin-right:auto;}
#Center_New_Left{width:180px; float:left; }
#Center_New_Center{width:568px; float:left; margin-left:4px;}
#Center_New_Right{width:180px; float:right;}
#User_Login{width:178px;border:1px solid #F8E1B0;}
#Shop_Daohang{width:178px; border:1px solid #F8E1B0; margin-top:3px;height:auto;float:left;}
#Shop_PinPai{width:178px; border:1px solid #F8E1B0; margin-top:3px;float:left;}
#ZhiShi_SoSuo{width:568px; float:left; color: 037FA8;border: 1px solid #999999;background-color:#FFE2AC;}
#Daohang_BiaoTi{width:173px; border-bottom:1px dotted #C1C1C1;  padding-left:5px; line-height:25px; color:#FC830E; font-size:13px; font-weight:bold;background:url(/Shop/UploadPhotos/images/newyear_3.jpg) no-repeat 
; background-position:right;}
#Daohang_ReiRong{width:178px; margin-top:5px;}
#Daohang_ReiRong A:hover,#Daohang_ReiRong A:active{ text-decoration:underline;color:#F98F28;}
#Daohang_ReiRong A:link,#Daohang_ReiRong A:visited{ color:#1212BB; text-decoration: none;}
#Daohang_ReiRong1{width:178px; margin-top:5px;color:#1212BB; font-size:12px;}
#Daohang_ReiRong1 A:hover,#Daohang_ReiRong1 A:active{ text-decoration:underline;color:#F98F28;}
#Daohang_ReiRong1 A:link,#Daohang_ReiRong1 A:visited{ color:#1212BB; text-decoration: none;}
#Daohang_ReiRong1 li{width:163px; float:left; height:23px;background:url(/Shop/images/Product_ontop.gif) 0 -3px no-repeat 
; padding:0 0 0 15px;}
#Daohang_ReiRong2{width:178px; margin-top:5px;}
#Daohang_ReiRong2 li{width:49%; height:37px;float:left;}
#Center_BiaoTi{width:562px; height:21px; background-color:#6CB4F8; line-height:21px; color:#ffffff; padding-left:5px;}
#Center_BiaoTi A:link,#Center_BiaoTi A:visited{ color:#FFFFFF; text-decoration: none;}
#Center_NeiRong {width:568px; margin-top:5px;}
#Center_NeiRong2_DingGou {width:100%; margin-top:5px;}
#Center_NeiRong2 {width:568px; margin-top:5px;}
#Center_NeiRong2 li{width:24%; float:left;height:165px;}
#Center_NeiRong_TuPian{width:178px; float:left; margin-top:30px;}
#Center_NeiRong_LieBiao{width:380px; float:left;}
#Center_NeiRong_LieBiao1{width:365px; float:left; font-size:11px; line-height:20px;}

#Center_NeiRong_LieBiao1 li{background:url(/images/Article_common.gif) 0 -3px no-repeat 
; padding:0 0 0 15px;  }
#Center_Shop_BiaoTi{width:100%; border-bottom:1px dotted #C1C1C1; padding-left:5px; line-height:25px; color:#FC830E; font-size:13px; font-weight:bold;float:left;}
#Center_Shop_BiaoTi A:hover,#Center_Shop_BiaoTi A:active{ text-decoration:underline;color:#FC830E;}
#Center_Shop_BiaoTi A:link,#Center_Shop_BiaoTi A:visited{ color:#FC830E; text-decoration: none;}
.footer{ width:940px; margin:20px auto 0; clear:both; border-top:1px solid #707070}
#New_DaoHang{width:940px; height:25px; text-align:left; margin-left:auto; margin-right:auto;}
#New_DaoHang A:hover,#New_DaoHang A:active{ text-decoration:underline;color:#F98F28;}
#New_DaoHang A:link,#New_DaoHang A:visited{ color:#1212BB; text-decoration: none;}
#ZhiShi_ZuiXin_ReMen{width:568px;margin-top:3px;float:left;}
#ZhiShi_ZuiXin{width:60%;border:1px solid #FFE2AC;float:left;}
#ZhiShi_ReMen{width:39%;border:1px solid #FFE2AC; float:right;}
#ZhiShi_ZuiXin_BT{width:100%;height:25px; float:left;}
#ZhiShi_ZuiXin_More{width:10%; float:right;line-height:25px;}
#ZhiShi_CaiDan_Left4{  width:10%; height:25px; background-image:url(/yumaoqiu/images/XuiXinWenZhangXiuShi.jpg); background-repeat:no-repeat; text-align:left; background-position:left; float:left;}
#ZhiShi_CaiDan_Right{padding-left:10px; color:#CC0000;float:left;line-height:25px;}
#ZhiShi_Newlist li{background:url(/yumaoqiu/images/Article_common.gif) 0 -3px no-repeat 
; padding:0 0 0 15px; }
#ZhiShi_Newlist{width:99%;border-top:1px solid #D8D3D3;float:left;}
#ZhiShi_CaiDan_Left5{width:10%; height:25px; background-image:url(/yumaoqiu/images/XinWenReDian.jpg); background-repeat:no-repeat; text-align:left; background-position:left; float:left;}
#ZhiShi_ReMen_NeiNong{border-top:1px solid #D8D3D3; width:99%;overflow:hidden}
#ZhiShi_JiShu_Left{width:49.5%;float:left;border:1px solid #FFE2AC}
#ZhiShi_JiShu_Right{width:49.5%;float:right;border:1px solid #FFE2AC}
#ZhiShi_CaiDan_Left10{  width:15%; height:25px; background-image:url(/yumaoqiu/images/JiShuXiuShiTuPian.jpg); background-repeat:no-repeat; text-align:left; background-position:left;float:left;}
#ZhiShi_Newlist1 li{background:url(/yumaoqiu/images/Article_common.gif) 0 -3px no-repeat 
; padding:0 0 0 15px;  }
#ZhiShi_Newlist1 {width:99%;border-top:1px solid #D8D3D3;float:left;}
#ZhiShi_list5 li{background:url(/images/Article_common.gif) 0 100px no-repeat 
; padding:0 0 0 15px;line-height:20px; padding-top:10px;width:24%;float:left;height:145px;}
#ZhiShi_list5 {width:100%;float:left;}
#ZhiShi_NeiRong {width:99%;overflow-x:auto; }
#ZhiShi_NeiRong_BT {color:#ff0000;font-weight:bold;font-size:18px;line-height: 150%; width:100%; text-align:center;}
#ZhiShi_NeiRong_ZuoZhe {background:#f5f5f5;width:100%;text-align:center;line-height: 150%;}
#ZhiShi_NeiRong_XiangGuo {background:#f5f5f5;width:100%;}
#ZhiShi_NeiRong_PingLun {background:#f5f5f5;width:100%; text-align:right;}
#LanMuLieBiao{width:100%;background-color:#FEF9F1;float:left;}
#New_SitMap{width:748px;  float:right; text-align:left;border:#B3D0CF 1px solid;margin-top:2px; padding-left:5px;padding-top:5px;line-height:19px;}
#New_SitMap li{background:url(/yumaoqiu/images/images/new_sitmap_zhiyin.gif) 0 2px no-repeat ; padding:0 0 0 15px;line-height:19px;}
#TeJia_Box{background-color:#ffffff;margin-left:auto;margin-right:auto;}
#Center_New_TeJia{width:938px; margin-left:auto; margin-right:auto;border-left:1px dotted #C92621;border-right:1px dotted #c92621;}

#Center_New_TeJiaBT_BeiJing{background:url(/Shop/UploadPhotos/Shop/center_new_tejiabt_beijing.jpg) no-repeat 
;width:940px;height:30px;}
#Center_New_TeJiaBT1{width:940px;height:50px; background:url(/Shop/UploadPhotos/images/tejia_racket1.jpg) no-repeat 
; background-position:left;border-bottom:1px dotted #C92621;}
#Center_New_TeJiaBT6{width:940px;height:50px; background:url(/Shop/UploadPhotos/tejia_racket6.jpg) no-repeat 
; background-position:left;border-bottom:1px dotted #C92621;}
#Center_New_TeJiaBT2{width:940px;height:50px; background:url(/Shop/UploadPhotos/images/tejia_racket2.jpg) no-repeat 
; background-position:left;border-bottom:1px dotted #C92621;}
#Center_New_TeJiaBT3{width:940px;height:50px; background:url(/Shop/UploadPhotos/images/tejia_racket3.jpg) no-repeat 
; background-position:left;border-bottom:1px dotted #C92621;}
#Center_New_TeJiaBT4{width:940px;height:50px; background:url(/Shop/UploadPhotos/images/tejia_racket4.jpg) no-repeat 
; background-position:left;border-bottom:1px dotted #C92621;}
#Center_New_TeJiaBT5{width:940px;height:50px; background:url(/Shop/UploadPhotos/images/tejia_racket5.jpg) no-repeat 
; background-position:left;border-bottom:1px dotted #C92621;}
#Center_New_TeJiaNR{width:940px;border-bottom:1px dotted #c1c1c1;}
/* ============赛事专题============ */
#SuBei_News{width:100%;background-color:#F4F9FB;}
#SuBei_News_Left{width:40%; float:left;}
#SuBei_News_Right{width:58%;float:left;margin-left:10px;}
#BiSai_Video{width:100%;background-color:#F4F9FB;}
#Center_BiSai_BiaoTi{width:100%; border-bottom:1px dotted #C1C1C1; padding-left:5px; line-height:25px; color:#ffffff; font-size:13px; font-weight:bold;float:left;background-color:#3D82C8}
#SuBei_BiaoTi{width:100%; border-bottom:1px dotted #C1C1C1; padding-left:5px; line-height:21px; color:#ffffff;  font-weight:bold;float:left;background-color:#81A7CD}

/* ============页尾============ */
.footer_list1{ width:118px; float:left; background:#fff url(/Shop/UploadPhotos/Racket/foot_line.jpg) no-repeat right top; border-top:2px solid #c1c1c1; padding:7px 30px 40px 30px}
.footer_list2{ width:168px; float:left;  border-top:2px solid #c1c1c1; padding:7px 30px 40px 30px}
.footer_title{ color:#404040; font-size:14px; font-weight:700; background:url(/Shop/UploadPhotos/Racket/foot_point.jpg) no-repeat 0 6px; padding-left:10px}
.footer_info{ padding:15px 0 0 10px; line-height:22px}
.footer_bottom{ clear:both;}
.footer_red{ text-align:center; color:#c30; margin-bottom:10px}
.footer_red a:link,.footer_red a:visited{ color:#c30; text-decoration:none}
.footer_red a:hover{ text-decoration:underline}
.footer_icp{ text-align:center; border-top:1px solid #f3f3f3;}
/* ============公告============ */
.limitime{
	width:100%;height:30px;background:url(/Shop/UploadPhotos/images/shop_gonggao.jpg) no-repeat; 
}
#ullist2{
	height:30px;line-height:30px;overflow:hidden;margin:0px 0 0 85px;
}
#ullist2 li a{
	color:#FF3300;display:block;float:left;margin-right:10px;text-decoration:none;  width:225px;white-space:nowrap;text-overflow:ellipsis;overflow: hidden;
}
#ullist2 li a:hover{
	color:#FF3300;text-decoration:underline;
}
#ullist2 li a span{
	color:#999999;
}
/* ============会员============ */
.HuiYuan_Caidan{width:100%;height:30px; background:url(/Shop/UploadPhotos/images/huiyuan_caidan.jpg) no-repeat;padding-left:35px;color:#F94E32;font-size:13px;}
/* ============购物中心============ */
.GouWu_Caidan{width:100%;height:30px; background:url(/Shop/UploadPhotos/images/GoWu_caidan.jpg) no-repeat;padding-left:35px;color:#F94E32;font-size:13px;}
.GouWu_TiShi{width:100%;height:30px; background:url(/Shop/UploadPhotos/images/gowu_tishi.jpg) no-repeat;padding-left:35px;color:#F94E32;font-size:13px;}

.ShangPing_PingLun{width:100%;height:26px; background:url(/Shop/UploadPhotos/images/pinglun.jpg) no-repeat;padding-left:35px;color:#F94E32;font-size:13px;}
