  /**************************/
 /** Gamesville Homepage  **/
/**************************/
@import url(gamesville.css); /* Include GV Primary */

.leftCol { width: 600px !important; }

#slideContainer {
  background-color: #000;
  border: 1px solid #507ea6;
  border-radius: 15px 15px 0 0;
  height: 208px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  z-index: 5;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  }

.panel div {
  border-radius: 15px 15px 0 0;
  color: #fff;
  min-height: 208px;
  padding: 0 320px 0 45px;
  position: relative;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  }

.panel div h1 {
  background: none;
  border: 0;
  color: #333;
  font-size: 182%;
  font-weight: bold;
  padding: 14px 0 8px 0;
  text-shadow: -2px 3px 4px #999;
  }

.panel div a {
  background-color: transparent;
  color: #fcf42b;
  text-shadow: 0 0 6px #fcf42b;
  }

.panel p {
  margin: 0 0 0 14px;
  width: 310px;
  }

.panel .btn {
  bottom: 20px;
  display: block;
  left: 90px;
  position: absolute;
  }

.gameLists { margin: 20px 0 10px; }
.gameLists .box {
  border: none;
  border-radius: 0;
  float: left;
  margin: 0 4px 15px 4px;
  width: 190px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  }

.gameLists .box h2 {
  border-radius: 0;
  padding-left: 5px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  }

.gameLists a { text-decoration: none; }
.gameLists a:hover { font-weight: bold; }

.tweetList div div,
.winnerList div {
  border-top: 1px dashed #0057ae;
  clear: both;
  padding: 8px;
  text-align: center;
  }

.tweetList div div {
  border: none;
  padding: 10px 0 8px 4px;
  text-align: left;
  }

.tweetList div div:first-child { padding-top: 2px; }
.tweetList div div:last-child { padding-bottom: 2px; }

.winnerList div:first-child{ border: none; }

.tweetList img {
  float: left;
  margin: 0 6px 1px 0;
  }

.winnerList div img {
  float: right;
  margin: 0 0 0 6px;
  }

.winnerList em { font-size: 108%; }
.tweetList a, .winnerList a { font-weight: bold; }
.winnerList strong { font-size: 123.1%; }
.winnerList a+strong { font-size: 123.1%; }

.winnerList .luckysob {
  background-color: #bfdbef;
  font-size: 108%;
  }

.luckysob:last-child {
  border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  }

.spotlights { margin: 10px 0; }
.spotlights div {
  clear: none;
  float: left;
  margin: 5px 0;
  width: 295px;
  }

.spotlights a { font-size: 100%; }

.rewardsBox .winner {
  background-color: #ffffcd;
  border: 1px dotted #999967;
  font-size: 90%;
  margin: 0 10px;
  min-height: 85px;
  }

.rewardsBox .btn { margin: 10px auto 5px; }

.rewardsBox .sweepUnit {
  border-left: 1px dashed #0057ae;
  float: left;
  margin: 0;
  min-height: 300px;
  padding: 5px 5px;
  text-align: center;
  width: 31%;
  }

.rewardsBox div.sweepUnit:first-child { border: none; }


/**  Rounded Box Bottom  **/
div.roundBottom {
  height: 24px;
  padding: 0;
  background: transparent url(/art_gv3/corner-se_hotbox.png) no-repeat right top;
  margin-bottom: 10px;
  }

#faderPager {
  list-style-type: none;
  margin: 0;
  padding: 0;
  }

#faderPager li {
  cursor: pointer;
  float: left;
  margin: 4px 2px;
  }

#faderPager li a {
  background: transparent url(/art_gv3/bullet-hotbox_off.gif) no-repeat;
  color: transparent;
  display: block;
  height: 11px;
  width: 11px;
  }

#faderPager .activeSlide {
  background: transparent url(/art_gv3/shell/features-bullet-on.png) no-repeat;
  }

div.roundBottom div {
  background: transparent url(/art_gv3/corner-sw_hotbox.png) no-repeat left top;
  height: 24px;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  }

div.roundBottom div span img { vertical-align: middle; }

div.roundBottom a {
  background-color: inherit;
  color: #fff;
  outline: none;
  }

div.roundBottom .bullet { margin: 3px 0 0 2px; }
div.roundBottom .pipe { margin: 0 10px; }

.works div {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 150px;
  }

div.works p {
  margin: 10px 0 15px;
  }

.search { padding: 5px 0 15px 20px; }