﻿html, body
{
    margin: 0 0;
    padding: 0 0;
}
body
{
    background: #8CD5EC;
}
img
{
    border: none;
}

/* search results  */
.categories
{
    text-transform: lowercase;
    color: #981C1D;
    font-size: 11px;
    font-family: Helvetica, Geneva, Arial, sans-serif;
}
.itemnumber, .itemnumber a, .itemnumber a:link, .itemnumber a:visited
{
    font: bold 10pt/12pt tahoma, helvetica, arial, sans;
    color: #666;
    letter-spacing: -0.25pt;
}

.itemnumber a:hover
{
    font: bold 10pt/12pt tahoma, helvetica, arial, sans;
    color: #981b1e;
    letter-spacing: -0.25pt;
}
p.itemDescription
{
    font: normal 11pt/16pt Georgia, Times New Roman, Serif;
    font-weight: normal;
    text-decoration: none;
    color: #666;
    text-align: justify;
    text-transform: lowercase;
    letter-spacing: .25pt;
}
p.price
{
    font: bold 10pt/12pt tahoma, helvetica, arial, sans;
    color: #666;
    letter-spacing: -0.25pt;
}

#eventNotes
{
    float: right;
    display: inline;
    position: relative;
    width: 160px;
    text-align: left;
    font: 9pt/11pt tahoma,helvetica,sans-serif;
    color: #666666;
    padding-right: 6px;
    padding-bottom: 14px;
}
#eventNotes p:first-line
{
    font-weight: bold;
}
#eventNotes a, #eventNotes a:link, #eventNotes a:visited
{
    text-decoration: none;
    color: #000000;
    letter-spacing: 18%;
}
#eventNotes a:hover
{
    color: #981C1D;
    text-decoration: underline;
}
#eventNotes .emphasis
{
    color: #000000;
    letter-spacing: 18%;
    font-style: italic;
}


.listBox
{
    border-width: 0px;
    border-style: none;
    background-color: Red;
}
img.backgroundTopImage
{
    margin-top: -10px;
}
.pg, .pg a, .pg a:link, .pg a:visited
{
    font: bold 11px tahoma, helvetica, arial, sans-serif;
    color: #666666;
    text-decoration: none;
}

.pgNumber, .pgNumber a, .pgNumber a:link, .pgNumber a:visited
{
    font: 11pt/14pt tahoma, helvetica, arial, sans-serif;
    color: #666666;
    text-decoration: none;
    padding: 0 0 0 0;
}
.pg a:hover
{
    font:inherit;
    font-weight:bold;
    color: #000000;
    text-decoration: none;
}
.pg a:active
{
    font:inherit;
    color: #000000;
    font-weight:bold;
    text-decoration: none;
}

.pgNumber a:hover
{
    color: #FFFFFF;
    background-color: #666666;
    text-decoration: none;
    padding: 0 0 0 0;
}
.pgNumber a:active
{
    color: #981C1D;
    background-color: #FFFFFF;
    text-decoration: underline;
    padding: 0 0 0 0;
}

/* default flash shell default.aspx page */
div#introduction
{
    margin: auto auto auto 20px;
    top: 0px;
    width: 600px;
    height: 600px;
    background-color: #ffffff;
    padding: 0px;
    z-index: 2;
    text-align: center;
    border: 2px solid #666666;
}
div.introCaption
{
    width: 500px;
    margin-top: 12pt;
    font: normal 9pt Georgia, "Times New Roman" , Times, serif;
    color: #666666;
    text-align: left;
}
