/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Product options module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.2 2010/05/31 06:08:30 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.alert {
background-color:#2d4462;
color:#fff;
padding: 10px 20px;
margin:0 0 0 0;
display:none;
border-radius: 4px;
}

p.alert {
    border: 1px solid transparent;
    border-radius: 0px;
	}

.alert-range {
background-color:red;
color:#fff;
padding: 10px 20px;
margin:0 0 0 0;
display:none;
}

.alert .head {
font-weight:bold;
display:block;
padding-bottom:5px;
}

.font-Bangers { font-family: "Bangers"; }
.font-CarterOne { font-family: "Carter One"; }
.font-Chewy { font-family: "Chewy"; }
.font-Coustard { font-family: "Coustard";  font-weight: 900;}
.font-Creepster { font-family: "Creepster"; }
.font-DaysOne { font-family: "Days One"; }
.font-Eczar { font-family: "Eczar"; font-weight: 700;}
.font-FredokaOne { font-family: "Fredoka One"; }
.font-FugazOne { font-family: "Fugaz One"; }
.font-Khand { font-family: "Khand"; font-weight: 700;}
.font-Laila { font-family: "Laila"; font-weight: 700;}
.font-Lemon { font-family: "Lemon"; }
.font-LilitaOne { font-family: "Lilita One"; }
.font-LuckiestGuy { font-family: "Luckiest Guy"; }
.font-MerriweatherSans { font-family: "Merriweather Sans"; font-weight: 800;}
.font-MerriweatherSansItalic { font-family: "Merriweather Sans";font-style: italic;font-weight: 800;}
.font-Montserrat { font-family: "Montserrat"; font-weight: 700;}
.font-Nobile { font-family: "Nobile"; font-weight: 700;}
.font-OpenSans { font-family: "Open Sans"; font-weight: 800;}
.font-OpenSansItalic { font-family: "Open Sans";font-style: italic;font-weight: 800; }
.font-Orbitron { font-family: "Orbitron"; font-weight: 900;}
.font-Rubik { font-family: "Rubik"; font-weight: 900;}
.font-RubikMonoOne { font-family: "Rubik Mono One"; }
.font-Sancreek { font-family: "Sancreek"; }
.font-Skranji { font-family: "Skranji"; font-weight: 700;}
.font-Syncopate { font-family: "Syncopate"; font-weight: 700;}
.font-Tillana { font-family: "Tillana"; font-weight: 800;}


