/****************************************************************************/
/* 2007 - TECHFRONT - http://www.techfront.com.br/							*/
/*																			*/
/* Created: 12/01/2007 by Herus Armstrong - herus.armstrong@techfront.com.br*/
/* Description: Page of favorite gamelist									*/
/****************************************************************************/


/************************************/
/* FAVORITE CONTENT					*/
/************************************/

/* favorite Content */
#favoritecontent {
	float: left;
	width: 550px;
	background-image: url(../images/bg/content_top.png);
	background-repeat: no-repeat;
	padding-left: 10px;
}
#favcontent {
	background-color: #172055;
	float: left;
	margin-left: -10px;
	padding-top: 10px;
	padding-left: 10px;
	width: 100%;
}

#favoritecontent .favorite_msgs {
	font-size: 11px;
	line-height: 17px;
	display: block;
	width: 98%;
	float: left;
}
#favoritecontent h2 {
	text-align: left;
	margin-left: 15px;
}

/* Show Messages favorite */
.favorite_msgs {
	display: block;
	clear: both;
	width: 730px;
	font-size: 11px;
	font-weight: bold;
	margin: auto;
	background-color: #3B4FBF;
	text-align: center;
	padding-top: 15px;
	border: 1px solid #96B5CD;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

/* favorite game item */
.favoriteitem {
	float: left;
	width: 97%;
	margin-bottom: 7px;
	padding-left: 8px;
	background-image: url(../images/bg/contentcart_left.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #29378B;
	margin-bottom: 10px;
}
.favoriteitem p {
	font-size: 11px;
	line-height: 17px;
	display: block;
	width: 345px;
}
.del {
	background-image: url(../images/bt/delete.gif);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	width: 31px;
	height: 31px;
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
}
.list_games .del span {
	display: none;
}

/* Game image link */
.favoriteimagelink {
	float: left;
	margin: 5px;
	margin: 5;
	margin-left: 0;
	border: 0;
}
.favoriteimagelink img {
	border: 1px solid #FFFFFF;
}

/* Game favorite title */
#favoritecontent h4 {
	text-align: left;
	margin-left: 0;
	line-height: 18px;
	width: 345px;
	display: block;
}

/* Rating star */
.favoritegamerate {
	background-image: url(../images/bg/contentcart_right.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 173px;
	float: right;
	margin-left: 7px;
	padding-top: 18px;
	padding-bottom: 7px;
	padding-right: 7px;
	background-color: #29378B;
}
.favoritegamerate .stars span, .favoritegamerate .stars strong {
	margin-left: 0;
	display: none;
}
.favoritegamerate .stars, .favoritegamerate .stars2 {
	background-image: url(../images/bg/stars_off_search.gif);
	width: 66px;
	height: 13px;
	float: right;
	display: block;
}
.favoritegamerate .stars2 {
	background-image: url(../images/bg/stars_on_search.gif);
	float: left;
}

/* Access buttons for download and add to cart */
.favoritegamerate .play {
	float: right;
	background-image: url(../images/bt/playsearch.gif);
	width: 60px;
	height: 34px;
	display: block;
	margin-top: 3px;
	background-repeat: no-repeat;
}
.favoritegamerate .buy {
	float: left;
	background-image: url(../images/bt/buysearch.gif);
	width: 60px;
	height: 49px;
	display: block;
	margin-top: 2px;
}
#favoritecontent a span, #favoritecontent a span {
	display: none;
}

/* Move buttons */
#favoritecontent .favoritemove {
	float: left;
	width: 49.5%;
	display: block;
	margin-top: 15px;
	margin-bottom: 7px;
}
#favoritecontent #prev, #favoritecontent #next {
	background-image: url(../images/bt/prev.gif);
	background-repeat: no-repeat;
	width: 88px;
	height: 41px;
	display: block;
	float: left;
}
#favoritecontent #next {
	background-image: url(../images/bt/next.gif);
	float: right;
}

/* Terms of Use */
#termsofuse {
	margin-left: -10px;
}

