 /*-------------------- 基本html标记样式 --------------------*/
  body {
	padding: 0;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background-color: #000000;
	margin: 0px;
}
  img {max-width: 100%;border:0px;}
  form {margin:0;padding:0;}
  td {font-size: 12px;}
  a:link,a:visited {color:#000000;text-decoration:none}
  a:hover,a:active {color:#333333;text-decoration:none;}
  a:link.U, a:visited.U {color:#000;text-decoration:underline}
  a:hover.U, a:active.U {color:#000;text-decoration:underline;}
  .HackBox {clear: both;font-size:0px;line-height:0px;} /*---清除浮动---*/
  .dotline { border:1px dashed #C0C0C0; height:1px }
  .RightHead {
	margin:0px;
	line-height:25px;
	height:25px;
	padding-left:5px;
	font-weight:bold;
	font-size:12px;
	color: #FFFFFF;
	background-color: #333333;
}
  
 /*---主体样式---*/
  #container {
	width:980px;
	margin:0 auto;
	padding:0px;
	text-align:center;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	display: table;
}
 
 /*---顶部样式---*/
  #container #header{margin:0;width:100%;}
  #container #header #shopheader {margin:0px auto;overflow: hidden;width: 910px;}
  #container #header #logo {
	width:50%;
	text-align:center;
	padding: 8px;
}
  #container #header #headnavbar { folat:right;text-align:right;clear:right;margin-top:10px;width:auto;height:30px;}
  #container #header #headnavbar ul li{folat:left;display:inline;margin:0 3px;}
  #container #header #headnavbar .menuDiv { width:0px; height:10px; background:#ccc; }
  #container #header #headsearch {float:right;clear:right;width:50%;text-align:right;margin-bottom:5px;}
   
  #menu {text-align: center;height:30px;line-height:36px;font-weight:bold;font-size:18px; color:#F9FFD6;FILTER: dropshadow(color=#000000,offx=2,offy=2);color:#F9FFD6}
  #menu ul{margin:0px;}
  #menu li{display:inline;margin:0 10px}
  #menu a{color: #F9FFD6; text-decoration: none; filter:DropShadow(Color=#000000, OffX=3, OffY=3, Positive=true);

}
  .menuL {}
  .menuR {}  
  .menuDiv { width:1px; height:10px;}/*---菜单分割线---*/


  /*---内容样式---*/
  #container #tbody {width:100%;text-align:left;margin:6px auto; }
  
  /*---侧栏--*/
  #sidebar {float:left;width:200px;text-align:center;margin:0px}
  #innersidebar {
	text-align: center;
}

   /*---侧栏样式--*/
  .sidepanel {
	width:160px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
  .Ptitle{margin:0px; line-height:26px;height:26px;padding-left:25px;text-align:center;font-weight:bold; color:#FFFFFF;font-size: 13px}  
  .Pcontent{}  
  .Pcontent ul {list-style:none;margin:0px;padding:0px;}
  .Pcontent ul li {
	height: 40px;
	width: 160px;
	background-color: #DBDCD7;
	padding: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
  .Pfoot{margin-bottom:10px;}  
  
  /*---主内容--*/ 
  #mainContent{
	float:left;
	width:720px;
	background-color: #DBDCD7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 10px;
	height: 100%;
	display: table;
}
  #innermainContent{margin:1px;}
  .content-width{margin:auto;width:100%;}/*--主内容元素的全局宽度--*/
  
  
  /*---底部样式---*/
.foot {
	width:650px;
	text-align:center;
	background-color:#DBDCD7;
	height: 40px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.foot a {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}  
  
  /*---首页轮显广告样式/首页最新动态样式---*/
  #container #adv_middle {float:left;width:460px;text-align:center;margin:0px}
  #container #news_top10 {
	margin:0px 0px 10px 0px;
	float:right;
	width:240px;
}
  #container #link_index {width:980px;margin:0px auto 10px auto;text-align:left;}
  .MainHead {font-weight: bold; background-color: #F5F5F5;color:#fff}