.battleship-icon:before,
.destroyer-icon:before,
.submarine-icon:before,
.submarine-surfacing-icon:before,
.oiler-icon:before,
.flagship-icon:before,
.mine-icon:before,
.torpedo-icon:before,
.surprise-icon:before,
.sea-panel-icon:before,
.reef-panel-icon:before,
.shallow-panel-icon:before,
.fog-panel-icon:before,
.high-wave-panel-icon:before {
	margin: 0 4px 0 0;
	padding: 0;
	vertical-align: middle;
}


.battleship-icon:before {
	content: url("../battleshipgame/images/Battleship1P16x16.png");
}

.destroyer-icon:before {
	content: url("../battleshipgame/images/Destroyer1P16x16.png");
}

.submarine-icon:before {
	content: url("../battleshipgame/images/Submarine1P16x16.png");
}

.submarine-surfacing-icon:before {
	content: url("../battleshipgame/images/SubmarineSurfacing16x16.png");
}

.oiler-icon:before {
	content: url("../battleshipgame/images/Oiler1P16x16.png");
}

.flagship-icon:before {
	content: url("../battleshipgame/images/FlagIcon1P.png");
	position: relative;
	top: -4px;
	margin-left: 4px;
	margin-right: 4px;
}

.mine-icon:before {
	content: url("../battleshipgame/images/Mine16x16.png");
}

.torpedo-icon:before {
	content: url("../battleshipgame/images/Torpedo16x16.png");
}

.surprise-icon:before {
	content: url("../battleshipgame/images/SurpriseMark.png");
	position: relative;
	top: -4px;
	margin-left: 4px;
	margin-right: 4px;
}

.sea-panel-icon:before {
	content: url("../battleshipgame/images/SeaPanel16x16.png");
}

.reef-panel-icon:before {
	content: url("../battleshipgame/images/ReefPanel16x16.png");
}

.shallow-panel-icon:before {
	content: url("../battleshipgame/images/ShallowPanel16x16.png");
}

.fog-panel-icon:before {
	content: url("../battleshipgame/images/FogPanel16x16.png");
}

.high-wave-panel-icon:before {
	content: url("../battleshipgame/images/HighWavePanel16x16.png");
}
