@import url("base.css");

/*
-----------------------------------------------
Screenplay Designs product page screen style
author: Sean Jackson <sean@inmost.ca>
----------------------------------------------- */

.divider {
  clear: both;
  float: left;
  width: 415px !important;
  width /**/: 420px;
  height: 1px !important;
  height /**/: 17px;
  font-size: 1px;
  line-height: 1px;
  background-color: #D3D3D3;
  margin: 8px 0;
  }
div.search_result {
  position: relative;
  float: left;
  clear: both;
  width: 415px;
  }
img.search_result_thumb {
  float: left;
  padding: 1px 1px 1px 1px;
  margin-right: 10px;
  border: 1px solid #D3D3D3;
  }
div.search_result h1 {
  float: left;
  width: 325px;
  padding: 0 0 3px 0;
  margin: 0;
  }
div.search_result h1 a {
  color: #788530;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  }
div.search_result h1 a:hover {
  text-decoration: underline;
  }
div.search_result p {
  position: relative;
  float: left;
  width: 325px;
  color: #383838;
  font-weight: normal;
  font-size: 11px;
  padding: 0;
  margin: 0;
  line-height: 15px;
  }
.search_previous {
  float: left;
  margin-right: 5px;
  }
.search_next {
  float: left;
  }
.search_jump, .search_jump_current {
  float: left;
  width: 26px !important;
  width /**/: 31px;
  height: 25px !important;
  height /**/: 29px;
  margin-right: 5px;
  padding-top: 4px;
  color: #383838;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background: url('../images/search_jump_bg.gif') 0 0 no-repeat;
  }
.search_jump_current {
  color: #959393;
  }
