/* CSS Document */

#gallery_thumbs {
	background: #f9f9f9;
	border: 2px solid #eee;
	min-height: 1px;
	margin: 40px -15px;
	padding: 5px 5px 20px;
	}
	
* html #gallery_thumbs {
	height: 1px;
	padding: 5px 0 20px;
	}
	
#gallery_thumbs:after {
	content: ".";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	}
	
#content .gallery_thumb a {
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	width: 150px;
	padding: 5px;
	height: 150px;
	margin: 5px;
	color: #666;
	font-size: 11px;
	}
	
#content .gallery_thumb a:hover {
	border: 1px solid #990000;
	}
	
.gallery_thumb img {
	margin: 0 0 5px 0;
	}
	
#gallery_image {
	border: 1px solid #ccc;
	text-align: center;
	background: #f9f9f9;
	padding: 10px 0;
	margin: 10px 0;
	}
	
#gallery_image .description {
	margin: 10px 20px;
	text-align: left;
	}
	
#gallery_image img {
	background: #fff;
	border: 1px solid #ddd !important;
	padding: 5px;
	margin: 0;
	}
	
.back_link {
	padding-left: 15px;
	background: url(back_link.gif) no-repeat left center;
	}
	
	
/* Gallery Summaries */


#gallery_summaries {
	background: #f9f9f9;
	border: 2px solid #eee;
	padding: 0 10px;
	margin: 40px 0;
	min-height: 1px;
	}
	
* html #gallery_summaries {
	height: 10px;
	}

#content .gallery_summary a {
	display: block;
	background: #fff;
	border: 2px solid #ccc;
	padding: 10px;
	text-decoration: none;
	margin: 10px 0px;
	padding: 10px 30px 10px 170px;
	position: relative;
	min-height: 110px;
	color: #333;
	font-size: 11px;
	}
	
* html .gallery_summary a {
	height: 110px;
	}
	
#content .gallery_summary a:hover {
	border: 2px solid #990000;
	color: #333;
	}
	
.gallery_summary img {
	position: absolute;
	top: 5px;
	left: 5px;
	}
	
.gallery_summary .title {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px 0;
	background: url(benchtop_summary_title.gif) no-repeat right center;
	}
	
#content .gallery_summary a:hover .title {
	color: #990000;
	}
	
.gallery_summary .more_link {
    display: block;  
    color: #990000;
    margin: 5px 0 0 0;
    }
    
.product_category{
	margin-bottom:20px;
}

.product_row{
	margin-bottom:25px;
	clear:both;
	float:none;
}

.product_row .product_detail{
	float:left;
	margin-left:15px;
	width:350px;
}

.product_row .product_detail h4{
	margin:0;
}

.product_row .product_image{
	float:left;
	width:100px;
} 

.product_row {
  min-height: 1px;
}
 
* html .product_row {
  height: 1px;
}
 
.product_row:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}