@import url(//fonts.googleapis.com/css?family=Luckiest+Guy);

@font-face {
  font-family:'Tahoma Bold';
  font-style: normal;
  font-weight: 800;
  src: local('Tahoma Bold'), local('Tahoma-Bold')
  }

/** CSS Reset **/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

body {
  background:rgb(151, 204, 251) url(/art_gv/site/bg-blue_texture.jpg) repeat;
  box-shadow:inset 0 0 150px rgba( 11, 11, 11, .5 );
  color:#121212;
  font-size:100%;
  margin:0;
  padding:0;
  font-family:Tahoma, Verdana, Segoe, sans-serif
  }

h1{font-size:1.8em;}
h2{font-size:1.4em;}
h3{font-size:1.3em;}
h4{font-size:1.1em;}

.pageMargin,.bigCol{margin:0 20px;}
section h1:first-child{text-align:center;}
section.page{
  background:#fff;
  border-radius:20px;
  box-shadow:inset 0 -20px 20px -20px #bbb, 0 2px 5px rgba( 0, 0, 0, .75 );
  margin:5px auto;
  padding:20px 0 10px;
  width:970px
  }

.pageContainer{
  padding:0 20px;
  }

.leftCol{
  float:left;
  margin-right:1%;
  width:60%;
  }

.rightCol{
  float:right;
  width:35%;
  }

section.banner{
  margin:15px auto;
  text-align:center;
  width:970px
  }

section.banner div{
  text-align:center
  }

.adField,
.adTower{
  background:#84b1da;
  border-radius:20px 0 0 20px;
  box-shadow:inset 1px -1px 5px rgba(0,0,0,.65);
  float:right;
  margin:0 0 20px;
  position:relative;
  text-align:center;
  width:320px
  }

.adTower{
  border-radius:0;
  padding-bottom:5px;
  width:172px
  }

.adBox{max-height:270px}

.adField span{
  color:#999;
  font-size:.6em;
  position:relative;
  top:-18px
  }

.adTower span{
  color:#eaeaea;
  font-size:.6em;
  position:relative;
  text-shadow:0 1px 1px rgba( 0,0,0,.65 );
  top:-5px
  }

.adField > div{
  margin:-5px 0 10px 12px;
  min-height:250px;
  width:300px
  }

.wrapper{
  margin:0 auto;
  position:relative;
  width:970px
  }

header{
  background:#7abcff;
  background:-moz-linear-gradient(top,  #5dbdff 0%, #c9e9ff 100%);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#5dbdff), color-stop(100%,#c9e9ff));
  background:-webkit-linear-gradient(top,  #5dbdff 0%,#c9e9ff 100%);
  background:-o-linear-gradient(top,  #5dbdff 0%,#c9e9ff 100%);
  background:-ms-linear-gradient(top,  #5dbdff 0%,#c9e9ff 100%);
  background:linear-gradient(top,  #5dbdff 0%,#c9e9ff 100%);
  box-shadow:0 0 10px #111;
  height:119px;
  margin-top:32px;
  padding:0;
  overflow:hidden;
  position:relative;
  }

header .bg {
  background-image:url(/art_gv/site/bg-rayburst.png);
  height:1102px;
  left:-80px;
  position:absolute;
  top:-355px;
  width:1102px;
  z-index:0;
  }

.lft-bg{
  position:absolute;
  z-index:2;
  }

.rgt-bg{
  position:absolute;
  z-index:2;
  }

.gvLogo{
  display:block;
  height:85px;
  left:5px;
  position:relative;
  top:16px;
  width:286px;
  z-index:3;
  }

header .poke{
  bottom:-35px;
  height:61px;
  position:absolute;
  right:10px;
  width:134px
  }

/* Fancy Buttons */
.gvBtn{
  border:2px solid #fff;
  border-radius:20px;
  box-shadow:inset 0 -1px 2px rgba(0,0,0,.65), 0 1px 5px -2px rgba( 0,0,0,.65 );
  color:#fff;
  cursor:pointer;
  text-shadow:0 2px 8px rgba(0,0,0,.65);
  padding: 3px 10px 4px;
  text-decoration:none
  }

.redBtn{
  background:#a90329;
  background:-moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
  background:-webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%);
  background:-o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%);
  background:-ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%);
  background:linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%);
  }

.gvBtn:active,
.gvBtn:hover:active {
  border-color:#fff;
  border-style:inset;
  box-shadow:inset 0 0 30px rgba( 0,0,0,.5 );
  color:#ccc
  }

.gvBtn:hover{
  color:#fefb35;
  text-decoration:none
  }

.playNowBtn{
  border-bottom-width:4px;
  font-family:'Luckiest Guy', 'Tahoma Bold';
  font-size:1.6em;
  font-weight:normal;
  font-variant:small-caps;
  letter-spacing:2px;
  line-height:1.3em;
  padding:5px 12px 2px;
  text-decoration:none
  }

.sweepsBtn{
  display:inline-block;
  font-size:1.6em;
  margin:5px auto;
  padding-top:8px;
  }

.cashPrize,
.gvGreenTxt{
  color:#007545;
  font-family:'Luckiest Guy', 'Tahoma Bold';
  font-weight:normal;
  font-variant:small-caps;
  letter-spacing:1px
  }

.gvFont{
  font-family:'Luckiest Guy', 'Tahoma Bold';
  font-weight:normal;
  font-variant:small-caps;
  letter-spacing:1px
  }

.memberPolaroid{
  border:2px solid #e3e3e3;
  border-bottom-width:4px;
  border-radius:2px;
  box-shadow:0 1px 2px rgba( 0,0,0,.85 );
  display:block;
  margin:0 auto 15px;
  outline:none;
  padding:0;
  width:48px
  }

.memberPolaroid img{background-color: #e3e3e3}
.goldPolaroid{background-color:#fd0;border-color:#fd0}

/* Site Navigation */
nav#gvNav{
  overflow:hidden;
  position:relative;
  width:100%;
  z-index:1
  }

nav#gvNav ul{position:relative;}

nav#gvNav li{
  float:left;
  list-style-type:none;
  margin:0;
  padding:0
  }

nav#gvNav a{
  border:1px solid rgba(0, 0, 0, 0.2);
  border-width:0 1px;
  border-right-color:rgba(255, 255, 255, 0.2);
  color:#fff;
  display:block;
  margin:0;
  padding:10px 25px 12px 25px;
  text-decoration:none;
  text-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.75 );
  transition:color,box-shadow,background .3s;
  -moz-transition:color,box-shadow,background .3s;
  -webkit-transition:color,box-shadow,background .3s;3
  }

#gvNav .homelink a{
  padding:10px 15px 6px;
  }

nav#gvNav a:hover,
nav#gvNav a.active,
nav#gvNav .current a{
  background-color:#0d2e4a;
  background-color:rgba( 0,0,0,.5 );
  box-shadow: 0 0 2px #333333 inset, 1px 0 0 rgba(0, 0, 0, 0.2), -1px 0 0 rgba(255, 255, 255, 0.2);
  color:#ff3
  }

/* Member Toolbar */
#gvToolbar{
  box-shadow:0 1px 5px rgba( 10, 10, 10, .6 );
  color:#fff;
  left:0;
  height:2em;
  position:fixed;
  top:0;
  width:100%;
  z-index:900000
  }

#tinylogo{
  float:left;
  height:25px;
  left:0;
  position:absolute;
  top:-30px;
  width:84px;
  transition:all .5s ease-out;
  -moz-transition:all .5s ease-out;
  -webkit-transition:all .5s ease-out;
  }

#gvToolbar span{
  float:right
  }

#gvToolbar .signUp{
  background:#155c90;
  float:right;
  font-size:.9em;
  margin:5px 10px 0 0;
  padding:3px 15px
  transition: color .3s ease;
}

