@charset "UTF-8";

/* Overrides to default Store plugin css */

/* Buttons */

.PHPurchaseButtonPrimary, .PHPurchaseButtonSecondary, a.PHPurchaseButtonPrimary, a.PHPurchaseButtonSecondary {
	font-family: FunctionProCondensed !important;
	font-weight: bold;
	font-size: 92% !important;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff;
	background-image: none;
	height: auto !important;
	padding: 1px 5px;
	border: none !important;
}
.PHPurchaseButtonPrimary:hover, .PHPurchaseButtonSecondary:hover, a.PHPurchaseButtonPrimary:hover, a.PHPurchaseButtonSecondary:hover {
	background-color: #666 !important;
}
.PHPurchaseButtonPrimary {
	background-color: #000 !important;
}
.PHPurchaseButtonSecondary {
	background-color: #64ae44 !important;
}
.purAddToCart {
	float: right;
}
.PHPurchaseCartButton {
	padding-bottom: 1em;
}
.sidecart a.PHPurchaseButtonPrimary, .sidecart a.PHPurchaseButtonSecondary {
	font-size: 115% !important;
}

/* Product Display */

.PHPurchasePrice {
	font-size: 100%;
}

/* Cart */

#viewCartTable {
	border: 1px solid #000;
}
#viewCartTable td, #viewCartTable th {
	border-bottom: 1px solid #000;
}
#viewCartTable th {
	font-family: FunctionProCondensed !important;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
}
.phorm2 ul li label {
	font-size: 92%;
}
.phorm2 ul.shortLabels li label {
	text-align: left;
	display: block;
	width: auto;
}
.phorm2 ul.shortLabels li select {
	font-size: 92%;
	width: auto;
}
.phorm2 ul.shortLabels li input[type=text] {
	font-size: 92%;
	width: 250px;
}
.phorm2 ul li span.description, .phorm2 ul li p.description, .phorm2 ul.shortLabels li p.description {
	font: 70%/1.2em Arial, Helvetica, sans-serif;
	color: #000 !important;
	font-style: normal;
	margin: 0 !important;
}

