@charset "utf-8";
/* CSS Document */

.helicopter-header {
	width:585px;
	background:url(../images/aircraft-pages/helicopters-main-header.png) no-repeat top;
	height:36px;
	padding-top:5px;
	}
.helicopter-header-popup {
	width:585px;
	background:url(../images/aircraft-pages/helicopters-main-header-popup.png) no-repeat top;
	height:36px;
	padding-top:5px;
	}
.helicopter-main-header {
	width:585px;
	background:url(../images/fleet-pages/helicopters-main-header.png) no-repeat top;
	height:36px;
	padding-top:5px;
	}
	
.jet-header {
	width:585px;
	background:url(../images/aircraft-pages/jets-main-header.png) no-repeat top;
	height:36px;
	padding-top:5px;
	}
.jet-header-popup {
	width:585px;
	background:url(../images/aircraft-pages/jets-main-header-popup.png) no-repeat top;
	height:36px;
	padding-top:5px;
	}
.jet-main-header {
	width:585px;
	background:url(../images/fleet-pages/jets-main-header.png) no-repeat top;
	height:36px;
	padding-top:5px;
	}
	
.turboprop-header {
	width:585px;
	background:url(../images/aircraft-pages/turboprops-main-header.png) no-repeat top;
	height:36px;
	padding-top:5px;
	}
.turboprop-header-popup {
	width:585px;
	background:url(../images/aircraft-pages/turboprops-main-header-popup.png) no-repeat top;
	height:36px;
	padding-top:5px;
	}
.turboprop-main-header {
	width:585px;
	background:url(../images/fleet-pages/turboprops-main-header.png) no-repeat top;
	height:36px;
	padding-top:5px;
	}
	
.aircraft-title {
	font-size:12px;
	color:#fff;
	float:left;
	padding-top:9px;
	font-weight:bold;
	}
	
.helicopter-header .aircraft-title {
	padding-left:115px;
	}
	
.jet-header .aircraft-title {
	padding-left:58px;
	}
	
.turboprop-header .aircraft-title {
	padding-left:116px;
	}
	
.helicopter-header-popup .aircraft-title {
	padding-left:115px;
	}
	
.jet-header-popup .aircraft-title {
	padding-left:58px;
	}
	
.turboprop-header-popup .aircraft-title {
	padding-left:116px;
	}

.fleet-links {
	float:right;
	width:auto;
	}
	
.fleet-links a {
	font-size:10px;
	font-weight:bold;
	color:#fff;
	}
	
.fleet-link-holder {
	height:23px;
	padding-top:7px;
	width:auto;
	float:left;
	clear:none;
	}
	
.fleet-icon {
	float:left;
	margin-right:10px;
	}
	
.info-container-lg { 
	border-left:solid 1px #3d536e;
	border-right:solid 1px #3d536e;
	background:#f1eee9 url(../images/aircraft-pages/stats-repeater.png) repeat-x;
	background-position:0% 427px;
	width:565px;
	float:left;
	padding:9px 9px 9px 9px;
	
	}
	
.back-button {
	float:left;
	height:20px;
	}
	
.next-prev-buttons {
	float:right;
	height:20px;
	}
	
.stat-holder {
	height:21px;
	padding-top:9px;
	padding-left: 12px;
	width:279px;
	float:left;
	background:url(/images/aircraft-pages/stats-repeater.png);
	}
.stat-label {
    font-weight: bold;
	width:110px;
	float:left;
	}
.stat-value {
	width:160px;
	float:left;
	}
	
#flashcontent {
	width: 563px; 
	height: 388px; 
	margin-bottom:10px;
	clear:both;
	}
	
.aircraft-information {
	/*padding-top:20px;*/
	clear:both;
	width:560px;
	}
