/* jqModal base Styling */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
  display: none;
	position: absolute;
  top: 4%;
  left: 50%;
	z-index: 3001;
}

.jqmOverlay { 
	background-color: #000; 
	z-index: 500;
}

/* Styles for the Nutritional Info Window */

.nutrWindow {
  margin-left: -265px;
  width: 531px;
 	border: 1px solid #e9cf71;
	background-color: #FFF;
}

.nutrWindow div.inner {
	border: 3px double #e9cf71;
	background-color: #FFFFFF;
	padding: 20px 25px;
	width: 475px;
	text-align: left;

	font-size: 0.9em;
}

div#nutrwindow-header {
	padding-bottom: 15px;
}

h1.nutrwindow-title {
	font-size: 1.3em;
	line-height: 1em;
	margin: 0;
	padding: 0 0 5px 0;
	color: #dc5214;
}

div#nutriinfo {
	width: 225px;
	padding-right: 25px;
	float: left;
	font-size: 0.85em;
}

div#ingredients {
	width: 225px;
	float: right;
	font-size: 0.85em;
}

div#ingredients h3,
div#specialdiets h3 {
	background-color: #fdfabb;
	text-transform: uppercase;
	color: #483e0c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 6px 8px 5px;
	border-bottom: 3px double #bab173;
}

div#ingredients div.ingr-content {
	padding: 1em 0px 1em 10px;
}

div#ingredients ul,
div#ingredients ol {
	list-style: none;
}

div#ingredients li {
	line-height: 1.5em;
}

div#specialdiets {
	font-size: 1em;
	font-family: Georgia, 'Times New Roman', serif;
}
div.diets-content {
	line-height: 1.5em;
	padding: 1em 0px 1em 10px;
}

div#nutrfooter {
	padding-top: 1em;
	clear: both;
}

div#nutrwindow-controls {
	width: 120px;
	float: right;
	height: 25px;
}

a#printer {
	display: block;
	width: 60px;
	height: 25px;
	float: left;
}
a#closer {
	display: block;
	width: 60px;
	height: 25px;
	float: left;
}

a#dietsref {
	display: block;
	width: 190px;
	height: 26px;
	float: right;
}


/* End of Styles for the Nutritional Info Window */


/* Send this Page Window */

.sendpgWindow {
	margin-left: -125px;
  width: 230px;
  top: 22%;
 	border: 2px solid #9ca227;
	background-color: #FFF;
	background-color: #d7db53;
}

div#sendpage-cont {
	background-color: #d7db53;
	border: 1px solid #FFF;
	text-align: left;
	padding: 17px 27px;
	font-size: 0.8em;
	color: #6d5d18;
	min-height: 275px;
}

div#sendpage-cont div.text label {
	line-height: 1.6em;
}

div#sendpage-cont div.text {
	padding-bottom: 0.7em;
}

div#sendpage-cont div.text input {
	width: 168px;
	font-size: 1em;
	font-family: Georgia, 'Times New Roman', serif;
}
div#sendpage-cont textarea {
	width: 165px;
	padding: 4px;
	font-size: 1em;
	height: 66px;
	overflow: auto;
	font-family: Georgia, 'Times New Roman', serif;
}

div#sendpage-cont a#formclose {
	display: block;
	margin-top: 12px;
	float: left;
}

div#sendpage-cont div.submit input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	width: 55px;
	padding: 4px;
	margin: 8px 2px 0px 0px;
	float: right;
	text-align: left;
	color: #6d5d18;
	border: none;
	background: #FFF url(/img/subnav_marker_off.gif) 45px 9px no-repeat;
}
div#sendpage-cont img.captcha_image {
	margin-top: 10px;
}
div#sendpage-cont div.captcha_input {
	margin: 5px 0;
}

/*#sendpage-loader {
	display: none;
}*/

