/*Productboxes*/
.product{
	border: 1px solid #e4e4e4;
	margin-bottom: 11px;
	table-layout: fixed;
}

.productImage{
	vertical-align: top;
	width: 228px:
	
}
.productDescription{
	width: 300px;
	vertical-align:top;
	background: #fff url(_images/productback.png) no-repeat;
	border-left: 1px solid #e4e4e4;
	padding: 10px;
	margin: 1px;
	color: #444241;
}

.productBottom{
	border-top: 1px solid #e4e4e4;
	padding-left: 5px;
	height: 26px;
	font-weight: bold;
	color: #444241;
}

.productPrice{
	padding-right: 5px;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	text-align: right;
	height: 26px;
	font-weight: bold;
	color: #560000;
}

.Grid
{
    border: 1px solid #e4e4e4;
}

.productRow
{
    color: White;
    background: #cecece;
}
.productRowOdd
{
    background: #eeeeee;
}

/*Hidden default technical info*/
.TechInfo
{
    background: #fff9ed;	
}

.TechInfo img
{
    border: 1px solid #feeed6;
    background: #fff;
    margin:1px;
    padding: 10px;
}
/*Productboxes*/
