/* ================================
    CSS STYLES FOR THE COMMERCE STARTER KIT 
    v1.0, 10/2002
   ================================
*/   

BODY
{
color: #000000
}

/* */
.HomeHead
{
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    
}

/* */
.ContentHead
{
    background-color: black;
    color: dimgray;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 35px
}

/* */
.SubContentHead
{
    background-color: #067FB0;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 20px
}

/* */
.UnitCost
{
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20pt
}

/* */
.ModelNumber
{
    color: #000000: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 20pt
}

/* */
.ErrorText
{
    color: red;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
    line-height: 20pt
}
.MostPopularHead
{
	background-color: #CCFFFF;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;

}



A.MostPopularItemText, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;

}

A.MostPopularItemText:hover
{
    color: #0099FF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none
}

.ProductListHead
{
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: underline;
}
.AddressSmall
{
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 10pt;
    text-decoration: none;
}
.ProductListItem
{
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px
}

.CartListHead
{
	background-color: #CCFFFF;
	
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20pt;
	padding-left: 5px;
	text-align: center;


}

.CartListItem
{
	background-color: #ffffff;
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	text-align: center;

}

.CartListItemAlt
{
	background-color: #f2f2f2;
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	text-align: center;

}

.CartListFooter
{
	background-color: #CCFFFF;
	line-height: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

/* text style for the links */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: #dddddd;
    font-size: 11px;
}   

A.SiteLink:hover    
{
    text-decoration: none;
    color: white;
}

A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited
{
    color: #dddddd;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    font-weight: bold
}

A.SiteLinkBold:hover
{
    color: white;
    text-decoration: none;
}

/* */
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color: #067FB0;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  10px;
    font-weight: normal;
    line-height: normal;
    padding-left: 10px
}

A.MenuUnselected:hover
{
    color: #FF6666;
    
	text-decoration: none;
    padding-left: 10px
}

A.MenuSelected
{
    color: #FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

A.MenuSelected:hover
{
    color: #FF6666;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 10px
}

/* GENERAL */

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	color: black;
    line-height: 12px    
}

.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	color: black;
    line-height: 20px    
}

/* text style used for textboxes in the admin pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
	color: black
}

/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
	color: black
}

/* text style used for textboxes in the edit pages, for Nav compatibility */
.EditTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
    width: 100%;
	color: black
}

/* text style used for controls in the admin and edit pages, for Nav compatibility */
.NormalControl
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	color: black
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalCheckBox
{
    margin-left: -4px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	color: black
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
	color: black
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
    background-color:#ccccaa   
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	color: black;
    line-height: 12px    
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	color: black;
    line-height: 16px    
}


a:visited {
	
	color: #666699;
	text-decoration: none;

}

A:link  {
    text-decoration: none;
    color: #006699;
}

A, A:hover {
    text-decoration: none;
    color:  #FF0000;
}

SMALL   {
    font-size:  8px;
	color: black
}

BIG {
    font-size:  14px;
	color: black
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
	color: black
}


UL LI   {
    list-style-type:    square ;
	color: black
}

UL LI LI    {
    list-style-type:    disc;
	color: black
}

UL LI LI LI {
    list-style-type:    circle;
	color: black
}

OL LI   {
    list-style-type:    decimal;
	color: black
}

OL OL LI    {
    list-style-type:    lower-alpha;
	color: black
}

OL OL OL LI {
    list-style-type:    lower-roman;
	color: black
}

HR {
	height:1pt;
	text-align:left;
	color: black;
	

}

.buttonStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: medium double #0099CC;
	font-weight: bold;
	background-color: #FFFFFF;


}
.popItemsTable {
	background-color: #FFFFFF;
}
.CalendarSelectorStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;

}
.CalendarDayStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #F2F2F2;

}
.CalendarDayHeadStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.CalendarTitleStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;

}
.CalendarOtherMonthStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #D6E8F5;
}

.CalendarTodayStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: gainsboro;
	

}
.MenuListItem {
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}
.SmallText {
	font-size: 12px;
}
.TestimonySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	

}
A.TestimonySmall, A.TestimonySmall:link, A.TestimonySmall:visited
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;

}

A.TestimonySmall:hover
{
    color: #00FF66;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
