.ptn, .pvn, .pan {
  padding-top: 0; }

.ptx, .pvx, .pax {
  padding-top: 3px; }

.pts, .pvs, .pas {
  padding-top: 5px; }

.ptm, .pvm, .pam {
  padding-top: 10px; }

.ptl, .pvl, .pal {
  padding-top: 20px; }

.prn, .phn, .pan {
  padding-right: 0; }

.prx, .phx, .pax {
  padding-right: 3px; }

.prs, .phs, .pas {
  padding-right: 5px; }

.prm, .phm, .pam {
  padding-right: 10px; }

.prl, .phl, .pal {
  padding-right: 20px; }

.pbn, .pvn, .pan {
  padding-bottom: 0; }

.pbx, .pvx, .pax {
  padding-bottom: 3px; }

.pbs, .pvs, .pas {
  padding-bottom: 5px; }

.pbm, .pvm, .pam {
  padding-bottom: 10px; }

.pbl, .pvl, .pal {
  padding-bottom: 20px; }

.pln, .phn, .pan {
  padding-left: 0; }

.plx, .phx, .pax {
  padding-left: 3px; }

.pls, .phs, .pas {
  padding-left: 5px; }

.plm, .phm, .pam {
  padding-left: 10px; }

.pll, .phl, .pal {
  padding-left: 20px; }

.mtn, .mvn, .man {
  margin-top: 0px; }

.mtx, .mvx, .max {
  margin-top: 3px; }

.mts, .mvs, .mas {
  margin-top: 5px; }

.mtm, .mvm, .mam {
  margin-top: 10px; }

.mtl, .mvl, .mal {
  margin-top: 20px; }

.mrn, .mhn, .man {
  margin-right: 0px; }

.mrx, .mhx, .max {
  margin-right: 3px; }

.mrs, .mhs, .mas {
  margin-right: 5px; }

.mrm, .mhm, .mam {
  margin-right: 10px; }

.mrl, .mhl, .mal {
  margin-right: 20px; }

.mbn, .mvn, .man {
  margin-bottom: 0px; }

.mbx, .mvx, .max {
  margin-bottom: 3px; }

.mbs, .mvs, .mas {
  margin-bottom: 5px; }

.mbm, .mvm, .mam {
  margin-bottom: 10px; }

.mbl, .mvl, .mal {
  margin-bottom: 20px; }

.mln, .mhn, .man {
  margin-left: 0px; }

.mlx, .mhx, .max {
  margin-left: 3px; }

.mls, .mhs, .mas {
  margin-left: 5px; }

.mlm, .mhm, .mam {
  margin-left: 10px; }

.mll, .mhl, .mal {
  margin-left: 20px; }

/* ***
 * shared styles between all sites (MA/BP/PM/AM/PS)
 * 
 * created: 2014/01/15
 * *** */
/* we mainly use definition lists as form field and label containers */
dl,
form dl {
  clear: both; }
  dl dt a,
  dl dd a,
  form dl dt a,
  form dl dd a {
    float: none; }
  dl dt,
  form dl dt {
    clear: left;
    float: left;
    min-width: 10em; }

a:focus img,
.siteLogo a:focus img {
  outline: none; }

/* acronym and abbreviations should be used as help / explanation elements */
acronym,
abbr {
  border-bottom: 1px dashed #cccccc;
  cursor: help; }

/* similar to input[disabled] (in bootstrap), labels with 'disabled' class should have not-allowed icon */
label.disabled {
  cursor: not-allowed; }

/* bootstrap - overrides and custom config */
label,
.btn {
  font-size: inherit; }

input.placeholder,
textarea.placeholder {
  color: #aaaaaa; }

.modal .modal-header h2 {
  border: none;
  margin: 0;
  line-height: normal;
  width: 90%; }
.modal form {
  margin-bottom: 0; }
.modal .modal-body > *:last-child {
  margin-bottom: 0; }

.nav a:focus,
.nav-tabs a:focus {
  outline: none; }

.nav-tabs .active {
  font-weight: bold; }

.carousel:hover .carousel-control {
  opacity: 0.5; }
.carousel .carousel-control {
  opacity: 0.2; }
  .carousel .carousel-control:hover, .carousel .carousel-control:focus {
    opacity: 0.9; }

form[name="accessiblityForm"] {
  margin: 0; }

.cart_popup .title a.close {
  filter: none; }

/* END bootstrap overrides */
/* changes.css - hybris yaccelerator template overrides */
.tooltip {
  background: transparent;
  border: 0; }

.cart_popup .cart_modal_popup .prod_image {
  padding: 2px;
  height: 40px;
  width: 40px; }

/* the following rule to override common.css:1807 */
.cart_popup_error_msg {
  font-size: 1.1em;
  background-color: #d9262a;
  color: white;
  margin: 0 0 1em 0;
  padding: 0.2em 0.4em;
  line-height: normal; }

/* the following rule to override changes.css:2693 */
dl.order_totals dt.total,
dl.order_totals dd.total {
  font-size: inherit; }

.cart_total {
  font-size: inherit; }

#your_cart .total,
#your_cart thead th,
#your_order .total,
#your_order thead th {
  font-size: inherit; }
#your_cart a,
#your_order a {
  text-decoration: inherit;
  padding: 0;
  float: none; }
  #your_cart a.btn,
  #your_order a.btn {
    padding: 2px 6px; }
  #your_cart a img,
  #your_order a img {
    float: none; }

.cart-promotions .cart-promotions-potential {
  background: none;
  border: 0;
  list-style: disc outside none !important;
  padding: 0 0 0.3em 1em; }

.right-column .cms_banner_slot .banner {
  border: 0; }

/* END of changes.css overrides */
/* ajax loading icon */
#AjaxLoader {
  display: none;
  background: url(/_ui/desktop/common/images/loading.gif) no-repeat center center black;
  position: fixed;
  z-index: 2000;
  top: 25%;
  left: 50%;
  height: 45px;
  width: 45px;
  border-radius: 5px; }

.AjaxLoaderSmall {
  display: none;
  background: url(/_ui/desktop/common/images/loading-small.gif) no-repeat 0 0 transparent;
  z-index: 2000;
  height: 16px;
  width: 16px; }

/* end ajax loading icon */
/* field help/info text, which is indicated by "(?)" */
form dl dt .helpText {
  margin-left: 0.4em; }
  form dl dt .helpText a {
    outline: none; }
form dl dd p.helpText {
  clear: both;
  display: block;
  width: 234px;
  padding: 0 4px;
  font-size: 10.5px; }

/* END field help/info text */
/* voucher entry field */
.checkout .voucher-application {
  clear: left;
  float: left;
  max-width: 45%; }

.voucher-application {
  padding: 15px 20px; }
  .voucher-application input[type="text"] {
    padding: 4px 6px;
    margin: 0;
    width: 15em;
    max-width: 70%; }
  .voucher-application button {
    margin-left: 0.5em; }
  .voucher-application p {
    margin: 0;
    clear: both; }
    .voucher-application p.voucher-applied {
      margin: 0 0 0.5em 0; }
      .voucher-application p.voucher-applied .voucher-desc {
        margin-left: 0.5em; }
    .voucher-application p.voucher-error {
      margin: 0.5em 0 0 0;
      color: #b94a48; }

/* END voucher entry field */
/* rounded box with drop-shadow */
.box_, .style-box-shadow_ {
  background: white;
  padding: 8px 16px;
  margin: 12px 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden; }

/* information message - fix error/success message (usually) displayed at the top of page */
.information_message {
  border-radius: 3px; }
  .information_message.positive {
    background-color: #70c30d; }
  .information_message.negative {
    background-color: #d9262a; }
  .information_message p {
    padding: 6px 1em;
    margin-left: 55px;
    line-height: normal; }

/* promo banner (from cms) across all sites, usually below #globalMessages */
.content .promo-banner {
  text-align: center;
  margin: 0 0 1em 0; }

/* cart page */
#CartPage #RecurringOrder h2,
#CartPage #RecurringOrderDetailsModal h2 {
  line-height: normal; }
#CartPage #RecurringOrder ul,
#CartPage #RecurringOrderDetailsModal ul {
  clear: both;
  min-height: 2em; }
  #CartPage #RecurringOrder ul li,
  #CartPage #RecurringOrderDetailsModal ul li {
    float: left;
    list-style-image: url("/_ui/desktop/common/images/tick.png");
    margin: 0 1em 1em 0;
    padding: 0 2em 0 0;
    width: 13em; }
    #CartPage #RecurringOrder ul li:last-child,
    #CartPage #RecurringOrderDetailsModal ul li:last-child {
      clear: right;
      margin-right: 0;
      padding-right: 0; }
#CartPage #RecurringOrder p,
#CartPage #RecurringOrderDetailsModal p {
  clear: both; }
  #CartPage #RecurringOrder p.note,
  #CartPage #RecurringOrderDetailsModal p.note {
    font-size: 0.9em;
    font-weight: bold;
    margin-top: 1em; }
#CartPage #RecurringOrder .field,
#CartPage #RecurringOrderDetailsModal .field {
  clear: both; }
  #CartPage #RecurringOrder .field input,
  #CartPage #RecurringOrderDetailsModal .field input {
    float: left;
    margin-right: 1em; }
#CartPage #ShoppingCart #your_cart .recurringParameters .confirmText {
  float: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: green; }
#CartPage #ShoppingCart .cart-promotions .promo.alert {
  color: inherit; }
#CartPage #ShoppingCart .cart-promotions h3 {
  font-size: 1.2em;
  line-height: normal;
  margin-top: 0; }

/* END cart page */
/* Forgotten Password: password update page */
#updatePwdForm dd {
  float: left;
  width: 22em;
  *float: none; }
  #updatePwdForm dd .customPasswordHint {
    *margin-top: 4px; }
#updatePwdForm dt {
  float: left;
  width: 10em; }
  #updatePwdForm dt label {
    padding-right: 0;
    line-height: 1.1; }

/* END forgot password page */
/* order confirmation page */
.orderConfirmation {
  margin-bottom: 1em; }
  .orderConfirmation #orderTotalItem {
    float: right;
    width: 48%; }
    .orderConfirmation #orderTotalItem .item_container_holder {
      margin: 0 10px;
      padding-top: 5px;
      border-top: 1px solid #dddddd; }
      .orderConfirmation #orderTotalItem .item_container_holder .item_container {
        margin-bottom: 0; }
      .orderConfirmation #orderTotalItem .item_container_holder h2 {
        display: none; }
  .orderConfirmation #SMSUpdates {
    background-color: #eeeeee;
    border-radius: 5px;
    margin-left: 10px;
    padding: 10px;
    width: 48%; }
    .orderConfirmation #SMSUpdates h4 {
      margin-top: 0; }
    .orderConfirmation #SMSUpdates p:last-child {
      margin-bottom: 0; }
    .orderConfirmation #SMSUpdates button {
      margin-left: 0.5em; }
    .orderConfirmation #SMSUpdates #smsFeedback {
      font-weight: bold; }

.item_container_holder {
  border: none;
  margin: 0 10px; }

.delivery_stages {
  margin: 5px; }
  .delivery_stages h2 {
    line-height: normal;
    font-size: 1.2em;
    margin-bottom: 5px;
    padding-bottom: 5px; }
  .delivery_stages .item_container_holder {
    background: none; }
    .delivery_stages .item_container_holder .item_container .left {
      float: none !important; }
      .delivery_stages .item_container_holder .item_container .left li {
        float: none !important; }
    .delivery_stages .item_container_holder .item_container .right {
      float: none !important; }
      .delivery_stages .item_container_holder .item_container .right li {
        float: none !important; }
  .delivery_stages .billing-address ul {
    margin: 0.5em 0 0 1em; }
    .delivery_stages .billing-address ul li:first-child {
      margin-left: -1em;
      font-weight: bold; }

#email-prescription-message p {
  padding-left: 20px; }

/* END order confirmation page */
/* animal details form */
#AnimalAddEditDialog form#animalData div.form-horizontal .control-group .control-label,
#editAnimals form#animalData div.form-horizontal .control-group .control-label {
  padding-right: 20px; }
#AnimalAddEditDialog form#animalData div.form-horizontal .field-radio label,
#editAnimals form#animalData div.form-horizontal .field-radio label {
  display: inline; }
#AnimalAddEditDialog form#animalData div.form-horizontal .field-radio input[type="radio"],
#editAnimals form#animalData div.form-horizontal .field-radio input[type="radio"] {
  margin-right: 0.5em; }
#AnimalAddEditDialog form#animalData dl dt,
#editAnimals form#animalData dl dt {
  width: 15em; }
  #AnimalAddEditDialog form#animalData dl dt label,
  #editAnimals form#animalData dl dt label {
    padding-left: 0;
    padding-right: 1em;
    margin-bottom: 1em; }
#AnimalAddEditDialog form#animalData dl dd,
#editAnimals form#animalData dl dd {
  float: left;
  *float: none;
  clear: right; }
  #AnimalAddEditDialog form#animalData dl dd input,
  #AnimalAddEditDialog form#animalData dl dd select,
  #AnimalAddEditDialog form#animalData dl dd textarea,
  #editAnimals form#animalData dl dd input,
  #editAnimals form#animalData dl dd select,
  #editAnimals form#animalData dl dd textarea {
    font-size: 12px;
    float: none; }
  #AnimalAddEditDialog form#animalData dl dd textarea,
  #editAnimals form#animalData dl dd textarea {
    min-height: 5em; }
  #AnimalAddEditDialog form#animalData dl dd.field-date input.datepicker,
  #editAnimals form#animalData dl dd.field-date input.datepicker {
    border-radius: 4px 0 0 4px;
    width: 205px;
    height: 22px;
    margin: 0; }
  #AnimalAddEditDialog form#animalData dl dd.field-date .add-on,
  #editAnimals form#animalData dl dd.field-date .add-on {
    cursor: pointer;
    border-radius: 0 4px 4px 0; }
    #AnimalAddEditDialog form#animalData dl dd.field-date .add-on + .mandatory,
    #editAnimals form#animalData dl dd.field-date .add-on + .mandatory {
      font-size: 12px;
      margin-left: 5px; }
  #AnimalAddEditDialog form#animalData dl dd .datepicker-dropdown,
  #editAnimals form#animalData dl dd .datepicker-dropdown {
    top: 24.5em !important;
    left: 37% !important; }

