@charset "utf-8";

table{
	table-layout: fixed;
	width: 740px;
	empty-cells: show;
	border: 1px solid #69c9d6;
	border-collapse: collapse;
}
table.noz{
	width: 350px;
}

#ref, #yr, #hp, #hz, #rpm, #vol, #kva, #pic, #m3, #syv{
	width: 7%;
}

#ti{
	width:10%;
}

#tolv{
	width: 12%;
}

#red{
	width: 14%;
}

#manuf, #se, #rem{
	width: 15%;
}

#hydmot, #rem2
	{width: 16%;
}

#typ, #mot, #gen{
	width: 20%;
}

#rem-gen, #motor{
	width: 25%;
}

#rem-gen2, #drive, #no, #yr2{
	width: 8%;
}

#desc86{
	width: 86%;
}

#desc79{
	width: 79%;
}

#desc66{
	width: 66%;
}

#desc36{
	width: 36%;
}
#desc38{
	width: 38%;
}

td{
	border: 1px solid #69c9d6;
	border-collapse: collapse;
	padding: 1px;
	font-size: 11px;
	text-align: center;
}

thead th{
	border: 1px solid #eeeee0;
	background: #69c9d6;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	height: 30px;
}

td.sold{
	color: #d20e0e;
}

a img{
	border: none;
}



#noz-pic{
	background-color: #f5f4ea;
	padding: 5px;
}

#noz-pic img{
	margin: 5px 0 6px 0;
}

