* {
     margin: 0;
     padding: 0;
}
html, body {
    height: 100%;
}
body {
    color: #373737;
    font: normal 10px/1.4 Helvetica, Arial, sans-serif;
    text-align: center;
    background: #999 url('../images/background.gif') repeat-y 50% 50%;
}
a:link, a:visited {
    color: #930000;
    text-decoration: none;
}
a:hover, a:active {
    color: #d22323;
    text-decoration: none;
}
a img {
    border: none;
}
li, p, dl {
    font-size: 1.2em;
}
li p, li li {
    font-size: 1em;
}
p, ol, ul {
    margin: 0 0 0.75em;
}
li {
    margin-left: 3em;
}
h3 {
    font-size: 1.4em;
    text-transform: uppercase;
    margin: 1em 0 0.5em;
}
fieldset {
    margin-bottom: 8px;
    border: none;
}
label {
    display: block;
}
input, textarea {
    color: #373737;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    display: block;
    margin: 0;
    padding: 0;
}
table {
    font-size: 12px;
    margin-bottom: 0.75em;
    border-collapse: collapse;
    border: 1px solid #464646;
}
table th {
    color: #fff;
    background: #000 url('../images/heading-bg.gif') repeat-x 0 0;
    padding: 4px 8px;
}
table td {
    background-color: #e2e2e2;
    padding: 4px 8px;
    border: 1px solid #fff;
}
table tr.note td {
    font-size: 11px;
    background-color: #dbdbdb;
}
#container {
    background-color: #f2f2f2;
    text-align: left;
    width: 960px;
    margin: 0 auto;
    min-height: 100%;
    overflow: auto;
}
#header {
    background: #4e4e4e url('../images/header-bg.gif') repeat-x 0 0;
    margin-bottom: 8px;
    padding: 2px 0 0;
}
#logo a {
    text-indent: -999em;
    background: url('../images/logo.gif') no-repeat 0 0;
    width: 173px;
    height: 101px;
    float: left;
    margin-left: 16px;
}
#banner {
    background-color: #000;
    display: block;
    float: right;
    margin: 8px 10px;
    border: 1px solid #767676;
}
a#banner:hover {
    border-color: #fff;
}
#banner img {
    display: block;
    width: 728px;
    height: 90px;
} 
#navigation {
    color: #fff;
    background-color: #090909;
    height: 20px;
    border: 4px solid #000;
    border-width: 6px 0;
    clear: both;
}
#navigation li {
    display: inline;
    float: left;
    list-style: none;
    margin: 0;
}
#navigation li a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    margin-left: 8px;
    padding: 0 4px;
}
#navigation li a:hover,
#navigation li.selected a {
    background-color: #930000;
}
#content {
    width: 654px;
    float: left;
    margin-left: 8px;
    margin-bottom: 213px;
}
h2.title, #sidebar h3, #your_cart h3, #shop_categories h3 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background: #000 url('../images/heading-bg.gif') repeat-x 0 0;
    margin: 8px 0 6px 0;
    padding: 7px 8px 6px;
    border: 1px solid #000;
}
#content #slideshow {
    background-color: #222;
    margin-bottom: 8px;
    border: 3px solid #000;
}
#content #slideshow .slide {
    position: relative;
    width: 610px;
    height: 245px;
    margin: 15px auto 15px auto;
    border: 2px solid #fff;
}
#content #slideshow .slide a {
    background: url('../images/slide-bg.jpg') no-repeat 50% 50%;
    position: absolute;
    display: block;
    width: 610px;
    height: 245px;
    top: 0;
    left: 0;
}
#content #slideshow .slide a img {
    display: block;
    margin: 0 auto;
}
#content #slideshow .slide .overlay {
    color: #fff;
    position: absolute;
    background: url('../images/black-57.png') repeat;
    width: 100%;
    padding: 6px 0;
    left: 0;
    bottom: 0;
}
#content #slideshow .slide .overlay h2,
#content #slideshow .slide .overlay p {
    margin: 0 10px;
}
#content #slideshow .slide .overlay h2 {
    background: none;
    margin-bottom: 0.25em;
    padding: 0;
    border: none;
}
#content #slideshow .slide .overlay p {
    font-size: 12px;
}
#content #slideshow .paging {
    background: url('../images/slideshow-divider.gif') no-repeat 50% 0%;
    height: 90px;
    margin: 0 5px 15px;
    padding: 17px 12px 0 12px;
}
#content #slideshow .paging li {
    display: inline;
    float: left;
    list-style: none;
    margin: 0;
}
#content #slideshow .paging li a {
    display: block;
    width: 142px;
    height: 86px;
    margin-left: 10px;
    border: 2px solid #fff;
    opacity: 0.5;
    overflow: hidden;
}
#content #slideshow .paging li.first a {
    margin-left: 0;
}
#content #slideshow .paging li a:hover,
#content #slideshow .paging li.ui-state-active a {
    opacity: 1;
}
#content #plugs li {
    background: #000 url('../images/plug-bg.jpg') no-repeat 50% 50%;
    position: relative;
    display: inline;
    float: left;
    width: 154px;
    height: 216px;
    margin: 0 0 8px 10px;
    overflow: hidden;
    border: 1px solid #000;
}
#content #plugs li p.null {
    color: #999;
    font-size: 12px;
    font-weight: bold;
    line-height: 216px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 1em;
}
#content #plugs li.first {
    margin-left: 0;
}
#content #plugs li a {
    display: block;
    overflow: hidden;
}
#content #plugs li .overlay {
    color: #fff;
    position: absolute;
    background: url('../images/black-75.png') repeat;
    width: 100%;
    padding: 5px 0;
    bottom: 0;
    left: 0;
}
#content #plugs li .overlay h3 {
    color: #ff0000;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 0 6px;
}
#content #plugs li .overlay p {
    font-size: 11px;
    margin: 0 0 0 6px;
}
#content .articles li {
    list-style: none;
    margin: 0 0 0.75em 0;
    padding: 0 0.5em 0.75em;
    border-bottom: 1px solid #c0c0c0;
}
#sidebar {
    width: 282px;
    float: right;
    margin-right: 8px;
    margin-bottom: 213px;
}
#sidebar #top_news h3, #sidebar #your_cart h3 {
    margin-top: 0;
}
#sidebar #top_news p {
    margin: 0 0.5em;
}
#sidebar #top_news a.thumb {
    background-color: #000;
    display: block;
    float: right;
    margin: 0 0 6px 6px;
}
#sidebar #top_news a.thumb img {
    display: block;
    margin: 0 auto;
}
#sidebar #top_news p {
    font-size: 12px;
}
#sidebar #top_news .articles {
    border-top: 1px solid #5a5a5a;
    clear: left;
}
#sidebar #live_events h3 {
    margin-bottom: 2px;
}
#sidebar .articles li {
    list-style: none;
    margin-left: 0;
    border-bottom: 1px solid #5a5a5a;
}
#sidebar .articles li a {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 4px 0;
}
#merch {
    background: url('../images/merch-bg.gif') no-repeat 50% 0;
    width: 960px;
    height: 141px;
    margin: 0 auto;
    position: relative;
    margin-top: -213px;
    clear: both;
}
#mailing_list {
    background: #010101 url('../images/envelope.gif') no-repeat -5px 50%;
    margin: 8px 0;
    padding: 8px;
}
#mailing_list h3 {
    text-align: right;
    background-color: transparent;
    background-image: none;
    margin: 0;
    padding: 0;
    border: none;
}
#mailing_list fieldset {
    position: relative;
    width: 100%;
    padding-bottom: 18px;
}
#mailing_list fieldset label {
    position: absolute;
    top: 22px;
    left: 50%;
}
#mailing_list fieldset input {
    position: absolute;
    top: 22px;
    right: 35px;
    color: #000;
    background-color: #fff;
    width: 150px;
    padding: 3px;
    border: 1px solid #000;
}
#mailing_list fieldset input.button {
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-color: #d22323;
    right: 0px;
    width: 30px;
}
#mailing_list fieldset input.button:hover {
    background-color: #f00;
    cursor: pointer;
}
#footer {
    background-color: #171717;
    color: #898989;
    width: 944px;
    margin: 0 auto;
}
#footer p {
    margin: 0;
    padding: 10px 20px 0 20px;
}
#footer ul {
    text-align: center;
    background-color: #000;
    height: 14px;
    padding: 10px 20px;
}
#footer ul li {
    display: inline;
    /*float: left;*/
    line-height: 14px;
    margin: 0;
}
#footer ul li a {
    color: #fff;
    padding: 0 4px;
    border-left: 1px solid #fff;
}
#footer ul li.first a {
    padding-left: 0;
    border-left: none;
}
#footer ul li a:hover {
    color: #f00; /* need a better */
    text-decoration: none;
}
#footer p#copyright {
    float: left;
}
#footer p#credit {
    text-align: right;
    float: right;
}
#footer p a {
    color: #898989;
}
#footer p a:hover {
    color: #c0c0c0;
    text-decoration: none;
}
#footer p#address {
    font-size: 11px;
    text-align: left;
    clear: both;
    padding: 2px 0 10px 20px;
}
.clear {
    clear: both;
    height: 0;
}
.breadcrumb {
    color: #808080;
    font-size: 1.1em;
    background-color: #e4e4e4;
    padding: 0.5em 1em;
}
.errors {
    color: #e10000;
}
.ui-tabs-hide {
    display: none;
}
.null {
    font-size: 12px;
    text-align: center;
    margin: 0;
    padding: 0.5em 0;
    border-bottom: 1px solid #5a5a5a;
}
.page_image {
    background-color: #fff;
    display: block;
    float: right;
    margin: 0 0 0.5em 0.5em;
    padding: 1px;
    border: 2px solid #a5a5a5;
}
.articles li {
    font-size: 1em;
}
.articles li h3 {
    font-size: 1.4em;
    margin: 0 0 0.25em 0;
}
.articles li p {
    font-size: 1.2em;
    margin: 0;
}
h2.title {
    margin-top: 0;
}

