﻿body 
{
	margin: 0 0 0 0;
	border: 0 0 0 0;
	background-color: #222121;
	font-family: Verdana, Arial, MS Sans Serif ;
	font-size: 10pt;
	font-style:normal;
	color: #343434;
}
.InventoryTitle
{
	font-family: Verdana, Arial, MS Sans Serif ;
	font-size: 14px;
	color: #343434;
	font-weight: bold;
}
.formlbl
{
	font-weight:bold;
	font-size: 9pt;
	font-family: MS Sans Serif, Verdana, Arial;
	color: #343434;
}
.formtext
{
	font-weight:normal;
	font-size: 8pt;
	font-family: MS Sans Serif, Verdana, Arial;
}


/*-------------------------------
News Section 
-------------------------------*/
.newsUpperContent
{
    font: normal 11px Arial, Verdana, Helvetica, Sans-serif;
    color: #666666;
    background-repeat: repeat-y;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
}
.newLowerContent
{
    font: normal 11px Arial, Verdana, Helvetica, Sans-serif;
    color: #666666;
    background-repeat: repeat-y;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
}
.diamond 
{
    vertical-align: middle;
    background-color: Black;
}

#NewsItems .newsDate 
{
    font-weight: bold;
    font-size: 10px;
    color: DarkGray;
}
#NewsItems .newsContent 
{
    text-align: justify;
    font-size: 8pt;
}
#NewsItems .newsHeadline
{
    font-weight: bold;
    color: #cc3300;
    font-size: 9pt;
}

/*-------------------------------
Status Section 
-------------------------------*/
.StatusTrue
{
	font-size: 12pt;
}
.StatusFalse
{
	font-size: 8pt;
}

.SellingPrice
{
	color: Red;
}
.MenuMainItems
{
	background-image: url(images/headerbg.jpg);
	border-top: solid 0px Gray;
	height: 20px;
	padding: 5px 5px 5px 5px;
}
.MenuItems
{
	border-top: solid 0px Gray;
	background: #040404;
	height: 20px;
	padding: 5px 5px 5px 5px;
}
.MenuMainItems:link,
.MenuMainItems:visited,
.MenuMainItems:active,
.MenuItems:link,
.MenuItems:visited,
.MenuItems:active
{
	font-family: Verdana, Arial, MS Sans Serif;
	font-size: 12px;
	color: White;
}

.MenuOutline
{
	border-bottom: solid 2px Gray;
	border-left: solid 1px Gray;
	border-right: solid 1px Gray;
	border-top: none 0px black;
}

.StateLink,
.StateLink:visited
{
	color: green;
}
#ImageGallery {
    text-align: center; 
 }
 
#ImageGallery ul
{
    list-style-type: none;
    width: 650px;
}
#ImageGallery li
{
    float: left;
    width:140px;
    padding: 2px 0 2px 0;
    height: 110px;
}
#ImageGallery a
{
     border: solid 1px #770000;
}