@CHARSET "ISO-8859-1";


p#infoList {
    font-size: 1.2em;
    padding: 20px 0 14px 14px;
    color: #575757;
    font-weight: bold;
}

p#infoList a {
    font-size: .8em;
    font-weight: normal;
    color: #575757;
    text-decoration: underline;
    padding-left: 10px;
}

p.noAd {
    padding: 20px 0 14px 14px;
}

p.noAd a {
    text-decoration: underline;
}

#adsList {
    background: #E0E0E0;
    text-align: center;
    margin-bottom: 14px;
}

#adsList h2 {
    color: #cc0000;
    font-size: 1em;
    padding: 0;
    margin: 0;
    border: none;
}


/* Petites retouches sur les "vignette"
------------------------------------------------------------------------------*/

.toolsAdsList {
    padding-top: 0;
}

.toolsAdsList ul {
    width: 660px;
    margin: 0 auto;
}

* html .toolsAdsList ul {
    margin: 0;
}

.toolsAdsList li {
    width: 122px;
    background: #fff;
    border: 3px solid #E0E0E0;
    border-width: 3px 3px 0 0;
    padding: 11px 0 11px 7px;
    margin: 0;
    text-align: center;
}


* html .toolsAdsList li {
    width: 129px;
}


#adsList li.category,
.toolsAdsList li.category {
    width: 634px;
    padding: 8px 0 8px 23px;
    text-align: left;
}

* html #adsList li.category,
* html .toolsAdsList li.category {
    width: 660px;
}

.toolsAdsList li p {
    width: 98%;
}

.toolsAdsList li p,
.toolsAdsList li p a {
    color: #575757;
}

.toolsAdsList li p a.title {
    color: #cc0000;
}

.toolsAdsList li p.title {
    padding-bottom: 5px;
}

.toolsAdsList p.price {
    float: none;
    display: block;
    overflow: hidden;
    width: 85px;
    height: 15px;
    background: url(../img/listPriceBg.gif) 0 0 no-repeat;
    color: #fff;
    text-align: center;
    font-size: .9em;
    font-weight: bold;
    line-height: 15px;
    padding: 0;
    margin: 0 auto;
}

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



















