/*
    ____  _              _______ __ 
   / __ \(_)___ ___     / ____(_) /_
  / /_/ / / __ `__ \   / /_  / / __/
 / _, _/ / / / / / /  / __/ / / /_  
/_/ |_/_/_/ /_/ /_/  /_/   /_/\__/  
                                    
 F E L G E N K O N F I G U R A T O R
 
 by Timo Sehrbruch
 
 #####################################
 
 DARK THEME CSS - MODIFY FOR YOUR CI COLORS
 
 #####################################
 
 FOR LICENSING PLEASE SEE
 
 www.timosehrbruch.de/rimfit
 
 #####################################
 
 CI COLOR #f6901e

*/
html, body {background:url(../img/background_shop.jpg) top left no-repeat; background-attachment:fixed; background-size:cover;}
.main-background {background-color:#2B2B2B;}
.configwrap {background:#fff;}
.header {border-top:41px solid #f6901e;}
::selection { background: #f6901e; color: #2B2B2B; }
::-moz-selection { background: #f6901e; color: #2B2B2B; }

.item-background {background:#fff;}
input#imgInp:hover {float:left; cursor:pointer; width:100%; height:499px; border:0px; background:url(../img/ui_background_upload.png) top left no-repeat #f6901e; background-size:100% auto; text-align:center; text-indent:-9999em; overflow:hidden;}
ul.rims li:hover {background:#fff;}

ul.rims li:active,
ul.rims li:focus {
	border:1px solid #f6901e;
}

ul.rims li a.buylink {color:#fff; background:#f6901e;}
ul.rims li a.buylink:hover {color:#f6901e; text-decoration:underline; background:#fff;}

h2,
ul.rims li span.title {color:#f6901e;}
h2 span,
ul.rims li span.details {color:#585858;}

.configwrap .config-controls {background:#f6901e;}

.the-car .car-controls a,
.the-car .car-controls .size span {color:#fff;}
.the-car .car-controls a:hover {color:#f6901e; background-color:#2B2B2B;}

.ui-slider {background:#fff!important;}

.help-inner {background:#2B2B2B;}