/* ================================
    CSS STYLES FOR THE Abundance of Colour and Inspiration website 
    v1.0, 10/2002
   ================================
*/   

BODY
{
	font-family: Verdana, Geneva, sans-serif;
	background-color: #6EBB1F;
	
}

/* */
.HomeHead
{
	color: #54200B;
	font-family: Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	HEIGHT: 35px
}

/* */
.ContentHead
{
    background-color: #fff;
    color: #54200B;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 35px
}

/* */
.SubContentHead
{
    background-color: #54200B;
    color: #FFF;
    font-family: Verdana, Arial;
    font-size: 18px;
    font-weight: bold;
    height: 20px
}

/* */
.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 18pt
}
.MostPopularHead
{
	background-color: #54200B;
	color: white;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
A.MostPopularItemText, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
	text-align: center;
    text-decoration: none
}

A.MostPopularItemText:hover
{
	color:#54200B;
/*    color: red; */
    font-family: Verdana, Arial;
    font-size: 11px;
	text-align: center;
    text-decoration: underline
}

.CartListHead
{
	background-color: #54200B;
	border-bottom: dimgray;
	border-left: dimgray 1px solid;
	color: #FFF;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 20pt;
	text-align:center
}

.CartListItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
	text-align:left
}

.CartListItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
	text-align:left
	
}

.CartListFooter
{
	background-color: #54200B;
	line-height: 10pt;
	text-align:center
}

.ProductDescription
{
	background-color: #54200B;
	color: #FFF;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 12pt;
	text-align:left
}

A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color: #54200B;
    font-family: Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
    text-decoration: none;
	line-height: 15pt;
	display: block;
    font-size:  11px;
    font-weight: bold;
    padding-left: 5px

}

A.MenuUnselected:hover
{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 15pt;
	display: block;
	background-image: url(images/bghover.png);
	padding-left: 5px;

}

A.MenuSelected
{
	color: #54200B;
	font-family: Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 15pt;
	display: block;
	text-decoration: none;
	font-size:  11px;
	font-weight: bold;
	padding-left: 5px;

}

A.MenuSelected:hover
{
    color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 15pt;
	display: block;
	background-image: url(images/bghover.png);
	padding-left: 5px;

}

/* 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: 12px;
	font-weight: normal;
	line-height: 21px
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px    
}
.NormalBoldWhite
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #FFF;
	padding-top: 7px;
}

a, a:link  {
    color:#02b294;
    font-family:Verdana, Helvetica, sans-serif;
    font-size:11px;
    text-decoration:underline;
}

a:hover {
	color:#ffffff;
    font-family: Verdana, Helvetica, sans-serif;
	background-image: url(images/bghover.png);
    font-size:11px;
    text-decoration:none;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.privacy {
	font-size: 10px;
}
.poptab {
	float: right;
	padding-left: 10px;
	border: thin solid #02B294;
}

