/* ================================
    CSS STYLES FOR eCommerce STORE 
    v1.1, 02/2003
   ================================
*/
/* THE NEW STYLE SHEET */

/* HTML ELEMENTS */
BODY, TABLE
{
	font-weight: normal;
	font-size: 11px;
	line-height: 12pt;
	font-family: Verdana, Helvetica, sans-serif;
}
H1  /* USED FOR HEADERS AT TOP OF PAGES */
{
	color: #999966;
	font-family: Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	height: 35px;
}

/* CLASSES */
.ContentBold
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
}
/**********************************************************************************/
/* HOW ALERT OR ERROR MESSAGES ARE DISPLAYED */
.ErrorText
{
	color: red;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 20pt;
}
/**********************************************************************************/
/* THE FOLLOWING ARE HOW LISTS ARE DISPLAYED (SHOPPING CARTS, ADDRESSES, ETC.) */
/* THE HEADERS ON THE TOP OF A COLUMN */
.HeaderStyle
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	line-height: 20pt;
	font-family: Verdana, Arial;
}
/* THE ROWS LISTED DOWN */
.ItemStyle
{
	color: black;
	font-family: Verdana, Arial;
	font-size: 11px;
}
/* THE ALTERNATING ROWS IN THE LIST */
.AlternatingItemStyle
{
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial;
}
/* THE FOOTER AT THE BOTTOM OF THE LIST */
.FooterStyle
{
}

.SelectedItemStyle
{
}

/**********************************************************************************/
/* TEXT STYLE FOR THE SITE LINKS **************************************************/
A, A:link, A:visited
{
    font-size: 11px;
    color: #666633;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
}
/* THIS IS THE STYLE THAT OCCURRS WHEN THE MOUSE GOES OVER A LINK */
A:hover
{
	text-decoration: underline;
	color: black;
}



/* LINKS LIKE AT THE TOP OF THE WEBSITE; "SIGN IN", "ACCOUNT", "CART" **************/
A.TopMenu, A.TopMenu:link, A.TopMenu:visited
{
    font-weight: bold;
    font-size: 13px;
    color: beige;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
}
/* THIS IS THE STYLE THAT OCCURRS WHEN THE MOUSE GOES OVER A LINK */
A.TopMenu:hover
{
	color: darkgoldenrod;
	text-decoration: underline;
}
.TopMenuBody
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: beige;
	font-weight: bold;
}



/* LEFT SIDE MENU ******************************************************************/
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    font-weight: bold;
    font-size: 10px;
    color: beige;
    line-height: 16px;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
}

A.MenuUnselected:hover
{
	color: darkgoldenrod;
	text-decoration: underline;
}

A.MenuSelected
{
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 10px;
}

A.MenuSelected:hover
{
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
}
.sidebarHead
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: beige;
	font-weight: bold;
}
.sidebarBody
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: beige;
	font-weight: bold;
}
/* GENERAL **********************************************************************/


/* COLOR SCHEME */
/* DARK */
.Dark
{
    background-color: #666633;
}
/* MEDIUM */
.Medium
{
    color: #999966;
}
/* LIGHT */
.Light
{
    color: #FFFFCC;
}
/* HIGHLIGHT - LIKE MOUSE OVERS */
.Highlight
{
	color: #CCCC99;
}
.Button
{

}

