/* ================================
    CSS STYLES FOR THE LOVINGBLOOMS
    v1.0, 05/2003
   ================================
*/   

BODY
{
}

/* */
.Description
{
	font-weight: normal;
	font-size: 16px;
	color: olive;
	font-family: Verdana, Arial;
	height: 30px;
	text-decoration: underline;
}

.Header
{
	font-weight: bold;
	font-size: 20px;
	color: green;
	font-family: Verdana, Arial;
	height: 35px;
}

.HeaderSmall
{
	font-weight: bold;
	font-size: 9px;
	color: Olive;
	font-family: Verdana, Arial;
}

.HomeHead
{
    color: #999966;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    HEIGHT: 35px
}

/* */
.ContentHead
{
	font-weight: bold;
	font-size: 18px;
	color: #006400;
	border-bottom: #006400 solid;
	font-family: Verdana, Arial;
	height: 20px;
	background-color: #ccffcc;
}

/* */
.SubContentHead
{
	font-weight: bold;
	font-size: 18px;
	color: #006400;
	border-top-style: none;
	font-family: Verdana, Arial;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	background-color: #ccffcc;
	border-bottom-style: none;
}

/* Padding */
.Pad30
{
	padding-left: 30px;
	margin-left: 50px;
}
/* */
.UnitCost
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 15px;
    line-height: 20pt
}

/* */
.ModelNumber
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 20pt
}

/* */
.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 20pt
}
.OrderText
{
	font-weight: normal;
	font-size: 14px;
	color: #006400;
	font-family: Verdana, Helvetica, sans-serif;
}

.MostPopularHead
{
    color: #006400;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    background-color: transparent;
}

A.MostPopularItemText, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
	color: black;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
	background-color: transparent;
}

A.MostPopularItemText:hover
{
    color: green;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: underline;
    background-color: transparent;
}

.ProductListHead
{
    color: #006400;
    font-family: Verdana, Arial;
    font-size: 9px;
    line-height: 9pt;
    text-decoration: underline;
}
.ProductListItem
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px
}

.CartListHead
{
    background-color: #ccffcc;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px
}

.CartListItem
{
/*
	background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
*/
    color: #006400;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px;
	margin-bottom: 0px;
}
.CartListItemBold
{
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	color: #006400;
	font-family: Verdana, Arial;
}

.CartListItemLite
{
	padding-left: 5px;
	font-weight: bold;
	font-size: 8px;
	color: green;
	font-family: Verdana, Arial;
	font-variant: small-caps;
}

.CartListItemHeader
{
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}
A.CartListHeaderLink, A.CartListHeaderLink:link, A.CartListHeaderLink:visited
{
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px;	
    padding-right: 5px;
    text-decoration: none;
}   

A.CartListHeaderLink:hover
{
	color: white;
	text-decoration: underline;
}

A.CartListItemLink, A.CartListItemLink:link, A.CartListItemLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    color:  Green
}   

A.CartListItemLink:hover
{
	color: #9acd32;
	text-decoration: underline;
}

.CartListItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
     color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListFooter
{
    background-color: #ccffcc;
    line-height: 10pt
}

/* text style for the links and associated labels*/
.SiteLink
{
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	font-size: 11px;
}
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color: #33CC33;
	font-size: 11px;
}  
A.SiteLink:link
{
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color: #008000;
	font-size: 11px;
}  
  
 

 

A.SiteLink:hover    
{
    text-decoration: underline;
    color: Red;
}

