/* =================================
  BASIC STYLES
================================= */

body {
  margin: 8px;
  background: #CCC;
  color: #1A1A1A;
  font-family: Verdana, Helvetica, Sans-serif;
  font-size: 90%; /* from 0.7em to 0.9em */
  padding: 0;
  white-space: normal;
}
body#popup,
body#brandBrowser,
body#purchase_order_print,
body#vendor_agreement {
  background: #fff;
  padding: 1em;
}
body#vendor_agreement h1 { text-align: center; margin-bottom: 0em; }

div#main {
  background: white;
  border: #999 1px solid;
  width: 980px;
}


div#content { margin: 0 20px 0px 20px; width: 940px; }

small { font-size: smaller; }

h1, h2, h3, h4, h5, h6 {
  color: #7F7F7F;
  margin: 0;
  padding: 0;
}

th, td.productListing-heading { font-weight: bold; text-align: center; }

.error { color: #ff0000; }

h1 { font-size: 180%; }
h2 { font-size: 150%; }
h3 { font-size: 130%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }

p {
  /*padding: 10px;*/
  font-size: 100%;
  line-height: 1.4em;
}

   p.subtitle,
span.subtitle,
  th.subtitle {
  color: #777;
  /*font-weight: bold;*/
  text-align: left;
  font-weight:normal;
  font-size: 120%;
}
 p.subtitle,
th.subtitle { padding-left: 0px; }

a {
  color: #00f;
  text-decoration: none;
}
a:visited { color: purple; }
a:hover   { color: #FF6600; text-decoration: underline; }
a.underline { text-decoration: underline; }

table {
  /* font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; */
  font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
  font-size: 100%;
  }

table h1 { font-size: 180%; }
table h2 { font-size: 150%; }
table h3 { font-size: 130%; }
table h4 { font-size: 110%; }
table h5 { font-size: 100%; }

.clear { clear: both; }

/** prevents right-click save images to deter dummies **/
/*div.protected_image {
  display: inline;
  margin: 0;
  padding: 0;
  background-position: top left;
  background-repeat: no-repeat;
}  
div.protected_image img {
  visibility: hidden;
}*/

img.protected_image {
  background-repeat: no-repeat;
  background-position: top left;
}

table.infoBox li {
/*  list-style:url(images/arrow_green.gif) */
}


/* =================================
      MAIN LAYOUT
================================= */

#col_left {
  padding-right: 1em;
  padding-top: 20px;
  background: #fff;
}

#body_text {
  padding-top: 20px;
  /*background: #fff;*/ /* OJO: attention here! */
}

#col_right {
  padding: 0;
  background: #fff;
  }


/* =================================
    HEADER NAVIGATION
================================= */

div#header {
  margin-top:18px;
  padding-bottom: 60px;
}

div#logo {
  position:absolute;
  left: 20px;
  top: 20px;
}

div#signpanel {
/* border-left: #DDD 1px solid;
border-right: #DDD 1px solid;
border-top: #DDD 1px solid;*/
  padding: 5px 15px 5px 15px;
  position:absolute;
  left: 565px; /* from 540px to */
  /* font-size: smaller;*//* from 78% to smaller */
}
div#signpanel td {
  color: #999;
  font-size: 85%;
  vertical-align: top;
  white-space: nowrap;
}
/* div#signpanel a { color: #777; border-bottom: #ccc 1px solid; } */
div#signpanel td a:hover,
div#signpanel td a:visited { color: blue; }

div#signpanel td#panelLeft  {
  border-right: rgb(200,220,93) 1px solid;
  padding-right: .65em;
  text-align: right;
}
div#signpanel td#panelRight {
  border-left: rgb(200,220,93) 1px solid;
  padding-left: .65em;
  text-align: left;
}

table.headerNavigation {
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 90%;
  margin:0 0 6px 10px;
  word-spacing:0.3em;
}

td.headerNavigation_a,
td.headerNavigation_b {
  margin: 0;
  padding: 0;
}
td.headerNavigation_a { padding-left:  10px; }
td.headerNavigation_b { }

