@charset "utf-8";
/* CSS Document */

/* ------------------------------ Default styles ---------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #7d7d7d;
	margin: 0px;
	padding: 20px 0px 50px 0px;
	text-align:center;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6, p, form, label, ul, ol {
	margin: 0px;
	padding: 0px;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #696969;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #696969;
}
a {
	color: #bb8f66;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #7e4400;
}
.pin {
	behavior: url("includes/htc/iepngfix.htc");
}

/* IE6:hover bug fix
.ie6hover {
	behavior:url("includes/htc/csshover.htc");
}*/

/*-------------Header Styles--------------*/

h1 {
	color:#bc8f66;
	font-size:1.3em;
	font-weight:normal;
	padding:0px 0px 7px 0px;
	margin:0px;
}
h1 span {
	color:#7f4200;
}
h2 {
	color:#bc8f66;
	font-size:1.3em;
	font-weight:normal;
	padding:0px 0px 10px 0px;
	margin:0px;
}
h2 span {
	color:#7f4200;
}
h3 {
	color:#bc8f66;
	font-size:1.3em;
	font-weight:normal;
	padding:0px 0px 10px 0px;
	margin:0px;
}
h3 span {
	color:#7f4200;
}
/*-------------Layout Styles--------------*/

#container {
	width:980px;
	margin:0px auto;
	text-align:left;
}
#headerWrap {
	float:left;
	padding:0px 0px 20px 0px;
	margin:0px;
}
#header {
	float:left;
	width:260px;
	height:95px;
}
#nav {
	float:right;
	width:720px;
	height:95px;
	margin:0px;
	padding:0px;
}
#nav ul {
	margin:0px;
	padding:0px;
}
#nav li {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}
#nav li a {
	height:95px;
	line-height:95px;
	margin:0px 0px 0px 10px;
	padding:0px;
	display:block;
}
#nav li a:hover {
	height:95px;
	line-height:95px;
	margin:0px 0px 0px 10px;
	padding:0px;
	display:block;
}

#nav li.home a {
	width:76px;
	padding:0px 0px 0px 5px;
}
#nav li.home a:hover {
	background:url(../../images/navHome.gif) no-repeat center;
	width:76px;
	padding:0px 0px 0px 5px;
}
#nav li.home a.selected {
	background:url(../../images/navHome.gif) no-repeat center;
	width:76px;
	padding:0px 0px 0px 5px;
}
#nav li.values a {
	width:75px;
	padding:0px 0px 0px 8px;
}
#nav li.values a:hover {
	background:url(../../images/navValues.gif) no-repeat center;
	width:75px;
	padding:0px 0px 0px 8px;
}
#nav li.values a.selected {
	background:url(../../images/navValues.gif) no-repeat center;
	width:75px;
	padding:0px 0px 0px 8px;
}
#nav li.products a {
	width:130px;
	padding:0px 2px 0px 8px;
}
#nav li.products a:hover {
	background:url(../../images/navProducts.gif) no-repeat center;
	width:130px;
	padding:0px 2px 0px 8px;
}
#nav li.products a.selected {
	background:url(../../images/navProducts.gif) no-repeat center;
	width:130px;
	padding:0px 2px 0px 8px;
}
#nav li.seasons a {
	width:85px;
	padding:0px 0px 0px 5px;
}
#nav li.seasons a:hover {
	background:url(../../images/navSeasons.gif) no-repeat center;
	width:85px;
	padding:0px 0px 0px 5px;
}
#nav li.seasons a.selected {
	background:url(../../images/navSeasons.gif) no-repeat center;
	width:85px;
	padding:0px 0px 0px 5px;
}
#nav li.recipes a {
	width: 52px;
	padding: 0 15px 0 17px;
}
#nav li.recipes a:hover {
	width: 52px;
	padding: 0 15px 0 17px;
	background: url(../../images/navSeasons.gif) no-repeat center;
}
#nav li.recipes a.selected {
	background:url(../../images/navSeasons.gif) no-repeat center;
	width:47px;
	padding:0px 5px 0px 18px;
}
#nav li.news a {
	width:47px;
	padding:0px 5px 0px 18px;
}
#nav li.news a:hover {
	background:url(../../images/navNews.gif) no-repeat center;
	width:47px;
	padding:0px 5px 0px 18px;
}
#nav li.news a.selected {
	background:url(../../images/navNews.gif) no-repeat center;
	width:47px;
	padding:0px 5px 0px 18px;
}
#nav li.stockists a {
	width:85px;
	padding:0px 0px 0px 5px;
}
#nav li.stockists a:hover {
	background:url(../../images/navStockists.gif) no-repeat center;
	width:85px;
	padding:0px 0px 0px 5px;
}
#nav li.stockists a.selected {
	background:url(../../images/navStockists.gif) no-repeat center;
	width:85px;
	padding:0px 0px 0px 5px;
}
#nav li.contact a {
	width:80px;
	padding:0px 2px 0px 8px;
}
#nav li.contact a:hover {
	background:url(../../images/navContact.gif) no-repeat center;
	width:80px;
	padding:0px 2px 0px 8px;
}
#nav li.contact a.selected {
	background:url(../../images/navContact.gif) no-repeat center;
	width:80px;
	padding:0px 2px 0px 8px;
}
#mainImg {
	margin:0px;
	padding:0px 0px 25px 0px;
}
#contentWrap {
	margin:0px;
	padding:0px 20px 20px 10px;
}
#column1 {
	float:left;
	width:300px;
	margin:0px 15px 0px 0px;
}
#column1growers {
	float:left;
	width:255px;
	margin:0px 15px 0px 0px;
}
#column1.stockists {
	float:left;
	width:450px;
	margin:0px 0px 0px 0px;
}
#column1news {
	float:left;
	width:615px;
	margin:0px 0px 0px 0px;
}
#column1map {
	float:left;
	width:220px;
	margin:0px 0px 0px 0px;
}
#column1 a {
	color:#7b3f00;
	font-weight:bold;
}
#column1 a span {
	color:#bb8f66;
}
#column2 {
	width:305px;
	float:left;
	position:relative;
	background:url(../../images/boxBackground.gif) repeat-y;
}

