body {
	margin: 0px;
	padding: 0px;
	background-color: #e5f2ff;
}
td, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form {
	margin: 0px;
}	
.mainTable {
	width: 770px;
	background-color: #FFFFFF;
}
h1 {
	color: #000;
	font-size: 20px;
	margin: 0px;
}
h3 {
	color: #000;
	font-size: 14px;
	margin: 0px;
}
hr {
	border: none;
	color: #ccc;
	height: 1px;
}	
.inputField {
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #534741;
}
#miniCartTable {
	border-color: #DEDBDA;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
}
#miniCartTable a {
	text-decoration: none;
	color: #534741;
}		
#headerLinks {
	color: #FFFFFF;
}
#headerLinks a {
	padding-left: 5px;
	padding-right: 5px;
}
#headerLinks a {
	color: #FFFFFF;
	text-decoration: none;
}
#leftLinks 	{
}
#leftLinks a {
	color: #000;
	font-size: 11px;
	display: block;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
	margin-bottom: 5px;
}
#leftLinks a:hover {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
}
#newProducts {
	background: #ffcccc;
}
#salesCloseout {
	background: #ccfff6;
}
#toys {
	background: #ffffcc;
}
#party {
	background: #79ff6b;
}
#kitchen {
	background: #ccccff;
}
#home {
	background: #ff9966;
}
#food {
	background: #d5f0ff;
}
#foodDecor {
	background: #d1a478;
}
#health {
	background: #dff9a4;
}
#wrapping {
	background: #ffdffa;
}
a:link, a:active, a:visited {
	color: #534741;
}
.heading1 {
	color: #534741;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Verdana;
}
#footerLinks {
	color: #000;
}
#footerLinks a {
	color: #000;
	text-decoration: none;
}
.headingFooter {
	display: inline;
	font-weight: bold;
}			
/** Product Styles **/
a.productName:link, a.productName:active, a.productName:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.regPrice {
	text-decoration: line-through;

}
.salePrice {
	font-size: 14px;
	color: #8DC63F;
	font-weight: bold;
}
.noSale {
	font-size: 14px;
	color: #8DC63F;
	font-weight: bold;
}
.salePriceMoreInfo {
	font-size: 18px;
	color: #8DC63F;
	font-weight: bold;
}
.noSaleMoreInfo {
}
.productInfo {
	width: 150px;
	align: center;
}	
/** Misc Styles **/
.onSaleText {
	font-size: 20px;
}
.leftNav {
	width: 140px;
	padding-left: 20px; 
	padding-right: 20px;
	background-image: url(https://jade.secure-host.com/seefred/media/images/leftNavBg.gif); 
	background-repeat: no-repeat; 
	background-position: right top;			
}
.imageBorder {
	border-color: #D8D5D4;
	border-style: solid;
	border-width: 1px;
}	
/*** Previous/Next Style ***/

.multipage br {
	display: none;
	margin: 0px;
}
.currentPage {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.prevnext a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.prevnext a:visited {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.prevnext a:hover {
	color: #FFFFFF;
}
/*** Product Ordering Options Dropdown(s) ***/
/*** Wrap option text AND dropdown code with <span> ***/

.optionsTable table {
	display: inline;
	vertical-align: middle;
}
.optionsTable select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*** Cart Dropdown Boxes ***/

.redefSelect select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #534741;
}
/*** Cart Text Areas ***/

.redefInput table td input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #534741;
	border: 1px solid #D0CDCC;
}
