body {
	font: normal 12px/1.5em Trebuchet, Verdana, Arial, sans-serif;
	color: #666666;
	text-decoration: none;
	background: url(images/site/blueBackground.gif) repeat;
	margin: 0px;
}
td {
	background: #FFFFFF;
}

a.mainnav:link{
	color:#336699;
	font: italic bold 14px "Times New Roman", Times, serif, Bookman;
	padding-left: 20px;
	text-decoration: none;
}a.mainnav:visited {
	color:#336699;
	font: italic bold 14px "Times New Roman", Times, serif, Bookman;
	padding-left: 20px;
	text-decoration: none;
}
a.mainnav:hover {
	color:#000099;
	font: italic bold 14px "Times New Roman", Times, serif, Bookman;
	padding-left: 20px;
	text-decoration: none;
}
a.mainnav:active {
	color:#000099;
	font: italic bold 14px "Times New Roman", Times, serif, Bookman;
	padding-left: 20px;
	text-decoration: none;
}
.imagemid {
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer {
	font: italic 14px "Times New Roman", Times, serif, Bookman;
	color: #336699;
	text-decoration: none;
}
a:link {
	font: italic 14px "Times New Roman", Times, serif, Bookman;
	color: #336699;
	text-decoration: none;
}
a:visited {
	font: italic 14px "Times New Roman", Times, serif, Bookman;
	color: #336699;
	text-decoration: none;
}
a:hover {
	font: italic 14px "Times New Roman", Times, serif, Bookman;
	color: #000099;
	text-decoration: none;
}
.tdBeige {
	background: url(images/site/beigeBackground.gif);
}
a:active {
	font: italic 14px "Times New Roman", Times, serif, Bookman;
	color: #000099;
	text-decoration: none;
}
.tdNav {
	border: 1px solid #000099;
	background: url(images/background.gif);
}
h1 {
	color: #336699;
	font: italic bold 16px "Times New Roman", Times, serif, Bookman;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 3.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #f5f5f0;
	border-bottom: 1px solid #ece2c6;
	border-left: 1px solid #ece2c6;
	border-right: 1px solid #ece2c6;
	border-top: 1px solid #ece2c6;
	color: #666666F;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #ece2c6;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
	text-align:center;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #336699;
	
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #ece2c6;
}
.altRowOdd{
	background-color: #f5f5f0;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}