/*style for the pop-up div*/
div#popup, div#popup_nutrition {
	position:absolute;
	left:10px; top:10px;
	z-index:100;
	width:407px;
	/* height:407px; */
	border:1px solid #c7c7c6;
	background:#fff;
	visibility:hidden;
}
div.popmain {
	position:relative;
	border-top:12px solid #e7a412;
	border-bottom:11px solid #e7a412;
	/*height:384px;	*/
	width:100%;
}
div.popbanner {
	position:relative;
	width:100%;
	height:61px;
	background:url("images/popbanner.png") center center no-repeat;
}
div.popbanner img.poplogo {
	position:relative;
	margin:9px 0 0 18px;
}
div.popmain table.poptable {
	position:relative;
	width:367px; /*321*/
	/*height:260px; */
	margin:40px auto 0 auto;
}
div.popmain table.poptable th {
	/*height:50px;*/
	font-size:18px;
	color:#c61f1b;
	text-align:left;
	vertical-align:top;
	font-family:"Futura BT Heavy", "Century Gothic", "Arial";
}
div.popmain table.poptable td {
	font-size:12px;
	/*color:#4b494c;*/
	color:#757575;
	text-align:left;
	vertical-align:top;
}
div.popmain table.poptable td.mineral {
	/*width:102px;*/
	width:67px;
	margin-top:4px;
	padding-left:25px;
	vertical-align:top;
}
div.popmain table.poptable td.quantity {
	text-align:right; 
	width:40px;
	margin-top:4px;
	vertical-align:top;
}
div.popmain div.popfooter {
	position:relative;
	color:#909090;
	font-size:8px;
	padding:3px 18px 4px 18px;
	border-bottom:6px solid #f2e89f;
	width:371px;
}
div.popmain div.popfooter a.popclose {
	display:block;
	float:right;
	width:46px;
}
div.popmain div.popfooter a.popclose img {
	border:none;
	width:46px;
	height:10px;
}
