/*
	Boatlist
*/


.boats .item {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 20px;
	height: 130px;
	color: #929292;
}

.boats .item .info {
	width: 370px;
	float: left;
	padding: 20px;
}
.boats .item h3 {
	margin: 0 0 10px 0;
	color: #5e849b;
	font:  bold 11px arial;
}

.boats .item .image {
	width: 175px;
	height: 130px;
	background: #f5f5f5;
	float: left;
}
.boats .item .extras {
	width: 120px;
	float: left;
	height: 90px;
	padding: 20px 	0px 20px 10px;
	border-left: 1px solid #e8e8e8;
}
.boats ul {margin: 0; padding: 0 0 0 18px;}

.boats ul li  {
	list-style-image: url(/img/li_image.gif);
}


.elementNormal1 div.boats h2 {
	font: bold 11px arial;
	text-transform: uppercase;
	color: #345d7d;
	border-bottom: 1px solid #e8e8e8;
}

#infoBox {
	width: 220px;
	float: right;
	padding-left: 20px;
	margin-bottom: 20px;	
}

.technicalData {
	background: #d6e8f4;
}
.technicalData h3 {
	background: #345d7d url(/img/menubg.gif) repeat-x left center;
	color: #fff;
	font: bold 11px arial;
	padding: 4px 10px;
	margin: 0;
}
.technicalData table {width: 100%;border-collapse: collapse}
.technicalData table td {padding: 3px 10px;}
.technicalData table tr.even td {background: #eef5fa;}


.gallery .type2 .imageContainer {
	border: none;
	float:left;
	margin-bottom:5px;
	margin-right:5px;
	padding: 5px;
}
.gallery .type2 .active {
	background: #eef5fa;	
}

ul.buttons {margin: 0; padding: 0;}
ul.buttons li {list-style: none; list-style-image: none;}
ul.buttons li a:link, ul.buttons li a:visited {
	display: block;
	border: 1px solid #e8e8e8;
	padding: 3px 10px;
	width: 200px; 
	text-align: center;
	margin-bottom: 2px;
}
