.wordList{background: #F5F5F5;padding:0 5px;width: 670px;;}
.wordList td{padding: 5px;color: #090909;font-size: 1.2em;}
.wordList td .py{padding: 5px;color:#303030;font-size:0.8em;}
.wordList tbody td{border-bottom: 1px solid #DDDDDD;}
.wordList td .allExplain,.wordList td .allClose{cursor: pointer;font-size:14px;}
.wordList td a.play{display: inline-block;background: url("../../images/play1.png") no-repeat;width: 16px;height: 16px;cursor: pointer;vertical-align: middle;margin-right: 3px;}
.wordList td a.play:hover{background-image: url("../../images/play2.png");}
.wordList td a.add{display: inline-block;background: url("../../images/addnewword.gif") no-repeat;width:16px;height:16px;vertical-align: middle;}
.wordList td .explain,.wordList td .associate{position: relative;font-size: 0.7em;height: 1.55em;}
.wordList td .associate{text-align: right;}
.wordList td .explain .title,.wordList td .associate .title{color: #4D9B33;cursor: pointer;width:auto;}
.wordList td .explain .content,.wordList td .associate .content{position: absolute;top: 0;background: #F5F5F5;display: none;width:325px;z-index: 1;}
.wordList td .explain .content p{line-height: 1.5em;}
.wordList td .content p .expClose{color:#57B03A ;}
.wordList td .content p {margin:0px;}
.wordList td .explain div{left: 0;}
.wordList td .associate div{right:0;}
.wordList td .word{font-size:12px;color:#57B03A;width:auto;margin:0px;}
.ajaxResult{position: absolute;background: #EEEEEE;padding:10px 5px;border-radius: 10px;display: none;z-index: 9;}
.wrapper{clear:both;}
