h1{
  margin-bottom:15px;
}
#adult_options, #child_options {
	clear: both;
}

/* .plate styles are only to be applied if javascript is enabled */
.plate {
	display: block;
	float: left;
	position: relative;
}
#adult_options .plate {
	width: 60px;
	height: 60px;
	margin:10px 2px;
	background-repeat:no-repeat;
}
#child_options .plate {
	width: 50px;
	height: 50px;
	margin:10px 2px;
	background-repeat:no-repeat;
}
.plate input {
	margin-left: -1000px;
}
.plate label {
	position: absolute;
	left: 0px;
	color: red;
}
#adult_options .plate label {
	width: 54px;
	top: 15px;
	text-align: center;
	font-size: 15pt;
}
#child_options .plate label {
	width: 42px;
	top: 10px;
	text-align: center;
	font-size: 14pt;
}

#adult_options .plate_highlighted {
	background-image: url(/images/buttons/plate_on.gif);
}
#adult_options .plate_unhighlighted {
	background-image: url(/images/buttons/plate_large.gif);
}
#child_options .plate_highlighted {
	background-image: url(/images/buttons/child_plate_on.gif);
}
#child_options .plate_unhighlighted {
	background-image: url(/images/buttons/plate_small.gif);
}

.plate_current label {
	visibility: visible !important;
}
.plate label {
	visibility: hidden;
}


/* general portioning styles*/

#tagline {
	/* font-size:1.1em;
	font-weight:bold; */
}

#portionwrapper {
  background-image:url(/images/portioning/portionwrapper_bg.gif); 
  background-repeat:repeat-x; 
	padding:25px 10px 30px 15px;
	width:700px;
}

body.iframe #portionwrapper {
	padding: 0;
}

.portiontop {
	height:12px;
	width:690px;
	overflow:hidden;
	background-image:url(/images/portioning/border_top.gif);
	background-repeat:repeat-x;
}

.portiontopleft {
	width:12px;
	height:12px;
	overflow:hidden;
	float:left;
	background-image:url(/images/portioning/crn_top_left.gif);
	background-postion:top left;
	background-repeat:no-repeat;
}

.portiontopright {
	width:12px;
	height:12px;
	overflow:hidden;
	float:right;
	background-image:url(/images/portioning/crn_top_right.gif);
	background-repeat:no-repeat;
}

.portionbottom {
	height:12px;
	width:690px;
	overflow:hidden;
	background-image:url(/images/portioning/border_bottom.gif);
	background-repeat:repeat-x;
}

.portionbottomleft {
	width:12px;
	height:12px;
	overflow:hidden;
	float:left;
	background-image:url(/images/portioning/crn_bottom_left.gif);
	background-repeat:no-repeat;
}

.portionbottomright {
	width:12px;
	height:12px;
	overflow:hidden;
	float:right;
	background-image:url(/images/portioning/crn_bottom_right.gif);
	background-repeat:no-repeat;
}

#portionwindow {
	background-color:#fff;
	clear:both;
	width:690px;
	overflow:hidden;
}

.portionwindowleft {
	width:8px;
	height:282px;
	float:left;
	background-image:url(/images/portioning/border_left.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.portionwindowcenter {
	height:282px;
	float:left;
	width:674px;
}

.portionwindowright {
	width:8px;
	height:282px;
	float:left;
	background-image:url(/images/portioning/border_right.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#stepimages {
	width:614;
	height:30px;
	padding:0;
	padding:6px;
	overflow:hidden;
	background-color:#D1D1D1;
	border-bottom:1px solid #fff;
}

#stepimages img {
	margin: 0 6px;
}

.imagebutton {
	border:none;
	margin:5px 0 0 10px;
	padding:0;
}


#tools h2 {
	padding-bottom:5px;
	border-bottom:1px dotted #000;
	font-size:1.1em;
	font-weight:bold;
}

#tools .measure {
	width:160px;
	float:left;
	margin-right:10px;
}

#tools .last {
	width:170px !important;
	margin-right:0 !important;
}

#tools .measure img {
	float:left;
}

#tools .measure .measure_text {
	float:right;
	width:75px;
}

#tools .measure h3 {
	font-size:0.9em;
	line-height:1.5em;
	font-weight:bold;
	margin-bottom:2px;
}

#tools .measure p {
	margin-bottom:0;
	line-height:1.5em;
	font-size:0.9em;
}

p.choice {
	height:28px;
	line-height:28px;
	vertical-align:middle;
	background-color:#E6E6E6;
	clear:both;
	text-indent:8px;
	font-weight:bold;
	margin:0;
}

/*index page styles*/
#popular{
	padding:0 0 3px 0;
	overflow:hidden;
	width:100%;
}
#popular li {
	display:block;
	float:left;
	padding: 8px 5px 0 5px;
	min-width:80px;
}

#popular li a {
	display:block;
	float:left;
	text-decoration:none;
	overflow:hidden;
	cursor:hand;
}

#popular li a span.linktext {
	display:block;
	float:left;
	padding: 10px 5px 13px 0;
	color:#000;
	font-weight:bold;
	vertical-align:middle;
}
#popular li a .hoverwrapper{
	padding:5px 6px;
	overflow:hidden;
	display:block;
}
#popular li a img {
}

#popular li a:hover {
	background: url(/images/portioning/rolloverbg_left.gif) left top no-repeat;
}
#popular li a:hover .hoverwrapper{
	background: url(/images/portioning/rolloverbg_right.gif) right top no-repeat;
	background-color:Transparent;
}

#choosefood * {
	vertical-align:middle;
}

#choosefood {
	padding:10px 15px 0px 15px;
}

#choosefood select {
	margin-right:15px;
}

/*'how many' page styles*/
.platepadding {
	padding:10px 0 10px 10px;
}

/*results page styles*/
.results {
	padding:10px;
	width:594px;
	height:145px;
	overflow:hidden;
}

.results img.portion_photo {
	float:left;
	width:215px;
	height:130px;
	margin-right:15px;
}

p.confirmation {
	color:#C62222;
	font-weight:bold;
	margin:10px 0 0 0;
	line-height:1.2em;
}

.results h2 {
	font-size:2.5em;
	margin:10px 0 0 0;
}

.results p {
	margin:0 auto;
}

.equiv {
	background-color:#767676;
	color:white;
	display:inline;
	padding:1px 3px;
}

#tools{
	overflow:hidden;
	margin-bottom:30px;
}
.footer_quote {
	margin-left:10px !important;
}

.primary_content_nopad{
	margin-left:10px !important;
	width:720px !important;
	margin-bottom:30px;
}

body.iframe .primary_content_nopad{
	margin-left:0px !important;
}
