
/********************
Colonne contenant le formulaire de recherche de produit hors dossier
********************/
#searchProductFormContener {
    width:195px;/*322px;*/
    position: relative;
    top:0px;
    left: 0px;
    float:left;
    padding-top: 0px;
    margin-top: 0px;
}

h1#searchProductFormTitle {
    font-size: 10px;
    height:14px;
    padding: 0 3px;
    margin: 0px;
    color: #FFF;
    background-color:#B5D3DF;
}
#searchProductForm {
    margin: 0px;
    padding: 3px;
    border:1px solid #B5D3DF;
}
#searchProductForm .section {
    margin-top: 10px;
    clear:both;
}
#searchProductForm .section h1 {
    border-bottom: 1px solid #6299AF;
    color:#6299AF;
    font-size: 0.8em;
    margin: 0px;
    line-height:18px;
}
* html #searchProductForm .section h1 { /* IE 6 spécifique */
    line-height: 11px;
}
#searchProductForm .section h2 {
    color:#000000;
    font-size: 0.8em;
}
#searchProductForm .section span.choice {
    white-space: nowrap;
    line-height:16px;
    display: block;
}
#searchProductForm label {
    color: #747474;
    font-size:0.8em;
    line-height:14px;
}
#searchProductForm .section .sectionElement {
    float: left;
    height: 36px;
    display: block;
    text-align: center;
    margin-bottom: 2px;
    margin: 0px;
}
*+html body #searchProductForm .section .sectionElement { /* IE 7 spécifique */
    height: 32px;
}

#searchProductForm .section .nbEl2 { width: 174px;}
#searchProductForm .section .nbEl3 { width: 158px;}
#searchProductForm .section .nbEl4 { width: 75px;}
#searchProductForm .section .nbEtroit { width: 60px;}

#searchProductForm .section select {
    font-size:0.8em;
    width: 155px;
}
#searchProductForm .section .nbEl2 select { width: 170px;}
#searchProductForm .section .nbEl3 select { width: 100px;}
#searchProductForm .section .nbEl4 select { width: 55px;}
#searchProductForm .section .nbEtroit select { width: 45px;}

#searchProductForm .section .sectionElement label {
    display: block;
    font-size: 0.8em;
    text-align: center;
    clear:both;
}
html body #searchProductForm .section select {
    margin-top: 0;
    margin-bottom: 0;

}

#searchProductForm .submitFormButton {
    text-align: center;
    clear: both;
    padding: 10px;
}

#searchProductForm .submitFormButton a {
    text-decoration: none;
    background-color:#51CBFF;
    padding:2px 4px;
    border-top:1px solid #BFEDFF;
    border-left:1px solid #BFEDFF;
    border-bottom:1px solid #00729F;
    border-right:1px solid #00729F;
    color:#FFF;
    font-weight: bold;
}
#searchProductForm .submitFormButton a:hover {
    border-top:1px solid #00729F;
    border-left:1px solid #00729F;
    border-bottom:1px solid #BFEDFF;
    border-right:1px solid #BFEDFF;
    color:#00729F;
}

#searchProductForm p.roomFeature .roomFeatureCategory {
   clear:both;
   font-weight: bold;
   color: #000;
   font-size: 0.8em;
}
#searchProductForm p.roomFeature .choice label, 
#searchProductForm p.roomFeature .choice select {
   display: block;
   float:left;
   width:100%;
}

.selectedRoomFeature {
   font-size:0.8em;
   font-weight:normal;
   color:#747474;
}




