<style type="text/css">
    #fetr_list h2
    {
        border-bottom: 1px solid #B0CFBD;
	border-top: 1px solid #B0CFBD;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 18px;
        line-height: 20px;
        font-weight: normal;
        padding: 10px 0px;
        margin: 0px;
        color: #555;
    }
   .listing_box_item_inner 
    {
	padding: 0px 0px 0px 70px;
    	margin: 10px 5px;
    }
   .listing_box_item_inner a img
    {
        display: block;
        margin: auto;
        max-width: 55px;
        max-height: 40px;
        position: relative;
    }
    div.listing_box_item_inner a:first-child
    {
        display: table-cell;
        width: 55px;
        height: 40px;
        border: 1px solid #b0cfbd;
        padding: 3px;
        vertical-align: middle;
        position: absolute;
        left: 0px;
    }

.grid-item
{ 
width: 100%;
float: left;
position: inherit !important; 
}
.grid-item--width2 
{ 
width: 76%;
float: left;
top: inherit !important;
margin-right: 19px;
}
.grid-item--width3 
{
	position: inherit !important;
	float: right;
	width: 22%;	
	top: inherit !important;
}

</style>