@charset "utf-8";
/* CSS Document */
.search_zone{
    border-top:1px solid #dddddd;
    padding-top:15px;
    padding-bottom:5px;
    }
.search_zone_container{
    padding-top:10px;
    }   
.search_zone_container label{
    margin-right:20px;
    }       
select
{
    margin:0;
    font-size:11px;
    border:1px solid #B2B3B4;
    padding:3px 5px 3px 5px;
}   
.search_zone .search{
    margin:0;
    position:relative;
    width:300px;
    margin-right:5px;
    padding-right:10px;
    }   
.selection{
    height:30px;
    border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    line-height:30px;
    display:block;
    color:#585858;
    line-height:30px;
    }
.selectiontext{
    font-weight:bold;
    margin-right:24px;
    display:inline;
    }   
.left_arrow{
    margin:0;
    margin-right:10px;
    padding-top:2px;
    }
.right_arrow{
    margin:0;
    margin-left:10px;
    padding-top:2px;
    }   
.number {
    border:1px solid #dddddd;
    color:#d90248;
    padding-left:6px;
    padding-right:6px;
    display:inline;
    margin-left:5px;
    margin-right:5px;
    line-height:20px;
    margin-top:1px;
    }   
.selectiontext b,.selectiontext strong{
    color:#d90248;
    }   
.form_grey_button
    {
    width:96px;
    border:none;
    font-size:11px;
    font-weight:bold;
    text-align:center;
    height:19px;
    cursor:pointer;
    margin:0;
    background-repeat:no-repeat;
    background-image:url(../images/reset.jpg);
    }   
.form_grey_button a,.form_grey_button a:visited{
    color:#FFF;
    }
.search_infos   {
    color:#585858;
    font-weight:bold;
    margin-bottom:10px;
    }
.search_infos b,.search_infos strong    {
    color:#000000;
    font-weight:bold;
    }   
.search_details h3{
    color:#d80047;
    font-size:11px;
    font-weight:bold;
    margin:0;
    padding:0;
    }   
.search_details h3 a,.search_details h3 a:visited{
    color:#d80047;
    }
.search_details h3 a:hover{
    color:#d80047;
    text-decoration:underline;
    }       
.search_details p{
    margin-top:0;
    margin-bottom:5px;
    padding:0;
    }   
.search_details a{
    color:#585858;
    }           
.search_details{
    padding-bottom:-bottom:10px;
    margin-bottom:20px;
    border-bottom:1px solid #dddddd;
    }
        