/* END animal details form */
/* checkout page */
#popup_checkout_animal {
  margin-left: 10px;
  margin-right: 42px; }
  #popup_checkout_animal h2 {
    font-size: 1.6em;
    border-bottom: 1px dotted #dddddd; }
  #popup_checkout_animal form dl dt {
    float: left; }

#delivery_modes_dl dt.left {
  padding-left: 16px;
  width: 90%; }
  #delivery_modes_dl dt.left label {
    line-height: 1.2em;
    float: left;
    width: 90%; }
  #delivery_modes_dl dt.left .deliveryTimeFrames {
    margin-bottom: 0; }
  #delivery_modes_dl dt.left div.checkout-delivery-mode-desc {
    display: inline-block; }
    #delivery_modes_dl dt.left div.checkout-delivery-mode-desc:empty {
      display: none; }

#delivery_modes_dl dt.specialDeliveryMode {
  background: #f6e6b4;
  background: #f6e6b4 0%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6e6b4 0%), color-stop(100%, #ed9017 100%));
  background: -webkit-linear-gradient(top, #f6e6b4 0%, #ed9017 100%);
  background: -moz-linear-gradient(top, #f6e6b4 0%, #ed9017 100%);
  background: -ms-linear-gradient(top, #f6e6b4 0%, #ed9017 100%);
  background: -o-linear-gradient(top, #f6e6b4 0%, #ed9017 100%);
  background: linear-gradient(to bottom, #f6e6b4 0%, #ed9017 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6e6b4', endColorstr='#ed9017',GradientType=0 );
  color: black;
  font-weight: bold;
  margin-bottom: 15px; }

dl.order_totals dd {
  float: none;
  text-align: right; }
dl.order_totals dt.savings,
dl.order_totals dd.savings {
  color: darkgreen; }
dl.order_totals .total {
  border-top: 1px solid #dddddd;
  padding-top: 5px;
  margin-top: 5px; }

#totalValueDiv p,
#orderTotalItem p {
  text-align: right; }

#checkout-content {
  /* checkout - payment details section */
  /* checkout - shopping cart */
  /* checkout - shopping cart section - list of items in cart */
  /* checkout - address book section */
  /* checkout - shipping section */ }
  #checkout-content .account-login > div,
  #checkout-content .account-forgot-password > div {
    padding: 0 1em 1em 1em; }
  #checkout-content .modal .modal-header h2 {
    border: none;
    margin: 0; }
  #checkout-content form dl dd input[type=text],
  #checkout-content form dl dd input[type=password] {
    width: 17em; }
  #checkout-content form dl dd select {
    width: 17.5em; }
  #checkout-content .checkout-payment #StoreCreditSection {
    border: 1px dashed #dddddd;
    margin: 1em calc(4px + 1em + 4px);
    padding: 1em 3em;
    display: inline-block;
    min-width: 25em; }
    #checkout-content .checkout-payment #StoreCreditSection form {
      margin-bottom: 0; }
      #checkout-content .checkout-payment #StoreCreditSection form dt {
        float: left; }
      #checkout-content .checkout-payment #StoreCreditSection form label,
      #checkout-content .checkout-payment #StoreCreditSection form input {
        padding: 4px 6px; }
      #checkout-content .checkout-payment #StoreCreditSection form label {
        padding-left: 0;
        padding-right: 1em;
        margin: 0; }
      #checkout-content .checkout-payment #StoreCreditSection form input {
        margin-bottom: 0;
        padding-right: 6px;
        width: 5em; }
      #checkout-content .checkout-payment #StoreCreditSection form button {
        margin-left: 0.5em; }
  #checkout-content .checkout-payment #PaymentMethodsContainer .payment_details_right_col {
    display: none; }
  #checkout-content .checkout-payment #PaymentMethodsContainer .save_payment_details {
    display: none; }
  #checkout-content .checkout-payment #PaymentMethodsContainer .payment_details_left_col {
    width: auto;
    float: none;
    border: none;
    padding: 0; }
  #checkout-content .checkout-payment #PaymentMethodsContainer #SavedCardsContainer {
    border: 4px solid #e4ebf0;
    padding: 0.5em 1em;
    margin-bottom: 2em; }
  #checkout-content .checkout-payment #PaymentMethodsContainer #paymentDetailsForm {
    padding-left: calc(4px + 1em + 4px); }
    #checkout-content .checkout-payment #PaymentMethodsContainer #paymentDetailsForm .field {
      float: left;
      min-width: 3em; }
    #checkout-content .checkout-payment #PaymentMethodsContainer #paymentDetailsForm .field-data {
      margin: 0 0 1em 3em; }
    #checkout-content .checkout-payment #PaymentMethodsContainer #paymentDetailsForm #bankDataLayer {
      display: none; }
      #checkout-content .checkout-payment #PaymentMethodsContainer #paymentDetailsForm #bankDataLayer dt {
        min-width: 17.5em; }
    #checkout-content .checkout-payment #PaymentMethodsContainer #paymentDetailsForm .save-bank-details-container {
      background-color: #f5f5f5;
      border-top: 1px solid #dddddd;
      padding: 14px 15px 15px;
      text-align: right;
      width: 40em; }
      #checkout-content .checkout-payment #PaymentMethodsContainer #paymentDetailsForm .save-bank-details-container .text-success {
        padding: 0 2em 0 0; }
    #checkout-content .checkout-payment #PaymentMethodsContainer #paymentDetailsForm .payment-description {
      margin: 0.5em 0 1em 0;
      clear: both;
      display: none; }
      #checkout-content .checkout-payment #PaymentMethodsContainer #paymentDetailsForm .payment-description p {
        margin: 0; }
    #checkout-content .checkout-payment #PaymentMethodsContainer #paymentDetailsForm .checkout_cardLogos {
      height: 30px; }
    #checkout-content .checkout-payment #PaymentMethodsContainer #paymentDetailsForm #PaymentIdealBankSelection {
      display: none; }
  #checkout-content .cart table thead {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5; }
  #checkout-content .cart table tr td {
    border: none; }
  #checkout-content .cart .cart-items .item_container {
    overflow: visible; }
  #checkout-content .cart .cart-totals {
    border-top: 1px solid #f5f5f5;
    width: 45%;
    float: right; }
    #checkout-content .cart .cart-totals .item_container_holder {
      border: none; }
      #checkout-content .cart .cart-totals .item_container_holder p {
        margin: 0; }
  #checkout-content #your_cart .product_details .animal-details-required {
    clear: both; }
    #checkout-content #your_cart .product_details .animal-details-required p {
      float: none;
      margin-bottom: 0;
      padding-left: 0; }
      #checkout-content #your_cart .product_details .animal-details-required p.msgThankYou {
        font-weight: bold;
        background: url("/_ui/desktop/common/images/tick.png") no-repeat left top transparent;
        padding-left: 20px; }
    #checkout-content #your_cart .product_details .animal-details-required .btn-group {
      clear: both;
      margin-top: 7px; }
      #checkout-content #your_cart .product_details .animal-details-required .btn-group > .btn {
        font-size: 12px; }
        #checkout-content #your_cart .product_details .animal-details-required .btn-group > .btn span.caret {
          margin-left: 0.5em; }
    #checkout-content #your_cart .product_details .animal-details-required button.add_animal_button {
      margin-top: 7px; }
      #checkout-content #your_cart .product_details .animal-details-required button.add_animal_button [class^="icon-"] {
        margin: 0; }
    #checkout-content #your_cart .product_details .animal-details-required ul.dropdown-menu {
      font-size: 12px; }
      #checkout-content #your_cart .product_details .animal-details-required ul.dropdown-menu input,
      #checkout-content #your_cart .product_details .animal-details-required ul.dropdown-menu label,
      #checkout-content #your_cart .product_details .animal-details-required ul.dropdown-menu a {
        display: inline; }
      #checkout-content #your_cart .product_details .animal-details-required ul.dropdown-menu label {
        padding: 0 0.5em;
        color: #333333; }
      #checkout-content #your_cart .product_details .animal-details-required ul.dropdown-menu input[type='checkbox'] {
        margin-top: 0; }
      #checkout-content #your_cart .product_details .animal-details-required ul.dropdown-menu button {
        font-size: 10.5px; }
      #checkout-content #your_cart .product_details .animal-details-required ul.dropdown-menu li *:first-child {
        margin-left: 20px; }
      #checkout-content #your_cart .product_details .animal-details-required ul.dropdown-menu li *:last-child {
        margin-right: 20px; }
      #checkout-content #your_cart .product_details .animal-details-required ul.dropdown-menu a {
        vertical-align: middle;
        padding: 4px 8px;
        cursor: pointer;
        color: #0088cc;
        border-radius: 5px; }
        #checkout-content #your_cart .product_details .animal-details-required ul.dropdown-menu a:hover, #checkout-content #your_cart .product_details .animal-details-required ul.dropdown-menu a:focus {
          color: white;
          text-shadow: none; }
      #checkout-content #your_cart .product_details .animal-details-required ul.dropdown-menu a.add-animal [class^="icon-"],
      #checkout-content #your_cart .product_details .animal-details-required ul.dropdown-menu a.close-animal-dropdown [class^="icon-"] {
        margin: 0; }
      #checkout-content #your_cart .product_details .animal-details-required ul.dropdown-menu a.close-animal-dropdown {
        margin: 0 0 0 20px; }
        #checkout-content #your_cart .product_details .animal-details-required ul.dropdown-menu a.close-animal-dropdown:hover {
          color: #333333;
          background: #dddddd;
          background: #e6e6e6 0%;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6 0%), color-stop(100%, #dddddd 100%));
          background: -webkit-linear-gradient(top, #e6e6e6 0%, #dddddd 100%);
          background: -moz-linear-gradient(top, #e6e6e6 0%, #dddddd 100%);
          background: -ms-linear-gradient(top, #e6e6e6 0%, #dddddd 100%);
          background: -o-linear-gradient(top, #e6e6e6 0%, #dddddd 100%);
          background: linear-gradient(to bottom, #e6e6e6 0%, #dddddd 100%); }
          #checkout-content #your_cart .product_details .animal-details-required ul.dropdown-menu a.close-animal-dropdown:hover span {
            background-image: url("../../common/bootstrap/img/glyphicons-halflings.png"); }
      #checkout-content #your_cart .product_details .animal-details-required ul.dropdown-menu a.edit-animal {
        margin-left: 1em;
        text-transform: lowercase; }
      #checkout-content #your_cart .product_details .animal-details-required ul.dropdown-menu .save-options {
        display: none; }
  #checkout-content .checkout-delivery-address ul.address-list {
    margin: 0 1em 2em 1em; }
    #checkout-content .checkout-delivery-address ul.address-list ul.header {
      font-weight: bold;
      padding: 0.5em 0;
      border-bottom: 1px solid #dddddd; }
    #checkout-content .checkout-delivery-address ul.address-list ul.cust-address-list {
      padding: 0.5em 0;
      border-bottom: 1px dashed #dddddd; }
    #checkout-content .checkout-delivery-address ul.address-list ul.header,
    #checkout-content .checkout-delivery-address ul.address-list ul.cust-address-list {
      margin-left: 0; }
      #checkout-content .checkout-delivery-address ul.address-list ul.header li,
      #checkout-content .checkout-delivery-address ul.address-list ul.cust-address-list li {
        text-align: center; }
        #checkout-content .checkout-delivery-address ul.address-list ul.header li:first-child,
        #checkout-content .checkout-delivery-address ul.address-list ul.cust-address-list li:first-child {
          text-align: left; }
  #checkout-content .checkout-shipping #checkout_summary_deliverymode_div ul {
    margin-left: 0;
    width: 450px; }
  #checkout-content .checkout-shipping #checkout_summary_deliverymode_div ul.specialDeliveryMode {
    background: #f6e6b4;
    background: #f6e6b4 0%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6e6b4 0%), color-stop(100%, #ed9017 100%));
    background: -webkit-linear-gradient(top, #f6e6b4 0%, #ed9017 100%);
    background: -moz-linear-gradient(top, #f6e6b4 0%, #ed9017 100%);
    background: -ms-linear-gradient(top, #f6e6b4 0%, #ed9017 100%);
    background: -o-linear-gradient(top, #f6e6b4 0%, #ed9017 100%);
    background: linear-gradient(to bottom, #f6e6b4 0%, #ed9017 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6e6b4', endColorstr='#ed9017',GradientType=0 );
    color: black;
    font-weight: bold;
    margin-bottom: 10px; }
  #checkout-content .checkout-shipping #deliveryInstructions {
    margin: 0; }
    #checkout-content .checkout-shipping #deliveryInstructions label {
      padding: 0; }
    #checkout-content .checkout-shipping #deliveryInstructions textarea {
      font-size: 1em;
      width: 20em;
      height: 3.5em;
      display: block;
      margin-bottom: 0.5em; }
    #checkout-content .checkout-shipping #deliveryInstructions .confirm_button {
      position: relative;
      z-index: 1; }
    #checkout-content .checkout-shipping #deliveryInstructions .jqEasyCounterMsg {
      position: absolute;
      z-index: 0;
      margin-left: 1em; }
    #checkout-content .checkout-shipping #deliveryInstructions .confirmTextContainer {
      margin: 0.5em 0;
      clear: both; }
      #checkout-content .checkout-shipping #deliveryInstructions .confirmTextContainer .confirmText {
        margin: 0; }
  #checkout-content .checkout-delivery-mode-desc {
    font-weight: normal;
    margin-left: 22px; }
    #checkout-content .checkout-delivery-mode-desc li {
      float: none !important;
      list-style-type: disc !important; }
  #checkout-content #addressForm.create_update_address_form {
    margin-bottom: 0; }
    #checkout-content #addressForm.create_update_address_form .field-country,
    #checkout-content #addressForm.create_update_address_form .field-address-line1 {
      margin-top: 1em; }
    #checkout-content #addressForm.create_update_address_form .field-select-address {
      display: none; }
    #checkout-content #addressForm.create_update_address_form #address-selector-title {
      padding-right: 0; }
    #checkout-content #addressForm.create_update_address_form dd {
      float: left; }
    #checkout-content #addressForm.create_update_address_form .postCodeLookup {
      margin-left: 1em;
      display: inline-block; }
  #checkout-content .checkout-placeorder,
  #checkout-content .orderConfirmation-placeorder {
    text-align: center;
    margin: 1em 0; }
  #checkout-content .orderConfirmation-placeorder a.change-details {
    float: left; }
    #checkout-content .orderConfirmation-placeorder a.change-details + button.place-order {
      margin-left: -8em; }

