/* CSS Document */

#benchtop_summaries {
	min-height: 10px;
	margin: 40px 0;
	padding: 0;
	}
	
#benchtop_summaries:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
	
* html #benchtop_summaries {
	height: 1px;
	padding: 5px 0 10px 0;
	}
	
.benchtop_summary {
	margin: 10px 0;
	position: relative;
	}
	
#content .benchtop_summary a {
	background: #fff;
	border: 2px solid #ccc;
	min-height: 100px;
	margin: 0;
	padding: 10px 30px 10px 130px;
	font-size: 11px;
	line-height: 12px;
	text-decoration:none;
	color: #333;
	position: relative;
	display: block;
	}
	
* html #content .benchtop_summary a 
{
   height: 100px;
}
	
#content .benchtop_summary a:hover {
	border: 2px solid #990000;
	color: #333;
	}
	
.benchtop_summary  .title {
	display: block;
	margin: 0 0 3px 0;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	background: url(benchtop_summary_title.gif) no-repeat right center;	
	}
	
#content .benchtop_summary a:hover .title {
	color: #990000;
	}
	
.benchtop_summary img {
	position: absolute;
	top: 5px;
	left: 5px;
	}
	
.benchtop_summary .more_link {
    display: block;  
    color: #990000;
    margin: 5px 0 0 0;
    }
	
/* Swatches */
	
#swatches {
	margin: 40px 0;
	min-height: 1px;
	background: #eee;
	border: 1px solid #ccc;
	padding: 5px 0 10px 5px;
	}
	
* html #swatches {
	height: 10px;
	}
	
#swatches:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
	}
	
.swatch {
	float: left;
	width: 100px;
	height: 20px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 110px 5px 0;
	position: relative;
	text-align: center;
	display: inline;
	}
	
.swatch img {
	position: absolute;
	top: 5px;
	left: 5px;
	}
	
.swatch .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	display: block;
	background: none;
	}
	
/* Accessories */

#product_summaries {
	padding: 00;
	margin: 40px 0;
	min-height: 1px;
	}
	
* html #product_summaries {
	height: 10px;
	}

#content .product_summary a {
	display: block;
	background: #fff;
	border: 2px solid #ccc;
	padding: 10px;
	text-decoration: none;
	margin: 10px 0;
	padding: 10px 30px 10px 130px;
	position: relative;
	min-height: 100px;
	color: #333;
	font-size: 11px;
	}
	
* html .product_summary a {
	height: 100px;
	}
	
#content .product_summary a:hover {
	border: 2px solid #990000;
	color: #333;
	}
	
.product_summary img {
	position: absolute;
	top: 10px;
	left: 10px;
	}
	
.product_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 .product_summary a:hover .title {
	color: #990000;
	}
	
.product_summary .more_link {
    display: block;  
    color: #990000;
    margin: 5px 0 0 0;
    }
	
/* Accessories */

#accessory_detail_thumbs {
	background: #f9f9f9;
	min-height: 1px;
	border: 2px solid #eee;
	padding: 5px 0 15px 5px;
	margin-right: -5px;
	margin-left: -5px;
	position: relative;
	}
	
* html #accessory_detail_thumbs {
	height: 1px;
	}
	
#accessory_detail_thumbs:after {
	content: ".";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	}	
	
.accessory_detail_thumb {
	display: block;
	float: left;
	margin: 5px;
	}
	
* html .accessory_detail_thumb {
	margin: 0;
	padding: 5px;
	height: 1px;
	position: relative;
	}
	
#content .accessory_detail_thumb a {
	display: block;
	width: 110px;
	height: 90px;
	text-align:center;
	padding: 5px 0 0;
	overflow: hidden;
	border: 2px solid #eee;
	background: #fff;
	}
	
#content .accessory_detail_thumb a:hover {
	border: 2px solid #990000;
	}