/*************************************************************************/
/*	My Xbox Profile CSS 									 			 */
/*************************************************************************/

/*************************************************************************/
/*	From here you can style your gamercard to look however you want.	 */
/*  I have split the CSS belwo into sections so you know what you are    */
/*  changing.                 				 							 */ 
/*************************************************************************/

/* The Gamercard Holder **************************************************/
#xboxgamercard { position: relative; width: 210px; background: #F7F7F7; border: 2px solid #D7D7D7; margin: 0 0 20px 0; }

/* Gamer Pic *************************************************************/
	#xboxgamercard #xboxgamercard_tileurl { float: left; margin: 10px; border: 2px solid #D7D7D7; padding: 1px; } 

/* List of Gamerdetails **************************************************/
	#xboxgamercard ul { list-style: none; font-size: 14px; color: #444; }

/* Gamertag **************************************************************/
		#xboxgamercard ul #xboxgamercard_gamertag { padding: 10px 0 0 0; margin: 0 10px 0 0;  }
		
/* Recent Activity *******************************************************/
		#xboxgamercard ul #xboxgamercard_info { font-size: 10px; padding: 5px 0 0 0; margin: 0 10px 0 0; }
		
/* Recent Activity Game **************************************************/
		#xboxgamercard ul #xboxgamercard_moreinfo { font-size: 10px; padding: 5px 0; margin: 0 10px 0 0; }

/* Gamerzone *************************************************************/
		#xboxgamercard ul #xboxgamercard_zone { text-align: center; clear: both; font-size: 12px; padding: 0px 10px 5px 10px; }

/* Gamerscore ************************************************************/
			#xboxgamercard ul li #xboxgamercard_gamerscore { font-size: 12px; padding: 0 0 0 10px; }

/* Recent Game Details List***********************************************/
	#xboxgamercard #xboxgamercard_gameholder .xboxgamercard_gamedetails { width: 210px; top: 165px; left: 0; }

/* Recent Game Image *****************************************************/
	#xboxgamercard .show_gamedetails { float: left; margin: 5px 5px 10px 5px; }

/* Recent Game Holder ****************************************************/
	#xboxgamercard #xboxgamercard_gameholder { padding: 10px; }

/* Recent Game Achievements **********************************************/
		#xboxgamercard #xboxgamercard_gameholder #xboxgamercard_achievements { font-size: 10px; padding: 5px 0 0 0; margin: 0 10px 0 0; }

/* Recent Game Score *****************************************************/
		#xboxgamercard #xboxgamercard_gameholder #xboxgamercard_gamerscore { font-size: 10px; padding: 5px 0; margin: 0 10px 0 0; }


/*************************************************************************/
/*	End														 			 */
/*************************************************************************/