/* END checkout page */
/* product description page */
#product-details #tab-desc ul li,
.product-details #tab-desc ul li {
  list-style: disc outside none; }
#product-details #tab-desc .product-vmd-info,
.product-details #tab-desc .product-vmd-info {
  margin: 1.5em 0;
  font-size: 11px;
  border-top: 1px dashed #e5e5e5; }

/* END product description page */
/* my account */
.myaccount-details #address_book ul.updates {
  min-width: 21.5em;
  margin-left: 0; }

/* END my account */
/* Hide Nextopia Autocomplete Logo */
.nxt-ac-main > div:last-of-type {
  display: none; }

#navigation-wrapper .navbar-inner {
  background: #ee8a8a;
  background: -moz-linear-gradient(top, #ee8a8a 0%, #ea6969 53%, #e33d3d 60%, #ea6c6c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee8a8a), color-stop(53%, #ea6969), color-stop(60%, #e33d3d), color-stop(100%, #ea6c6c));
  background: -webkit-linear-gradient(top, #ee8a8a 0%, #ea6969 53%, #e33d3d 60%, #ea6c6c 100%);
  background: -o-linear-gradient(top, #ee8a8a 0%, #ea6969 53%, #e33d3d 60%, #ea6c6c 100%);
  background: -ms-linear-gradient(top, #ee8a8a 0%, #ea6969 53%, #e33d3d 60%, #ea6c6c 100%);
  background: linear-gradient(to bottom, #ee8a8a 0%, #ea6969 53%, #e33d3d 60%, #ea6c6c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EE8A8A', endColorstr='#EA6C6C',GradientType=0 );
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
  min-height: 34px; }
#navigation-wrapper ul.nav {
  width: 100%;
  margin: 0; }
  #navigation-wrapper ul.nav li {
    min-width: 50px; }
    #navigation-wrapper ul.nav li:first-child a {
      border-left: none; }
    #navigation-wrapper ul.nav li a {
      color: white;
      text-decoration: none;
      line-height: 1.2em;
      font-weight: bold;
      font-size: 14px;
      text-align: center;
      padding-bottom: 10px;
      text-shadow: none;
      border-left: 1px solid #ff5a00; }
  #navigation-wrapper ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block; }
  #navigation-wrapper ul.nav li.dropdown .dropdown-toggle .caret {
    display: none; }
  #navigation-wrapper ul.nav li.dropdown .dropdown-menu {
    top: 90%;
    border-radius: 0;
    border: 2px solid #ff7c00;
    padding: 0;
    background: #e2e2e2;
    background: -moz-linear-gradient(top, #e2e2e2 0%, #d1d1d1 0%, #dbdbdb 30%, #fefefe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(0%, #d1d1d1), color-stop(30%, #dbdbdb), color-stop(100%, #fefefe));
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #d1d1d1 0%, #dbdbdb 30%, #fefefe 100%);
    background: -o-linear-gradient(top, #e2e2e2 0%, #d1d1d1 0%, #dbdbdb 30%, #fefefe 100%);
    background: -ms-linear-gradient(top, #e2e2e2 0%, #d1d1d1 0%, #dbdbdb 30%, #fefefe 100%);
    background: linear-gradient(to bottom, #e2e2e2 0%, #d1d1d1 0%, #dbdbdb 30%, #fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); }
  #navigation-wrapper ul.nav li.dropdown.open > .dropdown-toggle,
  #navigation-wrapper ul.nav li.dropdown.active > .dropdown-toggle,
  #navigation-wrapper ul.nav li.dropdown.open.active > .dropdown-toggle {
    background: none; }
  #navigation-wrapper ul.nav li .dropdown-menu:after {
    display: none; }
  #navigation-wrapper ul.nav li .dropdown-menu:before {
    display: none; }
  #navigation-wrapper ul.nav li[class*="item"] {
    border-bottom: 1px solid white; }
    #navigation-wrapper ul.nav li[class*="item"]:last-child {
      border-bottom: none; }
    #navigation-wrapper ul.nav li[class*="item"] a {
      color: black;
      font-size: 12px;
      font-weight: bold;
      text-align: left;
      text-transform: none;
      border-left: none;
      margin: 0;
      padding: 5px 20px; }
      #navigation-wrapper ul.nav li[class*="item"] a:hover {
        color: #f5f5f5;
        background: #e88855; }
  #navigation-wrapper ul.nav li.red {
    background: #ee8a8a;
    background: -moz-linear-gradient(top, #ee8a8a 0%, #ea6969 53%, #e33d3d 60%, #ea6c6c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee8a8a), color-stop(53%, #ea6969), color-stop(60%, #e33d3d), color-stop(100%, #ea6c6c));
    background: -webkit-linear-gradient(top, #ee8a8a 0%, #ea6969 53%, #e33d3d 60%, #ea6c6c 100%);
    background: -o-linear-gradient(top, #ee8a8a 0%, #ea6969 53%, #e33d3d 60%, #ea6c6c 100%);
    background: -ms-linear-gradient(top, #ee8a8a 0%, #ea6969 53%, #e33d3d 60%, #ea6c6c 100%);
    background: linear-gradient(to bottom, #ee8a8a 0%, #ea6969 53%, #e33d3d 60%, #ea6c6c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EE8A8A', endColorstr='#EA6C6C',GradientType=0 ); }
  #navigation-wrapper ul.nav li.orange {
    background: #feccb1;
    background: -moz-linear-gradient(top, #feccb1 0%, #f17432 53%, #ea5507 60%, #fb955e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feccb1), color-stop(53%, #f17432), color-stop(60%, #ea5507), color-stop(100%, #fb955e));
    background: -webkit-linear-gradient(top, #feccb1 0%, #f17432 53%, #ea5507 60%, #fb955e 100%);
    background: -o-linear-gradient(top, #feccb1 0%, #f17432 53%, #ea5507 60%, #fb955e 100%);
    background: -ms-linear-gradient(top, #feccb1 0%, #f17432 53%, #ea5507 60%, #fb955e 100%);
    background: linear-gradient(to bottom, #feccb1 0%, #f17432 53%, #ea5507 60%, #fb955e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); }

.flag-menu {
  display: block;
  height: auto;
  list-style: inside none;
  padding: 0;
  margin: 0; }
  .flag-menu li img {
    vertical-align: baseline;
    max-width: none; }
  .flag-menu li a {
    outline: none;
    display: block;
    margin: 0 0 0 10px;
    padding: 9px 15px;
    font: bold 11px Tahoma, sans-serif;
    text-decoration: none;
    text-align: left;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent; }
  .flag-menu li:hover {
    color: #cccccc; }

.drop {
  position: relative;
  z-index: 2; }

.flag {
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 12px;
  float: right;
  margin-top: 25px; }

.flag-menu li:hover a.drop {
  color: black;
  background: white;
  border-bottom: 0 none;
  margin-top: -1px;
  padding-bottom: 10px; }
.flag-menu ul {
  display: none;
  position: absolute;
  min-width: 150px;
  list-style: inside none;
  margin: 0;
  margin-top: 31px;
  padding: 10px 0;
  background: white;
  z-index: 1; }
  .flag-menu ul li {
    margin: 0;
    padding: 0;
    list-style: inside none;
    border: 0 none;
    float: none; }
    .flag-menu ul li img {
      vertical-align: baseline; }
    .flag-menu ul li a {
      float: none;
      padding: 6px;
      font-weight: normal;
      color: #777777;
      border: 0 none;
      border-bottom: 1px solid #eeeeee;
      border-top: 1px solid transparent; }
    .flag-menu ul li:last-child a {
      border-bottom: 1px solid transparent; }
    .flag-menu ul li a:hover {
      border: 0 none;
      border-top: 1px solid;
      border-bottom: 1px solid; }
  .flag-menu ul a {
    white-space: nowrap; }
.flag-menu li ul {
  display: none; }
.flag-menu li:hover > ul {
  display: block;
  margin: 0 15px 0 0;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000; }
.flag-menu li:hover > .dropdown-box {
  display: block; }

.left li {
  float: left; }
  .left li a {
    float: left; }
  .left li:hover a.drop {
    margin-left: -1px;
    padding-left: 16px; }
.left ul, .left .dropdown-box {
  left: -1px; }

.right li {
  float: right; }
  .right li a {
    float: right; }
  .right li:hover a.drop {
    margin-right: -1px;
    padding-right: 16px; }
.right ul, .right .dropdown-box {
  right: -1px; }

.language {
  border-color: white; }
  .language li a {
    color: #555555;
    font: bold 11px/20px Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none; }
    .language li a:hover {
      background-color: #eeeeee;
      color: #555555; }
    .language li a img {
      padding-right: 6px; }
  .language ul li a:hover {
    background-color: #e5e5e5;
    border-top-color: #cccccc;
    border-bottom-color: #cccccc; }

.caret {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid black;
  content: "";
  display: inline-block;
  height: 0;
  vertical-align: top;
  width: 0;
  margin-top: 8px; }

#cart_header {
  width: 190px;
  height: 25px;
  background: url(../images/button/shopping-174x25.jpg) no-repeat 0 0; }
  #cart_header:hover {
    color: #003399 !important; }
    #cart_header:hover ul li p a {
      color: #003399;
      background: none; }
  #cart_header dl,
  #cart_header li p a {
    font-size: 12.5px; }
  #cart_header dl {
    padding: 2px 0 0 0;
    min-height: 0; }
  #cart_header ul {
    background: none;
    margin: 0;
    padding: 4px 0 0 40px; }
    #cart_header ul li {
      background: none;
      line-height: normal;
      float: none; }
      #cart_header ul li a {
        padding: 0 0.5em 0 0;
        font-size: 1.2em; }
        #cart_header ul li a:focus {
          background: none; }
      #cart_header ul li p {
        text-transform: none;
        text-shadow: none;
        text-align: left; }
  #cart_header #cart_content {
    float: right;
    background: none;
    padding: 0;
    margin-right: 5px;
    min-height: 0;
    text-shadow: none; }

#rollover_cart_popup {
  left: 59%;
  top: 95px; }
  #rollover_cart_popup .empty-popup-cart,
  #rollover_cart_popup .prod_cart-total,
  #rollover_cart_popup p.legend,
  #rollover_cart_popup .prod_info p {
    color: #333333 !important; }
  #rollover_cart_popup .content_slot {
    height: auto; }
  #rollover_cart_popup .empty-popup-cart {
    text-align: left; }

#cart_popup .prod_info p {
  color: #333333 !important; }

