/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
  font-size: 12px; /*AJM Jan 15 */
}

body {
  background: #A6B1DD;
  background: url('images/wallpaper.jpg') fixed; /*AJM JUN 10 added wallpaper background (normally wallpaper.jpg)*/
  color: #000;
  margin: 0px;
  font-size: 12px; /*AJM Jan 15 */
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
}

#bodyWrapper {
  background: #ffffff; /* AJM DEC 14 white instead of wallpaper showing through */
  padding: 10px; /* AJM DEC 14 added */
  margin-left: auto; /* AJM DEC 14 added */
  margin-right: auto; /* AJM DEC 14 added */
  margin-top: 140px; /* AJM DEC 14 start content lower than fixed sticky header */
  margin-bottom: 20px;
}

#bodyContent {
  margin-top: 5px;
  z-index: 0; /* AJM DEC 14 added */
  background: #ffffff; /* AJM DEC 14 added */
}

#footerWrapper { /* AJM Jan 15 added to separate it from body */
  background: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px; /* gap between body wrapper and footer wrapper*/
  margin-bottom: 110px;
}

#footerContent { /* AJM Jan 15 added */
  margin-top: 0px;
  margin-bottom: 0px;
  z-index: 0; 
  background: #ffffff;
  padding: 0px;
  color: #A6B1DD;
}

A.footerContent { /* AJM Jan 15 added */
	color: #B9C2E4;
}

A.footerContent:hover { /* AJM Jan 15 added */
	color: #575EB5;
	text-decoration: none;
}

#header {
  position: fixed; /* AJM DEC 14 fix header in position */
  top: 0px;
  left: 0px;
  width: 100%; /* AJM DEC 14 added */
  height: 85px; /* AJM DEC 14 added header background logo+navbar+(2*navbar padding)=60+15+(2*5)=85 */
  padding: 0px;
  z-index: 999; /* AJM DEC 14 added */   
  background: #E5E8F5; /* AJM DEC 14 added */ 
  opacity: 0.95; /* AJM DEC 14 added CSS3 tag*/
}

#storeLogo {
  float: left;
  /*position: absolute; /* AJM DEC 14 added */
  left: 0px; /* AJM DEC 14 added */
  top: 0px; /* AJM DEC 14 added */
  /*padding: 0px;*/
  /*margin-bottom: 0px;*/
}

#search { /* AJM JAn 15 added */
  float: center;
  margin-top: 2px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  font-size: 14px;
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
}

SPAN.phone, TD.phone { /* AJM JAn 15 added */
  color: #1A2289; 
  font-size: 18px;  
  font-style: bold;
}

SPAN.opening, TD.opening { /* AJM JAn 15 added */
  color: #575EB5; 
  font-size: 14px;  
  font-style: bold;
}

A.search { /* AJM JAn 15 added */
  color: #575EB5;  
  font-size: 14px;
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif; 
}

A.search:hover { /* AJM JAn 15 added */
  color: #1A2289;
}

#headerShortcuts {
  float: right;
  margin-top: 15px;
  margin-right: 20px;
}

#columnLeft {
  padding-top: 5px;
  margin-top: 5px;
}

#columnRight {
  padding-top: 5px; 
  margin-top: 5px;  
}

.infoBoxContainer { }

.infoBoxHeading {
  padding: 2px;
  font-size: 12px; /*AJM Jan 15 */
}

.infoBoxContents {
  padding: 5px;
  font-size: 12px; /*AJM Jan 15 */
  line-height: 1.5;
}

/* AJM DEC 14 added slider container to make it narrower than whole whitespace contentContainer*/
.sliderContainer {
  width: 900px;
  margin-left: auto;
  margin-right: auto;	
  padding-bottom: 10px;  
}

.contentContainer {
  padding-bottom: 10px;  
}

.contentContainer h2 {
  font-size: 20px; /* AJM Jan 15 changed - was 16px */
  text-decoration: none; /* AJM Jan 15 changed - was underline */
  font-weight: bold; /* AJM Jan 15 changed - was normal */
  margin-bottom: 0;
  padding-bottom: 5px;
  color: #575EB5; /* AJM Jan 15 added */
}

