/* Structure
----------------------------------------------------------- */
/* Fleet boxes */
div#fleet_list {
	margin-top:17px;
	width:100%;
}
div.fleet_box {
	width:142px;
	height:135px;
	float:left;
	margin-right:5px;
	margin-bottom:17px;
	position:relative;
	cursor:pointer;
}
div.fleet_title {
	width:100%;
	height:26px;
	background:#EAEAEA url(../images/arrows_grey_bg.gif) no-repeat 6px 50%;
}
div.fleet_image {
	width:100%;
	height:107px;
	position:absolute;
	bottom:0;
	left:0;
}
/* Detailed page images */
div#images_container {
	width:285px;
	float:left;
	margin-right:15px;
}
div#gallery {
	width:100%;
	margin:15px 0 0 0;
}
div#gallery img {
	float:left;
	margin:0 15px 15px 0;
}
img#seating_image {
	margin-bottom:14px;
}
div#launch_360 {
	width:100%;
	background:#EAEAEA url(../images/arrows_grey_bg.gif) no-repeat 97% 50%;
}
div#launch_360 p {
	padding:7px;
}
/* Detailed page description */
div#description {
	float:left;
	width:100%;
	margin-top:4px;
}
div#description hr.main_hr {
	margin-bottom:10px;
}
/* Detailed page table */
div#technical_table {
	float:right;
	width:431px;
}
table#tech, table#spec_table {
	width:100%;
	border:1px solid #999;
}
table#spec_table {
	margin-top:10px;
}
table#tech th, table#spec_table th {
	background:#ACA4A4 url(../images/table_head_bg.jpg) repeat-y right top;
	white-space:nowrap;
	color:#fff;
	height:25px;
	border-bottom:1px solid #999;
	text-align:left;
	padding-left:10px;
}
table#tech td.tech_row { padding:4px 0 4px 0; border-bottom:1px solid #999; }
table#tech td#spec_side { border-left:1px solid #999; padding:10px; }
span.tech_label {
	display:block;
	font-weight:bold;
	float:left;
	margin:0 5px 0 5px;
}
/* Specification table */
table#spec_table td { padding:0; width:71px; text-align:center; }
table#spec_table td img { margin:0 auto; }
table#spec_table td.icon_row { padding:0 0 5px 0; height:30px; vertical-align:top; }
table#spec_table td.spacer_row { font-size:0; line-height:0; height:12px; }

/* Fleet gallery breadcrumbs
-------------------------------------------------*/
#bc {
	margin-top:12px;
	margin-left:2px;
	font-size:11px;
	font-weight:bold;
}
#bc span.sep {
	font-size:16px;
	color:#777;
}
#bc span.final {
	color:#ccc;
}
#bc a {
	color:#A3302D;
	text-decoration:none;
}
#bc a:link, #bc a:visited {
	color:#A3302D;
}
#bc a:hover, #bc a:active {
	color:#F00;
}