body {
    background-color: #f5f5fa;
    font-family: Tahoma, Verdana; /*text-align: center;*/
}

.inactive {
    background: transparent url( images/tab_inactive.gif ) no-repeat bottom;
    font-size: 11px;
    text-align: center;
    height: 19px;
    width: 45px;
    margin-left: 3px;
    float: left;
    cursor: pointer;
}

.active {
    background: transparent url( images/tab_activ.gif ) no-repeat bottom;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    height: 19px;
    width: 46px;
    margin-left: 3px;
    float: left;
    cursor: pointer;
}

.tabLabel {
    padding-top: 1px;
}

.wordLabel {
    float: left;
    font: 12px;
    color: #74673e;
    margin-top: 3px;
    margin-left:100px;
    width: 60px;
}

html>body .wordLabel {
    margin-left:200px;
    margin-right:10px;    
}

* html .wordLabel {
    margin-top: 5px;
    font-weight:bold;      
}

/* IE 7 */
* + html .wordLabel {
    margin-top: 5px;
    font-weight:normal;   
}

.wordInput {
    margin-top: 3px;
    margin-left: 10px;
    float: left;
    padding: 2px 2px 2px 35px; 
    border: 0;
    height: 19px;
    width: 264px;
}


.mainInputLabel {
	float: left; 
	margin-top: 3px;
	padding-top: 3px;
	width:130px; 
	padding-left: 40px;	
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}


.mainInputFirstFlag {
	float: left; 
	margin-left: 0px; 
	margin-top: 8px; 
	width:20px; 
	height:12px; 
	font-size: 1px; 
	no-repeat;
}

.mainInputSecondFlag {
	float: left; 
	margin-left: 3px; 
	margin-top: 8px; 
	width:20px; 
	height:12px; 
	font-size: 1px; 
	no-repeat;
}

.mainPanel ul {
	width:221px;
	overflow:hidden;
}

#mainPanelDict ul {
	width:221px;
	overflow:hidden;
}

#mainPanelDict li { 
	list-style-type: none;
	padding-right: 20px; 
	list-style-type: none;
	margin:5px auto;  
	font-size:12px;	
	cursor: pointer;
	width:221px; 
	height:28px;
}


.selectLanguage{
	background:url(images/main_dict_bg.gif) no-repeat;
}

.selectLanguage2{
	background:url(images/main_dict_bg_hover.gif) no-repeat;
}

* html #mainPanelDict li {
	margin:2px auto;  
}


* + html #mainPanelDict li {
	margin:2px auto;  
}




#mainPanelDict li:hover {
	background:url(images/main_dict_bg_hover.gif) no-repeat;
	font-weight:bold;
	/*margin:2px auto;*/
}





.selectedMenu {
	background:url(images/main_dict_bg_hover.gif) no-repeat;
	font-weight:bold;
}

.mainWordInput {
    border:0pt none;
	font-size:24px;
	height:40px;
	margin-top:3px;
	padding:6px 5px 0pt;
	vertical-align:bottom;
	width:220px;    
	background:url(images/main_dict_word_bg.gif) no-repeat;
}

.mainLogo { 
	float:left; 
	width: 200px; 
	margin-left: 160px;
}

* html .mainLogo { 
	float:left; 
	width: 200px; 	
	margin-left: 80px;
}


.mainBottomMenu {
	float:left; 
	margin-left: 700px; 
	margin-top: 10px;
	list-style-type: none;
	width:200px;
}

* html .mainBottomMenu {	
	float:left; 
	margin-left: 350px; 
	margin-top: 10px;
	list-style-type: none;
	width:200px;
}




.mainBottomMenu li a {
	color:#666675;
	font-family:Georgia,Tahoma,Verdana,Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-bottom:4px;
	padding-top:4px;
	text-decoration:none;
}


.mainBottomMenu li {
	float: right;
	list-style-type:none;
	margin-right:10px;
}

.mainBottomMenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}


#menu li a {
	color:#666675;
	font-family:Georgia,Tahoma,Verdana,Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-bottom:4px;
	padding-top:4px;
	text-decoration:none;
}


#menu li {
	float: left;
	list-style-type:none;
	margin-right:10px;
}

#menu ul {	
	margin:0;
	padding:0;
	list-style-type:none;
}


#menu {	
	/*text-align:right;*/
}
.mainPanel {
	margin:0 auto; 
	background:url(images/main_panel_bg.gif) top left repeat-x; 
	width:670px; 
	height:470px; 
	background-color: #e7c67a;	
}


.mainFormDiv {
	margin: 20px 0 0 40px; 
	float:left;
}

* html .mainFormDiv {
	margin: 20px 0 0 20px; 
	float:left;
}

.mainText {
	color:#7a7a7d; 	
	float:left; 
	font-size:12px;  
	width: 250px; 
	margin-top: 70px; 
	margin-left: 55px;
}

* html .mainText {
	color:#7a7a7d; 	
	float:left; 
	font-size:12px;  
	width: 250px; 
	margin-top: 70px; 
	margin-left: 25px;
}


<!-- Old stuff-->

.lookupWord {
    font-size: 14px;
}

.lookupWordName {
    font-weight: bold;
    font-size: 14px;
}

