/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


* {
  margin:0;
  padding:0;
  color:#ffffff;
}

html,body {
  height:100%;
  border:none;
  font:11px Verdana, Arial, Helvetica, sans-serif;
}



img, a img {
	border:0px;
}

.container{
	width:900px;
	height:300px;
	align:auto;
	margin: 0 auto;
}
.header{
	width:900px;
	align:auto;
	position:relative;
	margin: 0 auto;
}
.content{
	position:relative;
	overflow:auto;
	background: url("images/center_bg.gif") repeat-y;
	width:900px;
}
.top_bg{
	background: url("images/top_bg.gif")  no-repeat;
	height:9px;
	width:900px;
}
.bottom_bg{
	background: url("images/bottom_bg.gif")  no-repeat;
	height:9px;
	width:900px;
}

.games_content{
	width:900px;
}
.right_content{
	width:681px;
	float:right;
	background-color:#454545;
	margin-left:3px;
	padding:10px;
}
.left_content{
	width:175px;
	float:right;
}
.top_h1{
	font-size:11px;
	color:#dfdfdf;
	margin-left:15px;
	font-weight:normal;
	text-decoration: none;
}


h1{
	font-size:19px;
	color:#dfdfdf;
	font-weight:bold;
	text-decoration: underline;
}
h2{
	font-size:19px;
	color:#dfdfdf;
	font-weight:bold;
	text-decoration: underline;
}
h3{
	font-size:19px;
	color:#dfdfdf;
	font-weight:bold;
	text-decoration: underline;
}
h4{
	font-size:19px;
	color:#dfdfdf;
	font-weight:bold;
	text-decoration: underline;
}




input, textarea {
	font-size:11px;
	font-family:arial;
	color:#696969;
	border:3px solid #e2e2e2;
}

ul{
	list-style-type:none;
}



.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 15px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

.solidblockmenu{
margin-top:20px;
float: left;
font: bold 13px Arial;
width: 886px;
border: 1px solid #ffffff;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
list-style: none;
margin-bottom:3px;
}

.submit {
color:#ffffff;
font-family:Arial;
font-size:11px;
background-color:#696969;
font-weight:bold;
border: 3px solid #e2e2e2;
}

.box {
height:15px;
color:#000000;
font-family:Arial;
font-size:12px;
border: 3px solid #e2e2e2;
}


/* --
	CSS for the rating system
	Thanks to Komodo Media
-- */	
#star-rating,
#star-rating a:hover,
#star-rating a:active,
#star-rating a:focus,
#star-rating #current-rating{
	background:url(images/ratestar.gif) left -1000px repeat-x;
}
#star-rating{
	position:relative;
	width:125px;
	height:25px;
	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:25px;
	line-height:25px;
	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;
}
