body{
  background: url('img1/BG.gif') repeat;
  color: #ffffff;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
  font-size: 12px;
  margin: 0;
}

a:link{
  color: #ffffff;
}

a:visited{
  color: #ffffff;
}

a:hover{
  color: #ffff00;
}

a:active{
  color: #ffffff;
}

div, p, h1, h2, h3, ul, img{
  margin: 0;
  padding: 0;
}

input.txt{
  background: url('img1/InputField-BG.gif') repeat-x;
  border: 1px solid #f4287c;
  float: left;
  font-size: 14px;
  height: 20px;
  padding: 5px 5px 0 5px;
  width: 148px;
}

input.btn{
  color: #fff;
  background: #fff url('img1/Box-Title-BG.gif') repeat-x;
  border: 1px solid #f4287c;
  font-size: 12px;
  height: 25px;
  padding: 5px;
  text-transform: uppercase;
}

.clearBoth{
  clear: both;
}

H2, H3, H4{
  display: inline;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

div#blurb{
  float: left;
  padding: 5px 0 0 10px;
}

div#logo{
  margin: 25px 0 0 0;
}

div#search{
  float: right;
  padding: 5px;
  margin-top: 15px;
}

div#search .input{
  background: url('img1/Input-BG.gif') no-repeat;
  border: 0;
  display: inline;
  float: left;
  font-size: 16px;
  height: 20px;
  padding: 2px 2px 2px 2px;
  width: 323px;
}

div#search .btn{
  background: url('img1/Search-Btn.gif') no-repeat;
  border: 0;
  cursor: pointer;
  display: inline;
  float: left;
  height: 25px;
  padding: 0;
  width: 80px;
}

div#search .latest{
  clear: both;
  float: left;
  overflow: hidden;
  padding: 0 0 0 5px;
}

div#wrapper{
  position: relative;
  background: #7E007E url('img1/Header.gif') no-repeat top;
  text-align: left;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #fff;
}

div#header{
  min-height: 110px;
  margin: 0;
  padding: 0;
}

div#topads{
  width: 468px;
  height: 60px;
  border: 0px solid #fff;
  float: left;
  overflow: hidden;
  position: absolute;
  left: 500px;
  top: 35px;
}

div#leaderboard{
  position: relative;
  width: 760px;
  height: 90px;
  background-color: #6B5A31;
  border: 5px solid #fff;
  margin: 5px;
  float: left;
  text-align: right;
  padding: 0;
  overflow: hidden;
}

#footer{
  margin: 5px auto 0 auto;
  width: 970px;
  padding: 15px 0 0 10px;
  font-size: 11px;
  color: #ffffff;
  clear: both;
}

div#top-navigation{
  margin: 0;
  padding: 5px 0 0 0;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
  height: 20px;
}

div#top-navigation a:link{
  color: #ffffff;
  text-decoration: none;
}

div#top-navigation a:visited{
  color: #ffffff;
  text-decoration: none;
}

div#top-navigation a:hover{
  color: #ffff00;
  text-decoration: underline;
}

#sub-navigation{
  float: left;
  margin-top: 5px;
  padding: 5px;
  font-size: 10px;
  height: 50px;
}

#sub-navigation ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div#sub-navigation ul li{
  background: url('img1/splitter.gif') no-repeat center right;
  display: inline;
  padding: 0 12px;
}

div#sub-navigation a:link{
  color: #fff;
  text-decoration: none;
}

div#sub-navigation a:visited{
  color: #fff;
  text-decoration: none;
}

div#sub-navigation a:hover{
  color: #fff;
  text-decoration: underline;
}

div#options{
  float: right;
  padding: 3px 0 0 0;
  width: 300px;
}

div#options ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
}

div#options ul li.favourite{
/*background : url('img1/Favourite.gif') no-repeat top left;*/
  display: inline;
  float: right;
  padding: 5px 10px 0 25px;
}

div#options ul li.homepage{
/*background : url('img1/Homepage.gif') no-repeat top left;*/
  display: inline;
  float: right;
  padding: 1px 15px 0 25px;
}

div#options ul li.RSS{
  display: inline;
  float: right;
  padding: 1px 10px 0 5px;
}

div#left{
  float: left;
  width: 173px;
  padding: 0px 0px 0px 5px;
  background-color: #014E4F;
  display: inline;
}

div#left .box{
  background-color: #014E4F;
  color: #FFF;
  border: 5px solid #fff;
  margin: 0 0 10px 0;
}

div#left .padd{
  margin-left: 5px;
}

div#left .box .title{
  margin: 0 0 4px 0;
  height: 32px;
  line-height: 33px;
  border: 1px solid #f4287c;
  background: #932E0A url(img1/Box-Title-BG.gif);
  color: #ffffff;
  padding-left: 8px;
  font-weight: bold;
  font-size: 16px;
}

div#left .box .title H4{
  font-weight: bold;
  font-size: 14px;
}

div#left .box a:link{
  color: #FFFF00;
  text-decoration: none;
}

div#left .box a:visited{
  color: #FFFF00;
  text-decoration: none;
}

div#left .box a:hover{
  color: #FFFF00;
  text-decoration: underline;
}

div#left .box a:active{
  color: #FFFF00;
  text-decoration: none;
}

div#content{
  position: relative;
  width: 980px;
  color: #fff;

  overflow: hidden;
}

div.mainbox{
  width: 950px;
  background-color: #5B125B;
  float: left;
  margin: 5px;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  border: 3px solid #B14AAC;
  display: inline;
  overflow: hidden;
}