#gvToolbar .btn{
  border:2px inset #006c46;
  border-width:0 1px;
  cursor:pointer;
  padding:8px 15px;
  transition: background .3s ease;
}

#gvToolbar div{
  transition:margin .5s ease-out;
  -moz-transition:margin .5s ease-out;
  -webkit-transition:margin .5s ease-out
  }

#loginBox .closeLogin{
  background-color:#fff;
  box-shadow:inset -1px 0 2px rgba( 0,0,0,.65 );
  cursor:pointer;
  display:block;
  font-size:.75em;
  padding:11px 20px;
  position:absolute;
  text-shadow:none;
  top:-34px;
  right:0
  }

#gvToolbar .btn:hover{
  background-color:rgba( 0,0,0,.5 );
  color:#fefb35;
  }

#loginBox{
  background:#fff;
  border:1px solid #999;
  border-radius:0 0 10px 10px;
  box-shadow:inset 0 -1px 3px rgba( 0,0,0,.65 );
  color:#121212;
  display:none;
  padding:15px 15px 5px;
  position:absolute;
  right:-1px;
  text-align:left;
  top:31px;
  vertical-align:text-bottom
  }

p.forgot{float:right;}

#loginBox input[type=text],
#loginBox input[type=password] {
  border:1px solid #aaa;
  border-radius:10px;
  box-shadow:inset 0 3px 4px rgba( 0,0,0,.1 ), 0 -1px 0 rgba( 0,0,0,.06);
  font-weight:bold;
  outline:none;
  padding:3px 8px 4px
  }

#loginBox input[type=text]:focus,
#loginBox input[type=password]:focus {
  border-color:#00764d;
  box-shadow:0 3px 4px rgba( 0,0,0,.3 ), 0 1px 0 rgba( 0,0,0,.06)
  }

#loginBox p{
  font-size:.8em;
  margin: 7px 0;
  text-align:center
  }

#loginBox p img{ vertical-align:middle}

#toolbtns{
  margin:0 auto;
  padding-bottom:4px;
  position:relative;
  width:970px;

  }

#toolbtns div nav{
  background-clip:padding-box;
  -webkit-background-clip:padding-box;
  -moz-background-clip:padding;
  border:2px solid #14b375;
  border-radius:0 0 10px 10px;
  border-top:0;
  box-shadow:0 3px 3px rgba( 0,0,0,.65 );
  color:#fff;
  display:none;
  font-size:.75em;
  margin:0;
  position:absolute;
  right:0;
  white-space:nowrap;
  z-index:20;
  }

#toolbtns div:hover nav{
  display:block;
  }

#toolbtns nav ul{
  min-width:12em;
  }

#toolbtns nav li{
  background:#e3e3e3;
  opacity:.9
  }

#toolbtns nav.profile a{
  display:block;
  color:#121212;
  padding-left:5%;
  text-decoration:none;
  text-shadow: 0 5px 0 rgb(0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0.5)
  }

#toolbtns nav li:hover{box-shadow:inset 0 0 3px rgba( 0,0,0,.25 );font-weight:bold;opacity:1}

#toolbtns nav.profile li:last-child{border-radius:0 0 8px 8px;}

#toolbtns .fav{
  left:-4px;
  top:32px
  }

#toolbtns .fav ul{
  background-clip:padding-box;
  -webkit-background-clip:padding-box;
  -moz-background-clip:padding;
  border:inherit;
  border-radius:inherit;
  box-shadow:inherit;
  max-height:215px;
  min-width:19em;
  overflow-y:auto;
  position:absolute
  }

#toolbtns .fav ul li{
  clear:both;
  padding:10px 12px 10px 8px
  }

#toolbtns .fav .gameThumbSm{
  float:left;
  height:27px;
  margin-right:6px;
  width:63px
  }

#toolbtns .fav .gameThumbSm:hover .play{
  background-position:20px 3px;
  background-size:30px
  }

#toolbtns .fav .gameTitle{
  display:block;
  color:#121212;
  padding:3px 0
  }

#toolbtns .fav .gameTitle span{
  font-size:.8em
  }

#gvsearch{
  background:#efefef url(/art_gv/site/toolbar-search.png) no-repeat 5px 4px;
  border:none;
  border-radius:12px;
  box-shadow:inset 0 0 2px rgba( 10, 10, 10, .45 );
  cursor:pointer;
  height:22px;
  margin-top:4px;
  padding-left:24px;
  width:380px;
  margin-left: 5px;
  transition:all .35s ease-out;
  -moz-transition:all .35s ease-out;
  -webkit-transition:all .35s ease-out
  }

#gvsearch:hover,#gvsearch:focus{
  outline:none;
  background-color: #fff;
}

#gvsearch::-webkit-input-placeholder{color:#060}
#gvsearch::-moz-placeholder{color:#007545;}

#toolbtns div{
  position:relative
  }

#gvfav{
  cursor:pointer;
  float:left;
  padding:6px;
  margin-right:8px;
  width:24px;
  }

#gvrewards, #gvprofile{
  float:right;
  line-height:2em;
  padding:0 8px
  }

#gvprofile{
  background:transparent url(/art_gv/site/toolbar-menu_arrow.png) no-repeat 92% 14px;
  cursor:pointer;
  padding-right:25px
  }

#gvToolbar img{
  vertical-align:text-bottom
  }
#gvToolbar .badge{vertical-align:middle}
#badge{margin-top:1px;}

#gvprofile:hover,#gvfav:hover{
  background-color:#e3e3e3;
  box-shadow:inset 0 4px 3px rgba( 10, 10, 10, .25 );
  color:#121212;
  }

#gvToolbar .memberPolaroid{
  background-color:#fff;
  box-shadow:0 0 5px #333;
  float:right;
  margin-top:3px;
  position:relative;
  transform:rotate(3deg);
  -webkit-transform:rotate(3deg);
  z-index:500
  }

/* Top 5 Module */
#top5List{
  color:#28475d;
  font-family:'Luckiest Guy','Tahoma Bold';
  font-size:1.2em;
  font-variant:small-caps;
  font-weight:normal;
  letter-spacing:1px;
  width:250px;
  text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
  }

#top5List table{
  border-collapse:collapse;
  margin:0;
  padding:0
  }

#top5List table .head{
  padding: 0 0 0 10px;
  color:#fff;
  text-align:left;
  text-shadow:none
  }

#top5List table th{
  background:transparent url(/art_gv/site/bg-top5_banner.png) no-repeat -10px 0;
  padding:6px 0 3px 0
  }

#top5List th:first-child{
  background-position:0 0;
  padding-left:15px
  }

#top5List td:last-child{padding-right:15px;}
#top5List td:first-child{width:140px;}

#top5List .prize{
  color:#00764d;
  text-align:left
  }

#top5List table td {
  border-bottom:1px solid #ccc;
  margin:0;
  padding:2px 0 7px;
  text-align:right;
  vertical-align:middle;
  width:180px
  }

#top5List table tr:last-child td{border:none;}
#top5List tr.even td{background-color:rgba( 255,255,255,.65 );}
#top5List td:nth-child(even){white-space:nowrap;}

#top5List .gameThumbSm{
  float:none;
  height:40px;
  margin:0 15px;
  width:110px
  }

#top5List .gameThumbSm:hover .play{
  background-position:40px 5px
  }


#top5List{
  float:right;
  margin:0;
  padding:0;
  width:300px;
  min-height: 250px
  }


/* Footer */
footer{
  background:#5e7c99;
  background:rgba( 0,0,0,.4 );
  box-shadow:inset 0 0 5px rgba( 0, 0, 0, .8 );
  color:#fff;
  text-align:center;
  }

