﻿
.style-center {
	text-align: center;
}
.style-center-bold {
	font-weight: bold;
	text-align: center;
}
.style-bold {
	font-weight: bold;
}
.tiny-text {
	font-size: xx-small;
}
.red-asterisk {
	font-size: medium;
	color: #FF0000;
}

#order-table-1 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

.in-stock-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #00FF00;
}
.out-of-stock-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
	background-color:silver;
}

.shipping-quote-cell {
	background-color: #663300;
	text-align: center;
	
}

a:visited {
	color: blue;
}