/* HTML标记样式 */
body,p,th,td { font-size:12px; color:#2E2E2E; }
body { margin: 0 auto; text-align:center; padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0; background-color:#9CB6DE }
table { text-align:left; }
img { border:0px; }
form { margin:0; padding:0; }
a:link,a:visited { color:#333333; text-decoration:none }
a:hover,a:active { color:#333333; text-decoration:underline }
a:link.M, a:visited.M { color:#FFFFFF; font-weight:bold }
a:hover.M, a:active.M { color:#FFFFFF; font-weight:bold; text-decoration:underline }
a:link.U, a:visited.U { color:#FFFFFF; font-weight:bold }
a:hover.U, a:active.U { color:#FFFFFF; font-weight:bold; text-decoration:underline }
hr { border:#000000 0px solid; border-top: #D1D7DC 1px solid; height: 0px; }
input,textbox {  border: 1px solid #CED3DE; padding:1px 4px; background-color: #EFF3F7}


/*页面层容器*/
#mainbox { 
 border-top:6px solid #6B8EC6; border-bottom:8px solid #6B8EC6; background:#FFFFFF; width: 960px;margin:0px auto; 
 padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0   
}

/* 按钮样式 */
.button { color: #FFFFFF; background-image:url('../images/headbg.gif') }

/* 框体间空 */
.brclass { padding-top: 6px }

/* 顶部主菜单 */
.TopMenu {
 text-align:center; 
 height:28px; 
 padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px; color:#FFFFFF; background-image:url('../images/headbg.gif') 
}

/* 主体表标题栏 */
.MainHead {
 background-position:  
               0% 0%; font-weight: bold; 
 height:25px;
 padding-left:10px; 
 background-repeat:repeat; background-attachment:scroll; color:#FFFFFF; background-image:url('../images/headbg.gif')
}

/* 主体表 */
.MainTable {
 border:1px solid #6B8EB5; background-color:#E4E7ED; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px;border-collapse: collapse
}

/* 右栏表标题栏 */
.RightHead {
 background-position:  
               0% 0%; font-weight: bold; 
 height:25px;
 padding-left:10px; 
 background-repeat:repeat; background-attachment:scroll; color:#FFFFFF; background-image:url('../images/headbg.gif')
}

/* 右栏表 */
.RightTable {
 background-color:#E4E7ED; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px;border-collapse: collapse
}

/* 表单元格主样式 */
.table_td {
 background-color: #F7F7F7
}

/* 当每行两个小类时商品分类表样式 */
.category_table {
 border:1px solid #6B8EB5; 
 background-color: #F7F7F7; 
 padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px
}

/* 主体表文本 */
.maintxt {
 padding:10px;
}

/* 顶部背景样式 */
.top_table {}

/* 底部背景样式 */
.end_table {}

/* 顶部购物车图片样式 */
.cartimg {  
 background-position: left top; background-image: url('../images/cart.gif'); 
 background-repeat: no-repeat; 
 background-attachment:fixed
}
/*---------------------------------------------------- 新闻公告 ---------------------------------*/
#news{
	float:left;
	widht:750px;
	background-image:url(bg1.GIF);
	background-repeat:no-repeat;
	background-position:right;
	
	
}
.rightTime{
	font-size:12px;
	color:#000000;
	margin-right:12px;
	margin-left:16px;
}
#news li{
	width:750px;
	list-style-type: none; 
	float:left;
	height:32px;
	line-height :32px;
	background-image: url(../images/news_bg.gif);
}
#news a{
	background-image: url(../images/arrow01.gif);
	background-repeat: no-repeat;
	padding-top:3px;
}
#news a:hover{
	background-image: url(../images/arrow01_a.gif);
	background-repeat: no-repeat;
	padding-top:3px;
}
/* ----------------------- Div Scroll Bar --------------------------------- */

  #box {
     background:#fefefe;
     position:relative;
  width:185px;
  height:350px;
  }
  #xscroll {
     position:relative;
  float:right;
  left:auto;
  top:auto;
  height:100%;
  width:1px;
  background:#C1EEF0;
  }
  #slider {
     position:absolute;
  left:0px;
  top:0px;
  z-index:1;
  width:5px;
  height:23px;
     visibility:hidden;
  background:#0099FF;
  }
  #nContent {
  color:#6A2A04;
     position:relative;
  width:180px;
  height:350px;
  overflow:hidden;
 
  font-size:9pt;
  font-family:arial;
  }