A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited
{
	color: #33CC33;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

A.SiteLinkBold:hover
{
    color: Green;
    text-decoration: none;
}

/* */
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #ffd700;
	line-height: 16px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

A.MenuUnselected:hover
{
	padding-left: 10px;
	color: white;
	text-decoration: underline;
}

A.MenuSelected
{
    color: white;
    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: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 10px
}

.MenuPhoneNumber
{
	font-weight: bold;
	font-size: 16px;
	color: #fffacd;
	font-family: Helvetica, Verdana, sans-serif;
}
/* 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: 12px    
}

.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px    
}

.Welcome
{
    font-family:      Garamond, Helvetica, sans-serif;
    font-size: 20px;
    font-weight:  normal;
    line-height: 20px;
    color: #006400       
}


/* 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;    
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalGreenBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: green
}

.NormalYellow
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: yellow
}

.NormalWhite
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

.Normal#006400
{
    color: #90ee90;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px    
}

.SubTotalBoldBoxed
{
	border-right: black thin solid;
	padding-right: 3px;
	border-top: black thin solid;
	padding-left: 3px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 3px;
	border-left: black thin solid;
	line-height: 12px;
	padding-top: 3px;
	border-bottom: black thin solid;
	font-family: Verdana, Helvetica, sans-serif;
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px    
}

.Alert
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #8b0000;
    line-height: 16px    
}

.AlertSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #8b0000  
}

.FooterBold
{
    color: Orange;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;

}

.QuickMenu
{
    color: #006400;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    font-variant: small-caps;
}

A.QuickMenuLink, A.QuickMenuLink:link, A.QuickMenuLink:visited
{
    color: #006400;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    font-variant: small-caps;
}

A.QuickMenuLink:hover
{
    color: #00ff7f;
    text-decoration: none;
}

A.QuickMenuLinkBig, A.QuickMenuLinkBig:link, A.QuickMenuLinkBig:visited
{
	color: #006400;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}

A.QuickMenuLinkBig:hover
{
    color: #00ff7f;
    text-decoration: none;
}

A.MenuLink, A.MenuLink:link, A.MenuLink:visited
{
    color: #fffacd;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    font-variant: small-caps;
}

A.MenuLink:hover
{
	color: #ffd700;
	text-decoration: none;
}

.MenuText
{
	color: #fffacd;
	font-size: 11px;
}

.MenuHeader
{
	font-weight: bold;
	font-size: 14px;
	background-image: url(images/spring_flowers.jpg);
	color: yellow;
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
}

.FlowerBackground
{
	background-attachment: scroll;
	background-image: url(images/flower_background.jpg);
	background-repeat: repeat;
}

.SmallGreenCaps
{
	font-weight: bold;
	font-size: 9px;
	color: #006400;
	font-family: Verdana, Arial;
	font-variant: small-caps;
}
.SmallGreenCapsBottom
{
	font-weight: bold;
	font-size: 9px;
	color: #006400;
	border-bottom: green thin solid;
	font-family: Verdana, Arial;
	font-variant: small-caps;
}

.SmallGreenCapsTop
{
	font-weight: bold;
	font-size: 9px;
	color: #006400;
	border-top: green thin solid;
	font-family: Verdana, Arial;
	font-variant: small-caps;
}

.#006400BorderBottom
{
	border-bottom: #ccffcc thin solid;
}
.#006400BorderTop
{
	border-top: #ccffcc thin solid;
}
.#006400Border
{
	border-top: #006400 thin solid;
	border-bottom: #006400 thin solid;
	border-left: #006400 thin solid;
	border-right: #006400 thin solid;
}
	

A.FooterLinkBold, A.FooterLinkBold:link, A.FooterLinkBold:visited
{
    color: Orange;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;
}

A.FooterLinkBold:hover
{
    color: Yellow;
    text-decoration: none;
}

.CopyrightNotice
{
	color:White;
    font-family: Arial;
    font-size:  9px;
    font-weight: bold;
}

A.CopyrightNoticeLink, A.CopyrightNoticeLink:link, A.CopyrightNoticeLink:visited
{
	color:White;
    font-family: Arial;
    font-size:  9px;
    font-weight: bold;
}

A.CopyrightNoticeLink:hover
{
	color:White;
	text-decoration: underline;
}

A.PageLink, A.PageLink:link, A.PageLink:visited
{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	font-size: 12px;
	color: blue;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

A.PageLink:hover
{
	color: #87cefa;
	text-decoration: none;
}

.PageLink
{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}

A:link  {
    text-decoration: none;
    color:  black;
}

A, A:hover {
    text-decoration: underline;
    color:  black;
}

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
}

