BODY
{
}

A{color : #457600;text-decoration : none;}
A:LINK{color : #457600;text-decoration : none;}
A:VISITED{color : #457600;text-decoration : none;}
A:HOVER{color : #E8E8E8;text-decoration : underline;}
A:ACTIVE{color : #E8E8E8;text-decoration : underline;}

UL{list-style-image: url(images/frog_bullet.jpg);}
.gecko{list-style-image: url(images/gecko_bullet.jpg);}

.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
    FLOAT: left;
    POSITION: relative;
    BACKGROUND-COLOR: deepskyblue;
    TEXT-ALIGN: center
}
.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 120px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: #5B9B00
}
.menua
{
    VISIBILITY: hidden;
    WIDTH: 150px;
    LINE-HEIGHT: 140%;
    POSITION: absolute;
    BACKGROUND-COLOR: transparent
}
.menuItem
{
    WIDTH: 100%;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: #5B9B00
}
.ItemMouseOver
{
    WIDTH: 100%;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: highlight
}
.ItemMouseOut
{
    WIDTH: 100%
}
.barOver
{
    FLOAT: left;
    POSITION: relative;
    BACKGROUND-COLOR: deepskyblue;
    TEXT-ALIGN: center
}

.ItemHeader
{
	BACKGROUND-COLOR: #4278A9;
	TEXT-ALIGN: LEFT;
	WIDTH: 100%;
	FONT-WEIGHT: BOLD
}

.ItemNumber
{
	WIDTH: 40%;
	FONT-SIZE: 75%;
	TEXT-ALIGN: LEFT;
}

.ItemSize
{
	WIDTH: 30%;
	FONT-SIZE: 75%;
	TEXT-ALIGN: RIGHT;
}

.ItemPrice
{
	WIDTH: 30%;
	FONT-SIZE: 75%;
	TEXT-ALIGN: RIGHT;
}

.ItemDescription
{
	WIDTH: 100%;
	FONT-SIZE: 85%;
	TEXT-ALIGN: Left;
	VERTICAL-ALIGN: TOP;
}


.ItemDescriptiona
{
	FONT-SIZE: 85%;
	TEXT-ALIGN: Left;
	VERTICAL-ALIGN: TOP;
}

.ItemNumberHeader
{
	WIDTH: 40%;
	TEXT-ALIGN: CENTER;
	BACKGROUND-COLOR: #31506B;
	FONT-SIZE: 65%;
	COLOR: #ffffff
}

.ItemSizeHeader
{
	WIDTH: 30%;
	TEXT-ALIGN: CENTER;
	BACKGROUND-COLOR: #31506B;
	FONT-SIZE: 65%;
	COLOR: #ffffff
}

.ItemPriceHeader
{
	WIDTH: 30%;
	TEXT-ALIGN: CENTER;
	BACKGROUND-COLOR: #31506B;
	FONT-SIZE: 65%;
	COLOR: #ffffff
}
.ItemDescriptionHeader
{
	WIDTH: 40%;
	TEXT-ALIGN: CENTER;
	BACKGROUND-COLOR: #31506B;
	FONT-SIZE: 65%;
	COLOR: #ffffff
}