input.d_search {
  border: 2px solid #6d8cb3;
  font-size: 12px;
  font-family: Tahoma, Verdana, Courier;
  font-weight: bold;
}

td.title {
  color: #FFFFFF;
  font-size: 12px;
  font-family: Tahoma, Verdana, Courier;
  font-weight: bold;
}

div.leftbar_arrowOn {     
  cursor: pointer;
  display: block;
  width: 21px;
  height: 25px;
  background: url("arrows.gif") 0 0 no-repeat;
}

div.leftbar_arrowOn:hover { background-position: -21 0; }

div.leftbar_arrowOn span {
  width: 50px;  
  position: relative;
  left: 25px;
  top: 4px;
  color: #FFFFFF;
  font-size: 12px;
  font-family: Tahoma, Verdana, Courier;
  font-weight: bold;
}



div.leftbar_arrow{      
  cursor: pointer;
  display: block;
  width: 21px;
  height: 25px;
  background: url("arrows.gif") -42px 0 no-repeat;
}

div.leftbar_arrow:hover { background-position: -63px 0; }

div.leftbar_arrow span {
  width: 50px;  
  position: relative;
  left: 25px;
  top: 4px;
  color: #FFFFFF;
  font-size: 12px;
  font-family: Tahoma, Verdana, Courier;
  font-weight: bold;
}

span.dict_name {
  position: relative;  
  top: -3px; 
  color: #000000; 
  font-size: 12px;
  font-family: Tahoma, Verdana, Courier; 
  font-weight: bold; 
}

.found_title {
    color: #004b99;
    font-size: 16px;
    font-family: Times New Roman, Tahoma, Verdana, Courier;   
}

.found_text {
    font-size: 14px;
    font-family: Times New Roman, Tahoma, Verdana, Courier;
    margin-top: 0px;  
}

.dict_name {
    color: #004b99;
    font-size: 18px;
    font-family: Times New Roman, Tahoma, Verdana, Courier;       
}

.dict_name a { color: #004b99; }
.dict_name a:hover { color: #004b99; text-decoration: underline;}


.dict_href {
    color: #004b99;
    font-size: 16px;
    font-family: Times New Roman, Tahoma, Verdana, Courier; 
    margin-right: 2pt;      
}

.dict_href a { color: #004b99; }
.dict_href a:hover { color: #004b99; text-decoration: underline;}


input.d_btn {
    margin-left: 5px;
}

input.d_first {
    font-size: 12px;
    border: 0px solid #FFFFFF;
    font-family: Tahoma;  
    padding-left: 3px;      
}
 
div.d_arrow {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url("arrow_down_gray.gif") 0 0 no-repeat;            
}

div.dict_list {
    position: absolute;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;   
    border: 1px solid #a5acb2;
    background-color: #FFFFFF;
    width: 187px;
    height: 150px;
}


img.book {
    border-right: url("book_right.gif");
}