/* Color definitions:
 
   #F03528; (240/53/40)   - Red
   #77776E; (119/119/110) - Typography 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)

   Fonts:
   font-family: Arial, "MS Sans Serif", "Geneva", sans-serif;
   font-family: Georgia, Palatino, Times, "MS Serif", serif;

   Useful to remember:
   margin/padding: top right bottom left;
 */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, "MS Sans Serif", "Geneva", sans-serif;
  font-size: 12px;
  text-align: center; /* IE hack */
  background-color: #77776e;
  color: #77776e;
}

.center { text-align: center; }
.right { text-align: right; }
.justified { text-align: justify; }

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

/* The following stuff determines column layout within #main */
.span-1,.span-2,.span-3,.span-4,.span-5 {
  float: left;
  border-top: 4px solid #d8d5cb;
  margin: 0% .5% 0% .5%;
}

.span-1 { width: 19%; }
.span-2 { width: 38%; }
.span-3 { width: 60%; }
.span-4 { width: 76%; }
.span-5 { width: 95%; }

/* Columns within columns - HACK! */
.span-3 .span-1, .span-3 .span-2, .span-3 .span-3 {
  border: none;
}

.span-3 .span-1 { width: 32.5%; }
.span-3 .span-2 { width: 65.5%; }
.span-3 .span-3 { width: 100%;  }

.expanded { width: auto; }

.flushleft { margin-left: 0; }

.flushright {
  margin-right: 0;
  float: right;
}

.nopadding { padding: 0px; }
.nomargin { margin: 0px; }

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

#header {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 6px;
}

#header_logo {
  width: 188px;
  height: 105px;
  position: absolute;
  top: 0;
  left: 0;
}

#header_banner {
  height: 107px;
  width: 978px;
  text-align: right;
  overflow: hidden;
  border: none;
}


/* Baseline link formatting. */
a,a:visited {
  text-decoration: none;
  color: #F03528;
}

a:hover { text-decoration: underline; }

a.button:link,a.button:active,a.button:hover,a.button:visited {
  text-decoration: none;
}

/* Red links */
.highlight a, .highlight a:visited {
  color: #F03528;
}

form { margin: 0px; }

p, ul { margin-top: 0; }

img, a img { border: none; }

p#footer {
  width: 1000px;
  height: 32px;
  padding-top: 18px;
  margin: 4px auto 1em auto;
  text-align: center;
  vertical-align: middle;
  color: #77776E;
  font-weight: bold;
  background-color: #D8D5CB;
  background-image: url("images/sharing_ingenuity.png");
  background-repeat: no-repeat;
  background-position: center left;
}

p#footer a { color: inherit; }

table.navbar {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
  border-top: 4px solid black;
}

table.navbar tr td {
  padding: 0;
  height: 34px;
  font-weight: bold;
  font-size: 1.5em;
  border-left: 1px solid #D8D5CB;
  border-right: 1px solid #D8D5CB;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: black;
}

table.navbar tr td a, table.navbar tr td a:hover, table.navbar tr td a:visited {
  color: black;
}

table.navbar tr td:hover {
  text-decoration: underline;
}

table.navbar tr td.current,table.navbar tr td.current:hover {
  text-decoration: none;
  cursor: auto;
  background-color: #F03528;
  color: white;
}

table.pricing {
  border-collapse: collapse;
}

table.pricing tr th {
  padding-right: .5em;
  text-align: right;
  border-right: 1px solid #D8D5CB;
  vertical-align: middle;
}

table.pricing tr td {
  padding-left: .5em;
  text-align: left;
  vertical-align: middle;
}

table.pricing tr th input {
  border-left: 1px solid #D8D5CB;
  border-top: 1px solid #D8D5CB;
  border-right: none;
  border-bottom: none;
}

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

div.search_sections { margin-top: 4px; }

.banner {
  background-color: #f03528;
  color: white;
  padding: 8px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: .92em;
  margin-top: 4px;
  vertical-align: middle;
}

.banner a,.banner a:visited,.banner a:active,.banner h2,.banner p {
  color: #FFFFFF;
  display: inline;
  font-weight: bold;
}

.banner h2 {
  margin-right: .5em;
}

/* Listing */
.main-title {
  font-family: Georgia, Palatino, Times, "MS Serif", serif;
}

/* Product info */
.img-ftr-txt {
  color: #4c85a8;
}

.input-info, .select-info {
  height: 18px;
  border: 1px solid #dcdcdc;
}

