/* Start of CMSMS style sheet 'base_boat_display' */
.boat_type_head {
	display: block;
	color: #fff;

	background-image: url('/uploads/images/location/boat_type.jpg');
	background-repeat: no-repeat;
	background-position: -1px 0px;
                padding-left: 21px;  
                padding-top: 8px;  
                padding-right: 0px;  
                padding-bottom: 3px;  
	border-bottom: 6px solid #355673;
}
.boat_head {
	display: block;
	margin-top: 3px;
	color: #fff;
	background-color: #7e8e98;
	background-image: url('/uploads/images/location/white_box.jpg');
	background-repeat: no-repeat;
	background-position: 5px 5px;
                padding-left: 17px;
                padding-top: 2px;  
                padding-bottom: 3px;  
}
.boat_bottom {
	display: block;

	border-top: 1px dashed Silver;
	height: 1em;
 }
/* End of 'base_boat_display' */

