@CHARSET "UTF-8";
/* CSS Document */

.body {float: left;
    overflow: hidden;
    width: 1002px;}

.body .left { width:230px; float:left; overflow:hidden;padding-top:10px;}
.body .right { display: inline;
    float: left;
    margin-left: 11px;
    width: 738px;
    padding:10px;
    display:inline;  
    
    background: #F6F4E8;
	border: 1px solid #F7D991;
}  

.panel { float:left; width:100%;}
.panel .title { float:left; height:26px; line-height:26px; width:228px;border: 1px solid #F7D991;border-bottom:none;background-color:#F6F4E8; }
.panel .content { background:#F6F4E8; float:left; height:210px; width:228px; border:1px solid #F7D991; border-top:none;  }
.panel .content .selected,
.panel .content .selected a,
.panel .content .selected a:visited { color:#CD7B7D; }

.left .graypanel { width:325px; overflow:hidden; float:left; }
.right .graypanel { width:305px; float:left; }

.path { height:20px; line-height:20px; float:left; }

.info_con { text-align:left!important; float:left; margin-top:10px; width:100%; }
.info_con p { text-align:left!important; line-height: 200%;text-indent: 28px;font-size: 14px;}
.info_con table { margin:auto; background:#333; border:1px solid #333; border-right:none; margin-top:20px; border-bottom:none;}
.info_con table td,
.info_con table th { border-right:1px solid #333; border-bottom:1px solid #333;padding:0 5px; line-height: 30px; }
.info_con table th { text-align:center; background-color:#EFF4F8;}
.info_con table td { text-align: center; background: #F6F4E8;}

#subnav { width:230px; }
#subnav .title { display:block; width:228px; height:32px; line-height:32px; border-bottom:none; }
#subnav .title hr { width:208px; margin-left:10px;float:left;height:1px; border-bottom:1px dashed #000;}
#subnav .content p { color:#A10707; line-height:200%; font-size:14px; text-indent:0; margin:5px 4px; }
#subnav .content ul { width: 160px;margin-left: 50px;}
#subnav .content li { list-style: none;height: 40px;line-height: 40px;border-bottom: 1px dashed #AAA;text-indent:10px;text-align: left;}

