body
{
    background-color: #fff;
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    margin: 0 0 0 20px;
    padding: 0;
}

form {
	padding:0;
	margin:0;
}

p, a
{
    line-height: 16px;
    font-family: Verdana, sans-serif;
    font-size:8pt;
    margin:0 0 16px 0;
}

a:link, a:visited, a:hover {
color:#ff3300;

}

h1
{
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    text-align: right;
}

img {border:0;margin:0 5px 0 0;float:left; display:block;}
img.nothing {border:0;}

a.big
{
    font-size: 16pt;
}

a.black
{
    color: #333333;
    font-size: 8pt;
}

#title, #description
{
    text-align: right;
}

#details
{
    padding: 0 0 0 25px !important;
}
#details p
{
    font-size: 8pt !important;
    text-align: right;
    line-height: 14px;
    padding: 0;
    margin: 0;
}

#buttons
{
    font-size: 8pt !important;
    padding: 5px 0 0 200px;
}

#buttons a
{
    font-size: 8pt;
}

#footer
{
    font-size: 8pt !important;
    color: #444444;
}


#container
{
    top: 0;
    left: 0;
    width: 1024px;
    height: 100%;
}

#content
{
    width: 50% !important;
    text-align: left !important;
}

#logo
{
    height: 100px;
}

#logo img
{
    padding: 12px 0 0 0;
    border: 0px;
}

#menu
{
    background-color: #FFFFFF;
    float: left;
    margin-right: 20px;
    color: #ff3300 !important;  
    width:200px; 
    display: none;
}

#menu a, #selectors a
{
    text-decoration: none;
    font-size:8pt;
    color:#333;
}

#menu a:hover, #selectors a:hover
{
    text-decoration:underline;
}
.selected
{
    font-style: italic;
    font-weight: bold;
}


#selectors
{
    width: 200px;
    float: left;
    margin-right:20px;
    color: #ff3300;
}
#theshowbox
{
    float: left;
}
#theshow, #thenewshow 
{
    margin-bottom:15px;
}

#selectors img
{
    float: left;
    margin: 0 10px 10px 0;
    border: 0px;
}

.gallery li {

display: inline;

}

.clearboth
{
    clear: both;
}

.gray
{
    background: #444444;
    padding: 2px;
    color: #ffffff;
}

.lightgray
{
    background: #888888;
    padding: 2px;
    color: #ffffff;
}

.selectWhite 
{
    border:solid 1px #000;
    background-color:#fff;
    width:10px;
    height:10px;
    float:left;
}
.selectBlack 
{
    border:solid 1px #fff;
    background-color:#000;
    width:10px;
    height:10px;
    float:left;
}