/****************************************************************************/
/* 2007 - TECHFRONT - http://www.techfront.com.br/							*/
/*																			*/
/* Created: 13/11/2007 by Herus Armstrong - herus.armstrong@techfront.com.br*/
/* Description: Page of games and list features								*/
/****************************************************************************/


/************************************/
/* GAME CONTENT						*/
/************************************/

/* Game Media */
#gamemediacontent {
	float: left;
	width: 218px;
	margin-right: 13px;
	display: block;
}
#gamemediacontent #topgames {
	background-image: url(../images/bg/newest_top.png);
	width: 218px;
}
#gamemediacontent #topgameslist {
	background-image: url(../images/bg/newest_bottom.png);
	width: 218px;
}
#gamemediacontent #topgameslist li {
	width: 213px;
}
#gamemediacontent #topgameslist li img {
	margin-right: 10px;
}
#gamemediacontent #topgameslist li .gameplay {
	margin-left: 10px;
}
#gamemedia {
	background-image: url(../images/bg/newest_top.png);
	width: 218px;
	height: 28px;
}
#mediacontent {
	background-color: #1d2181;
	background-image: url(../images/bg/newest_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	width: 208px;
	padding: 5px;
	padding-bottom: 20px;
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
}
#gamemediacontent #newsletter, #gamemediacontent .fav {
	float: left;
}

/* Game Content */
#gamecontent {
	float: left;
	width: 550px;
	background-image: url(../images/bg/content_top.png);
	background-repeat: no-repeat;
	padding-left: 10px;
}
#gamecontent p {
	font-size: 11px;
}
#gamecontent span {
	margin: 0;
	padding: 0;
}
#gamecontent h2 {
	text-align: left;
	margin-left: 15px;
}
#gamecontent h4 {
	text-align: left;
	margin: 5px;
	margin-left: 0;
}
#gamecontent img {
	border: 0;
}

/* Game logo content on right side */
#gamelogocontent {
	width: 186px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 15px;
	text-align: center;
}
#gamecontent_background {
	background-color: #172055;
	display: block;
	float: left;
	margin-left: -10px;
	padding-left: 15px;
}
#gamelogocontent .buttons {
	width: 131px;
	height: 50px;
	margin: auto;
	margin-top: 10px;
}
#access .play {
	float: left;
	background-image: url(../images/bt/playgame.gif);
	width: 56px;
	height: 30px;
	margin-right: 5px;
	display: block;
	margin-top: 17px;
}
#access .buy {
	float: left;
	background-image: url(../images/bt/buyonline.gif);
	width: 60px;
	margin-right: 10px;
	height: 47px;
	display: block;
}
#access .free {
	float: left;
	background-image: url(../images/bt/freegame.gif);
	width: 205px;
	height: 42px;
	margin-right: 5px;
	display: block;
	margin-top: 8px;
}
#access .free2 {
	float: left;
	background-image: url(../images/bt/freegame2.gif);
	width: 205px;
	height: 42px;
	margin-right: 5px;
	display: block;
	margin-top: 8px;
}
#access .free3 {
	float: left;
	background-image: url(../images/bt/freegame3.gif);
	width: 205px;
	height: 42px;
	margin-right: 5px;
	display: block;
	margin-top: 8px;
}
#access .itunes {
	float: left;
	background-image: url(../images/bt/itunes.gif);
	width: 139px;
	height: 47px;
	margin-right: 5px;
	display: block;
	margin-top: 8px;
}

#access .webtrial {
	width: 56px;
	height: 30px;
	margin-right: 10px;
	display: block;
	margin-top: 17px;
	float: left;
	background-image: url(../images/bt/webtrial.gif);
}
#access .favgame {
	background-image: url(../images/bt/fav.gif);
	width: 56px;
	margin-right: 10px;
	height: 30px;
	margin-top: 17px;
	display: block;
	float: left;
}

/* Rating game */
.yourrating {
	background-image: url(../images/bg/thanksrating.gif);
	background-repeat: no-repeat;
	float: left;
	text-align: right;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 15px;
}
.thanksrating, .ratingsent {
	background-repeat: no-repeat;
	float: left;
	display: block;
	height: 15px;
	width: 185px;
}
.ratingsent {
	background-image: url(../images/bg/ratingsent.gif);
}
.rating {
	background-image: url(../images/bg/rating.gif);
	width: 70px;
	height: 13px;
	background-repeat: no-repeat;
	padding-left: 60px;
	margin: auto;
	clear: both;
	margin-top: 20px;
}
.publisher {
	width: 160px;
	margin: auto;
	margin-top: 0;
}
.stars strong, .yourrating span, #gamecontent a span, .rating span, .thanksrating span, .ratingsent span {
	display: none;
	margin: 0;
	height: 0;
}

.stars, .stars2 {
	background-image: url(../images/bg/starsgame_off2.gif);
	background-repeat: repeat-x;
}
.stars2 {
	background-image: url(../images/bg/starsgame.gif);
	width: 0px;
}

