/* Version mai 2013 - DSI 1163 */

.rrCarousel * {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
.rrCarousel {
    background: #fff;
    clear: both;
    font-size: 10px;
    margin: 0 auto 10px;
    overflow: hidden;
    position: relative;
    width: 778px;
}
.rrCarousel a {
    text-decoration: none!important;    
}
.rrCarouselH {
    width: 778px;
}
.rrCarouselV {
    width: 197px;
    font-size: .9em;
}
.rrCarousel4Prd {
    width: 998px;
}
.rrCarouselMini {
    width: 670px;
}

.rrCarousel .rrTitre {
    color: #3c5a80;
    font-size: 1.4em;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    position: relative;
}
.rrCarouselV .rrTitre {
    background: #3c5a80;
    color: #fff;
    height: 100%;
    line-height: 1.5em;
    margin-bottom: 2px;
    padding:5px 8px;
    /*text-transform: uppercase;*/
}
.rrCarousel .rrTitre span {
    font-weight: bold;
    font-size: 1.2em;
    display: block;
    float: left;
}
.rrCarousel .rrTitre ul.rrPager {
    position: absolute;
    bottom:0;
    right: 0;
    height: 28px;
    overflow: hidden;
}
.rrCarousel ul.rrPager li {
    display: block;
    float: left;
    padding: 10px 6px 0 0;
}
.rrCarousel ul.rrPager li span {
    background: #c2d7cf;
    border:1px solid #c0b6b5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    height: 7px;text-indent: -999em;
    width: 7px;
}
.rrCarousel ul.rrPager li.activeTab span, .rrCarousel ul.rrPager li:hover span {
    background: #174ba5;
}
.rrCarousel .rrNav {
    background: #f0f2f5;
    border-right: 1px solid #d9d9d9;
    color: #1a51aa;
    display: block;
    font-size: 3em;
    font-weight: bold;
    height: 185px; 
    left: 0;
    line-height: 185px; 
    padding: 0 22px 0 18px;
    position: absolute;
    top: 0;
}
.rrCarouselV .rrNav {
    top: auto;
    border-top: 1px solid #d9d9d9;
    bottom: 0;
    height: 40px;
    line-height: 40px; 
    padding: 0;
    text-align: center;
    width: 97px; 
}
.rrCarouselV .rrNav span {
    display: inline-block;
    -webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);
}
.rrCarouselH .rrNavNext {
    border-left: 1px solid #d9d9d9;
    border-right: 0;
    left: auto;
    padding: 0 18px 0 22px;
    right: 0;
}
.rrCarouselV .rrNavNext {
    border-right: 0;
    left: auto;
    right: 0;
}
.rrCarousel .rrCarouselContainer {
    overflow: hidden;
    position: relative;
    border: 1px solid #d9d9d9;;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.rrCarouselH .rrCarouselContainer {
    height: 185px; 
    padding: 0 50px;
    width: 676px;
}
.rrCarouselV .rrCarouselContainer {
    height: 598px;
    padding: 0;
}
.rrCarousel4Prd .rrCarouselContainer {
    width: 896px;
}
.rrCarouselMini .rrCarouselContainer {
    width: 568px;
}
.rrCarousel .rrCarouselList {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.rrCarouselH .rrCarouselList {
    width: 15000px;
}
.rrCarouselV .rrCarouselList {
    height: 15000px;
}
.rrCarousel .rrCarouselItem {
    overflow: hidden;
    padding: 0;
    position: relative;
    list-style-type: none!important;
}
.rrCarouselH .rrCarouselItem {
    float: left;
    width: 680px;
}
.rrCarouselV .rrCarouselItem {
    height: 558px;
    width: 100%;
}
.rrCarousel4Prd .rrCarouselItem {
    width: 895px;
}
.rrCarouselMini .rrCarouselItem {
    width: 568px;
}
.rrCarouselH .rrPrdContainer {
    float: left;
    width: 33%;
}
.rrCarousel4Prd .rrPrdContainer {
    float: left;
    width: 25%;
}
.rrCarousel .rrPrd {
    border-right: 1px solid #d9d9d9;
    height: 185px;
    padding: 0 15px;
    overflow: hidden;
}
.rrCarouselV .rrPrd {
    border-bottom: 1px solid #d9d9d9;
    border-right: 0;
}
.rrCarouselV .rrPrdContainer {
    position: relative;	
}
.rrCarouselH li .rrPrdContainer:last-child .rrPrd{
    border-right: 0
}
.rrCarouselV li .rrPrdContainer:last-child .rrPrd{
    border-bottom: 0
}
.rrCarousel .rrPrd a {
    text-decoration: none!important;
}
.rrCarousel .rrPrd .rrPrdTitle {
    color: #3c5a80;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    height: 26px;
    overflow: hidden;
    padding: 7px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.rrCarousel .rrPrd .rrPrdImg {
    display: block;
    float: left; 
    max-width: 40%;
}
.rrCarousel .rrPrd .rrPrdImg img {
    border: 1px solid #d9d9d9;
    display: block;
    width: 100%;
}
.rrCarousel .rrPrd .rrPrdDesc {
    color: #3c5a80;
    cursor: pointer;
    display: block;
    float: right; 
    min-height: 90px;
    text-align: center;
    width: 60%;
}
.rrCarousel .rrPrd .rrPrdDesc span {
    display: block;
}
.rrCarousel .rrPrd .rrPrdWas {
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: line-through;
}
.rrCarousel .rrPrd .rrPrdWasEmpty {
    text-decoration: none;
}
.rrCarousel .rrPrd .rrPrdNow {
    color:#f00;
    font-size: 1.8em;
    font-weight: bold;
}
.rrCarousel .rrPrd .rrPrdBasket {
    clear: both;
    text-align: center;
    padding-top: 7px;
}
.rrPrdBasket a.buttonHilighted .buttonText
{
    color: #fff!important;
}
.rrCarousel .rrPrd .buttonCss {
    text-align: center;
    margin: 0 auto 5px;
    padding: 5px;
}
.rrCarousel .rrPrd .btn_addtobasket {
    display: inline-block;
    background: url(https://i2.cdscdn.com/struct/RichRelevance/buttons-small.png) no-repeat 0 -220px;
    height: 38px
}
.rrCarousel .rrPrd .rrPrdMarketplaceLine {
    color: #3c5a80;
    cursor: pointer;
    display: block;
}
.rrCarousel .rrPrd .rrPrdMpNb {
    text-decoration:underline;
}
.rrCarousel .rrPrd .rrPrdMpPx {
    color:#f00;
}

/* CSS sp�cifique WebSAlesBooster (fournit par Netwave) */

.wsbPublishingZone .rrCarouselH .rrNav {
    height: 224px;
    line-height: 224px; 
}
.wsbPublishingZone .rrCarouselH .rrCarouselContainer, .wsbPublishingZone .rrCarouselH .rrPrd {
    height: 224px;
}
.wsbRecommendation .rrPrd {
    padding: 0;
}
.wsbRecommendation .basePrice span{
    display:block;
    float:left; 
    text-decoration: line-through;
}
.wsbRecommendation .currentPrice span {
    display:block;
    float:left;         
}   
.wsbRecommendation .currentPrice {
    color:#dc0505;
    font-family: impact, trebuchet ms, arial, verdana, helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-left:20%;
    margin-top: 1.4em;
}  
.wsbRecommendation .basePrice ~ .currentPrice {
    margin-top: 0;
}
.wsbRecommendation .basePrice {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin-left:30%;
    padding-bottom: 25px;
}
.wsbRecommendation .libellePrice {
    clear:left;
}
.wsbRecommendation .rrPrd .rrPrdMarketplaceLine {
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
}
.wsbRecommendation .rrPrd .rrPrdMpPx  {
    color:#dc0505;
    font-weight: bold;
}
.rrCarouselH .wsbRecommendation  .rrPrd .rrPrdImg {
    width: 115px;
    max-width: 115px;
}
.rrCarouselMini .wsbRecommendation .rrPrd .rrPrdImg, .rrCarouselV .wsbRecommendation .rrPrd .rrPrdImg {
    width: 75px;
    max-width: 75px;
}
.rrCarouselV .wsbRecommendation .rrPrd .rrPrdImg {
    width: 87px;
    max-width: 87px;
}
.wsbRecommendation .rrPrd .rrPrdImg img {
    border: 0;
}
.wsbRecommendation .rrPrd .rrPrdDesc {
    width: 108px;
    max-width: 108px;
}
.rrCarouselH .wsbRecommendation .rrPrd .rrPrdDesc {
    min-height: 130px;
}
.wsbRecommendation .rrPrd .rrPrdTitle {
    padding: 7px 5px;
    text-overflow: visible;
    overflow: visible;
    font-size: 1.2em;
    white-space: normal;
}
.wsbPublishingZone[id^=wsbPZ_404] {
    position: relative;
    left: -40px;
}
#wsbPZ_4042, #wsbPZ_4043 {
    top:180px;
}
#mainCz .wsbRecommendation .rrPrdBasket a.buttonCss {
    display:none;
}
/* Pb affichage WSB + IE */
.wsbPublishingZone .rrCarouselV .rrCarouselList{font-size: 10px;}
.wsbPublishingZone .rrCarouselV .rrTitre{font-size: 11px;}
.wsbPublishingZone .rrCarouselH .rrCarouselList{font-size: 10px;}
.wsbPublishingZone .rrCarouselH .rrTitre{font-size: 13px;}
.rrCarousel4Prd .wsbRecommendation .rrPrd .rrPrdImg{width:113px;}