footer a{
  color:#fff;
  text-decoration:none
  }

footer p{
  clear:both;
  font-size:.75em;
  margin:0;
  padding:20px 0;
  }

footer span a{
  font-weight:bold;
  padding:0 5px;
}

footer nav{font-size:.85em;padding:20px 0 0}
footer nav li{
  background-color:rgba( 0,0,0,.25 );
  box-shadow:0 0 2px rgba( 255, 255, 255, .5 ),inset 0 0 2px rgba( 0, 0, 0, .5 );
  border-radius:20px;
  padding:8px 0 6px;
  display:inline;
  list-style-type:none;
  }

footer nav a{
  background:transparent url(/art_gv/site/sprite-footer.png) no-repeat 10px 50px;
  padding:10px 12px 5px 40px;
  text-decoration:none
  }

footer nav a:hover{text-decoration:none;}
footer nav li:hover{
  box-shadow:0 0 2px rgba( 255, 255, 255, .5 ),inset 0 0 2px rgba( 0, 0, 0, .5 ),inset 0 0 2px rgba( 255, 255, 255, .5 );
  }

footer nav .bingo    {background-position:10px -128px}
footer nav .card     {background-position:10px -276px}
footer nav .casino   {background-position:10px -350px}
footer nav .puzzle   {background-position:10px -424px}

/* Reusable Box Module */
.box{
  background:rgb(255,255,255);
  background:-moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,244,249,1) 100%);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(239,244,249,1)));
  background:-webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,244,249,1) 100%);
  background:-o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,244,249,1) 100%);
  background:-ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,244,249,1) 100%);
  background:linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,244,249,1) 100%);
  font-size:.95em;
  margin:0 auto 20px;
  overflow:hidden;
  padding:0;
  position:relative;
  border-radius:10px;
  box-shadow:0 2px #cecee4, 0 1px 3px rgba( 0, 0, 0, .2 )
  }

.box h2,
.latestWinner h3{
  background:rgb(39,127,206);
  background:-moz-linear-gradient(top,  rgba(39,127,206,1) 0%, rgba(25,82,132,1) 100%);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(39,127,206,1)), color-stop(100%,rgba(25,82,132,1)));
  background:-webkit-linear-gradient(top,  rgba(39,127,206,1) 0%,rgba(25,82,132,1) 100%);
  background:-o-linear-gradient(top,  rgba(39,127,206,1) 0%,rgba(25,82,132,1) 100%);
  background:-ms-linear-gradient(top,  rgba(39,127,206,1) 0%,rgba(25,82,132,1) 100%);
  background:linear-gradient(to bottom,  rgba(39,127,206,1) 0%,rgba(25,82,132,1) 100%);
  color:#fff;
  font-family:'Luckiest Guy','Tahoma Bold';
  font-variant:small-caps;
  font-weight:normal;
  letter-spacing:1px;
  padding:8px 0 3px 12px;
  text-shadow:0 2px 0 rgba( 0,0,0,.85 );
  }

.box h2 span a{
  color:#fff;
  float:right;
  font-size:.7em;
  margin-right:10px;
  }

.box .wrap{
  padding:5px 20px 10px
  }

.box ul{
  margin:5px 0 5px 30px;
  list-style-type:disc
  }


/* Game Thumbnails */
.gameThumbSm,
.gameThumbLg {
  background-position:center center;
	background-size:cover;
	-o-background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
  border:5px solid #fff;
  border-radius:15px;
  box-shadow:0 2px 5px rgba( 0, 0, 0, .75 );
  display:block;
  height:121px;
  position:relative;
  width:281px
  }

.gameThumbLg a{
  border-radius:10px;
  display:block;
  height:100%;
  overflow:hidden
  }

.gameThumbLg a:hover{
  text-decoration:none
  }

.gameThumbSm{
  border-radius:7px;
  border-width:2px;
  height:54px;
  width:126px
  }

.gameThumbLg:hover,
.gameThumbSm:hover{text-decoration:none;}

.errorMsg {
  background-color: #ff9f9f;
  border:3px solid #c00;
  border-bottom-width:5px;
  border-radius:20px 20px 0 0;
  box-shadow:0 1px 2px rgba( 0,0,0,.65 );
  left:-2px;
  margin:0 2px 20px;
  padding:15px 5px;
  position:relative;
  width:955px;
  top: -20px
  }

/* Utility */
a{
  color:#1770be;
  text-decoration:none
  }

a:hover{text-decoration:underline;}

a, a img{
  border:none;
  outline:none
  }

label{
  cursor:pointer
  }

.ctr{text-align:center;}
.clr{clear:both;}
.clrfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
	}
* html .clrfix             { zoom: 1; } /* IE6 */
*:first-child+html .clrfix { zoom: 1; } /* IE7 */

.clrfixL:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:left;
	height:0;
	}
* html .clrfixL             { zoom: 1; } /* IE6 */
*:first-child+html .clrfixL { zoom: 1; } /* IE7 */

#features{
  margin:0;
  padding:0;
  position:relative
  }

#slidePager{
  position:absolute;
  margin-left:290px;
  margin-top:-3px;
  z-index:10
  }

#slidePager li{
  cursor:pointer;
  font-size:1.4em;
  display:inline;
  padding:5px 0;
  position:relative;
  vertical-align:middle;
  text-shadow:0 0 2px #fff
  }

#slidePager .activeSlide{color:#fefb35; text-shadow:0 0 2px #000;font-size:1.6em}

#featureContainer{
  background-color:#666;
  border-radius:0 20px 20px 0;
  box-shadow:1px 2px 3px rgba( 10,10,10,.65 );
  height:270px;
  margin:0;
  overflow:hidden;
  padding:0;
  width:635px;
  z-index:5
  }

.slide{
  border-radius:0 20px 20px 0;
  height:270px;
  overflow:hidden;
  position:relative;
  width:635px
  }

.slide img {border-radius:0 20px 20px 0}

.slide .info {
  background:#000;
  background:rgba(0,0,0,.65);
  border-radius:0 0 20px 0;
  color:#fff;
  display:block;
  height:65px;
  position:relative;
  top:-65px;
  z-index:10
  }

.slide .info p a,
.slide .info h1 a{
  color:#fff;
  text-decoration:none
  }

.slide .info h1 a{
  color:#fefb35
  }

.slide .info h1{
  color:#fefb35;
  font-family:'Luckiest Guy','Tahoma Bold';
  font-size:1.6em;
  font-variant:small-caps;
  font-weight:normal;
  letter-spacing:2px;
  margin:5px 0 0;
  text-align:left;
  text-shadow:1px 1px 2px rgba( 0,0,0,.65 )
  }

.slide .playNowBtn{
  position:relative;
  top:-6px
  }

.info .lft{
  font-size:.9em;
  float:left;
  margin:0 0 0 20px;
  width:65%
  }

.info .gvBtn{
  float:right;
  margin:15px 10px 0 0
  }

.slidePage{
  position:absolute;
  width:50px;
  height:50px;
  background-color:#000;
  z-index:10
  }

#slideNext{
  right:0
  }

#slidePager .activeSlide{color:#fefb35; text-shadow:0 0 2px #000;font-size:1.6em}

#spotlights{
  background:rgb(242,242,242);
  background:-moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(226,226,226,1) 100%);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(226,226,226,1)));
  background:-webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(226,226,226,1) 100%);
  background:-o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(226,226,226,1) 100%);
  background:-ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(226,226,226,1) 100%);
  background:linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(226,226,226,1) 100%);
  box-shadow:inset 0 -5px 5px -5px rgba( 0, 0, 0, .35 ), inset 0 5px 5px -5px rgba( 0, 0, 0, .35 );
  margin:30px 0;
  padding:10px 0
  }

