/**
 * @author RocketTheme, LLC http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2013 RocketTheme, LLC
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */
#roksearch_search_str {opacity: 0.7 !important; background: #4E4E4E url(suche.png) 100% 50% no-repeat; color: #C5C5C5; height: 25px; width: 200px; position: relative; left: 0px;-webkit-transition: all 0.5s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; -ms-transition: all 1s ease; transition: all 0.5s ease;}
#roksearch_search_str.loading {background-color: #3C3C3C; border: 0px solid #2c2c2c;}
#roksearch_results {background: #333; border: 9px solid #333;}
#roksearch_results a#roksearch_link {background: url(close.png) 0 0 no-repeat;}
#roksearch_results h3 {color: #ccc;}
#roksearch_results span {color: #888;}
#roksearch_results .roksearch_header, #roksearch_results .roksearch_row_btm {padding: 10px; background: #333; color: white; font-size: 12px; font-family: verdana;}
#roksearch_results .roksearch_row_btm span {color: #CACACA; padding: 5px; background: #555;}
#roksearch_results span.small {color: #E7E7E7;}
#roksearch_results span.highlight {background: #D88831;color: #fff;}
#roksearch_results a:hover {color: #ccc;}
#roksearch_results .roksearch_odd {border-top: 1px solid #797979; background: #474747; border-bottom: 1px solid #797979;}
#roksearch_results .roksearch_even {background: #474747;}
#roksearch_results .roksearch_odd-hover, #roksearch_results .roksearch_even-hover {background-color: #333;}
#roksearch_results .roksearch_odd-hover h3, #roksearch_results .roksearch_even-hover h3 {background: url(right-arrow.png) 0 4px no-repeat;}
.results ol.list li p {color: #999;}
#roksearch_results .arrow-left {background: url(http://whitex-modd.de/relaunch/modules/mod_rokajaxsearch/themes/dark/left.png) no-repeat -2px 5px; height: 31px; width: 31px; padding-top: 4px !important;}
#roksearch_results .arrow-left-disabled {background: url(http://whitex-modd.de/relaunch/modules/mod_rokajaxsearch/themes/dark/left2.png) no-repeat -1px 2px; width: 31px; height: 31px; }}
#roksearch_results .arrow-right {background: url(http://whitex-modd.de/relaunch/modules/mod_rokajaxsearch/themes/dark/right.png) no-repeat 15px 1px; height: 31px; width: 50px;}
#roksearch_results .arrow-right-disabled {background: url(http://whitex-modd.de/relaunch/modules/mod_rokajaxsearch/themes/dark/right2.png) no-repeat 15px 1px; width: 50px; height: 31px;}
form.search_result .inputbox {border: 1px solid #2c2c2c;}
fieldset.phrase, fieldset.word, fieldset.only {border-bottom: 1px solid #2c2c2c;}
#roksearch_results .rokajaxsearch-overlay {background-color: #090909;}
#rokajaxsearch {
background: none;
}
#roksearch_search_str:hover {
background: #5B5B5B url(http://whitex-modd.de/relaunch/modules/mod_rokajaxsearch/themes/dark/suche.png) 100% 50% no-repeat;
margin-left: -20px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 0.5s ease;
width: 220px;
opacity: 1 !important;
}