@CHARSET "ISO-8859-1";


/* Annonces "liste"
------------------------------------------------------------------------------*/

#adsList ul {
    text-align: center;
}

#adsList li {
    text-align: left;
    width: 650px;
    margin: 0 auto;
    background: #fff;
    border-top: 6px solid #e0e0e0;
    padding: 3px 0 0 7px;
}

   
#adsList .textPart {
    position: relative;
    float: left;
    clear: none;
    width: 350px;
    padding: 10px 14px 7px 14px;
}

* html #adsList .textPart {
    width: 378px;
}

#adsList .textPart h3,
#adsList .textPart h3 a {
    color: #575757;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

#adsList .textPart h3 {
    width: 250px;
}


#adsList .textPart p {
    color: #575757;
    font-size: .9em;
    line-height: 160%;
}



#adsList .textPart p strong {
    float: right;
    clear: both;
}

#adsList .photoPart {
    float: left;
    clear: none;
    width: 130px;
    padding: 10px 0 5px 7px;
}

#adsList .photoPart a {
    
}

#adsList .photoPart img {
    border: 1px solid #DADADA;
}

#adsList .statePart {
    float: left;
    clear: none;
    width: 130px;
    padding: 10px 0 0 0;
}

#adsList .state {
    display: block;
    clear: both;
    float: none;
    width: 66px;
    line-height: 16px;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: bold;
    background: url(../img/adListStateBg.gif) 0 0 no-repeat;
    text-align: center;
}


#adsList .price {
    display: block;
    clear: both;
    float: none;
    /*position: absolute;
    top: 5px;
    right: 19px;*/
    width: 85px;
    height: 15px;
    margin: 8px 0 0 0;
    background: url(../img/listPriceBg.gif) 0 0 no-repeat;
    color: #fff;
    text-align: center;
    font-size: .9em;
    font-weight: bold;
    line-height: 15px;
}