.gameField .gameThumbLg{
  float:left;
  margin:10px 10px 10px 20px
  }

.gameThumbLg .cashPrize{
  background-color:#fff;
  border-radius: 0 15px 0 0;
  bottom:-2px;
  box-shadow:2px -2px 4px -2px rgba( 0,0,0,.65 );
  font-size:1.2em;
  left:0;
  padding:5px 5px 0 5px;
  position:absolute
  }

.gameThumbLg .playNow{
  background-color:#fff;
  border:1px solid #fff;
  border-radius: 15px 0 0 0;
  box-shadow:-2px -2px 2px -2px rgba( 0,0,0,.65 );
  bottom:-2px;
  font-size:1.2em;
  right:0;
  padding:5px 5px 0 5px;
  position:absolute;
  z-index:5
  }

.gameThumbLg .playNow a{
  background:transparent url('/art_gv/site/sprite-modules.png') no-repeat 5px -79px;
  display:block;
  height:20px;
  width:15px
  }

.gameThumbLg .info{
  background:#111;
  background:rgba( 0,0,0,.75 );
  color:#fff;
  display:none;
  font-size:.9em;
  height:100%;
  padding:5px 7px 0;
  text-align:center;
  text-decoration:none
  }

.gameThumbLg .info h3{
  color:#fefb35;
  margin:0 auto 3px
  }

.gameThumbLg:hover .info{
  display:block
  }

#gameLists .box{
  background:none;
  box-shadow:none;
  font-size:.85em;
  font-weight:bold;
  margin:0;
  padding:0;
  }

#gameLists .moreGames{
  float:right;
  margin-right:10px;
  width:300px;
  }

#gameLists h2{
  border-left:1px solid rgba( 0,0,0,.2 );
  border-right:1px solid rgba( 255,255,255,.2 )
  }

#gameLists h3{
  font-size:1em;
  margin:5px 0 1px
  }

#gameLists h3 a{
  color:#23405a
  }

#gameLists .gameThumbSm{
  float:left;
  margin-right:10px
  }

.gameThumbSm:hover .play{
  background:url('/art_gv/site/sprite-modules.png') no-repeat scroll 48px 12px rgba(0, 0, 0, 0.5);
  border-radius:5px;
  cursor:pointer;
  display:block;
  height:100%;
  width:100%
  }

#gameLists .cat{
  font-size:.8em;
  font-weight:normal
  }

#gameLists .prize{
  color:#007545;
  display:block;
  margin:5px 0 0
  }

#gameLists ul{
  margin:0;
  padding:0
  }

#gameLists li{
  background:#eff4f9;
  background:-moz-linear-gradient(center top , #fff 0%, #eff4f9 100%) repeat scroll 0 0 transparent;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(226,226,226,1)));
  background:-webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(226,226,226,1) 100%);
  background:-o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(226,226,226,1) 100%);
  background:-ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(226,226,226,1) 100%);
  background:linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(226,226,226,1) 100%);
  border:1px solid #d6dbdf;
  border-width:1px 1px 0 0;
  clear:both;
  list-style-type:none;
  padding:10px 0 25px 15px
  }

#gameLists h2{
  border-right:1px solid rgba( 0,0,0,.3);
  border-left:1px solid rgba( 255,255,255,.2)
  }

#gameLists h2:last-child {
  border:none
  }

#gameLists h2 a{
  color:#fff;
  display:block
  }

/**** Sub Pages ****/

/** Lobbies **/
.lobby{
  float:left;
  margin-left:15px;
  width:616px;
  }

.gameCard{
  border-radius:20px;
  margin:0 0 15px 0;
  overflow:hidden;
  }

.lobby h2{font-size:1.2em;}
.lobby .box{
  line-height: 1.2em;
  }

.gameCard .logo{
  box-shadow:inset 0 0 10px rgba(0,0,0,.65);
  display:block;
  height:200px;
  width:616px;
  }

.gameBtns{
  background:rgb(255,255,255);
  background:-moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,244,249,1) 100%);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(239,244,249,1)));
  background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,244,249,1) 100%);
  background:-o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,244,249,1) 100%);
  background:-ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,244,249,1) 100%);
  background:linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(239,244,249,1) 100%);
  margin:0;
  padding:20px 5px;
  position:relative;
  box-shadow:inset 0 -1px 3px rgba( 0, 0, 0, .2 );
  text-align:center;
  }

.gameBtns .prize{
  left:8px;
  position:absolute;
  text-align:left;
  top:10px;
  }

.gameBtns .prize h3{
  color:#454545;
  font-size:1em;
  }

.gameBtns .social{
  right:8px;
  position:absolute;
  top:10px;
  }

.gameBtns .social a{
  background:transparent url(/art_gv/site/sprite-lobby.png) no-repeat 0 0;
  display:block;
  float:right;
  margin:7px 2px 0;
  height:40px;
  width:35px;
  }

.gameBtns .social .tw{
  background-position:0 -90px;
  }

.gameBtns .prize span{
  color:#00764d;
  display:block;
  font-family:'Luckiest Guy','Tahoma Bold';
  font-size:2em;
  font-weight:normal;
  letter-spacing:1px;
  margin-top:8px;
  }


.regOffer{
  font-size:.8em;
  margin:18px 0;
  text-align:center;
  }

.regOffer .gvBtn{
  background:#c93054;
  font-weight:bold;
  }

.gameCard .screen{
  clear:left;
  display:block;
  margin:15px auto;
  }

.gameAbout{font-size:.9em}
.gameAbout h4{
  margin:20px 0 10px 0;
  }

.gameRooms .roomLists{
  max-height:200px;
  overflow-y:auto;
  }

.gameRooms h3{
  background-color:#fff;
  font-size:1em;
  margin:0;
  padding:10px 8px;
  }

.gameRooms ul{
  margin:0;
  padding:0;
  }

.gameRooms ul li.odd{background-color:rgba( 0,0,0,.1 )}
.gameRooms ul a{display:block}
.gameRooms .goldList,
.gameRooms h3.goldRooms{background-color:#fd0}

.gameRooms li{
  list-style-type:none;
  padding:8px 0 8px 25px;
  }

.latestWinner{}
.latestWinner .memberPolaroid{
  float:left;
  margin-right:5px;
  }

.gameDetails .box{
  float:left;
  margin:10px 1%;
  width:48%;
  }

section.gameplay{
  }

.gameDescription .wrap{float:left;width:400px;}
.gameExtra{padding-top:12px}
.gameDescription .gvBtn{
  font-size:1.5em;
  margin-left:75px;
  text-align:center;
  }

.gameplay .latestCashWinners{
  clear:left;
  float:left;
  margin:25px 0;
  width:375px;
  }

.gameplay .cashWinner{
  border:0;
  clear:both;
  display:block;
  float:none;
  padding-left:5px;
  width:90%;
  }

.gameplay .sweepstakes {float:right;margin-top:30px;}
.gameplay .sweepstakes .gameThumbLg {margin-top:20px;}

.gameplay .cashWinner p{padding-top:10px}

/** Free Games **/
section.freegames{}

.freegames h1{text-align:center;}

p.prop, p.intro, p.popout, .gameExtra{
  background:rgb(255,255,255);
  background:-moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,244,249,1) 100%);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(239,244,249,1)));
  background:-webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,244,249,1) 100%);
  background:-o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,244,249,1) 100%);
  background:-ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,244,249,1) 100%);
  background:linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,244,249,1) 100%);
  margin:10px 10px 15px;
  padding:7px 20px 10px;
  border-radius:20px;
  box-shadow:0 2px #cecee4, 0 1px 3px rgba( 0, 0, 0, .2 );
  font-size:.75em;
  }

section.gamesDisplay{
  float:left;
  margin:0;
  position:relative;
  width:100%
  }

