/* 
 * This file defines the "auto-suggest" search box CSS 
 */

/* This section is for the main body search box */
#main_tagbox {
/*margin-left:8px;*/
text-align:left;
width:136px;
}

#main_tagbox ol  {
position:absolute;
background:#fff;
list-style:none;
list-style-position: inside;
margin: 0px 0 0 0;
padding:0;
z-index:1001;
border-top: 2px solid #000;
border-bottom: 2px solid #000;
}

#main_tagbox ol li {
width:400px;
border-left: 2px solid #000;
border-right: 2px solid #000;
}

#main_tagbox ol li span {
float:left;
margin:5px;
width:50px;
}

#top_tagbox ol li p {
margin-bottom:10px;
}

#main_tagbox ol li em {
color:#4b9c4b;
font-weight: bold;
font-style: normal;
}

#main_tagbox ol li a {
padding:15px 5px 5px 10px;
height:40px;
text-decoration:none;
color:#000;
display:block;
border-bottom:2px solid #000;
}

#main_tagbox ol li a:hover, .hl {
background:#f3f3f3;
color: #4b9c4b;
text-decoration:underline;
}

#main_tagbox input {
/*width:136px;
height: 1.5em;
padding: 8px 0 0 0;*/
  width:136px;
  margin-left:12px;  
}

#main_tagbox-lkup {
width:100%;
}


/* This section defines the top header search box */

#top_tagbox {
margin-left:10px;
text-align:left;
width:254px;
}

#top_tagbox ol  {
position:absolute;
background:#fff;
list-style:none;
list-style-position: inside;
margin:3px 0 0 -273px;
padding:0;
z-index:1001;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}

#top_tagbox ol li {
width:500px;
border-left: 1px solid #000;
border-right: 1px solid #000;
}

#top_tagbox ol li span {
float:left;
margin:5px;
width:50px;
}

#top_tagbox ol li p {
margin-bottom:10px;
}

#top_tagbox ol li em {
color:#4b9c4b;
font-weight: bold;
font-style: normal;
}

#top_tagbox ol li a {
padding:15px 5px 5px 10px;
height:40px;
text-decoration:none;
color:#000;
display:block;
border-bottom:1px solid #000;
}

#top_tagbox ol li a:hover {
background:#f3f3f3;
color: #4b9c4b;
text-decoration:underline;
}

#top_tagbox input {
height: 1.5em;
}

#top_tagbox-lkup {
width:100%;
}


