/* ================================
    CSS STYLES FOR INH PROPERTIES 
    v1.1, 02/2002
   ================================
*/   

BODY
{
}

/* */
.style2 {font-size: 12px}
.style6 {color: #CCCCCC}
.style5 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.style9 {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 14px;}
.style11 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.style12 {color: #000000}
.style13 {font-size: 12px; font-weight: bold; color: #000000; font-family: Arial, Helvetica, sans-serif; }
.style15 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.style17 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #0000FF; }
.style18 {color: #FF0000}

.HomeHead
{
    color: #CC0000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    HEIGHT: 25px
}

/* */
.ContentHead
{
	color: #094931;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
}
/* */
.SubContentHead
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 14px; 
    color: #094931;   
    /*background-color: white;
    color: #000000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 14px*/
}
/* */
.SubContentHeadRed
{
    background-color: white;
    color: #CC0000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 14px
}
/* */
.ContentHeadBlack
{
    color: #000000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

/* */
.OrderProcessHead
{
    background-color: #CC0000;
    color: white;
    font-family: VVerdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px 
}


/* */
.PriceHead
{
    color: #CC0000;
    font-family: VVerdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 15pt
}

/* */
.UnitCost
{
    color: black;
    font-family: VVerdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

/* */
.MSRPUnitCost
{
    color: #CC0000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 15pt
}

/* */
.ModelNumber
{
    color: #808080;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 20pt
}

.MostPopularHead
{
    background-color: #CC0000;
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

A.MostPopularItemText, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none
}

A.MostPopularItemText:hover
{
    color: #CC0000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: underline
}

.FeatureListHead
{
    color: #CC0000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: none;
}

.ProductListHead
{
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: underline;
}
.ProductListItem
{
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px
}

.CartListHead
{
    background-color: #DBDCDD;
    border-bottom: #716F6F;
    border-left: #716F6F 1px solid;
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px
}

.CartListItem
{
    background-color: #ffffff;
    border-bottom: #716F6F;
    border-left: #716F6F 1px solid;
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 5px
}

.CartListItemAlt
{
    background-color: #f2f2f2;
    border-bottom: #716F6F;
    border-left: #716F6F 1px solid;
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 5px
}

.CartListFooter
{
    background-color: #DBDCDD;
    line-height: 10pt
}

.SearchListHead
{
    background-color: #DBDCDD;
    border-bottom: #716F6F;
    border-left: #716F6F 1px solid;
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12pt;
    padding-left: 5px
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	border-right: red thin inset;
	padding-right: 2px;
	border-top: red thin inset;
	padding-left: 2px;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 2px;
	margin: 2px;
	border-left: red thin inset;
	color: #ffffff;
	padding-top: 2px;
	border-bottom: red thin inset;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: black;
	text-align: center;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #ffffff;
    font-size: 10px;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #ffffff;
    font-size: 10px;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #ffffff;
    font-size: 10px;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #FFCC00;
    font-size: 10px;
}

.CommandButtonDim
{
	border-right: red thin inset;
	border-top: red thin inset;
	font-weight: bold;
	font-size: 10px;
	border-left: red thin inset;
	color: gainsboro;
	border-bottom: red thin inset;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #999999;
	text-align: center;
}

/* text style for the links */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
}   

A.SiteLink:hover    
{
    text-decoration: underline;
    color: #999999;
}

A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
}

A.SiteLinkBold:hover
{
    padding-left: 0px;
	color: #999999;
	text-decoration: none;
}

A.RedSiteLink, A.RedSiteLink:link, A.RedSiteLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: underline;
    color: #CC0000;
    font-size: 11px;
}   

A.RedSiteLink:hover    
{
    text-decoration: underline;
    color: #999999;
}

A.RedSiteLinkBold, A.RedSiteLinkBold:link, A.RedSiteLinkBold:visited
{
    color: #CC0000;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    font-weight: bold
}

A.RedSiteLinkBold:hover
{
    color: #999999;
    text-decoration: underline;
}

/* */
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 0px
}

A.MenuUnselected:hover
{
    color: #999999;
    text-decoration: underline;
    padding-left: 0px
}

A.MenuSelected, A.MenuSelected:link, A.MenuSelected:visited
{
    color: #FFCC00;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 0px
}

A.MenuSelected:hover
{
    color: #FFCC00;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 0px
}

A.CategorySelected
{
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 0px
}

A.CategorySelected:hover
{
    color: #990000;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 0px
}

/* NetConnect */

/* left navigation */

A.MS_SiteLink1, A.MS_SiteLink1:link, A.MS_SiteLink1:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: #000000;
    font-size: 10px;
}   