#scrollBox{width:620px}

.gamesDisplay .gameBlock{
  float:left;
  margin:0 10px 20px 30px;
  padding:0;
  text-align:center;
  width:270px;
  }

.gamesDisplay .gameThumbLg{
  height:120px!important;
  margin:0;
  }

.gamesDisplay .gameThumbLg .playNow{display:none;}

nav.freegames{
  background:transparent url(/art_gv/site/bg-freegames_nav.png) repeat-x;
  box-shadow:0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 4px 6px -3px rgba(0, 0, 0, .6);
  font-size:.9em;
  font-weight:bold;
  height:40px;
  margin-bottom:30px;
  overflow:hidden;
  position:relative;
  width:100%;
  }

nav.freegames ul{position:relative;}

nav.freegames li{
  float:left;
  list-style-type:none;
  margin:0;
  padding:0;
  }

nav.freegames a{
  background:transparent url(/art_gv/site/sprite-freegames.png) no-repeat;
  color:#7e1d30;
  display:block;
  margin:0 0 0 15px;
  padding:5px 0 10px 40px;
  text-decoration:none;
  transition:color .25s;
  -moz-transition:color .25s;
  -webkit-transition:color .25s;
  }

nav.freegames .free a    {background-position:8px -75px;}
nav.freegames .bingo a   {background-position:8px -155px;}
nav.freegames .card a    {background-position:8px -235px;}
nav.freegames .casino a  {background-position:8px -315px;}
nav.freegames .puzzle a  {background-position:8px -395px;}
nav.freegames .word a    {background-position:8px -475px;}

nav.freegames .free a:hover    {background-position:-220px -75px;}
nav.freegames .bingo a:hover   {background-position:-220px -155px;}
nav.freegames .card a:hover    {background-position:-220px -235px;}
nav.freegames .casino a:hover  {background-position:-220px -315px;}
nav.freegames .puzzle a:hover  {background-position:-220px -395px;}
nav.freegames .word a:hover    {background-position:-220px -475px;}

nav.freegames .current a{background-position-x:-220px;}

nav.freegames a:hover,
nav.freegames a.selected,
nav.freegames .current a{
  color:#fff;
  }

.reflected {
  position:relative;
  }

.reflected:before, .reflected:after {
  display:block;
  position:absolute;
  bottom:-.5em;
  left:0;
  right:0;
  }

.reflected:before {
  content:'';
  opacity:.3;
  -webkit-transform:scaleY(-1);
  -moz-transform:scaleY(-1);
  -o-transform:scaleY(-1);
  }

.reflected:after {
  background:-webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgb(255,255,255)));
  background:-moz-linear-gradient(top, rgba(255,255,255,0), rgb(255,255,255));
  content:' ';
  height:1em;
  }

/* Search */
.searchResults{}

.searchResults h2{margin:10px 0}
.searchResults h3{margin:5px 0}
.searchResults p{margin:10px 0;padding:0 10px}
.searchResults .search{
  margin:10px auto;
  width:75%;
  }

.searchResults .search .newSearch{
  font-size:1.2em;
  padding:5px;
  width:70%;
  }

.searchResults .search .gvBtn{font-size:1.2em;width:20%}

/*Colorbox*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; border-radius:20px; display:block; border:0; overflow:hidden;}
#cboxContent{background:transparent; position:relative;}
#cboxOverlay{background:#000}
.cboxIframe{background:transparent;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:5px;}
#cboxLoadingOverlay{background:url(/img/colorbox/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(/img/colorbox/loading.gif) no-repeat center center;}
#cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
#cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

/* Community */
.blogCol div {
  padding: 0 10px;
  }

h1.dateline {
  border-bottom: 1px dotted #999;
  margin: 5px 0 15px;
  padding: 0 0 2px 2px;
  }

.blogCol h2{font-size:1.1em}

.blogCol h3,
.blogSidebar h3{font-size:1em}

textarea#comment {
  width: 75%;
  height: 10em;
  }

.socialShare div {
  background: #f4f4f4;
  border: 1px solid #d8d8d8;
  min-height: 90px;
  margin: 0 auto;
  padding: 1px 0;
  width: 300px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  }

.theTeam ul,
.socialShare ul {
  margin: 10px 0 0 15px;
  padding: 0;
  list-style-type: none;
  }

.theTeam ul { margin-left: 25px; }

.theTeam li,
.socialShare li { float: left; }

.theTeam li a,
.socialShare li a {
  display: block;
  margin: 0 2px;
  padding: 5px 8px;
  }

.theTeam li img { border: 1px solid #ccc; }

.theTeam li a {
  border: 1px solid #ccc;
  margin: 0 15px 10px 0;
  outline: none;
  padding: 5px 4px 8px;
  }

.theTeam li a,
.socialShare li a:hover {
  -moz-box-shadow: 0 0 8px #999;
  -webkit-box-shadow: 0 0 8px #999;
  }

.theTeam li a:hover {
  -moz-box-shadow: 0 0 8px #060;
  -webkit-box-shadow: 0 0 8px #060;
  }

div.blogCats {
  float: right;
  font-size:.8em;
  width: 180px;
  }

.rightCol .clrL{font-size:.8em;}

div.archives {
  font-size:.8em;
  width: 160px;
  }

.archives ul,
.blogCats ul {
  padding: 0 25px 0 5px;
  margin: 0 0 20px;
  list-style-type: none;
  }

.archives li,
.blogCats li {
  border-bottom: 1px dotted #999;
  padding: 5px 0;
  }

#search,
.socialShare { margin-bottom: 15px; }

#search div {
  background: #f4f4f4;
  border: 1px solid #d8d8d8;
  margin: 0 auto;
  padding: 8px 0;
  width: 298px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  }

input#s {
  margin: 0 5px 0 15px;
  width: 190px;
  }

.current-cat { font-weight: bold; }
.feedback { margin-bottom: 15px; }

.post{margin:0 10px}

.storytitle{
  font-size:1.2em;
  margin: 10px 0 5px 0;
  text-align:left;
  }

.storytitle a { color: #333; }
.meta{font-size:.75em;}

.storycontent {
  clear: both;
  margin-top:10px;
  }

.storycontent p{
  font-size:.9em;
  line-height:1.1em;
  margin:10px 0;
  }

.post-footer {
  font-size:.9em;
  margin:20px 0;
  }

.sharing {
  background: #f4f4f4;
  border: 1px solid #d8d8d8;
  border-width: 1px 0;
  margin-top:5px;
  }

.sharing ul {
  margin: 0;
  padding: 0;
  }

.sharing li {
  list-style-type: none;
  float:left;
  font-size:.85em;
  margin: 0 14px 0 0;
  padding: 8px 0;
  }

.sharing li span {
  background: transparent url(/art_gv3/shell/blogfooter-share.png) no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: text-top;
  }

.sharing .comment { background-position: -80px; }
.sharing .like { background-position: -64px; }
.sharing .sub { background-position: -16px; }
.sharing .fb { background-position: -32px; }
.sharing .twitter { background-position: -48px; }

.sharing input.like {
  background: transparent;
  border: none;
  color: #00c;
  cursor: pointer;
  display: inline;
  font-weight: normal;
  margin: 0;
  padding: 0;
  }

.sharing input:hover { text-decoration: underline; }

.likeBlock,
.commentBlock {
  margin: 15px;
  }

.likeBlock p{margin:10px 0}

#postcomment{padding-top:15px}

ol#commentlist {
  margin:0;
  padding:0 20px;
  }

ol#commentlist li {
  border-bottom: 1px dotted #999;
  clear: both;
  list-style-type: none;
  margin:5px 0;
  }

.post .avatar {
  float: left;
  margin: 4px 10px 5px 0;
  }

