/* Exient Print Stylesheet */

/*	Designed to hide all undesired layout content.	*/

.noprint
{	display: none;	}


body
{
	margin:		0px;
	padding:	0px;
	width:		100%;
	float:		none;
}

#container
{	
	margin:		0px auto; 
	padding:	0px;
	min-height: 100%;
	_height:	100%;		
	
	text-align:	justify;

}

	div#mainmenu ul
	{	display: none;		}

	div#submenu
	{	display: none;		}

	#content
	{
		margin:		0px;
		padding:	0px;
		width:		100%;
		float:		none;
	}
	
	#content_end
	{	display: none;		}

		div.content_item
		{
		margin:		0 0 20px 0;
		padding:	0px;
		width:		100%;
		float:		none;
		}
		
		/*	We use a sliding doors effect to overlay the top and bottom half of the background image on each other.		*/
		span.content_item_skin	
		{
		}
	
			div.content_item_text
			{
				margin: 0;
				padding: 0;
				width:		75%;
			}
			
				h5.platform, h5.timestamp 
				{
					margin: 0 0 0.5em 1.5em;
					color: #000000;
					font: normal normal bold 8pt Arial;
				}
				
				div.content_item_text	a			
				{	color:	#000000;	font: 8pt/12pt Arial; 		}

				div.content_item_text	ul
				{	margin-right: 24px;				}

				div.content_item_text	ul#address
				{	
					list-style-image: none;	
					list-style-type: none;	
				}
				
			div.content_item_displayfix
			{	clear: both;		}
			
		div.content_item img.boxart, 	div.content_item img.screenshot, 	div.content_item img.sideimage, 	div.content_item img.gameinfo_image
		{
			float: right;
			clear: right;

			max-width: 23%;		_width: 23%;

			margin: 0 0 10px 0;
			border: 1px solid #a0a0a0;
			padding: 2px;
		}	
		
		div.content_item img.whitelogo,		div.content_item img.applynow
		{	display: none;		}
		
	#content ul	
	{	
		margin: 0 0 1em 0;
		font: 8pt/12pt Arial;	
	}
	
	#content ul .listtitle
	{	font-weight: bold;		}
		

	p			{	color: #000000;		font: 8pt/12pt Arial; 	text-align: justify;	margin: 0 1em 1em 1em;	}
	a			{	color: #000000;		font: 8pt/12pt Arial;		}
	a:visited	{	color: #000000;		}


	h3
	{ 
		margin: 		0 0 0 0;
		background: 	url("images/icons/ExWeb_Icon_Bullet.gif") 	no-repeat 	left;

		color: 			#404040;
		font: 			normal normal bold 13pt Arial; 
		letter-spacing:	1px; 		
	}

	h4.platform, h4.publisher, h4.released
	{
		float: left;
		margin: 0 2em 0 1em;

		color: #808080;
		font: normal normal bold 8pt Arial;
	}

	h4, h4.catchphrase
	{
		margin: 1em 0 0.3em 0;

		color: #000000;
		font: normal normal bold 10pt Arial;
	}

