/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线 none,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ff3200;text-decoration:underline;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffffff;}
a.channel:visited {color: #ffffff;}
a.channel:hover{color: #ffff00;}
a.channel:active {color: #ffffff;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #ffff00;}
a.channel2:visited {color: #ffff00;}
a.channel2:hover{color: #ff6600;}
a.channel2:active {color: #ffff00;}
/* 左栏当前导航文字链接的css定义－－调用代码为<a class='channel3' ***>***</a> */
a.channel3:link {color: #0000ff;}
a.channel3:visited {color: #0000ff;}
a.channel3:hover{color: #ff1b05;}
a.channel3:active {color: #ffff00;}
/* 未访问链接红，已访问红，悬停蓝色，点击激活黄色 */
a.channel0:link {color: #ff1b05;}
a.channel0:visited {color: #ff1b05;}
a.channel0:hover{color: #0000ff;}
a.channel0:active {color: #ffff00;}
/* 底部版权信息文字链接的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;}
/* 原鼠标悬停颜色为 color: #ff0000 现改为 */
a.class:hover{color: #ffff2d;}
a.class:active {color: #ffffff;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
font-size: 9pt;background:url(/skin/blue/bg_all.gif);
background-position:center;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
font-family:宋体;font-size: 9pt;line-height: 150%; 
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
input
{
background-color: #ffffff; 
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 #449ae8;
}
.comment_title /* 标题背景颜色定义(760) */
{
background:#449ae8;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;
}
/* 简短文字白色 */
.help {color: #ffffff}

/* ==简短标题文字的css定义开始== */

/* ==top.asp中的css定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
width: 768;background:#ffffff;
}
.top_top
{
background:#0089f7;height: 2;
}
.top_channel /* 频道表格背景、文字颜色定义 */
{
background:#cf710a;color:#3ab1f5!important;text-align: right;border-top: 1px solid #ffffff;border-bottom: 1px solid #ffffff;
}
.top_announce /* 公告表格背景、文字颜色定义 */
{
background:url(/skin/blue/top_nav_menu.gif);color: #0560a6;height: 30;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
background:url(/skin/blue/top_nav_menu.gif);color: #0560a6;height: 30;
}
.top_nav_menu1 /* 改 导航栏表格背景、文字颜色定义 */
{
background:url(/skin/blue/top_nav_menu1.gif);color: #0560a6;height: 30;
}
.top_nav_menu2 /* 供求中心导航栏表格背景、文字颜色定义 */
{
background:url(/skin/blue/top_nav_menu2.gif);height: 20;border-top: 1px solid #ee3d11;border-bottom: 2px solid #ee3d11;
}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
width: 768;background:#ffffff;height: 23;
}
.top_userlogin /* 顶部用户登录文字链接的css定义 */
{
color: #037fa8
}
/* ==top.asp中的css定义结束== */

/* ==网页中部中的css定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#ffffff;
}
　　/* --网页中部左栏的css定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{
background:#f0f0f0;
}
.tdbg /* 本站介绍表格背景 */
{
background:#f0f0f0;
line-height: 50%;
}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/skin/blue/left_title.gif);font-weight:bold;color: ffffff;height: 28;width:180;padding-left:40;text-align: left;
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/skin/blue/left_tdbg1.gif);line-height: 150%;padding-left:5;padding-right:5;padding-top:5;
}
.left_tdbg01 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/skin/blue/left_tdbg01.gif);line-height: 150%;padding-left:5;padding-right:5;padding-top:5;
}
.left_tdbg02 /* 左栏内容表格背景、文字颜色定义 */
{
background:url(/skin/blue/left_tdbg02.gif);line-height: 450%;padding-left:5;padding-right:5;padding-top:15;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
background:url(/skin/blue/left_tdbg2.gif);height: 10;
}
.right_title /* 左栏标题表格背景、文字颜色定义 */
{
background:url(/skin/blue/right_title.gif);font-weight:bold;color: ffffff;height: 56;width:180;padding-left:40;text-align: left;
}
.right_title_283/* 加（活跃的商家） 右栏标题表格背景、文字颜色定义 */
{
background:url(/skin/blue/right_title_283.gif);font-weight:bold;color: ffffff;height: 56;width:180;padding-left:40;text-align: left;
}
　　/* --网页中部左栏的css定义结束-- */
　　/* --网页中部中栏的css定义开始-- */
.help_title /*帮助频道表格题字*/
{
font-family: "黑体";font-weight: bold;font-size: 16px;color: #cc3300;
}
.help_title1{font-family: "arial black";color: #ff6600;}
.adplace_c /* 广告位编号表居中 */
{
font-family:宋体;font-size: 9pt;text-align: center;
}
.adplace_l /* 广告位编号表右齐 */
{
font-family:宋体;font-size: 9pt;text-align: left;padding-left:3
}
.help_0/* 帮助内容、文字颜色定义行距200% */
{
line-height: 200%;text-align: left;padding-left:1;padding-right:5;padding-top:18;padding-bottom:8;
}
.help_1{font-size: 16px; font-weight: bold; font-family: "arial black"; color: #cc3300; }
.help_2{color: #0000ff; font-weight: bold; }
.help_3{color: #ff0000; font-weight: bold; }
.help_4{color:#0033ff;}
.help_5{color:#ff0000;}
.help_6 /* 帮助内容、文字颜色定义行距180% */
{
line-height: 180%;text-align: left;padding-left:8;padding-right:8;padding-top:8;padding-bottom:8;
}
.help_7 {font-family: "宋体";font-size: 13px;}
.help_8 {font-family: "arial black";font-size: 25px;color: #cc3300;}
.help_9/* 帮助内容、文字颜色定义行距150% */
{
line-height: 150%;text-align: left;padding-left:5;padding-right:5;padding-top:5;padding-bottom:5;
}
.help_td/* help申请步骤框内表格内容、文字颜色定义(218) */
{
background:#f8fae3;border: 2px solid #d2d3d9;line-height: 150%;text-align: center;padding-left:5;padding-right:5;padding-top:5;padding-bottom:5;
}
.help_title2 /* 帮助栏目标题 */
{
background:url(/skin/blue/right_title_218.gif);height: 24;text-align: left;padding-left:20;color: #ffffff; font-weight: bold;
}
.ad_title/* 广告价目表标题 */
{
font-family: "楷体_gb2312";
font-weight: bold;
font-size: 18px;
}
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 583;background:#ffffff;
}
.main_tdbgall2 /* 中栏表格总背景颜色定义 */
{
width: 583;background:#7fa1e6;
}
.main_tdbgall0 /* 建设中栏表格总背景颜色定义 */
{
width: 360;background:#ffffff;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 8;
}
.ad_shadow /* 广告内容间隔表格背景颜色定义(575) */
{
height: 5;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 037fa8;height: 25;background:#f9f9f9;border: 1px solid #d2d3d9;
}
.main_search /* 中栏搜索表格背景、文字颜色定义 */
{
color: 037fa8;height: 25;border: 1px solid #d2d3d9;background:#f9f9f9;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
background:url(/skin/blue/main_top.gif);height: 187;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
color: ffffff;background:url(/skin/blue/main_title_760i.gif);text-align: left;padding-left:40;padding-top:2;height: 28;
}
.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
color: ffffff;background:url(/skin/blue/main_title_575.gif);border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;text-align: left;padding-left:40;height: 23;
}
.help_title_289 /* 帮助标题表格背景、文字颜色定义(575) */
{
background:url(/skin/blue/help_title_289.gif);height: 47;
}
.help_title_289r /* 帮助标题表格背景、文字颜色定义(575) */
{
background:url(/skin/blue/help_title_289r.gif);height: 47;
}
.title_583 /* 帮助栏标题表格背景、文字颜色定义(583) */
{
color: ee1d24;background:url(/skin/blue/title_583.gif);font-family:黑体;font-size: 13pt;text-align: padding-top:1;left;padding-left:10;height: 40;
}
.main_title_38 /* 建筑大奖标题表格背景、文字颜色定义(38) */
{
color: ffffff;background:url(/skin/blue/main_title_38.gif);font-family:宋体;font-size: 11pt;text-align: left;padding-left:50;padding-top:2;height: 28;
}
.main_title_360 /* 中栏标题表格背景、文字颜色定义(360) */
{
color: ffffff;background:url(/skin/blue/main_title_360.gif);text-align: left;padding-left:305;padding-top:6;height: 28;
}
.main_title_361 /* 中栏行业新闻标题表格背景、文字颜色定义(3602) */
{
color: ffffff;background:url(/skin/blue/main_title_361.gif);font-family:宋体;font-size: 11pt;text-align: left;padding-left:30;padding-top:2;height: 28;
}
.main_title_3601 /* 中栏标题表格背景、文字颜色定义(3601) */
{
color: ffffff;background:url(/skin/blue/main_title_3601.gif);text-align: left;padding-left:305;padding-top:6;height: 28;
}
.main_title_3602 /* 中栏行业新闻标题表格背景、文字颜色定义(3602) */
{
color: ffffff;background:url(/skin/blue/main_title_3602.gif);font-family:宋体;font-size: 11pt;text-align: left;padding-left:30;padding-top:2;height: 28;
}
.main_title_3603 /* 中栏行业新闻标题表格背景、文字颜色定义(3603) */
{
color: ffffff;background:url(/skin/blue/main_title_3603.gif);font-family:宋体;font-size: 11pt;text-align: left;padding-left:26;padding-top:2;height: 28;
}
.main_title_3604 /* 中栏今日关注标题表格背景、文字颜色定义(3604) */
{
color: ffffff;background:url(/skin/blue/main_title_3604.gif);font-family:宋体;font-size: 11pt;text-align: left;padding-left:26;padding-top:2;height: 28;
}
.main_title_36 /* 中栏频道介绍标题表格背景、文字颜色定义(36) */
{
background:url(/skin/blue/main_title_36.gif);height: 32;text-align: right;padding-right:5;padding-bottom:15;
}
.main_title_3605 /* 中栏行业要闻标题表格背景、文字颜色定义(3603) */
{
color: ffffff;background:url(/skin/blue/main_title_3605.gif);font-family:宋体;font-size: 11pt;text-align: left;padding-left:26;padding-top:2;height: 28;
}
.gczx_title_360 /* 找项目标题表格背景、文字颜色定义(360) */
{
color: ffffff;background:url(/skin/blue/gczx_title_360.gif);height: 33;
}
.main_title_5750 /* 改：中栏标题表格背景、文字颜色定义(5750) */
{
color: ffffff;background:url(/skin/blue/main_title_5750.gif);border-top: 0px solid #fce99d;border-right: 1px solid #fce99d;border-left: 1px solid #fce99d;text-align: left;padding-left:40;height:35;
}
.left_ad01 /* 中栏频道介绍标题表格背景、文字颜色定义(ad01) */
{
color: 000000;background:url(/skin/blue/left_ad01.gif);border-top: 0px solid #c0c0c0;border-right: 1px solid #c0c0c0;border-left: 1px solid #c0c0c0;text-align: left;padding-left:19;padding-top:4;height:30;
}
.left_bg_l /* 加：左栏用户登陆下的左导航表格背景、文字颜色定义 */
{
color: 000000;background:url(/skin/blue/left_bg_l.gif);border-bottom: 0px solid #ffffff;border-right: 1px solid #c0c0c0;border-left: 1px solid #c0c0c0;text-align: left;padding-left:55;height:28;
}
.left_br /* 加：左栏用户登陆下的导航标题表格背景、文字颜色定义 */
{
color: 000000;background:url(/skin/blue/left_br.gif);border-top: 0px solid #ffffff;border-right: 1px solid #c0c0c0;border-left: 1px solid #c0c0c0;text-align: left;padding-left:5;height:28;
}
.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;padding-top:5;padding-bottom:5;
}
.right_title_210 /* 加：右顶栏目文章列表标题表格背景、文字颜色定义(210) */
{
background:url(/skin/blue/right_title_210.gif);font-family:黑体;font-size: 12pt;color: dd6d22;height: 39;border-top: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;padding-left:68;
}
.right_tdbg_210 /* 加：右顶栏目文章列表标题表格背景、文字颜色定义(210) */
{
border: 1px solid #d2d3d9;font-family: 宋体;font-size: 9pt;line-height: 200%;text-align: right;padding-left: 5;padding-right: 5;padding-top: 5;
}
.right_title_218 /* 右栏表格头、文字颜色定义(218) */
{
background:url(/skin/blue/right_title_218.gif);height: 24;text-align: left;padding-left:20;
}
.right_tdbg_218 /* 右栏表格内容、文字颜色定义(218) */
{
background:#f8fae3;border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;padding-top:5;padding-bottom:5;
}
.right_tdbg_218a /* 右栏表格内容、文字颜色定义(218a) */
{
line-height: 120%;text-align: left;padding-left:6;padding-right:8;padding-top:5;padding-bottom:5;
}
.right_tdbg_218b /* 找项目专题左栏表格内容、文字颜色定义(218b) */
{
background:#fdf7f0;border-left: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-bottom: 1px solid #d2d3d9;text-align: left;padding-left:1px;padding-right:1px;padding-top:0px;padding-bottom:0px;
}
.gq_tdbg_15 /* 右栏表格内容、文字颜色定义 */
{
background:#f8fae3;border-left: 1px solid #d2d3d9;border-bottom: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:8;padding-top:25;
}
.gq_tdbg_15a /* 右栏表格内容、文字颜色定义 */
{
background:#e9ffd2;border-left: 1px solid #d2d3d9;border-bottom: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-top:25;
}
.right_bg/* 专题右栏表头背景、文字颜色定义 */
{
background:url(/skin/blue/right_bg.gif);height: 24;text-align: left;padding-left:20;
}
.news01 /* 加：公告栏目表标题表格背景、文字颜色定义(new) */
{
background:url(/skin/blue/news01.gif);font-family:黑体;font-size: 9pt;color: dd6d22;height: 25;border-top: 0px solid #d2d3d9;border-left: 0px solid #d2d3d9;border-right: 0px solid #d2d3d9;padding-left:20;
}
.news002 /* 加：公告栏目表标题表格背景、文字颜色定义(new002) */
{
background:url(/skin/blue/news002.gif);
}
.main_title_282i /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(/skin/blue/main_title_282i.gif);color: ffffff;height: 26;border-top: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;padding-left:40;
}
.main_tdbg_282i /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #d2d3d9;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
background:url(/skin/blue/main_title_282.gif);color: ffffff;height: 26;border-top: 1px solid #d2d3d9;border-left: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;padding-left:40;
}
.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: ffff00;font-weight:bold;font-size: 18;line-height: 150%;filter: glow(color=ff0000,strength=2) dropshadow(color=#aaaaaa,offx=1, offy=1, positive=2); margin: 0px; color: #ffffff; height: 20px; text-decoration: none
}
.main_articlesubheading /* 副标题文字颜色定义 */
{
color: 037fa8;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(/skin/blue/main_title_760.gif);border: 1px solid #d2d3d9;height: 28;color: ffffff;
}
.main_title_760g /* 标题导航表格背景、文字颜色定义(760g) */
{
background:url(/skin/blue/main_title_760.gif);height: 28;font-family:宋体;font-size: 10pt;color: ffffff;text-align: left;padding-left:25;padding-bottom:2;
}
.main_tdbg_218 /* 图片内容表格背景、文字颜色定义(218) */
{
border: 1px solid #d2d3d9;font-family:宋体;font-size: 9pt;color: 1a50b8;line-height: 120%;text-align: left;padding-left:5;padding-right:5;padding-bottom:2;padding-top:2;
}
.mid_title_289 /* 中栏表格头、文字颜色定义(289) */
{
background:url(/skin/blue/mid_title_289.gif);height: 26;text-align: left;padding-left:25;
}
.mid_title_2891 /* 中栏表格头、文字颜色定义(289) */
{
background:url(/skin/blue/mid_title_2891.gif);height: 26;text-align: left;padding-left:25;
}
.mid_title_289g /* 中栏表格头、文字颜色定义(289g) */
{
background:url(/skin/blue/mid_title_289g.gif);height: 26;text-align: left;padding-left:25;
}
.mid_title_2891g /* 中栏表格头、文字颜色定义(2891g) */
{
background:url(/skin/blue/mid_title_2891g.gif);height: 26;text-align: left;padding-left:25;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;line-height: normal;
}
.article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
background:#eeeeee;
}
.prt_articletitle /* 打印文章标题 */
{
color: ff0000;font-weight:bold;font-size: 22;font-family:楷体_gb2312;
}
.prt_article /* 打印文章内容页 */
{
font-size: 14;font-family:楷体_gb2312;line-height: 190%;text-align: left;padding-left:60;padding-right:70;padding-bottom:10;
}

　　/* --文章显示页的css定义结束-- */
　　/* --留言频道css定义开始-- */
/* 留言栏目标题文字链接的css定义－－调用代码为<a class='guest' ***>***</a> */
a.guest:link {color: #000000;}
a.guest:visited {color: #000000;}
a.guest:hover{color: #ff0000;}
a.guest:active {color: #fde602;}

.guest_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
background:url(/skin/blue/main_title_760.gif);border: 1px solid #d2d3d9;padding-left:5;height: 29;color: ffffff;
}
.guest_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
border: 1px solid #d2d3d9;padding: 8;
}
.guest_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #cf710a;
}
.guest_title /* 标题背景颜色定义(760) */
{
background:#cf710a;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定义开始-- */
.shop_border /* 蓝色表格边框背景颜色定义(760) */
{
border: 1px solid #449ae8;
}
.shop_border3 /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.shop_title /* 标题背景颜色定义(760) */
{
background:url(/skin/blue/main_title_760.gif);color: #ffffff;font-weight: normal;height: 27;
}
.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定义结束== */

/* ==bottom.asp中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 768;background:#ffffff;
}
.bottom_adminlogo /* 管理信息表格背景、文字颜色定义 */
{
background:#cf710a;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定义开始-- */
/* 留言栏目标题文字链接的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;} 

/* 站内链接文字颜色定义 */
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;}