#rollover_cart_popup,
#cart_popup {
  font-size: 0.8em;
  background: #f4f9fc;
  test-align: left; }
  #rollover_cart_popup .title,
  #cart_popup .title {
    background-color: #2d95c8;
    background-image: none; }
    #rollover_cart_popup .title h3,
    #cart_popup .title h3 {
      line-height: normal; }
  #rollover_cart_popup .links,
  #cart_popup .links {
    min-height: 2.5em; }
    #rollover_cart_popup .links .positive,
    #rollover_cart_popup .links .neutral,
    #cart_popup .links .positive,
    #cart_popup .links .neutral {
      text-shadow: none; }
    #rollover_cart_popup .links a.positive,
    #cart_popup .links a.positive {
      background: #ff5a00;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5a00), color-stop(100%, #ffae00));
      background: -webkit-linear-gradient(top, #ff5a00, #ffae00);
      background: -moz-linear-gradient(top, #ff5a00, #ffae00);
      background: -ms-linear-gradient(top, #ff5a00, #ffae00);
      background: -o-linear-gradient(top, #ff5a00, #ffae00);
      background: linear-gradient(to bottom, #ff5a00, #ffae00);
      color: white; }
      #rollover_cart_popup .links a.positive:hover,
      #cart_popup .links a.positive:hover {
        background-image: none;
        background-color: #ff5a00; }

.resspan-20 .prod_refine .pager_wrapper {
  background: white;
  display: inline-table;
  width: 100%;
  height: 3em;
  margin-top: 10px; }

.resspan-20 .prod_refine .pager {
  background: white;
  float: right;
  margin-top: 10px; }

.resspan-20 .prod_refine .pager li > a {
  border: none;
  padding: 0px 10px;
  color: #707070;
  text-decoration: none; }

.resspan-20 .prod_refine .pager li > a:hover {
  color: #333333;
  text-decoration: underline; }

.resspan-20 .prod_refine .pager li > a.hidden {
  color: #dbdbdb;
  text-decoration: none;
  pointer-events: none;
  cursor: default; }

.resspan-20 .prod_refine .pager li > a.currentPageOn {
  font-weight: bold; }

.resspan-20 .prod_refine {
  margin: 0;
  border: none;
  padding: 0;
  background: none repeat scroll 0 0 #e6e6e6;
  float: left;
  width: 753px; }

.resspan-20 .prod_refine .strong {
  width: 145px;
  text-align: left;
  color: #666666;
  float: left;
  font: 14px arial, sans-serif;
  font-weight: 700;
  margin-left: 10px;
  margin-right: 2px;
  margin-top: 15px;
  text-decoration: none; }

.resspan-20 .prod_refine form {
  color: #666666;
  float: right;
  font: 14px arial, sans-serif;
  font-weight: 700;
  list-style: none;
  margin: 10px 2px 10px 10px;
  text-align: right;
  text-decoration: none;
  width: 550px; }

.resspan-20 .prod_refine label {
  padding-top: 5px;
  float: left;
  color: #666666;
  font: 14px arial, sans-serif;
  font-weight: 700;
  text-decoration: none; }

.resspan-20 .prod_refine .show-all {
  display: none; }

.resspan-20 .last .prod_refine {
  background: inherit; }

.resspan-20 .last .prod_refine .strong {
  display: none; }

.resspan-20 .last .prod_refine form {
  display: none; }

.resspan-20 .results {
  padding: 0; }

.resspan-20 .results h1 {
  font-family: arial, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: normal; }

.applied-filters {
  background: none;
  margin-bottom: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .applied-filters .item h2 {
    font-size: 1.25em;
    background: none repeat scroll 0 0 #e6e6e6;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 5px;
    text-align: center;
    font-weight: inherit;
    height: 33px;
    padding: 0; }
  .applied-filters .item ul li {
    padding: 0 !important;
    clear: both; }
    .applied-filters .item ul li a {
      color: #1867ac;
      display: block;
      margin: 0;
      padding: 4px 2px;
      text-decoration: none; }
      .applied-filters .item ul li a span.icon-remove {
        border-radius: 10px;
        background-color: #dddddd;
        float: right; }
      .applied-filters .item ul li a:hover span.icon-remove {
        background-color: #ff6600; }

.refinements > h2 {
  font-size: 1.4em;
  color: #666666;
  font-weight: normal;
  line-height: normal; }
.refinements .title_holder h2 {
  color: #666666 !important;
  font: 18px arial, sans-serif !important; }
.refinements .item .category {
  background: none repeat scroll 0 0 #e6e6e6;
  height: 25px;
  padding: 0; }
  .refinements .item .category span.dropdown {
    display: none; }
  .refinements .item .category h4 {
    color: #666666;
    font-size: 14px;
    margin: 0;
    padding: 5px 0 0 0px;
    font-weight: normal;
    text-align: center;
    max-width: 100%;
    display: block; }
.refinements .item .facetValues form {
  margin: 0; }
.refinements .item .facetValues input[type="checkbox"] {
  margin: 0; }
.refinements .item .facetValues .more {
  text-align: center;
  border-top: 1px dashed #e6e6e6;
  margin: 0.5em 0 0 0; }
  .refinements .item .facetValues .more .icon-plus,
  .refinements .item .facetValues .more .icon-minus {
    margin: 0; }
  .refinements .item .facetValues .more a {
    color: #003399;
    text-decoration: none;
    display: block;
    outline: none; }
    .refinements .item .facetValues .more a:hover {
      color: #ff6600; }

.navspan-4 {
  margin: 0;
  width: 185px !important; }

.nav_column {
  border: none;
  margin-top: 0;
  width: auto; }
  .nav_column .item {
    background: inherit;
    padding: 0; }
    .nav_column .item ul {
      padding-left: 10px; }
      .nav_column .item ul li {
        padding: 4px 2px;
        font-size: inherit;
        font-family: inherit; }
        .nav_column .item ul li a {
          text-decoration: none; }
        .nav_column .item ul li a:hover {
          text-decoration: none;
          background: none;
          color: #ff6600; }
  .nav_column .title-top {
    background: inherit; }
    .nav_column .title-top span {
      background: inherit; }
  .nav_column .title_holder {
    background: inherit;
    height: 25px; }
    .nav_column .title_holder h2 {
      background: inherit;
      color: #666666;
      font-size: 14px;
      margin: 0;
      padding: 5px 0 0 10px;
      line-height: normal;
      font-weight: normal;
      text-align: center;
      text-shadow: none; }

.box_spacer {
  margin-top: 11px; }

.orange_box {
  margin-left: -20px; }
  .orange_box .orange_box_header {
    float: left;
    height: 27px;
    width: 175px; }
    .orange_box .orange_box_header .orange_box_header_left {
      background: url(/_ui/desktop/theme-petmeds/images/brands/orangeBox/Homepagev3complete-guidelines_29.jpg) top left no-repeat;
      float: left;
      height: 27px;
      width: 11px; }
    .orange_box .orange_box_header .orange_box_header_mid {
      background: url(/_ui/desktop/theme-petmeds/images/brands/orangeBox/Homepagev3complete-guidelines_31.jpg) top left repeat;
      float: left;
      height: 27px;
      width: 153px; }
      .orange_box .orange_box_header .orange_box_header_mid .whitetitle {
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 700;
        margin-top: 6px; }
    .orange_box .orange_box_header .orange_box_header_right {
      background: url(/_ui/desktop/theme-petmeds/images/brands/orangeBox/Homepagev3complete-guidelines_33.jpg) top left no-repeat;
      float: left;
      height: 27px;
      width: 11px; }
  .orange_box .orange_box_mid {
    background: url(/_ui/desktop/theme-petmeds/images/brands/orangeBox/Homepagev3complete-guidelines_36.jpg) top left;
    float: left;
    width: 175px; }
    .orange_box .orange_box_mid .bestbrand-links {
      color: #303030;
      font: 12px Verdana, Geneva, sans-serif;
      padding: 9px 9px 11px;
      text-decoration: none; }
      .orange_box .orange_box_mid .bestbrand-links ul {
        color: black;
        float: left;
        font: 11px Verdana, Geneva, sans-serif;
        list-style: none;
        min-height: 40px;
        text-align: left;
        width: 76px;
        margin-left: 0px; }
    .orange_box .orange_box_mid .shopbybrand-links {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 1.2em;
      padding-bottom: 20px;
      padding-left: 20px;
      padding-top: 20px; }
      .orange_box .orange_box_mid .shopbybrand-links ul {
        color: black;
        float: left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        list-style: none;
        min-height: 1.2em;
        text-align: left;
        width: 50px;
        margin-left: 0px; }

.orange_box_footer {
  float: left;
  margin-left: -20px;
  height: 11px;
  width: 175px; }
  .orange_box_footer .orange_box_footer_left {
    background: url(/_ui/desktop/theme-petmeds/images/brands/orangeBox/Homepagev3complete-guidelines_85.jpg) top left no-repeat;
    float: left;
    height: 11px;
    width: 11px; }
  .orange_box_footer .orange_box_footer_mid {
    background: url(/_ui/desktop/theme-petmeds/images/brands/orangeBox/Homepagev3complete-guidelines_87.jpg) top left;
    float: left;
    height: 11px;
    width: 153px; }
  .orange_box_footer .orange_box_footer_right {
    background: url(/_ui/desktop/theme-petmeds/images/brands/orangeBox/Homepagev3complete-guidelines_89.jpg) top left no-repeat;
    float: right;
    height: 11px;
    width: 11px; }

.content-layout-page .orange_box_footer {
  margin-left: 0px; }
.content-layout-page .orange_box {
  margin-left: 0px; }
.content-layout-page .category-sidebar {
  margin-left: 0px; }

.adaptedSpan .imageAdapter {
  margin-left: -20px;
  width: 175px; }

.category-sidebar {
  background: none repeat scroll 0 0 #f5f5f5;
  border: 1px solid #ea8b51;
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 15px;
  width: 175px;
  margin-left: -20px;
  float: left; }
  .category-sidebar ul .selected {
    background-color: yellow; }
  .category-sidebar ul li {
    margin-left: -25px; }
    .category-sidebar ul li h5 {
      color: #f57e20;
      font-size: 14px;
      padding: 0px 0 0px 8px;
      margin-bottom: 5px; }
    .category-sidebar ul li a {
      padding-left: 15px; }

.sizeAdapter {
  width: 185px !important; }

#delivery_modes_dl .lastChild {
  border-bottom: none !important; }

.collectionAlternative {
  color: #326f9b;
  font-size: 13px;
  font-weight: bold; }

#mondialRelayWidget {
  width: 940px;
  float: left;
  margin-top: -60px; }
  #mondialRelayWidget .MR-Widget {
    border: none !important;
    width: 100%;
    background-color: transparent; }
    #mondialRelayWidget .MR-Widget .PR-List-Item {
      border-left: none;
      border-top: 1px solid #dddddd;
      margin-bottom: 0px; }
      #mondialRelayWidget .MR-Widget .PR-List-Item .PR-Warning {
        color: #2484c6; }
  #mondialRelayWidget .PR-Name {
    color: #326f9b; }
  #mondialRelayWidget .MRW-RList .PR-hover, #mondialRelayWidget .MRW-RList .PR-Selected {
    border-left: none;
    border-top: solid 1px #dddddd;
    background: #d1e2f5; }
  #mondialRelayWidget .infoWindow {
    width: 220px !important; }
  #mondialRelayWidget .MRW-BtGeoGo {
    display: none; }
  #mondialRelayWidget .MRW-Title {
    display: none; }
  #mondialRelayWidget .MRW-Line {
    text-align: left; }
    #mondialRelayWidget .MRW-Line .widgetLabel {
      line-height: 14px;
      display: inline-block;
      font-size: 12px;
      font-family: arial, sans-serif;
      padding-left: 15px; }
  #mondialRelayWidget .MRW-Results #MRW-Map {
    width: 60% !important;
    height: 100% !important; }
  #mondialRelayWidget .MRW-Search {
    background: none; }
  #mondialRelayWidget .MRW-Errors {
    margin-top: 75px; }

