#source1, #source2 { display:none; }

#bx-source2 { display:inline-block; }

.dropdown dd, .dropdown dt, .dropdown ul {
	margin: 0px;
	padding: 0px;
}
.dropdown dd {
	position: relative;
}
.dropdown dd a, .dropdown dd a:visited {
	color: #000;
	text-decoration: none;
	outline: none;
}
.dropdown dd a:hover {
	color:#666;
	text-decoration:none;
}
.dropdown dt a:hover {
	color: #666;
	text-decoration:none;
}
.dropdown dt a {
	width: 100%;
	padding: 18px;
	margin: 0;
	border: 0;
	border-radius: 4px;
	font-size: 18px;
	background: #fff url('../images/select-arrow.png') 96% 28px no-repeat;
	color: #000;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	text-align: left;
	display: block;
	font-weight:300;
}
.dropdown dt a span {
	cursor: pointer;
	display: block;
}
.dropdown dd ul {
	background:#fff;
	border: 1px solid #666666;
	border-radius:3px;
	color: #C5C0B0;
	display: none;
	left: 0px;
	padding:0;
	position: absolute;
	top: 0;
	width:100%;
	min-width: 170px;
	list-style: none;
	z-index:10;
	text-align:left;
}
.dropdown span.value {
	display: none;
}
.dropdown dd ul li a {
	padding:10px 20px;
	display: block;
	font-weight:300;
	color:#000;
	border-bottom:solid 1px #CCC;
}

.dropdown dd ul li:last-child a{
	border-bottom:0;
}
.dropdown dd ul li a:hover {
	color:#000;
	background:#f2f2f2;
}

dd li:first-child {
	display:none;
}

.dropdown a,
.dropdown a:hover {
	text-decoration:none !important;
}

#bx-source2 {
	margin-right:-5px;
}
.footer-form .dropdown dt a
{
	min-width:300px;
	padding:13px;
	position:relative;
	border:solid 2px #f99e00;
	border-radius:3px 0 0 3px;
}