A.MS_SiteLink1:hover    
{
    text-decoration: underline;
    color: #716F6F;
}

A.MS_SiteLink1Bold, A.MS_SiteLink1Bold:link, A.MS_SiteLink1Bold:visited
{
    color: #000000;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  10px;
    font-weight: bold
}

A.MS_SiteLink1Bold:hover
{
    color: #716F6F;
    text-decoration: underline;
}

/* Center page navigation */
A.MS_SiteLink2, A.MS_SiteLink2:link, A.MS_SiteLink2:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: underline;
    color: #094931;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    padding-left: 0px
}

A.MS_SiteLink2:hover
{
	padding-left: 0px;
	color: #716F6F;
	text-decoration: underline;
}

A.MS_SiteLink2Selected
{
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  10px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 0px
}

A.MS_SiteLink2Selected:hover
{
    color: #990000;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 0px
}

A.MS_SiteLink3, A.MS_SiteLink3:link, A.MS_SiteLink3:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: underline;
    color: #094931;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    padding-left: 0px
}

A.MS_SiteLink3:hover
{
	padding-left: 0px;
	color: #716F6F;
	text-decoration: underline;
}

A.MS_SiteLink3Selected
{
    color: #716F6F;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  10px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 0px
}

A.MS_SiteLink3Selected:hover
{
    color: #716F6F;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 0px
}

/* */
.MS_GridHead
{
    background-color: #000000;
    border-bottom: white;
    border-left: white 1px solid;
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12pt;
    padding-left: 5px
}

.MS_GridListItem
{
    background-color: #ffffff;
    border-bottom: white;
    border-left: white 1px solid;
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 5px
}

.MS_GridListItemAlt
{
	padding-left: 5px;
	font-size: 11px;
	border-left: white 1px solid;
	color: black;
	border-bottom: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: lightgrey;
}

.MS_GridListFooter
{
    background-color: #000000;
    line-height: 10pt
}

/* */
.MS_OrderProcessHead
{
    background-color: #000000;
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px 
}

/* */
.MS_SearchDetail
{
    background-color: #ffffcc;
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 35px
}

/* */
.ErrorText
{
    color: #CC0000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    /*line-height: 20pt*/
}

/* GENERAL */

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}

.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    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;
}

/* 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;
}

/* 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%;
}

/* 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;
}

/* 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;
}

/* 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;
}

/* 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;
/*    border-style: solid;
    border-width: 1px;
    border-color: #cccc99; */
    background-color:#ccccaa;    
}

.NormalWhite
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 11px;
    color: White
} 

.NormalWhiteBold
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;   
    font-size: 11px;
    color: White
} 

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #CC0000;
}

A.NormalRed:Link, A.NormalRed:Visited
{
    color: #CC0000;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: underline;
    padding-left: 0px
}

A.NormalRed:hover
{
    color: #716F6F;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: underline;
    padding-left: 0px
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px         
}

.NormalBoldLarge
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px         
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px    
}

.NormalSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 11px    
}

.NormalSmallWhite
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 11px; 
    color: #FFFFFF;  
}

.NormalSmallRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 11px; 
    color: #CC0000;  
}

.NormalBoldGreen
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #094931;
}

A:link   
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: underline;
    color: #094931;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    padding-left: 0px
}

A:visited
{
	color: #094931;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    padding-left: 0px
}

A:hover
{
	color: #716F6F;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    height:1pt;
    text-align:left
}

.noborderlink 
a img { 
border: 0; 
}
a img { border-style:none; }
.bodyLeft_Headers {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
}
