#ad-list .ad .ad-thumb{
    width: 30%;
}

#ad-list .ad .ad-title{
    margin-bottom: 1em;
}

#ad-list .ad .ad-title, #ad-list .ad .ad-description{
    float: right;
    width: 68%;
}

#ad-list .ad .ad-title p{
    max-width: 70%;
    padding: 0.3571428571428571em 0.3571428571428571em 0 0;
    font-size: 1.8em;
}

#ad-list .ad .ad-title #back{
    float: right;
    max-width: 25%;
}

#ad-list .ad .ad-title #back a{
    display: block;
    font-size: 1.2em;
}

#ad-list .ad-description p{
    margin-top: 0;
}

#ad-list .ad-description table{
    width: 100%;
}

#ad-list .ad-description table th{
    width: 20%;
    text-align: left;
}

#ad-list #ad-gallery{
    float: left;
    width: 30%;
    margin-top: 0.5em;
}

#ad-list #ad-gallery a{
    display: inline-block;
    width: 45px;
    height: 30px;
    margin-right: 0.2em;
    border: 1px solid #808080;
    background-color: #e0e0e0;
    text-align: center;
    overflow: hidden;
}

#lightbox-container-image-box{
    padding-top: 3em;
    background: white url('../images/logo_lightbox.png') top left no-repeat;
}

@media screen and (max-width: 480px){
    #ad-list .ad .ad-title p{
        float: left;
        width: 60%;
    }

    #ad-list .ad .ad-title #back{
        max-width: 38%;
    }

    #ad-list #ad-gallery a{
        width: 35px;
        height: 20px;
    }
}

@media screen and (max-width: 320px){
    #ad-list .ad .ad-title p{
        float: left;
        width: 38%;
    }

    #ad-list .ad .ad-title #back{
        max-width: 38%;
    }

    #ad-list #ad-gallery a{
        width: 35px;
        height: 20px;
    }
}

/*IPHONE & SMARTPHONES*/
@media screen and (min-device-width : 320px) 
and (max-device-width : 480px) {
    
    #description{
        display: none;
    }
    
    #ad-list .ad .ad-title p{
        float: left;
        width: 60%;
    }

    #ad-list .ad .ad-title #back{
        max-width: 38%;
    }

    #ad-list #ad-gallery a{
        width: 35px;
        height: 20px;
    }

    .ad .ad-description{
        float: right;
        clear: none;
        width: 68%;
    }
}