@charset "utf-8";
/* CSS Document */

/* $Id: search.css,v 1.3 2007/10/31 18:06:38 dries Exp $ */

body.page-search #content-area{
background:#fff url(images/shadowHoriz.png) repeat-x top;
width:1020px;
padding-right:4px;
padding-bottom:15px;
overflow:hidden;
clear:both;
}


.search-form {
  margin: 0 0 2em 1em;
}

.search-form input {
  margin-top: 0;
  margin-bottom: 0;



}

.box-inner h2.title{
display:block;
margin: 1.5em 0em 2em 1em;
border-bottom:1px solid #000;
margin-bottom:2em;
width:770px;
}


.search-results p {
font-size:.75em;
width:770px;

text-indent:0px;
}

.search-results dt {
  margin:0 1.5em 0 1.5em;
}

.search-results dt.title a{
  font-size: 1.1em;
  text-decoration:none;
  font-weight:bold;
}

.search-results dt.title a:hover{
  font-size: 1.1em;
  color:#993300;
  text-decoration:none;
  font-weight:bold;
}


.search-results dd{
  margin: 0 2em 1em 2em;
  background:url(images/stripeslash.png) repeat-x bottom;
padding-bottom:.2em;
width:770px;
}

.search-results .search-info {
  font-size: 0.85em;
  display:none;
}
.search-advanced .criterion {
  float: left; /* LTR */
  margin-right: 2em; /* LTR */
}
.search-advanced .action {
  float: left; /* LTR */
  clear: left; /* LTR */
}