.headerNavigation a,
.headerNavigation a:hover,
.headerNavigation a:visited { color: #999; }

a.headerLink {
  margin: 0;
  padding: 2px 5px;
  border-left: 1px solid #aaa;
}
a.headerLink:hover {
  background: #fff;
  color: #000;
}


/* =================================
      HOME
================================= */

td#homeTopLeft,
td#homeBottomLeft,
td#homeTopRight,
td#homeBottomRight { vertical-align: top; width: 50%; }
td#homeTopLeft     { padding-right: 20px; padding-bottom: 20px; }
td#homeBottomLeft  { padding-right: 20px; padding-top:    20px; border-top:   1px solid #ccc; }
td#homeTopRight    { padding-left:  20px; padding-bottom: 20px; text-align: center;           border-left: 1px solid #ccc; }
td#homeBottomRight { padding-left:  20px; padding-top:    20px; border-top:   1px solid #ccc; border-left: 1px solid #ccc; }
td#homeBottomRight input { width: 230px; }


/* =================================
      BOXES
================================= */

td#box_categories         h3,
td#box_showrooms          h3,
td#box_information        h3,
td#box_shopping_cart      h3,
td#box_featured_showrooms h3,
td#box_navigation         h3 {
/*  background: url(images/image_name.gif) no-repeat center left; */
  background-color: white !important;
  display: none;
  font-size: 100%;
  padding: 2px;
  white-space: nowrap;
}

#box_shopping_cart .boxText {
  color: #d20068;
  text-align: center;
}

td#box_categories,
td#box_showrooms,
td#box_information,
td#box_shopping_cart,
td#box_featured_showrooms,
td#box_navigation {
/*
  border-top:    1px #c1c1c1 solid;
  border-left:   1px #c1c1c1 solid;
  border-right:  2px #c1c1c1 solid;
  border-bottom: 2px #c1c1c1 solid;
*/
}

td#box_navigation {
  letter-spacing: .05em;
  line-height: 1.5em;
  white-space: nowrap;
}
td#box_navigation a {
  color: rgb(36,166,191);
  font-weight: bold;
}
td#box_navigation a:hover {
  padding-left: 1em;
  text-decoration: none;
}
td#box_navigation a#selected:hover { padding-left: 0; }
td#box_navigation table, td#box_navigation table td { width: 150px; }

div.tableBox table.infoBoxContents table.infoBoxContents { padding: 3px; }

td#box_featured_showrooms td.boxText { line-height: 1.3em;}

div.separator { margin: 7px; }
td.interbox   { padding: 5px; }

.infoBoxHeading {
  background: none !important;
  color: #808080;
  font-weight: bold;
}
b.infoBoxHeading { font-size: 100%; }

div.tableBox {
  margin: 0;
  padding: 0;
}

table.infoBoxContents {
  margin: 0;
  padding: 0;
}

table.infoBoxContents table.infoBoxContents {
  padding: 0;
}

td.boxText {
  margin: 0;
  padding: 0;
}

td.boxText table {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
}

td.boxText table td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.total {
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
td#total {
  text-align: right;
  font-weight: bold;
}

td#box_shopping_cart table * { border: none; }

/* ====== ULIST ====== */
.tableBox ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 90%;
  }
.tableBox ul ul {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  }

.tableBox ul a {
  display: block;
  margin: 0;
  padding: 0;
  }
.tableBox ul a:hover { display: block; }
.tableBox ul ul ul a { color: #444; }
.tableBox ul ul ul a:hover { color: #97004b; }


/* =================================
    PRODUCT TABLE
================================= */

td.pageHeading_left, p.pageHeading {
  padding: 0 0 3px 0px !important;
  /*border-left: rgb(200,220,93) 2px solid;*/
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 140%;
  /*font-family: serif;
  font-size: 170%;*/
  font-weight: lighter;
  color: #777; /* from black to #777 */
  margin-bottom: 2em;
  white-space: nowrap;
}

td.pageHeading_left small { font-size: 110%; }

td.pageHeading_right {
  margin: 0;
/*  padding: 0 40px 0 0;
  line-height: 100px; */
  font-size: 110%;
  font-weight: normal;
  color: #fff;
/*  background: #9faab0 url(images/rounded_right.gif) no-repeat top right; */
  }

td.pageHeading {
  font-size: 140%;
  }

p.pageHeading {
  margin: 0;
  padding: 0 0 0 1em;
  }

table.productListing {
  margin: 10px 0 0 0;
  padding: 0;
  }

.productListing-heading {
  text-align: center;
  }
  
.productListing-odd {
  }

.productListing-even {
  }

.productListing-data,
.productListing-data_delete {
  border-top: 1px solid #ccc;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  }
td.productListing-data td.productListing-data {
  border: none;
  }

td.productListing-data a img {
  padding: 0;
  margin: 0;
  }

td.productListing-data a:hover img {
  padding: 0;
  margin: 0;
  }

.product_image {
  margin: 0;
  padding: 0;
  }

div.product_image img {
  margin-right: 2px;
  margin-left:  2px;
  margin-top:  10px;
}

.product_image_enlarged img {
  float: left;
  margin: 10px 10px 10px 0;
  }

.product_eta           { color: orange; }
.product_in_stock      { color: green; }
.product_make_to_order { color: red; }

#availability .product_eta,
#availability .product_in_stock,
#availability .product_make_to_order { color: black; }
#availability .product_eta strong,
#availability .product_in_stock strong,
#availability .product_make_to_order strong { font-weight: normal; }
#availability .product_eta strong { color: orange; }
#availability .product_in_stock strong { color: green; }
#availability .product_make_to_order strong { color: red; }


/* =================================
    CASE RUN TABLE
================================= */

#case_run {
  margin: 10px 0;
  padding: 2px;
/*  border: 1px solid #ccc; */
  }

#case_run table {
  margin: 0;
  padding: 0;
  border: none;
  }

#case_run th,
#case_run td,
#case_run input { text-align: center; }
#case_run th    { font-weight: normal; }
#case_run th span.inactive {
  font-weight: normal;
  color: #999;
  }