.contentText, .contentText table {
  padding: 5px 0 5px 0;
  font-size: 14px; /*AJM Jan 15 */
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif; /*AJM Jan 15 added*/
  line-height: 1.5;
}

.productListTable {
  padding: 5px;
  font-size: 12px; /*AJM Jan 15 */
  line-height: 1.5;
}

.productListTable tr.alt td {
  background-color: #ffffff; /*AJM DEC 14 No Lime Green #00ff00 thank you very much */
}

.fieldKey {
  font-size: 14px; /*AJM Jan 15 */
  font-weight: bold;
  line-height: 1.5;
  width: 150px;
}

.fieldValue {
  font-size: 14px; /*AJM Jan 15 */
  line-height: 1.5;
}

h1 {
  font-size: 24px; /*AJM Jan 15 */
  margin-bottom: 0;
  padding-bottom: 5px;
  color: #1A2289; /*AJM Jan 15 added*/
}

img {
  border: 0;
}

table, p {
  font-size: 14px; /*AJM Jan 15 */
  line-height: 1.5;
}

#piGal {
  float: right;
  width: 250px;
}

#piGal img {
  max-width: 250px;
  height: auto;
}

.buttonSet {
  clear: both;
}

.buttonAction {
  float: right;
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 12px; } /*AJM Jan 15 increased all font sizes*/
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 11px; color: #70d250; text-decoration: underline; }

A {
  color: #000000;
  text-decoration: none;
  outline: 0; /* AJM Jan 15 prevent dotted line around images after clicked*/
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff; 
}

TR.headerNavigation {
  background: #E5E8F5;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px; /*AJM Jan 15 */
  background: #575EB5;
  color: #E5E8F5;
  font-weight : bold;  
}

A.headerNavigation { 
  color: #E5E8F5;   
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px; /*AJM Jan 15 */
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #A6B1DD; /*AJM DEC 14 No Lime Green #00ff00 thank you very much */
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px; /*AJM Jan 15 */
  background: #A6B1DD; /*AJM DEC 14 No Lime Green #00ff00 thank you very much */
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #575EB5;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px; /*AJM Jan 15 */
  background: #575EB5;
  color: #E5E8F5;
  font-weight: bold;
}

.infoBox {
  /*background: #b6b7cb;*/
  background: #E5E8F5; /* AJM JUN 10 */
  border: solid 1px; /*AJM JUN 10 added border */
  border-collapse: collapse;
  border-color : #1A2289;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #E5E8F5;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px; /*AJM Jan 15 */
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px; /*AJM Jan 15 */
  font-weight: bold;
  background: #1A2289;/* AJM Jan 15*/
  color: #E5E8F5;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px; /*AJM Jan 15 */
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #CED4EC; /* AJM JUN 10 - row colour to match new header */
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #E5E8F5; /* AJM DEC 14 - row colour to match header */
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #575EB5;
  border-spacing: 1px;
}

.productListingHeader {
  table-layout: fixed;
  color: #E5E8F5;
  font-weight: bold;
}

.productListingHeader A:hover {
  color: #E5E8F5;
}

.productListingData {
  table-layout: fixed;
}

A.pageResults {
  color: #575EB5;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading, A.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px; /* AJM Jan 15 */
  font-weight: bold; /* AJM Jan 15 */
  color: #575EB5; /* AJM Jan 15 */
}

