a.dictLink {
	color: black;
}

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

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

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

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

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

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

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

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