﻿/* The styles in this section group are common to the online store */


p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: normal; 
	color: #000000; 
}

#foodcostpro {
	margin-left:20px;
}

#foodcostpro ul {
	margin-right:180px;
	margin-top:0px;
}

#fcpmain {
	background-image: url('store/fcpro/foodcostprobox.png');
	background-repeat: no-repeat;
	background-position: right 0px;
}

#fcplogo {
	text-align: center; 
	margin-top: 10px;
}

.buttoncontainer {
	margin-top: 30px; 
	margin-bottom: 30px;
	height:33px;	
}


.underline {
	text-decoration: underline;
}


