﻿*
{
    margin: 0;
    padding: 0;
}
body
{
    font-family: Arial;
    font-size: 76%;
    color: #ffffff;
    background: #000000;
}
#wrapper
{
    width: 833px;
    margin: auto;
    height: 554px;
    background: #000000 url("../images/background.jpg") no-repeat top left;
}
h1
{
    font-size: 1px;
    text-indent:-8000px
}
h2
{
    color: #a8a8a8;
    font-size: 1.1em;
    font-weight: bold;
    margin: 15px 0;
}
h2 span
{
    color: #0c9ff3;
}
h3
{
    background: transparent url("../images/arrow.gif") no-repeat center left;
    padding: 2px 0 2px 20px;
    font-size: 1.1em;
}
h3.active
{
    color: #e91a57;
    background: transparent url("../images/arrow_down.gif") no-repeat center left;
    padding: 2px 0 2px 20px;
}
p
{
    padding: 8px 0;
}
a
{
}
li
{
    list-style: none;
}
.header
{
    position: absolute;
    text-align: center;
    font-size: 1.4em;
    padding: 10PX;
}
.header h1
{
    color: #FFFFFF;
    font-size: 1.5em;
    text-align: center;
    width: 143px;
}
.header span
{
    border-top: 1px solid #A8A8A8;
    color: #A8A8A8;
    display: block;
    font-size: 0.8em;
}
.header a
{
}
#display
{
    background: #000000 url("../images/display_bg.jpg") no-repeat;
    height: 396px;
    width: 579px;
    float: left;
    margin: 81px 0 0 15px;
    position: relative;
}
#display #images
{
    height: 328px;
    width: 230px;
    position: absolute;
    top: 38px;
    left: 45px;
}
#display #images li
{
    position: absolute;
    top: 0;
    display: none;
}

#display #images li.default
{
    display: block;
}
#right-column
{
    float: right;
    width: 229px;
    background: #000000;
    margin-top: 32px;
    border: 5px solid #1d1d1d;
}

#right-column ul
{
    width: 227px;
    background: #000000 url("../images/tab_bg.png") repeat-x;
    border: 1px solid #a8a8a8;
    font-weight: bold;
}

#right-column .menu
{
    background: transparent url("../images/tab_bg.png") repeat-x;
    border: 1px solid #a8a8a8;
    font-weight: bold;
    margin-bottom: 20px;
}


#right-column .menu li
{
    background: transparent url("../images/icon_bullet.png") no-repeat 1% center;
}
#right-column ul .title
{
    color: #a8a8a8;
    font-size: 1.2em;
    padding: 10px !important;
    border-top: none;
    background: none;
}
#right-column .menu a
{
    border-top: 1px solid #A8A8A8;
    color: #A8A8A8;
    display: block;
    margin-left: 27px;
    padding: 7px 0;
    text-decoration: none;
    width: 200px;
}

#right-column .sites li
{
    cursor: pointer;
    height:68px;
}
#right-column .sites .title

{
    height:15px

}
#right-column .sites li.odd
{
    background: #272727;
}
#right-column .sites li.even
{
    background: #373737;
}
#right-column .sites img
{
    border: 2px solid #000000;
    float: left;
    height: 64px;
    width: 116px;
}
#right-column .sites p
{
    margin-left: 120px;
    width: 100px;
    padding-left: 5px;
    height: 52px;
}
#right-column .sites a
{
    font-weight: normal;
    color: #a8a8a8;
    display: block;
    font-size: 0.9em;
    text-decoration: underline;
}
#right-column .sites a:hover
{
    color: #0C9FF3;
}
#display .content
{
    color: #000000;
    left: 290px;
    position: absolute;
    top: 38px;
    width: 285px;
}
#display .content div
{
    position: absolute;
    top: 0;
    display: none;
}
#display .content div.link1
{
    display: block;
}
/*javascript replacement*/

