/*
                                __      _ _                   _   
                               / _|    | (_)                 | |  
 _ __ ___   __ _ _ __ ___ ___ | |_ ___ | |_  ___   _ __   ___| |_ 
| '_ ` _ \ / _` | '__/ __/ _ \|  _/ _ \| | |/ _ \ | '_ \ / _ \ __|
| | | | | | (_| | | | (_| (_) | || (_) | | | (_) || | | |  __/ |_ 
|_| |_| |_|\__,_|_|  \___\___/|_| \___/|_|_|\___(_)_| |_|\___|\__|
                                                                  
*/

/* COMMON CLASSES */

/* COMMON CLASSES */
.break { clear:both; }

/* SEARCH FORM */
#suggestions{ margin-left: -139px; opacity: 0.95; width:320px; display: none; margin-top: 26px; padding: 0; padding-bottom: 5px; z-index: 100; background-color: #fff; border: solid thin #CCC; -moz-border-radius-bottomright: 10px 10px; border-bottom-right-radius: 10px 10px; -moz-border-radius-bottomleft: 10px 10px; border-bottom-left-radius: 10px 10px; -moz-border-radius-topleft: 10px 10px; border-top-left-radius: 10px 10px;}

/* SEARCHRESULTS */
#searchresults { width:320px; font-size:10px; line-height:14px; margin: 0; text-align: justify;}
#searchresults a { display:block;clear:left; height:56px; text-decoration:none; overflow: hidden; }
#searchresults a:hover { background-image:none; background-repeat: repeat-y; background-position:left; color:#ffffff; width: 315px; }
#searchresults a img, #searchresults a img:hover { float:left; padding:5px 10px; margin-right: 10px; border: none; height:45px; }
#searchresults a span.searchheading { display:block; font-weight:bold; padding-top:5px; color:#191919; }
#searchresults a:hover span.searchheading { color: #ffffff; }
#searchresults a span { color: #555555; }
#searchresults a:hover span { color: #fff; }
#searchresults span.category { font-size:11px; margin: 0; display:block; color: #333; padding-top: 3px; padding-bottom: 3px; padding-left: 3px; background-color: #CCC; }
#searchresults span.arrondi { -moz-border-radius-topleft: 10px 10px; border-top-left-radius: 10px 10px; }
#searchresults span.seperator, #searchresults span.seperator:hover { float:right; padding-right:22px; margin-right:0px; background-image:url(../images/shortcuts_arrow_black.gif); background-repeat:no-repeat; background-position:right; text-align: right;}
#searchresults span.seperator a { background-color:transparent; display:block; margin:5px; height:auto; color: #333; text-align: right; }
#searchresults span.seperator a:hover { background-color:transparent; display:block; margin:5px; height:auto; color: #fff; }