#client_body {
	display: block;
    float: left;
    margin-top: 40px;
    border: white 1px solid;
}
#client_left {
    display: block;
    float:left;
    width: 176px;
    padding: 0px;
    background: #ebecec;
    border: 1px #f7f8f8 solid;
    border-radius: 4px;
    behavior: url(404.png);
    font-size: 14px;
    font-weight: bold;
}
.client_left_item {
    display: block;
    width: 176px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    text-indent: 62px;
    border-bottom: 1px #c4c3c3 solid;
    font-size: 15px;
}
.client_left_item a {
    color: #86685b;
 }
.client_left_item a:hover{
    color: #EC743A;
}
.client_left_last {
    border-bottom: none;
}
.client_left_item_head {
    height: 50px;
    line-height: 50px;
}
.client_left_item_cur {
    color: #eb611e;
    background: #d3d3d4 url("../image/list_cur.jpg") no-repeat 40px 13px;
}
.client_left_item_cur a {
    color: #eb611e;
    background: #d3d3d4;
}
.client_left_item_head_cur {
    color: #eb611e;
    background: #d3d3d4 url("../image/list_cur.jpg") no-repeat 40px 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    behavior: url(404.png);
}
.client_left_item_head_cur a {
    color: #eb611e;
    background: #d3d3d4;
}
.client_left_item_last_cur {
    color: #eb611e;
    background: #d3d3d4 url("../image/list_cur.jpg") no-repeat 40px 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    behavior: url(404.png);
}
.client_left_item_last_cur a {
    color: #eb611e;
    background: #d3d3d4;
}
#client_right {
    display: block;
    margin: 0 0 0 215px;
    width: 696px;
    padding: 0;
}
#client_right_content {
    display: block;
    text-align: left;
    float:left;
    width: 696px;
}
.client_right_item {
    display: block;
    float:left;
    text-align: center;
    margin-top: 64px;
}
.client_right_item img {
    display: block;
    margin-left: 50px;
}
#client_right_with {
	display: block;
    float: left;
    height: 35px;
    width: 720px;
}