.profiles {
    position: relative;
    margin-left: -5px;
}
.profiles li {
    display: inline;
    float: left;
    list-style: none;
    margin: 0;
}
.profiles li a {
    background-color: #fff;
    display: block;
    margin: 0 0 5px 5px;
    padding: 4px;
    width: 118px;
}
.profiles li a span {
    display: block;
}
.profiles li a span.thumb {
    display: block;
    height: 118px;
    margin-bottom: 2px;
    overflow: hidden;
}
.profiles li a span.title {
    color: #f2f2f2;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    background-color: #222;
    padding: 4px;
    height: 3em;
}
.profiles li a:hover {
    text-decoration: none;
}
.profiles li a:hover span.title {
    color: #fff;
    background-color: #930000;
}

#stats_wrapper {
    position: relative;
    background: #171717 url('../images/stats-wrapper-bg.jpg') no-repeat 50% 50%;
    height: 244px;
    margin: 0 0 6px 0;
    padding: 10px;
    overflow: hidden;
}
#stats_wrapper #profile_image {
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    border: 2px solid #eee;
}
#stats_wrapper dl.stats {
    margin-left: 194px;
}
#stats_wrapper dl.stats dt {
    color: #c0c0c0;
    padding: 3px 0 2px 0;
    float: left;
    clear: left;
}
#stats_wrapper dl.stats dd {
    color: #fff;
    padding: 3px 0 2px 125px;
}



