/*---主体样式---*/
  #container{width:960px;margin:20px auto;text-align:center;}
/*---顶部样式---*/
  #container #header{width:960px; height:300px; margin:0 auto;background:url(images/header_bg.jpg) no-repeat center; position:relative;}
  #container #header #blogname{width:230px;position:absolute;top:80px;left:160px;font:30px Verdana; padding-top: 10px; margin-bottom:0; text-align:left; color:#900; font-weight:700;}
  #container #header #blogname #blogTitle{display:none;}
  #container #header #menu{width:960px; height:35px; position:relative; top:225px; margin:0 auto;}
  #container #header #menu #Left{display:none;}
  #container #header #menu #Right{display:none;}
  #container #header #menu ul{left:0px; position:absolute; bottom:-1px; overflow:hidden; height:35px;}
  #container #header #menu ul li{float:left;  font-weight:bold; margin-left:-2px;}   
  .menuDiv{width:4px;padding:0px;}/*---菜单分割线---*/
  /*---内容样式---*/
  #container #Tbody{width:900px;margin:0 auto;overflow:hidden; text-align:left;background:url(images/container_bg.jpg) 0 0 repeat-y;}
  /*---工具条--*/
  #sidebar{width:235px;float: right; margin: 0 10px 10px 0;color: #555; position:relative;}
  #innersidebar{}
  #sidebar-topimg{}
  #sidebar-bottomimg{ background:url(images/rss.jpg) 0 0 no-repeat; width:200px; height:73px; position:absolute; right:-40px;}
  /*---工具箱样式--*/
  .sidepanel{padding:15px; overflow:hidden;}
  .Ptitle{font:normal 18px Verdana, Arial, Sans-Serif; color: #444;  background: url(images/sidetitle_bg.gif) no-repeat; padding-left: 23px; }  
  .Pcontent{text-align:left;color:#999999} 
  .Pfoot{height:10px;}     
  /*---主内容-- #mainContent的width属性是控制文章日志下的填写评论区域的宽度的*/ 
  #mainContent{width:600px;float:left; padding:15px;}
  #innermainContent{margin:0;}
  #mainContent-topimg{}
  #mainContent-bottomimg{}
  .content-width{width:600px}/*--主内容元素的全局宽度--*/
  /*---主内容页数--*/
  .pageContent{text-align:left;height:18px;margin:0 10px 0 0;padding:0 12px 0 16px;}
  .NavTitle{float:left;font-weight:bold;}
  .page{padding-right:5px;height:18px;}
  .page ul{list-style:none;margin:0px;padding:0px} 
  .page ul li{float:left;padding:0px 3px 0px 6px;} 
  .page ul li.PageL {width:9px;height:16px;}
  .page ul li.PageR {width:9px;height:16px;}
  .PageLbutton{background:url('../../images/BttnLeft.gif') 0px 0px;width:9px;height:16px;display:block;}
  .PageRbutton{background:url('../../images/BttnRight.gif') 0px 0px;width:9px;height:16px;display:block;}
  /*---内容框--*/
  .Content{margin-bottom:28px; }    
  /*---日志标题框--*/
  .Content-top{color: #333;background: url(images/cat_photo.gif) no-repeat 0 0; padding-left:43px; height:40px;}
  .Content-top .ContentLeft{}
  .Content-top .ContentRight{}
  .Content-top .ContentTitle{font-size:16px;color:#333;padding-left:2px; height:26px; line-height:26px; display:inline; overflow:hidden;}
  .Content-top .ContentAuthor{color:#808080;font-size:11px;padding-left:6px;margin:1px;font-weight:100;} 
  /*---日志内容框-- width属性可以同时控制主内容页和内容页的显示宽度*/
  .Content-body{
	overflow:hidden;
	text-align:left;
	line-height:160%;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
  /*---日志内容底部--*/
  .Content-bottom{
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 15px 5px 5px 5px; 
	margin-bottom: 20px; 
    text-align: right;
	background: url(images/meta_bg.gif) top center no-repeat; 
}
  .Content-bottom a { color: #333; text-decoration:none; }
  .Content-bottom a:hover { color: #555; text-decoration:none; }
  .Content-bottom .ContentBLeft{}
  .Content-bottom .ContentBRight{}  

/*---日志其他信息--*/
  .Content-Info {/*margin:0px 4px 6px 4px;*/ padding:0px; height:20px;}
  .Content-Info .InfoAuthor{text-align:left;}
  .Content-Info .InfoOther{float:right;text-align:right;}
  .Content-Info .InfoAuthor img{}
  /*--评论框--Tips：即顾客评论和留言的框*/
  .comment{
	background: #def7f8; 
	margin-bottom: 10px; 
	overflow: hidden; 
	padding-bottom: 5px; 
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
  .commentinfo{font-size:11px;color:#1F1F1F;}
  .commenttop{padding:4px;margin:0px}
  .commentcontent{padding: 10px 15px; margin: 5px 5px 0; background: #fafafa ; }
  /*---UBB框--*/ 
  .UBBPanel{border:1px dashed #3FC;}
  .UBBTitle{font-weight:bold;padding:4px;border-bottom:1px dotted #3B3B3B;}
  .UBBContent{padding:6px;line-height:160%;}
  .UBBContent TEXTAREA {width:420px;margin-bottom:2px;}
  :link.UBBLink,:visited.UBBLink{font-size:11px;font-family:verdana;}
  /*---信息框--*/
  #MsgContent{	background: #fafafa; border: 5px solid #def7f8; padding: 10px; color: #555; }
  #MsgContent #MsgHead{padding:4px;text-align:center;font-weight:bold;border-bottom:1px  dashed #1F1F1F;}
  #MsgContent #MsgBody{padding:4px;line-height:180%;}

  .LDialog{border:1px solid #795B50;margin:3px auto;padding:1px;}
  .LDialog .LHead{background:#BBA097;padding:1px;color:#000;text-align:center;font-weight:bold;}
  .LDialog .LBody{padding:4px;line-height:200%;}

/*信息框图标以及文字*/
   .MessageText{height:50px;margin-right:0px;}
   .MessageIcon{}
   .ErrorIcon{}
   .WarningIcon{}   
   .QuestionIcon{}
  /*---底部样式---*/
  #container #foot{width:960px; height:265px;margin: 0 auto; padding:30px 0 0 0; background: url(images/footer_bg.jpg) no-repeat; position:relative; }
  #container #foot p{margin:0px; font-size:11px;}
  #container #footer a {color: #555;text-decoration: underline;}
#container #foot strong,#container #foot b,#container #foot strong a,#container #foot b a{ font-weight:normal; color:#555;}
  /*---文件上传框样式---*/
  .attachmentBody{margin:0px;font-size:11px;background:#fff}


