
* { margin: 0; padding: 0; }

.fontSelect {
	position: relative;
	padding: 3px;
	height: 24px;
	line-height: 20px;
	cursor: pointer;
	font-size:13px;
	width: 120px;

	overflow: hidden;
	border: 1px solid #A9A9A9;
	background-color:#eee;
}

.fontSelect span {
	overflow: hidden;
	margin-left: 5px;
}

.fontSelect .arrow-down {
	position: absolute;
	right: 10px;
	top: 14px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;

	border-top: 6px solid #AAA;
}

.fontSelectUl {
	z-index:20;
	list-style: none;
	width: 165px;
	border: 1px solid #A9A9A9;
	background-color:#eee;
	position: absolute;
	left: 0;
	top: 35px;
}

.fontSelectUl li {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	cursor: pointer;
	padding: 0 10px;

	font-size: 14px;

	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}

.fontSelectUl li:last-child {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;

	border-bottom: 1px solid #EEEEEE;
}

.fontSelectUl li:hover {
	background: #DDD;
}
