/*
===========================================================
	TABLE OF CONTENTS
===========================================================
	1. Common
	2. Range Map
	3. Model Comparison
	4. Contact Sales Rep

*/

/*********************************************************
	1. Common
**********************************************************/


body.tools #content-map {
	display: none;
}

body.tools #content-comparemodels {
	display: none;
}

body.tools #content-salesrep {
	display: none;
}

body.tools h1 {
	color: #FFFFFF;
	font-size: 30px;
	line-height: 30px;
}

#tools-navigation {
	min-height: 800px;
	width: 213px;
	margin: -174px 15px 0 20px;
	padding: 174px 24px 0 24px;
	background: transparent url('/assets/images/global/common/transparencies/50x000000.png');
}

#tools-navigation a {
	color: #808080;
	display: block;
}

#tools-navigation a:hover,
	#secondary-navigation li.selected > a {
	color: #fff;
}

#secondary-navigation {
	margin-bottom: 35px;
}

#secondary-navigation > li {
	padding: 5px 13px 5px 30px;
}

#secondary-navigation > li.selected {
	background: transparent url('/assets/images/global/common/transparencies/50x000000.png');
}


body.tools li#measurement-unit,
body.tools li#model-groups,
body.tools li#tools-controlpanel-search,
body.tools div#content-map,
body.tools div#content-comparemodels,
body.tools div#content-salesrep {
	display: none;
}



body.tools #tools-controlpanel {
	margin: 0 -19px 35px;
	padding: 4px 15px 0;
}

body.tools #tools-controlpanel > li {
	margin: 2px 0;
	padding: 3px 13px 3px 15px;
}

body.tools #tools-controlpanel  h5 {
	text-transform: uppercase;
	color: #858585;
	font-size: 0.98em;
	font-weight:bold;
	line-height: 1.75em;
	clear: both;
}

body.tools #tools-controlpanel  li#model-groups ul {
	margin-bottom: 15px;
}

body.tools #tools-controlpanel  h4 {
	color: #ededed;
	font-style: italic;
	font-size: 0.90em;
	line-height: 1.50em;
}




body.tools #tools-controlpanel .select-toggle .toggle {
	background-color:transparent;
	border:1px solid #a9a9a9;
	cursor: pointer;
	display: block;
	float:left;
	height:8px;
	margin-top:4px;
	overflow:hidden;
	width:8px;
}

body.tools #tools-controlpanel .select-toggle .model {
	cursor: pointer;
	color:#fff;
	display:block;
	float:left;
	margin-left:8px;
	width:165px;
	line-height:1.5em;
	font-weight: bold;
}

body.tools #tools-controlpanel .payload {
	color: #696868;
	clear: both;
	padding-left: 25px;
	line-height:1.5em;
	font-size: 0.92em;
	white-space: nowrap;
}


body.tools #tools-controlpanel #search-form select#country {
	width: 190px;
	color: #858585;
}

body.tools #tools-controlpanel #search-form input#loc {
	width: 115px;
	height: 18px;
	color: #858585;
	margin-top: 10px;
	background: #fff;
	border: 1px solid #bbbbbb;
}

body.tools #search-form {
	padding-bottom: 20px;
	padding-top: 5px;
}

body.tools #tools-controlpanel #search-form  #searchbtnwrapper {
	width: 60px;
	height: 20px;
	margin: 10px 0 0 10px;
}

body.tools #tools-controlpanel #search-form  #searchbtn {
	width: 69px;
	height: 27px;
	overflow: visible;
	margin-top: -2px;
	margin-left: -4px;
}

body.tools #tools-information {
	width: 629px;
	margin-left: 15px;
}

body.tools .group-item {
	padding-bottom: 4px;
}

body.tools ol.passengers li.selected {
	color: #fff;
}

body.tools ol.passengers li {
	display: inline;
	float: left;
	padding-right: 5px;
}

body.tools ol.passengers a {
	display: inline;
}

body.tools #templates {
	display: none;
}

body.tools #search-results ul#resultList {
	font-size: 0.85em;
}



/*********************************************************
	2. Range Map
**********************************************************/

body.tools #mapcontainer {
	width: 629px;
	height: 475px;
}

body.tools #conditions {
	color: #6b6c6f;
	margin-top: 15px;
}

body.tools .legend {
	width: 680px;
	height: 210px;
	z-index: 10;
	margin: 0 0 25px -15px;
}

