.dictionary {
	margin-top:15px;
	font-family: Arial, Helvetica, sans-serif;
}
.dictionary a {
	color: #006699;
	text-decoration: none;
}

.dictionary h1{
	font-size: 14px;
	color: #006699;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.dictionary p{
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.search-form {
	clear:both;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	display: table;
	margin-bottom: 15px;
}
.search-form label{
	font-size: 13px;
}
.search-form .searchterm{
	width:200px;
	font-size: 13px;
}
.search-form .submitbtn {
	font-size: 13px;
}

.categories {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	display: table;
}
.categories a {
	font-size: 12px;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	width: 33%;
	float: left;
}
.categories a:hover {
	text-decoration: underline;
}
.small-categories {
	width: 29%;
	clear: left;
	margin-bottom: 10px;
	display: table;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
}
.small-categories a {
	font-size: 11px;
	color: #006699;
	text-decoration: none;
	width: 100%;
	float: left;
}
.small-categories a:hover {
	text-decoration: underline;
}
.small-letters {
	width: 66%;
	margin-left: 10px;
	display: block;
	margin-bottom: 10px;
	float: left;
	clear: right;
	
}.small-letters a {
	width: 11px;
	float: left;
	text-align: center;
	font-size: 11px;
	color: #006699;
	text-decoration: none;
}
.small-letters a:hover {
	text-decoration: overline;
}
.word-list {
	width: 66%;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}
.word-list h1 {
	font-size: 13px;
	color: #006699;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.word-list p {
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.word-list a {
	color: #006699;
	text-decoration: none;
	font-size: 12px;
}

.word-list-table-line {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
.word-list-word {
	width: 50%;
	float: left;
	font-size: 12px;
}
.word-list-word a {
	color: #006699;
	text-decoration: none;
}
.word-list-word a:hover {
	text-decoration: underline;
}
.word-list-source {
	width: 30%;
	float: left;
	font-size: 12px;
	padding-left: 3px;
	height: 16px;
	overflow: hidden;
}
.word-list-language {
	width: 18%;
	float: left;
	font-size: 12px;
	padding-left: 3px;
	overflow: hidden;
	height: 16px;
}
.definition {
	width: 66%;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}.definition h1 {
	font-size: 13px;
	color: #006699;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.definition a {
	color: #006699;
	text-decoration: none;
}
