@charset "UTF-8";
/* CSS Document */

#fontChange {
	_overflow:hidden;_zoom:1;
	display:block !important;
	margin:0;
	padding:0;
	}
	
#fontChange li{
	float:left;display:block;
	width:30px;
	height:30px;
	padding:0;
	text-align:center;
	line-height:32px;
	margin-right:5px;
	border:1px solid #ccc;
	-moz-box-shadow: 1px 1px 1px #666;
	-webkit-box-shadow: 1px 1px 1px #666;
	text-shadow: 1px 1px 1px #ccc;
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	
	border-radius: 15px;
}

#fontChange li:hover{
	background-color:#333;
	color:#fff;
	cursor:pointer;
	background:-webkit-gradient(linear, left top, left bottom, from(#999), to(#333));
	background: -moz-linear-gradient(top, #999, #333);
}