body {
  background: url(../images/bg.gif) top repeat-x #d7e5f2;
  margin: 0;
  padding: 0;
  font-family: arial, sans-serif;
  font-size: 12px; }
  body.language-en > div.promo-skin {
    background: url(//www.staticmedia.net/images/website/PM/EN/bg-promo.jpg) no-repeat fixed center top transparent; }
  body.language-es > div.promo-skin {
    background: url(//www.staticmedia.net/images/website/PM/ES/bg-promo.jpg) no-repeat fixed center top transparent; }
  body.language-fr > div.promo-skin {
    background: url(//www.staticmedia.net/images/website/PM/FR/bg-promo.jpg) no-repeat fixed center top transparent; }
  body.language-de > div.promo-skin {
    background: url(//www.staticmedia.net/images/website/PM/DE/bg-promo.jpg) no-repeat fixed center top transparent; }
  body.language-nl > div.promo-skin {
    background: url(//www.staticmedia.net/images/website/PM/NL/bg-promo.jpg) no-repeat fixed center top transparent; }
  body.language-at > div.promo-skin {
    background: url(//www.staticmedia.net/images/website/PM/AT/bg-promo.jpg) no-repeat fixed center top transparent; }

.container {
  width: 100%; }

.webpage_layout {
  background-color: white;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  *position: static;
  width: 976px; }

.row {
  margin-left: -10px; }

#mainBody-wrapper_ {
  padding: 0px;
  margin-top: 20px; }

.resspan-20 {
  margin-left: 10px; }
  .resspan-20 .results h1 {
    text-align: left;
    margin-left: 20px; }
  .resspan-20 .prod_refine {
    margin-bottom: 10px; }
    .resspan-20 .prod_refine form {
      width: auto; }

table tr td {
  border-color: transparent; }

#ProductNeedConfirmation ul li {
  list-style-type: circle;
  margin-bottom: 0.2em; }

#PlaceOrderForm #ComputopPayment {
  margin: 0 0 10px 0; }
  #PlaceOrderForm #ComputopPayment .box_ {
    border-radius: 0 !important;
    box-shadow: none !important; }

.adaptedSpan {
  margin-left: 0px !important; }

/* ### Search Suggestion Popup ### */
.searchSuggestionImg {
  width: 40px;
  height: 40px; }

/* ## Strands Widget ## */
.SBSPROD-2Background {
  padding-left: 15px !important; }

.masthead {
  position: relative;
  height: 146px; }

.siteLogo {
  position: relative;
  z-index: 100;
  float: left;
  height: 116px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 4px; }
  .siteLogo a {
    height: 116px; }

.headerRightWrapper {
  float: left;
  position: relative;
  width: 630px;
  z-index: 90; }

.ban-top {
  position: relative;
  z-index: 90;
  margin-top: 5px;
  margin-bottom: 5px; }
  .ban-top .ban-tleft {
    background: url(../images/b2c/ban_tl.jpg) no-repeat 0 0;
    clear: right;
    float: left;
    height: 116px;
    width: 20px; }
  .ban-top .ban-tright {
    background: url(../images/b2c/ban_tr.jpg) no-repeat 0 0;
    clear: right;
    position: absolute;
    right: 0;
    top: 0;
    height: 116px;
    width: 20px; }
  .ban-top .ban-tcenter {
    background: url(../images/b2c/ban_tc.jpg) repeat-x 0 0;
    clear: right;
    overflow: hidden;
    height: 116px;
    padding-right: 20px; }
    .ban-top .ban-tcenter .row-fluid .span9 {
      width: 78.468%; }
    .ban-top .ban-tcenter #cart_header {
      margin-top: 15px; }

.ban-inp-left {
  color: white; }

.ban-inp-right {
  padding: 5px;
  margin-top: 10px;
  float: right;
  color: white;
  font-weight: bold; }
  .ban-inp-right .flag {
    margin-top: 4px; }

.div-left {
  float: left; }

.header_menu {
  float: left;
  margin-top: 25px; }
  .header_menu ul {
    margin-left: 0; }
  .header_menu li {
    float: left;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px black solid;
    line-height: 10px; }
    .header_menu li:last-child {
      border-right: none !important; }
  .header_menu a {
    color: white;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none; }
    .header_menu a:visited {
      color: white; }
    .header_menu a:hover {
      color: #415f8c; }

/*.header_menu_right
 *
 * margin-top: 25px
 *
 * .flag
 *
 * 	float: right
 *
 * .policy
 *
 * 	float: left
 *
 * 	font-weight: bolder
 *
 * 	font-size: $base-font-size
 *
 * 	li
 *
 * 		border-right: 0.1em white solid
 *
 * 		line-height: 12px
 *
 * 	a
 *
 * 		color: $yellow */
.search {
  margin-top: 8px; }
  .search .btn {
    color: white;
    background-color: #ffae00;
    background: #ff5a00 0%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5a00 0%), color-stop(100%, #ffae00 100%));
    background: -webkit-linear-gradient(top, #ff5a00 0%, #ffae00 100%);
    background: -moz-linear-gradient(top, #ff5a00 0%, #ffae00 100%);
    background: -ms-linear-gradient(top, #ff5a00 0%, #ffae00 100%);
    background: -o-linear-gradient(top, #ff5a00 0%, #ffae00 100%);
    background: linear-gradient(to bottom, #ff5a00 0%, #ffae00 100%);
    width: 85px;
    height: 30px;
    margin-top: 0.05em;
    font-size: 14px;
    border: none; }
    .search .btn:hover {
      box-shadow: none;
      background-color: #ffae00; }
    .search .btn:active {
      background-color: inherit; }

#search {
  height: 15px;
  width: 260px;
  float: left;
  border-radius: 0px;
  font-family: arial, sans-serif;
  font-size: 12px;
  margin-top: 0.045em; }

#pm_currentLocal {
  color: white; }

.flag-menu li .dropdown-toggle {
  padding: 0px; }

/* Z index to have Nextopia autocomplete displayed on top of our Divs */
#search {
  z-index: 100; }

#footer-wrapper_ {
  margin-top: 3em;
  clear: both; }

footer {
  background: #eeeeee; }

.copyright {
  color: #444444;
  display: inline;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin: 4px 0 0 28px;
  position: relative;
  max-width: 320px; }

.footer-links.showPlainFooter {
  display: none; }

.footer-links {
  padding-bottom: 10px; }
  .footer-links ul {
    color: black;
    float: left;
    font-size: 12px;
    list-style: none;
    min-height: 90px;
    text-align: left;
    width: 127px;
    margin: 10px 5px 10px 30px; }
    .footer-links ul.extend {
      width: 155px; }
    .footer-links ul li {
      font-weight: 400; }
      .footer-links ul li a {
        color: #707070;
        text-decoration: none;
        line-height: 1.6em; }
        .footer-links ul li a:hover {
          color: #333333;
          text-decoration: underline; }
  .footer-links:after {
    display: block;
    content: "";
    clear: both; }

.socialnetwork_container.showPlainFooter {
  border-top: none; }

.socialnetwork_container {
  border-top: #c2c2c2 1px solid;
  height: 22px;
  margin: 0;
  padding: 5px; }

.socialnetwork_text {
  color: #444444;
  display: inline;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin-top: 4px;
  position: relative;
  width: 463px; }

.socialnetwork {
  display: inline;
  float: right;
  position: relative;
  width: 200px; }

.payment_bar.showPlainFooter {
  border-top: none;
  border-bottom: none;
  float: right;
  width: 44%; }

.payment_bar {
  height: 43px;
  margin: 10px 0 10px 0;
  padding: 10px 0 5px 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2; }

p.footer {
  margin: 5px 10px; }

.plain-header #chat-eGain {
  float: right;
  margin-top: 10px; }

.headerChatImage {
  height: 96px;
  width: 200px; }

.orderConfirmation-wrapper {
  width: 95%;
  margin: 10px auto; }

.orderConfirmation {
  border: 1px solid #cccccc;
  border-radius: 1em;
  padding: 1em; }

.your_order h1 {
  margin: 0;
  background: #59a2d9;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xmlbase64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5YTJkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxODY3YWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: #59a2d9 0%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59a2d9 0%), color-stop(100%, #1867ac 100%));
  background: -webkit-linear-gradient(top, #59a2d9 0%, #1867ac 100%);
  background: -moz-linear-gradient(top, #59a2d9 0%, #1867ac 100%);
  background: -ms-linear-gradient(top, #59a2d9 0%, #1867ac 100%);
  background: -o-linear-gradient(top, #59a2d9 0%, #1867ac 100%);
  background: linear-gradient(to bottom, #59a2d9 0%, #1867ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59a2d9', endColorstr='#1867ac',GradientType=0 );
  text-align: center;
  color: white;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

#your_order .total {
  min-width: 60px; }

.item_container_holder .title_holder {
  width: 100%;
  background: white;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xmlbase64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: #f1f1f1 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1 50%), color-stop(100%, #f6f6f6 100%));
  background: -webkit-linear-gradient(top, #f1f1f1 50%, #f6f6f6 100%);
  background: -moz-linear-gradient(top, #f1f1f1 50%, #f6f6f6 100%);
  background: -ms-linear-gradient(top, #f1f1f1 50%, #f6f6f6 100%);
  background: -o-linear-gradient(top, #f1f1f1 50%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #f1f1f1 50%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); }
  .item_container_holder .title_holder h1 {
    background: none;
    color: black;
    text-shadow: none;
    padding: 0;
    line-height: 20px; }
  .item_container_holder .title_holder h2 {
    background: none;
    color: black;
    border: none;
    line-height: 10px; }
.item_container_holder .title {
  display: none; }

/*#orderTotalItem .item_container_holder .item_container #PrescriptionCheckoutWarning
 *
 * width: 50% */
#warning-message {
  margin: 10px 0; }

.goRight {
  float: right;
  margin-right: 1.5%;
  margin-top: -25px; }
  .goRight a {
    color: #0088cc;
    font-size: 14px; }
  .goRight a:hover {
    color: #005580;
    text-decoration: underline; }

#cboxContent {
  background-color: #f9f9f9; }
  #cboxContent #cboxContent {
    margin-right: 12px; }

#checkout-content .checkout-delivery-address,
#checkout-content .checkout-shipping,
#checkout-content .checkout-payment,
#checkout-content .cart {
  padding: 0 1em 1em 1em; }
  #checkout-content .checkout-delivery-address.row-fluid,
  #checkout-content .checkout-shipping.row-fluid,
  #checkout-content .checkout-payment.row-fluid,
  #checkout-content .cart.row-fluid {
    width: 97%; }
#checkout-content #your_cart .product_details .animal-details-required .btn.btn-primary {
  box-shadow: none;
  text-shadow: none;
  border-radius: 4px;
  margin-left: 0;
  background-color: #0796e4;
  background: #0796e4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0796e4), color-stop(100%, #0683c8));
  background: -webkit-linear-gradient(top, #0796e4, #0683c8);
  background: -moz-linear-gradient(top, #0796e4, #0683c8);
  background: -ms-linear-gradient(top, #0796e4, #0683c8);
  background: -o-linear-gradient(top, #0796e4, #0683c8);
  background: linear-gradient(to bottom, #0796e4, #0683c8);
  color: white; }
  #checkout-content #your_cart .product_details .animal-details-required .btn.btn-primary:hover {
    background: #0694e1; }
#checkout-content #your_cart .quantity, #checkout-content #your_cart .itemPrice {
  text-align: center; }
#checkout-content #your_cart .total {
  text-align: right;
  min-width: 60px; }
#checkout-content .checkout-delivery-address #AddressAddEditDialog .modal-body .btn-primary {
  margin-left: 0; }
#checkout-content .checkout-delivery-address .add-address-btn-container a {
  text-shadow: none; }
  #checkout-content .checkout-delivery-address .add-address-btn-container a.btn {
    background-color: #0796e4;
    background: #0796e4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0796e4), color-stop(100%, #0683c8));
    background: -webkit-linear-gradient(top, #0796e4, #0683c8);
    background: -moz-linear-gradient(top, #0796e4, #0683c8);
    background: -ms-linear-gradient(top, #0796e4, #0683c8);
    background: -o-linear-gradient(top, #0796e4, #0683c8);
    background: linear-gradient(to bottom, #0796e4, #0683c8);
    color: white; }
    #checkout-content .checkout-delivery-address .add-address-btn-container a.btn:hover {
      background: #0694e1; }
#checkout-content .checkout-placeorder .btn-primary {
  background: #cae285;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cae285), color-stop(100%, #9eca55 100%));
  background: -webkit-linear-gradient(top, #cae285, #9eca55 100%);
  background: -moz-linear-gradient(top, #cae285, #9eca55 100%);
  background: -ms-linear-gradient(top, #cae285, #9eca55 100%);
  background: -o-linear-gradient(top, #cae285, #9eca55 100%);
  background: linear-gradient(to bottom, #cae285, #9eca55 100%);
  border-radius: 18px; }
#checkout-content .checkout-placeorder .btn-primary:hover {
  background: #84bc39 0%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #84bc39 0%), color-stop(100%, #b0d469 100%));
  background: -webkit-linear-gradient(top, #84bc39 0%, #b0d469 100%);
  background: -moz-linear-gradient(top, #84bc39 0%, #b0d469 100%);
  background: -ms-linear-gradient(top, #84bc39 0%, #b0d469 100%);
  background: -o-linear-gradient(top, #84bc39 0%, #b0d469 100%);
  background: linear-gradient(to bottom, #84bc39 0%, #b0d469 100%); }

/* cc payment */
.paymentFrame {
  width: 40em;
  height: 32em;
  border: 0; }

.blockWrapper {
  float: left;
  width: 100%;
  padding-bottom: 10px; }

.blockContainer h1 {
  background: url(../images/category-title-bg.png) repeat-x scroll center center transparent;
  display: block;
  border: 1px solid #dddddd;
  height: 33px;
  text-align: left;
  color: #686868;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  padding-left: 10px;
  line-height: 33px;
  font-weight: normal;
  margin: 0; }
.blockContainer h2 {
  color: #be6322;
  float: left;
  font-size: 24px;
  font-weight: inherit; }
.blockContainer p {
  clear: left; }

.blockContentWrapper {
  background: none repeat scroll 0 0 white;
  clear: left;
  padding: 0px 32px; }
  .blockContentWrapper form dd .mandatory {
    margin-top: 7px;
    margin-bottom: 10px; }
  .blockContentWrapper form dl dt {
    min-width: 145px;
    clear: none; }
  .blockContentWrapper form dl dd input[type=text],
  .blockContentWrapper form dl dd input[type=password],
  .blockContentWrapper form dl dd select {
    width: 200px; }
  .blockContentWrapper form #password_bar {
    float: left !important; }
  .blockContentWrapper form #password_minchar {
    width: 100%; }
  .blockContentWrapper .register {
    padding-left: 30px;
    border-left: 1px solid #cccccc; }
    .blockContentWrapper .register .pstrength-minchar,
    .blockContentWrapper .register .pstrength-info,
    .blockContentWrapper .register .pstrength-bar-container {
      margin-left: 5px; }
    .blockContentWrapper .register .pstrength-bar-container {
      width: 200px;
      float: left; }
    .blockContentWrapper .register .pstrength-info {
      font-size: 0.8em;
      width: 100%;
      float: left; }
    .blockContentWrapper .register .pstrength-bar {
      float: none !important; }
    .blockContentWrapper .register form#registerForm dl {
      width: 100%; }
    .blockContentWrapper .register form#registerForm dl dt {
      float: left;
      width: 40%; }
      .blockContentWrapper .register form#registerForm dl dt.termsAndConCheck {
        float: right;
        width: 95%; }
    .blockContentWrapper .register form#registerForm dl dd {
      float: left;
      width: 58%; }
      .blockContentWrapper .register form#registerForm dl dd.termsAndConCheck {
        max-width: 5%; }
    .blockContentWrapper .register form#registerForm #password_minchar {
      width: 96%;
      margin-left: 2px; }

/* ### Class for new password hint ### */
.customPasswordHint {
  margin-top: -5px;
  padding-bottom: 5px; }

.checkout-login a.password-forgotten,
.account-login a.password-forgotten {
  margin-left: 148px;
  color: #003399; }

.checkout-login form span button,
.account-login form span button {
  margin-left: 148px; }

.checkout-login a.password-forgotten:hover,
.account-login a.password-forgotten:hover {
  color: #ff6600; }

.propertiesHref {
  float: none; }

#SearchResultsPage {
  /* redefine bootstrap general page layout for search results - left/middle columns */
  /* fix left column as the width is stupidly hard-coded! */
  /* .left-column .nav_column
   * width: auto
   * .item
   * 	width: auto
   * 	.category
   * 		width: auto
   * 		h4
   * 			width: auto
   * 	h2
   * 		width: auto */
  /* redefine Bootstrap grid layout for PM search result products layout */
  /* prod_refine = pagination area inc sort filter */ }
  #SearchResultsPage > .span2 {
    width: 20%; }
  #SearchResultsPage > .span10 {
    width: 77.85%; }
  #SearchResultsPage .prod-results.row-fluid .span3 {
    margin-left: 2%;
    width: 22.5%; }
  #SearchResultsPage .prod_refine {
    border: 0;
    margin-top: 0;
    padding: 10px 10px 0 10px;
    background-color: #e6e6e6;
    color: #666666; }
    #SearchResultsPage .prod_refine form {
      text-align: right;
      margin: 0 0 10px 0; }
      #SearchResultsPage .prod_refine form label {
        display: inline; }
      #SearchResultsPage .prod_refine form select {
        float: none;
        width: auto;
        height: auto;
        padding: 2px;
        font-size: inherit; }
    #SearchResultsPage .prod_refine .pager_wrapper {
      background-color: white;
      margin: 0 -10px;
      padding: 5px 10px 0 10px; }
      #SearchResultsPage .prod_refine .pager_wrapper ul.pager {
        float: none;
        display: block;
        text-align: right; }
        #SearchResultsPage .prod_refine .pager_wrapper ul.pager li {
          float: none; }
          #SearchResultsPage .prod_refine .pager_wrapper ul.pager li:first-child {
            float: left; }
          #SearchResultsPage .prod_refine .pager_wrapper ul.pager li p,
          #SearchResultsPage .prod_refine .pager_wrapper ul.pager li a {
            float: none;
            display: inline; }
          #SearchResultsPage .prod_refine .pager_wrapper ul.pager li a {
            background-color: transparent;
            border: 0;
            border-radius: 0;
            text-decoration: none;
            padding: 3px 8px; }
            #SearchResultsPage .prod_refine .pager_wrapper ul.pager li a.currentPageOn {
              color: inherit;
              cursor: default;
              font-weight: bold; }
              #SearchResultsPage .prod_refine .pager_wrapper ul.pager li a.currentPageOn:hover {
                background-color: inherit; }
            #SearchResultsPage .prod_refine .pager_wrapper ul.pager li a:hover {
              background-color: #e6e6e6; }
            #SearchResultsPage .prod_refine .pager_wrapper ul.pager li a.hidden {
              cursor: default; }
              #SearchResultsPage .prod_refine .pager_wrapper ul.pager li a.hidden:hover {
                background-color: inherit; }
  #SearchResultsPage .pagination.pagination-top .prod_refine,
  #SearchResultsPage .pagination.pagination-bottom .prod_refine {
    padding-bottom: 0; }
  #SearchResultsPage .pagination.pagination-top {
    margin-top: 0; }
  #SearchResultsPage .prod-results {
    border: 1px solid #e6e6e6;
    padding-top: 10px; }
    #SearchResultsPage .prod-results .prod_grid {
      background: none;
      padding-top: 0;
      min-height: 19em; }
      #SearchResultsPage .prod-results .prod_grid .thumb {
        width: auto;
        float: none;
        min-width: inherit;
        height: auto;
        border: none; }
        #SearchResultsPage .prod-results .prod_grid .thumb a {
          display: inline; }
        #SearchResultsPage .prod-results .prod_grid .thumb img {
          border: 1px solid #eeeeee;
          padding: 5px;
          outline: none; }
          #SearchResultsPage .prod-results .prod_grid .thumb img:hover {
            border: 1px solid #cccccc;
            box-shadow: 0 0 6px #cccccc; }
      #SearchResultsPage .prod-results .prod_grid .details {
        min-height: 0;
        float: none;
        padding-top: 0.5em;
        text-align: center; }
        #SearchResultsPage .prod-results .prod_grid .details a {
          text-decoration: none; }
          #SearchResultsPage .prod-results .prod_grid .details a p {
            color: #003399;
            font-weight: normal;
            padding: 0; }
        #SearchResultsPage .prod-results .prod_grid .details a:hover {
          color: #ff6600; }
          #SearchResultsPage .prod-results .prod_grid .details a:hover p {
            color: inherit; }
      #SearchResultsPage .prod-results .prod_grid p {
        min-height: 0; }
      #SearchResultsPage .prod-results .prod_grid .cart {
        text-align: center;
        padding-top: 0.5em; }
        #SearchResultsPage .prod-results .prod_grid .cart .price {
          text-align: center;
          position: static;
          float: none;
          color: red;
          padding: 0;
          line-height: normal;
          font-weight: normal; }
        #SearchResultsPage .prod-results .prod_grid .cart form {
          margin: 0; }
        #SearchResultsPage .prod-results .prod_grid .cart button {
          position: static;
          float: none;
          width: 100px; }
        #SearchResultsPage .prod-results .prod_grid .cart .icon-cart {
          width: 89px; }

