
/* Main Content */		
#main th.stephead{
		background-color: #868686;
		text-align: left;
		padding-left: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		color: white;
	}
#main table.steptable{
	border-radius: 10px;
	border: 3px solid #a7a7a7;
	width: 100%;
	margin-bottom: 40px;
	border-collapse: collapse;
}
#step1table {text-align: center;}
#step2table td{width: 25%; padding-right: 30px;}
#buy-phone{float: right; margin-top: 20px; margin-bottom: 20px;}
#buy-email{float: right; margin-top: 20px; margin-bottom: 20px;}
#main p.step3table1{text-align: center;}
#main p.step3table2{padding-left: 50px;}

#howtobuy-package{
	margin-top: 30px;
	margin-bottom:30px;
}

/* Hatching Eggs Table */
#heggspricetable {
	border: 1px solid black;
	border-collapse: collapse;
}
#heggspricetable th{
	background-color: #960000;
	color: white;
	text-align: center;
}
#heggspricetable td {
	border: 1px solid black;
	padding: 0.2em 0.7em;
	text-align: center;
}

/* Egg Shipper Pricing Table */
#eggShippertable {
	border: 1px solid black;
	border-collapse: collapse;
	width: 90%;
}
#eggShippertable th{
	background-color: #960000;
	color: white;
	text-align: center;
}
#eggShippertable td {
	border: 1px solid black;
	padding: 0.2em 0.7em;
	text-align: center;
}

#main h3{
    padding: 0px;
    margin: 2px;
}

#shipperNotes{
	text-align: left;
	padding: 0px;
    margin-left: 20px;
}
