/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* basic elements */
body { 
	font: 8pt/14pt arial; 
	color: #555753; 
	background: #f5f5f5; 
	margin: 0px; 
	}
p { 
	font: 8pt/14pt arial; 
	margin-top: 0px; 
	text-align: left;
	}
h3 { 
	font: italic normal 12pt arial; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #9685BA;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #9685BA;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}

.shippingText {
	font: 10px arial; 
	line-height: 14px;
}
.priceText {
	font: 20px Georgia; 
	line-height: 28px;
}

.backText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #636363;
}
.titleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	font-style: italic;
}
.numberText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.dimensionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
