/* Color definitions:
 
   #F03528; (240/53/40)   - Red
   #77776E; (119/119/110) - Typography Gray
   #666655;               - Slightly Darker Gray
   #A0A198; (160/161/152) - Light Typography Gray
   #D8D5CB; (216/213/203) - Dark Background Gray (like in the bottom bar with (c) info)
   #F2F2EE; (60/2/95)     - Background Gray
   #F9F9F7; (249/249/247) - Light Background Gray (like in the lighter content boxes on the account page)
   #90C73e; (144/199/62)  - Green (RoHS logo)

   Useful to remember:
   margin/padding: top right bottom left;
*/

body {
  background-color: #77776e;
  color: #666655;
  font-family: sans-serif, Sans, Arial, Helvetica, "Geneva", "MS Sans Serif";
  font-size: 13px;
  margin: 0;
  padding: 0;
  text-align: center; /* IE hack */
}

.text-center { text-align: center; }
.text-right { text-align: right; }
.text-justified { text-align: justify; }
.centered {
  margin-left: auto;
  margin-right: auto;
}
.expanded { width: auto; }
.flushleft  { margin-left: 0; }
.flushright { margin-right: 0; float: right; }
.nopadding { padding: 0px; }
.nomargin { margin: 0px; }

#airlock {
  background-color: #d8d5cb;
  background-image: url("images/background_gradient.png");
  background-position: top left;
  background-repeat: repeat-x;
  margin: 0 auto 0 auto;
  min-height: 500px;
  padding: 0px 10px 0px 10px;
  text-align: left;
  width: 980px;
}

#header {
  width: 100%;
  text-align: center;
}

#header_logo {
  display: block;
  width: 219px;
  height: 52px;
  position: relative;
  margin: 0px auto 10px auto;
  top: 5px;
}

#footer {
  width: 990px;
  height: 28px;
  padding-top: 14px;
  padding-bottom: 10px;
  margin: 4px auto 1em auto;
  text-align: center;
  vertical-align: middle;
  color: #77776E;
  font-weight: bold;
  background-color: #d8d5cb;
}

html>body #footer { /* non-IE browsers */
  width: 1000px;
  padding-bottom: 0px;
}

#welcome {
  text-align: center;
  color: black;
  font-weight: bold;
  margin: 0 auto 0 auto;
  padding: 4px 0 8px 0;
  white-space: normal;
}

#leftcol, #rightcol {
  border-top: 4px solid #d8d5cb;
  float: left;
}

#leftcol {
  margin: 0;
  padding-top: 4px;
  width: 195px;
}

#rightcol {
  line-height: 15px;
  padding: 5px 0px 5px 10px;
  width: 775px;
}

.contact {
  text-align: left;
  margin: 2.5em auto 0% auto;
  width: 60%;
}

/* We need this to get some browsers to expand #main
   to include floated divs. */
div.spacer {
  width: 1px;
  height: 1px;
  clear: both !important;
}

div.tablebox {
  background-color: #d8d5cb;
  width: 100%;
  display: block;
  padding: 4px 0px 4px 0px;
  margin: 0 auto 15px auto;
}

table.tablebox {
  padding: 0 0 0 0;
  margin: 0 auto;
}

table.tablebox td { /* IE only */
  padding: 4px 4px 4px 8px;
}
html>body table.tablebox td { /* non-IE browsers */
  padding: 4px 6px 4px 8px;
}

/* Baseline link formatting. */
a,a:visited {
  text-decoration: none;
  color: #F03528;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
a.button:link,a.button:active,a.button:hover,a.button:visited {
  text-decoration: none;
}
.highlight a,.highlight a:visited {
  color: #F03528;
}

form { margin: 0px; }

p, ul { margin-top: 0; }
img, a img { border: none; }

input#tellafriend {
  border-left: 1px solid #D8D5CB;
  border-top: 1px solid #D8D5CB;
  padding: .5em;
  margin-right: .5em;
  width: 80%;
  color: #73746C;
  font-size: .80em;
  text-decoration: none;   
  vertical-align: middle;
  font-weight: bold;
}

