/****************************************************
 * 
 * MODULE : prestaventesflash
 * AUTEUR : Guillaume PETIT / (c) HDClic www.hdclic.om
 * DATE : sept 2009
 * 
 * **************************************************/
#flash-products_block_right dt a { 
    font-weight:bold;
}

#flash-products_block_right dt:hover { 
    background-color: #fff;
}

.prix_barre_block {
    text-decoration: line-through;
    font-weight:bold;
}

#flash-products_block_right .postit {
    width:100%x;
    height:30px;
    line-height: 35px;
    background: url(img/block_header.gif) no-repeat;
    padding-left:45px;
    font-size:120%;
    font-weight: bold;
    text-decoration: blink;
    text-transform: uppercase;
    color: #464646;
}

#flash-products_block_right dl {
    border: 0px;
}

ul#product_list li.venteflash {
    background: url(img/titre-vente.jpg) no-repeat;
    display: block;
    height: 19px;
    padding-top: 2px;
    padding-right: 20px;
    border-style: none;
    margin-bottom: 5px;
    font-weight: bold;
}
ul#product_list li.venteflash .texte_flash {
    float: left;
    width: 230px;
    font-size: 120%;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    text-align: left;
    padding-left: 35px;
}
ul#product_list li.venteflash .decompte {
    float: right;
    width: 266px;
    text-align: right;
    color: #464646;
}

/* Slideshow style rules */
#slideshow ul#product_list {
    margin: 0px;
}
#slideshow {
    width:556px;
    position: relative;
    height: 209px;
}
#slideshow #slidesContainer {
    width:556px;
    overflow:auto; /* affiche une scrollbar au cas ou */
    position:relative;
}
#slideshow #slidesContainer .slide {
    width:556px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
}

/** 
* Slideshow controls style rules.
*/
.control {
    display:block;
    width:150px;
    height:16px;
    position:absolute;
    cursor: pointer;
}

#leftControl {
    top:180px;
    left:0px;
    background:#666666 url(img/control_left.jpg) no-repeat left center;
}
#rightControl {
    top:180px;
    right:0px;
    background:#666666 url(img/control_right.jpg) no-repeat right center;
}
#middleControl {
    top:180px;
    left:210px;
    width:200px;
    height:16px;
    font-size:90%;
    position:absolute;
    cursor: pointer;
}

.extra_flash_list {
    text-decoration: blink;
    font-weight:bold;
    font-size:130%;
    color:#53992b;
}

.prix_barre {
    text-decoration: line-through;
    font-weight:bold;
    font-size:120%;
}

#postit {
    width:216px;
    height:21px;
    text-align: center; 
    font-size:120%;
    font-weight: bold;
    text-decoration: blink;
    text-transform: uppercase;
    margin: 0 auto;
}

#div_decompte {
    width:216px;
    font-weight:bold;
    text-align: center;
    color:#f00;
    font-size:110%;
    margin: 0 auto !important;
}

#link_all_flash {
    text-align:center;
}

