html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,small, strike, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html, body{
	width:100%;
	height:100%;
	background:#fff;
	font-family: georgia, Times New Roman, serif;
	font-size: 13px;
}

#container{
	position:relative;
	width:500px;
	margin:0 auto;
	min-height:100%;
	height:auto !important;
	height:100%;
}
#content{
	padding-bottom:100px;
}


h1 {
	display:block;
	width:143px;
	height:90px;
	margin:0 auto;
	padding:50px 0 20px 0;
}
h1 a{
	display:block;
	background:url('../img/dict-logo.png') no-repeat;
	width:143px;
	height:90px;
	text-indent:-3700px;
}

/*style */

a,.highlight{
	color:#0c8fa3;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
strong{
	font-weight:normal;
	color:#b11717;
}
.lowlight{
	color:#3e3e3e;
}
.dictlist{
	margin-top:20px;
	padding-top:10px;
	border-top:1px dotted #C0C0C0;
	font-size:11px;
}

acronym{
	border-bottom:1px dotted #8b8b89;
	cursor:help;
}

object{
	margin:20px 0 50px 0;
}

/*form*/

#main-search{
	width:450px;
	margin:0 auto;
}

#main-search #search{
	width:355px;
	height:20px;
	border:1px solid #a8abac;
	border-right:none;
	font-size:15px;
	color:#3e3e3e;
	float:left;
	margin:3px 0 0 0 ;
}

input, #main-search .text-area,#main-search .button{
	border:1px solid #a8abac;
	color:#3e3e3e;
}
#main-search .button, #main-search select{
	background-color:#fff;
	cursor:pointer;
}

#metalink{
	width:300px;
	height:15px;
	font-size: 10px;
	color:#898989;
	border:none;
	font-family: georgia, Times New Roman, serif;
	cursor:default;
}

#main-search label{
	margin-top:26px;
	font-size:10px;
	color:#898989;
	display:block;
	clear:both;
	height:10px;
}
#togglekey{
	background:url('../img/keyboard.png') no-repeat;
	display:block;
	text-indent:-3700px;
	width:22px;
	height:22px;
	float:left;
	border:1px solid #a8abac;
	border-left:none;
	margin-top:3px;
}
#togglekey.hover{
	cursor:pointer;
	background:url('../img/keyboard.png') no-repeat 0 -22px;
}

#transbox{
	display:block;
	width:100%;
}

#transbox, .txt{
	width:420px;
	margin:20px auto;
	color:#ccc;
	padding:0px;
}
.wide{
	width: 500px;
}
#transbox li{
	margin-left:30px;
}

#transbox li.error{
	color:#b11717;
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}
#transbox li.info{
	color:#2d7829;
	list-style:none;
	margin:0px 0 10px 10px;
	padding-left:0px;
}
#transbox li.userset a{
	color:#7eafb7;
}

#transbox li.option{
	color:#0c8fa3;
	list-style:none;
	font-size:11px;
	margin:10px 0 0 0px;
	padding-left:0px;
}

#transbox li.suggest{
	list-style:none;
	font-size:11px;
	margin:15px 0 0 4px;
	padding-left:25px;
	background:url('../img/link.png') no-repeat left 1px;
}
#transbox li.suggest a{
	color:#898888;
}

#transbox li.metaintro {
	color:#858585;
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}
#transbox li.metaintro a{
	color:#0c8fa3;
	margin-left:5px;
	text-decoration:underline;
}
#transbox li.metaintro a:hover{
	text-decoration:none;
}

.txt {
	color:#494949;
}
.txt p{
	margin-bottom:10px;
}
.small p{
	font-size:11px;
}
.txt small{
	font-size:10px;
}

#results{
	display:block;
	padding-top:10px;
	border-bottom:1px dotted #ccc;
	font-size:10px;
	color:#898989;
}

#branding{
	border-top:1px dotted #ccc;
	padding-top:10px;
}

#results-body{
	color:#0c8fa3;
	padding:10px;	
}
#main-search .text-area{
	margin:4px auto;
	width:450px;
}
#src, #dst{
	border:1px solid #ccc;
	color:#3e3e3e;
}

#branding{
	text-align:center;
	font-size:10px;
	color:#ccc;
}

/* main-menu */
ul#menu {
	position:absolute;
	top:10px;
	right:10px;
	text-align:right;
	width:100%;
}