.input-info {
  width: 45px;
  color: #173d54;
  padding-left: 2px;
}

.select-info {
  width: 186px;
  color: #000000;
  padding-left: 2px;
}

.button {
  padding: 3px 5px 3px 5px;
  background-color: #FFFFFF;
  color: #F03528; 
  font-family: Arial, "MS Sans Serif", "Geneva", sans-serif;
  font-size: .9em;
  font-weight: bold;
  border: 1px solid #D6D4C8;
  cursor: pointer;
}

.red { color: #F03528; }
.green { color: #33CC66; }
.white { color: #ffffff; }
.yellow { color: #f8f7e7; }

/* pagination styles */
.page { font-weight: bold; }

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

address {
  font-style: normal;
  margin-bottom: 1em;
}

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

h2 { font-size: 1.33em; }
h3 { font-size: 1.16em; }

a.product_name {
  font-weight: bold;
  color: #F03528;
}

p.sku { font-weight: bold; }

hr {
  border: none;
  background-color: #D8D5CB;
  color: #D8D5CB;
  width: 100%;
  height: 1px;
  margin: 10px 0px;
}

p.togglebutton {
  float: left;
  margin: 0;
  margin-right: .5em;
}

.container {
  background-color: #f2f2ee;
  padding: 0 0 0 0;
  margin: 4px 0 10px 0;
}

.clickable { cursor: pointer; }

.container .title   { padding-top: .75em; }
.container .content { padding-top: .25em; }

.container .title,.container .content {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: .75em;
  margin: auto 0 auto 0;
}

.container_select {
  padding: 0px;
  font-size: 0.92em;
}

.container_input {
  padding: 1px;
  font-size: 0.92em;
}

.container_button { padding: 0px 3px 0px 3px; }

div#resources_content,div#cartbox_content,div#feedback_content,div#feeds_content
{
  font-size: .92em;
}

.feedback_category_header {
  font-weight: bold;
  font-size: 13px;
  font-variant: small-caps;
}

.projectcall_description {
  font-weight: bold;
  font-size: 13px;
  font-variant: small-caps;
}

div#product_reviews_content, div#kit_parts_content, div#product_related_content,
div#customer_service_content, div#distributors_content, div#about_us_content,
div#contact_us_content
{
  background-color: white;
}

div#customer_service_content, div#distributors_content, div#about_us_content, div#contact_us_content
{
  font-family: Georgia, Palatino, Times, "MS Serif", serif;
  line-height: 150%;
}

div#comments_content { padding: 0px; }

div#customer_service_content h3 {
  margin-bottom: 1em;
}

/* News */
div.news {
  margin-bottom: 8px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  background-color: white;
}

div.news .body {
  line-height: 150%;
  font-family: Georgia, Palatino, Times, "MS Serif", serif;
  background-color: white;
}

img.news { border: 0px; }

h2.news_title {
  color: #F03528;
  font-weight: bold;
  font-family: Georgia, Palatino, Times, "MS Serif", serif;
  margin-bottom: 3px;
}

div.news_date { color: #A0A198; }

div.news_date_top {
  float: left;
  padding-bottom: 4px;
  font-size: 0.9em;
  color: #77776E;
}

div.news_comments_total_top {
  float: left;
  padding-bottom: 4px;
  font-size: 1.0em;
  font-family: Georgia, Palatino, Times, "MS Serif", serif;
  font-style: italic;
}

div.news_summary {
  color: #77776E;
  text-align: justify;
  line-height: 150%;
}

div.news_summary a,div.news_date a {
  font-style: italic;
  font-family: Georgia, Palatino, Times, "MS Serif", serif;
}

div#past_news .title {
  background-color: #f03528;
  color: white;
  font-weight: bold;
  padding: 8px 8px 8px 12px;
  font-size: .92em;
  margin-top: 4px;
}

div#past_news .title a, div#past_news .title a:visited, div#past_news .title a:active, div#past_news .title h2
{
  color: white;
  display: inline;
}

div#past_news .content {
  background-color: #FFFFFF;
  padding: 0px;
  padding-top: 10px;
}

h2.past_news {
  color: #FFFFFF;
}

/* Product List */
div#product_list .title {
  background-color: #f03528;
  color: white;
  padding: 8px;
  font-size: .92em;
  margin-top: 4px;
  vertical-align: middle;
  padding-left: .5em;
}

div#product_list .title a, div#product_list .title a:visited, div#product_list .title a:active, div#product_list .title h2
{
  color: #FFFFFF;
  display: inline;
}

div#product_list .content {
  background-color: #FFFFFF;
  padding: 0px;
}

