.select {
	display: table;
	margin: 10px;
	float: right;
}

.select-1 {
	position: relative;
	z-index: 1;
	float: left;
}

.select-1 li a {
	width: 250px;
	display: block;
	float: left;
	clear: both;
	font-size: 12px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 0px;
	outline: none;
	padding: 0 15px;
	text-decoration: none;
}

.dropdown-1 dd, .dropdown-1 dt, .dropdown-1 ul {
	margin: 0px;
	padding: 0px;
}

.dropdown-1 dd {
	position: relative;
}

.dropdown-1 a, .dropdown-1 a:visited {
	color: #555;
	text-decoration: none;
	outline: none;
}

.dropdown-1 a:hover {
	color: #444;
}

.dropdown-1 dt a:hover {
	color: #999;
	border: 1px solid #ccc;
}

.dropdown-1 dt a {
	background: #fff url(images/arrow-select.png) no-repeat scroll 98% center;
	display: block;
	padding-right: 20px;
    border: 1px solid #ccc;
    width: 240px;
}

.dropdown-1 dt a span {
	cursor: pointer;
	display: block;
	padding: 5px;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #575757;
}

.dropdown-1 dd ul {
	background: #f5f5f5;
	border: 1px solid #ccc;
	color: #555;
	display: none;
    left: 0px;
    padding: 0px;
    position: absolute;
    top: 2px;
    width: auto;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 170px;
    list-style: none;
    -webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.30);
    -moz-box-shadow:    0px 3px 5px rgba(50, 50, 50, 0.30);
    box-shadow:         0px 3px 5px rgba(50, 50, 50, 0.30);
}

.dropdown-1 span.value {
	display: none;
}
.dropdown-1 dd ul li a {
	padding: 0 5px;
	display: block;
}
.dropdown-1 dd ul li a:hover {
	background-color: #575757;
	color: #fff;
}