TR.subBar {
  background: #f4f7fd;  
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main, UL.main, OL.main { /*AJM Jan 15 added OL*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px; /*AJM Jan 15 */
  line-height: 1.5;
}

A.main, A.smallText {
  color:#575EB5;
  font-weight:bold;
}

A.main:hover {
  text-decoration: underline;
  color:#1A2289;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px; /*AJM Jan 15 */
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px; /*AJM Jan 15 */
  color: #aabbdd;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px; /*AJM Jan 15 */
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px; /*AJM Jan 15 */
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px; /*AJM Jan 15 */
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px; /*AJM Jan 15 */
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #E5E8F5; /* AJM JUN 10 - row colour to match new header */
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px; /*AJM Jan 15 */
  font-weight: bold;
  color: #1A2289; /*AJM Jan 15 added */
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #8c8c8c; } /*AJM Jan 15 increased font sizes*/
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 14px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 14px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 14px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #ff0000; }

/* buttons */

.tdbLink a { }

.tdbLink button { }

/* account link list */

.accountLinkList {
  list-style-type: none;
  margin: 2px 2px 2px 10px;
  padding: 5px;
}

.accountLinkListEntry {
  float: left;
  margin-right: 5px;
}

/* AJM Jan08 Parts Diagrams */
.partsTable {
border: solid 1px;
border-collapse: collapse;
border-color : #1A2289; /*AJM JAn 15*/
}
.partsTable TD {
  border: solid 1px;
  /*background: #E5E8F5; /* added AJM JUN 10 - removed AJM Aug 15 as was stopping row contents/selected from working on parts javascipt */
  border-collapse: collapse;/*AJM JAn 15*/
  border-color : #1A2289;/*AJM JAn 15*/
}

TD.partsInfoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #1A2289;  /*AJM JAn 15*/
  color: #E5E8F5; /* AJM JUN 10 - row colour to match new header */
}

TR.partsInfoBoxContents { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px; /*AJM JAn 15*/
  font-weight: normal;
  background: #E5E8F5; /* AJM JUN 10 - row colour to match new header */
}
TR.partsInfoBoxSelected { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px; /*AJM JAn 15*/
  font-weight: normal;
  background: #CED4EC;
}
.partForText { font-family: Verdana, Arial, sans-serif; font-size: 10px; color:gray}

/* AJM JUN 10  - new class for part icon font to show up better */
SPAN.partIconText, P.partIconText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #000000; 
  font-weight: bold;
}

/* AJM Jan08 End */

TD.partsInfoBoxTopRecommend {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  background: #4EE34B;
}

TD.partsInfoBoxExcellent {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  background: #A5FEA2;
}

TD.partsInfoBoxCompatible {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  background: #F6FEA2;
}

TD.partsInfoBoxRestricted {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  background: #EBCB68;
}

TD.partsInfoBoxNotCompatible {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  background: #B47D69;
}

