/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8 sept. 2016, 08:50:08
    Author     : m.anceaux
*/
#price_display_option {
  display: inline-block; }
  @media (min-width: 768px) {
    #price_display_option {
      margin-left: 10px; } }
  @media (max-width: 991px) {
    #price_display_option {
      display: none; } }
  #price_display_option .find-dealer {
    color: #575756;
    padding: 5px 15px 10px 0;
    display: inline-block;
    line-height: 18px; }
  #price_display_option ul {
    margin: 0;
    padding: 0;
    font-size: 0; }
    #price_display_option ul li.price-mod {
      background-color: #006699;
      padding: 10px 15px;
      min-width: 115px;
      display: inline-block;
      font-size: 12px;
      text-align: center;
      color: #006699;
      cursor: pointer;
      margin-left: 4px; }
      #price_display_option ul li.price-mod:first-child {
        background-color: #0584C4;
        color: #0584C4; }
      #price_display_option ul li.price-mod:last-child {
        background-color: #014364;
        color: #014364; }
      #price_display_option ul li.price-mod:hover {
        color: #fff; }

/*# sourceMappingURL=hel_pricedisplayoption.css.map */
