/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 135px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 135px;
  background-color: #f5f5f5;
}

.footer small {
    color: #B40404;
}

/* Card styles
-------------------------------------------------- */
#card-number {
    background-repeat: no-repeat;
    background-position: right bottom;
}

#card-number.amex {
    background-image: url(../img/secure/payment/americanexpress02.png);
}
#card-number.diners_club_carte_blanche {
    background-image: url(../img/secure/payment/dinersclub01.png);
}
#card-number.diners_club_international {
    background-image: url(../img/secure/payment/dinersclub02.png);
}
#card-number.jcb {
    background-image: url(../img/secure/payment/jcb.png);
}
#card-number.laser {
    background-image: url(../img/secure/payment/laser.png);
}
#card-number.visa_electron {
    background-image: url(../img/secure/payment/visa-electron.png);
}
#card-number.visa {
    background-image: url(../img/secure/payment/visa.png);
}
#card-number.mastercard {
    background-image: url(../img/secure/payment/mastercard.png);
}
#card-number.maestro {
    background-image: url(../img/secure/payment/maestro.png);
}
#card-number.discover {
    background-image: url(../img/secure/payment/discover.png);
}

/* Product Panel
-------------------------------------------------- */
.product.panel.panel-info.clickable {
    cursor: pointer;
}
.product.panel.panel-info.active {
    border-color: #66AFE9;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}
.well_custom
{
    margin-top: -20px;
    margin-left: 25px;
    width: 90%;
    font-size: 0.9em; 
}
.well_custom_h
{
  background-color: #000000;
  color:#FFFFFF;
  margin-top:-15px;
  margin-left:10px;
  width: 90%;
  font-size: 0.9em;
}
.product_panel_h
{
  width:100%;
  min-height:250px;
  background-color:#C4C4C4;
  border: 1px solid #CCCCCC;
  position: relative;
  padding: 0px;
  margin-top:10px;
}
.product_panel_h.active
{
  box-shadow: 0px 0px 11px #444444;
  min-height:250px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background-color: #72be3c;
  margin-top:-10px;
}
.product_panel_h_header
{
  margin: -14px 0px 0px 0px;
  text-align: center;
  font-size: 1.4em;
  background-color: #000000;
  color:#FFFFFF; 
  font-weight: 100;
}
.bottom_option
{
  font-size: 0.9em; 
  text-align: center;
}