/* Dictionary */
#dictSearchResults, #dictThrobber
{
	width: 650px;
	margin-top: 20px;
}

.dictEntry
{
	padding: 5px;
	border: 1px solid #efdfdf;
}

.oddDictEntry
{
	background: #efdfdf;
}

.evenDictEntry
{
	background: #ffeeee;
}

.dictEntry .zw a
{
	font-size: 30px;
	color: #900;
	text-align: center;
	display: block;
	text-decoration: none;
	/*font-family: Kai;*/
}

.dictEntry .en
{
	padding-top: 10px;
	clear: left;
	font-size: 9pt;
	color: #A0A0A0;
}

.dictEntry .options
{
	float: right;
	font-size: 8pt;
	text-align: right;
}

.options a
{
	border: none;
	color: #a33;
}

.engWord a
{
	color: #000;
	text-decoration: none;
}

.dictEntry img
{
	/*margin-bottom: 5px;*/
}

.character
{
	float: left;
	/*width: 44px;*/
	width: 60px;
	height: 54px;
}

.character .py a
{
	text-align: center;
	font-size: 12pt;
	display: block;
	text-decoration: none;
	color: #900;
}

.character .py, .character .zw, .character img, .engWord
{
	cursor: pointer;
}

.character img
{
	margin-left: 8px;
}

.character .py:hover, .engWord:hover
{
	text-decoration: underline;
}

.character img:hover, .character .zw:hover
{
	background: #fff;
}