/*#machineOverviewWrapper {
	
}
#machineOverviewWrapper > div.machineOverviewItem >a{
	display:block;
}
#machineOverviewWrapper > div.machineOverviewItem div.machineOverviewImg {
	display:table-cell;
	width:148px;
	text-align:center;
	vertical-align:middle;
	border-spacing:0;
	height: 175px;
	border: #d1d1d1 1px solid;
}
.prodImageRow{
}
.listImage{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	padding-top:100%;
}
.prodImage{
	margin-bottom:20px; 
	width:100%;
	background:#EDF3F4; 
}
.prodImage:hover{
	background-color: #D0E6E8;
}
.machineOverviewImg{
	padding:3px;
}
.prodImage a{
	display:block;
}
#machineOverviewWrapper .machineOverviewImg > img {
	max-width: 110px;
	max-height: 175px;
}

#machineOverviewWrapper .prodTitle{
	background-color: #d1d1d1;
	vertical-align:middle;
	width:140px;
	padding:2px 5px;
}
.machineOverviewName{
	font-size: 14px;
	font-weight: 400;
	height:30px;
	line-height:15px;
	color:#007E8B;
	display:table;
	width:100%;
	padding: 0 20px 5px 20px;
}
.centerText{
	display:table-cell;
	height:30px;
	width:100%;
	vertical-align: middle;
	text-align: center;
}
td.spacer{
	width:35px;
}
tr.spacer td{
	height:30px;
}
#machineOverviewWrapper > div.machineOverviewItem a div.machineOverviewName{
   
}
.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
#machineOverviewWrapper #noSearchResult{
	padding:25px 0;
}

div.brandTitle {
	display:block;
	width:100%;
	padding-left:15px;
	padding-bottom:15px;
	padding-top:15px;
}*/