.content p
{
    font: normal 10pt Arial;
}

.content a
{
    font: normal 10pt Arial;
    color: #800000;
    text-decoration:none;
}
.content a:hover
{
    color: #000000;
}

.content p.boldheader
{
    font: bold 12pt Arial;
}
.logout
{
    text-align: right;
    display: block;
    font: normal 10pt Arial;
    color: #800000;
    text-decoration:none;
}
.logout a
{
    color: #800000;
    text-decoration:none;
}
.addform
{
    margin-top: 0px;
}
.addform p
{
    margin-top: 10px;
}
.error
{
    color: Red;
}
.messages
{
    color: Green;
}
.name
{
    font: bold 12pt Arial;
}
.itemtable td
{
  width: 50%;
  vertical-align: top;
}
.itemtable td.description
{
    font: normal 10pt Arial;
}
.itemtable td.price
{
    font: normal 10pt Arial;
}
.deleting
{
   font: bold 10pt Arial;
   opacity: 0.5;
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=25);
   width: 100%;
   cursor: wait;
}
.deleteitem
{
   font: bold 10pt Arial;
   text-align: right;
}

.sectionheader
{
    width: 90%;
    height: 20px;
    text-align:left;
    font: bold 12pt Arial;
}
.sectionheader TD
{
    padding: 0 0 0 0;
}
.sectionheader UL
{
    font: bold 12pt Arial;
    display: block;

    float: left;
    width: 100%;
    padding-left: 40px;
    margin: 0px 0px 0px 0px;
}
.sectionheader UL LI
{
    display: block;
    float: left;
    text-transform: uppercase;
    width: 130px;
    vertical-align: middle;
    text-align: center;
}
.sectionheader UL LI A
{
    color: #000000;
    display: block;
    text-decoration: none;
}
.sectionheader UL LI A.stay
{
    color: #444444;
}
.sectionheader UL LI A:hover
{
    color: #444444;
}
.partsheader
{
    font: bold 10pt Arial;
    width: 90%;
    height: 15px;
    text-align:center;
}
.partsheader TD
{
    padding: 0 0 0 0;
}
.partsheader UL
{
    font: bold 10pt Arial;
    display: block;
    width: 100%;
    padding-left: 15px;
    margin: 0px 0px 0px 0px;
}
.partsheader UL LI
{
    display: block;
    float: left;
    width: 105px;
    vertical-align: middle;
    text-align: center;
}
.partsheader UL LI A
{
    color: #000000;
    display: block;
    text-decoration: none;
}
.partsheader UL LI A.stay
{
    color: #444444;
}
.partsheader UL LI A:hover
{
    color: #444444;
}

.picture {
}

.picture a .large {
	display: none;
}

.picture a img {
	border: 0;
}

.picture a, .picture a:visited {
}

.picture a:hover {
	position: relative;
}

.picture a:hover .large {
	border: 1px solid #000000;
	display: block;
	left: 0px;
	position: absolute;
	bottom: -255px;
	width: 350px;
	z-index: 1000;
}