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

.offScreen {
   display: block;
} 

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

head+body .offScreen {
	display: block !important;
}


* {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
	background: none !important;
	float: left !important;
	color: #000000 !important;
	width: auto !important;
	font-family: tahoma, verdana, arial, helvetica, sans-serif !important;
}

body {
	text-align: left;
}

h1, h2, h3, h4, h5, h6, h7, p {
	margin: 5px 0 !important;
	display: block;
}

p {
	font-size: 100%;
	line-height: 140%;
}

a {
	display: block;
}

ul, ol {
	list-style-type: disc !important;
	margin: 5px 20px !important;
}

img {
	display: block;
}







/* Pocket IE styles */

#skipLink,
#siteId,
#topLinks,
legend,
#offersTickerContainer{
	display: none;
}