/* SEARCH FORM */
#search-form{
    width: 220px;
    float: left;
    border: 1px solid #808080;
    background-color: #decbab;
}

#search-form h4{
  background: #843711 url(../images/bg-search-header.png) repeat-x top left;
  height: 29px;
  line-height: 29px;
  padding-left: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8em;
  border: solid 1px #843711;
}
#search-form .form-input{
    width: 96%;
    float:left;
    margin: 2%;
}
#search-form .form-input label{
    display: block;
    text-align: right;
    float: left;
    width: 33%;
    color: #993300;
    font-weight: bold;
    font-size: 80%;
}

#search-form .form-input input, #search-form .form-input select{
    float: right;
    width: 64%;
}
#search-form .form-input.submit{
    margin: 5% 2% 5% 2%;
    clear:both;
    float: none;
}
#search-form .form-input.submit input{
  float: none;
  width: 85px;
  height: 31px;
  margin: 0 0 0 34%;
  padding: 0;
  background: transparent url('../images/btn-search.png') no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */    
  border: none;
  overflow: hidden;
  text-indent: -999px;
  font-size: 0px;
  display:block;
  line-height: 0px;
}
#search-form .form-input.checkbox input {
    float: left; 
    width: 1em;
    margin-left: 33%;
}
#search-form .form-input.checkbox label {
    float: right;
    text-align: left;
    width: 55%;
}

/*  SEARCH RESULTS  */

#search-results {
  border: solid 1px #e5e5e5;
  width: 100%;
}

#search-results thead .header td {
  background: #843711 url(../images/bg-search-header.png) repeat-x top left;
  height: 29px;
  line-height: 29px;
  padding-left: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8em;
  border: solid 1px #843711;
}

#search-results tbody td {
  padding: 20px;
  vertical-align: top;
}

#search-results .stats {
	background-color: #f6f6f6 !important;
	border: 1px solid #b8b8b8;
	font-size: 11px;
  width: 160px;
  float: none;
}

#search-results td .stats td {
  padding: 5px 9px;
  border-top: 1px solid #ddd;
  background-color: transparent !important;
}

#search-results .stats .left {
  font-weight: bold;
  color: #333;
}

#search-results .stats .right {
  text-align: right;
  color: #666;
}

#search-results td h2 {
  width: auto;
  float: none;
  padding-top: 0;
}

#search-results td h2 a {
  font-size: 1.3em;
  color: #944013 !important;
  text-transform: none;
}

#search-results td h3 {
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  float: none;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Myriad Pro", Myriad, Calibri, "Segoe UI", "Trebuchet MS", sans-serif;
  font-style: normal;
  font-size: 0.9em;
  color: #555;
}

#search-results td p {
  font-size: 0.75em;
  margin-bottom: 0;
}

#search-results td img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
  
}

#search-results td h3 a {
  font-size: 0.75em;
}

#search-results tr.odd td {
  background-color: #f3f1eb;
}

#search-results tfoot {
  font-size: 0.8em;
  color: #666;
}

#search-results tfoot td {
  padding: 10px;
  text-align: center;
  border-top: solid 1px #e5e5e5;
}

#search-results a.disabled {
  color: #aaa !important;
}

/*  INVENTORY  */

.inventory {
  font-size: 0.7em;
  width: 100%;
  color: #6f6a61;
}

.inventory a {
  color: #944013 !important;
}

.inventory tbody td {
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}

.inventory tbody td {
  padding: 10px 8px;
  border-right: solid 1px #e5e5e5;
}

.inventory thead td{
  border-top: none;
}

.inventory thead tr th{
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}

.inventory thead th {
  padding: 10px 8px;
  background-color: #f4efde;
  text-align: left;
  color: #333;
  border-left: solid 1px #e5e5e5;
}

.inventory tbody tr.odd td{
  background-color: #f3f1eb;
}

.inventory thead tr.header td {
  background: #843711 url(../images/bg-search-header.png) repeat-x top left;
  height: 29px;
  line-height: 29px;
  padding-left: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border-bottom: solid 1px #e5e5e5;
}
