@charset "utf-8";
/* CSS Document */

*{
 margin:0 auto;
 padding:0 0;
}
ul{ margin:0; padding:0;}
body{
 background:#000000;
 margin-top:60px;
}
#gear{
 width:347px;
 line-height:normal;
}
#header{
 background:url(../public/images/account/bgTop.jpg) no-repeat top left;
 width:347px;
 height:67px;
 text-align:center;
}
#header p{
 padding-top:14px;
 padding-left:24px;
 font-size:12px;
}
#leftGear{
 float:left;
 background:url(../public/images/account/bgLeft.jpg) no-repeat top left;
 width:51px;
 height:368px;
}

#leftGear li{
 margin:5px 0 0 10px;
}

#leftGear .first{
 margin:6px 0 0 10px;
}

#centerGear{
 float:left;
 background:url(../public/images/account/bgCenter.jpg) no-repeat top left;
 width:234px;
 height:368px;
}
#rightGear{
 float:left;
 background:url(../public/images/account/bgRight.jpg) no-repeat top left;
 width:52px;
 height:368px;
}

#rightGear li{
 margin:5px 0 0 10px;
}

#rightGear .first{
 margin:3px 0 0 5px;
}

#centerGear #info{
 background:url(../public/images/account/bgCenterTop.jpg) no-repeat top left;
 width:234px;
 height:304px;
}
#centerGear #skill{
 background:url(../public/images/account/bgCenterBottom.jpg);
 width:234px;
 height:64px;
}
#centerGear #skill .first{
 margin-left:59px;
}
#centerGear #skill li{
 float:left;
 margin-left:10.5px;
 display:inline;
 margin-top:14px;
}
#centerGear #skill .last{
  margin-left:8px;
  margin-top:5px;
}
#baseInfo{
 float:left;
 color:#FF9900;
 font-size:12px;
 padding-top:12px;
 padding-left:4px;
 width:170px;
}

#exInfo{
 float:right;
 width:31px;
 padding-top:7px;
}
#exInfo li{
 list-style:none;
 width:27px;
 height:24px;
 margin:2px;
 color:#fff;
 font-weight:bolder;
 text-align:center;
 padding-top:3px;
}

.box{
 margin-top:3px;
 width:116px;
 height:95px;
 background:url(../public/images/account/stat-bg1.gif) no-repeat top left;
 float:left;
 font-size:11px;
 color:#FF9900;
 padding-top:4px;
 word-spacing:-4px !important;
 letter-spacing:-0.6px !important;
}
.box span{
 margin-left:4px;
 margin-right:4px;
}
.box1{
 margin-top:3px;
 width:116px;
 height:45px;
 background:url(../public/images/account/stat-bg2.gif) no-repeat top left;
 float:left;
 font-size:11px;
 color:#FF9900;
 padding-top:2px;
 word-spacing:-4px !important;
 letter-spacing:-0.6px !important;
}
.box1 span{
 margin-left:3px;
 margin-right:5px;
}
.green{
 color:#00cc00;
}




