/* Start of CMSMS style sheet 'imagebank' */
div#innercontent {
   border: 1px solid white;
   overflow: hidden;
   height: 371px;
}

div#search_outer {
   border-top: 1px dotted #e6e7e1;
   border-bottom: 1px dotted #e6e7e1;
   padding: 2px 0;
   height: 20px;
   overflow: hidden;
}

#search_outer input.floating {
   float: right;
   cursor: pointer;
}
#search_outer div {
   float: right;
   padding: 3px 3px 5px;
   height: 12px;
   border-left: 4px solid #babab8;
   border-right: 4px solid #babab8;
}
#search_outer a {
   height: 10px;
   padding: 0 15px 0 2px;
   color: #fff;
   background-color: #babab8;
}

div#search_outer input {
   text-transform: uppercase;
   width: 135px;
   text-align: left;
   height: 18px;
   padding: 0 3px 2px;
   border: 0;
   background: none;
   font-size: 10px;
   border-left: 4px solid #babab8;
   color: #8c8a81; 
}

div#search_outer input:hover {
   color: #7a0026;
}
#search_outer input.searchinputbox {
   width: 285px;
   height: 16px;
   padding: 3px 3px 0;
   background: #fff url(images/search.gif) no-repeat 270px 3px;
}

div#searchresults_inner {
   width: 380px;
   position: relative;
}
div#searchresults_outer {
   height: 368px;
   width: 380px;
   overflow: hidden;
   position: relative;
   z-index: 110;
}
   div#searchmovebtns {
      float: right;
      margin-right: 135px;
      margin-top: 325px;
      -margin-right: 75px;
   }
   #searchmovebtns a {
      cursor: pointer;
      display: block;
      padding: 5px;
   }

   #searchresults_inner div.resultbox {
      float: left;
   }
      #searchresults_inner .resultbox img {
         border: 1px solid Gray;
      }
   #searchresults_inner .resultbox a {
      display: block;
      padding: 6px;
      cursor: pointer;
   }
   #searchresults_inner .resultbox a:hover {
      background-color: #e6e7e1;
   }
      div.resultbox span {
         position: relative;
         z-index: 110;
         display: block;
         height: 8px;
         width: 8px;
         margin-top: -17px;
         margin-left: 94px;
         border: 4px solid #790000;
      }
      .resultbox span.chosen {
         background-color: #790000;
      }

a#selector {
   display: block;
   line-height: 21px;
   cursor: pointer;
}
   #selector span {
      line-height: 5px;
      margin: 0 4px;
      display: block;
      float: left;
      width: 10px;
      height: 9px;
      border: 6px solid #e6e7e1;
      -margin-left: 2px;
   }
   #selector span.chosen {
      background-color: #babab8;
   }
/* End of 'imagebank' */

