
* { margin: 0; padding: 0; }

.fontSelect {
	position: relative;
	padding: 3px;
	height: 28px;
        width: 80%;
	line-height: 28px;
	cursor: pointer;
	margin-left: 5%;
        float:left;
	/*width: 200px;*/
margin-top: 20px;
	background-color: white;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='$from', EndColorStr='$to');
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #cecece;
}

.fontSelect span {
	overflow: hidden;
	margin-left: 2px;
        font-size: 16px;
}

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

.fontSelectUl {
	list-style: none;
	/*width: 200px;*/
	background: white;
	position: absolute;
	left: 0;
	top: 35px;
        border: 1px solid #cecece;
        
}

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

	font-size: 24px;

	border-left: 1px solid white;
	border-right: 1px solid white;
}

.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 white;
}

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