/* CSS Document */

/* these overrides should be merged back into abelandcole.css */


p.account
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

.Account-forms-tickbox {
	float:left;
	height:9px;
}

.Account-forms-tickbox p {
	float:left;
}

span.chkbox input {
	height:15px;
}

div.mandatory-ptext {
	margin-top:10px;
}

.deliveries h3
{
	font-size: 1.1em;
}


/* Survey CSS */

.survey
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 130%;
	width: 670px;
}

.survey .buttons
{
	width: 450px;
	float:left;
}

.survey .buttons input
{
	font-size: 16px;
}


.survey .personal-form
{
	margin-top: 20px;
	width: 410px;
}

.survey .personal-form p
{
	margin: 0 0 5px 0;
	width: 410px;
}

.survey .SurveyMultipleChoice
{
	width: 450px;
	display: block;
	height:auto;
	margin-bottom:15px;
}

.survey .SurveyMultipleChoice label
{
	font-weight: bold;
	font-size: 15px;
	height:auto;
	float:left;
	width:450px;
	margin-top:15px;
}

/*.survey .SurveyMultipleChoice .SurveyRadio label, .survey .SurveyMultipleChoice .SurveyRadio input
{
	font-weight: normal;
	font-size: 15px;
	text-align: left;
	padding: 0;
	margin: 0;
}*/

.survey .SurveyNumber {
	margin-bottom:10px;
}

.survey .SurveyMultipleChoice .SurveyRadio ul
{
	margin-bottom:10px;
	
}

.survey .SurveyMultipleChoice .SurveyRadio li
{
	list-style: none;
	font-size:14px;
}

.survey .SurveyMultipleChoice .SurveyRadio input
{
	float: left;
	margin: 0 10px 0 0;
	display: block;
	width: 15px;
	height: 15px;
	border: none;
	text-align:left;
}

.survey .SurveyMultipleChoice .SurveyRadio label
{
	padding: 0;
	margin: 0 0 5px 0;
	height: auto;
	width: 415px;
	font-weight: normal;
	font-size: 14px;
}

.survey .SurveyMultiLine
{
	width: 450px;
	display: block;
	margin-bottom:15px;
}

.survey .SurveyMultiLine label
{
	float: left;
    font-size: 15px;
    font-weight: bold;
    height: auto;
    margin-top: 15px;
    width: 450px;
	
}

.survey .SurveyMultiLine textarea
{
	width: 440px;
	height: 60px;
	font-size: 0.9em;
	border: 1px solid #C0C0C0;
	margin-bottom:10px;
	float:left;
}

.survey .SurveyTextBox
{
	width: 450px;
	display: block;
	float:left;
}

.survey .SurveyTextBox label
{
	font-weight: bold;
	font-size: 15px;
	margin-top: 20px;
}

.survey .SurveyTextBox input
{
	width: 450px;
	height: 30px;
	font-size: 14px;
	border: 1px solid #C0C0C0;
	margin-bottom:15px;
}

.survey .SurveyNumber
{
	width: 450px;
	display: block;
}

.survey .SurveyNumber label
{
	display: inline;
	font-weight: bold;
	font-size: 15px;
	margin: 20px 10px 0 0;
}

.survey .SurveyNumber input
{
	display: inline;
	text-align: center;
	width: 30px;
	font-size: 0.9em;
	border: 1px solid #C0C0C0;
	margin-top: 20px;
}

.survey .SurveyDropDownList
{
	width: 450px;
	display: block;
}

.survey .SurveyDropDownList label
{
	display: inline;
	font-weight: bold;
	font-size: 15px;
	margin: 20px 10px 0 0;
	float:left;
}

.survey .SurveyDropDownList select
{
	display: inline;
	font-size: 0.9em;
	border: 1px solid #C0C0C0;
	margin-top: 20px;
	width: 250px;
	float:left;
}

.survey .SurveyCheckbox
{
	width: 450px;
	display: block;
}

.survey .SurveyCheckbox label
{
	display: inline;
	font-size: 14px;
	margin: 20px 20px 0px 0px;
}

.survey .SurveyCheckbox input
{
	display: inline;
	margin: 22px 0px 0px 0px;
}


/* NEW RECIPE PAGE headers CSS*/

.heading.recipes1
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #F27B70;
	margin-top: 10px;
	padding-left: 10px;
}

.heading.recipes2
{
	margin-top: 10px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #F27B70;
}


/* NEW RECIPE PAGE CSS*/

.recipe-separator
{
	width: 100px;
	height: 25px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

p.recipe-publish-date
{
	text-align: right;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 9px;
	color: #666;
}


.RecipeEmailPopup td
{
	padding-left: 10px;
	text-align: left;
	font-size: 12px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	vertical-align: top;
}


.RecipeEmailPopup #txtFriendName, #txtFriendEmailAddress, #txtSenderName, #txtSenderEmailAddress, #txtSenderMessage
{
	width: 300px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	margin-left: 15px;
}

.RecipeEmailPopup #txtSenderMessage
{
	margin-bottom: 10px;
}


.RecipeEmailPopupSub
{
	font-size: 10px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #666;
}

.highlightit img
{
	opacity: 1; /* Firefox, Safari and Chrome (WebKit), Opera */
	filter: alpha(opacity=100); /* IE */
	zoom: 1;
}

.highlightit:hover img
{
	opacity: 0.8; /* Firefox, Safari and Chrome (WebKit), Opera */
	filter: alpha(opacity=80); /* IE */
	zoom: 1;
}

a.highlightit
{
	text-decoration: none;
}

a.highlightit:hover
{
	text-decoration: none;
}


.recipe-bkd-main
{
	width: 650px;
	height: 400px;
	float: left;
	margin-bottom: 20px;
}

.recipe-bkd-top
{
	background-image: url(/content/Recipes/images/topRecip-tile.jpg);
	width: 650px;
	height: 20px;
	float: left;
}

.recipe-bkd-btm
{
	background-image: url(/content/Recipes/images/BtmRecip-tile.jpg);
	width: 650px;
	height: 20px;
	float: left;
}

.recipe-bkd-main-content
{
	background-image: url(/content/Recipes/images/bodyRecip-tile.jpg);
	background-repeat: repeat-y;
	border: none;
	float: left;
	width: 640px;
	height: auto;
	padding-left: 10px;
}

.weekly-recipe-image
{
	width: 610px;
	padding-top: 5px;
	padding-left: 10px;
	float: left;
}

h2.weekly-recipe-title
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #F27B70;
	margin-top: 38px;
}

p.weekly-recipe-content
{
	float: left;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	line-height: 110%;
}



/* past-recipes CSS ////////////////////////////////////////////////////////////////////////////////////////////////////*/


.past-recipes-bkd
{
	background-image: url(/content/Recipes/images/Recipes-bkd-tile.jpg);
	background-repeat: repeat;
	width: 650px;
	height: auto;
	margin-bottom: 20px;
	float: left;
}

