﻿/* ==== 4. ==== Recipe Action Button Rules ======================================================================== */




.RecipeActions ul li {
	margin: 0;
	margin-right: .8%;
	width: 23%;
	height: 40px;
}



.RecipeActions button, .RecipeActions .button {

	min-height: 36px;
}

.Template-Sidebar-Regular .RecipeActions button, .Template-Sidebar-Regular .RecipeActions .button,
.Template-Sidebar-Golden .RecipeActions button, .Template-Sidebar-Golden .RecipeActions .button {
	font-size: 10px;
}

.RecipeActions button span, .RecipeActions .button span {
	padding: 0px 0px 0px 45px;
	display: block;
	height: 36px;
	zoom: 1;
}

.Template-Sidebar-Regular .RecipeActions button span, .Template-Sidebar-Regular .RecipeActions .button span,
.Template-Sidebar-Golden .RecipeActions button span, .Template-Sidebar-Golden .RecipeActions .button span {
	padding: 12px 0px 0px 45px;
	height: 24px;
}


.RecipeActions button.cookbook span, .RecipeActions .button.cookbook span {
	padding-top: 6px;
	padding-bottom: 0px;
	height: 29px;
}


.Template-Sidebar-Regular .RecipeActions button.email span, .Template-Sidebar-Regular .RecipeActions .button.email span,
.Template-Sidebar-Golden .RecipeActions button.email span, .Template-Sidebar-Golden .RecipeActions .button.email span {
	padding-top: 12px;
	height: 24px;
}