#column2.stockists {
	float:right;
	width:450px;
	margin:0px 0px 0px 0px;
	background:none;
}
#column2productpage {
	width:350px;
	margin:0px 0px 0px 230px;
}
#column2 a {
	color:#7b3f00;
	font-weight:bold;
}
#column2 a span {
	color:#bb8f66;
}
#column3 {
	float:right;
	width:305px;
}
#column3map {
	float:right;
	width:220px;
	margin:0px 0px 0px 0px;
}
#column3productpage {
	float:right;
	width:350px;
}
#column3 a {
	color:#7b3f00;
	font-weight:bold;
}
#column3 a span {
	color:#bb8f66;
}
.boxTop {
	height:25px;
	margin:0px 0px -10px 0px;
	position:relative;
	z-index:1;
}
.boxContent {
	position:relative;
	z-index:2;
	padding:0px 0px 0px 10px;
}
.boxContent p {
	font-size:0.8em;
	margin:10px 0px;
}
.boxBottom {
	height:25px;
	margin:-10px 0px 0px 0px;
	position:relative;
	z-index:1;
}
#column1.brownborder {
	border-color:#caa888;
	background:url(../../images/boxBackground.gif) repeat-y;
}
#column1.brownborder .boxTop {
	background:url(../../images/boxBackgroundTop.gif) no-repeat top left;
	height:25px;
	margin:0px 0px -10px 0px;
}
#column1.brownborder .boxBottom {
	background:url(../../images/boxBackgroundBottom.gif) no-repeat bottom left;
	height:25px;
	margin:-10px 0px 0px 0px;
}
#column1.brownborder .boxContent {
	padding:0px 20px;
}
#column2.brownborder {
	border-color:#caa888;
	background:transparent url(../../images/boxBackground.gif) repeat-y;
	margin: 0 0 10px 0;
}
#column2.brownborder .boxTop {
	background:url(../../images/boxBackgroundTop.gif) no-repeat top left;
	height:25px;
	margin:0px 0px -10px 0px;
}
#column2.brownborder .boxBottom {
	background:url(../../images/boxBackgroundBottom.gif) no-repeat bottom left;
	height:25px;
	margin:-10px 0px 0 0px;
}
#column2.brownborder .boxContent {
	padding:0px 20px;
}

