div.boxes {
    /*height: 271px;
    overflow: hidden;*/
}

div.box {
    border: #B7B5B6 1px solid;
    box-shadow: 0px 0px 8px #B7B5B6;
    width: 194px;
    background-color: #ededed;
    margin-bottom: 6px;
    display: table;
    cursor: pointer;
}

    div.box:last-child {
        margin-bottom: 0px;
    }

    div.box:hover {
        border: #969495 1px solid;
        box-shadow: 0px 0px 12px #969495;
    }

div.box a {
    text-decoration: none;
}

    div.box a:hover {
        text-decoration: none;
    }

span.box_text {
    color: #990000;
    font-family: 'Franklin Gothic', sans-serif;
    font-size: 14px;
    padding-left: 10px;
    width: 120px;
    display: table-cell;
    vertical-align: middle;
}

img.box_img {
    width: 53px;
    height: 53px;
    border: 4px solid #FFF;
    box-shadow: 0px 0px 12px #969495;
    float: right;
    display: table-cell;
    vertical-align: middle;
}