#case_run input {
  background-color: white;
  border: 0px;
  width: 25px;
}


/* =================================
       LOGIN
================================= */

.login_reseller_proceed,
.login_vendor_proceed {
  float: left;
  /* hide from Mac IE \*/
  width: 45%;
  /* end hiding */
  padding: 0;
}
.login_reseller_proceed form,
.login_vendor_proceed   form {
  border-left: 1px solid #ccc;
  margin-left: 20px;
  padding-left: 20px;
}

hr { color: #ccc; background-color: #ccc; }

.greetUser {
  font-weight: bold;
  }

#switch_to_vendor_login { }


/* =================================
       PURCHASE ORDER
================================= */

div.purchase_order_vendor {
  width: auto;
  float: left;
  margin: .6em 0em 1em 0px;
}
div.purchase_order_vendor table th,
div.purchase_order_vendor table td { /* OJO */
  vertical-align: top;
  text-align: left;
}
div.purchase_order_reseller {
  width: auto;
  float: left;
}
div.purchase_order_vendor p.subtitle { margin-top: 0; }

table.purchase_order,
table.purchase_order_top { margin: 10px 0; }

table.purchase_order_top {
/*
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
*/
  border: 0px;
}

table.purchase_order_top .productListing-heading {
  /*border-left: 1px solid #ccc;*/
  border: 0px !important;
  text-align: left;
}

table.purchase_order_top .productListing-data {
/*
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
*/
  border: 0px !important;
}
table.purchase_order .productListing-data,
table.purchase_order .productListing-data_delete { border-top: 0px; }
table.purchase_order .productListing-data_delete { text-align: left; padding-top: .5em; }

table.purchase_order     div.reseller,
table.purchase_order_top div.reseller {
  text-align: left;
  padding: 0.3em;
  }

table.purchase_order { width: 100%; } /* ojo acá !!*/

.stockWarning {
  font-size: 80%;
  text-align: left;
  }


/* =================================
      CHECKOUT
================================= */

td.checkoutBarFrom {
/*
  font-weight: bold;
  line-height: 46px;
  background: url(images/thermo-from.gif) no-repeat top center;
  color: #bbb;
*/
}
td.checkoutBarCurrent {
  color: black;
  font-weight: bold;
/*
  line-height: 46px;
  background: url(images/thermo-on.gif) no-repeat top center;
*/
}

td.checkoutBarTo {
/*
  font-weight: bold;
  line-height: 46px;
  background: url(images/thermo-to.gif) no-repeat top center;
*/
}

table#checkout_progress {
  margin-top:     0px;
  margin-bottom: 10px;
}

div.orderEdit { text-align: left; }

tr.moduleRow,
tr.moduleRowOver,
tr.moduleRowSelected { /*background-color: #ccc;*/ }

tr.moduleRow td,
tr.moduleRowOver td,
tr.moduleRowSelected td { padding-bottom: 0.2em; }


/* =================================
    ACCOUNT INFO
================================= */

td.main { /* padding: 10px 8px 0 8px;*/ }
td.main td.main { padding: 0; }
td.inputRequirement {}
table.infoBox { /*border-top: 1px solid #ccc;*/ }

table#order_overview { /* border: 1px solid #ccc; */ }
table#order_overview th,
table#order_overview td { text-align: center; padding-bottom: 5px; padding-top:    5px; }