#column2grower_.brownborder {
	border-color:#caa888;
	background:transparent url(../../images/boxBackground.gif) repeat-y;
	margin: 0 0 10px 0;
}
#column2grower_.brownborder .boxTop {
	background:url(../../images/boxBackgroundTop.gif) no-repeat top left;
	height:25px;
	margin:0px 0px -10px 0px;
}
#column2grower_.brownborder .boxBottom {
	background:url(../../images/boxBackgroundBottom.gif) no-repeat bottom left;
	height:25px;
	margin:-10px 0px 0 0px;
}
#column2grower_.brownborder .boxContent {
	padding:0px 20px;
}
#column2productpage {
	border-color:#caa888;
	background:url(../../images/boxBackgroundWide.gif) repeat-y;
}
#column2productpage .boxTop {
	background:url(../../images/boxBackgroundTopWide.gif) no-repeat top left;
	height:25px;
	margin:0px 0px -10px 0px;
}
#column2productpage .boxBottom {
	background:url(../../images/boxBackgroundBottomWide.gif) no-repeat bottom left;
	height:25px;
	margin:-10px 0px 0px 0px;
}
#column2productpage .boxContent {
	padding:0px 20px;
}
#column3.brownborder {
	border-color:#caa888;
	background:url(../../images/boxBackground.gif) repeat-y;
}
#column3.brownborder .boxTop {
	background:url(../../images/boxBackgroundTop.gif) no-repeat top left;
	height:25px;
	margin:0px 0px -10px 0px;
}
#column3.brownborder .boxBottom {
	background:url(../../images/boxBackgroundBottom.gif) no-repeat bottom left;
	height:25px;
	margin:-10px 0px 0px 0px;
	padding: 0 0 20px 0;
}
#column3.brownborder .boxContent {
	padding:0px 20px;
}
#column3productpage {
	border-color:#caa888;
	background:url(../../images/boxBackgroundWide.gif) repeat-y;
	width:350px;
}
#column3productpage .boxTop {
	background:url(../../images/boxBackgroundTopWide.gif) no-repeat top left;
	height:25px;
	margin:0px 0px -10px 0px;
}
#column3productpage .boxBottom {
	background:url(../../images/boxBackgroundBottomWide.gif) no-repeat bottom left;
	height:25px;
	margin:-10px 0px 0px 0px;
}
#column3productpage .boxContent {
	padding:0px 20px;
}
#noticeBoardNarrow {
}
#noticeBoardNarrow .row {
	float:left;
	clear:both;
	width:305px;
	margin:0px 0px 20px 0px;
	position:relative;
}
#noticeBoardNarrow .newsimg_thumb {
	float:left;
	margin:0px 10px 0px 0px;
	padding:10px 0px 0px 0px;
	position:relative;
}
#noticeBoardNarrow .newsimg_thumb img {
	width:80px;
}
#noticeBoardNarrow .newsimg_thumb img.pin {
	position:absolute;
	z-index:50;
	left: 38px;
	top: -5px;
}
.locationTitle {
	font-size:1em;
	color:#7f4200;
	text-align:center;
	font-weight:bold;
}
p.locationTitleLG {
	font-size:1.1em;
	color:#7f4200;
	text-align:center;
	font-weight:bold;
}
#footer {
	background:url(../../images/footer.gif) top no-repeat;
	float:left;
	width:980px;
	font-size:0.8em;
}
#footer a {
	color:#7d7d7d;
	text-decoration: underline;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}
