/*
	[Destoon B2B System] Copyright (c) 2008-2011 Destoon.COM
	This is NOT a freeware, use is subject to license.txt
*/
.catalog_box{position:relative;z-index:100;}
.catalog_box .bd{border-bottom:0px}
.catalog table{border-collapse:collapse;width:100%;}
.catalog table .tr1 th,.catalog table .tr1 td{border-top:1px solid #dee1e6;}
.catalog table .tr4 th,.catalog table .tr4 td{border-bottom:1px solid #dee1e6;}
.catalog table th{border-top:1px solid #eeeff0;border-right:1px solid #eeeff0;border-bottom:1px solid #eeeff0;border-left:1px solid #dee1e6;width:20px; vertical-align:middle; padding:10px 5px 10px 6px; font-size:16px;}
.catalog table td{border-top:1px solid #eeeff0;border-left:1px solid #eeeff0;border-bottom:1px solid #eeeff0;border-right:1px solid #dee1e6;padding:5px 10px;}
.catalog table tr.over th{border:1px solid #fbd289;background:#fdf2e1}
.catalog table tr.over td{border:1px solid #fbd289;background:#fffaf1}
.catalog table tr.bover th,.catalog table tr.bover td{border-bottom:1px solid #fbd289;}
.catalog table tr.tover th,.catalog table tr.tover td{border-top:1px solid #fbd289;}
.catalog table td dl{width:320px;height:28px;margin:0 5px;font:12px/28px Arial, Helvetica, sans-serif;overflow:hidden;float:left;word-break:break-all;
  text-overflow:ellipsis; /* IE中截断后加上... */
  white-space:nowrap;     /* 不换行 */
  display:inline;
}
.catalog table td dl dt a{margin-right:10px;font-size:14px;font-weight:bold;color:#005aa8; }
.catalog table td dl dd a{margin-right:8px;font-size:12px;}
.catalog table td dl dt,.catalog table td dl dd{ padding:0; margin:0;display:inline}