.myaccount-details,
.myaccount-nav {
  margin: 1em 0 0 0; }

.myaccount-details .title_holder {
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 10px 10px 0 0;
  background: #529dd4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #529dd4), color-stop(100%, #1968ad));
  background: -webkit-linear-gradient(top, #529dd4, #1968ad);
  background: -moz-linear-gradient(top, #529dd4, #1968ad);
  background: -ms-linear-gradient(top, #529dd4, #1968ad);
  background: -o-linear-gradient(top, #529dd4, #1968ad);
  background: linear-gradient(to bottom, #529dd4, #1968ad);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#529dd4', endColorstr='#1968ad',GradientType=0 ); }
  .myaccount-details .title_holder h2 {
    color: white;
    position: static;
    border-bottom: none;
    line-height: 2em;
    font-size: 1.2em;
    font-weight: 700;
    text-align: left;
    background: none;
    margin: 0;
    padding-left: 1em; }

.myaccount-nav .cms_banner_slot {
  margin: 10px; }
.myaccount-nav h2 {
  background: #fcd2ac;
  background: -moz-linear-gradient(top, #fcd2ac 0%, #f5793d 48%, #e5531a 51%, #f77f42 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcd2ac), color-stop(48%, #f5793d), color-stop(51%, #e5531a), color-stop(100%, #f77f42));
  background: -webkit-linear-gradient(top, #fcd2ac 0%, #f5793d 48%, #e5531a 51%, #f77f42 100%);
  background: -o-linear-gradient(top, #fcd2ac 0%, #f5793d 48%, #e5531a 51%, #f77f42 100%);
  background: -ms-linear-gradient(top, #fcd2ac 0%, #f5793d 48%, #e5531a 51%, #f77f42 100%);
  background: linear-gradient(to bottom, #fcd2ac 0%, #f5793d 48%, #e5531a 51%, #f77f42 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcd2ac', endColorstr='#f77f42',GradientType=0 );
  color: white;
  margin: 0;
  padding-left: 1em;
  font-size: 1.2em;
  line-height: 2em; }
.myaccount-nav .nav_column {
  width: auto;
  padding: 0;
  border: 1px solid #ff8c41;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .myaccount-nav .nav_column .title_holder h2 {
    background: none; }
  .myaccount-nav .nav_column .item {
    padding: 0;
    margin: 0;
    width: auto; }
    .myaccount-nav .nav_column .item ul {
      padding: 0;
      background-color: #f5f5f5; }
      .myaccount-nav .nav_column .item ul li {
        padding: 0;
        border-bottom: 1px solid white; }
        .myaccount-nav .nav_column .item ul li a {
          text-decoration: none;
          display: block;
          color: black;
          padding: 7px 20px; }
          .myaccount-nav .nav_column .item ul li a:hover {
            color: #ff7a13;
            background-color: white; }
      .myaccount-nav .nav_column .item ul li.nav_selected {
        font-weight: bold; }

.row-fluid .span3.myaccount-nav {
  width: 20%; }

.myaccount-details.box_ {
  padding: 0;
  margin-bottom: 20px;
  border: 1px solid #cccecf; }
  .myaccount-details.box_ .cust_acc {
    margin: 0;
    border: none; }
  .myaccount-details.box_ .title-top {
    background: none; }
  .myaccount-details.box_ .item_container_holder {
    margin: 0; }
    .myaccount-details.box_ .item_container_holder h1 {
      padding: 10px; }
    .myaccount-details.box_ .item_container_holder .item_container {
      padding: 10px; }
      .myaccount-details.box_ .item_container_holder .item_container .collectionPointDesc {
        font-weight: bold; }

#profile table {
  margin: 5px 20px;
  width: 95%; }
  #profile table tr td {
    border-left: none;
    border-top: none; }
    #profile table tr td:first-child {
      width: 20%;
      font-weight: bold; }
    #profile table tr td ul {
      margin-top: 20px;
      margin-left: 10px; }
      #profile table tr td ul li {
        float: left;
        padding: 5px 10px;
        margin-left: 10px; }
        #profile table tr td ul li a {
          color: white;
          font-style: normal;
          text-decoration: none; }
  #profile table tr:last-child {
    border-top: 1px dotted #cccccc; }

#changePassword .required,
#editProfile .required,
#editProfileEmail .required,
#editAddress .required,
#editAnimals .required,
#addCardDetails .required {
  padding-left: 30px;
  font-weight: bold; }
#changePassword #address-selector-title,
#editProfile #address-selector-title,
#editProfileEmail #address-selector-title,
#editAddress #address-selector-title,
#editAnimals #address-selector-title,
#addCardDetails #address-selector-title {
  min-width: 15em;
  text-align: right;
  margin-top: 5px; }
#changePassword form,
#editProfile form,
#editProfileEmail form,
#editAddress form,
#editAnimals form,
#addCardDetails form {
  margin: 0 10px; }
  #changePassword form label,
  #editProfile form label,
  #editProfileEmail form label,
  #editAddress form label,
  #editAnimals form label,
  #addCardDetails form label {
    padding-left: 20px;
    padding-right: 4px; }
  #changePassword form h4,
  #editProfile form h4,
  #editProfileEmail form h4,
  #editAddress form h4,
  #editAnimals form h4,
  #addCardDetails form h4 {
    margin: 0px 5px;
    font-size: 14px; }
  #changePassword form dl,
  #editProfile form dl,
  #editProfileEmail form dl,
  #editAddress form dl,
  #editAnimals form dl,
  #addCardDetails form dl {
    margin: 0 20px 10px; }
    #changePassword form dl dt,
    #editProfile form dl dt,
    #editProfileEmail form dl dt,
    #editAddress form dl dt,
    #editAnimals form dl dt,
    #addCardDetails form dl dt {
      min-width: 15em; }
    #changePassword form dl dd,
    #editProfile form dl dd,
    #editProfileEmail form dl dd,
    #editAddress form dl dd,
    #editAnimals form dl dd,
    #addCardDetails form dl dd {
      float: left;
      *float: none; }

#editAddress .field-select-address {
  display: none; }
#editAddress #address-selector-title {
  margin: 0;
  text-align: left;
  min-width: 0; }

#changePassword .pstrength-bar {
  float: none; }
#changePassword .pstrength-info {
  font-size: 0.85em; }
#changePassword .pstrength-minchar {
  margin: 0.5em 0 1em 0; }

#orders .item_container_holder .title_holder {
  margin: 12px 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  #orders .item_container_holder .title_holder h1 {
    color: white;
    top: 3px;
    border-bottom: none;
    font-size: 16px;
    line-height: 40px; }
  #orders .item_container_holder .title_holder h2 {
    line-height: 20px;
    font-size: 16px; }
#orders .row-fluid.last.delivery_stages .span4.last {
  margin-left: 1.128%; }
#orders .row-fluid.last.delivery_stages .item_container_holder .item_container .left {
  float: none !important; }
  #orders .row-fluid.last.delivery_stages .item_container_holder .item_container .left li {
    float: none !important; }
#orders .row-fluid.last.delivery_stages .item_container_holder .item_container .right {
  float: none !important; }
  #orders .row-fluid.last.delivery_stages .item_container_holder .item_container .right ul {
    margin-top: 5px; }
    #orders .row-fluid.last.delivery_stages .item_container_holder .item_container .right ul li {
      float: none !important; }
    #orders .row-fluid.last.delivery_stages .item_container_holder .item_container .right ul li:first-child {
      margin-left: -20px; }
#orders .myaccount-details.box_ {
  margin: 15px 0 0 20px; }
  #orders .myaccount-details.box_ .span-8.last.right {
    margin-left: 0; }
#orders table tr td:first-child, #orders table tr th:first-child {
  border-top: none;
  width: 160px; }

#addCardDetails form dl dd select[name="validToMonth"], #addCardDetails form dl dd select[name="validToYear"] {
  width: 87px; }
#addCardDetails form dl dd input[name="cvc"] {
  width: 80px; }

#prescription table#prescription_details {
  margin-left: 3%;
  width: 92%; }

input.datepicker {
  cursor: pointer; }

#editAddress #addressForm #line1\.errors {
  padding-left: 10px; }

.productgridcontainer {
  /* redefine Bootstrap grid layout for PM category result products layout */
  /* prod_refine = pagination area inc sort filter */ }
  .productgridcontainer .row-fluid .span3 {
    margin-left: 2%;
    width: 22.5%; }
  .productgridcontainer #breadcrumb {
    background: url(../images/category-title-bg.png) repeat-x scroll center center transparent;
    border: 1px solid #d9edf7;
    display: block;
    width: 99%;
    margin-top: 10px; }
  .productgridcontainer .category-detail-container {
    clear: both; }
    .productgridcontainer .category-detail-container .category-img {
      float: left;
      padding-right: 10px;
      vertical-align: bottom; }
  .productgridcontainer #subcategories {
    width: 99%;
    background-color: #f5fbfe;
    border: 1px solid #d9edf7;
    display: block;
    overflow: hidden;
    padding: 5px 0 5px 5px;
    margin-top: 10px; }
    .productgridcontainer #subcategories .subcategory {
      float: left;
      width: 33%;
      line-height: 1.8em; }
      .productgridcontainer #subcategories .subcategory a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        color: #003399;
        text-decoration: none; }
      .productgridcontainer #subcategories .subcategory a:hover {
        color: #ff6600;
        text-decoration: underline; }
  .productgridcontainer .prod_refine {
    border: 0;
    margin-top: 0;
    padding: 10px 10px 0 10px;
    background-color: #e6e6e6;
    color: #666666; }
    .productgridcontainer .prod_refine form {
      text-align: right;
      margin: 0 0 10px 0; }
      .productgridcontainer .prod_refine form label {
        display: inline; }
      .productgridcontainer .prod_refine form select {
        float: none;
        width: auto;
        height: auto;
        padding: 2px;
        font-size: inherit; }
    .productgridcontainer .prod_refine .pager_wrapper {
      background-color: white;
      margin: 0 -10px;
      padding: 5px 10px 0 10px; }
      .productgridcontainer .prod_refine .pager_wrapper ul.pager {
        float: none;
        text-align: right; }
        .productgridcontainer .prod_refine .pager_wrapper ul.pager li {
          float: none; }
          .productgridcontainer .prod_refine .pager_wrapper ul.pager li:first-child {
            float: left; }
          .productgridcontainer .prod_refine .pager_wrapper ul.pager li p,
          .productgridcontainer .prod_refine .pager_wrapper ul.pager li a {
            float: none;
            display: inline; }
          .productgridcontainer .prod_refine .pager_wrapper ul.pager li a {
            background-color: transparent;
            border: 0;
            border-radius: 0;
            text-decoration: none;
            padding: 3px 8px; }
            .productgridcontainer .prod_refine .pager_wrapper ul.pager li a.currentPageOn {
              color: inherit;
              cursor: default;
              font-weight: bold; }
              .productgridcontainer .prod_refine .pager_wrapper ul.pager li a.currentPageOn:hover {
                background-color: inherit; }
            .productgridcontainer .prod_refine .pager_wrapper ul.pager li a:hover {
              background-color: #e6e6e6; }
            .productgridcontainer .prod_refine .pager_wrapper ul.pager li a.hidden {
              cursor: default; }
              .productgridcontainer .prod_refine .pager_wrapper ul.pager li a.hidden:hover {
                background-color: inherit; }
  .productgridcontainer .prod-results {
    border: 1px solid #e6e6e6;
    padding: 10px 0;
    margin: 1em 0; }
    .productgridcontainer .prod-results .prod_grid {
      background: none;
      padding-top: 0;
      min-height: 18em; }
      .productgridcontainer .prod-results .prod_grid .thumb {
        width: auto;
        float: none;
        min-width: inherit;
        height: auto;
        border: none; }
        .productgridcontainer .prod-results .prod_grid .thumb img {
          border: 1px solid #eeeeee;
          padding: 5px; }
          .productgridcontainer .prod-results .prod_grid .thumb img:hover {
            border: 1px solid #cccccc;
            box-shadow: 0 0 6px #cccccc; }
      .productgridcontainer .prod-results .prod_grid .details {
        min-height: 0;
        float: none;
        padding-top: 0.5em;
        text-align: center; }
        .productgridcontainer .prod-results .prod_grid .details a {
          text-decoration: none; }
          .productgridcontainer .prod-results .prod_grid .details a p {
            color: #003399;
            font-weight: normal;
            padding: 0; }
        .productgridcontainer .prod-results .prod_grid .details a:hover {
          color: #ff6600; }
          .productgridcontainer .prod-results .prod_grid .details a:hover p {
            color: inherit; }
      .productgridcontainer .prod-results .prod_grid p {
        min-height: 0; }
      .productgridcontainer .prod-results .prod_grid .cart {
        text-align: center;
        padding-top: 0.5em; }
        .productgridcontainer .prod-results .prod_grid .cart .price {
          text-align: center;
          position: static;
          float: none;
          color: black;
          padding: 0;
          line-height: normal; }
        .productgridcontainer .prod-results .prod_grid .cart img, .productgridcontainer .prod-results .prod_grid .cart .out-of-stock {
          display: none; }
        .productgridcontainer .prod-results .prod_grid .cart form {
          margin: 0; }
        .productgridcontainer .prod-results .prod_grid .cart button {
          position: static;
          float: none;
          width: 100px; }
        .productgridcontainer .prod-results .prod_grid .cart .icon-cart {
          width: 89px; }

#ProductNeedConfirmationModal #pncModalLabel {
  background: none; }
#ProductNeedConfirmationModal #ProductNeedConfirmation ul li {
  list-style-type: circle;
  margin-bottom: 0.2em; }

#FlubenvetProductNeedConfirmationModal #pncModalLabel {
  background: none; }
#FlubenvetProductNeedConfirmationModal #FlubenvetProductNeedConfirmation ul li {
  list-style-type: circle;
  margin-bottom: 0.2em; }