.products {
    position: relative;
    margin-left: -6px;
}
.products li {
    background-color: #fff;
    display: inline;
    float: left;
    width: 153px;
    margin: 0 0 6px 6px;
    padding: 3px;
}
.products li a.thumb {
    display: block;
    width: 153px;
    height: 115px;
    overflow: hidden;
}
.products li a.thumb img {
    display: block;
    margin: 0 auto;
}
.products li h3 {
    font-size: 1em;
    margin: 0;
    padding: 4px;
    height: 4em;
}
.products li p {
    font-size: 11px;
    margin: 0;
    padding: 0 4px 4px;
}


#feedback_form {
    font-size: 12px;
    background-color: #fff;
    margin-bottom: 0.75em;
    padding: 1em;
}
#feedback_form input[type=text],
#feedback_form textarea {
    background: #fff url('../images/input-bg.gif') repeat-x 0 0;
    margin-bottom: 0.75em;
    padding: 0.25em;
    border: 1px solid #7c7c7c;
    border-color: #7c7c7c #c3c3c3 #ddd;
}
#feedback_form label {
    font-weight: bold;
    line-height: 2em;
}

.sponsors {
    background-color: #fff;
    overflow: auto;
}
.sponsors li {
    display: inline;
    float: left;
    width: 303px;
    margin: 0;
    padding: 1em;
    list-style: none;
}
.sponsors li h3 {
    font-size: 14px;
    margin: 0;
}
.sponsors li img {
    display: block;
    float: right;
}

