.frontspecs {
	text-align:left;
	width:100%;
	margin-bottom:15px;
}
.fronttitle,
.fronttext {
	width:auto;
	text-align:left;
	vertical-align:middle;
	margin:3px auto;
}
.fronttext2 {
	width:auto;
	text-align:center;
	vertical-align:middle;
	margin:3px auto;
}
.fronttitle {
	font-weight:800;
}
/* Loading */
#loading {
	margin-top:5px;
	position:relative;
	float:right;
	width:auto;
	height:1.5em;
	padding:3px;
	opacity:0.8;
	background-color:#C22;
	color:#FFF;
	font-size:0.8em;
	z-index:1000;
}

/* noteAdvise */
#noteAdvise {
	margin-left:5px;
	margin-top:5px;
	position:relative;
	float:left;
	width:auto;
	height:1.5em;
	padding:3px 5px;
	opacity:0.8;
	background-color:#CCC;
	color:#333;
	font-size:0.8em;
	z-index:199;
}

/* Tabs */
#Photos {
	border-top:1px solid #000;
}
#Photos div.rowPhotos {
	text-align:center;
	margin:10px 0;
	width:100%;
}
#Photos div.rowPhotos div.photoInRow {
	margin:auto 10px;
	position:relative;
	text-align:center;
	display:inline;
}
#Photos div.rowPhotos div.photoInRow p.captionPhotoInRow {
	position:absolute;
	font-size:0.6em;
	padding:0;
	margin:0;
	left:0;
	bottom:0;
	width:inherit;
	opacity:0.7 !important;
	color:#FFF;
	background-color:#000;
	z-index:11;
}
#Photos div.rowPhotos div.photoInRow div {
	display:table-cell !important; /* all browsers */
	margin:auto !important; /* all browsers */
	font-size:10px !important; /* all browsers */
	text-align:center;
	vertical-align:middle;
	background-color:#FFF8D7;
	width:150px;
	height:125px;
	line-height:125px; /* the same than height */
	border:1px outset #666;
	z-index:10;
	float:left;
	/* only IE */
		display:inline;
		margin-bottom:10px;
		font-size:125px; /* the same than height */
	/* End IE */
}
#Photos div.rowPhotos div.photoInRow div img {
	padding-top:12px;
	vertical-align:middle;
	z-index:11;
}
#Photos div.rowPhotos div.photoInRow img.pictBig  {
	display:none;
	position:relative;
	margin:auto auto;
	z-index:15;
}

#Details dl {
	border-left:1px solid #666;
	border-right:1px solid #666;
}
#Details dl dt {
	background-color:#FFFF99;
	text-align:left;
	font-weight:800;
	font-size:1.1em;
	border-top:1px outset #000;
}
#Details dl dd {
	text-align:justify;
	padding:5px;
	font-weight:normal;
}

/* Show Image */
#ShowImage {
	position: fixed !important; /* all browsers */
	overflow:hidden;
	top:10%;
	left:250px;
	visibility:hidden;
	border:2px outset #000;
	background-color:#333;
	opacity:0.9;
	z-index:200;
	/* only IE */
		position:absolute;
	/* End IE */
}
#ShowImage:hover {
	opacity:1;
}

div.caption,
div.showClose  {
	position:absolute;
	padding:0px 5px;
	margin:0;
	width: auto;
	opacity:0.7 !important;
	color:#000;
	background-color:#AAA;
	z-index: 201;
	border:1px outset #CCC;
}
div.caption {
	top:0;
	right:0;
}
div.showClose {
	padding-left:17px;
	background-image:url("/yachts/images/x.png");
	background-position-x:left;
	background-repeat:no-repeat;
	bottom:0;
	right:0;
}
div.caption:hover {
	background-color:#FFF;
	opacity:1;
}