.offset1 {
  margin-left: 60px; }

h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.6em;
  border-bottom: 1px dotted #dddddd; }

h3 {
  font-size: 1.4em; }

h4 {
  font-size: 1.15em; }

a,
a:visited {
  color: #003399;
  text-decoration: none; }

a:hover,
a:active {
  color: #ff6600;
  text-decoration: underline; }

.left {
  float: left; }

.btn-primary {
  background: #cae285;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cae285), color-stop(100%, #9eca55));
  background: -webkit-linear-gradient(top, #cae285, #9eca55);
  background: -moz-linear-gradient(top, #cae285, #9eca55);
  background: -ms-linear-gradient(top, #cae285, #9eca55);
  background: -o-linear-gradient(top, #cae285, #9eca55);
  background: linear-gradient(to bottom, #cae285, #9eca55);
  border-radius: 18px;
  box-shadow: 1px 1px 2px 0 #82a446;
  text-shadow: 1px 1px 3px #82a446; }
  .btn-primary:hover {
    background: #82a446;
    color: white; }

.btn-action {
  color: white;
  background: #0088cc;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0088cc), color-stop(100%, #0044cc));
  background: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background: -moz-linear-gradient(top, #0088cc, #0044cc);
  background: -ms-linear-gradient(top, #0088cc, #0044cc);
  background: -o-linear-gradient(top, #0088cc, #0044cc);
  background: linear-gradient(to bottom, #0088cc, #0044cc);
  border-radius: 18px;
  box-shadow: 1px 1px 2px 0 #82a446;
  text-shadow: 1px 1px 3px #82a446; }
  .btn-action:hover {
    background: #0044cc;
    color: white; }

.span-20 {
  width: 753px; }

#breadcrumb {
  background: none;
  border-bottom: 1px solid #f5f5f5; }

#mainBody-wrapper_ .gradient-box,
#mainBody-wrapper_ .checkout .cart,
#mainBody-wrapper_ .checkout-delivery-address,
#mainBody-wrapper_ .checkout-shipping,
#mainBody-wrapper_ .checkout-payment,
#mainBody-wrapper_ .checkout-login,
#mainBody-wrapper_ .account-login,
#mainBody-wrapper_ .account-forgot-password {
  /* padding: 0 1em 1em 1em */
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15) inset;
  margin-bottom: 1em; }
#mainBody-wrapper_ .account-forgot-password > div {
  padding: 0 1em 1em 2em; }

/* ### BEGIN accountHome styling ### */
#accountHome .myaccount-details.box_ h1 {
  margin: 0; }
#accountHome .myaccount-details.box_ a {
  text-decoration: none; }
#accountHome .myaccount-details.box_ ul {
  margin: 0 0 10px 108px; }
#accountHome .myaccount-details.box_ .cust_acc_tile {
  max-width: 48%; }

#profile .myaccount-details.box_, #addressBook .myaccount-details.box_, #orderHistory .myaccount-details.box_, #animals .myaccount-details.box_, #prescriptions .myaccount-details.box_, #cardDetails .myaccount-details.box_, #recurringOrders .myaccount-details.box_, #storeCredit .myaccount-details.box_,
#changePassword .myaccount-details.box_, #editProfile .myaccount-details.box_, #editAddress .myaccount-details.box_, #editProfileEmail .myaccount-details.box_, #editAnimals .myaccount-details.box_, #store-credit .myaccount-details.box_, #orders .myaccount-details.box_ {
  border: 1px solid #0088cc;
  border-radius: 12px; }
  #profile .myaccount-details.box_ .item_container p, #addressBook .myaccount-details.box_ .item_container p, #orderHistory .myaccount-details.box_ .item_container p, #animals .myaccount-details.box_ .item_container p, #prescriptions .myaccount-details.box_ .item_container p, #cardDetails .myaccount-details.box_ .item_container p, #recurringOrders .myaccount-details.box_ .item_container p, #storeCredit .myaccount-details.box_ .item_container p,
  #changePassword .myaccount-details.box_ .item_container p, #editProfile .myaccount-details.box_ .item_container p, #editAddress .myaccount-details.box_ .item_container p, #editProfileEmail .myaccount-details.box_ .item_container p, #editAnimals .myaccount-details.box_ .item_container p, #store-credit .myaccount-details.box_ .item_container p, #orders .myaccount-details.box_ .item_container p {
    font-weight: bolder;
    padding: 10px; }
  #profile .myaccount-details.box_ .item_container table tr td, #addressBook .myaccount-details.box_ .item_container table tr td, #orderHistory .myaccount-details.box_ .item_container table tr td, #animals .myaccount-details.box_ .item_container table tr td, #prescriptions .myaccount-details.box_ .item_container table tr td, #cardDetails .myaccount-details.box_ .item_container table tr td, #recurringOrders .myaccount-details.box_ .item_container table tr td, #storeCredit .myaccount-details.box_ .item_container table tr td,
  #changePassword .myaccount-details.box_ .item_container table tr td, #editProfile .myaccount-details.box_ .item_container table tr td, #editAddress .myaccount-details.box_ .item_container table tr td, #editProfileEmail .myaccount-details.box_ .item_container table tr td, #editAnimals .myaccount-details.box_ .item_container table tr td, #store-credit .myaccount-details.box_ .item_container table tr td, #orders .myaccount-details.box_ .item_container table tr td {
    border: none; }
  #profile .myaccount-details.box_ .item_container a, #addressBook .myaccount-details.box_ .item_container a, #orderHistory .myaccount-details.box_ .item_container a, #animals .myaccount-details.box_ .item_container a, #prescriptions .myaccount-details.box_ .item_container a, #cardDetails .myaccount-details.box_ .item_container a, #recurringOrders .myaccount-details.box_ .item_container a, #storeCredit .myaccount-details.box_ .item_container a,
  #changePassword .myaccount-details.box_ .item_container a, #editProfile .myaccount-details.box_ .item_container a, #editAddress .myaccount-details.box_ .item_container a, #editProfileEmail .myaccount-details.box_ .item_container a, #editAnimals .myaccount-details.box_ .item_container a, #store-credit .myaccount-details.box_ .item_container a, #orders .myaccount-details.box_ .item_container a {
    text-decoration: none; }
  #profile .myaccount-details.box_ .item_container .btn-primary, #addressBook .myaccount-details.box_ .item_container .btn-primary, #orderHistory .myaccount-details.box_ .item_container .btn-primary, #animals .myaccount-details.box_ .item_container .btn-primary, #prescriptions .myaccount-details.box_ .item_container .btn-primary, #cardDetails .myaccount-details.box_ .item_container .btn-primary, #recurringOrders .myaccount-details.box_ .item_container .btn-primary, #storeCredit .myaccount-details.box_ .item_container .btn-primary,
  #changePassword .myaccount-details.box_ .item_container .btn-primary, #editProfile .myaccount-details.box_ .item_container .btn-primary, #editAddress .myaccount-details.box_ .item_container .btn-primary, #editProfileEmail .myaccount-details.box_ .item_container .btn-primary, #editAnimals .myaccount-details.box_ .item_container .btn-primary, #store-credit .myaccount-details.box_ .item_container .btn-primary, #orders .myaccount-details.box_ .item_container .btn-primary {
    color: white;
    margin-left: 0; }

#profile .myaccount-details.box_ .item_container .btn-primary {
  margin: 1%; }

#editProfileEmail .item_container form dl dt, #changePassword .item_container form dl dt {
  max-width: 180px; }

#addressBook .myaccount-details.box_ .item_container table th, #cardDetails .myaccount-details.box_ .item_container table th, #animals .myaccount-details.box_ .item_container table th {
  padding-left: 35px; }
#addressBook .myaccount-details.box_ .item_container a, #cardDetails .myaccount-details.box_ .item_container a, #animals .myaccount-details.box_ .item_container a {
  display: inline-block;
  color: #0088cc; }
#addressBook .myaccount-details.box_ .item_container a:hover, #cardDetails .myaccount-details.box_ .item_container a:hover, #animals .myaccount-details.box_ .item_container a:hover {
  color: black; }

#orderHistory .myaccount-details.box_ .item_container p, #productHistory .myaccount-details.box_ .item_container p {
  padding: 0; }
#orderHistory .myaccount-details.box_ .item_container .prod_refine, #productHistory .myaccount-details.box_ .item_container .prod_refine {
  border-top: 1px dotted #cfcfcf;
  border-bottom: 1px dotted #cfcfcf;
  margin-bottom: 10px; }
  #orderHistory .myaccount-details.box_ .item_container .prod_refine #sort_form1, #orderHistory .myaccount-details.box_ .item_container .prod_refine #sort_form2, #productHistory .myaccount-details.box_ .item_container .prod_refine #sort_form1, #productHistory .myaccount-details.box_ .item_container .prod_refine #sort_form2 {
    display: flex;
    margin-bottom: 0; }
  #orderHistory .myaccount-details.box_ .item_container .prod_refine label, #productHistory .myaccount-details.box_ .item_container .prod_refine label {
    font-weight: bold; }
  #orderHistory .myaccount-details.box_ .item_container .prod_refine ul li > a, #productHistory .myaccount-details.box_ .item_container .prod_refine ul li > a {
    border: none; }
  #orderHistory .myaccount-details.box_ .item_container .prod_refine ul a.currentPageOn, #productHistory .myaccount-details.box_ .item_container .prod_refine ul a.currentPageOn {
    background: #1968ad;
    font-weight: bolder;
    color: white;
    margin: 0 5px; }
#orderHistory .myaccount-details.box_ .item_container table tr td, #productHistory .myaccount-details.box_ .item_container table tr td {
  vertical-align: middle; }
  #orderHistory .myaccount-details.box_ .item_container table tr td p, #productHistory .myaccount-details.box_ .item_container table tr td p {
    font-weight: normal;
    padding: 0; }
#orderHistory .myaccount-details.box_ .item_container th:nth-child(3),
#orderHistory .myaccount-details.box_ .item_container th:last-child, #productHistory .myaccount-details.box_ .item_container th:nth-child(3), #productHistory .myaccount-details.box_ .item_container th:last-child {
  padding-left: 35px; }

#orders .myaccount-details.box_ .item_container p {
  font-weight: normal;
  padding: 2px; }
#orders .myaccount-details.box_ .item_container table tr th {
  border: none; }
#orders .myaccount-details.box_ .item_container tr td.total {
  min-width: 65px; }
#orders .myaccount-details.box_ .item_container th:last-child {
  text-align: right; }
#orders .last .right .item_container_holder {
  padding: 12px; }
#orders .delivery_stages {
  max-width: 96%;
  margin-left: 20px; }

#editAnimals .myaccount-details.box_ .item_container form dl dd select {
  width: 242px; }
#editAnimals .myaccount-details.box_ .item_container textarea {
  width: 235px; }

#recurringOrders #editRecurringOrders {
  padding: 0;
  font-weight: normal;
  margin-left: 10px; }
#recurringOrders table {
  width: 100%; }
#recurringOrders td:first-child {
  min-width: 113px; }
#recurringOrders td:nth-child(4) {
  min-width: 75px; }
#recurringOrders th {
  text-align: center; }
#recurringOrders tr td {
  padding: 5px 12px; }
  #recurringOrders tr td ul {
    margin: 0 5px; }
  #recurringOrders tr td .editableQuantity {
    box-shadow: inset 0 0 5px #cccccc;
    border-radius: 5px;
    width: 34px;
    text-align: center;
    height: 24px;
    cursor: pointer; }
    #recurringOrders tr td .editableQuantity .inputbox {
      width: 20px; }
  #recurringOrders tr td .selectableFrequency {
    box-shadow: inset 0 0 5px #cccccc;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    padding: 2px 0; }
    #recurringOrders tr td .selectableFrequency .selectbox {
      width: auto; }

/* ### END of accountHome ### */
/* sass for product tab panel */
#prod_tabs {
  margin-left: 10px;
  text-align: left; }

#prod_tabs .TabbedPanelsTabGroup {
  margin: 0px;
  padding: 0px; }
  #prod_tabs .TabbedPanelsTabGroup .nav-tabs {
    border-bottom: none; }

#prod_tabs .TabbedPanelsTab {
  color: #2c5987;
  position: relative;
  top: 1px;
  margin: 0 5px 0 0;
  padding: 2px 5px 2px 5px;
  font: bold 12px sans-serif;
  border-radius: 5px 5px 0 0;
  border: 1px solid #cecece;
  -moz-user-select: none;
  -khtml-user-select: none;
  background-color: #edebe5; }
  #prod_tabs .TabbedPanelsTab.active {
    background: white; }
  #prod_tabs .TabbedPanelsTab:hover {
    background-color: #f5f6f7; }
  #prod_tabs .TabbedPanelsTab .TabbedPanelsTabSeleted {
    background-color: white; }