.past-recipes-main-content
{
	background-color: #FFF;
	float: left;
	width: 630px;
	height: auto;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.past-recipe-week
{
	width: 630px;
	height: auto;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

.past-recipe-week2
{
	width: 650px;
	height: auto;
	float: left;
	margin: 10px 0 10px 12px;
}

.past-recipe-box
{
	width: 195px;
	height: 185px;
	float: left;
	margin-bottom: 10px;
	margin-left: 11px;
}

a.past-recipe-box
{
	text-decoration: none;
}

a.past-recipe-box:hover
{
	text-decoration: none;
}

.past-recipe-box2
{
	width: 112px;
	height: 100px;
	float: left;
	margin-bottom: 10px;
	margin-left: 11px;
	text-decoration: none;
}

.past-recipe-box3
{
	width: 112px;
	height: 100px;
	float: left;
	margin-bottom: 10px;
	margin-left: 15px;
	text-decoration: none;
}

a.past-recipe-box2
{
	text-decoration: none;
}

a.past-recipe-box2:hover
{
	text-decoration: none;
}

p.past-recipe-title2
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #73A0B5;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}


.past-recipes-title
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #73A0B5;
	margin-left: 10px;
}

p.past-recipe-title
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #73A0B5;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}

p.past-recipe-info
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 12px;
	color: #000;
	margin-top: 5px;
}

.past-recipes-content
{
	width: 610px;
	height: auto;
	margin-top: 10px;
	float: left;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 12px;
	color: #333;
	margin-left: 10px;
	margin-bottom: 10px;
}



/* video section CSS ////////////////////////////////////////////////////////////////////////////////////////////////////*/


