/**
 **************************************************
 * typography.css
 * Set all font styles in this file
 * TJ Eastmond <teastmond@efashionsolutions.com>
 **************************************************
 */

/* Base */
* {
	color: #C1C1C1;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px !important;
}

a {
	color: #C1C1C1;
	text-decoration: none;
}

a:hover {
	color: #04B5D7;
}

span.oldPrice {
	text-decoration: line-through;
}

.btn {
	font-weight: bold;
	text-transform: uppercase;
}

a.btn {
	padding: 3px 9px;
}

/* Catalog Pages */

/* Product Pages */

/* Account Pages */

/* Recently Viewed */

/* Wrapper */

