/* ================== Custom for site ========================== */


/* ================== General ================================ */
.main, BODY, TABLE {
	font-family: Verdana, Arial, Helvetica, "Sans serif"; 
	color: #333333;
	font-size: 10pt;
	text-decoration: none
}
TABLE#fixwidth {
	width: 486px;
}
.main_small {
	font-family: Verdana, Arial, Helvetica, "Sans serif"; 
	color: #666666;
	font-size: 10px;
	text-decoration: none
}
.notes {
	font-family: Verdana, Arial, Helvetica, "Sans serif"; 
	color: #666666;
	font-size: 10px;
	text-decoration: none
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
.menutext {
	font-family: Verdana, Arial, Helvetica, "Sans serif"; 
	color: #666666;
	font-size: x-small;
	text-decoration: none
}
TABLE.menutext A:link, A.menutext:link {
	text-decoration: none;
	color: #666666;
}
TABLE.menutext A:visited, A.menutext:visited {
	text-decoration: none;
	color: #666666;
}
TABLE.menutext A:active, A.menutext:active {
	text-decoration: none;
	color: #000000;
}
TABLE.menutext A:hover, A.menutext:hover{
	text-decoration: underline;
	color: #000000;
}

.title1, h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #DED7E7;
	background-color: #BDAED6;
}
.title2, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
.title3, h3 {
	background-color: #333333; font-size: 10pt; color: #FFFFFF
}


/* ================== FORMS ================================ */
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: x-small;
}
TABLE.form {
	background-color: #333333;
}
TABLE.form TH {  /* TH descendant of a form table */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
}
TABLE.form TD {		/* TD descendant of a form table*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	background-color: #DDDDDD;
}
SELECT, INPUT {		/* also includes submit buttons, so if not wanting this, specify below) */
	font-family: Verdana, Arial, Helvetica, "Sans serif";
	font-size: x-small;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #EEEEEE;
	border: 1px solid #333333;
}
.button {
	font-family: Verdana, Arial, Helvetica, "Sans serif";
	font-size: x-small;
	color: #333333;
	background-color: #CCCCCC;
	border: thin outset #CCCCCC;
}

/* ================== Shopping cart specific ================================ */
.product_title{
	font-family: Verdana, Arial, Helvetica, "Sans serif";
	color: #330099;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}
.price{
	font-family: Verdana, Arial, Helvetica, "Sans serif";
	color: #330099;
	font-size: 11pt; 
	text-decoration: none;
	font-weight: bold;
}
.offerprice{
	font-family: Verdana, Arial, Helvetica, "Sans serif";
	color: #CC0000;
	font-size: 11pt; 
	text-decoration: none;
	font-weight: bold;
}
