*,
html,
body,
td {
  font-family: arial, helvetica, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  background-color: #2d2d2b;
  color: #939393;
}

#liveFeedHeader {
  width: 700px;
  background-color: #000000;
  padding: 10px;
}

.watchLiveLink,
.watchLiveLink:hover,
.watchLiveLink:active,
.watchLiveLink:visited {
  font-size: 16px;
  font-weight: bold;
  color: #ffa800;
}

.teamNameLink,
.teamNameLink:hover,
.teamNameLink:active,
.teamNameLink:visited {
  text-decoration: none;
}

div#global_header {
  font-size: 0.75em;
  padding-left: 16px;
  padding-right: 16px;

  background-image: url('../jpg/header-2.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  height: 253px;
  position: relative;
}

div#global_header .content {
  background-image: url(../jpg/globalheader_bg.jpg);
  background-position: center top;
  position: relative;
  top: 183px;
  width: 980px;
  height: 60px;
  margin: 0px auto;
}

#userInfo {
  position: absolute;
  top: 0px;
  right: 0px;
  width: auto;
  background-color: black;
  padding: 4px 10px;
  font-size: 11px;
  color: #ffffff;
  line-height: 16px;
  text-align: left;
}

.menu {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  border: 0;
  margin-left: 73px;
}
.menu li {
  float: left;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 21px;
  margin-right: 8px;
  color: #cccccc;
  font-size: 14px;
  color: #b8b6b4;
  text-transform: uppercase;
}

.menu a,
.menu a:active,
.menu a:visited,
.menu a:link,
.menu a:focus {
  color: #959595;
  text-decoration: none;
}

a,
a:active,
a:visited,
a:link,
a:focus {
  color: #959595;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

#centerContent {
  width: 958px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
}

.centered {
  text-align: center;
}

form {
  margin: 0;
  padding: 0;
}

.perf_timing_area {
  position: relative;
  width: 936px;
  margin: 0px auto 48px auto;
  text-align: center;
  color: #b0aeac;
}

.perf_timing_link {
}

.perf_timing_data {
  text-align: left;
  background-color: #000000;
  padding: 8px;
}
.item-box,
.shopItems {
  min-height: 500px;
  position: relative;
}
.loading {
  background: url(../gif/loadinfo.gif) no-repeat 50% 20%;
  position: absolute;
  width: 120px;
  height: 120px;
  left: 50%;
  margin-left: -60px;
}