#prod_tabs .nav-tabs li a {
  color: #2c5987;
  text-decoration: none;
  line-height: 12px;
  padding: 8px 5px;
  border: none;
  background: none; }

#prod_tab.tab-content {
  clear: both;
  border-radius: 0px 5px 5px 5px;
  border: 1px solid #cecece;
  background-color: white;
  width: 740px;
  padding-left: 5px; }

/* sass for primary image and zoom images */
#primary_image.product-image {
  border: none;
  margin-top: 15px; }
  #primary_image.product-image #productZoomLink {
    margin-top: 15px;
    margin-bottom: 10px; }
  #primary_image.product-image .btn {
    width: 94%;
    background: #f2f7f7; }

#productZoomImagesModal.modal {
  width: 770px; }
  #productZoomImagesModal.modal .modal-header {
    border: none;
    padding: 5px 5px; }
  #productZoomImagesModal.modal .modal-body {
    max-height: 700px;
    padding-top: 0;
    padding-bottom: 5px; }
  #productZoomImagesModal.modal .scroller {
    border: none;
    background: none;
    max-height: 570px;
    overflow-y: auto;
    padding-top: 5px; }
    #productZoomImagesModal.modal .scroller ul li span {
      width: 70px;
      height: 70px; }
  #productZoomImagesModal.modal #carousel_alternate {
    margin-left: 7px; }

#productDetailUpdateable .social-plugins {
  display: inline;
  margin-left: 8%;
  margin-top: 10px; }
  #productDetailUpdateable .social-plugins a:hover {
    color: transparent; }
  #productDetailUpdateable .social-plugins .label-social-plugins {
    vertical-align: bottom;
    text-transform: none;
    font-size: 11px;
    font-weight: bold; }
  #productDetailUpdateable .social-plugins img {
    width: 24px;
    height: 24px; }
#productDetailUpdateable .prod-prescription-required-message a {
  color: #e33d3d;
  text-decoration: underline; }

.modal-backdrop {
  opacity: 0; }

#productImagesCarousel .carousel-control {
  color: black;
  background: none;
  border: 3px solid black; }

#productCarouselIndicators.span2 {
  padding-right: 0px; }
#productCarouselIndicators .close {
  border-radius: 12px;
  border: 3px solid black;
  width: 23px;
  height: 24px;
  opacity: 1; }

.carousel.carousel-fade .item {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0; }
.carousel.carousel-fade .active.item {
  opacity: 1; }
.carousel.carousel-fade .active.left, .carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0); }
.carousel.carousel-fade .next, .carousel.carousel-fade .prev {
  left: 0;
  z-index: 1; }
.carousel.carousel-fade .carousel-control {
  z-index: 3; }

#productZoomImagesModal.modal #productImagesCarousel {
  margin-bottom: 5px; }

.language-en .prod h1 {
  text-transform: capitalize; }

.prod {
  text-align: left; }
  .prod a {
    text-decoration: none; }
  .prod a:hover {
    color: #338ece;
    text-decoration: underline; }
  .prod h1 {
    color: #555555;
    font-size: 18px;
    margin-top: 5px;
    padding: 0;
    text-transform: none; }
  .prod .variant-options {
    margin-top: 10px; }
    .prod .variant-options table thead .col-priceper {
      min-width: 6em; }
    .prod .variant-options table thead .col-price {
      min-width: 4.5em; }
    .prod .variant-options table thead .col-addcart {
      min-width: 11em; }
    .prod .variant-options table tr td {
      border-left: none; }
    .prod .variant-options table tr:last-child td {
      border-bottom: 1px solid #dddddd; }
  .prod .productStockLevel.outOfStock {
    color: red; }
  .prod .productStockLevel.inStock {
    color: black;
    background: url(../images/products/instock.png) no-repeat 0 0;
    padding-left: 25px;
    padding-top: 10px; }
  .prod .inStock, .prod .outOfStock {
    color: #0e860d;
    font-weight: bold;
    font-family: arial;
    font-size: 1pc; }
  .prod .prod_add_to_cart {
    margin-bottom: 0;
    padding-top: 0; }
    .prod .prod_add_to_cart button.positive:hover {
      background-color: white; }
    .prod .prod_add_to_cart form {
      margin: 0;
      text-align: right; }
      .prod .prod_add_to_cart form input.qty {
        width: 2em;
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 0.4em 0 0;
        float: none; }
      .prod .prod_add_to_cart form button {
        background: none;
        padding: 0;
        height: auto;
        margin: 0;
        float: none; }
        .prod .prod_add_to_cart form button.out-of-stock {
          background: none;
          text-shadow: none;
          color: red;
          opacity: 0.5;
          margin-left: 0;
          width: auto;
          height: auto;
          max-width: 125px; }
        .prod .prod_add_to_cart form button img {
          width: auto;
          margin-right: 0; }
  .prod .promo-message {
    color: white;
    background-color: #1e72ba;
    font-weight: bold;
    text-align: center;
    margin: 1em 0; }
    .prod .promo-message p {
      color: white;
      padding: 0.2em 0.5em;
      border-bottom: 1px solid white;
      margin: 0; }

.prod_review-info p {
  margin: 0px; }
.prod_review-info img {
  margin-right: 5px;
  border: 1px solid #f5f5f5; }

.prod_review-new a {
  color: #003399;
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #003399;
  font-family: arial, sans-serif;
  font-size: 12px;
  margin-right: 20px; }

#crossSelling {
  text-align: center;
  margin-top: 7px;
  border: solid 0 #f5f5f5;
  border-left-width: 1px; }
  #crossSelling h1 {
    border-bottom: 1px solid #f5f5f5;
    font-size: 12px;
    margin-left: 10px; }
  #crossSelling ul {
    margin: 0 auto; }
    #crossSelling ul li {
      margin-top: 20px; }
      #crossSelling ul li p {
        margin: 0px;
        color: red;
        font-size: 12px;
        font-family: arial, sans-serif; }
      #crossSelling ul li a p {
        color: black; }

#SearchResultsEmpty h1 {
  color: #555555;
  font-size: 1.5em; }

/* ### BEGIN generic cart items styling ### */
#your_cart,
#your_order {
  width: 100%; }
  #your_cart th,
  #your_order th {
    font-size: 1em; }
  #your_cart th,
  #your_cart td,
  #your_order th,
  #your_order td {
    padding: 5px; }
  #your_cart tr td select.frequencySelector,
  #your_order tr td select.frequencySelector {
    float: none;
    width: auto; }
  #your_cart tr td.product_details dl,
  #your_order tr td.product_details dl {
    clear: none; }
  #your_cart tr td.quantity,
  #your_order tr td.quantity {
    min-width: 0;
    text-align: center; }
    #your_cart tr td.quantity a img,
    #your_order tr td.quantity a img {
      float: none; }
    #your_cart tr td.quantity input.qty,
    #your_order tr td.quantity input.qty {
      float: none;
      margin: 0 0.5em; }
    #your_cart tr td.quantity form a.btn,
    #your_order tr td.quantity form a.btn {
      padding: 2px 6px; }
  #your_cart tr td.itemPrice, #your_cart tr td.total,
  #your_order tr td.itemPrice,
  #your_order tr td.total {
    text-align: right; }
  #your_cart thead .product_details,
  #your_order thead .product_details {
    width: auto;
    min-width: 25em; }
  #your_cart thead .quantity,
  #your_order thead .quantity {
    text-align: center;
    min-width: 12.5em; }
  #your_cart thead .recurringParameters,
  #your_order thead .recurringParameters {
    text-align: center; }
  #your_cart thead .itemPrice,
  #your_cart thead .total,
  #your_order thead .itemPrice,
  #your_order thead .total {
    text-align: right; }
  #your_cart tbody tr,
  #your_order tbody tr {
    border-top: 1px dotted rgba(40, 40, 40, 0.1); }
  #your_cart tbody .product_details,
  #your_order tbody .product_details {
    width: auto; }
    #your_cart tbody .product_details .product_image,
    #your_order tbody .product_details .product_image {
      float: left;
      width: auto;
      margin-right: 1em; }
  #your_cart tbody .recurringParameters,
  #your_order tbody .recurringParameters {
    text-align: center; }
  #your_cart form input,
  #your_order form input {
    width: auto; }

/* ### END generic cart items styling ### */
/* ### BEGIN cart page styling ### */
#CartPage .span12 {
  padding: 0 1em 1em 1em;
  margin: 1px; }
#CartPage .alert {
  margin: 10px;
  min-height: 35px; }
#CartPage .content-container {
  padding: 0 10px 1em 10px; }
#CartPage .cart-button-continue-shopping {
  float: left;
  margin-top: 0.5em;
  margin-left: 2.5em; }
#CartPage .cart-button-checkout-top,
#CartPage .cart-button-checkout-bottom {
  text-align: right;
  margin: 1em 0; }
  #CartPage .cart-button-checkout-top button,
  #CartPage .cart-button-checkout-bottom button {
    color: white;
    background: #cae285 0%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cae285 0%), color-stop(100%, #9eca55 100%));
    background: -webkit-linear-gradient(top, #cae285 0%, #9eca55 100%);
    background: -moz-linear-gradient(top, #cae285 0%, #9eca55 100%);
    background: -ms-linear-gradient(top, #cae285 0%, #9eca55 100%);
    background: -o-linear-gradient(top, #cae285 0%, #9eca55 100%);
    background: linear-gradient(to bottom, #cae285 0%, #9eca55 100%);
    box-shadow: 1px 1px 2px 0 #82a446;
    text-shadow: 1px 1px 3px #82a446;
    border: 0;
    border-radius: 5px;
    font-size: 1.4em;
    padding: 10px 15px; }
    #CartPage .cart-button-checkout-top button:hover,
    #CartPage .cart-button-checkout-bottom button:hover {
      background: #84bc39 0%;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #84bc39 0%), color-stop(100%, #b0d469 100%));
      background: -webkit-linear-gradient(top, #84bc39 0%, #b0d469 100%);
      background: -moz-linear-gradient(top, #84bc39 0%, #b0d469 100%);
      background: -ms-linear-gradient(top, #84bc39 0%, #b0d469 100%);
      background: -o-linear-gradient(top, #84bc39 0%, #b0d469 100%);
      background: linear-gradient(to bottom, #84bc39 0%, #b0d469 100%); }
#CartPage .cart-button-checkout-bottom {
  margin-right: 2.5em; }
#CartPage form button {
  display: inline-block;
  padding: 4px 12px;
  background: #0796e4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0796e4), color-stop(100%, #0683c8));
  background: -webkit-linear-gradient(top, #0796e4, #0683c8);
  background: -moz-linear-gradient(top, #0796e4, #0683c8);
  background: -ms-linear-gradient(top, #0796e4, #0683c8);
  background: -o-linear-gradient(top, #0796e4, #0683c8);
  background: linear-gradient(to bottom, #0796e4, #0683c8);
  color: white;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
#CartPage #VoucherCode,
#CartPage #ShoppingCart,
#CartPage #PrecriptionProducts {
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  width: auto;
  margin: 0 auto 1.5em auto; }
#CartPage #ShoppingCart .cart-totals {
  border-top: 1px solid #e7e7e7;
  float: right;
  min-width: 30%; }
  #CartPage #ShoppingCart .cart-totals dl {
    padding: 5px 2px; }
    #CartPage #ShoppingCart .cart-totals dl dt {
      font-weight: normal;
      min-width: 2em; }
    #CartPage #ShoppingCart .cart-totals dl dd {
      font-weight: normal; }
      #CartPage #ShoppingCart .cart-totals dl dd.total {
        font-weight: bold; }
  #CartPage #ShoppingCart .cart-totals .delivery-free {
    color: #339428; }
  #CartPage #ShoppingCart .cart-totals .total {
    font-weight: bold; }

.left0 {
  margin-left: 0px; }

/* ### END cart page styling ### */
/* ### BEGIN bootstrap scaffolding widths redefine - as 12 columns are too restrictive for what we need ### */
#mainBody-wrapper_ {
  /* content-layout-page = about us / faq / etc */ }
  #mainBody-wrapper_ .content-layout-page {
    margin-top: 1.5em; }
    #mainBody-wrapper_ .content-layout-page .span2.section2 {
      width: 17.5%; }
    #mainBody-wrapper_ .content-layout-page .span8.zone_b {
      width: 59%;
      margin-left: 2%; }
    #mainBody-wrapper_ .content-layout-page .span2.section3 {
      width: 19.3%;
      margin-left: 2%; }
  #mainBody-wrapper_ .product-listing-page.row-fluid {
    margin-top: 1.5em; }
    #mainBody-wrapper_ .product-listing-page.row-fluid .span2.nav-left {
      width: 19%;
      margin-left: 0; }
    #mainBody-wrapper_ .product-listing-page.row-fluid .span8.productgridcontainer {
      width: 57.8%;
      margin-left: 2%; }
    #mainBody-wrapper_ .product-listing-page.row-fluid .span2.section3 {
      width: 19%;
      margin-left: 2%; }
    #mainBody-wrapper_ .product-listing-page.row-fluid .orange_box,
    #mainBody-wrapper_ .product-listing-page.row-fluid .orange_box_footer {
      margin-left: 0; }

/* ### END of bootstrap scaffolding widths redefine ### */
#product-details {
  margin-top: 20px; }

.button-green {
  background: #cae285;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cae285), color-stop(100%, #9eca55));
  background: -webkit-linear-gradient(top, #cae285, #9eca55);
  background: -moz-linear-gradient(top, #cae285, #9eca55);
  background: -ms-linear-gradient(top, #cae285, #9eca55);
  background: -o-linear-gradient(top, #cae285, #9eca55);
  background: linear-gradient(to bottom, #cae285, #9eca55);
  border-radius: 18px;
  box-shadow: 1px 1px 2px 0 #82a446;
  text-shadow: 1px 1px 3px #82a446;
  color: white;
  box-shadow: 1px 1px 2px 0 #82a446;
  text-shadow: 1px 1px 3px #82a446;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285', endColorstr='#9eca55', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  display: inline-block;
  padding: 4px 12px;
  border: none; }
  .button-green:hover {
    background: #82a446; }
