﻿#breadcrumbs { height:1.5em; border:0px solid #dedede;}
#breadcrumbs ul { list-style-type:none; margin:0; padding:0;}
#breadcrumbs li { list-style-type:none; margin:0; float:left; color:#000000; padding: 0px 15px 0 0; }
#breadcrumbs li a { color:#000000; text-decoration:none; font-weight:bolder}
#breadcrumbs li a:hover { text-decoration:underline;}
#breadcrumbs li::after {content: "\0020 \00BB \0020";}
#breadcrumbs li:last-child::after {content: "";}
.ui-autocomplete-category {font-weight: bold;padding: .2em .4em;margin: .8em 0 .2em;line-height: 1.5;}
.ui-autocomplete-loading {background: url('images/loading.gif') right center no-repeat;}
.pagerItem {
  padding: 0px 4px;
  font-weight: 400;
}
.pagerItem.pagerItemSelected {
  background-color: #777777;
  color:white;
  font-weight: 700;
}

#divCartDetail {
  display: none; position: absolute; background-color: #fff; padding: 4px;
  border: 1px solid #eee;
  box-shadow: 0px 0px 10px 1px #888888;
}

table.dialog {
  font-size: 13px;
  text-align: left;
}

table.cart-details {
  max-width: 400px;
  font-size: 12px;
  text-align: left;
}

table.cart-details tr {
  line-height: 16px;
}

  table.cart-details tr td {
    padding: 10px 4px;
    vertical-align: top;
    border-bottom: 1px solid #eee;
    font-size: 11px;
  }

  table.cart-details tr td a {
    text-decoration: none;
    color: #000;
  }

  table.dialog tr td {
    padding-bottom: 8px;
    min-width: 120px;
  }

  table.cart-details tr td.money {
    white-space: nowrap;
    text-align: right;
  }
  
  table.cart-details tr td img {
    max-width: 50px;
    max-height: 50px;
    border: 1px solid #eee;
  }

div.cartTotal {
  text-align: right;
}

div.cartTotal span {
  font-weight: bold;
  font-size:13px;
}

  div.cartTotal a {
    font-size: 12px;
  }

a.button {
  height: 30px;
    padding: 0px 20px;
    background-color: #fdcd00;
    line-height: 30px;
}

.ui-front {
    z-index: 2000;
}

.ui-dialog {
    z-index: 2001;
}

.toast-top-center { 
    top: 12px; 
    left: 50%; 
    margin-left: -150px; 
}

table.order-detail td {
  text-transform: uppercase;
  padding: 2px 4px;
}

  table.order-detail td:first-child {
    padding-left: 0px;
  }

  table.order-detail td.label {
    font-weight: bold;
  }

div.semaforo {
  width: 12px;
  height: 12px;
  overflow: hidden;
  display: inline-block;
  background: url('/img/semaforo.png') no-repeat;
}

  div.semaforo.green {
    background-position: 0px 0px;
  }

  div.semaforo.yellow {
    background-position: -12px 0px;
  }

  div.semaforo.red {
    background-position: -24px 0px;
  }

  div.semaforo.gray {
    background-position: -36px 0px;
  }

img.thumb {
  max-width: 250px;
  max-height: 188px;
}

.pSearchTextBox{
  display:inline;
  width: 100px;
}
.bSearchTextBox
{
  display:none;
}