body {
	margin: 0;
	padding: 0;
	color: #043865;
	background-image: url(images/_background.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FCF1D6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
}

td, p {
	font-size: 12px;
}

img {
	border: 0;
}

table {
	border: 0;
}

a:link {
	text-decoration: underline;
	color: #436A8C;
}

a:visited {
	text-decoration: underline;
	color: #436A8C;
}

a:hover {
	text-decoration: none;
	color: #436A8C;
}

a:active {
	text-decoration: none;
	color: #436A8C;
}

.smallText {
	font-size: 10px;
	font-weight: normal;
}

.xSmallText {
	font-size: 9px;
	font-weight: normal;
	line-height: 1.25em;
}

.smallHeader {
	font-size: 16px;
	font-weight: bold;
}

.header {
	font-size: 20px;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	margin-bottom: .5em;
	font-size: 20px;
}

h2 {
	margin-bottom: .5em;
	font-size: 16px;
}

h3 {
	margin-bottom: .5em;
	font-size: 14px;
}

h4 {
	margin-bottom: .25em;
	font-size: 14px;
}

h5 {
	margin-bottom: .25em;
	font-size: 10px;
}

h6 {
	margin-bottom: .25em;
	font-size: 8px;
}

.bold {
	font-weight: bold;
}

.highlight, .highlightColor {
	color: #900;
}

.highlight {
	font-weight: bold;
	font-style: italic;
}

.block {
	display: block;
}

.leftJustify td {
	display: table-cell;
	text-align: left;
	padding-right: 1em;
	white-space: nowrap;
}

.space, .spaceTop {
	display: block;
	margin-top: 2em;
}

.space, .spaceBottom {
	display: block;
	margin-bottom: 2em;
}

.smallSpace, .smallSpaceTop {
	display: block;
	margin-top: 1em;
}

.smallSpace, .smallSpaceBottom {
	display: block;
	margin-bottom: 1em;
}

.xSmallSpace, .xSmallSpaceTop {
	display: block;
	margin-top: .25em;
}

.xSmallSpace, .xSmallSpaceBottom {
	display: block;
	margin-bottom: .25em;
}

.buttonRow td {
	display: table-cell;
	padding-top: 1em;
}

.pageHeader {
	display: block;
}

.productThumbnails {
	display: table-cell;
	vertical-align: top;
	font-size: 11px;
	line-height: 1.1em;
	padding: 0 1em 1em 1em;
}

.productThumbnails img {
	display: block;
	padding: 12px 15px;
}

.productThumbnails a:link, .productThumbnails a:visited {
	text-decoration: none;
	color: #043865;
}

.productThumbnails a:hover, .productThumbnails a:active {
	text-decoration: underline;
	color: #043865;
}

.CategoryFeaturedItem {
	display: block;
	position: absolute;
	top: 40px;
	right: 15px;
	width: 300px;
	text-align: center;
	font-size: 12px;
}

.productBackButton {
	position: absolute;
	display: block;
	top: -5px;
	left: 0;
	z-index: 100;
}

#productImage {
	float: left;
	padding: 65px 30px 400px 0;
}

#productInfo {
	position: absolute;
	top: 0;
	left: 10px;
	right: 25px;
	text-align: left;
}

.divider {
	color: #CCC;
	padding: 0 .1em;
}

.shoppingCart {
	display: table;
	border-style: solid;
	border-color: #043865;
	border-width: 0 1px 2px 1px;
}

.shoppingCart th {
	display: table-cell;
	padding: 4px 10px;
	background-color: #043865;
	color: #FFF;
}

.shoppingCart td {
	display: table-cell;
	border-top: 1px solid #000;
	padding: 4px 10px;
	background-color: #FFF;
}

.removeItemText {
	display: block;
	margin-top: .5em;
	width: 600px;
	text-align: center;
}

.continueButton {
	display: table;
	margin: 2em 25px 0 25px;
	width: 550px;
}

.placeOrderButtonText {
	margin-top: 0;
	width: 600px;
	text-align: right;
}

.errorbox {
	border: 1px solid #600;
	width: auto;
	padding-right: 1em;
	background-color: #FCC;
	color: #600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.receiptHeader {
	width: 600px;
	margin: 2em 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.receiptHeader h3 {
	padding: .5em 0;
	margin: 0;
}

.receipt * {
	font-family: Arial, Helvetica, sans-serif;
}

.receipt h3 {
	color: #000;
}

.receipt h4 {
	color: #000;
}

.textbox, .dropdownlist, .checkbox, .radiobutton, .button, .fileUpload {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

.button {
	color: #FFF;
	background-color: #436A8C;
	padding: 1px;
	border: 1px solid #043865;
	margin-right: 1em;
}
