/* --------------------------------------------------------------------------------------------------------
AUTHOR:			Jeremy Burgeson
DATE CREATED:	2005.09.18
PURPOSE:		Keith Rasmussen Stylesheet
REVISIONS:
-------------------------------------------------------------------------------------------------------- */


/* Base font definition */

A, CENTER, P, UL, OL, BLOCKQUOTE, TD, TH, H1, H2, H3, H4, H5, H6
.textStandard, .textStandardGrey, textHeader, .textCategoryHeader, .textItemHeader, .textCartHeader, .textSmall,
 .textFormLabel, .textFooter, .textError, textErrorSmall
{
	font-family: Arial, Helvetica, sans-serif;
}


/* Body style */

BODY {
	font-family: Arial, Helvetica, sans-serif;
}


/* Link definitions */

a { text-decoration:underline; color:#3E647E; }
a:visited { text-decoration:underline; color:#3E647E; }
a:hover { text-decoration:none; color:#A5B8C9; }
a:active { text-decoration:none; color:#A5B8C9; }

a.item { text-decoration:none; color:#B3BBC9; }
a.item:visited { text-decoration:none; color:#B3BBC9; }
a.item:hover { text-decoration:underline; color:#B3BBC9; }
a.item:active { text-decoration:underline; color:#B3BBC9; }


/* Font definitions */

.textStandard {
	font-size: 11px;
	padding: 0px;
	color: #3E647E;
}

.textStandardGrey {
	font-size: 11px;
	padding: 0px;
	color: #999999;
}

.textHeader {
	font-weight: bold;
	font-size: 16px;
	padding: 0px;
	color: #3E647E;
}

.textCategoryHeader {
	font-size: 13px;
	padding: 0px;
	color: #B3BBC9;
}

.textCartHeader {
	font-size: 13px;
	padding: 0px;
	color: #3E647E;
}

.textItemHeader {
	font-size: 14px;
	font-style: italic;
	padding: 0px;
	color: #3E647E;
}

.textSmall {
	font-size: 10px;
	padding: 0px;
	color: #3E647E;
}

.textFormLabel {
	font-size: 11px;
	padding: 0px;
	color: #3E647E;
	text-align: right;
	padding-left: 3px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.textFooter {
	font-size: 10px;
	padding: 0px;
	color: #7C98AE;
	text-align: center;
}

.textError {
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
	color: #cc0000;
	background-color: #ffeeee;
}

.textErrorSmall {
	font-size: 10px;
	padding: 5px;
	color: #cc0000;
}


/* Input Field definitions -------------------------------------------------------------------------------- */

INPUT.formstyle {
	background-color: #ffffff;
	font-size: 11px;
	color: #000000;
}

SELECT.formstyle {
	background-color: #ffffff;
	font-size: 11px;
	color: #000000;
}

TEXTAREA.formstyle {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

INPUT.buttonstyle {
	font-size: 11px;
}

