/* ------------------------------------------------------------------------------*/ 
/*  A product of Thinking Differently Ltd - www.thinkingdifferently.co.uk        */
/*	Build start date: 23rd October 2007                                          */
/*	Developer: Steve Kirtley, steve@thinkingdifferently.co.uk                    */
/* ------------------------------------------------------------------------------*/
/* Hand-held / Mobile Devices CSS */

/* ---------------------------------------------------------------------------------------- */
/* This overwrites the screen offScreen for IE on the Pocket PC (PPC) or SmartPhone (SP)	*/

.offScreen {
   display: none;
} 

/* ---------------------------------------- */
/* This overwrites the above for Opera Mini	*/

head+body .offScreen {
	display: block;
}
