﻿div.dictionarywrapper
{
	width: 100%;
}
	div.dictionarywrapper h5.dict
	{
		font-size: 17px;
		color: Black;
		height: 37px;
		padding-left: 39px;
		padding-top: 10px;
		background-image: url(../images/dictionaryicon.gif);
		background-repeat: no-repeat;
		background-position: top left;
		text-transform: uppercase;
		margin-bottom: 0px;
	}
	
.dictionarytable
{
	width: 546px;
	font-size: 11px;
	background-image: url(../images/dict_middle.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
.dictionarytable div.wordslist 
{
	overflow: scroll;
	max-height: 400px;
	height: 400px;
}

.dictionarytable div.wordslist *
{
	font-size: 11px;
}
.dictionarytable td.list
{	
	width: 30%;
	vertical-align: top;
}
.dictionarytable td.page
{
	width: 70%;
	vertical-align: top;
	padding: 0px 10px 10px 10px;
	background-image: url(../images/dictionary_article_head.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
	.dictionarytable td.page table { background-color: Transparent; }
	

div.dictionarytop
{
	width: 546px;
	height: 11px;
	background-image: url(../images/dict_top.gif);
}
div.dictionarybottom
{
	width: 546px;
	height: 11px;
	background-image: url(../images/dict_bottom.gif);
}