@charset "utf-8";

/* CSS Document */

body {
	background-color: #648F7D;
	font-size: medium;
}
.mainTable {
	background-color: #648F7D;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 500px;
	width: 800px;
}
.mainTableCell {
	background-color: #CFE6DC;
	vertical-align: top;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #806C59;
	border-right-color: #806C59;
	border-bottom-color: #806C59;
	border-left-color: #806C59;
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #3E5959;
}
.textTable {
	width: 700px;
}
.productLinksCell {
	font-size: small;
	text-align: center;
	font-weight: bold;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #807059;
	border-right-color: #807059;
	border-bottom-color: #807059;
	border-left-color: #807059;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.copyrightCell {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	text-align: center;
	color: #E6DCCF;
}
a {
	color: #6B5F4B;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
}


a:hover {
	color: #E6DCCF;
}

a:visited {
	color: #567A7A;
}
.productTable {
	width: 100%;
}
.productMainTable {
	vertical-align: top;
}
.productImage {
	border: thin solid #648F7D;
}
