/* ########## all ########## */
#content {
  padding: 10px;
  position: relative;
  font-size: 12px;
  border-top: 2px solid black;
}

#heading {
  text-align: center;
}

h3 .instructions {
  margin-top: 5px;
  margin-bottom: 5px;
}

div .centerDescription {
  font-style: italic;
  font-size: 85%;
  text-align: center;
}

.inline {
  float: left;
}

h3.error {
  color: red;
  text-align: center;
}

/* put a div with this at the end of floating content to force
   a container div to span all of the height */
.cf {
  clear: both;
}

.collapsible, .collapsibleOVR {
  cursor: pointer;
}

.collapsible.inline {
  margin-top: 0px;
}

.collapsed {
  display: none;
}

.hoverHelp {
  border-bottom: 1px dotted #000;
  cursor: help;
}

.hoverHelp:hover {
    opacity: .8;  
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=.8)";
  /* IE 5-7 */
  filter: alpha(opacity=.8);
}

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

button, input[type=button], a[type=button] {
  display: inline-block;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #AAA;
  border-radius: 3px;
  min-width: 14px;
  padding: 0 7px;
  text-decoration: none;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  background: #efefef;
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
  background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
  background: linear-gradient(top, #ffffff 0%,#efefef 100%);
}

button:hover:enabled, input[type=button]:hover:enabled, a[type=button]:hover:enabled {
  cursor: pointer;
  text-decoration: none;
  background: #bbbbbb;
  background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#bbbbbb));
  background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
  background: -o-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
  background: -ms-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
  background: linear-gradient(top, #efefef 0%,#bbbbbb 100%);
}

button:disabled {
  cursor: default;
  color: #999
}

input[type=text], input[type=number], select {
  border-radius: 3px;
  border: 1px solid #AAA;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

span.unit.hidden {
  display: none;
}

.category a {
  margin-right: 15px;
}

div.error {
  background-color: #ff4444;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
  color: #fff;
}

div.error .code {
  float: left;
  margin-right: 4px;
}

div.error .close {
  float: right;
  font-weight: bold;
}

div.error .close:hover {
  color: #ccc;
  cursor: pointer;
}

/* ########## navigation.jspf ########## */
#navigation {
  display: inline-block;
  border: 1px solid #AAA;
  border-radius: 3px;
  background: #efefef;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
  background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
  background: linear-gradient(top, #ffffff 0%,#efefef 100%);
  font-size: 90%;
}

#navigation div.nav {
  padding: 3px;
  padding-top: 1px;
  height: 36px;
}

#back {
  float: left;
  border-right: 1px solid #AAA;
  padding-top: 5px !important;
  height: 32px !important;
}

#back:hover {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

#cart {
  position: relative;
  float: right;
  border-left: 1px solid #AAA;
  color: #333;
}

#cart:hover {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

#cart a.cartLink {
  float: right;
  position: relative;
  width: 56px;
  padding-top: 1px;
}

#cart a.viewCart {
  text-decoration: none;
}

#cart div.viewCart:hover {
  background: #bbbbbb;
  background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#bbbbbb));
  background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
  background: -o-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
  background: -ms-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
  background: linear-gradient(top, #efefef 0%,#bbbbbb 100%);
  border-top-right-radius: 3px;
}

#cart.cartChanged {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
  background: rgb(254,252,234); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,252,234,1)), color-stop(100%,rgba(241,218,54,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

#cart a.cartLink span {
  margin-top: 10px;
  position: absolute;
}

/* #cart a.cartLink i { */
/*   color: #333333; */
/*   margin-top: 7px; */
/* } */

#cart a.cartLink img {
  margin-top: 7px;
}

.badge {
    display: inline-block;
    padding: 2px 4px;
    font-weight: bold;
    color: #ffffff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #000;
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    line-height: 7px;
    font-size: 8px;
    padding-left: 6px;
    padding-right: 6px;
}

#cartPreview {
  z-index: 1000;
  position: absolute;
  top: 40px;
  left: -1px;
  width: 200px;
  padding-bottom: 64px;
  border: 1px solid #AAA;
  border-radius: 3px;
  border-top-left-radius: 0px;
  background: #efefef;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
  background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
  background: linear-gradient(top, #ffffff 0%,#efefef 100%);
  cursor: default;
}

#cartPreview h4 {
  margin: 0px;
}

/* #viewCart { */
/*   line-height: normal; */
/*   font-size: 11px; */
/* } */

#cartItems {
  background: #ffffff;
  min-height: 24px;
  max-height: 100px;
  overflow: auto;
  overflow-y: scroll;
  text-align: left !important;
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
}

#cartItems .cartItem:first-child {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+25 */
  background: rgb(238,238,238); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(255,255,255,1) 25%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(25%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 25%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 25%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 25%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 25%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#cartItems .cartItem:last-child {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+75,eeeeee+100 */
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 75%, rgba(238,238,238,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 75%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 75%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 75%,rgba(238,238,238,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 75%,rgba(238,238,238,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

#cartItems .cartItem:only-child {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+25,ffffff+75,eeeeee+100 */
  background: rgb(238,238,238); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 75%, rgba(238,238,238,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(25%,rgba(255,255,255,1)), color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 75%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 75%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 75%,rgba(238,238,238,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 75%,rgba(238,238,238,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

#cartItems .cartItem {
  padding: 0px 3px;
}

.cartItem .name {
  text-align: left !important;
  font-size: 11px !important;
  overflow: hidden;
  white-space: nowrap;
}

.cartItem .qty {
  float: right;
  text-align: right !important;
  font-size: 11px !important;
  width: 35px;
}

.cartItem .price {
  float: right;
  text-align: right !important;
  font-size: 11px !important;
  width: 38px;
}

#cartTotal {
  position: absolute;
  bottom: 40px;
  left: 3px;
  right: 3px;
}

#cartCheckout {
  position: absolute;
  bottom: 3px;
  left: 3px;
  right: 3px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn:hover:enabled {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.link, button.link {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border-color: transparent;
  webkit-box-shadow: none;
  background-image: none;
  box-shadow: none;
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.link:hover, button.link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

.link:focus, button.link:focus {
  outline: none;
}

#navigation .navBtn div {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  color: #333;
}

#breadcrumbs {
  float: right;
  line-height: normal !important;
}

#navigation .navBtn:hover {
  cursor: pointer;
  text-decoration: none;
  background: #bbbbbb;
  background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#bbbbbb));
  background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
  background: -o-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
  background: -ms-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
  background: linear-gradient(top, #efefef 0%,#bbbbbb 100%);
}

#navigation div.navBtn:disabled {
  cursor: default;
  color: #999
}

#navigation h5 {
  display: inline-block;
  margin-top: 1px;
  margin-bottom: 1px; 
}

#navigation p.details {
  display: inline-block;
  margin-top: 1px;
  margin-bottom: 3px; 
  font-size: 80%;
  font-weight: normal;
}

#navigation select {
  font-size: 90%;
}

#navigation option:disabled {
  background: #DDDDDD;
  color: black;
}
/* ########## end navigation.jspf ########## */
/* ########## end all ########## */

