html 
{
	width: auto;
}
body 
{
	background: #fff;
}
a.item_lvl1 
{
	left: auto;
	top: auto;
	font-size: 17px;
	line-height: 20px;
	z-index: 2;
	outline: none;
	white-space: nowrap;
	display: block;
	margin-bottom: 10px;
}
a.item_lvl1 img.arrow 
{
	position: relative;
	top: 2px;
}
a.item_lvl1 img.overlay, a.item_lvl1 img.shade, a.item_lvl1 img.button 
{
	display: none;
}
a.item_lvl2 
{
	left: auto;
	top: auto;
	font-size: 17px;
	line-height: 20px;
	z-index: 2;
	outline: none;
	white-space: nowrap;
	display: block;
	margin-bottom: 10px;
}
a.item_lvl2 img.arrow 
{
	position: relative;
	top: 2px;
}
a.item_lvl2 img.overlay, a.item_lvl2 img.shade, a.item_lvl2 img.button 
{
	display: none;
}

div.container 
{
	width: 100%;
	background: none;
}

/**
 * Temperature and Time
 */
 div#temperatureTimeInfo 
{
	display: none;
 }