.comment .avatar {margin-top: 13px;}

.comment p {
  float: right;
  font-size:.9em;
  margin:10px;
  width: 440px;
}

#commentList .comment {
  clear: both;
  margin:10px;
  }

.lycos p,
.footer p { margin: 0; }

#winningsMsg p { margin: 0 0 5px; }

/**  Formats the common three-column table inside div.box  **/
div.box table {
  width: 100%;
  border-collapse: collapse;
  empty-cells: show;
  }

div.box table td {
  margin: 0;
  border-top: 1px solid #aaa;
  }

div.box table th { white-space: nowrap; }

.box table td,
.box table th { padding: 4px 5px; }
.box table td.data{border-top:0;padding:0}
.box table .footer-cell{border-top:0;padding:3px 8px;}

div.box table th {
  background-color: #d0e2f1;
  color: inherit;
  font-size: 1.2em;
  font-variant: small-caps;
  font-weight:normal;
  text-align: left;
  }

div.box table tr.even {
  background-color: #d0e2f1;
  color: inherit;
  }


section.profilePage{}

.profilePage .leftCol{width:43%;}
.profilePage .rightCol{width:55%}


  /**********************/
 /**  Avatar Submenu  **/
/**********************/
ul.avatarOptions {
  margin:0 0 5px auto;
  padding: 0;
  list-style: none;
  width:100%;
  }

ul.avatarOptions li {
  float: left;
  background-color: #74749e;
  color: #fff;
  border: 1px solid #6f6f98;
  border-left: 1px solid #9d9ac6;
  }

ul.avatarOptions a {
  display: block;
  margin: 0;
  padding: 8px;
  background-color: transparent;
  color: #fff;
  font-size: 108%;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  }

ul.avatarOptions li a:hover,
ul.avatarOptions li a.current {
  background-color: #9d9ac6;
  color: #fff;
  }

ul.avatarSubMenu {
  clear: both;
  height: 24px;
  margin: 0;
  padding: 0 0 5px 0;
  background: transparent url(/art_gv3/dot-black.gif) repeat-x bottom;
  color: #fff;
  list-style: none;
  }

ul.avatarSubMenu li {
  float: left;
  margin: 5px 0;
  padding: 0;
  }

ul.avatarSubMenu li a {
  display: block;
  margin: 0 0 0 6px;
  padding: 3px 8px;
  border: 1px solid #333;
  background-color: #b3541f;
  color: #fff;
  white-space: nowrap;
  }

ul.avatarSubMenu li.current a {
  padding-bottom: 4px;
  background-color: #fff;
  border-bottom: none;
  color: #000;
  }

div.avatarSubLayer {
  clear: both;
  padding: 8px;
  }

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

.site-updates{}

.box33{
  float:left;
  width:32%;
  margin-right:2%
  }

.box50{
  float:left;
  margin-right:2%;
  width:49%;
  }

.site-updates .box:last-child{margin-right:0}

/* Modules */
.blogUpdate{position:relative}

.blogUpdate .memberPolaroid{
  left:5px;
  position:absolute;
  top:60px;
  transform:rotate(-3deg);
  -webkit-transform:rotate(-3deg);
  }

.blogUpdate .blurb:before{
  content:url(/art_gv/site/arrow-blogBubble.png);
  position:absolute;
  left:41px;
  top:95px
  }

.blurb{
  background-color:#fff;
  border:1px solid #ccc;
  border-radius:15px;
  box-shadow:0 2px 1px rgba( 0, 0, 0, .25 );
  float:right;
  font-size:.85em;
  margin:8px 6px;
  padding:7px 10px;
  width:70%
  }

.blogUpdate a{text-decoration:none}
.blogUpdate a span{
  color:#333
  }

.featuredWinner .blurb{float:left;text-align:center}
.featuredWinner p{font-size:1.1em;margin:10px 0;}
.featuredWinner .cashPrize{font-size:1.15em;}
.featuredWinner .memberPolaroid{
  margin:5px;
  position:absolute;
  right:8px;
  top:55px;
  transform:rotate(3deg);
  -webkit-transform:rotate(3deg);
  }

.latestCashWinners{}
.latestCashWinners .wrap{padding:0px}
.cashWinner{
  border:1px solid #ccc;
  border-width:0 1px 1px 0;
  float:left;
  font-size:.9em;
  line-height:1.2em;
  width:49.9%;
  }

.cashWinner:nth-child(even){border-right:none}
.cashWinner:nth-child(n+3){border-bottom:none}
.cashWinner img, .cashWinner p{border-radius:5px;margin:10px 5px}

.cashWinner .avatar{float:left}
.cashWinner .gameLogo{float:right}

.sweepstakesBar{
  border-radius:10px;
  box-shadow:0 1px 2px rgba( 0,0,0,.65 );
  clear:left;
  color:#fff;
  margin:10px 20px 20px;
  padding:2px 8px 3px 0
  }

.sweepstakesBar .logo{
  float:left;
  margin-top:8px;
  text-align:center;
  width:19%
  }

.sweepstakesBar .logo p{font-size:.75em;margin:15px 0}
.sweepstakesBar .logo a{color:#fff}

.sweepstakesBar .sweepUnits{
  background-color:#fff;
  border-radius:inherit;
  color:#121212;
  float:right;
  width:81%
  }

.sweepUnits div:first-child{border-left:none;}
.sweepUnits div{
  border-left:1px solid #eaeaea;
  border-right:1px solid #ccc;
  float:left;
  width:33%
  }
.sweepUnits div:last-child{border-right:none}

.sweepUnits .sweepsPrize{
  background-clip:padding-box;
  background-color:#666;
  background-repeat:no-repeat;
  background-size:cover;
  border:2px solid #fff;
  border-radius:10px 0 10px 10px;
  box-shadow:inset 0 0 5px rgba( 0,0,0,.65 ),0 2px 3px rgba( 0,0,0,.45 );
  display:block;
  float:left;
  height:65px;
  margin:10px 0 10px 10px;
  overflow:hidden;
  padding:10px 0 0 5px;
  position:relative;
  text-decoration:none;
  width:140px;
  }

.sweepsPrize span{
  font-size:2.7em;
  text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
  }

.sweepsPrize:before{
  bottom:3px;
  color:#fff;
  font-variant:small-caps;
  position:absolute;
  text-shadow:-1px -1px 0 #a3a3a3,1px -1px 0 #a3a3a3,-1px 1px 0 #a3a3a3,1px 1px 0 #a3a3a3;
  }

.dailySweeps:before{content:'daily'}
.weeklySweeps:before{content:'weekly'}
.monthlySweeps:before{content:'monthly'}

.sweepUnits .blueBtn{
  font-size:1.5em;
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  }

.sweepUnits p{
  color:#888;
  margin:15px 0
  }

.sweepUnits p:last-child{
  font-size:.8em;
  position:relative;
  left:10px;
  line-height:1.1em;
  }

.sweepstakesBox{}
.sweepstakesBox .unit{
  float:left;
  text-align:center;
  width:33%
  }

.sweepstakesBox .gameThumbLg,
#rewardswrapper .gameThumbLg{box-shadow:0 2px 5px rgba( 0, 0, 0, .75 ), inset 0 0 5px rgba( 11,11,11,.65 )}
.unit p{margin:15px 0}

/* Header Messaging */
.headerMsg{
  background-color:#e3e3e3;
  border:2px solid #14b375;
  border-top:0;
  border-radius:0 0 10px 10px;
  box-shadow:inset 0 2px 3px rgba( 10, 10, 10, .45 ), 0 3px 3px rgba( 0,0,0,.65 );
  color:#121212;
  left:280px;
  position:relative;
  opacity:.9;
  top:-130px;
  width:36em;
  z-index:10
  }

.headerMsg div{
  padding:5px;
  }

.headerMsg .gvBtn{
  float:right;
  margin:0 5px 10px 0
  }

.alertMsg{}
.alertMsg h1{padding:5px 10px;}
.alertMsg p{padding:5px 15px;}

.winsMsg{}

/* Winnings Page */
/* Winnings scratch-sheet */
#claimbox {
  margin: 0 auto;
  padding: 0;
  width: 600px;
  min-height: 250px;
  }

