.product {
    padding: 2px;
    text-align: center;
    height: 31px;
    overflow: hidden;
}
.product img {
    height: 25px;
    float: left;
    margin-right: 3px;
}
.product a {
    display: block;
    height: 100%;
    border: 1px solid #f1f1b0;
}
.product a:hover {
    background-color: #f1f187;
    text-decoration: none;
    border: 1px solid #073002;
}

.producttitle{
    text-align: left;
    margin-left: 6px;
}


.product2title {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}
.product2tech {
	font-size: 90%;
	font-style: italic;
	margin: 2px 0px;
}
