div.definition-wrapper
{
	position: absolute;
	width:288px;
	color: #0B2056;
	top:0px;
	left: 0px;
	font-family:Arial, Helvetica, sans-serif;
	z-index: 10;
	display: none;
}

div#definition-top
{
	width: 288px;
	height: 10px;
	background:url(../images/definition-top.png);
	background-repeat: no-repeat;
}
div#definition-content
{
	width: 288px;
	min-height:50px;
	background: url(../images/definition-tile.png);
	background-repeat: repeat-y;
	overflow: auto;
	padding-left: 14px;
}

div#definition-content > p
{
	width: 270px;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}

div#definition-bottom
{
	width: 288px;
	height: 49px;
	background: url(../images/definition-bottom.png);
	background-repeat: no-repeat;
}

div#definition-wrapper img
{
	float: left;
	border: 1px solid;
	border-color: #f0c753;
	margin-right: 5px;
}

div#definition-text
{
	float: left;
	width: 236px;
	margin-top: 4px;
}

div#definition-wrapper h4
{
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
div#definition-wrapper p
{
	margin-top:2px;
	padding-top:0px;
	font-weight: regular;
	font-size: 11px;
}
div#definition-play
{
	width: 14px;
	height: 17px;
	float: right;
	margin-bottom: -27px;
	background-image: url('../images/play.png');
	margin-right: 45px;
	margin-top:10px;
}
div#definition-pause
{
	width: 14px;
	height: 17px;
	float: right;
	margin-bottom: -27px;
	background-image: url('../images/pause.png');
	margin-right: 20px;
	margin-top:10px;
}

.definition
{
	font-weight: bold;
	color: #1a4dcc;
	cursor: pointer;
	text-decoration: underline;
}

.definition
{
	color:#c821ac;
}

.def-popup{
	display: none;
}

a#audio-toggle{
	background-repeat: no-repeat;
	height: 17px;
	width: 14px;
	display: block;
	position: absolute;
	right: 40px;
	top: 5px;
	z-index: 1001;
	text-indent: -9999px;
	overflow: hidden;
}
a.vocab-close {display: inline-block; text-indent: -9999px; position: absolute; background: url('../images/popup-close.png') no-repeat top; 	width: 20px;
	top: 5px; right: 10px; 	height: 16px;
	background: url('../images/popup-close.png') no-repeat top;
	background-size: 70%;
	text-indent: -9999px; overflow:  hidden;}

div.definition-wrapper.ie8 a.vocab-close
{
	display: block;
	height: 20px;
}

.play{
	background: url(../images/play.png);
}

.playing{
	background: url(../images/pause.png);
}