/* IE box model fix class - take 2 aspirin and apply to problem areas */
* html .visualIEFloatFix { height: 0.01%; }

h1,h2,h3 {
  color: black;
  font-weight: bold;
  margin: 0 auto 0 auto;
}

h1 { 
  font-size: 1.50em; 
  margin-top: 0.25em;
  margin-bottom: 8px;
}
h2 {
  font-size: 1.33em;
  margin-bottom: 0.35em;
}
h3 {
  font-size: 1.16em;
}

hr {
  border: none;
  background-color: #D8D5CB;
/*  color: #D8D5CB; */
  color: #77776E;
  height: 1px;
  width: 100%;
  margin: 0.75em 0 0.75em 0;
}

.section {
  font-size: 1.05em;
  font-style: italic;
  color: black;
}

.container {
  background-color: #f2f2ee;
  font-weight: bold;
  padding: 0 .55em 0 .8em;
  margin: 0 0 10px 0;
}
.container hr {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.container a:hover {
  background-color: white;
  text-decoration: none;
}

.container .menu_main, .container .menu_title, .container .menu_content, .container .menu_other {
  margin: auto 0 auto 0;
}
.container .menu_main {
  padding: .75em 0 .75em 0;
  font-size: 1.33em;
  display: block;
  color: #444440;
}
.container .menu_title {
  padding: .75em 0 0 0;
  font-size: 1.33em;
  display: block;
  color: #444440;
}
.container .menu_content {
  padding: .05em 0 0 0;
  display: block;
  color: #77776E;
}
.container .menu_other {
  padding: 1em 0 .25em 0;
  display: block;
}
.container .content_submenu {
  padding: .75em 0 .5em .7em;
  font-size: .68em;
}
.container .menu_main a, .container .menu_other a {
  color: #444440;
}
.container .menu_content a {
  color: #77776E;
}

#grayedout a { color: #CCCCCC; } 

ul.product_menu {
  list-style-image: none;
  list-style-type: none;
  padding: 0 0 0 .5em;
  font-size: 1.08em;
}

ul.product_menu li {
  margin: 0 0 0 0;
  padding: .5em 0 0 1.25em;
  text-indent: -1.25em;
  vertical-align: middle;
}

ul.other_menu {
  list-style-image: none;
  list-style-type: none;
  padding: 0 0 0 0;
  font-size: 1.33em;
}

ul.other_menu li {
  margin-bottom: .35em;
  vertical-align: middle;
}

ul.product_submenu {
  list-style-image: none;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 1.08em;
  font-weight: bold;
}

ul.product_submenu li {
  padding: 0 0 0 2em;
  margin: 0 0 0 0;
  text-indent: -2em;
  vertical-align: middle;
}

table.captioned {
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

table.captioned tr td {
  padding-bottom: 0px;
  padding-top: 0px;
  font-size: .90em;
  font-style: italic;
  text-align: center;
}

.maincartbox, .cartbox {
  position: relative;
  top: 0;
}
.cartbox {
  background-color: #f2f2ee;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 195px;
}

.itemtable { /*this div surrounds all .itembox divs*/
  position: relative;
  margin: auto; /*need auto margin and fixed width to center*/
  width: 480px; /*must be larger than 2x .itembox width*/
  top: -20px; /*shift entire table up to counteract height of .itemaddnotify*/
  min-height: 150px;
}
.itembox {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 210px;
  text-align: center;
  top: 0px;
  font-size: 1.15em;
  line-height: 1.15em;
}
.itemboxleft { /*use this class in addition to .itembox to float left or right*/
  float: left;
}
.itemboxright {
  float: right;
}
.iteminner {
  position: absolute;
  border: solid 1px #444440;
  padding: 5px;
  top: 0px;
  background-color: #f2f2ee;
}
fieldset.itembox { /*without this, fieldset has border for some reason*/
  padding: 0;
  border: 0;
}
.itemaddnotify { /*show "Item Added!" window that raises above .itembox*/
  position: relative;
  padding: 5px;
  border: solid 1px #444440;
  border-bottom-width: 0px;
  background: url(../images/checkmark.png) 25px center no-repeat #f2f2ee;
  width: 210px; /*must be same as width of .itembox*/
  top: 0px;
  font-weight: bold;
}


#jcart * {
  margin:0;
  padding:0;
}
#jcart {
  position: relative;
  margin: 0 0 0.75em 0;
  font-size: 1.15em;
  top: 0;
}
#jcart, #jcart-empty {
  text-align: center;
}
#jcart input {
  font-size: 12px;
}

