﻿div.page_title {
    width: 1100px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    vertical-align: middle;
    font-family: 'Microsoft YaHei';
    font-size: 20px;
    color: #333333;
    padding: 0px 0px 0px 60px;
    background: url('Images/customer_title.png') left center no-repeat;
}

div.customers_list_bg {
    width: 1200px;
    min-height: 600px;
    overflow-y: auto !important;
    /*background-color: #eeeeee;*/
}

div.customers_list {
    width: 380px;
    height: 280px;
    float: left;
    margin: 10px 10px 0px 10px;
    /*background-color: antiquewhite;*/
}

div.customer_imagebox {
    width: 380px;
    height: 240px;
}

div.customer_namebox {
    width: 380px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Microsoft YaHei';
    font-size: 18px;
    color: royalblue;
}
