/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*eCommerce CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #432100;
}

a:link {
	color: #432100;
}
a:visited {
	color: #432100;
	text-decoration: none;
}
a:hover {
	color: #432100;
	text-decoration:none;
}
a:active {
	color: #432100;
	text-decoration:none;
}

hr{
	color: #432100;
	height: 1px;
	width: 90%;
}

h2 {
	color: #432100;
	font-size: 14px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #432100;
	border: 1px inset #432100;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #432100;
	border: 1px inset #432100;
}

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

input.formButton {
	border-bottom: 1px solid #432100;
	border-left: 1px solid #432100;
	border-right: 1px solid #432100;
	border-top: 1px solid #432100;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/

table.tube, table.tube td, table.tube th {
	border: 0px solid #FFF;
	border-collapse: collapse;
}

table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #432100;
	border-collapse: collapse;
}
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: #432100;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
}
.altRowOdd{
}

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #432100;
	font-weight: bold;
}
/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}

img {
  border: none;
}

a img {
  border: none;
}