table#order_overview tr.moduleRow,
table#order_overview tr.moduleRowOver,
table#moduleRowSelected tr.moduleRow { background-color: transparent; }
/*
table#order_overview a {
  display: block;
  padding-bottom: 5px;
  padding-top:    5px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}*/
/*
table#order_overview a:hover,
table#order_overview tr:hover td { background-color: #EEF6FF; }
*/

table#order_overview a.order_id { font-weight: bold; }

.inputRequirement,
.input_not_required {
  color: #f00;
  text-align: right;
}

div#account_buttons { margin-top: 1em; }

span.account_active,
span.account_inactive {
  font-weight: bold;
}
span.account_inactive {
  color: #ff0000;
}

table#admin_users_grid {
  font-size: 75%;
  padding: 0px;
  border: 1px solid #666;
}
table#admin_users_grid button { font-size: 100%; }
table#admin_users_grid tr {
  margin: 0px;
  padding: 0px;
}
table#admin_users_grid td,
table#admin_users_grid th {
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  margin: 0px;
  padding: 0.3em;
}
table#admin_users_grid td { border-top: 1px solid #666; border-right: 1px dashed #666; }
table#admin_users_grid th { border-right: 1px solid #666; }
table#admin_users_grid td.col_10,
table#admin_users_grid th.col_10 { border-right: none; }


/* =================================
      FOOTER
================================= */

table#footerTable {
  color: #777;
  margin: 0;
  padding-top: 10px;
/*  background: url(images/gradient_02.gif) repeat-x top left; */
}
table#footerTable b { color: black; }

td.footerNavigation {
  font-size: 90%;
  /*padding: 1em;*/
  padding-bottom: 0px;
}
td.footerNavigation a,
td.footerNavigation a:hover,
td.footerNavigation a:visited { color: #777; }

.footerText {
  /* background-color: #dedede; */
  font-size: 75%;
  padding: 1em 0 1em 0;
}
.footerText address {
  font-style: normal;
  font-size: 120%;
}


/* =================================
      FORMS
================================= */

form#create_account   td.desc,
form#account_edit     td.desc,
form#account_password td.desc  { text-align: right; }
form#create_account td.input,
form#account_edit   td.input,
form#account_edit   td.input   {  }

input.field,
textarea {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 90%;
  color: black;
  border-top:    #aaa 2px solid;
  border-right:  #ddd 2px solid;
  border-bottom: #ddd 2px solid;
  border-left:   #aaa 2px solid;
  margin-top: 10px;
  padding: 4px;
}
input.field { margin: 0; padding: 0; padding-left: 4px; padding-right: 4px; }

input {
/*  background-color: #ccc; */
  color: #000;
/*
  border: 1px #C5C5C5 solid;
  border-bottom: 1px #E0E0E0 solid;
  border-top: 1px #909090 solid;
*/
  padding: 2px !important;  /* FOR COMPETENT BROWSERS */
  padding: 0 2px 3px;      /* IE PC */

  margin: 1px !important;    /* FOR COMPETENT BROWSERS */
  margin: 0 1px;        /* IE PC */
  font-size: 100%;
}
input          { width: 240px; }
input#smaller  { width: 110px !important; }
input#smallest { width:  55px !important; }

.button input {
/*
  border: none;
  background: transparent;
*/
}

input[type=image] {
  border: none;
  background: transparent;
}

input.selectionfield {
  background: none !important;
  border: none !important;
  width: 15px !important;
}

textarea {
  height: 100px;
  width: 450px;
}

select {
  background-color: #eee;
  color: #000;
  border: 1px #C5C5C5 solid;
  border-top: 1px #E0E0E0 solid;
  border-bottom: 1px #909090 solid;
  padding: 0;

  margin: 1px !important; /* FOR COMPETENT BROWSERS */
  margin: 0 1px;          /* IE PC */
  font-size: 100%;
}

span.button a,
div#account_buttons a { text-decoration: none; }

input.button,
    a.button,
      button {
  background: #E4E4E4;
  border-top:    2px solid #eee;
  border-right:  2px solid #aaa;
  border-bottom: 2px solid #999;
  border-left:   2px solid #eee;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 85%;
  letter-spacing: 0.03em;
  margin: 0;
  padding:0 0.2em 0 0;
  /*text-transform: lowercase;*/
  vertical-align: baseline;
}

button.special {
  color: white;
  background-color: rgb(36,166,191);
  border: rgb(36,166,191) outset 1px;
}

 button.secondary,
a.buttonSecondary,
 button.secondary a {
  font-size: 80%;
  margin: 0px;
  padding: 0px;
}

input.button,
      button { width: auto !important; }


/* =================================
  ERRORS, WARNINGS and SUCCESSES
================================= */

table.messageBox {
  padding-bottom: 10px;
}

tr.infoBoxNoticeContents td.main,
td.headerError {
  padding: 10px;
  border: 2px dashed #C2E2B7;
  font-weight: bold;
}

td.headerError {
  border-top: none;
}

td.messageStackError,
td.messageStackWarning,
td.messageStackSuccess {
  padding-bottom: 10px;
}

td.messageStackError,
td.messageStackError b { color: red; }
td.messageStackWarning,
td.messageStackWarning b { color: red; }
td.messageStackSuccess,
td.messageStackSuccess b { color: green; }


/* =================================
      SHOWROOM
================================= */

#showroom_teaser {
  margin-top: 5px;
  margin-left: 10px;
  }

