@import url("style/masterfood-subpage.css");
@import url("style/community.css");
@import url("style/community-i-follow.css");
@import url("style/community-favourites.css");
@import url("style/accordionLarge.css");


.footer td {	
	color: #b89b8d;	
	text-align:left;
}

.footer table {	
	margin: 0em auto;
	text-align:left;
}

p.footerSmall 
{
    margin-top: 5px;
    font-size: .85em;
    word-spacing: 0;
}
#overlay{
	background-color:#58001a;
	cursor:pointer;
	display:none;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
    z-index:10000;
    
    opacity:0.70;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;	
	-khtml-opacity:0.70;
}

#popup{
	background: #fff;
	color: #333;
	display:none;
	left: 50%;
	margin: 0 0 0 -140px;
	position:absolute;
	top: 132px;
    width: 600px;
    z-index:10001;
}

#popup .inner{
	display: none;
	padding: 20px;
	position: relative;
}

#popup .inner h2{
	color:#99022F;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 2em;
	font-weight :bold;
}

#popup .inner h4{
	color: #98012e;
	font-size: 1em;
}

#popup .inner table.popupTable td{
	background: #fffbee;
	border-bottom: 1px solid #fff;
	padding: 4px 0;
	vertical-align: middle;
}

#popup td.padded8{
	padding: 10px 0 0 0;
}

#popup input.textInput218{
	width: 218px;
}

#popup select.select223{
	width: 223px;
}

#popup input.textInput{
	width: 100%;
}

#popup select.selectInput{
	width: 103%;
}

#popup .printIcon{
	position: absolute;
	right: 40px;
	top: 24px;
}

#popup .closeIcon{
	position: absolute;
	right: 5px;
	top: 5px;
}

#popup .dark, #popup .inner tr.dark td{
	background: #fff6de;
}

#popup .light{
	background: #fffbee;
}

 #popup .pwInput{
 	width: 180px;
 }
 
 #popup .darkWithRight{
 	background: #fff6de;
 	border-right: 1px solid #fff;
 }

#popup a.forgottenPw{
	color: #98012e;
	font-size: 0.85em;
}

#popup a.forgottenPw:hover{
	color: #98012e;
	font-size: 0.85em;
	text-decoration: underline;
}

#popup .loginBtn{
	margin: 0 10px 12px 0;
}

