a.dictLink, a.dictLink:hover {
	text-decoration : none;
	border-bottom : 3px double #85120a;
}

div.dictWindow {
	width: 275px; 
	height: 150px; 
	position: absolute;
	z-index: 5;
}

div.dictWindow div.header {
	width: 100%; 
	height: 27px; 
	background: url(header.png) no-repeat top left;
	padding-top: 8px;
	padding-left: 28px;
}

div.dictWindow div.header div.headerText {
	width: 215px;
	font-size: 12px;
	font-weight: bold;
	float: left;
}

div.dictWindow div.header div.ajaxLoader {
	width: 16px;
	height: 16px;
	float: right;
	margin-right: 40px;
	background: url(ajaxLoader.gif) no-repeat center center;
}

div.dictWindow div.content {
	height: 85px; 
	padding-left: 28px;
	background: url(content.png) no-repeat top right;
}

div.dictWindow div.content div.contentText {
	width: 235px;
	height: 85px;
	overflow-y: auto;
	
	/* bugfix for ie6 png fix */
	position: relative;
	z-index: 1;
}

div.dictWindow div.footer {
	height: 30px; 
	padding-left: 28px;
	background: url(footer.png) no-repeat top right;
}
