/* Background
================================================================================================================== */
/* amb changed the body from top center to left top */

	
		body {
			background-image: none;
			background-color: #ffffff;
		}
	


/* Typography
================================================================================================================== */

/* Body */
body,
table tr td, table tr th,
input[type="text"], textarea,
.button,

{
	font-family: Helvetica, Arial, sans-serif;
}


/* Headers */

#related h2, .formatted h2 {
	font-size: 2.6em;
}
.formatted h3 {
	font-size: 2.1em;
}
.formatted h4 {
	font-size: 1.6em;
}
#comments h2, .order_total .total {
	font-size: 2.2em;
}

#product-details .sold-out {
	font-size: 2.1em;
}
.product-details-title a {
	font-size: 1.8em;
}


/* Colours
================================================================================================================== */

/* Primary Color - */
a, 
a:visited,
.comment .author
{
	color: #616265;
}


.status_paid, .status_authorized, .status_fulfilled {
	background-color: #616265 !important;
}

/* Primary Color - Darkened */
a:hover, 
a:visited:hover
{
	color: #4a4b4e;
}

/* Design Extras
================================================================================================================== */

/* Roundness */


/* Shadows */





.product-overlay {
	display: none;
}
