@charset "utf-8";
/* CSS Document */
.jLookForm a{
	outline:none;
}
/* SELECT */
.jLookSelectWrapper{
	background: url(../img/bg_select.gif);
	width: 174px;
	position:relative;
	height: 20px;
	margin: 0px 0px 8px 71px;
	z-index: 4000;
}

.form_right .jLookSelectWrapper{
	margin: 0px 0px 8px 49px;
}

.jLookSelectWrapper .holder{
	position: absolute;
	top: 18px;
	left: 0px;
}

.jLookSelectWrapper div span{
	float: left;
	width: 130px;
	line-height: 15px;
}

.jLookSelectWrapper div a{
	display: block;
	float:right;
	width: 18px;
	height: 18px;
	background: url(../img/select_dropdown_link.gif) no-repeat center center;
}

.jLookSelectWrapper ul{
	/*position: absolute;*/
	height:1;
	left: 0px;
	list-style: none;		
	display: none;
	z-index: 4000;
}

.jLookSelectWrapper ul li{
	display: block;
	padding: 0px 5px 0px 3px;
	cursor: pointer;
	font-size: 10px;
	text-decoration: none;
	z-index: 4000;
	line-height: 17px;
}
	
.li_hover{
	background: #797574;
	color: #ffffff;
}

.jLookSelectWrapper ul li a{
	background:#E1F5FF;
	/*display: block;*/
	float: none;
	width: auto;
	background: none;
	z-index: 5000;
}

#selectlist{
	width: 172px;
	overflow: auto;
	float: left;
	height: 120px;
	z-index: 5000;
}

.selectlist{
	width: 172px;
	overflow: auto;
	float: left;
	height: 120px;
	z-index: 5000;
}

.selectList_active{
}

.jLookSelectWrapper span{
	font-size: 10px;
	padding: 2px 0px 0px 4px;	
}
	
.select_border{
	border: 1px solid #797574;
	
	background: #eeeeee;
}
	
#dealersearch .jLookSelectWrapper{
	margin: 8px 0px 0px 175px;
}