.data_table {
	width: 100%;
	table-layout: 'fixed';
	border-collapse: 'collapse';
	border-spacing: 0;
 	empty-cells: 'show';
 	border-top: 1px dotted #A9B9C8;
}

.data_table th {
	width: 70%;
	text-align: left;
	color: #6A83AC;
	font-weight: normal;
	padding: 3px 0;
	border-bottom: 1px dotted #A9B9C8;
}

.data_table td {
	width: 30%;
	padding: 3px 0;
	border-bottom: 1px dotted #A9B9C8;
}


#fees td {
	width: 25%;
	text-align: left;
	background-color: #f1f1f1;
}

#fees td + td {
	background-color: #fff;
}

#fees td + td + td{
	background-color: #f1f1f1;
}

#fees td + td + td + td{
	background-color: #fff;
}

/* root element for tabs  */
ul.marinas {
	margin:0 !important;
	padding:0;
	height: 15px;
	border-bottom:1px solid #6A83AC;
	line-height: 15px;
	position: relative;
	/*text-align: right;*/
}

/* single tab */
ul.marinas li {
	position: relative;
	display: inline;
	padding:0;
	margin:0;
	list-style-type:none;
	left: 5px;
}

/* link inside the tab. uses a background image */
ul.marinas a {
	font-size:11px;
	padding:2px 5px;
	text-decoration:none;
	border:1px solid #666;
	border-bottom:0px;
	background-color:#6A83AC;
	color:#FFFFFF;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	position:relative;
}

ul.marinas a:hover {
	background-color:#F7F7F7;
	color:#333;
}

/* selected tab */
ul.marinas a.current {
	background-color:#FFF;
	border:1px solid #6A83AC;
	border-bottom:0px;
	color:#6A83AC;
	cursor:default;
}

/* tab pane */
div.marinas div.tab_content {
	display:none;
	min-height:350px;
	padding:15px 5px;
	background-color:#FFF;
}

/*
table .hotelreviewscore {
	color: #FF1A00;
	padding-right:35px;
}

table .hotelreviewscoretitle{
	padding-right: 5px;
}

div .hotelreview{
	border-bottom: 1px solid #C3D9FF;
	margin-top: 5px;
}
*/