#footer ul {
	margin:0px auto;
	width:455px;
}
#footer li {
	float:left;
	list-style:none;
	margin:20px 20px 0px 0px;
}
#newsListings a {
	color:#7e4400;
	font-weight:bold;
}
#newsListings a.recipe_listing {
	color:#7e4400;
	font-weight:normal;
	padding:0 0 0 20px;
}
#newsListings .row {
	float:left;
	clear:both;
	width:600px;
	margin:0px 0px 20px 0px;
	position:relative;
}
#newsListings .newsimg_thumb {
	float:left;
	margin:0px 10px 0px 0px;
	padding:10px 0px 0px 0px;
	position:relative;
}
#newsListings .newsimg_thumb img.pin {
	position:absolute;
	z-index:50;
	left: 38px;
	top: -5px;
}
p.newsDate {
	background:url(../../images/news-headingBack.gif) top left no-repeat;
	width:600px;
	display:block;
	height:30px;
	line-height:30px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
p.newsDate a, p.newsDate span {
	color:#7e4400;
	text-decoration:none;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 0px 10px;
}
p.newsDesc {
	margin:0px;
	padding:20px 0px 0px 10px;
}
.newsImg {
	float:right;
	margin:0px 5px 10px 10px;
}
p.lightBrown {
	color:#bb8f66;
}
p.heading {
	font-size:1em;
	color:#7e4400;
	font-weight:bold;
}
.clear {
	clear:both;
}
input.go {
	margin:2px 0px 0px 10px;
}
/*------------Contact page-------------*/

#contactWrap {
	margin:20px 0px 0px 0px;
}
#contactForm {
	float:left;
	width:400px;
	background-color:#eadccf;
	position:relative;
}
#contactTop {
	float:left;
}
#contactBottom {
	float:left;
}
#contactDetail {
	float: right;
	width: 185px;
}
#contactDetail .growers-address {
	float: left;
	width:130px;
}
#contactContent {
	margin:0px;
	padding:0px 20px;
	float:left;
}
#contactForm .row {
	float:left;
	width:360px;
	margin:0px 0px 7px 0px;
}
#contactForm .row .name {
	float:left;
	width:70px;
	color:#7e4400;
	font-size:0.85em;
	text-align:right;
	height:20px;
	line-height:20px;
}
#contactForm .row .input {
	float:right;
	width:275px;
	position:relative;
}
#contactForm .row .input img.shed {
	width:28px;
	height:14px;
	position:absolute;
	top:-7px;
	right:-10px;
	padding:0px;
	margin:0px;
	z-index:3;
}
#contactForm .row .input img.shedMR {
	width:28px;
	height:14px;
	position:absolute;
	z-index:3;
	top:-7px;
	right:195px;
	padding:0px;
	margin:0px;
}
#contactForm .row .input input {
	width:266px;
	margin:0px;
	padding:0px;
	height:20px;
	position:relative;
	z-index:1;
}
#contactForm .row .input textarea {
	width:266px;
	margin:0px;
	padding:0px;
	height:70px;
}
#contactForm .submit {
	text-align:right;
	padding:5px 8px 0px 0px;
}
p.contactHead {
	background:url(../../images/contact-headingBack.gif) top left no-repeat;
	width:350px;
	display:block;
	margin:0px 0px 15px 0px;
	padding:5px 0px 10px 10px;
	color:#7e4400;
	font-weight:bold;
}
p.contactFMFhead {
	float: left;
	background:url(../../images/contact-FMFback.gif) top left no-repeat;
	width:160px;
	display:block;
	height:30px;
	line-height:30px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 10px;
	color:#7e4400;
	font-weight:bold;
}
p.contactHead img {
	margin:0px 0px 0px 0px;
}
img.values {
	margin:0px 0px 20px 20px;
	float:right;
}
/*------------Link Styles-------------*/

.linkStrawberry {
	margin:15px 0px 0px 0px;
	padding:0px 0px 0px 65px;
	background:url(../../images/linkStrawberry.jpg) no-repeat left;
	display:block;
	height:30px;
	line-height:30px;
	float:left;
}
.linkLeek {
	margin:0px;
	padding:0px 0px 0px 55px;
	background:url(../../images/linkLeek.jpg) no-repeat left;
	display:block;
	height:30px;
	line-height:30px;
}
/*--------------Accordion styling--------------*/	