body.tools .legend ul#aircraftlegend li {
	width: 216px;
	height: 155px;
	display: block;
	/* background-color: #ccc; */
	background-repeat: no-repeat;
	background-position: -73px 0px;
	overflow: visible;
	margin-right: 10px;
}

body.tools .legend ul#aircraftlegend li img {
	overflow: visible;
}

body.tools .legend .aircraftimagewrapper {
	width: 216px;
	height: 120px;
	overflow: visible;
}

body.tools .legend  .maplegendaircraft {
	width: 200px;
	display: block;
	padding: 0;
	margin: 25px 0 0;
	font-size: 0.85em;
	float: left;
	line-height: 1.35em;
}
	
body.tools .legend  .legendbox {
	display: block;
	width: 8px;
	height: 8px;
	*width: 10px;
	*height: 10px;
	border: 1px solid #bbbbbb;
	background-color: transparent;
	float: left;
	margin-top: 2px;
	overflow: hidden;
}

body.tools .legend  .legendrange,
body.tools .legend  .legendpayload {
	color: #d1d1d1;
	margin-left: 15px;
}

body.tools .legend  .legendbrand {
	color: #f5f5f5;
	margin-left: 15px;
	font-size: 1.1em;
	text-transform: uppercase;
}

body.tools .legend  .legendmodel {
	color: #b1b1b1;
	margin-left: 14px;
	font-size: 2.00em;
	line-height: 1.0em;
}

body.tools .legend  .legendreserve {
	color: #686868;
	margin-left: 15px;

}

body.tools #locationtitle {
	font-size: 1.3em;
	margin-top: 5px;
}





/*********************************************************
	3. Model Comparison
**********************************************************/

body.tools #specs-background {
	width: 1004px;
	height: 426px;
	margin: 5px 0 0 -240px;
}


body.tools #specs-container {
	margin-left: -30px;
}

body.tools  .specs-column {
	width: 217px;
	margin-right: 15px;
	margin-top: 50px;
}

body.tools  #specs-container .last-child {
	margin-right: 0;
}

body.tools .specs-aircraft-header {
	height: 158px;
	width: 100%;
}

body.tools .specs-aircraft-header .specs-column-remove {
	text-align: right;
	margin-top: -112px;
	height: 112px;
}

body.tools .specs-aircraft-header .specs-column-remove  img {
	
}

body.tools .specs-aircraft-header .aircraftimagewrapper .aircraftimage {
	overflow: visible;
	margin-top: -30px;
}

body.tools .specs-aircraft-header  .columnbrand {
	color: #f5f5f5;
	margin-left: 15px;
	font-size: 1.1em;
	text-transform: uppercase;
}

body.tools .specs-aircraft-header  .columnmodel {
	color: #b1b1b1;
	margin-left: 14px;
	font-size: 1.80em;
	line-height: 1.0em;
	font-weight: bold;
}

body.tools .specs-aircraft-data {
	background-color: #d9d9d9;
	padding-bottom: 35px;
}

body.tools .specs-aircraft-shadow {
	height: 80px;
	margin-bottom: -35px;
	background: transparent url(/assets/images/global/common/tools/column_footer_background.png) repeat-x 0 0;
}

body.tools #comparison-conditions {
	color: #6b6c6f;
	margin-left: -30px;
	padding: 3px;
	display: none;
}

body.tools li#measurement-unit {
	display: none;
}




body.tools table.specs {
	font-family: Arial;
	color: #202020;
	width: 100%;
}

body.tools table.specs thead tr th {
	padding-top: 15px;
	font-size: 13px;
	font-weight: bold;
}

body.tools table.specs:first-child thead tr th {
	padding-top: 0;
}

body.tools table.specs tbody {
	font-size: 9px;
	background-color: #fff;
}

body.tools table.specs th {
	padding-left: 5px;
	margin-bottom: 2px;
}
body.tools table.specs tbody td {
	padding-right: 5px;
	text-align: right;
	margin-bottom: 2px;
}

body.tools table.specs tbody tr th,
body.tools table.specs tbody tr td {
	border-bottom: 2px solid #d9d9d9;
}

body.tools table.specs td.measure-standard {
	width: 62px;
}

body.tools table.specs td.measure-metric {
	width: 62px;
	display: none;
}



/*********************************************************
	4. Contact Sales Rep
**********************************************************/

body.tools #sales_rep-container {
	margin-left: -30px;
}
body.tools #salesrep-model {
	display: none;
}
body.tools #salesrep-map {
	display: none;
}
body.tools #salesrep-results {
	display: none;
}

