/* General style settings */
a:hover {
	color: #FF6633;
}
form {
	display: inline;
}
input,select,textarea {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 8pt;
	background-color: #FFFFCC;
	border: 2px ridge #CC9900;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
	display: inline;
}
td h2 a {
	color: #000066;
	text-decoration: none;
}
table.main {
	background-color: #FFFFCC;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
td a {
	color: #CC0033;
	font-weight: bold;
}
td.footer {
	font-size: 8pt;
	font-weight: bold;
	color: #336699;
	height: 20px;
}
td.footer a {
	color: #FF6600;
	text-decoration: none;
}
td.info {
	padding: 15px;
}
td.image {											       /* product image */
	padding-bottom: 25px;
	padding-top: 17px;
	border: thin;
	border-color: #993333;
}
td.desc {                                                  /* product description */
	font-weight: bold;
	font-size: 10pt;
	color: #336600;
}
td.subcategory {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #FFFFCC;
}
th {                                                       /* header of description */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: #666666;
}