.stars2 ul {
	margin: 0;
	padding: 0;
	height: 13px;
	display: block;
	list-style: none;
	position: relative;
	background: none;
}
.stars2 li {
	padding: 0;
	margin: 0;
	float: left;
	text-indent: -90000px;
}
.stars2 li.current {
	display: block;

	height: 30px;
	position: absolute;
	background-image: url(../images/bg/starsgame.gif);
	background-repeat: repeat-x;
	z-index: 1;
	width: 0px;
	margin-top: -1px;
}
.stars2 li a {
	position: absolute;
	z-index: 20;
	width: 13px;
	height: 13px;
	text-indent: -9000px;
	z-index: 20;
	text-decoration: none;
	padding: 0;
}
.stars2 li a span {
	display: none;
}
.stars2 li a:hover {
	background-image: url(../images/bg/starsgame.gif);
	background-position: left center;
	left: 0;
	z-index: 2;
}

.star_1 a{left: 0px;}
.star_1 a:hover{width:13px;}
.star_2 a{left:13px;}
.star_2 a:hover{width: 26px;}
.star_3 a{left: 26px;}
.star_3 a:hover{width: 39px;}
.star_4 a{left: 39px;}	
.star_4 a:hover{width: 52px;}
.star_5 a{left: 52px;}
.star_5 a:hover{width: 65px;}

/* Access buttons for download and add to cart */
#gamecontent #access {
	margin-left: 15px;
	width: 305px;
	text-align: center;
	margin-top: 15px;
	height: 110px;
}
#gamecontent .download, #gamecontent .addtocart {
	display: block;
	background-image: url(../images/bt/downloadgame.gif);
	width: 184px;
	height: 43px;
	margin: auto;
	margin-top: 10px;
}
#gamecontent .addtocart {
	background-image: url(../images/bt/addcart.gif);
}

/* ESRB content */
#esrb, #ratings {
	margin-top: 10px;
	margin-right: 10px;
	clear: both;
}
#esrb img {
	float: left;
	margin-right: 10px;
}

/* Messages/Errors */
#gamecontent .game_msgs {
	font-size: 11px;
	line-height: 17px;
	background-color: #3B4FBF;
	border: 1px solid #96B5CD;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	clear: both;
	padding-top: 5px;
}

/* Ratings and comments */
#ratings {
	margin-top: 10px;
	width: 98%;
	float: left;
	padding-bottom: 20px;
}
#ratings div.yourrating {
	clear: none;
	margin-left: 0px;
}
#ratings dl {
	width: 97%;
	margin-top: 35px;
}
#ratings dt, #ratings dd {
	width: 520px;
	background-color: #263173;
	padding: 7px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	float: left;
	display: block;
}
#ratings dd {
	background-color: #0e1b67;
	font-weight: normal;
}
#ratings textarea {
	width: 97.5%;
	height: 70px;
	margin-top: 10px;
	border: 1px solid #777777;
	font-family: "Helvetica", Verdana, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	padding: 3px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
#ratings #sendcmm {
	border: 0;
	display: block;
	margin: auto;
	margin-bottom: 5px;
	background-image: url(../images/bt/submitcmm.gif);
	width: 92px;
	height: 36px;
	background-repeat: no-repeat;
	float: right;
}
#char {
	background-repeat: no-repeat;
	width: 230px;
	height: 350px;
	float: left;
	background-position: right bottom;
}

/* Screenshots */
#screenshotsgame {
	float: right;
	width: 184px;
}
#screenshotsgame h2 {
	background-image: url(../images/bg/topgames_top.png);
	width: 184px;
	height: 30px;
	line-height: 28px;
	float: right;
}
#screenshots {
	float: right;
	background-image: url(../images/bg/topgames_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 184px;
	margin-top: -4px;
	padding-bottom: 13px;
	margin-bottom: 15px;
	clear: both;
}
#screenshots li {
	background-color: #172055;
	width: 164px;
	height: 122px;
	padding: 5px 10px 10px;
	list-style: none;
	display: block;
	float: left;
	background-repeat: no-repeat;
	text-transform: none;
}
#screenshots li img {
	border: 1px solid #FFFFFF;
	margin-top: 3px;
}

#socialbook {
	display: block;
	margin-bottom: 5px;
}
/* Terms of Use */
#termsofuse {
	margin-left: -10px;
	background-image: url(../images/bg/catbottom_left.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 100%;
	clear: both;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	height: 28px;
	float: left;
	padding-top: 0px;
	margin-bottom: 15px;
}
#termsofuse span {
	height: 28px;
	width: 560px;
	text-align: center;
	display: block;
	background-image: url(../images/bg/catbottom_right.png);
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 22px;
}
#termsofuse div {
	background-color: #003FB1;
	float: left;
	height: 23px;
	margin-left: 30px;
	_margin-left: 15px;
	margin-top: 0;
	padding-top: 5px;
	text-align: center;
	width: 90%;
}
