.recommendHeader {
  width:100%;
  padding:0px;
  /*background:#000000;*/
  overflow:hidden;
}

.recommendHeader .head{
  width:580px;
  height:70px;
  /*background:#333333 url('../images/bg_top.jpg') repeat-x bottom;*/
}

.recommendHeader .head .top {
    width:100%;
}

.recommendHeader .head .top .topL{
    width:10px;
    height:70px;
    background:url('../images/header_topL.png') no-repeat bottom left;
    float:left;
}

.recommendHeader .head .top .topM{
    width:560px;
    height:70px;
    background:#333333 url('../images/bg_top.jpg') repeat-x bottom;
    float:left;
}

.recommendHeader .head .top .topR{
    width:10px;
    height:70px;
    background: url('../images/header_topR.png') no-repeat bottom right;
    float:right;
}

.recommendHeader .head .topM .logo{
    width:160px;
    padding-right:2px;
    padding-left:10px;
    padding-top:10px;
    padding-bottom:5px;
    float:left;
}
.recommendHeader .head .topM .topC{
    width:800px;
    background:none;
    float:left;
}

.recommendWidth {
  /*background:url('../images/bg_main.jpg') repeat-x top;*/
}

.recommendBody {
  width:578px;
  padding-top:10px;
  padding-bottom:3px;
  padding-right:0px;
  padding-left:0px;
  clear:both;
}