#showroom_teaser img {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  }

#showroom_style_intro,
#showroom_style_service,
#showroom_style_tos {
  padding: 1em;
}
a#showroom_style_intro_tab,
a#showroom_style_service_tab,
a#showroom_style_tos_tab {
  border-bottom: #fff;
  color: rgb(36,166,191);
  cursor: hand;
  float: right;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  width: 242px;
}
a#showroom_style_service_tab,
a#showroom_style_tos_tab {
  border-bottom: #BFBFBF 1px solid;
  border-left: #BFBFBF 1px solid;
  color: #BFBFBF;
}

a#showroom_style_intro_tab { width: 243px; }

.category_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  }
.category_nav ul li {
  font-size: 180%;
  line-height: 1.1em;
  }
.category_nav small {
  font-size: 60%;
  }
table.infoBoxContents td.boxText div.category_nav ul li {
  font-size: 150%;
  line-height: 0.5em;
}
html>body table.infoBoxContents td.boxText div.category_nav ul li {
  font-size: 110%;
  line-height: 1em;
}
#showroom_style_nav { border: 0px; }
span.last_modified {
  font-size: smaller;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

td#sex_filter div.category_nav ul li {
  display: inline;
  font-size: 100%;
}
td#pages_filter,
td.resultPages { padding-left: 130px; }

td.showroom_featured a {
  color: orange;
  font-weight: bold;
  font-size: larger;
}

span.showroom_featured a {
  border-bottom: 1px solid red;
}


/* =================================
  SHOWROOM INDEX
================================= */

table.showroomIndex {
  width: 100%;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
  margin: 1em 0 0 0;
  padding: 0;
  }

table.showroomIndex td {
  border-top: 1px solid #999;
  padding: 0.8em;
  }

table.showroomIndex td.showroom_name {
  font-size: 160%;
  text-align: center;
  }

table.showroomIndex td.enter {
  text-align: right;
  }


/* =================================
  PRODUCT INFO
================================= */

div#product_info_images { }

div.product_info_image {
  /*width: 180px; setting this inline so it can be a variable */
  /* float: left; */
  padding: 0px;
  margin: 0px;
  margin-right: 5px;
}
  
img#product_info_image_attribute {
  /* display: block;
  float: right;*/
  margin: 0px 0px 5px 5px;
  }
  
div#product_info_attributes {
  /* padding: 0em 1em 1em 1em;
  border: 1px solid #999;
  margin: 1em 0px 1em 0px; */
  margin-top: 20px;
}
div#product_info_attributes table {
  /* margin: 1em 0px auto 0.5em;
  border: none; */
}
div#product_info_attributes table td {
  border-bottom: 8px solid white;
}

div.product_info_blank_image {
  background-color: #fff;
  /* border: 1px solid gray; */
  color: gray;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}
/*
table.purchase_order td.productListing-data div.product_info_blank_image { border: 0px; }

#product_info_attributes table    { border-top: 1px solid gray; border-right: 1px solid gray; border-bottom: 1px solid gray !important; }
#product_info_attributes table th { border-left: 1px solid gray; border-bottom: 1px solid gray !important; }
#product_info_attributes table td { border-left: 1px solid gray; }
*/
#product_info_attributes table th { width: 110px !important; }


/* =================================
        SHOWROOM EDIT
================================= */

