/****************************************************************************/
/* 2007 - TECHFRONT - http://www.techfront.com.br/							*/
/*																			*/
/* Created: 12/01/2007 by Herus Armstrong - herus.armstrong@techfront.com.br*/
/* Description: Page of searchgames											*/
/****************************************************************************/


/************************************/
/* SEARCH CONTENT					*/
/************************************/

/* Search Content */
#searchcontent {
	float: left;
	width: 550px;
	background-image: url(../images/bg/content_top.png);
	background-repeat: no-repeat;
	padding-left: 10px;
}
/* Search fields */
#searchcontent fieldset {
	width: 100%;
	clear: both;
	border: 0;
}
#searchcontent fieldset legend {
	color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 28px;
	text-align: left;
	text-transform: uppercase;
	width: 300px;
}
#searchcontent .searchdeveloper {
	text-align: center;
}


#featured h2 {
	background-image: url(../images/bg/newest_top.png);	
	width: 218px;
	height: 28px;
}

#searchcontent fieldset select {
	border: 1px solid #777777;
	height: 20px;
	padding: 3px;
	float: left;
	font-family: "Helvetica",Verdana,Arial,sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	width: 140px;
	margin-bottom: 5px;
}
#searchcontent .boxfield {
	width: 50%;
	float: left;
	margin-top: 10px;
}
#searchcontent .boxfield div {
	margin-bottom: 5px;
}
#searchcontent label {
	width: 100px;
	margin-top: 0px;
	float: left;
}

#searchcontent p {
	font-size: 11px;
	line-height: 17px;
	display: block;
	width: 295px;
	float: left;
}
#searchcontent h2 {
	text-align: left;
	margin-left: 15px;
	margin-bottom: 3px;
}

/* Search game item */
.searchitem {
	float: left;
	width: 97%;
	margin-bottom: 7px;
	padding-left: 8px;
	background-image: url(../images/bg/contentcart_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #29378B;
	margin-bottom: 10px;
}

/* Game image link */
.searchimagelink {
	float: left;
	margin: 5px;
	margin: 5;
	margin-left: 0;
	border: 0;
}
.searchimagelink img {
	border: 1px solid #FFFFFF;
}

/* Game search title */
#searchcontent h4 {
	text-align: left;
	margin-left: 0;
	line-height: 18px;
	width: 295px;
	display: block;
	float: left;
}

/* Rating star */
.searchgamerate {
	background-image: url(../images/bg/contentcart_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 135px;
	float: right;
	margin-left: 7px;
	padding-top: 18px;
	padding-bottom: 7px;
	padding-right: 7px;
	background-color: #29378B;
}
.searchgamerate .stars span, .searchgamerate .stars strong {
	margin-left: 0;
	display: none;
}
.searchgamerate .stars, .searchgamerate .stars2 {
	background-image: url(../images/bg/stars_off_search.gif);
	width: 66px;
	height: 13px;
	float: right;
	display: block;
}
.searchgamerate .stars2 {
	background-image: url(../images/bg/stars_on_search.gif);
	float: left;
}

/* Access buttons for download and add to cart */
.searchgamerate .play {
	float: right;
	background-image: url(../images/bt/playsearch.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 60px;
	height: 34px;
	display: block;
	margin-top: 3px;
}
.searchgamerate .buy {
	float: left;
	background-image: url(../images/bt/buysearch.gif);
	width: 60px;
	height: 49px;
	display: block;
	margin-top: 2px;
}
#searchcontent a span, #searchcontent a span {
	display: none;
}

/* Move buttons */
#searchcontent .searchmove {
	float: left;
	width: 49.5%;
	display: block;
	margin-top: 15px;
	margin-bottom: 7px;
}
#searchcontent #prev{
	background-image: url(../images/bt/prev.gif);
	background-repeat: no-repeat;
	width: 88px;
	height: 41px;
	display: block;
	float: left;
}
#searchcontent #next {
	background-image: url(../images/bt/next.gif);
	background-repeat: no-repeat;
	width: 88px;
	height: 41px;
	display: block;
	float: right;
}
#tellafriend #tellafriendform {
	float: none;
}
#tellafriend #tellafriendform {
	float: none;
}
#tellafriend h2 {
	float: left;
}

#dashboard h2 {
	background-image: url(../images/bg/dash_top.gif);
}

/* Terms of Use */
#termsofuse {
	margin-left: -10px;
}
#termsofuse span {
	width: 560px;
}

/* searchresult */
#searchresult {
	background-color: #172055;
	float: left;
	margin-left: -9px;
	padding-left: 9px;
}
