   
   a {
      color: #1160c6;
      text-decoration: underline;
   }
   
   a:hover {
      color: #fab702;
   }
   
   #srch-wrap {
      margin: 30px;
   }

	p.help {
	margin: 0;
	float: right;
}

	p.order-view {
	margin: 0;
	text-align: right;
}
   
   /* Search results info
   ****************************** */
   
   #srch-info {
      text-align: left;
      border-bottom: 1px dotted #999;
      margin-bottom: 1em;
   }
   
      #srch-info p {
         margin: .25em;
      }
   
      #srch-info strong {
         color: #333;
      }
   
   /* Search results
   ****************************** */

#srch-results {
	border: 0px solid #000;
	width: 100%;
}

#srch-results table {
	width: 100%;
}

  
   #srch-results tbody:hover {
      background: #f0f5fb;
   }
   
   #srch-results .title {
      font-size: 14px;
   }
   
   #srch-results .price {
      text-align: right;
   }
   
   #srch-results .add {
      text-align: right;
   }
   
   #srch-results .add a {
      background: #1160c6;
      color: white;
      padding: .2em .5em;
      text-decoration: none;
      font-size: .9em;
      font-weight: bold;
      text-transform: uppercase;
   }
   
      #srch-results .add a:hover {
         background: #fab702;
      }
   
   #srch-results td {
      border-bottom: 1px dotted #ddd;
      padding: 0 0 0 0;
   }
   
   #srch-results tr.head td {
      vertical-align: bottom;
      border-top: .75em solid white;
      border-bottom: none;
   }
   
   #srch-results span {
      font-size: .85em;
      font-weight: bold;
      display: none;
   }
   
   /* Search pages
   ****************************** */
      
   #srch-page {
      margin: 1.5em 0 1em 0;
      text-align: center;
   }
   
      #srch-page span {
         font-weight: bold;
      }
   
      #srch-page span,
      #srch-page a
      {
         padding: .25em .7em;
         margin: .05em;
         background: white;
         text-decoration: none;
         border-bottom: 2px solid white;
      }
      
      #srch-page a:hover {
         color: #1160c6;
         background: #f0f5fb;
         border-bottom: 2px solid #1160c6;
      }