.accordion_toggle a {
	width: 93%;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #7f4200;
	cursor: pointer;
	background:url(../../images/arrow.gif) no-repeat left;
	padding:0px 0px 0px 20px;
	border-bottom:1px solid #ccc;
}
.accordion_toggle_active a {
	color: #7f4200;
	background: url(../../images/arrowSelected.gif) no-repeat left;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 20px;
}
.accordion_content {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.accordion_content .postaddress {
	float: left;
	width: 200px;
	padding: 0 0 0 40px;
	font-size: 0.8em;
	background: url(../../images/icon-address.gif) top left no-repeat;
}
.accordion_content .telephone {
	float: left;
	width: 200px;
	height: 5em;
	padding: 5px 0 0 40px;
	font-size: 1em;
	font-weight: bold;
	background: url(../../images/icon-tele.gif) top left no-repeat;
}
.accordion_content p {
	margin: 0;
	padding: 7px 0 0 0;
}
/*.accordion_content {
	margin:0px;
	padding:0px;
}*/
.accordion_content ul {
	float: left;
	font-size: 0.8em;
	list-style: square !important;	
}
/*--------Map---------*/

#scotland_overlay {
	position:absolute;
	left: 7px;
	top: 0px;
	visibility:hidden;
}
#north_overlay {
	position:absolute;
	left: 64px;
	top: 112px;
	visibility:hidden;
}
#humberside_overlay {
	position:absolute;
	left: 90px;
	top: 145px;
	visibility:hidden;
}
#midlands_overlay {
	position:absolute;
	left: 72px;
	top: 187px;
	visibility:hidden;
}
#wales_overlay {
	position:absolute;
	left: 15px;
	top: 186px;
	visibility:hidden;
}
#east_overlay {
	position:absolute;
	left: 121px;
	top: 187px;
	visibility:hidden;
}
#southwest_overlay {
	position:absolute;
	left: 0px;
	top: 242px;
	visibility:hidden;
}
#southeast_overlay {
	position:absolute;
	left: 96px;
	top: 235px;
	visibility:hidden;
}
#scotland_overlay.index {
	position:absolute;
	left: 4px;
	top: 0px;
	visibility:hidden;
}
#north_overlay.index {
	position:absolute;
	left: 37px;
	top: 63px;
	visibility:hidden;
}
#humberside_overlay.index {
	position:absolute;
	left: 51px;
	top: 82px;
	visibility:hidden;
}
#midlands_overlay.index {
	position:absolute;
	left: 41px;
	top: 106px;
	visibility:hidden;
}
#wales_overlay.index {
	position:absolute;
	left: 8px;
	top: 106px;
	visibility:hidden;
}
#east_overlay.index {
	position:absolute;
	left: 69px;
	top: 106px;
	visibility:hidden;
}
#southwest_overlay.index {
	position:absolute;
	left: 0px;
	top: 137px;
	visibility:hidden;
}
#southeast_overlay.index {
	position:absolute;
	left: 55px;
	top: 134px;
	visibility:hidden;
}
.growerLocationMap {
	float:right;
	display:block;
	position:relative;
	z-index:3;
	width:99px;
}
#mapLocation {
	padding:0px 0px;
	margin:60px 0px 0px 0px;
	border-top:1px #CCCCCC solid;
}
#scotland_overlay img, #north_overlay img, #humberside_overlay img, #midlands_overlay img, #wales_overlay img, #east_overlay img, #southwest_overlay img, #southeast_overlay img {
	position:relative;
	float:left;
	cursor:pointer;
}
#scotland_wrapper, #north_wrapper, #humberside_wrapper, #midlands_wrapper, #wales_wrapper, #east_wrapper, #southwest_wrapper, #southeast_wrapper {
	position:relative;
	z-index:20;
	display:none;
	font-weight:bold;
	color:#7e4400;
}
#map_wrapper {
	float:left;
	position:relative;
	display:inline;
	z-index:1;
}
#column3 #map_wrapper {
	float:left;
	position:relative;
	left:45px;
	display:inline;
	z-index:1;
}
#county_wrapper {
	position: relative;
}
#county_name_wrapper {
	position: absolute;
	top: 0;
	left: 0px;
	width:200px;
	text-align:center;
}
#county_name_wrapperIndex {
	padding:0px 0px 5px 0px;
}
#column3 #county_name_wrapper {
	padding:10px 0px 0px 45px;
	height:1.5em;
	line-height:1.5em;
	width:174px;
	text-align:center;
}
.growers-telephone {
	line-height:27px;
	height:27px;
	font-size:1.1em;
	font-weight:bold;
	color:#bb8f66;
}
.growers-telephone img {
	float:left;
	margin:0px 10px 0px 0px;
}
.growers-email {
	float: left;
	width: 185px;
	margin: 0px 0px 10px 0px;
	line-height:27px;
	height:27px;
	font-size:0.8em;
	font-weight:bold;
	color:#bb8f66;
}
.growers-email img {
	float:left;
	margin: 0 5px 0 0;
}
.growers-addressWrap {
	float: left;
	margin:23px 0px 15px 0px;
	padding:0px;
}
.growers-address-icon {
	float:left;
	height:28px;
	width:43px;
}
.growers-address {
	float:left;
	width:200px;
}
.growers-address p {
	margin:0px;
	padding:0px;
}
.growers-address span {
	color:#7e4400;
}
.growersName {
	color:#7e4400;
	font-weight:bold;
}
/*---------- † stockists page † ----------*/