ul#menu li{
	display:inline;
	font-size:11px;
	color:#0c8fa3;
}
ul#menu li.new a{
	color:#b4331e;
}
/* autosuggest */

div.autosuggest
{
	position: absolute;
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	font-size:11px;
}

div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
	border:1px solid #ccc;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #565;
	display: block;
	text-decoration: none;
	background: none;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url(../img/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url(../img/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background: none;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(../img/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(../img/hl_corner_tr.gif);
	background-position: bottom right;
}

div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}

/* language select */

#language{
	float:right;
	display:block;
	width:65px;
	height:11px;
}
#language-sel{
	width:49px;
}
.elSelect {
	width:49px;
	height:11px;
}
.elSelect .rollover, .selectedOption {
	cursor:pointer;
}
.elSelect .dropDown {
	width: 23px;
	height: 20px;
	float: right;
}
.elSelect .optionsContainer {
	position:absolute;
	display:none;
}
.lven,.enlv,.lvru,.rulv,.elSelect .selectedOption {
	text-indent:-3700px;
	width:49px;
	height:11px;
	line-height:1px;
	margin:10px;
}
.lven,.enlv,.lvru,.rulv,.elSelect .option{
	_filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
.elSelect .rollover,.elSelect .selectedOption {
	_filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
}

.lven {
	background:url(../img/flags.png) 0 0;
}
.enlv {
	background:url(../img/flags.png) 0 -11px;
}
.lvru {
	background:url(../img/flags.png) 0 -22px;
}
.rulv {
	background:url(../img/flags.png) 0 -33px;
}

/* firefox */
#install-box {
	display:block;
	width:380px;
	height:16px;
	font-size: 13px;
    padding: 20px 20px;
	margin-bottom:8px;
}

#install-box img {
		float: left;
		margin:-5px 8px;
		border:none;
}

.keyboard{
	display:block;
	width:400px;
	height:36px;
}
.keyboard li{
	display:block;
	float:left;
	width:18px;
	height:18px;
	cursor:pointer;
	text-align:center;
}

.blue{
	color:#fff;
	background-color:#0c8fa3;
}

.loading{
	displaY:block;
	width:100%;
	margin-top:80px;
	height:20px;
	background:url('../img/load.gif') no-repeat top center;
}

/* help */

/* dict-ad */
#dict-ad{
	display:block;
	width:470px;
	height:65px;
	position:absolute;
	bottom:5px;
	left:25px;
	margin:0 auto;
}
#dict-ad a{
	display:block;
	position:relative;
	float:left;
	width:200px;
	height:65px;
	margin-right:5px;
}

#dict-ad a span{
	display:block;
	font-size:11px;
	color:#494949;
}
#dict-ad a:hover{
	text-decoration:none;
}

#dict-ad a span.url{
	position:absolute;
	bottom:0px;
	font-size:10px;
	color:#009900;
}

#dict-ad2 h3{
	font-size:16px;
	font-weight:bold;
	color:#ff0000;

}
#dict-ad2 p{
	margin-top:10px;
	font-size:12px;
	color:#363636;
	font-family:arial;
}
#dict-ad2 strong{
	color:#363636;
	font-weight:bold;
}
#dict-ad2 li{
	margin:8px;
	font-size:12px;
	color:#363636;
	font-family:arial;
	list-style:none;
	line-height:18px;
}

/* ddmenu */

#ddmenu {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	background: #fff;
	border: 1px solid #979797;
}
#ddmenu a {
	display: block;
	cursor: default;
	outline: none;
	font-size: 11px;
	padding: 6px 10px;
	margin:0 5px 0 5px;
	cursor: pointer;
	color:#323232;
}
#ddmenu a.sep{
	border-top:1px dotted #ccc;
}
#ddmenu a.error{
	color:#b11717;	
	border-bottom:none;
}
#ddmenu a:hover{
	text-decoration:none;
	color:#0c8fa3;
}

#ddmenu .separator {
	height: 1px;
	padding: 0;
	overflow: hidden;
	background: #ccc;
}


/* suggest */

#suggest{
	display:block;
	height:20px;
	margin-top:10px;
	list-style:none;
}

#suggesinput{
	float:left;
	border:none;
	color:#0c8fa3;
	font-family: georgia, Times New Roman, serif;
}

#suggestok{
	float:left;
	margin-top:2px;
	cursor:pointer;
}