td#button a:hover   {text-decoration : none; font-size : 12px; font-family : arial; font-weight:bold; background-color:#87212F;}
td#button           {text-decoration : none; font-size : 12px; font-family : arial; font-weight:bold;}
td#button a:visited {text-decoration : none; font-size : 12px; font-family : arial; font-weight:bold; color : #000000;}
td#button a:link    {text-decoration : none; font-size : 12px; font-family : arial; font-weight:bold; color : #000000;}
td#clearance a:link {text-decoration : none; font-size : 12px; font-family : arial; font-weight:bold; color : #FF0000;}
td#itemlink         {text-decoration : none; font-size : 13px; font-family : arial;}
td#itemlink a:hover {text-decoration : none; font-size : 13px; font-family : arial; font-weight:bold; background-color:#CCAD7A;}
h2 		    {color: #8C2634; font-family : arial; font-weight:bold; font-size: 16px; }
smith		    {text-decoration : none; font-size : 8px; font-family : arial; font-weight:bold; background-color:#87212F;}				
form { 	margin: 1px; }
	select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #680B00;
	border: 1px inset #8C2634;
}

input.formCheckbox {
	border: none;
	background: transparent;
}

/* 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 #FFFFFF;
	border-collapse: collapse;
	font-size: 10px;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #8C2634;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #E6E6E6;
}
.altRowOdd{
	background-color: #FFFFFF;
}

/* 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;
}