/* $Id: search.css,v 1.1 2010/06/22 11:01:49 hierbabu Exp $ */

.search-form {
  margin-bottom: 1em;
}
.search-form input {
  margin-top: 0;
  margin-bottom: 0;
}
.search-results p {
  margin-top: 0;
}
.search-results dt {
  padding:4px;
  background-color:#353535;
  font-size: 1.1em;
}
.search-results dd {
  font-size:10px;
  margin-top:5px;
  margin-bottom: 1em;
}

.search-results a{
text-decoration:underline;
color:#999999;
background-image:url(../img/links/arrow.gif);
background-repeat:no-repeat;
background-position:0.0909em 0.4455em;
padding-left: 1.1818em;
}

.search-results a:hover{
text-decoration:underline;
color:#666666;
background-image:url(../img/links/arrow.gif);
background-repeat:no-repeat;
background-position:0.0909em 0.4455em;
padding-left: 1.1818em;
}

.search-results .search-info {
  font-size: 0.85em;
}
.search-advanced .criterion {
  float: left; /* LTR */
  margin-right: 2em; /* LTR */
}
.search-advanced .action {
  float: left; /* LTR */
  clear: left; /* LTR */
}