.lookupDefCount {
    color: blue;
    text-decoration: underline;
}

.lookupDefCount a {
    color: blue;
}

.lookupDef {

}

div.auto_complete {
    text-align: left;
    width: 380px !important;
    background: #fff;
    color: #2B2B43;
    font-family: Georgia, Tahoma, Verdana, Arial, sans-serif;
    /*border: 1px solid #2B2B43;*/
    border: 1px solid #c6a133;    
}

div.main_auto_complete {
    text-align: left;
    width: 320px !important;
    background: #fff;
    color: #2B2B43;
    font-family: Georgia, Tahoma, Verdana, Arial, sans-serif;
    border: 1px solid #c6a133;
}

div.auto_complete ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.main_auto_complete ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li.lookupWord, li.lookupWordAprox, li.lookupWordEven, li.lookupWordAproxEven {
    margin: 0;
    padding: 3px;
    font-size: 11px;
    border-bottom: 1px solid #f0e3bb;
    background-color: #F5F5FA;
}

li.lookupWordEven, li.lookupWordAproxEven {
    background-color: #f5f1e4;
}

li.lookupWord div, li.lookupWordAprox div, li.lookupWordEven div, li.lookupWordAproxEven div {
    padding-left: 30px;
    height: 32px;
    overflow: hidden;
    background: url( images/more.gif ) right bottom no-repeat;
    cursor: pointer;
}

li.lookupHeader, li.lookupHeaderAprox {
    font-size: 14px;
    font-weight: bold;
    color: #2B2B43;
    background-color: #F5F5FA;
    text-decoration: underline;
    border-bottom: 1px solid #2B2B43;
    padding: 5px;
}

li.lookupHeaderAprox {
    background-color: #f0f0fE;
}

div.auto_complete ul li.selected {
    background-color: #d1dded;
}

div.main_auto_complete ul li.selected {
    background-color: #d1dded;
}

#IDlookupHeader.selected {
    background-color: #f1f1f1;
    
}

#IDlookupHeaderAprox.selected {
    background-color: #ececec;    
}

#definitionFrame {
    width: 800px;
    height: 0;
    border: 0;
    overflow: hidden;
    background-color: transparent;
    margin: 0;
}


#definitions {
    margin-top: 10px;
    width: 530px;
    text-align: left;
    color: #2B2B43;
    overflow: auto;
    font-family: Georgia, Tahoma, Verdana, Arial, sans-serif;
}

#definitions .definitionsContent {
    margin-top: 5px;
    font-size: 12px;
    text-align: left;
}

#definitions .definitionFound {
    font-size: 18px;
    border-bottom: 3px solid #2B2B43;
    padding: 5px;
}

.definitionFoundWord {
    font-weight: bold;
    font-size: 20px;
}

#definitions .row {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 40px;
}

#definitions .rowEven {
    background-color: #f5f1e4;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 40px;
}

.lookupList {
    padding: 0;
    list-style: none;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.subscript {
    vertical-align: sub;
}

.superscript {
    vertical-align: super;
}

.spaced {
    font-family: monospace;
}

#addAsEngine {
    background: url( "images/firefox_123dictionar2.gif" ) 0 1px no-repeat;
    width: 56px;
    height: 24px;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
}

#languagesDiv {
    margin-top:65px;
}

#languageMenu {
    list-style-type: none;
    left:37px;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 35px;
    position:relative;
    width: 800px;
}

#languageMenu li {
    float: left;
}

#languageMenu li a {
    cursor:pointer;
    position:relative;
    top:-20px;
    text-align: center;
    text-decoration: none;
    padding-left:12px;
    padding-right:12px;
    color: #868695;
    font-size:16px;
    border-bottom: 1px solid #2B2B43;
    border-left: 3px solid #F5F5FA;
    border-right: 3px solid #F5F5FA;
}

#languageMenu li a.active {    
    font-weight: bold;
    
    color: #2B2B43;
    border-bottom: 3px solid #2B2B43;
    top:-22px;
    font-size:18px;
}

#languageMenu li a:HOVER, .menuHover {
    border-bottom: 3px solid #2B2B43; 
}

#infomsg {
    font-size:16px;
}

#friends a {
	color:#5F4D5D;
	text-decoration:none;
}

#friends ul {
	cursor:default;
	font-size:14px;
	list-style-type:none;
}

#friends li {
    margin-bottom:5px;
}

#friends {
		
	margin-left: 30%;
}

#randomBttn a {
    position: absolute;
    left: 730px;
    width: 100px;
    top: 143px;
    padding: 4px;
    background: #ab4124;
    font: 12px "Courier New", Courier, mono;
    color: #FFFFFF;
}

#toolbar a {
    margin-right: 5px;
    background-color: #666;
    color: white;
    padding: 4px;
}

.friend {
    cursor: pointer;
    font-weight: bold;
}

#postit ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align:center;
}

#postit ul li {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    text-align:center;
}

.ads{
    width: 100%;
    background-color: #FFFFF0;
}


.mainSubmit {
	height:32px;
	position:relative;
	top:-5px;
	width:30px;
}

* html .mainSubmit {
	width: 30px; 
	height: 32px; 
	margin-top: 12px;
}

* + html .mainSubmit {
	margin-top: 12px;
}