/* AJM JAN 15 - for legacy vouchers in cart */
TD.voucherListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
TD.voucherListing-dataGrey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #6D7B8D;
}
TD.voucherListing-dataBold {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
/* AJM Jan 15 End */

/* AJM DEC 14 start - added NavBar style separate from infoBox style*/
.infoBoxContainerNavBar {
  z-index: 1;
  position: fixed; /* absolute pos right under logo of 60 px high */
  left: 0px;
  top: 60px;
  padding: 0px;	
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: 15px;
  padding: 0px;
}

.infoBoxHeadingNavBar {
  padding: 5px;
  font-size: 13px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: 15px;
}
/* AJM DEC 14 End */

/* AJM DEC 14 END added clickable drop down menus */
/* needs testing on old browsers and on mobiles*/
.click-menu-container {width:960px:height:120px;position:absolute;left:0px;top:85px;z-index:0} /* absolute pos right under logo+navbar of 60+25=85px high */
.click-nav {position:absolute;}
.click-nav ul {position:relative;font-size:16px;font-style:bold;padding:0px;margin-top:0px;margin-left:0px;}
.click-nav ul li {position:relative;list-style:none;cursor:pointer;margin-top:0px;margin-left:0px;}
.click-nav ul li ul {position:absolute;left:0;right:0;}
.click-nav ul .clicker {position:relative;background:#1A2289;color:#FFF;}
.click-nav ul .clicker:hover,.click-nav ul .active {background:#575EB5;color:#FFF;}
.click-nav img {position:absolute;top:9px;left:12px;}
.click-nav ul li a {height:20px;width:140px;transition:background-color 0.2s ease-in-out;-webkit-transition:background-color 0.2s ease-in-out;
-moz-transition:background-color 0.2s ease-in-out;display:block;padding:10px 20px 10px 20px;background:#E5E8F5;color:#333;text-decoration:none;}
.click-nav ul li a:hover {background:#B2B3FE;}

.click-sub ul li {position:relative;list-style:none;cursor:pointer;top:-40px;left:180px;} /*120px + 2 * 20px margin*/

.click-nav .sub-clicker {position:relative;background:E5E8F5;}
.click-nav .sub-clicker:hover {background:#B2B3FE;z-index:999;}
.click-nav ul .sub-active {background:#B9C2E4;}
/* sub click a bit wider to cover up menu to right and underneath if open - avoid accidental clicking wrong menu */
.click-sub ul li a {width:140px;transition:background-color 0.2s ease-in-out;-webkit-transition:background-color 0.2s ease-in-out;
-moz-transition:background-color 0.2s ease-in-out;display:block;padding:10px 20px 10px 20px;background:#CED4EC;color:#333;text-decoration:none;}

/* Fallbacks  - needs testing, especially the sub menu items added */
.click-nav .no-js ul {display:none;}
.click-nav .no-js:hover ul {display:block;}
/* AJM FEB 15 added separate style for sub menus - hide them completely */
.click-nav .no-js ul .no-js-hidden {display:none;}

/* pos and z-index for each menu as z-index only works for absolute, relative or fixed and not float */
.click-nav1 {left:10px;top:0px;z-index:6;}
.click-nav2 {left:200px;top:0px;z-index:5;}
.click-nav3 {left:390px;top:0px;z-index:4;}
.click-nav4 {left:580px;top:0px;z-index:3;}
.click-nav5 {left:770px;top:0px;z-index:2;}

/* AJM DEC 14 END added clickable drop down menus */

#about_us img { /*AJM Jan 15 */
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
}

.aboutUsBox { /*AJM Jan 15 */
  border: solid 1px; 
  border-collapse: collapse;
  border-color : #1A2289;
  background: #E5E8F5;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px; 
  color: #1A2289;
  margin: 20px;
}

.aboutUsBox TD {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px; 
  color: #1A2289;
}

/* SAM JUL 22 Kit Builder Styles */

#kit_builder {
  background-image: url('images/Kit-Builder-Page-BLANK.png'); 
  width: 900px;
  height: 800px;
  margin: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.kit_builder_text {
  color: #21ad80;
}

.kit_builder_back {
  background-color: #21ad80;
}

#kit_builder > h1, #kit_builder > p {
  margin: 0px;
  padding: 0px;
  align-self: center;
}

#kit_builder > p {
  font-size: 12px;
}

.gauge_img {
  position: absolute;
}

@keyframes gauge_increase {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gauge_decrease {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.gauge_anim {
  animation-name: gauge_increase, gauge_decrease;
  animation-duration: 1ms, 1ms;
  animation-fill-mode: forwards, forwards;
  animation-delay: var(--increase-delay), var(--decrease-delay);
}


.kit_builder_large_box > h1 {
  font-size: 19px;
  font-weight: bold;
}

.kit_builder_small_box > h1 {
  font-size: 19px;
  font-weight: bold;
}

.kit_builder_large_box > p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: -10px;
  white-space: nowrap;
}

.kit_builder_small_box > p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: -10px;
  white-space: nowrap;
}


.kit_builder_large_box {
  margin: 0px;
  padding: 0px;
  position: absolute;
}

.kit_builder_small_box {
  margin: 0px;
  padding: 0px;
  position: absolute;
}

@keyframes pulsate_glow {
  0% {box-shadow: 0px 0px 30px 10px #2530ca;}
  100% {box-shadow: 0px 0px 30px 2px #2530ca;}
}

.next_action_glow {
  animation-name: pulsate_glow;
  animation-duration: 2s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.question_mark {
  background-image: url('images/ABC-Question-Mark-White.png'); 
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position:center;
}

.kit_builder_large_box > div {
  width: 200px;
  height: 100px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.kit_builder_small_box > div {
  width: 100px;
  height: 50px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#kit_builder_airbrush {
  left: 4px;
  top: 36px;
}

#kit_builder_nozzle {
  left: 403px;
  top: 62px;
}

#kit_builder_paint {
  left: 696px;
  top: 40px;
}

#kit_builder_airbrush_adapter {
  left: 125px;
  top: 217px;
}

#kit_builder_airbrush_adapter > div {
  cursor: auto;
}

#kit_builder_accessories {
  left: 352px;
  top: 191px;
}

#kit_builder_cleaner {
  left: 678px;
  top: 215px;
}

#kit_builder_hose {
  left: 103px;
  top: 343px;
}

#kit_builder_compressor_adapter {
  left: 402px;
  top: 372px;
}

#kit_builder_compressor_adapter > div {
  cursor: auto;
}

