.fair-items-list{
    width:100%;
    float: left;
    margin-top:30px;

}
.fair-items-list-item{
    float: left;
    width: 451px;
    margin-bottom: 24px;
    height: 145px;
    display: block;
    margin-right: 15px;
}

.fair-items-list-item img{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1),0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.1),0 1px 3px rgba(0,0,0,0.3);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1),0 1px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid rgb(255, 255, 255);
    width: 89px;
    height: 89px;
    float: left;
}

.fair-info-wrapper{
    float: left;
    display: inline-block;
    margin-left: 18px;

}

.fair-big-anchor{
    text-decoration: none;
    color: #008CCC;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px;
}

.fair-big-anchor:hover{
    text-decoration: underline;
}

.fair-info{
    float: left;
    clear: left;
    margin-bottom: 7px;
    font-size: 12px;
    color: #7D7D7D;
    width: 318px;
    line-height: 13px;
}

.fair-info span{
    color: #454545;
}

.fair-info-anchor{
    text-decoration: none;
    color: #008CCC;
}

.fair-info-anchor:hover{
    text-decoration: underline;
}
