/* BOAT ICON STYLES */
.icons {
	width : 100%;
	border-collapse : collapse;
}
.icons td {
	width : 19.8%;
	height : 85px;
	margin : 0;
	padding : 0 0 10px 0;
	vertical-align : top;
	text-align : center;
}

.icons .image {
	display : block;
	overflow : hidden;
	text-align : center;
	vertical-align : 50%;
	height : 65px;
	width : 100%;
}

.icons .text {
	display : block;
	line-height : 10px;
	height : 20px;
	width : 100%;
	font-size : 9px;
	text-align : center;
	text-decoration : none;
	text-transform : uppercase;
}

.icons a:hover {
	text-decoration : none;
}

.icons img {
	width : 85px;
}

.icons dfn {
	display : block;
	text-align : center;
	font-style : normal;
	width : 100%;
	height : 20px;
	background-color : #ccc;
	line-height : 10px;
}