#showroom_products {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 100%;
  border-collapse: collapse;
  width: 100%;
}
#showroom_products th {
  text-align: left;
  font-size: 120%;
  font-weight: normal;
}
#showroom_products td {
  margin: 0;
  padding: 10px;
  vertical-align: bottom;
}
#showroom_products tr.showroom_category td { border-bottom: 15px solid white; }
#showroom_products td.add_new_style { text-align: left; }
#showroom_products small { font-size: 60%; }

table#upload_product_image td { border-top: 15px solid white; }
table#upload_product_image td.productBox { border: 1px solid #CCC; padding: 10px; }

span.edit img { vertical-align: middle; }


/* =================================
        POPUPS
================================= */

body#popup table#cc_table {
  font-size: 110%;
  }

body#popup table#cc_table th {
  text-align: right;
  }

body#popup table#cc_table td {
  text-align: left;
  }

/* =================================
        BRAND STUFF
================================= */

body#brandBrowser a { color: black; }
table.brandsGrid, table.brandsGridTabs { border: 1px solid #ccc; }
table.brandsGrid { /* border-bottom: 0px; */ }

table#summary th, table#summary td {
  padding-right: 5px;
  padding-left: 5px;
}

/* =================================
        INVOICES
================================= */

table.pending td {
  color: red;
}


/* =================================
        MISC
================================= */

.firstColor,
span.pop     { color: rgb(36,166,191); font-weight: bold; }
.secondColor { color: rgb(200,220,93); font-weight: bold; }


table#contact          td.main,
table#customer_service td.main {
  text-align: left !important;
  vertical-align: top !important;
}

div.jake_box {
  /*border: 1px solid #FF6600; */
  background: #FAF5E7;
  border: 1px solid #E6D297;
  display: inline;
  padding: 5px;
}

table.innerTable {
  border: 1px gray solid;
  padding: 5px;
}

.bottom_buttons { display: block; }
.bottom_buttons { margin-top: 25px; }

span#chars_remaining,
span#chars_remaining input {
  border: 0px;
  color: #999;
  margin-left: 0px;
  width: auto;
}
span#chars_remaining       { font-size: smaller; }
span#chars_remaining input { text-align: right; }

iframe {
  position: relative;
  top: 0px;
  z-index: 1;
}

div#cartBrandsCounter, div#cartStylesCounter, div#cartProductsCounter {
  background-color: white;
  border: 1px solid #ccc;
  display: inline;
  font-size: 85%;
  padding: 6px 6px 6px 12px;
  position: absolute;
  z-index: 2;
}
div#cartBrandsCounter   { top: 130px; left: 580px; white-space: nowrap; }
div#cartStylesCounter   { top: 184px; left: 580px; white-space: nowrap; }
div#cartProductsCounter { top: 129px; left: 580px; white-space: nowrap; }
div#cartStylesCounterDelimiter, div#cartProductsCounterDelimiter {
 border-top: 1px solid #ccc;
 white-space: nowrap; 
}
div#cartBrandsCounter button,
div#cartStylesCounter button,
div#cartProductsCounter button {
  font-size: 100%;
  width: 120px !important;
}

div.tableBox table.contextBoxContents table.contextBoxContents td.smallText,
div.tableBox table.contextBoxContents table.contextBoxContents tr.smallText td { vertical-align: bottom; }

/* minor adjustments */

p.subtitle { margin-bottom: 1em; margin-top: 2em; }

div.login_reseller_proceed p.subtitle,
div.login_vendor_proceed   p.subtitle { margin-top: 0; }

div.purchase_order_reseller td.productListing-data { vertical-align: top; }

li { list-style-type: circle; }

table#resultPagesTop    {}
table#resultPagesBottom {}

td.cost,
table#order_overview td.cost a { text-align: right !important; }

/* things to not display */

.inputRequirement { display: none; }

td.headerNavigation_b { display: none; }
td.pageHeading_right  { display: none; }

#popup #case_run th span.inactive      { display: none; }

#case_run td.col_3,
#case_run th.col_3 { display: none; }

table#product_details { width: 100%; }
table#product_details .column_add   { display: none; }
table#product_details .column_start { display: none; }
table#product_details .column_price { display: none; }

table.purchase_order td#PO_TABLE_HEADING_REMOVE    { display: none; }
table.purchase_order td.productListing-data_delete, body#account_history_info .productListing-data_delete { display: none; }
table.purchase_order td#PO_TABLE_HEADING_QUANTITY  { display: none; }
table.purchase_order td#text_quantity              { display: none; }

/* according to Jake's latest WF */
.input_not_required { display: none; }

td#homeTopRight,
td#homeBottomRight { display: none; }
