/**
*	Mobile styles for 'Lime lounge'
*/
body {
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:12pt !important;
}
#wrapper {
	background-image:url(../images/lime_lounge.gif) !important;
	background-position: left top !important;
	background-repeat:no-repeat !important;
	padding-top:4em !important;
}
a:link {color:#090; }
a:visited {color:#060;}

.thead {
	font-weight:bold;
	padding-top:2em;
}
#frame p span {
	font-style:italic;
	color:#54a401;
}
.frame-head {
	display:none;
}
img {
	border:0px #000 solid;
	display:block;
	margin:0.4em;
}
.dish-image {
	float:none;
}
.lime-lounge span {
	font-weight:bold;
}
form#feedback label {
	display:block;
	width:10em;	
}
form#feedback input, textarea {
	display:block;
	width:15em;
}
form#feedback #smbtButton {
	width:74px;
}
.selected-dish, .selected-dish-price {
	font-weight:bold;
}
.clearer {
	clear:both;
}
.addresses {float:none;}