#jcart fieldset {
  border: 0;
}

#jcart-error {
  text-align: center;
  padding: 5px;
}

#jcart table {
  width: 100%;
  border: 0;
  background: #fff;
  border-collapse: collapse;
}
#jcart thead {  }
#jcart tbody {  }
#jcart tfoot {  }
#jcart tr {  }
#jcart th {
  font-size: 0.8em;
  background: #f2f2ee;
}
#jcart th strong {
  font-size: 1.25em;
}
#jcart th, #jcart td {
  padding-top: .40em;
  padding-bottom: .40em;
  padding-left: .30em;
  padding-right: .30em;
/*  border:0;*/
  border: solid 1px #ccc;
  vertical-align: middle;
  font-weight: normal;
}

#jcart-title {  }

.jcart-item-qty {
  width: 20%;
}
#jcart .jcart-item-name {
  width: 55%;
  font-size: 1.0em;
  font-weight: bold;
  text-align: left;
}
#jcart .jcart-item-name a {
  color: #77776e;
}
#jcart .jcart-item-price {
  width: 25%;
  font-weight: bold;
  text-align: right;
}
.jcart-item-price span {
  display: block;
}

#jcart-subtotal {
  display: block;
  text-align: right;
}
#jcart-subtotal strong { }

#jcart-checkout-title {
  text-align: center;
}

#jcart .jcart-checkout-hdr {
  font-size: 0.73em;
  font-weight: normal;
  color: #77776E;
  text-align: center;
}
#jcart .jcart-checkout-hdr-item-remove {
  width: 3%
}
#jcart .jcart-checkout-hdr-item-name {
  width: 72%;
}
#jcart .jcart-checkout-hdr-item-qty {
  width: 5%;
}
#jcart .jcart-checkout-hdr-item-price {
  width: 8%;
}
#jcart .jcart-checkout-hdr-item-total {
  width: 12%;
}

#jcart .jcart-checkout-item-remove {
  width: 3%
}
#jcart .jcart-checkout-item-remove a {
  font-size: 1.0em;
  font-weight: bold;
  text-align: center;
  display: block;
}
#jcart .jcart-checkout-item-name {
  width: 72%;
  font-size: .85em;
  font-weight: bold;
  text-align: left;
}
#jcart .jcart-checkout-item-name a {
  color: #77776e;
}
#jcart .jcart-checkout-item-qty {
  width: 5%;
}
#jcart .jcart-checkout-item-price {
  width: 8%;
  font-weight: bold;
  text-align: right;
}
#jcart .jcart-checkout-item-price span {
  display: block;
}
#jcart .jcart-checkout-item-total {
  width: 12%;
  font-weight: bold;
  text-align: right;
}

#jcart-checkout-subtotal {
  display: block;
  text-align: right;
}
#jcart-checkout-subtotal strong { }

.jcart-remove {
  font-size: 11px;
  font-weight: normal;
}

#jcart input.jcart-button {
  padding: 2px;
  margin: 2px;
}

#jcart-paypal-checkout {
  display: block;
  padding: 10px;
  margin: 20px auto;
}

#jcart-loader {
  display: none;
  position: absolute;
}