.video-bkd-main
{
	width: 650px;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.video-bkd-main-content
{
	background-image: url(/content/Recipes/images/bodyRecip-tile.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 640px;
	height: auto;
	padding-left: 10px;
}

.video-container
{
	height: auto;
	width: 140px;
	float: left;
	margin-left: 14px;
}

.video-image
{
	width: 140px;
	height: 100px;
}

.video-description
{
	width: 140px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 12px;
	color: #333;
}



/* archive recipe section /////////////////////////////////////////////////////////////////////////////////////////////////////*/


.archive-bkd-main-content
{
	background-image: url(/content/Recipes/images/bodyRecip-tile.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 640px;
	height: auto;
	padding-left: 10px;
}


.AtoZlist
{
	padding-left: 10px;
}

.AtoZlist li
{
	display: inline;
	margin: 0;
	padding-right: 3px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #F27B70;
}

/* .AtoZlist li a, a:visited {

	text-decoration:none;
	color:#73A0B5;
	

}

.AtoZlist li a:hover {

	color:#F27B70;

}

*/

.RecipeList1
{
	padding-left: 10px;
}

.RecipeList1 li
{
	list-style: none;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #F27B70;
}

/* .RecipeList1 li a, a:visited {

	text-decoration:none;
	color:#73A0B5;
	

}

.RecipeList1 li a:hover {

	color:#F27B70;

}

*/


/* WEEKLY RECIPE-SLIDER ////////////////////////////////////////////////////////////////////////////////////////////////////*/



img
{
	border: none;
}

pre
{
	display: block;
	font: 12px "Courier New" , Courier, monospace;
	padding: 10px;
	border: 1px solid #bae2f0;
	background: #e3f4f9;
	margin: .5em 0;
	width: 630px;
}

/* image replacement */
.graphic, #prevBtn, #nextBtn
{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
}
/* // image replacement */


.containerRecip
{
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 610px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.contentRecip
{
	position: relative;
}


/* MAIN RECIPE PAGE CSS ////////////////////////////////////////////////////////////////////////////////////////////////////*/


.recipe-method-index
{
	width: 20px;
	float: left;
	margin-bottom: igpx;
	margin-left: 0px;
}

.recipe-method-text
{
	width: 380px;
	float: left;
	margin-bottom: 5px;
	margin-left: 0px;
}

.btn-add-ingredients
{
	padding: 3px 6px;
	background: #D58D1D;
	color: #FFF;
	font-size: 12px;
	border: none;
	display: inline-block;
	float: right;
	margin-bottom: 20px;
	text-align: right;
}

form p input.btn-add-ingredients
{
	width: auto;
	font-size: 12px;
}


.btn-add-ingredients:hover
{
	background-color: #597D39;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}


.recipe-products .list td
{
	font-size: 12px;
}


.recipe-suitable-for
{
	background-color: #FFF;
	float: left;
	width: 200px;
	height: 70px;
	margin-top: 10px;
	margin-left: 10px;
}





.Main-recipe-bkd-main
{
	background-image: url(/content/Recipes/images/Recipes-bkd-tile.jpg);
	background-repeat: repeat;
	width: 650px;
	height: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
	float: left;
}

.Main-recipeImage-bkd
{
	background-color: #FFF;
	float: left;
	width: 630px;
	height: auto;
	margin-top: 10px;
	margin-left: 10px;
}


.Main-recipe-image
{
	width: 610px;
	height: 210px;
	padding-left: 10px;
	float: left;
	margin-bottom: 8px;
}

.Main-recipe-image-footer
{
	width: 610px;
	height: 1px;
	padding-left: 10px;
	float: left;
	margin-bottom: 10px;
}

.Recipe-main-leftCol
{
	width: 200px;
	float: left;
}

.Recipe-main-rightCol
{
	width: 420px;
	float: left;
	margin-left: 10px;
}

.Main-recipeleftCol-bkd
{
	background-color: #FFF;
	float: left;
	width: 200px;
	height: auto;
	margin-top: 10px;
	margin-left: 10px;
}


.Main-recipeleftCol-contents
{
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin-bottom: 8px;
}

.recipe-rating-box
{
	padding-top: 10px;
	padding-left: 12px;
	width: 175px;
	height: 70px;
	text-align: center;
}

.star-rating-control
{
	margin: 2px 0 2px 0;
}


.Main-recipeleftCol-footer
{
	width: 200px;
	height: 1px;
	padding-left: 10px;
	float: left;
	margin-bottom: 10px;
}

.Main-reciperightCol-bkd
{
	background-color: #FFF;
	float: left;
	width: 420px;
	height: auto;
	margin-top: 10px;
	margin-left: 10px;
}

.Times-serves-bkd1
{
	background-color: #FFF;
	float: left;
	width: 410px;
	height: 80px;
	padding-right: 10px;
	margin-top: 10px;
	margin-left: 10px;
}

.Main-reciperightCol-container
{
	float: left;
	width: 420px;
	height: auto;
	margin-top: 10px;
	margin-left: 10px;
}

.Main-reciperightCol-bkd2
{
	background-color: #FFF;
	float: left;
	width: 220px;
	height: auto;
}

.Main-reciperightCol-bkd3
{
	background-color: #FFF;
	float: left;
	width: 190px;
	height: auto;
	margin-left: 10px;
}

.Main-reciperightCol-contents
{
	width: 400px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin-bottom: 8px;
}

.Main-reciperightCol-footer
{
	width: 420px;
	height: 1px;
	padding-left: 10px;
	float: left;
	margin-bottom: 10px;
}


.SN-icons
{
	width: 210px;
	height: 30px;
	float: right;
	margin-top: 165px;
}

.SN-icons li
{
	display: inline;
	margin: 0;
	padding-right: 3px;
}

.SN-icons2
{
	width: 180px;
	height: 30px;
}

.SN-icons2 li
{
	display: inline;
	margin: 0;
	padding-left: 3px;
	padding-top: 3px;
	float: right;
}

/* non-photo layout edits */

.non-photo-columnleft
{
	width: 440px;
	float: left;
}

.non-photo-columnright
{
	width: 190px;
	float: left;
}



/* ingredients icons */


.serves-info
{
	float: left;
	margin-bottom: 5px;
	width: 140px;
}

.serves-icon
{
	background-image: url(/content/Recipes/images/serves-icon.gif);
	width: 22px;
	height: 22px;
	float: left;
	margin-right: 3px;
}

.serves-detail
{
	float: left;
	margin-left: 5px;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 12px;
	color: #333;
}

.times-info
{
	width: 260px;
	float: left;
	margin-bottom: 5px;
}

.times-icon
{
	background-image: url(/content/Recipes/images/times-icon.gif);
	width: 22px;
	height: 22px;
	float: left;
	margin-right: 3px;
}

.times-detail
{
	float: left;
	margin-left: 5px;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 12px;
	color: #333;
}


/* MAIN RECIPE SEARCH BOX CSS ////////////////////////////////////////////////////////////////////////////////////////////////////*/


.Main-Searchrecipe-bkd-tile
{
	background-image: url(/content/Recipes/images/Recipes-bkd-tile.jpg);
	background-repeat: repeat;
	width: 248px;
	height: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
	float: left;
	margin-top: 32px;
}

.Main-Searchrecipe-bkd
{
	background-color: #FFF;
	float: left;
	width: 228px;
	height: auto;
	margin-top: 10px;
	margin-left: 10px;
}

.Main-Searchrecipe-image
{
	width: 220px;
	padding-left: 10px;
	float: left;
	margin-bottom: 8px;
}

.Main-Searchrecipe-footer
{
	width: 220px;
	height: 1px;
	padding-left: 10px;
	float: left;
	margin-bottom: 10px;
}

p.recipe-search
{
	float: left;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 12px;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
}

select.Recipe-search-lists
{
	width: 208px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 12px;
	border: 0 0 10px 10px;
	border-color: #333;
	background-color: #E5EBE0;
	margin-bottom: 10px;
}

input.Recipe-search-lists
{
	width: 160px;
}


/* MAIN RECIPE SEARCH RESULTS CSS ////////////////////////////////////////////////////////////////////////////////////////////////////*/



.Recipefilter-header
{
	width: 610px;
	float: left;
	text-align: right;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 13px;
	color: #333;
}

.Recipefilter-header a
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}

.Recipefilter-header a:hover
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 11px;
	color: #333;
	text-decoration: underline;
}

.Recipefilter-header a.selected
{
	font-weight: bold;
}

.Recipefilter-header a.selected:hover
{
	font-weight: bold;
	text-decoration: none;
}

select.Recipe-sort-search
{
	width: 150px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 11px;
	border: 0 0 5px 5px;
	border-color: #333;
	background-color: #E5EBE0;
}


.Recipe-line-separator
{
	height: 2px;
	width: 610px;
	background-color: #F27B70;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.searchrecipesresults1
{
	width: 630px;
	height: auto;
	float: left;
	margin-top: 10px;
}

.searchresults-recipe-box
{
	width: 195px;
	height: auto;
	float: left;
	margin-left: 10px;
}

.fullrecipeCTA
{
	width: 195px;
	float: left;
	margin-top: 10px;
}


.searchreciperesultinfo
{
	width: 410px;
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 12px;
	color: #333;
}

.searchreciperesultinfo-nophoto
{
	width: 605px;
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 12px;
	color: #333;
}

.Recipeservesandtime
{
	width: 415px;
	float: left;
	margin-bottom: 10px;
}

.searchreciperesultserves
{
	width: auto;
	float: left;
}

.searchreciperesulttimes
{
	width: auto;
	float: left;
	margin-left: 10px;
}

.searchreciperesultsuits
{
	width: 415px;
	float: left;
	margin-bottom: 10px;
}



p.searchrecipesresults-title
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #73A0B5;
	margin-bottom: 10px;
}
.Main-recipe-bkd-main
{
	font-family: Georgia, "Times New Roman" ,Times,serif;
}

.Main-recipe-bkd-main ul, .Main-recipe-bkd-main ol
{
	list-style-position: outside;
	padding-left: 10px;
}


/* ZOOM JQUERY CSS ////////////////////////////////////////////////////////////////////////////////////////////////////*/



#fancybox-loading
{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div
{
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/content/Recipes/images/Jquery-icons/fancybox.png');
}

#fancybox-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap
{
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer
{
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content
{
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close
{
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/content/Recipes/images/Jquery-icons/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error
{
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img
{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame
{
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right
{
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/content/Recipes/images/Jquery-icons/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left
{
	left: 0px;
}

#fancybox-right
{
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico
{
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico
{
	background-image: url('/content/Recipes/images/Jquery-icons/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico
{
	background-image: url('/content/Recipes/images/Jquery-icons/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover
{
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span
{
	left: 20px;
}

#fancybox-right:hover span
{
	left: auto;
	right: 20px;
}

.fancybox-bg
{
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n
{
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/content/Recipes/images/Jquery-icons/fancybox-x.png');
}

#fancybox-bg-ne
{
	top: -20px;
	right: -20px;
	background-image: url('/content/Recipes/images/Jquery-icons/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e
{
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/content/Recipes/images/Jquery-icons/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se
{
	bottom: -20px;
	right: -20px;
	background-image: url('/content/Recipes/images/Jquery-icons/fancybox.png');
	background-position: -40px -182px;
}

#fancybox-bg-s
{
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/content/Recipes/images/Jquery-icons/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw
{
	bottom: -20px;
	left: -20px;
	background-image: url('/content/Recipes/images/Jquery-icons/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w
{
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/content/Recipes/images/Jquery-icons/fancybox-y.png');
}

#fancybox-bg-nw
{
	top: -20px;
	left: -20px;
	background-image: url('/content/Recipes/images/Jquery-icons/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title
{
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside
{
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside
{
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over
{
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over
{
	padding: 10px;
	background-image: url('/content/Recipes/images/Jquery-icons/fancy_title_over.png');
	display: block;
}

.fancybox-title-float
{
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap
{
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td
{
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left
{
	padding: 0 0 0 15px;
	background: url('/content/Recipes/images/Jquery-icons/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main
{
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/content/Recipes/images/Jquery-icons/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right
{
	padding: 0 0 0 15px;
	background: url('/content/Recipes/images/Jquery-icons/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close
{
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/Recipes/images/Jquery-icons/fancy_close.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-left-ico
{
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/Recipes/images/Jquery-icons/fancy_nav_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-right-ico
{
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/Recipes/images/Jquery-icons/fancy_nav_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-over
{
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/Recipes/images/Jquery-icons/fancy_title_over.png', sizingMethod='scale');
	zoom: 1;
}
.fancybox-ie6 #fancybox-title-float-left
{
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/Recipes/images/Jquery-icons/fancy_title_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-main
{
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/Recipes/images/Jquery-icons/fancy_title_main.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-right
{
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/Recipes/images/Jquery-icons/fancy_title_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame
{
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6
{
	position: absolute;
	margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div
{
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/Recipes/images/Jquery-icons/fancy_loading.png', sizingMethod='scale');
}

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg
{
	background: transparent !important;
}

.fancybox-ie #fancybox-bg-n
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/Recipes/images/Jquery-icons/fancy_shadow_n.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-ne
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/Recipes/images/Jquery-icons/fancy_shadow_ne.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-e
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/Recipes/images/Jquery-icons/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-se
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/Recipes/images/Jquery-icons/fancy_shadow_se.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-s
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/Recipes/images/Jquery-icons/fancy_shadow_s.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-sw
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/Recipes/images/Jquery-icons/fancy_shadow_sw.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-w
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/Recipes/images/Jquery-icons/fancy_shadow_w.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-nw
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/Recipes/images/Jquery-icons/fancy_shadow_nw.png', sizingMethod='scale');
}




/* jQuery slideshow CSS */

.slideshow
{
	position: relative;
	padding: 0;
	margin: 0;
	width: 475px;
	height: 200px;
	background-image: url('/content/Categories/images/butchers-block.jpg');
}
.slideshow a img
{
	border: none;
}
.slideshow li.slide
{
	list-style-type: none;
}
.slideshow .slides
{
	height: 455px;
	height: 180px;
	margin: 0;
}
.slideshow .slides li.slide
{
	visibility: hidden;
	position: absolute;
	padding-left: 10px;
	padding-top: 10px;
	left: 0px;
	top: 0;
}
.slideshow .buttons
{
	display: none;
}
.slideshow .buttons
{
	display: block;
	position: absolute;
	padding-left: 10px;
	z-index: 100;
	left: 0px;
	bottom: 15px;
	margin: 0;
}
.slideshow .buttons li
{
	float: left;
	display: inline;
	width: 20px;
	height: 20px;
	margin: 0;
	padding-left: 5px;
	line-height: 30px;
	background-repeat: no-repeat;
}
.slideshow .buttons li a
{
	float: left;
	text-decoration: none;
	width: 20px;
	height: 20px;
	color: #fff;
	background-image: url('/content/recipes/images/Jquery-icons/flip-btn-off2.png');
	outline: 0;
}
.slideshow ul.buttons li a:hover
{
	text-decoration: none;
	color: #0a0a0a;
	background-image: url('/content/recipes/images/Jquery-icons/flip-btn-on2.png');
}
.slideshow ul.buttons li.active a:hover, .slideshow ul.buttons li.active a
{
	color: #666666;
	background-image: url('/content/recipes/images/Jquery-icons/flip-btn-on2.png');
}
/* end: slideshow */


/* jQuery slideshowRecipe CSS */

.slideshowRecipe
{
	position: relative;
	padding: 0;
	margin: 0;
	width: 650px;
	height: 250px;
	background-image: url(/content/Recipes/images/Recipes-bkd-tile.jpg);
	background-repeat: repeat;
}
.slideshowRecipe a img
{
	border: none;
}
.slideshowRecipe li.slide
{
	list-style-type: none;
}
.slideshowRecipe .slides
{
	height: 650px;
	height: 210px;
	margin: 0;
}
.slideshowRecipe .slides li.slide
{
	visibility: hidden;
	position: absolute;
	padding-left: 20px;
	padding-top: 20px;
	left: 0px;
	top: 0;
}
.slideshowRecipe .buttons
{
	display: none;
}
.slideshowRecipe .buttons
{
	display: block;
	position: absolute;
	padding-left: 20px;
	z-index: 100;
	left: 0px;
	bottom: 25px;
	margin: 0;
}
.slideshowRecipe .buttons li
{
	float: left;
	display: inline;
	width: 20px;
	height: 20px;
	margin: 0;
	padding-left: 10px;
	line-height: 30px;
	background-repeat: no-repeat;
}
.slideshowRecipe .buttons li a
{
	float: left;
	text-decoration: none;
	width: 20px;
	height: 20px;
	color: #fff;
	background-image: url('/content/recipes/images/Jquery-icons/flip-btn-off2.png');
	outline: 0;
}
.slideshowRecipe ul.buttons li a:hover
{
	text-decoration: none;
	color: #0a0a0a;
	background-image: url('/content/recipes/images/Jquery-icons/flip-btn-on2.png');
}
.slideshowRecipe ul.buttons li.active a:hover, .slideshowRecipe ul.buttons li.active a
{
	color: #666666;
	background-image: url('/content/recipes/images/Jquery-icons/flip-btn-on2.png');
}
/* end: slideshow */



/* MEAT SPECIALS ETC SECTION CSS */


.meat-specials1
{
	width: 475px;
	height: 260px;
	margin-bottom: 10px;
	text-align: center;
}

.meat-specials2
{
	width: 475px;
	height: 260px;
	margin-bottom: 5px;
	text-align: center;
}

.meat-specials-title
{
	width: 475px;
	height: 36px;
	margin-top: 10px;
	background-image: url('/content/Categories/images/meat-specials-header.gif');
}

.meat-specials-title2
{
	width: 475px;
	height: 36px;
	margin-top: 10px;
	background-image: url('/content/Categories/images/meat-specials-header2.gif');
}

.3-meat-specials
{
	width: 475px;
}


.meat-special-1
{
	width: 155px;
	padding-top: 5px;
	float: left;
}

.meat-special-2
{
	width: 155px;
	padding-top: 5px;
	padding-left: 5px;
	float: left;
}

.meat-special-3
{
	width: 155px;
	padding-top: 5px;
	padding-left: 5px;
	float: left;
}

p.meat-special-product
{
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	min-height: 45px;
	padding: 0 2px;
}

p.meat-special-product-price
{
	text-align: center;
	font-size: 12px;
	text-decoration: none;
}

a.meat-special-product:hover
{
	text-decoration: underline;
}

.meat-special-btn
{
	text-align: center;
	font-size: 14px;
	margin-top:7px;
}


.labour-of-love
{
	width: 475px;
	padding-bottom: 10px;
	background-image: url('/content/Categories/images/labour-of-love.jpg');
	text-align: left;
}

#open-labourlove1
{
	margin-left: 15px;
}

#close-labourlove1
{
	margin-left: 15px;
}


p.top-labourlove
{
	width: 285px;
	padding-top: 50px;
	padding-left: 15px;
	text-align: left;
	font-size: 12px;
}

p.btm-labourlove
{
	width: 285px;
	padding-top: 10px;
	padding-left: 15px;
	text-align: left;
	font-size: 12px;
}


.recipe-woolcool1
{
	width: 475px;
	height: 217px;
	margin-top: 8px;
}


.meat-recipe-special1
{
	width: 194px;
	height: 217px;
	float: left;
	background-image: url('/content/Categories/images/meat-recipe1.jpg');
	text-align: center;
}

p.meat-recipe-specialtitle1
{
	width: 194px;
	padding-top: 150px;
	text-align: center;
	font-size: 12px;
}

.meat-special-recipe-btn
{
	width: 194px;
	padding-top: 2px;
	font-size: 15px;
}

.woolcool-info1
{
	width: 280px;
	height: 217px;
	float: left;
	background-image: url('/content/Categories/images/meat-woolcool1.jpg');
	text-align: left;
}

p.woolcool-meat
{
	width: 160px;
	padding-left: 12px;
	padding-top: 60px;
	font-size: 12px;
}

.woolcool-btn
{
	width: 200px;
	padding-top: 5px;
	text-align: left;
	padding-left: 10px;
	font-size: 15px;
}


/* CHICKEN CATEGORY SECTION CSS */


.meat-category-header1
{
	width: 475px;
	height: 185px;
	text-align: left;
	background-image: url('/content/Categories/images/chicken-category1.jpg');
}

.meat-category-header2
{
	width: 475px;
	height: 185px;
	text-align: left;
	background-image: url('/content/Categories/images/pork-category1.jpg');
}
.meat-category-header3
{
	width: 475px;
	height: 185px;
	text-align: left;
	background-image: url('/content/Categories/images/lamb-category1.jpg');
}

.meat-category-header4
{
	width: 475px;
	height: 185px;
	text-align: left;
	background-image: url('/content/Categories/images/beef-category1.jpg');
}

.meat-category-header5
{
	width: 475px;
	height: 185px;
	text-align: left;
	background-image: url('/content/Categories/images/duck-category1.jpg');
}


.meat-category-header6
{
	width: 475px;
	height: 185px;
	text-align: left;
	background-image: url('/content/Categories/images/turkey-category1.jpg');
}


p.meat-category-info1
{
	width: 220px;
	padding-left: 30px;
	padding-top: 25px;
	font-size: 12px;
	line-height: 110%;
}

.cuts-recipe-deals-section1
{
	width: 475px;
	height: 342px;
	margin-top: 10px;
}

.meat-cuts-selection1
{
	width: 324px;
	height: 342px;
	float: left;
}

.meat-recipe-deals
{
	width: 151px;
	height: 342px;
	float: left;
}

.meat-recipe-cat1
{
	width: 151px;
	height: 214px;
	float: left;
	background-image: url('/content/Categories/images/chicken-inspiration1.jpg');
}

.meat-deals-cat1
{
	width: 151px;
	height: 128px;
	float: left;
	background-image: url('/content/Categories/images/chicken-deals1.jpg');
}

.meat-recipe-cat2
{
	width: 151px;
	height: 214px;
	float: left;
	background-image: url('/content/Categories/images/pork-inspiration1.jpg');
}

.meat-deals-cat2
{
	width: 151px;
	height: 128px;
	float: left;
	background-image: url('/content/Categories/images/pork-deals1.jpg');
}

.meat-recipe-cat3
{
	width: 151px;
	height: 214px;
	float: left;
	background-image: url('/content/Categories/images/lamb-inspiration1.jpg');
}

.meat-deals-cat3
{
	width: 151px;
	height: 128px;
	float: left;
	background-image: url('/content/Categories/images/lamb-deals1.jpg');
}

.meat-recipe-cat4
{
	width: 151px;
	height: 214px;
	float: left;
	background-image: url('/content/Categories/images/beef-inspiration1.jpg');
}

.meat-deals-cat4
{
	width: 151px;
	height: 128px;
	float: left;
	background-image: url('/content/Categories/images/beef-deals1.jpg');
}


.meat-recipe-deals-btn
{
	width: 148px;
	padding-top: 170px;
	padding-left: 3px;
	text-align: center;
	font-size: 15px;
}

.meat-recipe-deals-btn2
{
	width: 148px;
	padding-top: 90px;
	padding-left: 3px;
	text-align: center;
	font-size: 15px;
}




/* Tooltip */

#tooltip
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	text-transform: uppercase;
	position: absolute;
	z-index: 9999;
	color: #606;
	font-size: 11px;
	letter-spacing: 2px;
	width: 180px;
}

#tooltip .tipHeader
{
	height: 8px;
}


#tooltip .tipBody
{
	background-color: #fff;
	padding: 8px;
}

#tooltip .tipFooter
{
	height: 8px;
}

/* IE hack */

*html #tooltip .tipHeader
{
	margin-bottom: -6px;
}




/* Account page promotions footer edit */

.3-account-specials
{
	width: 460px;
}


.account-special-1
{
	width: 146px;
	padding: 10px 0;
	float: left;
	text-align: center;
	height: 190px;
	margin-left: 10px;
	background-color: #FFF;
	-webkit-box-shadow:0 3px 10px rgba(0, 0, 0, 0.4);
   -moz-box-shadow:0 3px 10px rgba(0, 0, 0, 0.4);
   box-shadow:0 3px 10px rgba(0, 0, 0, 0.4);
}

.account-special-2
{
	width: 150px;
	padding-top: 5px;
	padding-left: 5px;
	float: left;
	text-align: center;
}

.account-special-3
{
	width: 150px;
	padding-top: 5px;
	padding-left: 5px;
	float: left;
	text-align: center;
}


/*===============================================
	ACCOUNT- NEW AND SPECIAL OFFERS BANNERS
===============================================*/


.ACCOUNT-featurebanners
{
	width: 460px;
	height: 150px;
	margin-bottom: 20px;
}


.ACCOUNT-featurebanner1
{
	width: 220px;
	height: 150px;
	float: left;
	margin-right: 20px;
}

.ACCOUNT-featurebanner2
{
	width: 220px;
	height: 150px;
	float: left;
}


/* Homepage promotions edit */

.homepage-specials1
{
	width: 670px;
}

.homepage-special-1
{
	width: 120px;
	padding-top: 5px;
	float: left;
	text-align: center;
}

.homepage-special-2
{
	width: 120px;
	padding-top: 5px;
	margin-left: 17px;
	float: left;
	text-align: center;
}

.homepage-special-btn
{
	width: 120px;
	height: 62px;
	text-align: center;
	font-size: 15px;
}


/* HOMEPAGE CSS */

.recipe-homepage-section
{
	width: 670px;
	height: 350px;
	float: left;
	background-image: url("/content/Recipes/images/Recipes-bkd-tile.jpg");
    background-repeat: repeat;
	margin-bottom: 30px;

}

.recipe-homepage-mainImage
{
	width: 650px;
	height: 265px;
	float: left;
	margin: 0 10px;
	background-color:#FFF;
}

.recipe-homepage-copy
{
	width: 650px;
	height: 55px;
	float: left;
	margin: 10px 10px;
}

p.recipe-homepage-copy
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 110%;
	margin: 0;
	color:#6c2318;
	text-align:center;
}

.Hpage-recipe-image1 {
		width:190px;
		height:265px;
		float:left; 
}

.Hpage-recipe-image2 {
		width:270px;
		height:265px;
		float:left;
}
	

/* Cool swooshy-overlap link */

.image-overlay
{
	list-style: none;
	text-align: left;
}
.image-overlay li
{
	display: inline;
}
.image-overlay a:link, .image-overlay a:visited, .image-overlay a:hover, .image-overlay a:active
{
	text-decoration: none;
}
.image-overlay a:link img, .image-overlay a:visited img, .image-overlay a:hover img, .image-overlay a:active img
{
	border: none;
}

.image-overlay a
{
	margin: 9px;
	float: left;
	background: #fff;
	border: solid 2px;
	overflow: hidden;
	position: relative;
}
.image-overlay img
{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.image-overlay .caption
{
	float: left;
	position: absolute;
	background-color: #000;
	width: 100%;
	cursor: pointer; /* The way to change overlay opacity is the follow properties. Opacity is a tricky issue due to 		longtime IE abuse of it, so opacity is not offically supported - use at your own risk.  		To play it safe, disable overlay opacity in IE. */ /* For Firefox/Opera/Safari/Chrome */
	opacity: .8; /* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.image-overlay .caption h1, .image-overlay .caption h2, .image-overlay .caption h3, .image-overlay .caption h4, .image-overlay .caption h5, .image-overlay .caption h6
{
	margin: 10px 0 10px 2px;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 0 5px;
}
.image-overlay p
{
	text-indent: 0;
	margin: 10px;
	font-size: 1em;
}



/* NEW SHOP HOMEPAGE CSS //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.shop-icon1
{
	width: 109px;
	height: 134px;
	margin-bottom: 8px;
	float: left;
	opacity: 1; /* Firefox, Safari and Chrome (WebKit), Opera */
	filter: alpha(opacity=100); /* IE */
	zoom: 1;
}

.shop-icon1:hover
{
	opacity: 0.8; /* Firefox, Safari and Chrome (WebKit), Opera */
	filter: alpha(opacity=80); /* IE */
	zoom: 1;
}

.shop-icon2
{
	width: 109px;
	height: 134px;
	margin-left: 8px;
	margin-bottom: 8px;
	float: left;
	opacity: 1; /* Firefox, Safari and Chrome (WebKit), Opera */
	filter: alpha(opacity=100); /* IE */
	zoom: 1;
}


.shop-icon2:hover
{
	opacity: 0.8; /* Firefox, Safari and Chrome (WebKit), Opera */
	filter: alpha(opacity=80); /* IE */
	zoom: 1;
}

.shop-icon3
{
	width: 226px;
	height: 134px;
	margin-left: 8px;
	margin-bottom: 8px;
	float: left;
	opacity: 1; /* Firefox, Safari and Chrome (WebKit), Opera */
	filter: alpha(opacity=100); /* IE */
	zoom: 1;
}


.shop-icon3:hover
{
	opacity: 0.8; /* Firefox, Safari and Chrome (WebKit), Opera */
	filter: alpha(opacity=80); /* IE */
	zoom: 1;
}


/* NEW CHILDRENS PAGE CSS //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



.kid-icon1
{
	opacity: 1; /* Firefox, Safari and Chrome (WebKit), Opera */
	filter: alpha(opacity=100); /* IE */
	zoom: 1;
}

.kid-icon1:hover
{
	opacity: 0.8; /* Firefox, Safari and Chrome (WebKit), Opera */
	filter: alpha(opacity=80); /* IE */
	zoom: 1;
}



/* NEW HOMEPAGE BUTTON CSS //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



.btn2
{
	padding: 3px 6px;
	background: #d92252;
	color: #FFF;
	font-size: 1em;
	border: none;
	display: inline-block;
}



form p input.btn2
{
	width: auto;
}



.btn2:hover
{
	background-color: #D58D1D;
	color: #FFF;
	text-decoration: none;
}




.btn3
{
	padding: 3px 6px;
	background: #D58D1D;
	color: #FFF;
	font-size: 1em;
	border: none;
	display: inline-block;
}



form p input.btn3
{
	width: auto;
}



.btn3:hover
{
	background-color: #597D39;
	color: #FFF;
	text-decoration: none;
}


.btn4
{
	padding: 3px 6px;
	background: #edda4f;
	color: #000;
	font-size: 1em;
	border: none;
	display: inline-block;
}



form p input.btn4
{
	width: auto;
}



.btn4:hover
{
	background-color: #D58D1D;
	color: #000;
	text-decoration: none;
}


.btn5
{
	padding: 3px 6px;
	background: #653f60;
	color: #FFF;
	font-size: 1em;
	border: none;
	display: inline-block;
}



form p input.btn5
{
	width: auto;
}



.btn5:hover
{
	background-color: #597d39;
	color: #FFF;
	text-decoration: none;
}

.btn6
{
	padding: 3px 6px;
	background: #AF6871;
	color: #FFF;
	font-size: 1em;
	border: none;
	display: inline-block;
}



form p input.btn6
{
	width: auto;
}



.btn6:hover
{
	background-color: #D58D1D;
	color: #FFF;
	text-decoration: none;
}


.btn7
{
	padding: 3px 6px;
	background: #5A9F8E;
	color: #FFF;
	font-size: 1em;
	border: none;
	display: inline-block;
}



form p input.btn7
{
	width: auto;
}



.btn7:hover
{
	background-color: #4C0055;
	color: #FFF;
	text-decoration: none;
}


.btn8
{
	padding: 3px 6px;
	background: #1f7171;
	color: #FFF;
	font-size: 1em;
	border: none;
	display: inline-block;
}



form p input.btn8
{
	width: auto;
}



.btn8:hover
{
	background-color: #D58D1D;
	color: #FFF;
	text-decoration: none;
}


.btn9
{
	padding: 3px 6px;
	background: #fbac78;
	color: #FFF;
	font-size: 1em;
	border: none;
	display: inline-block;
}



form p input.btn9
{
	width: auto;
}



.btn9:hover
{
	background-color: #67bc93;
	color: #FFF;
	text-decoration: none;
}

.btn10
{
	padding: 3px 6px;
	background: #734c70;
	color: #fff3a0;
	font-size: 1em;
	border: none;
	display: inline-block;
}



form p input.btn10
{
	width: auto;
}



.btn10:hover
{
	background-color: #fff3a0;
	color: #734c70;
	text-decoration: none;
}

.btn11
{
	padding: 3px 6px;
	background: #54b37c;
	color: #FFF;
	font-size: 1em;
	border: none;
	display: inline-block;
}



form p input.btn11
{
	width: auto;
}



.btn11:hover
{
	background-color: #D58D1D;
	color: #FFF;
	text-decoration: none;
}

.btn12
{
	padding: 3px 6px;
	background: #4161c4;
	color: #FFF;
	font-size: 1em;
	border: none;
	display: inline-block;
}



form p input.btn12
{
	width: auto;
}



.btn12:hover
{
	background-color: #D58D1D;
	color: #FFF;
	text-decoration: none;
}

.btn13
{
	padding: 3px 6px;
	background: #452586;
	color: #FFF;
	font-size: 1em;
	border: none;
	display: inline-block;
}



form p input.btn13
{
	width: auto;
}



.btn13:hover
{
	background-color: #b6174e;
	color: #FFF;
	text-decoration: none;
}


.btn14
{
	padding: 3px 6px;
	background: #452586;
	color: #FFF;
	font-size: 1em;
	border: none;
	display: inline-block;
}



form p input.btn14
{
	width: auto;
}



.btn14:hover
{
	background-color: #e5c738;
	color: #FFF;
	text-decoration: none;
}


.btn15
{
	padding: 3px 6px;
	background: #EF4E23;
	color: #FFF;
	font-size: 1em;
	border: none;
	display: inline-block;
}



form p input.btn15
{
	width: auto;
}



.btn15:hover
{
	background-color: #D14124;
	color: #FFF;
	text-decoration: none;
}



.btn16
{
	padding: 3px 6px;
	background: #971C55;
	color: #FFF;
	font-size: 1em;
	border: none;
	display: inline-block;
}



form p input.btn16
{
	width: auto;
}



.btn16:hover
{
	background-color: #771747;
	color: #FFF;
	text-decoration: none;
}



.btnXmas
{
	padding: 3px 6px;
	background: #C8B26F;
	color: #FFF;
	font-size: 1em;
	border: none;
	display: inline-block;
	text-align:left;
}



form p input.btnXmas
{
	width: auto;
}

.btnXmas p, .btnXmas:hover p {
	
	background: url("/content/Shop/btn-icons/text-btn1-arrowON.png") no-repeat scroll right center transparent;
    border: medium none;
    color: #FFFFFF;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    line-height: 1.2em;
    padding: 0 15px 1px 2px;
    text-decoration: none;

}

.btnXmas:hover p {
	background: url("/content/Shop/btn-icons/text-btn3-arrowON.png") no-repeat scroll right center transparent;
    border: medium none;
    color: #C8B26F;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    line-height: 1.2em;
    padding: 0 15px 1px 2px;
    text-decoration: none;
	
}

.btnXmas:hover
{
	background-color: #F8F4E7;
	color: #C8B26F;
	text-decoration: none;
}






/* Homepage circle btns //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.circlebtn1
{
	float: left;
	width: 111px;
	height: 111px;
	background-image: url('/content/homepage/images/mussels11.8.11.png');
}

.circlebtn1:hover
{
	width: 111px;
	height: 111px;
	background-image: url('/content/homepage/images/ONmussels11.8.11.png');
}

.circlebtn2
{
	float: left;
	width: 111px;
	height: 111px;
	margin-left: 9px;
	background-image: url('/content/homepage/images/whiting11.8.11.png');
}

.circlebtn2:hover
{
	width: 111px;
	height: 111px;
	background-image: url('/content/homepage/images/ONwhiting11.8.11.png');
}


.circlebtn3
{
	float: left;
	width: 111px;
	height: 111px;
	margin-left: 9px;
	background-image: url('/content/homepage/images/coley11.8.11.png');
}

.circlebtn3:hover
{
	width: 111px;
	height: 111px;
	background-image: url('/content/homepage/images/ONcoley11.8.11.png');
}

/* New About Us Newsletter section CSS /////////////////////////////////////////////////////////////////////////////////*/

.NewsArchiveThumb
{
	width: 120px;
	height: 220px;
	float: left;
	margin-bottom: 30px;
	margin-right: 40px;
}

.NewsArchiveThumb2
{
	width: 120px;
	height: 220px;
	float: left;
	margin-bottom: 30px;
	margin-right: 0;
}

.NewsArchiveThumbPic
{
	width: 120px;
	height: 170px;
	float: left;
}


/* New About Us Farmer Info section CSS /////////////////////////////////////////////////////////////////////////////////*/

.FarmerMainThumb
{
	width: 150px;
	height: 250px;
	float: left;
	margin-bottom: 20px;
	margin-right: 50px;
}

.FarmerMainThumb2
{
	width: 150px;
	height: 250px;
	float: left;
	margin-bottom: 20px;
}

.FarmerThumbPic
{
	width: 150px;
	height: 150px;
	float: left;
}


.FarmerInfo
{
	width: 684px;
	height: 339px;
	margin-top: 20px;
}

.FarmerInfo-top
{
	width: 684px;
	height: 14px;
	background-image: url('/content/aboutus/images/FF-top1.jpg');
}

.FarmerInfo-middle
{
	width: 684px;
	height: 311px;
}

.FarmerInfo-middle1
{
	width: 15px;
	height: 311px;
	float: left;
	background-image: url('/content/aboutus/images/FF-left1.jpg');
}

.FarmerInfo-middle2
{
	width: 461px;
	height: 311px;
	float: left;
	margin: 0;
	padding-right: 20px;
	background-image: url('/content/aboutus/images/FF-middle1.jpg');
}

.FarmerInfo-middle2 br {
	height:20px;	
}

.FarmerInfo-middle2 p
{
	margin: 0;
	text-align: left;
	line-height: 110%;
	font-size:12px;
}

.FarmerInfo-middle2 h2
{
	margin: 0;
	text-align: left;
	line-height: 110%;
	padding-bottom: 2px;
}

.FarmerInfo-middle3
{
	width: 176px;
	height: 311px;
	float: left;
}

.FarmerPicTitle
{
	width: 176px;
	height: 26px;
	float: left;
	background-image: url('/content/aboutus/images/FF-title1.jpg');
}

.FarmerPicThumb
{
	width: 88px;
	height: 88px;
	float: left;
	opacity: 1;
}

.FarmerPicThumb:hover {
	opacity: 0.8;
}

.FarmerVidThumb
{
	width: 176px;
	height: 109px;
	float: left;
	opacity: 1;
}

.FarmerVidThumb:hover {
	opacity: 0.8;
}

.FarmerInfo-middle4
{
	width: 12px;
	height: 311px;
	float: left;
	background-image: url('/content/aboutus/images/FF-right1.jpg');
}


.FarmerInfo-btm
{
	width: 684px;
	height: 14px;
	background-image: url('/content/aboutus/images/FF-btm1.jpg');
}

/* NEW SHOP HOMEPAGE CSS //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.BOXpopup-weeklyorder
{
	width: 458px;
	height: 190px;
	padding: 0 10px 0 10px;
	background-color: #e8e8e8;
	margin: 20px 0 10px 0;
}

.BOXpopup-weeklyorder-p
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 13px;
	color: #000;
	width: 300px;
	text-align: left;
	float: left;
	padding: 5px 0 0 10px;
}

.BOXpopup-weeklyorder-p input
{
	border:none;
	float:left;
}

.weeklyorder-item1
{
	width: 136px;
	height: 157px;
	margin-top: 15px;
	margin-left: 10px;
	float: left;
	background-image: url('/content/Shop/Weekly-pop-up/weekly-order1.jpg');
}

.BOXpopup-container1
{
	width: 460px;
	padding-left: 7px;
}

h1.BOXpopup-header1
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 16px;
	color: #653F60;
	text-align: center;
	margin:5px 0 5px 0;
	
}

h2.BOXpopup-header2
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 14px;
	color: #653F60;
	margin-top: 15px;
	text-align: left;
}

h2.BOXpopup-header1
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 14px;
	color: #653F60;
	text-align: center;
	margin-top: 15px;
}

.BOXpopup-product1
{
	width: 478px;
	height: 134px;
	margin-left: auto;
	margin-right: auto;
}

.Boxpopup-item1
{
	width: 170px;
	height: 134px;
	float: left;
	text-align: center;
	padding-left: 10px;
}

.Boxpopup-info1
{
	width: 270px;
	height: 114px;
	float: left;
	margin: 20px 0 0 10px;
	text-align: left;
	padding-right: 10px;
}

.Boxpopup-info1 h2
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 16px;
	font-weight: bold;
}

.Boxpopup-info1 p
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 14px;
	font-weight: bold;
}

div.Boxpopup-btn
{
	text-align: right;
	padding-bottom:10px;
	width: 481px;
}

div.Boxpopup-btn a.btn
{
	padding: 5px 10px;
	font-size: 14px;
}

.BOXpopup-compli1
{
	width: 478px;
	height: 275px;
	margin: 5px 0 10px 0;
	padding: 1px 0 10px 0;
	background-color: #e8e8e8;
}

.add-popup
{
	height: 31px;
	width: 98px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.add-popup p
{
	margin-right: 5px;
	float: left;
	font-size: 12px;
	display: inline;
}

.add-popup input.qty
{
	width: 20px;
	height:13px;
	margin-right: 5px;
	float: left;
	display: inline;
}


.add-popup btn
{
	float: left;
	display: inline;
}




/* NURSERY ACCOUNT PAGE QUESTION CSS //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#accordion-wrapper {
	width: 460px;
	}
 
.accordionButton {	
	width: 450px;
	height:20px;
	padding:5px;
	float: left;
	background: #917790;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

.accordionContent {	
	width: 450px;
	float: left;
	background: #e5f1f2;
	display: none;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.accordionContent a {	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#653F60;
	text-decoration:none;

}

.accordionContent a:hover {	
	text-decoration:underline;
	color:#21567a;

}




  /* TWITTER FEED BANNER ///////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.ACtwitter-feed {
	width:650px;
	height:35px;
	padding:10px;
	background: url("/content/Homepage/images/twitter1.jpg");
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:normal;
	margin-bottom:20px;
	color:#FFF;
	float:left;
}

a.ACtwitter {
	text-decoration:none;
}

a.ACtwitter:hover {
	text-decoration:none;
}

.ACtwitter-feed a {
	color:#000;
	text-decoration:none;
}

.ACtwitter-feed a:hover {
	color:#000;
	text-decoration:underline;
}

      #ticker ul.tweet_list {
        height:35px;
        overflow-y:hidden;
      }
	  
      #ticker .tweet_list li {
        height: 35px;
      }
	  
	  #ticker .tweet_list li:hover {
        text-decoration:none;
      }


  /* BANNER CAROUSEL ///////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.main-banner {
	display:none;
	overflow:hidden;
	width:670px;
	height: 350px;
	margin-bottom:20px;
}

  /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }		

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:670px;
		height:350px;
		overflow:hidden; 
		}
			
	#prevBtn, #nextBtn, #slider1next, #slider1prev {
    display: block;
    height: 77px;
    left: 10px;
    position: relative;
    top: -215px;
    width: 30px;
    z-index: 1000;
}

	#nextBtn, #slider1next{ 
		left:630px;
		top:-293px;
	
}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(/content/homepage/images/slider/btn_prev.png) no-repeat 0 0;
		}
		
	#prevBtn a:hover, #nextBtn a:hover {  
		background:url(/content/homepage/images/slider/btn_prevOver.png) no-repeat 0 0;
		}	
			
	#nextBtn a, #slider1next a{ 
		background:url(/content/homepage/images/slider/btn_next.png) no-repeat 0 0;	
		}
		
	#nextBtn a:hover, #slider1next a:hover{ 
		background:url(/content/homepage/images/slider/btn_nextOver.png) no-repeat 0 0;	
		}	
		

	#slider-col1 a, #slider-col2 a, #slider-col3 a {
	   	display: block;
    	position: relative;
		overflow:hidden; 
	}

	#slider-col1 {
		width:200px;
		height:350px;
		float:left;
		overflow:hidden; 
	}
	
	
	#slider-col2 {
		width:270px;
		height:350px;
		float:left;
		overflow:hidden; 
		
	}
	
	#slider-col3 {
		width:200px;
		height:350px;
		float:left;
		overflow:hidden; 
		
	}



		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	




/***************************************/
/* Deliveries page xmas comms   */
/***************************************/



.labour-of-love3 {
	
	width: 250px;
	padding-bottom:10px;
	background-color:#452062;
	text-align:left;
	margin-bottom:20px;
	font-family:Georgia, "Times New Roman", Times, serif;

}

#open-labourlove3 {
	padding-left:10px;
	margin:10px 0;
}

#close-labourlove3 {
	padding-left:10px;
	margin:10px 0;
}

.top-labourlove3 {
	width: 225px;
	padding-left:10px;
	text-align:left;
	font-size:12px;
	color:#FFF;
	padding-top:15px;
	line-height:110%;
	
}

p.btm-labourlove3 {
	width: 238px;
	padding-top:10px;
	text-align:left;
	font-size:12px;
	line-height:110%;
}