table.product_list {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
}

table.product_list tr td {
  padding-bottom: 0px;
  padding-top: 0px;
  padding-right: 8px;
}

div.product_list_d_price {
  color: #F03528;
  font-weight: bold;
}

div.product_list_r_price {
  color: #77776E;
  font-weight: bold;
}

h2.product_related,h2.kit_parts {
  color: #77776E;
}

/* Sort Form */
div.sortform {
  background-color: #F2F2EE;
  color: #77776E;
  padding: 8px;
  font-size: .92em;
}

div.shipping_calculator { background-color: white; }

div.backorder {
  text-align: left;
  font-size: .92em;
}

div.autonotify {
  text-align: left;
  font-size: .92em;
}

/* Comments */
h2.comments_title {
  color: #77776E;
}

h3.comments_total {
  color: #F03528;
  font-style: italic;
  font-family: Georgia, Palatino, Times, "MS Serif", serif;
}

div#comments .content {
  background-color: #FFFFFF;
  padding: 0px;
  padding-left: 1.5em;
}

div.comments_start {
  padding: 5px;
  border: 1px solid #AE3F2A;
  background-color: #EEEEEE;
  color: #999999;
  font-weight: bold;
  display: block;
}

.comment_moderate_button { font-size: .8em; }

div.comment_alias {
  color: #F03528;
  font-weight: bold;
  padding: 3px;
  padding-left: 0px;
  float: left;
}

textarea.comment_comment_text {
  margin-left: 5px;
  width: 465px;
  height: 175px;
  padding: 2px;
}

div.comment_add_comment_form { padding: 4px; }

div.comments_bottom_postlink {
  border-top: 1px solid #D8D5CB;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

div.comment_option {
  font-size: 0.8em;
  color: #A0A198;
  display: inline;
  margin-right: 20px;
}

img.comment_option_icon {
  vertical-align: middle;
  margin-right: 2px;
}

div.comment_main_content {
  border-top: 1px solid #D8D5CB;
  padding-top: 20px;
  padding-right: 12px;
}

/* Pager */
div.pager {
  color: #77776E;
  font-size: 0.9em;
  width: 100%;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 8px;
}

div.pager a,div.pager a:visited,div.pager a:active {
  color: #77776E;
}

div.pager a {
  padding: 3px 6px;
}

div.preview_comment { }

span.pager_currentpage {
  color: #77776E;
  font-size: 0.9em;
  padding: 3px 6px;
  border: 1px solid #F03528;
}

/* Product menu stuff (including tree) */
#products a { color: #77776E; }

#product_description .title,#product_description .content {
  background-color: #F9F9F7;
}

#product_description .content {
  line-height: 180%;
  font-family: Georgia, Palatino, Times, "MS Serif", serif;
}

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

ul.product_menu li {
  height: 17px;
  background-image: url(images/framework/icon_radio_unchecked.gif);
  background-repeat: no-repeat;
  padding-left: 22px;
  padding-top: 2px;
  margin-left: 0;
  margin-bottom: 3px;
  vertical-align: middle;
}

ul.product_menu li.checked {
  background-image: url(images/framework/icon_radio_checked.gif);
  background-color: #F03528;
}

#products ul.product_menu li.checked a, #products ul.product_menu li.checked a:visited, #products ul.product_menu li.checked a:active
{
  color: white;
}

ul.product_menu li a {
  padding-left: 24px;
  position: relative;
  left: -24px;
}

/* First level of category tree. */
  ul.sparktree li { margin-bottom: 3px; }
  ul.sparktree li.closed ul { display: none; }

/* Second level of category tree */
  ul.sparktree li.open ul {
    display: block;
    list-style-type: none;
    margin-left: 3em;
    margin-top: .5em;
    margin-bottom: 1em;
    padding-left: 0;
    font-size: 0.83em;
    font-weight: normal;
  }

  ul.sparktree li.open ul li { margin: 0em auto .5em auto; }

/* 3rd level of category tree */
  ul.sparktree li.open ul li ul { margin-left: 1em; }
  ul.sparktree li.open ul li ul li { margin: 0em auto .5em auto; }

div.catalog_menu {
  margin-left: 5px;
  margin-bottom: 8px;
  font-size: 1.08em;
  font-weight: bold;
}