.titles {
    background-color: #fff;
}
.titles li {
    position: relative;
    margin: 0;
    height: 153px;
    padding: 10px;
    list-style: none;
}
.titles li h3 {
    font-size: 14px;
    margin: 0 0 0.25em;
    margin-left: 316px;
}
.titles li p {
    margin: 0;
    margin-left: 316px;
}
.titles li p.current_champion {
    margin-bottom: 0.75em;
}
.titles li .thumb {
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    height: 153px;
    overflow: hidden;
}

.history {
    width: 100%;
}
.history td.winner,
.history td.defeated,
.history td.location {
    width: 28%;
}
.history td.showhide {
    width: 16px;
    padding: 0;
}
.history td.showhide a {
    text-indent: -999em;
    display: block;
    background: #dbdbdb url('../images/arrow-down.gif') no-repeat 50% 50%;
    width: 20px;
    height: 16px;
    overflow: hidden;
}
.history td.showhide a:hover {
    background-color: #e2e2e2;
}

#videos, #photos {
    background-color: #fff;
    float: left;
    width: 303px;
    padding: 10px;
}
#videos a.thumb, #photos a.thumb {
    display: block;
}
#videos img, #photos img {
    display: block;
    width: 303px;
    height: 227px;
    margin-bottom: 8px;
}
#videos h3, #photos h3 {
    margin: 0 0 0.25em 0;
}
#videos p, #photos p {
    margin: 0;
}
#photos {
    float: right;
    margin-left: 8px;
}


/**
 * @group Shop
 */
#product_image {
    float: left;
    width: 317px;
    overflow: hidden;
}
#product_description, #add_to_cart_form {
    margin-left: 337px;
}
#add_to_cart_form {
    background-color: #fff;
    padding: 1em;
}
#add_to_cart_form fieldset {
    margin: 0;
}
#add_to_cart_form p.out_of_stock {
    color: #970000;
    margin-bottom: 0;
}
#shop_categories li {
    font-weight: bold;
    margin-left: 2em;
    list-style: square;
}
#shop_categories li ul {
    margin: 0;
}
#shop_categories li li {
    font-size: 11px;
    font-weight: normal;
    margin-left: 1em;
}
#shop_categories li li li {
    margin-left: 2em;
}


.event_details {
    margin-bottom: 0.75em;
}
.event_details dt {
    font-weight: bold;
    float: left;
    clear: both;
}
.event_details dd {
    margin-left: 90px;
}


#cart_fullview {
    width: 100%;
}
#cart_fullview a.thumb {
    display: block;
    margin: 0 auto;
}
#cart_fullview a.thumb img {
    display: block;
}
#your_cart li {
    margin: 0;
    list-style: none;
}


.paging {
    color: #808080;
    background-color: #fff;
    margin: 0.5em 0;
    padding: 0.5em;
    clear: both;
}
.paging span.current {
    color: #000;
}