#popupmessage { margin-bottom: 20px; }

#cancelmessage,
#continuemessage {
  line-height: 42px;
  }

#cancelBtn,
#continueBtn {
  clear: both;
  cursor: pointer;
  float: left;
  margin: 0 5px 0 15px;
  }

#claimbox h1 {
  background-color: #063;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 165%;
  margin: 0;
  padding: 20px;
  text-shadow: 0 2px 2px #333;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  }

#claimbox div { padding: 10px 20px; }

#fancybox-outer {
  background-color: transparent;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  }

dl.faq {
  margin: 0 10px;
  padding: 0;
  }

dl.faq dt {
  border-bottom: 1px solid #666;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 5px 0;
  }

dl.faq dt:before { content: 'Q. ' }

dl.faq dd {
  margin: 10px 0;
  padding: 0;
  }

dl.faq dd:before { content: 'A. ' }

#winnings,
.displayTable {
  border-collapse: collapse;
  clear: both;
  margin: 10px auto 10px;
  width: 100%;
  }

.displayTable th { border-right: 4px solid #fff; }

#winnings td,
.displayTable th,
.displayTable td {
  padding: 10px;
  }

.displayTable th {
  background-color: #666;
  background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));
  background: -moz-linear-gradient(top,  #999,  #333);
  color: #fff;
  font-weight: bold;
  font-size: 123.1%;
  text-shadow: 0 3px 2px #000;
  white-space: nowrap;
  }

#winnings tbody .even td,
.displayTable tbody .even td { background-color: #cdffcc; }

.note {
  font-size: 85%;
  margin: 0 0 25px 7px;
  }

#claimform {
  border-collapse: collapse;
  }

#claimform td.error {
  padding-right: 5px;
  width: 200px;
  }

#claimform td { padding: 10px 0; }

#claimform tr.error {
  background-color: #ff6;
  box-shadow: -2px 3px 6px #999;
  -moz-box-shadow: -2px 3px 6px #999;
  -webkit-box-shadow: -2px 3px 6px #999;
  }

#claimform label {
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 0 0 0 40px;
  width: 160px;
  }

#claimform input { font-weight: normal; }

p.ssn {
  margin: 5px 0 0 40px;
  padding: 10px;
  background-color: #ccf;
  font-size: 80%;
  }

/* Old My Gv */

div.my_gv { font-weight: bold; }

div.my_gv input.login {
  float: right;
  width: 148px;
  margin: 0 0 5px 5px;
  border: 1px solid #166eb8;
  }

div.my_gv img.avatar {
  margin: 0;
  border: 1px solid #000;
  }

div.my_gv ul {
  margin: 0;
  padding: 0;
  }

div.my_gv ul li {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  }

div.my_gv ul li a {
  display: inline;
  padding: 0;
  }

div.my_gv ul li a:hover { background-color: transparent; }

div.my_gv ul li a {
  background-color: #fff;
  }

div.my_gv p { margin: 0 0 5px 0; }

div.my_gv div.flist {
  margin-top: 10px;
  padding: 5px;
  background-color: #fcf32a;
  color: #000;
  }

div.myProfile { width:605px }

.myProfile .profileInset{
  float:right;
  font-size:.9em;
  width:25%;
  }

.myProfile .setting{
  font-size:.9em;
  margin-left:5px;
  }

.profileInset img{margin:10px 0 0 30px}

.myProfile input[type="text"]{width:50%}
.myProfile input[name="age"]{width:auto}
.myProfile .wrap select{width:51%;}
.myProfile .wrap label{
  clear:left;
  float:left;
  padding-top:3px;
  width:20%;
  }

.myProfile .wrap p{
  margin:8px 0 0}

.box33 th{
  font-variant:small-caps;
  font-weight:normal;
  text-align:left;
  }

.myProfile .submit{margin:1.8em 0 1em 1.5em;}
.myProfile textarea {
  width:51%;
  height:55px;
  overflow: auto;
  }

div.gvGoldCertificate {
  position: absolute;
  width: 573px;
  height: 475px;
  background: url('../art_gvgold/gvGoldProfileCertificate.jpg') no-repeat top left;
  z-index: 1000;
  }

div.gvGoldCertificate span {
  font-weight: bold;
  font-size: 18px;
  width: 570px;
  display: block;
  text-align: center;
  margin-top: 173px;
  }

span.gvGoldMember {
  font-weight: bold;
  display: block;
  margin: 0.3em auto;
  }

div.gvGoldList ul {
  margin-top: 0;
}


div.instruction {
  padding: 5px;
  border: 1px solid #166eb8;
  border-width: 1px 0;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  }

div.instruction p { margin: 0;}
p.prev { float: left; }
p.next { float: right; }

ul.swatches {
  width: auto;
  margin: 0;
  padding: 3px 0 0 0;
  list-style: none;
  }

ul.swatches li {
  float: left;
  margin: 0;
  padding: 0;
  }

ul.swatches li a {
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px 0 1px 1px;
  border: 2px solid #eaeaea;
  background-color: #000;
  color: #000;
  cursor: pointer;
  }

ul.swatches li:hover a,
ul.swatches a.selected { border: 2px outset #0f0; }

div#notification {
  padding-top: 5px;
  font-weight: bold;
}

span.pointBox {
  padding: .1em .25em 0 .25em;
  border: 2px solid #000;
  border-color: #ccc #000 #000 #ccc;
  background-color: #333;
  color: #666;
  }

span.pointBox span{
  background-color: transparent;
  color: #fc0;
  }

table#points td {
  border: none;
  }

#points p a.playButton,
#points p span.playButtonOff {
  padding:2px 8px 2px 8px;
  background-color:#fc0;
  color: #000;
  border: 2px solid #ffc;
  border-color: #ffc #960 #960 #ffc;
  font: xx-small Verdana,Sans-serif;
  font-weight: bold;
  font-size: 100%;
  line-height: 2.25em;
  text-decoration: none;
  }

#points p span.playButtonOff {
  padding: 2px 8px;
  border: 2px solid #eee;
  border-color: #eee #999 #999 #eee;
  background-color: #ccc;
  color: #666;
  font-weight: bold;
  }

.badges {
  clear: right;
  float: left;
  margin: 0 auto;
  overflow: hidden;
  width: 750px;
  }

.badges img,
#activeBadge {
  border: 1px solid #000;
  margin: 6px auto;
  padding: 10px;
  -moz-border-radius: 8px;
  -moz-box-shadow: 0 3px 6px #000;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px #000;
  }

.badges div {
  border: 1px solid #fff;
  cursor: pointer;
  float: left;
  height: 200px;
  margin: 0 5px 15px;
  text-align: center;
  width: 165px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  }

.badges h2 { margin: 2px; }

#activeBadge {
  float:right;
  margin-top:0;
  width:200px;
  }

.badges div:hover img,
.badges .selected img {
  background-color: #fff;
  }

.badges div:hover,
.badges div.selected {
  background-color: #037E2A;
  border-color: #000;
  color: #fff;
  -moz-box-shadow: 0 3px 6px #000;
  -webkit-box-shadow: 0 3px 6px #000;
  }

.badges .locked:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  cursor: default;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  }

.badgesToggle {
  cursor: pointer;
  display: block;
  font-weight: bold;
  height: 50px;
  margin: 0 0 25px 195px;
  width: 700px;
  }