img.sparktree,img.sparktree_empty {
  vertical-align: middle;
  margin-right: 3px;
  width: 19px;
  height: 19px;
}

img.sparktree { cursor: pointer; }

ul.sparktree li a,ul.sparktree li strong {
  padding: 2px;
  font-weight: inherit;
}

ul.sparktree li a:hover {
  background-color: white;
  text-decoration: none;
}

.sparktree strong,.sparktree li ul li strong {
  background-color: #F03528;
  color: white;
}

#currencies a { color: #77776E; }

#currencies a:hover { text-decoration: none; }

#currencies div.link { text-align: right; }
#currencies div.link a {
  color: #F03528;
  font-size: 0.95em;
}

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

ul.currency_menu li {
  background-image: url(images/framework/icon_radio_unchecked.gif);
  background-repeat: no-repeat;
  padding-left: 22px;
  padding-top: 2px;
  margin-left: 0;
  margin-bottom: 3px;
  vertical-align: middle;
}

ul.currency_menu li.checked {
  background-image: url(images/framework/icon_radio_checked.gif);
}

#currencies ul.currency_menu li.checked a,
#currencies ul.currency_menu li.checked a:visited,
#currencies ul.currency_menu li.checked a:active
{
}

ul.currency_menu li a {
  padding-left: 24px;
  position: relative;
  left: -24px;
}

#feeds a { color: #77776E; }
#feeds a:hover { text-decoration: none; }

ul.feed_menu {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  font-weight: bold;
}

ul.feed_menu li {
  height: 17px;
  background-image: url(images/framework/rss.gif);
  background-repeat: no-repeat;
  padding-left: 22px;
  padding-top: 2px;
  margin-left: 0;
  margin-bottom: 3px;
  vertical-align: middle;
}

ul.feed_menu li a {
  padding-left: 24px;
  position: relative;
  left: -24px;
}

ul.events_menu {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  font-weight: normal;
  font-size: .90em;
}

ul.events_menu li {
  background-image: url(images/framework/event.gif);
  background-repeat: no-repeat;
  padding-left: 22px;
  padding-top: 2px;
  margin-left: 0;
  margin-bottom: 3px;
  vertical-align: middle;
}

ul.events_menu li a {
  
}

/* We have to override the #products-wide link color here: */
#products ul.sparktree li.open ul li a:hover {
  background-color: white;
}

div#tutorials_description_content {
  background-color: #FFFFFF;
  padding: 0px;
  margin: 0px;
}

div.tutorial_text {
  margin: 5px;
  padding: 5px;
  font-family: Georgia, Palatino, Times, "MS Serif", serif;
}

h2.tutorial_title {
  color: #F03528;
  font-weight: bold;
  font-family: Georgia, Palatino, Times, "MS Serif", serif;
  margin-bottom: 3px;
}

div.tutorial_date {
  color: #A0A198;
}

div.tutorial_date_top {
  float: left;
  padding-bottom: 4px;
  font-size: 0.9em;
  color: #77776E;
}

div.tutorial_comments_total_top {
  float: left;
  padding-bottom: 4px;
  font-size: 1.0em;
  font-family: Georgia, Palatino, Times, "MS Serif", serif;
  font-style: italic;
}

.distributors {
  font-size: 1.55em;
}

span.shipping_module_title {
  font-size: 1.25em;
  font-weight: bold;
}

span.shipping_module_warning {
  font-size: 0.95em;
  color: #F03528;
}

span.shipping_module_error {
  font-size: 0.95em;
  color: #F03528;
  font-weight: bold;
}

span.shipping_method_warning {
  font-size: 0.95em;
  color: #F03528;
}

table.shipping_quotes {
  margin-left: 10px;
  border-collapse: collapse;
}

table.shipping_quotes tr td {
  padding-bottom: 1px;
  padding-top: 2px;
  padding-right: 10px;
  font-size: 0.95em;
}

/* Account/Profile classes */
#account_info .title {
  background-color: #F2F2EE;
}

div#account_info .content {
  background-color: #F2F2EE;
  padding: 8px;
}

#profile_info .title {
  background-color: #F2F2EE;
}

div#profile_info .content {
  background-color: #FFFFFF;
  padding: 8px;
}

