/*------------------ selectDark -----------------*/
		
.selectDark .styleSelect_item{
    margin:0 10px 0 0px;
    
		}
		
.selectDark .styleSelect_item_start{
		height:0px;
		background:none;
		}
		
.selectDark .styleSelect_item_content{
		
		overflow-x: hidden;
		overflow-y: scroll;
		background:#ffffff;
    margin:0 10px 0 0;
		}
		
.selectDark .styleSelect_item_end{
		height:0px;
		background:none;
		}
.selectDark .styleSelect_item{
    background-color:#ffffff;
    width:169px;
}

.selectDark{
    
		width:169px;
		font-family:'Cuprum';
		font-size:12px;
    margin:0 10px 0 0px;
    
		}

.selectDark .passiveSelect,.selectDark .activeSelect{
		height:19px;
		cursor:pointer;
    display:block;	
		padding-left:4px;
    margin-right:10px;
    line-height:19px;
		}
		
.selectDark .passiveSelect{
		background:url("http://www.autolacker.de/bilder_layout/select.png") no-repeat right 1px;
		color:#3d3c3f;
		}
		
.selectDark .activeSelect{
		background:url("http://www.autolacker.de/bilder_layout/select.png") no-repeat right 1px;
		color:#3D3C3F;
		}


.selectDark ul{
    width:130px;
		padding:0;
		margin:0;
		list-style:none!important;
		cursor:pointer;	
		}
		
.selectDark li{
    list-style:none!important;
		padding:0;
		margin:0;
		font-weight:normal;
		padding:0px 0 0px 0px;
		color:#3d3c3f;
    width:166px;
		}
		
.selectDark li:hover{
		color:#000000;
    background-color:#eeeeee;
		}
		
.selectDark .selected{
		color:#000000;
		}
    
    
/*------------------ selectDark2 -----------------*/
		
.selectDark2 .styleSelect_item{
    margin:0 10px 0 0px;
    
		}
		
.selectDark2 .styleSelect_item_start{
		height:0px;
		background:none;
		}
		
.selectDark2 .styleSelect_item_content{
		
		overflow-x: hidden;
		overflow-y: scroll;
		background:#ffffff;
    margin:0 10px 0 0;
		}
		
.selectDark2 .styleSelect_item_end{
		height:8px;
		background:none;
		}
.selectDark2 .styleSelect_item{
    background:#ffffff;
    width:354px;
}

.selectDark2{
		width:354px;
		font-family:'Cuprum';
		font-size:12px;
    margin:0 10px 0 0px;
    
		}

.selectDark2 .passiveSelect,.selectDark2 .activeSelect{
		height:19px;
		cursor:pointer;
    display:block;	
		padding-left:7px;
    margin-right:10px;
    line-height:19px;
		}
		
.selectDark2 .passiveSelect{
		background:url("http://www.autolacker.de/bilder_layout/select.png") no-repeat right 1px;
		color:#3d3c3f;
		}
		
.selectDark2 .activeSelect{
		background:url("http://www.autolacker.de/bilder_layout/select.png") no-repeat right 1px;
		color:#3D3C3F;
		}


.selectDark2 ul{

		padding:0;
		margin:0;
		list-style:none;
		cursor:pointer;	
		}
		
.selectDark2 li{
    list-style:none;
		padding:0;
		margin:0;
		font-weight:normal;
		padding:0px 0 0px 0px;
		color:#3d3c3f;
    width:332px;
		}
		
.selectDark2 li:hover{
		color:#000000;
    background-color:#eeeeee;
		}
		
.selectDark2 .selected{
		color:#000000;
		}
    
    
/*------------------ selectFruits -----------------*/

.selectFruits{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		background:url("http://www.autolacker.de/bilder_layout/fruitsBackground.jpg") repeat-x top right;
		height:27px;
		width:130px;
		}

.selectFruits .passiveSelect,.selectFruits .activeSelect{
		height:25px;
		line-height:2.4em;
		display:block;
		cursor:pointer;	
		padding-left:10px;
		margin-right:6px;
		color:#3d3c3f;
		font-weight:bold;
		background:url("http://www.autolacker.de/bilder_layout/fruitsNormal.jpg") no-repeat top right;
		}
		
.selectFruits .activeSelect{
		color:#3d3c3f;
		background:url("http://www.autolacker.de/bilder_layout/fruitsSelected.jpg") no-repeat top right;
		}
		
.selectFruits ul{
		padding:0;
		margin:0;
		list-style:none;
		max-height:350px;
		overflow-y: visible;
		overflow-x: visible;
		cursor:pointer;
		width:130px;
		padding:3px;
		background:#5a5a5a url("http://www.autolacker.de/bilder_layout/fruitsBackground2.jpg") repeat-x top right;
		}
		
.selectFruits li{
    list-style:none;
		padding:0;
		margin:0;
		width:110px;
		color:#3d3c3f;
		display:block;
		float:left;
		padding:3px;
		}
	
.selectFruits  .special{
		font-weight:bold;
		}
		
.selectFruits .selected,.selectFruits li:hover{
		color:#3d3c3f;
		}

/*------------------ otherStyles -----------------*/

.select{
		padding:20px;
		float:left;
		}

.clear{
	clear:both;
	}
 	