.profilePage h3{ font-size: 108%; }
.profilePage p { margin: 5px 0; }

#badgesTab .right {
  width: 170px;
  }

#badgesTab .right div {
  padding: 0 0 15px 20px;
  }

#badgesTab h1 {
  border-bottom: 1px solid black;
  font-size: 123.1%;
  margin-bottom: 5px;
  padding-bottom: 3px;
  }

.rewardsBox {
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  }

.rewardsBox h2 {
  background: none;
  color: #333;
  font-size: 174%;
  padding: 0;
  margin: 5px 0;
  text-shadow:none;
  }

.rewardsBox .winner { display: none; }
.rewardsBox .btn {
  display: block;
  margin: 10px auto 5px;
  }

.rewardsBox .sweepUnit {
  float: left;
  margin: 25px 0;
  padding: 5px 5px;
  text-align: center;
  width: 243px;
  }
/* end old my gv */

/* Winners Page */
.filters li a,
#winnings th a {
  background-color:#666;
  color:#fff;
  display:block;
  font-weight:bold;
  padding:10px 20px;
  text-decoration:none;
  text-shadow:0 3px 2px #000;
  }

#winnings th{
  background-color:#666;
  color:#fff;
  }

.filters a:hover,
#winnings th a:hover,
.filters .active a,
#winnings .active a{
  background-color: #060;
  }

,displayTable th img {
  left: 3px;
  position: relative;
  top: 4px;
  }

.filters { margin: 0; padding: 0; }

.filters li {
  border-left: 4px solid #fff;
  float: left;
  margin: 0;
  list-style-type: none;
  }

#winnings {
  border-collapse: collapse;
  margin-top: 10px;
  }

#winnings thead th { border-left: 4px solid #fff; padding:0;/ }

#winnings tbody .even td { background-color: #d1e2f2; }
#winnings tbody tr:hover td { background-color: #b8c9d9; }

#winnings td img { vertical-align: middle; }

#winnings { margin-bottom: 10px; }

#winnings th.sorting_asc,
#winnings th.sorting_desc { background-color: #408840; }

#winnings_length { float: left; }
#winnings_info {
  float: left;
  padding-right: 3px;
  margin-bottom: 25px;
  }

#winnings_paginate {
  text-align: right;
  }

.paginate_button,
.paginate_active {
  cursor: pointer;
  background-color: #eaeaea;
  border: 2px solid #a8a0ff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 10px 2px;
  padding: 3px 7px;
  }

.paginate_active {
  background-color: #ccccfe;
  cursor: default;
  font-weight: bold;
  }

.paginate_button:hover { background-color: #d9d9d9; }

#winnings_filter {
  padding-right: 3px;
  text-align: right;
  }

.highlight{
  background-color:#ccccfe;
  border:2px solid #a8a0ff;
  border-width:2px 0;
  margin:10px 0;
  padding:10px 0;
  text-align: center;
  }

.helpPage table{
  margin:0 auto;
  }
.helpPage p{margin:20px 0}
.helpPage ul{
  clear:both;
  list-style-type:none;
  margin:0;
  padding:0;
  }
.helpPage table{margin-top:10px}
.helpPage td{vertical-align:top}
.helpPage li{margin:10px 0}

.helpPage img[title="play now"]{
  display:block;
  margin:10px;
  }

/*** Colors ***/
/* Green Gradient */
.gvBtn, #gvToolbar, #toolbtns, .displayTable th a:hover, .latestCashWinners h2{
  background:#14b375;
  background:-moz-linear-gradient(top, #14b375 0%, #13744e 100%);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#14b375), color-stop(100%,#13744e));
  background:-webkit-linear-gradient(top, #14b375 0%,#13744e 100%);
  background:-o-linear-gradient(top, #14b375 0%,#13744e 100%);
  background:-ms-linear-gradient(top, #14b375 0%,#13744e 100%);
  background:linear-gradient(top, #14b375 0%,#13744e 100%)
  }

/* Blue Gradient */
#gvNav, .blueBtn, .sweepstakesBar{
  background:#277fce;
  background:-moz-linear-gradient(top,  #277fce 0%, #195386 100%);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#277fce), color-stop(100%,#195386));
  background:-webkit-linear-gradient(top,  #277fce 0%,#195386 100%);
  background:-o-linear-gradient(top,  #277fce 0%,#195386 100%);
  background:-ms-linear-gradient(top,  #277fce 0%,#195386 100%);
  background:linear-gradient(top,  #277fce 0%,#195386 100%);
  }




/*


SEARCH RESULTS
GFargo 9.2.15

*/
h4.results-header {
  margin-top: 24px;
  margin-bottom: 24px;
}


.sponsored-results{
    width:100%;
    position: relative;
}

.sponsored-header .title {
    margin-bottom: 18px;
    font-weight: 300;
}

/* All Search Results Items */

.result-item{
    width:100%;
    margin-bottom: 18px;
    list-style: none;
}

a.result-link{
    text-decoration: none;
    border-bottom: 0;
    color:#1770be;
}

a.result-link:hover{
    text-decoration: underline;
}

.result-title{
    font-weight: 600;
    color: #1770be;
    font-size: 18px;
    line-height: 17px;
    margin: 0 0 3px;
    display: block;
}

.result-url,.result-url51,.result-url52{
    display: block;
    font-size: 13px;
    line-height: 14px;
    padding-top: 0;
    padding-bottom: 2px;
    color: #1E7D83;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
}
.result-description a {
    color: inherit;
    text-decoration: none;
    border-bottom: none;
}
.result-url a.result-link {
    color: #1E7D83;
}
.result-url a {
    color: #686868;
    cursor: pointer;
    text-decoration: none;
    border-bottom: none;
}

/* Sponsored Results Boxes */


.sponsored-results .result-location,
.sponsored-results .result-description {
    display: block;
}
.sponsored-results .user-rating,
.sponsored-results .star-rating {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    font-weight: 400;
}
.sponsored-results .user-rating:hover,
.sponsored-results .star-rating:hover {
    color: #343434;
    cursor: pointer;
}
.sponsored-results .star-rating > span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 1.1em;
}
.sponsored-results .star-rating > span.half {

    overflow: hidden;
    text-indent: 7px;
    left: -7px;

}

.result-location a {
    color: #1770be;
    border-bottom: none;
}
.result-location a:hover {
    color: #324FE1;
    text-decoration: underline;
}
.result-location span {
    margin-right: 8px;
}

.sponsored-results .result-url {
    height: 22px;
    line-height: 18px;
}
.sponsored-results .result-url .result-favicon {
    position: absolute;
    left: 0;
    max-width: 18px;
}
.sponsored-results .result-url strong {
    position: relative;
    display: inline-block;
    line-height: 22px;
}
.sponsored-results .result-url strong.favicon {
    padding-left: 22px;
}
.sponsored-results .result-url.ad a:before{
    font-size: 12px;
    font-weight: 300;
    display: block;
    width: 20px;
    float: right;
    content: "Ad";
    color: #a9a8a8;
    padding: 0;
    margin-left: 5px;
    text-align: center;
}

.result-term{ font-weight: 700;}

.result-location,
.result-description {
    font-size:13px;
    line-height: 18px;
}


/* Site Links */
ul.siteLinks {
  padding: 6px 14px 2px;
}

h3.siteLinks-title {
  margin: 0;
}
li.siteLinks-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 13px 4px 0;
  vertical-align: top;
  width: 50%;
  font-size: .7em;
}

li.siteLinks-item a {
  text-decoration: none;
  border-bottom: none;
  color: #686868;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rs-result a:hover,
.siteLinks-item a:hover { border-bottom: 1px solid;  }
