﻿
h4
{
    border-bottom: 0.5px solid white;
    color: gray;
    font-size: .8em;
    text-align: center;
}
.pic
{
    background-color: transparent;
}
#display
{
    text-align: center;
    padding: 10px 0 10px 0;
}
#title
{
    color: Black;
    font-size: 1em;
    letter-spacing: 3pt;
    margin-bottom: -5px;
}
#menu
{
    background-color: #999;
    width: 80%;
    margin-left:10%;
    border: 1px solid #333;
   
    text-align: center;
}

#menu a.linkopacity:hover img
{
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5;
    -khtml-opacity: .5;
}

#menu a.linkopacity:active img
{
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -khtml-opacity: 0.5;
    height: 20px;
    width: 30px;
    border: 0;
}

#menu a.linkopacity img
{
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    -khtml-opacity: 1.0;
    height: 20px;
    width: 30px;
    border: 0;
}


#sales
{
    padding: 0 0 0 1em;
    font-size: .8em;
    color: #666;
}

#menu li
{
    margin-right:3px;
    list-style: none;
    display: inline;
  
}

#menu ul
{
   
    margin: .5em;
}

#placeholder
{
    border: 1px solid gray;
    padding: 10px;
    background-color: White;
}

