* {
    margin: 0;
    padding: 0;
    color: #818181;
}

.clear {
    clear:both;
}

html {
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
    background: black;
    color: #818181;
}

a {
    color: #818181;
    font-weight: bold;
    text-decoration:none;
}

a img {
    border:none;
}

div.pagination {
    text-align: right;
    padding-right: 300px;
}

div.pagination span
{
    font-weight: bold;
}

div.pagination ul
{
    padding-top: 6px;
}

div.pagination li
{
    display: inline;
    height: 15px;
    line-height: 14px;
    padding-left: 2px;
    padding-right: 2px;
    margin-right: 5px;
    color: #434343;
}

div.pagination li.number
{
    -moz-border-radius: 4px;
}

div.pagination li.number
{
    font-weight: normal;
}

div.pagination li strong {
    color: white;
}

th {
    white-space: nowrap;
}

div.global {
    width: 1000px;
    margin: 10px auto;
}

div.thumbs {
    
}

ul.globalTabs li {
    display: inline-block;
    width: 119px;
    height: 36px;
    background-image: url('../images/tabBg.png');
    color: #7f7f7f;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
}
ul.globalTabs li a {
    color: #7f7f7f;
}

ul.globalTabs li.selected {
    background-image: url('../images/tabBgSel.png');
    color: white;
}

ul.globalTabs li.selected a {
    color: white;
}

ul.globalTabs li.input, ul.globalTabs li.submit {
    background-image: none;
    width: auto;
}

ul.globalTabs li.input input {
    background: black;
    color: #7f7f7f;
    border: 2px solid #222222;
}

ul.globalTabs li.submit input {
    background-image: url('../images/buttonBg.png');
    border: none;
    width: 74px;
    height: 30px;
    font-weight: bold;
    line-height: 36px;
    font-size: 16px;
}

h2 {
    margin: 25px 15px;
    font-size: 20px;
}

div.ratingBg {
    background-image: url(../images/ratingBg.png);
    height: 22px;
    width: 80px;
    margin-left: 5px;
}

div.rating {
    background-image: url(../images/rating.png);
    height: 22px;
}

div.rcenter {
    margin: 0 auto;
}

div.ab {
    clear: right;
    float: right;
    width: 250px;
    /*border: 1px solid #818181;*/
}

hr {
    background: #b90000;
    color: #b90000;
    height: 1px;
    border: none;
    margin: 15px 300px 15px 0;
}
