@import "main.css";
@import "searchforms.css";

.presult {
	margin-left: 10px;
	padding-top: 10px;}

.presult1 {
  font-size: 85%;
  margin-left: 10px;
  margin-bottom: 2px;
  padding-top: 10px;
  width: 500px;}

.presult2 {
  font-size: 90%;
  margin-left: 10px;
  margin-bottom: 2px;
  padding-top: 10px;}

.presult3 {
  width: 500px;
  margin: 10px auto;
  padding-top: 10px;}

.colour {
  color: #2FA2A2;}

/* CSS FOR DISPLAYRESULTS.PHP */

#main-table {
  width: 520px;
  border-left: 1px solid #2FA2A2;
  border-right: 1px solid #2FA2A2;
  border-top: 2px solid #2FA2A2;
  border-bottom: 3px solid #5E8EE8;
  margin-left: 10px;
  border-collapse: collapse;
  color: #000;}

.top20 {
  margin-top: 20px;}

.td1 {
  border-bottom: 1px solid #2FA2A2;}

.td1 p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 105%;}

.td2 {
  background: rgb(240,237,237);}

.td3 {
  vertical-align: top;
  width: 150px;
  padding: 10px;
  text-align: right;}

.td3 img {
  margin-top: 0;}

.td4 {
  width: 240px;}

.td5, .td5a {
  width: 130px;}

#qty {
  width: 20px;
  text-align: center;}

.td6 {
  border-top: 1px dotted #c0c0c0;
  font-size: 85%;}

.td7 {
  width: 180px;
  border-top: 1px dotted #c0c0c0;}

.td7 h6 {
  margin: 0 0 0 5px;}

.td7 img {
  float: left;}

.td8 {
  width: 320px;
  border-top: 1px dotted #c0c0c0;
  font-size: 85%;}

.td9 {
  border-top: 1px dotted #c0c0c0;}

.td9 p {
  font-size: 85%;
  margin-top: 2px;
  margin-bottom: 5px;
  color: rgb(120,120,120);}

.sp1 {
  color: #2FA2A2;
  line-height: 1.5em;}

.sp2 {
  line-height: 1.5em;}
  
/* ADDED AFTER PHOTOS */
.td3a {
  vertical-align: top;
  width: 150px;
  padding: 10px;
  height: 220px; 
  padding: 0; 
  text-align: center;}
  
.td5a {
  padding-bottom: 5px;
  padding-right: 5px;
  text-align: right;
  background: #c0c0c0;}
  
a.zoom{
    position:relative; /*this is the key*/
    z-index:24; background-color:#fff;
    color:#000;
    text-decoration:none;}

a.zoom:hover{z-index:25; background-color:#ff0}

a.zoom span{display: none}

a.zoom:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-100px; left:0; width:200px;
    border:1px solid #0cf;
    background-color:#fff; color:#000;
    text-align: left;
    font-size: 10px;
	padding: 5px;
    cursor: progress;}