@charset "GBK"; /*设定文字编码*/
/* ===  ****  模版页面   CSS定义 *****  =====   */
*{padding:0px; margin:0px;line-height: 1.8em;}
html {_overflow-y:scroll;}
/*****！！页面通用css样式定义开始******/
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body
{ font-family: Arial, Tahoma,"宋体";  /*文字字体定义 */
 font-size: 12px;color: #333333; /*文字大小定义 */
 background:#000000; /*文字颜色定义 */}
/* 网站超链接css通用设置 */
a{text-decoration: none;}/* 链接无下划线,有为underline */
a:link {color: #3a3a3a;} /* 未访问的链接 */
a:visited {color: #3a3a3a;} /* 已访问的链接 */
a:hover{color: #ca0000;	text-decoration: none;} /* 鼠标在链接上*/ 
a:active {color: #3a3a3a;} /* 点击激活链接 */

h1,h2,h3,h4,h5,h6{font-size:12px;}
img{border: 0px;}/*图片边框为0*/
.clear{clear:both;}/*清除浮动*/
.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }/*清除浮动*/
/*表格样式定义 */ 
table{text-align: justify;}
checkbox{border: 0px;}/*选择框样式定义 */
/*文字按钮样式定义 */ 
.button{border: 0px;}

/*--------------结构部分---------------*/
#wrapper{width:1002px;margin: 0 auto; background:#fff;}/*页面外围控制整体布局宽度*/
#main{ padding:8px 7px;}/*主体部分*/
#header{ background:#f2f1f2 url(../images/topbj.gif) repeat-x left top;}/*页眉*/
#left{ width:335px; padding-right:6px;}/*左*/

.ileftbox{ background:url(../images/icomt.gif) no-repeat left top; padding:7px 9px 0;}
.ileftboxb{ background:url(../images/icomb.gif) no-repeat left bottom; padding-bottom:4px;}
.ileftboxm{ background:url(../images/icomm.gif) repeat-y left top;}



.left{ width:179px; padding-right:4px;}
.leftboxm{ background:url(../images/left_m.gif) repeat-y left top;}
.leftboxb{ background:url(../images/left_b.gif) no-repeat left bottom; padding-bottom:10px;}
.leftbox{ background:url(../images/left_t.gif) no-repeat left top; padding:7px 9px 0;}


.rightbox{ background:url(../images/rightbox.gif) no-repeat left top; padding:8px 7px;}
.rightboxm{ background:url(../images/rightboxm.gif) repeat-y left top;}
.rightboxb{ background:url(../images/rightboxb.gif) no-repeat left bottom; padding-bottom:10px;}

#footer{ padding-bottom:20px;}/*页脚*/
/*底部信息*/
.footnav{ color:#fff; background:url(../images/footbj.gif) repeat-x left top; line-height:30px; padding-left:10px;}
.footnav a{ padding:0 0px 0 8px; line-height:30px; color:#fff;}
.footnav a:visited{ color:#fff;}
.footnav a:hover{color:#3a3a3a;}
/*版权*/
.copyright{line-height:37px; color:#606060; padding:10px 0 0 18px;}
.copyright a{color:#606060;}
.copyright a:visited{ color:#606060;}
.copyright a:hover{color:#b20000;}
.picfoot{ background:#ecedef url(../images/cion05.gif) no-repeat left top; line-height:30px; padding-left:21px; color:#606060; margin:17px 0 0 10px;}
.picfoot span{ font-weight:normal; color:#ca0000; line-height:30px;}
.picfoot img{ margin-top:1px; line-height:30px; vertical-align:middle;_padding-bottom:5px;}

/*--------------表现部分-------------*/
.logo{ float:left; padding:8px 0 8px 37px!important;> padding:8px 0 8px 37px!important; padding:8px 0 8px 37px;}/*网站标识*/

.topnav{ float:right; padding:12px 5px 0 0;}/*顶部菜单*/
.topnav a{ color:#000;line-height:28px; padding:0 6px 0 20px; background:url(../images/cion01.gif) no-repeat 10px 2px; margin:0 5px;}
.topnav a:visited{ color:#000;}
.topnav a:hover{ color:#ca0000; text-decoration:underline;}


.menu{ background:url(../images/menubj.gif) repeat-x left top; height:31px;}
.menu ul{ list-style-type:none; padding-left:30px;}
.menu ul li{ margin:0 4px; float:left;}
.menu ul li a{ display:block; line-height:31px;}
.menu ul li a span{ color:#fff; padding:0 18px; display:block; line-height:31px;}
.menu ul li a:visited{ color:#fff;}
.menu ul li a:hover{ background:url(../images/menur.gif) no-repeat right top; font-weight:bold; color:#f3f3f3;}
.menu ul li a:hover span{ background:url(../images/menul.gif) no-repeat left top; font-weight:bold; color:#f3f3f3;}
.menu .current{background:url(../images/menur.gif) no-repeat right top; font-weight:bold; color:#f3f3f3;}
.menu .current span{ background:url(../images/menul.gif) no-repeat left top; font-weight:bold; color:#f3f3f3;}
.menu .current:visited{ color:#f3f3f3;}

.submenub{ background:url(../images/sub_b.gif) no-repeat right bottom;}
.submenum{ background:url(../images/sub_t.gif) repeat-y right top; }
.submenu{ background:url(../images/sub_t.gif) no-repeat right top; padding:0 0 0 0;}/*子菜单a*/

.submenu dl{ padding:10px 0;}
.submenu dl dt{ text-align:right;line-height:28px; margin-bottom:2px;}
.submenu dl dt a{display:block;line-height:28px;color:#373737; padding-right:12px;}
.submenu dl dt a:visited{ color:#373737;}
.submenu dl dt a:hover{color:#ca0000;background:url(../images/sub_h.gif) no-repeat left center;font-weight:bold;}
.submenu .current{background:url(../images/sub_h.gif) no-repeat left center; color:#ca0000; font-weight:bold;}
.submenu .current:visited{color:#ca0000;}


.submenu dl dd{ padding:10px 0 10px 15px;}/*子菜单b*/
.submenu dl dd a{color:#000;padding:0; text-align:left;}
.submenu dl dd a:visited{color:#000;}
.submenu dl dd a:hover{color:#ca0000;}

.submenu h6{ text-align:right; font-weight:normal; padding-right:28px; color:#ca0000;}/*子菜单More*/
.submenu h6 a{color:#ca0000; font-family:"宋体";}
.submenu h6 a:visited{color:#ca0000;}
.submenu h6 a:hover{color:#000;}

/*--------------首页内容块-------------*/
.banner{ width:1002px; height:227px; overflow:hidden;}/*标语 广告*/
.search{}/*搜索*/
.icompany{ padding:10px;}/*首页公司简介*/
.icompany h1{ text-align:center; margin:0 auto 10px; width:166px; height:116px;}
.icompany p{ padding:5px 5px 5px 10px; color:#505050;}
.icompany p a,.icompany p a:visited,.icompany p a:hover{color:#f00;text-decoration:underline;}


.inews{ padding:11px 5px 11px;}/*首页新闻*/
.inews ul{list-style:none; padding-top:5px;}
.inews ul li{height:25px;color:#434343; background:url(../images/line01.gif) repeat-x left bottom;}
.inews ul li span{float:right; padding-right:8px;}
.inews ul li a{line-height:25px;color:#434343;padding:0px 0 0 21px; background:url(../images/cion02.gif) no-repeat 12px 5px;}
.inews ul li a:visited{color:#434343;}
.inews ul li a:hover{color:#ca0000;}
.inews ul li a img{margin-top:0!important;margin-top:9px;}
.inews strong{ line-height:16px;}


.ilink{ padding:4px;}
.ilink table{ margin:0 auto;}
.ilink td{ margin:0 auto;}
.ilink a{ margin:0 7px;}
.ilink img{ width:125px; height:81px;}



.ihotpro{ text-align:center;}/*首页热门产品*/
.ihot_list{ text-align:center; margin:0 auto;}
.ihot_list h1{ margin:0 auto 15px; text-align:center;width:150px; height:150px;}

.ihot_list h2{ background:#d0d0d0; text-align:center;color:#ca0000;line-height:25px; margin:8px 4px;}
.ihot_list h2 a,.ihot_list h2 a:visited,.ihot_list h2 a:hover{ color:#ca0000;}


/*首页产品导航*/

.pro_cont{ padding:10px 6px;}

.pro_cont .menu1{ background:url(../images/iproline.gif) no-repeat right top; height:230px; width:100px;}
.pro_cont .menu1 ul{list-style-type:none; padding:15px 0 15px 0;}
.pro_cont .menu1 ul li{margin-bottom:2px; height:21px;}
.pro_cont .menu1 ul li a{display:block;line-height:21px; color:#373737;padding:0 0 0 15px;}
.pro_cont .menu1 ul li a:visited{ color:#373737;}
.pro_cont .menu1 ul li a:hover{background:url(../images/promenu1.gif) no-repeat left center;color:#ca0000;}
.pro_cont .menu1 .current{color:#ca0000;background:url(../images/promenu1.gif) no-repeat left center;}
.pro_cont .menu1 .current:visited{color:#ca0000;}

.pro_cont .pro_list{ padding:0 0 0 20px; width:510px;height:277px!important;>height:271px!important;height:271px;}
.pro_cont .pro_list div{width:115px; float:left; margin:0 5px 0 0!important;>margin:0 5px 0 0!important;margin:0 5px 0 0;}

.pro_cont .pro_list h2{width:100px;height:100px;margin:0 auto; background:#fff;}
.pro_cont .pro_list h2 a{width:100px;height:100px;border:1px solid #acacaa; background:#fff;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:87px;*font-family:Arial;}
.pro_cont .pro_list h2 img{ vertical-align:middle;}

.pro_cont .pro_list h3{	text-align:center;	color:#434343; padding-top:10px;font-size:12px;}
.pro_cont .pro_list h3 a{ color:#434343; font-size:12px; font-weight:normal;line-height:18px;}
.pro_cont .pro_list h3 a:visited{ color:#434343;}
.pro_cont .pro_list h3 a:hover{ color:#ca0000;}
.pro_cont .pro_list h3 strong{ line-height:18px;}

.ihotb01{ background:url(../images/hot_b.jpg) no-repeat left bottom;}
.ihotb{ background:url(../images/hot_b.jpg) no-repeat left bottom; padding-bottom:10px!important;>padding-bottom:10px!important;padding-bottom:20px;}
.ihotm{ background:url(../images/hot_m.jpg) repeat-y left top;}
.ihot{ background:url(../images/hot_t.jpg) no-repeat left top;}/*首页热门产品*/

.ihotpro_list01{padding:15px 0 0 25px;}/*首页热门产品列表*/
.ihotpro_list01 div{ float:left;width:100px;margin:0 22px 0 0!important;>margin:0 22px 0 0!important;margin:0 15px 0 0; text-align:center;}
.ihotpro_list01 div .bb{width:100px;height:100px;margin:0 auto; border:#a1a3a0 1px solid; background:#fff;}
.ihotpro_list01 div .bb a{width:100px;height:100px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:87px;*font-family:Arial;}
.ihotpro_list01 div .bb img{vertical-align:middle;}

.icontact{ padding:2px 20px 0 10px;}/*联系我们*/
.icontact h1{ background:url(../images/cion01.gif) no-repeat left 5px; line-height:25px; padding-left:15px; color:#ca0000; margin-top:10px;}
.icontact ul{ padding:0 0 10px 135px;}

/*--------------公用样式-------------*/

.ititle{}/*首页标题*/
.ititle h1{ background:url(../images/ititle_m.gif) repeat-x left top;}
.ititle h1 p{ background:url(../images/ititle_rcion.gif) no-repeat right top;}
.ititle h1 p span{ display:block; background:url(../images/ititle_l.gif) no-repeat left top;color:#ca0000; line-height:28px;  padding:0 0 3px 21px;}

.ititle h1 p span a{ float:right; padding-right:30px; line-height:29px; color:#
3a3a3a; font-weight:normal;}


.title{ margin-bottom:10px;}/*内页标题*/
.title h1{ background:url(../images/ititle_m.gif) repeat-x left top;}
.title h1 p{ background:url(../images/ititle_r.gif) no-repeat right top;}
.title h1 p span{ display:block; background:url(../images/ititle_l.gif) no-repeat left top; line-height:28px; padding:0 0 4px 21px;color:#ca0000; }
.title h1 p b{ display:block;background:url(../images/placel.gif) no-repeat left top; line-height:28px; padding:0 0 4px 25px;color:#ca0000;}

.title01{ height:28px;}
.title01 h1{ background:url(../images/title01_m.gif) repeat-x left top; float:left;height:28px; }
.title01 h1 p{background:url(../images/title01_r.gif) no-repeat right top; float:left;height:28px; line-height:28px;}
.title01 h1 p span{ background:url(../images/title01_l.gif) no-repeat left top; line-height:23px; padding:3px 25px 2px 15px; display:block;}
.title01 a{ float:right; line-height:28px; color:#ca0000;}
.title01 a:visited{color:#ca0000;}

.title02{ background:url(../images/tit_m.gif) repeat-x left top;height:25px;}
.title02 h1{ background:url(../images/tit_r.gif) no-repeat right top;line-height:25px;}
.title02 h1 p{ background:url(../images/tit_l.gif) no-repeat left top; line-height:25px; padding:0 0 0 21px; color:#fff; display:block;}

.container{ padding:23px;}/*内容页内容部分四边间隔*/

.container2{ color:#5e5e5e; width:730px; padding:7px; overflow:hidden;}

/*--------------简介内容部分-------------*/
.content{text-align:left; font-size:14px; background:#ececec;}
.content h1{ height:26px; line-height:26px; padding-left:10px; border:#ccc 1px solid;}

.content h2{background:url(../images/title01_m.gif) repeat-x left top; float:left;height:28px; }
.content h2 p{background:url(../images/title01_r.gif) no-repeat right top; float:left;height:28px; line-height:28px;}
.content h2 p span{ display:block; background:url(../images/title01_l.gif) no-repeat left top; line-height:23px; padding:3px 25px 2px 15px; display:block; color:#ca0000;}
.content h2 a{ color:#ca0000; line-height:28px;}
.content h2 a:visited{ color:#ca0000;}
.content h2 a:hover{ color:#000;}

.content h3{ color:#000000; font-size:14px; text-align:center;}
.content h4{color:#5e5e5e; font-weight:normal;margin:2px 0; line-height:30px;text-align:center; background:url(../images/h4_line.gif) repeat-x left top;}

.content h5{ text-indent:5px;line-height:25px; background:url(../images/h5_m.gif) repeat-x left top;}
.content h5 p{background:url(../images/h5_r.gif) no-repeat right top; line-height:24px;}
.content h5 p span{display:block; background:url(../images/h5_l.gif) no-repeat left top; color:#e94400; padding-left:30px; line-height:25px;}

.content h6{font-size:14px; border:#b0afac 1px dotted; line-height:25px; text-indent:10px;color:#000; font-weight:normal;}

.content li{margin-left:3.5em;}
.content strong{color:#e60000;}
.content a{color:#f00;}
.content a:visited{color:#f00;}
.content a:hover{ text-decoration:underline;}

.content table{border-collapse:collapse;border:#939393 solid 1px; color:#828282;}
.content table th{background:url(../images/th.gif) repeat-x left top; line-height:22px; color:#fff;padding:0 5px; text-align:center; font-size:12px;}
.content table td{padding:0 5px;border:#939393 solid 1px; color:#828282;}

/*--------------栏目页面-------------*/
.brief{ padding:15px; line-height:25px;color:#ca0000;border-bottom:#ca0000 1px solid; margin-bottom:15px;}/*内页简介*/
.brief a{ color:#000;}
.brief a:visited{ color:#000;}
.brief a:hover{ color:#333;}


.place{ background:url(../images/ititle_m.gif) repeat-x left top;}
.place table { background:url(../images/ititle_r.gif) no-repeat right top;}
.place table td{display:block;background:url(../images/placel.gif) no-repeat left top; line-height:28px; padding:0 0 3px 25px;color:#828282; }
.place a{color:#828282;padding:0 5px 0 10px;text-align:right;}
.place a:visited{color:#828282;}
.place a:hover{color:#ca0000;}

.page{ margin:15px 0;text-align:center;color:#000000;}/*分页*/
.page a{color:#000000;}
.page a:visited{color:#000000;}
.page a:hover{color:#ca0000;font-weight:bold;}


.tool{ border-bottom:#aaaaaa 1px solid; border-top:#aaaaaa 1px solid; text-align:right; color:#000;margin:15px 0;}
.tool a{color:#000000;}
.tool a:visited{color:#000000;}
.tool a:hover{color:#ca0000;font-weight:bold;}

/*新闻页面*/
.newslist{}
.newslist ul{ list-style:none;}
.newslist li{ line-height:17px; padding:7px 0; background:url(../images/line01.gif) repeat-x left bottom;}
.newslist li a{ display:block;line-height:17px; font-family:tahoma,"宋体"; cursor:pointer; color:#5e5e5e;background:url(../images/cion02.gif) no-repeat 5px 7px;}
.newslist li a p{ padding-left:20px;  line-height:17px; color:#5e5e5e;}
.newslist li a span{ float:right; line-height:17px;}
.newslist li a strong{ line-height:17px;}
.newslist li a:visited{ color:#5e5e5e;}
.newslist li a:hover{color:#ca0000;font-weight:bold;}
.newslist li a:hover p{background:url(../images/cion022.gif) no-repeat 5px 7px;color:#ca0000;font-weight:bold;}

/*新闻明细评论页面*/
.recent_comment{}
.recent_comment ul{ list-style-type:none; padding:15px;}
.recent_comment li{ border-bottom:#aca4a4 1px dotted;padding-left:15px;line-height:20px;}
.recent_comment li a{line-height:28px;background:url(../images/cion02.gif) no-repeat left 13px;color:#5e5e5e;padding:2px 0 0 14px; display:block;}
.recent_comment li a:visited{color:#5e5e5e;}
.recent_comment li a:hover{color:#ca0000; background:url(../images/cion022.gif) no-repeat left 13px; font-weight:bold;}


.comment_content{margin:15px;}
.comment_content td{padding:12px 0 0;color:#393939;}
.input_title{width:200px;border:#c7c7c7 solid 1px;height:18px; line-height:18px; padding-top:2px;color:#000; background:#efefef;}
.input_name{width:200px;border:#c7c7c7 solid 1px;height:18px; line-height:18px; padding-top:2px;color:#000; background:#efefef;}
.comment_content textarea{width:475px;height:95px;border:#c7c7c7 solid 1px;margin:0 8px 0 0; background:#efefef;}
.comment_content .btn{ border:none;background:url(../images/th.gif) repeat-x left top; width:99px; height:22px; line-height:16px; margin:5px 5px 0 1px; color:#fff; font-weight:bold;}

/*产品列表标题*/
.pro_title{ background:url(../images/line01.gif) repeat-x left bottom;padding-bottom:5px;}
.pro_title h6{text-align:center;width:129px;float:left;margin:0 11px 0 0;height:28px;}
.pro_title h6 a{color:#ca0000; line-height:28px;background:url(../images/pronava.gif) no-repeat left bottom; display:block;}
.pro_title h6 a:visited{color:#ca0000;}
.pro_title h6 a:hover,.pro_title .current a{color:#5e5e5e;background:url(../images/pronava.gif) no-repeat left bottom;}
.pro_title .current a:visited{color:#5e5e5e;}

/*产品列表a页面*/
.pro_c{ background:url(../images/line01.gif) repeat-x left bottom;margin-bottom:15px;}
.pro_c table{ border-collapse:collapse;}
.pro_c td{ padding:0 9px; color:#838383; vertical-align:top;}
.pro_c td a{color:#ca0000; font-weight:bold;}
.pro_c td a:visited{color:#ca0000;}
.pro_c th{ color:#ca0000; padding:0 0 0 20px; text-align:left; vertical-align:top; font-weight:normal;}
.pro_c span{ color:#ca0000;}
.pro_c p{ background:url(../images/cion04.gif) no-repeat 6px 5px; color:#ca0000; padding:2px 0 5px 12px;}
.pro_c p a{ color:#ca0000; text-decoration:underline;}
.pro_c p a:visited{ color:#ca0000; text-decoration:underline;}
.pro_c p a:hover{ color:#ca0000; text-decoration:none;}

/*产品列表b页面*/
.xuxian{ background:url(../images/line01.gif) repeat-x left bottom; height:1px;}
.pro_listn{ padding:10px 0 10px 0;}
.pro_listn div{width:113px; float:left; margin:10px 5px;}

.pro_listn h2{width:100px;height:100px;margin:0 auto;border:1px solid #cccccc;}
.pro_listn h2 a{width:100px;height:100px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:87px;*font-family:Arial;}
.pro_listn h2 img{ vertical-align:middle;}

.pro_listn h3{text-align:center; margin-top:10px;color:#838383;font-size:12px;}
.pro_listn h3 a{ color:#838383; font-size:12px; font-weight:normal;line-height:18px;}
.pro_listn h3 a:visited{ color:#838383;}
.pro_listn h3 a:hover{ color:#ca0000;}
.pro_listn h3 strong{line-height:18px;}

/*public_pic_list页面*/
.productb{ padding:2px 0 0 10px;}
.productb div{float:left; width:16%; text-align:center;margin:8px 0;}
.productb div h5{ width:100px; height:100px; margin:0 auto 5px auto;}
.productb div h5 a{width:100px;height:100px; border:1px solid #d4d4d4;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:87px;*font-family:Arial;}
.productb div h5 img{vertical-align:middle;}
.productb div span{ color:#ca0000; line-height:17px; padding:0 5px;}

/*product_detail_b页面的简介和相关产品*/
.sub_brief{ padding:8px 0 0;}
.sub_briefdl ul{ list-style-type:none;}
.sub_briefdl li{background:url(../images/cion02.gif) no-repeat 5px 11px;color:#000;border-bottom:#000 dotted 1px;padding:2px 10px 0 15px; margin:8px;}
.sub_briefdl li a{color:#000;}
.detail_brief{padding:8px;}

/*产品明细c*/
.content .prdetail_c{ margin-bottom:20px;}
.content .prdetail_c img{ margin-top:9px;}
.content .prdetail_c table{ border:none;}
.content .prdetail_c table td{ border:none;}

.proc_con{margin:0 auto;text-align:center; }
.proc_con span{ margin:20px 0; width:200px; height:200px;}
.proc_con .img{ overflow:hidden; border:#bcbcbc 2px solid; margin:20px 0 0; background:#fff;}
.proc_conr{margin:15px;}
.proc_conr div strong{ font-weight:normal;color:#ca0000; font-size:12px;line-height:20px; height:20px;}


/*联系我们页面*/
.contacty{ width:50%; float:left;}
.contactus_con{ padding:20px 35px 10px;}
.contactus img{ width:200ppx; height:200px; margin:0 10px 10px 0;}

/*网站地图页面*/
.sitemap{ padding-top:20px;}

.sitemap h2{padding:15px 10px 5px;font-weight:normal;color:#000;}
.sitemap h3{padding:8px 5px;font-weight:normal; color:#838383;}
.sitemap h3 a{ color:#838383;padding:0 2px 0 8px;}
.sitemap h3 a:visited{ color:#838383;}
.sitemap h3 a:hover{color:#ca0000;font-weight:bold;}

/*典型客户页面*/
.client{padding:16px 10px 0 10px;}
.client td{ background:url(../images/cion06.gif) no-repeat left 5px; line-height:26px; padding-left:15px;color:#838383;}

/*下载中心页面*/
.downlist{ margin:20px 10px 0 20px;}
.downlist td{border-bottom:#ccc solid 1px; line-height:30px;color:#838383;}
.downlist a{color:#5e5e5e;background:url(../images/cion01.gif) no-repeat left center; padding-left:10px;}
.downlist a:visited{color:#5e5e5e;}
.downlist a:hover{ font-weight:bold;color:#ca0000;}


/*留言与评论页面*/
.board{}
.board_border{padding:0; }
.board_h2{margin-bottom:5px;font-weight:bold;padding:0 0 0 20px;font-size:14px;color:#ca0000;}
.board_h4{color:#f00;font-size:14px;text-align:center;}
.board_h4 a{color:#f00;}
.board_h4 a:visited{color:#f00;}
.board_h5{text-align:center;font-weight:normal;margin:5px 0;}

.board textarea{border:#ccc solid 1px; }

.board_border{padding:0;}
.board_border ul{list-style-type:none; color:#000;}
.board_border li{padding-left:10px; background:url(../images/cion02.gif) no-repeat 0px 8px; }

.board_border2{padding:0px;}

.board_border2 .select{line-height:24px; margin-right:10px;}
.board_border2 .border_input{ width:100px; background:#fff;border:#ccc solid 1px; height:18px; line-height:18px;color:#000;}
.board_border2 textarea{width:100px;height:40px; background:#fff;color:#003300;}
.btn{width:50px;height:22px;line-height:22px;text-align:center; border:none;background:url(../images/th.gif) repeat-x left top; color:#fff; margin-right:10px;}

.form td{padding:5px 0;color:#000;}
.sitemsg{margin:10px 0 0;}
.sitemsg td{padding:5px 0;color:#000;}
.sitemsg .msgtitle{color:#000;}
.sitemsg .msgtitle b{color:#ca0000;}



.search{ margin:10px 0 0; background:#f0f0f0; line-height:28px; height:28px; text-align:center;padding:3px 0 5px;}

.search h1{
	line-height:20px;
	vertical-align:middle;
	margin-top:3px;
	color: #ca0000; font-size:14px;
} 
.search input{width:280px;margin-top:3px;color:#000000;margin-right:12px;padding:1px 0 1px 4px;border:1px solid #ccc; line-height:20px; height:20px;}
.search img{ vertical-align:middle;}
