html, body {
	height: auto;
}
#wrapper, #header, #footer {
	width: auto;
}

body, #header {
	background: #a2e8ff none;
}
#header {
	text-align: center;
}
#logo {
	float: none;
}
#content {
	min-height: auto;
	/*overflow: hidden;*/
	width: 300px;
}
#homepageform {
	display: block;
	padding-bottom: 20px;
}
#homepageform div {
	text-align: center;
}
#homepageform span, #homepageform select {
	display: block;
	margin-bottom: 5px;
	width: 100%;
}
#viewdealslarge {
	height: 51px;
	width: 180px;
}
#footer dl, #footer h3, #sharelinks, #dealrefineform, #refine, #deals thead, #boxad, #feeds, .discount, .endtime, #facebooklikebox, .viewdeal div, .price ul, #profiles, #adsensescreen, #homepagetitle, #network, #homepagedetails {
	display: none;
}

/* temporary - may be able to display menu in a different way */
#menu {
	display: none;
}
#deals td {
	padding: 3px;
}
#deals td.dealdetails {
	padding-left: 3px;
	padding-top: 122px;
}
#deals td.price {
	font-size: 2.3em;
	font-weight: bold;
	text-align: center;
}
.viewdeal {
	text-align: left;
}
.viewdeal img {
	height: 44px;
	width: 155px;
}
#baseleft {
	float: none;
	display: block;
	margin: 0;
}
#baseright {
	margin: 0;
	border: 0;
}
#siteversion {
	padding-top: 10px;
}

/* hide overlay box in handheld version */
.jqibox, div.jqi, .jqifade {
	display: none;
	visibility: hidden;
	position: absolute;
	left: -999em;
}

@media screen and (max-device-width: 480px){
/*--- iPhone only CSS here ---*/
	-webkit-text-size-adjust:none;
/* http://csswizardry.com/2010/01/iphone-css-tips-for-building-iphone-websites/ */
}