div.company-list {
	position: relative;
    padding: 15px 0 15px 0;
    margin: 2px 0 0 0;
}
div.company-list .items {
    height: 80px;
}
div.company-list .company-item {
    float: left;
    width: 106.3px;
    background: #fff;
    border: 1px solid #e6e6e8;
    height: 80px;
    display: block;
    margin: 0 1px 0 0px;
}
div.company-list .big {
     z-index: 2;
}
div.company-list .company-item table {
    width: 100%;
    height: 80px;
    border: 0;
    border-collapse: collapse;
}
div.company-list .company-item table td {
    text-align: center;
    vertical-align: middle;
    height: 50px;
}
div.company-list .company-item .title {
    color: #fff;
    background-color: #dedee1;
    background-image: url('images/bg.jpg');
    background-position: bottom left;
    background-repeat: repeat-x;
    height: 30px;
    font-size: 10px;
    line-height: 100%;    
}
div.company-list .company-item .title a {
    color: #426bb3;
    text-decoration: none; 
    font-size:7px;    
    line-height: 100%;
    font-weight: bold;
    padding-bottom: 1px;
}
div.company-list .company-item img {
    width: 85px;
    vertical-align: middle;
}