div.mainbox-title{
  margin: -5px -5px 5px -5px;
  color: #ffffff;
  padding-left: 8px;
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  border-top: 1px solid #494A5E;
  border-left: 1px solid #494A5E;
  border-right: 1px solid #494A5E;
  border-bottom: 1px solid #fff;
  background: url('img1/Box-Title-BG.gif');
}

div.mainbox .img{
  clear: left;
  float: left;
  border: 1px solid #ffffff;
  padding: 2px;
  margin: 0 2px 2px 0;
  display: inline;
}

div.mainbox .list{
  clear: left;
}

div.mainbox .pad{
  margin: 8px 0 0 4px;
}

div.mainbox-title H3{
  font-weight: bold;
  font-size: 14px;
}

div.ads336{
  width: 336px;
  height: 280px;
  background-color: #932E0A;
  float: left;
  padding: 0px;
  color: #ffffff;
  border: 0px solid #ffffff;
}

.gameshow{}

.gameshowHover{}

.gameshow div{
  display: none;
}

.gameshowHover div{
  left: 70px;
  position: absolute;
}

.gameshowh{}

.gameshowhHover{}

.gameshowh div{
  display: none;
}

.gameshowhHover div{
  top: 10px;
  position: absolute;
  display: block;
}
/* All games */

.gamen{
  position: relative;
  width: 90px;
  height: 90px;
  margin: 3px;
  padding: 0px;
  float: left;
  cursor: pointer;
  display: inline;
  overflow: hidden;
  border: 0px solid #9C21A4;
}

.gamenHover{
  position: relative;
  width: 90px;
  height: 90px;
  margin: 3px;
  padding: 0px;
  float: left;
  cursor: pointer;
  display: inline;
  overflow: hidden;
  border: 0px solid #9C21A4; 
}

.gamen div{
  display: none;
}

.gamenHover div{
  display: block;
  position: absolute;
  cursor: pointer;
  width: 90px;
  border: 0 solid #636363;
  top: 0;
  left: 0;
  background-color: transparent;
  color: #000000;
  z-index: 10;
}

.gamenHover .xup{
  position: absolute;
  top: 75px;
  width: 90px;
  background-color: #fff;
  margin: 0px;
  padding: 2px;
  font-size: 10px;
  color: #000;
  text-align: center;
  filter:alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

.gamen .xup{
  position: absolute;
  top: 75px;
  width: 90px;
  background-color: #fff;
  margin: 0px;
  padding: 2px;
  font-size: 10px;
  color: #000;
  text-align: center;
  filter:alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

.gamenHover .hot{
  top: 0px;
  width: 35px;
  height: 19px;
  text-align: center;
  position: absolute;
  padding: 0px;
  filter:alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

.gamen .hot{
  top: 0px;
  width: 35px;
  height: 19px;
  text-align: center;
  position: absolute;
  padding: 0px;
  filter:alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

.gamenHover .title{
  position: absolute;
  top: 0px;
  width: 90px;
  background-color: #FFFFFF;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  filter:alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

.gamenHover .title a{
  color: #000;
  text-decoration: none;
}

.gamenHover .title a:hover{
  text-decoration: none;
}

.gamenHover .play{
  position: absolute;
  top: 70px;
  width: 90px;
  background-color: #fff;
  margin: 1px;
  font-size: 12px;
  color: #000;
  text-align: center;
  filter:alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

.gamen .thumb{
  width: 90px;
  height: 90px;
  text-align: center;
  margin: 0px;
  border: 1px solid #fff;
  padding: 1px;
}

.gamen .thumbs{
  width: 70px;
  height: 70px;
  text-align: center;
  margin: 0px;
  border: 1px solid #fff;
  padding: 1px;
}

.gamenHover .thumb{
  width: 90px;
  height: 90px;
  text-align: center;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 1px;
}

.gamenHover .thumbs{
  width: 70px;
  height: 70px;
  text-align: center;
  margin: 0;
  border: 1px solid #ffffff;
  padding: 1px;
}
/* Game Recently box */

h1 {
  text-indent: -9999px;
  margin: 0 auto;
  width: 1px;
  height: 1px;
  background: transparent url("img1/pixel.gif") no-repeat scroll;
}

/*             styles for the star rater                */
/*            copyright http://komodomedia.com/blog/index.php/2007/01/20/css-star-rating-redux/               */


.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
background: url(img/star_rating.png) left -1000px repeat-x;
}
.star-rating{
position:relative;
width:60px;
height:12px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating li{
display: inline;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:12px;
line-height:12px;
outline:none;
overflow:hidden;
border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
background-position: left bottom;
}
.star-rating a.one-star{
width:20%;
z-index:6;
}
.star-rating a.two-stars{
width:40%;
z-index:5;
}
.star-rating a.three-stars{
width:60%;
z-index:4;
}
.star-rating a.four-stars{
width:80%;
z-index:3;
}
.star-rating a.five-stars{
width:100%;
z-index:2;
}
.star-rating .current-rating{
z-index:1;
background-position: left center;
}
.inline-rating{
display:-moz-inline-block;
display:-moz-inline-box;
display:inline-block;
vertical-align: middle;
}


.plug{
  position: relative;
  width: 900px;
  height: 140px;
  background-color:#701670;
  margin-bottom:2px;
  cursor: pointer;
}

.plugHover{
  position: relative;
  width: 900px;
  height: 140px;
  border: 0px solid #fff;
  background-color: #851A85;
  margin-bottom:2px;
  cursor: pointer;
}
