﻿.results
{
    margin-bottom: 35px;
}

.results .result
{
    float: left;
    width: 446px;
    height: 103px;
    margin-bottom: 15px;
    margin-right: 20px;
}

.results .result .img
{
    float:left;
    border: solid 1px #909193;
    margin-right: 10px;
    width: 159px;
}

.results .result .details
{
    float:left;
    width: 267px;
    height: 94px;
    position: relative;
}

.results .result .details .title
{
    color: #B9E5FB;
    font-weight: bold;
}

.results .result .details .button_set
{
    border-bottom:1px solid #3E3E3E;
    border-top:1px solid #3E3E3E;
    height:18px;
    width:265px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.results .result .details a.button_add_to_basket
{
    display: block;
    float: left;
    width: 133px;
    height: 15px;
    padding-top: 3px;
    overflow: hidden;
    color: #fff;
    background: #AA0A0B;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
}

.results .result .details a.button_add_to_dreamlist
{
    display: block;
    float: left;
    width: 132px;
    height: 15px;
    padding-top: 3px;
    overflow: hidden;
    color: #B9E5FB;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
}
