﻿/* CSS of virtual advisor */

.advisorheader
{
    background: transparent url('/site_images/selector/advice_top.gif') no-repeat top left;
    display:block;
    padding:20px 10px 10px 100px;
    font-size:1.3em;font-weight:bold;
    height:50px;
    margin:10px 10px 0 10px;
    }
.advicemain
{
    background: transparent url('/site_images/selector/advice_middle.gif') repeat-y top left;
    margin:0 10px 10px 10px;
}

/* for understanding browsers */
.advicebottom
{
    background: transparent url('/site_images/selector/advice_bottom.gif') no-repeat bottom left;
    margin:0;
    padding:0 0 0 20px;
    min-height:270px;
    height:auto;
}
/* for Internet Explorer */
/*\*/
* html .advicebottom {
height: 270px;
}
/**/

.advicestep
{
    background: #ffffff;
    margin: 0 0 5px 0;
    width:300px;
    padding: 5px 10px;
    border:solid 1px #cdcdcd;
    font-weight:bold;
}
.question
{
    background: #ffffff;
    margin: 0 0 5px 0;
    width:300px;
    padding: 10px;
    border:solid 1px #cdcdcd;
    display:block;
    font-weight:bold;
}
table.VirtualAdvisorQuestionList
{
    background: #ffffff;
    margin: 0 0 5px 0;
    width:320px;
    padding: 10px;
    border:solid 1px #cdcdcd;
}
.VirtualAdvisorQuestionList input
{
vertical-align: middle;margin: 0 5px 0 0;
}
div.prevBlock{float:left;width:150px;}

div#mainContent div#selectorCentral div.prevBlock a:visited,
div#mainContent div#selectorCentral div.prevBlock a{display:block;
    background: url('/site_images/selector/back.gif') no-repeat top right;
    height:31px;text-indent: -5000px;width:40px;float:right;
    }
div.nextBlock{float:right;width:350px;}
div#mainContent div#selectorCentral div.nextBlock a,
div#mainContent div#selectorCentral div.nextBlock a:visited{display:block;
    background: url('/site_images/selector/next.gif') no-repeat;
    height:32px;text-indent: -5000px;width:40px;
    }
div.resultcount{clear:both;width:300px;}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/********************************** On affiche les produits restants **********************************/
/**/ 
/**/ .produitsRestant
/**/ {
/**/     font-size :.8em;
/**/     font-family:  verdana, sans-serif;
/**/     font-weight: bold;
/**/     color:#006fa6;
/**/ }
/**/     
/**/ #nbProd
/**/ {
/**/     color:#ff9000;
/**/     font-weight:bold;
/**/ }
/**/ 
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div.resultBtnContainer{margin:20px 0 0 0;
    height:35px;}

div#mainContent div#selectorCentral div.resultBtnContainer a.button {
    background: transparent url('/site_images/selector/btn_orange_a.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: bold 18px arial, sans-serif;
    height: 32px;
    margin:0 6px 0 60px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

div#mainContent div#selectorCentral div.resultBtnContainer a.button span {
    background: transparent url('/site_images/selector/btn_orange_span.gif') no-repeat;
    display: block;
    line-height: 22px;
    padding: 5px 0 5px 18px;
    margin:0;
} 
span.questionstep{display:block;width:300px;text-align:right;margin-bottom:10px;}
