@charset "utf-8";
/* CSS Document */

#search{
	float:left;
	width:149px;
	height:20px;
	margin:0;
	padding:0;
	border:0;
}
#search2{
	float:left;
	width:149px;
	height:20px;
	margin:0 0 0 28px;
	padding:0;
	border:0;
}
#search2 #select, #search2 #selectCol{
background:url(select.png);
height:23px;
/*padding:6px 0px 6px 5px;*/
width:142px;
float:left;
padding: 8px 0 0 10px;
border:0;
border-right-color:#C4C2C0;
border-right-width:1px;
border-right-style:solid;
}
#search #selectType, #search #contact-click{
background:url(select.png);
height:23px;
/*padding:6px 0px 6px 5px;*/
width:140px;
float:left;
padding: 8px 0 0 10px;
border-right-color:#C4C2C0;
border-right-width:1px;
border-right-style:solid;
}
#options, #options-contact, #options-col, #options-type{
display:none;
position:absolute;
background-color:#FFFFFF;
width:150px;
border-right:solid 1px #CCCCCC;
border-bottom:solid 1px #CCCCCC;
z-index:99;
font-size:11px;
color:#121C4D;
height:200px;
overflow:auto;
}
#options a, #options-contact a, #options-col a, #options-type a{
	color:#121C4D;
}
#options{
top:502px;
left:417px;
float:left;
}
#options-contact{
left:30px;
top:552px;
}
#options-type{
left:30px;
top:502px;
}
#options-col{
left:417px;
top:552px;
}
#options .option,#options-contact .option, #options-col .option, #options-type .option{
display:block;
padding:5px;
text-decoration:none;
}
#options .option:hover,#options-contact .option:hover, #options-col .option:hover, #options-type .option:hover{
background-color:#CCCCCC;
}
#contact-click{
height:17px;
background:url(select.png);
float:left;
width:124px;
padding:6px 0px 6px 5px;
border-bottom:solid 1px #CCC;
border-top:solid 1px #CCC;
border-left:solid 1px #CCC;
}