.region {
	float:left;
	height: 9em;
}
p.regionName {
	float:left;
	width:440px;
	background:url(../../images/stockists-headerBack.gif) left top no-repeat;
	height:32px;
	line-height:32px;
	margin:0px;
	padding:0px;
	font-size:0.9em;
	font-weight:bold;
	color:#7e4400;
}
.regionShape {
	float:left;
	width:110px;
	margin:10px 0px 0px 0px;
}
.region #region1 {
	float:right;
	width:325px;
	padding: 12px 0 0 0;
	font-size: 0.8em;
}
.region #region2 {
	float:right;
	width:325px;
	padding: 12px 0 0 0;
	font-size: 0.8em;
}
.region #region3 {
	float:right;
	width:325px;
	padding: 12px 0 0 0;
	font-size: 0.8em;
}
.region #region4 {
	float:right;
	width:325px;
	padding: 12px 0 0 0;
	font-size: 0.8em;
}
.region #region5 {
	float:right;
	width:325px;
	padding: 12px 0 0 0;
	font-size: 0.8em;
}
.region #region6 {
	float:right;
	width:325px;
	padding: 12px 0 0 0;
	font-size: 0.8em;
}
.region #region7 {
	float:right;
	width:325px;
	padding: 12px 0 0 0;
	font-size: 0.8em;
}
.region #region8 {
	float:right;
	width:325px;
	padding: 12px 0 0 0;
	font-size: 0.8em;
}

#noproducts_message {
	float: left;
	width: 650px;
	padding: 15px 0 0 30px;
	font-size: 0.9em;
	line-height: 1.5em;
}
ul.sitemapul {
	padding: 0 0 0 20px;
	font-size: 0.8em;
}
ul.sitemapul li {
	padding: 0 0 4px 0;
}
.specialbold  {
	font-size: 1em !important;
	padding: 0px 0px 30px 0px;
}
.specialbold strong {
	color: #60300D;
}
.emailhome {
	font-weight: normal !important;
	text-decoration: underline;
}
.stockist_summary {
	padding: 0 0 5px 0;
}
.gandptitle {
	margin: 4px 0 0 0;
}


#column2growers {
	width:350px;
	margin:0px 0px 0px 260px;
}

#column2growers {
	border-color:#caa888;
	background:url(../../images/boxBackgroundWide.gif) repeat-y;
}
#column2growers .boxTop {
	background:url(../../images/boxBackgroundTopWide.gif) no-repeat top left;
	height:25px;
	margin:0px 0px -10px 0px;
}
#column2growers .boxBottom {
	background:url(../../images/boxBackgroundBottomWide.gif) no-repeat bottom left;
	height:25px;
	margin:-10px 0px 0px 0px;
}
#column2growers .boxContent {
	padding:0px 20px;
}
img.charlie {
	float:right;
	margin:0px 0px 10px 10px;
	}

.recipe_summary {
	float: left;
	width: 495px;
	font-size: 0.8em;
	padding: 8px 0 0 5px;
}

#recipeList p {
	cursor:pointer;
}