.account_input {
  border-left: 1px solid #D8D5CB;
  border-top: 1px solid #D8D5CB;
  border-right: none;
  border-bottom: none;
  padding: 2px;
  color: #44443E;
  font-family: Arial, "MS Sans Serif", "Geneva", sans-serif;
}

.profile_input {
  border-left: 1px solid #D8D5CB;
  border-top: 1px solid #D8D5CB;
  border-right: 1px solid #D8D5CB;
  border-bottom: 1px solid #D8D5CB;
  padding: 2px;
  color: #44443E;
  font-family: Arial, "MS Sans Serif", "Geneva", sans-serif;
}

textarea.profile_input {
  font-size: 1.0em;
}

ul.account_update_message {
  padding-left: 12px;
  font-size: 0.9em;
}

.account_edit_fieldset {
  position: relative;
  line-height: 200%;
  margin-bottom: 6px;
}

.account_edit_fieldset_compact {
  position: relative;
  line-height: 120%;
  margin-bottom: 6px;
}

.profile_preview_fieldtitle {
  font-weight: bold;
  margin-bottom: 4px;
}

.profile_preview_fieldset {
  margin-bottom: 10px;
}

.account_save_icon {
  position: absolute;
  right: 0px;
  top: 2px;
}

.account_save_icon_compact {
  position: absolute;
  right: 0px;
  top: 0px;
}

div#recent_comments .content {
  background-color: #FFFFFF;
  padding: 8px;
}

hr.recent_comments_spacer {
  margin-top: 12px;
  margin-bottom: 12px;
}

img.poll_image {
  border: 1px solid #A0A198;
  cursor: pointer;
}

div#retired_message {
  text-align: center;
  margin: 25px auto 0 auto;
  background-color: #F2F2EE;
  width: 400px;
  padding: 10px;
}

div#error_404 {
  text-align: center;
  margin: 25px auto 0 auto;
  background-color: #F2F2EE;
  width: 400px;
  padding: 10px;
}

td.roster_header_cell {
  border: 1px solid #A0A198;
  background-color: #D8D5CB;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  font-family: Arial, "MS Sans Serif", "Geneva", sans-serif;
}

td.roster_cell {
  border: 1px solid #A0A198;
  line-height: 120%;
  text-align: left;
}

.roster_teamname {
  color: #F03528;
  font-weight: bold;
}

/*
account_history_new.php
*/
table#order_tracking {
  margin: 0 auto;
  text-align: center;
  margin-top: 5px;
}

table#order_tracking tr { }
table#order_tracking tr td { padding: 6px 2px 6px 5px; }

.order-row td { padding: 10px 5px; }

.warning-box {
  background-color: #B0B0B0;
  padding: 10px;
}

.warning-box div {
  background-color: #D0D0D0;
  padding: 10px;
  text-align: center;
}

.warning-box div div {
  margin: 0 auto;
  text-align: center;
  padding: 5px;
  background-color: #F0F0F0;
}

.warning-box h1 {
  color: gray;
  font-size: 14px;
}

#tracking-header {
  background-color: #B0B0B0;
  color: #fff;
}

#tracking-header td {
  padding: 6px;
}

#tracking-sorting {
  background-color: #F2F2EE;
}

#account_history_content td { }

#tracking-sorting td {
  padding: 6px;
  font-size: 11px;
}

.darkgray { background-color: #F0F0F0 }
.lightgray { background-color: white; }

.page-link {
  padding: 3px;
  background-color: #D0D0D0;
  font-weight: bold;
}

.page-link:link { color: #888; }
.page-link:visited { color: #888; }

.page-link:hover {
  background-color: #B0B0B0;
  text-decoration: none;
}
/* order details page */
#billing-address{
  position: relative;
  top: 10px;
  right: 10px;
  background-color: #D0D0D0;
  padding: 6px;
  width: 200px;
  height: 100px;
  }
#billing-address h2{
  padding-bottom: 10px;
  text-align: center;
}
#shipping-address{  
  float: left;
  position: relative;
  top: 10px;  
  width: 200px;
  height: 100px;
  left: 10px;
  background-color: #D0D0D0;
  padding: 6px;
  }

#shipping-address h2 {
  text-align:center;
  padding-bottom:10px;
}

#order-details { margin-top: 10px; }

#order-details-products { }

#submitfreeday {
  font-weight: bold;
  color: green;
}

#iframe_banner {
  height: 107px;
  width: 978px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  border: none;
}

td.message_stack_error {
  text-align: left;
  vertical-align: middle;
  color: #F03528;
}