#kit_builder_air_regulator {
  left: 607px;
  top: 348px;
}

#kit_builder_hanger {
  left: 21px;
  top: 526px;
}

#kit_builder_compressor {
  left: 680px;
  top: 522px;
}

#kit_builder_totals {
  margin-top: 675px;
  margin-left: 175px;
}

#kit_builder_totals > h1 {
  font-size: 20px;
  margin: 0px;
}

#kit_builder_add {
  display: flex;
  
}

#kit_builder_add > h1 {
  font-size: 20px;
  margin: 0px;
  padding-right: 10px;
}

#kit_builder_pressure_box  {
  position: absolute;
  margin-top: 530px;
  margin-left: 265px;
  width: 300px;
}

#kit_builder_pressure_box > div > div {
  width: 115px;
  height: 115px;
}

#kit_builder_pressure_box > div {
  display: flex;
  justify-content: center;
  margin-right: 10px;
}

#kit_builder_pressure_box > div > h1 {
  margin-top: 85px;
  font-size: 20px;
}

#kit_builder_pressure_box > p {
  font-size: 12px;
  line-height: 1.2;
  margin-left: 20px;
}


/* Choosers */

.chooser {
  background-image: url('images/Airbrush-Chooser-Page-BLANK.png'); 
  width: 900px;
  height: 800px;
  margin: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.chooser > h1 {
  margin: 0px;
  padding: 0px;
  align-self: center;
}

.chooser_comp {
  background-image: url('images/Comp-Chooser-Page-BLANK.png'); 
  width: 900px;
  height: 800px;
  margin: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.chooser_comp > h1 {
  margin: 0px;
  padding: 0px;
  align-self: center;
}

.chooser_selected {
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 345px;
  top: 60px;
  color: #141a6c;
}

.chooser_selected > h1 {
  font-size: 19px;
  font-weight: bold;
}

.chooser_selected > div {
  width: 200px;
  height: 100px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-style: solid;
}

.chooser_box {
  margin: 0px;
  padding: 0px;
  width: 250px;
  position: absolute;
  display: flex;
  flex-direction: column;
}

.chooser_box > div {
  width: 200px;
  height: 200px;
  align-self: center;
  cursor: pointer;
}

.chooser_box > h1 {
  font-size: 19px;
  align-self: center;
  margin-bottom: 5px;
}

.chooser_box > p {
  font-size: 14px;
  margin-top: 15px;
  align-self: center;
}

.back_header {
  width: 900px;
  display: flex;
  align-items: center;
  margin-top: -15px;
}

#airbrush_chooser_apps, #compressor_chooser_apps {
  left: 0px;
  top: 28px;
}

#airbrush_chooser_spray {
  left: 657px;
  top: 30px;
}

#airbrush_chooser_budget, #compressor_chooser_budget {
  left: -5px;
  top: 479px;
}

#airbrush_chooser_compressor, #compressor_chooser_airbrush {
  left: 653px;
  top: 481px;
}

#airbrush_chooser_search, #compressor_chooser_search {
  left: 324px;
  top: 248px;
}

#compressor_chooser_time {
  left: 652px;
  top: 28px;
}

.excellent_application {
  color: #4EE34B;
  font-weight: bold;
}

.good_application {
  color: #A5FEA2;
  font-weight: bold;
}

.unsuitable_application {
  color: #B47D69;
  font-weight: bold;
}

.plus {
  display: none;
}

/* Sliders */
#budget_slider, #coverage_slider, #session_slider {
  width: 900px;
  margin: auto;
}

/* Coverage */
#coverage_indicator {
  background-color: #CFC;
  opacity: 0.6;
  width: 900px;
  height: 450px;
  position: absolute;
}
#session_time_indicator {
  background-color: #CFC;
  opacity: 0.6;
  width: 900px;
  height: 450px;
  position: absolute;
}

/* Applications */
.application_box {
  cursor: pointer;
}

.selected {
  background-color: #E5E8F5;
}
