/****************************************/
/* Richlee Shoe Company					*/
/* Content Stylesheet					*/
/****************************************/

/****************************************/
/* Global Styles						*/
/****************************************/
html, body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.underline {
	text-decoration: underline;
}
.nodisplay {
	display: none;
}
.novisiblity {
	visibility: hidden
}
.nofloat {
	float: none;
}

/****************************************/
/* Content Styles						*/
/****************************************/
#content {
	font-size: 0.90em;
	padding: 10px;
}
#content h1 {
	font-size: 1.50em;
	text-align: center;
}
#content h2 {
	font-size: 1.25em;
}
#content h3 {
	font-size: 1.00em;
}
#content blockquote {
	font-size: 1.10em;
	font-style: italic;
}
#content blockquote cite {
	display: block;
	font-style: normal;
	text-align: right;
}
#content #shippingChart {
	border: solid 1px;
	margin: 0 auto;
	padding: 5px;
	width: 50%;
}
#content #shippingChart h2 {
	text-align: center;
}
#content #shippingChart table {
	width: 100%;
}
#content #shippingChart table td {
	border: solid 1px;
	padding: 5px;
}
#content #sizeChart {
	border: solid 1px;
	width: 100%;
}
#content #sizeChart th, #content #sizeChart td {
	border: solid 1px;
	padding: 5px;
	text-align: left;
}
#content #guarantee {
	background: #DBDBBB;
	border: solid 1px #000;
	width: 500px;
	margin: 0 auto;
	padding: 3px;
}
#content #guarantee h1 {
	color: #C00;
	text-align: center;
}
.alignRight {
  text-align:right;
}
/****************************************/
/* Form Control Styles					*/
/****************************************/
#content fieldset {
	border: none;
	margin: 5px 0;
}
#content fieldset div {
	clear: both;
	margin: 3px 0;
}
#content fieldset div > label {
	float: left;
    margin: 3px 0;
    width: 8.00em;
}
