/*----- content -----*/
#content h3
{
    text-transform: uppercase;
    font-size: 13px;
    color: #000080;
}

#content h3 a,
#content h3 a:visited
{
    color: #000080;
}

#content .bold
{
    font-weight: bold;
}

#content .ital
{
    font-style: italic;
}

#content .under
{
    text-decoration: underline;
}

#content a.a-hover-bold:hover
{
    font-weight: bold;
}

#content p
{
    text-align: justify;
}

#content p a,
#content p a:visited
{
    text-decoration: none;
    color: #000080;
}

#content div p, #content table p
{
    background-image: none;
    padding: 0;
    text-align: justify;
}

/*----- tables -----*/
#content table
{
    width: 100%;
}

#content table.table-sale thead td,
#content table thead td
{
    background-image: url('../images/menubar-dark-bg.png');
    background-position: left top;
    background-repeat: repeat-x;
    height: 31px;
    text-align: center;
    font-weight: bold;
    color: #66FF33;
}

#content table tr.even
{
    background-color: #BFD8FF;
}

#content table.table-notebooks td
{
    width: 15%;
}

#content table.table-notebooks td.td-first
{
    width : 40%;
}

#content table.table-others td
{
    width: 30%;
}

#content table.table-others td.td-first
{
    width : 70%;
}

#content table tr td.td-header
{
    padding: 2px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px dotted #000080;
}



#content table.table-sale td
{
    width: 30%;
    text-align: left;
}

#content table.table-sale td.td-center
{
    width: 40%;
    text-align: left;
}

#content table.table-sale td.td-first
{
    width: 30%;
    text-align: center;
    font-weight: bold;
}

/*----- gallery stylesheet -----*/
div.galleryImage
{
    float: left;
    margin: 10px;
}

div.galleryImage a img
{
    height: 150px;
    width: 150px;
}
