﻿
.no_results,
.results_summary
 {
  font-weight: bold;
  margin: 20px 0;
}

.search_results {
	}
	
.result {
	min-height: 100px;
	border: 1px solid #ccc;
	margin: 10px 0;
	position: relative;
	background: #f9f9f9;
	}
	
	* html .result {
		height: 1px;
		}
		
	.result:after {
		content: ".";
		height: 0;
		visibility: hidden;
		clear: both;
		display: block;
		}
		
	.result .photo {
		float: left;
		border: 1px solid #aaa;
		}
		
		* html .result .photo {
			width: 150px;
			}
		
		.result .photo img {
			display: block;
			}
			
		* html .result .photo img {
			width: 150px;
			}
		
	.result .content {
		float: left;
		}
		
	.result  h3 {
		margin: 0;
		font-size: 14px;
		line-height: 16px;
		background: #eee;
		padding: 5px 0 5px 10px;
		border-bottom: 1px solid #ccc;
		}
		
	.result h3 a {
		text-decoration: none;
		}
		
	.result h3 a:hover {
		background: none;
		text-decoration: underline;
		}
		
	.result .special {
		padding: 5px 10px;
		}
		
	.result .price {
		padding: 5px 10px;
		}
		
	.result .link {
		padding: 5px 10px;
		}