@charset "UTF-8";
/* CSS Document */

div.product-wrapper {
	background:#f3f7f8; /*#F6F6F6; -- really light.*/
	padding: 5px;
	margin: 2px 2px 5px 10px;
	float: left;
	border-bottom:2px solid #e8eef0;
}

div.product-image {
	float: left;
	width: 120px;
	padding: 20px 2px;	
	text-align: center;
	background-color: #FFF;
	border-bottom:2px solid #e8eef0;
	border-left:1px solid #e8eef0;
}
div.product-image img {
	height: auto; /*75px;  fixed width, adjustable height works better*/  
	width: 80px;/*auto;*/
	padding: 5px;
}

div.product-content {
	float: left;
	width: 408px;
	padding: 10px;
	padding-right: 16px;
}
div.product-inner-wrapper {
	/* possible usage, not certain yet. */
	width: 420px;
	margin-bottom: 15px;
	float: left; /* to align with parent */
}
div.product-content h4 {
	color:#00CCCC;
	font-size: 120%;
}

p.bodycontent {
	font-size: 11px;
	color: #666666;
}            

ul.product-links {
}

li.product-detail, .product-tech-spec {
	list-style-type: none;
	display: block;
	padding: 10px;
	background: url(../images/bg-download-details.gif) no-repeat center right;
	text-align: right;
	
}
li.product-detail a, .product-tech-spec a{
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	
	
	
}
li.product-detail a:hover{
	color: #E6E6E6;
}


/* internal linking */

a.invisible-link {}
a.product-link {}

a.top-link,
a.top-link:visited {
	font-size: 10px;																	/* preferred */
	color: #999999;
	margin-right: 30px;
	text-decoration: none;
}
a.toplink:hover {
	color: #0099FF;
}
li.filter-item {
	color: #666;
	list-style-type: none;
	line-height: 1.9em;
	border-bottom: 1px dotted #999;
	font-size: 10px;
	margin-left: -10px;
	

}
#sidebar li.filter-item {
	
	border-bottom: 0px dotted #999;
	

}

