div.productgroup div.product {
	padding: 0px;
	min-height: 80px;
	margin-bottom: 10px;
}
img.productimage {
    float:left;
}
div.product div.subheader {
    width:100%;
    height:57px; 
    padding:0;
    margin:0;
    float:left;
    margin-bottom:15px;
}
div.product div.subheader h2 {
    width:100%;
    margin:0;
    padding:0;
    margin-top:17px;
    margin-left:55px;
}
img.product_sideimage {
	float: left;
	border: none;
	margin-right: 10px;
}
div.product form.orderButton {
    background-image: url("../images/but_order.png");
    background-repeat: no-repeat;
    width:69px;
    height:16px;
    padding-left:5px;
    padding-top:0px;
    margin-bottom:10px;
}
div.product table {
    width:100%;
}
div.product table img {
    margin:5px;
}
div.product table td {
    text-align:left;
}
div.product ul {
}
div.product ul li {
    width:645px;
    height:auto;
    background-position:0 4px;
    margin:0px;
    padding:4px;
    padding-left:25px;
}
div.product img.right {
    margin-left:25px;
    margin-bottom:10px;
}
div.product p.fix {
    width:680px;
}
input.orderButton:hover {
    opacity:0.85;
}
