html {
	height: 100%;
	margin: 0 0 1px;
}

body {
font-family: "Gill Sans", Calibri, Arial, sans-serif;
	background: #5A73B5;
	margin: 0;
	padding: 0;
font-size: 80%;
}

p.notice, 
p.construction {
	display: block;
	margin: .5em auto;
	padding: .2em .5em;
	text-align: center;
	border: 2px solid #fc3;
	width: 70%;
	background: #ffa;
}

p.actionnote {
	text-align: center;
	margin-bottom: .1em;
}

a {
	color: #369;
	text-decoration: none;
}

a:hover {
	color: #7A0001;
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 1.2em;
text-align: center;
}

h2, h3 {
	font-size: 1em;
	color: #000;
	padding: 0;
	margin-bottom: .5em;
}
li h3 {
color: #8F5811;
}

table {
    margin: .5em auto;
    border: 2px solid #F9B605;
padding: 4px 8px;
}
caption {
    font-weight: bold;
    font-style: italic;
}
tbody td {
    border-bottom: 1px solid #ccc;
text-align: center;
}
tbody td.text {
text-align: left;
}
tbody td.numeric {
text-align: right;
}
tr.last td {
    border: none;
}


abbr,
acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

blockquote {
	border: 1px solid #eee;
	font-size: .9em;
	margin: 5px 0 10px 5px;
	padding: 24px;
	background: transparent url(/images/layout/left_quote.gif) top left no-repeat;
	display: table;
}

blockquote.aside {
	float: right;
	clear: right;
	display: block;
	margin: 1em auto;
	width: 16em;
}

cite {
	font-style: italic;
	color: #666;
	display: block;
	text-align: right;
	margin-right: -24px;
	margin-bottom: -24px;
	padding: 0 24px 24px 0;
	background: transparent url(/images/layout/right_quote.gif) bottom right no-repeat;
}
body.store cite {
margin-right: -6px;
}

li cite {
	color: inherit;
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}

#content ul {
	margin: 0;
	padding: .5em 0 .5em 1em;
}

#content li {
	list-style: none;
	margin: 0 0 .3em 1em;
	padding: 0 0 0 12px;
	background: transparent url(/img/layout/bullet_blue.gif) 0 .35em no-repeat;
}

#content ul.horizontal {
	margin: 0 auto;
	padding: .2em 0;
	display: block;
	text-align: center;
}

#content ul.horizontal li {
	padding: 0 1em;
	background: none;
	margin: 0;
	display: inline;
}

/* structural elements are semantic, and mainly for non-visual UAs */
.structural {
	position: absolute;
	left: -9999em;
top: -9999em;
}

.clearing {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.hidden {
display: none;
}

#content p {
	line-height: 1.3;
}

#content div.central {
	float: none;
	display: block;
	margin: .5em auto;
	width: 550px; /* a default, should be overridden in most cases */
	text-align: center;
}

div.central img {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
}

/* photos are for images in the main content */
div.photo {
	float: right;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	margin: 0 0 0 1em;
	padding: 0 5px 5px 0;
	clear: right;
background: url(/images/layout/photo_bg.png) right bottom;
}
div.photo img {
border: 1px solid #666;
}

div.photo p {
	margin: .5em 0;
}

div.photo cite,
div.largephoto cite {
	font-weight: normal;
	font-size: 75%;
	color: #999;
	display: block;
	padding-top: .25em;
	text-align: center;
	margin: 0 0 0 .5em;
	padding: 0;
	background: transparent;
}
/* secondary class to make div.photo float left instead of right */
div.othersidephoto {
	float: left;
	margin: 0 1em 0 0;
clear: left;
}

div.largephoto {
	text-align: center;
	clear: both;
}

.term {
	font-weight: bold;
}


.saleprice {
color: red;
}


/* for visible meta-content about the page's main content */
.documentnote {
	font-size: .7em;
	color: #666;
	font-style: italic;
	text-align: center;
}

/* rules to allow a two-column list */
ul.columns li.odd {
	float: left;
	width: 15em;
}

ul.columns li.even {
	margin-left: 15em;
}



/*********** Layout ***************/
#pagewrap {
text-align: left;
background: #fff url(/images/layout/masthead_bg.jpg) top repeat-x;
}

#masthead {
height: 114px;
background: transparent url(/images/layout/masthead.jpg) left top no-repeat;
}
body.prunes #masthead {
background: transparent url(/images/layout/pruneguy_masthead.jpg) left top no-repeat;
}

#masthead p {
margin: 0;
}
#masthead a {
display: block;
height: 0;
padding-top: 100px;
width: 500px;
overflow: hidden;
}

#contentwrap {
max-width: 1100px;
min-width:760px;
	margin: 0 auto;
	background: #fff;
}

#content {
width: 75%;
clear: none; 
float: right;
	padding: .5em 1em 2em;
	text-align: left;
font-size: 1.1em;
}
#content p {
line-height: 1.4;
}


#footer {
	text-align: center;
background: url(/images/layout/footer_bg.jpg) bottom repeat-x;
padding: 0 0 40px;
}
#footer p {
margin: 0;
}
#bottomShadow {
margin: 0;
height: 20px;
background: url(/images/layout/footer_bg_shadow.png) top repeat-x;
}

#lasthomelink {
position: absolute;
left: -3000px;
top: -1000px;
}
#footer a {
color: black;
}

#credit {
    position: absolute;
    left: -9999em;
top: -9999em;
}

/******************************* Navigation *********************************/
#navwrap {
}

#nav {
	width: 100%;
font-family: "Gill Sans", Cambria, Arial, sans-serif;
position: absolute;
top: 94px; right: 0;
}

#nav, 
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
height: 24px;
text-align: right;
float: right;

}


#nav li {
display: inline;
	margin: 0 1em 0 0;
	padding: 0;
}

#nav li a.primary {
color: #fff;
font-weight: normal;
font-size: 1.05em; /* just a hair bigger */
}

#nav li a.primary:hover {
color: #fc3;
text-decoration: underline;
}


#nav li ul {
	position: absolute;
	z-index: 99;
	left: -999em;
	background: #FDF1D4;
	width: 16em;
font-family: "Gill Sans", Cambria, Arial, sans-serif;
	font-size: 90%;
	border: 2px solid #ccc;
height: auto;
}

#nav li ul li {
	margin-left: 0;
width: 100%;
text-align: left;
}


#nav li:hover ul, 
#nav li.sfhover ul {
	left: auto;
}

#nav li ul li a {
	padding-left: 12px; /* to make room for the bluegraydot in the next declaration */
	display: block;
	height: auto;
}

#nav li ul li a:hover {
	background: #F9D47E url(/images/layout/nav/bullet_blue.gif) 1px .5em no-repeat;
	text-decoration: underline;
}

#nav li ul ul {
	width: 10em;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul {
	top: 0; 
	left: -999em;
	z-index: 100;
}

#nav li ul li:hover ul,
#nav li ul li.sfhover ul {
	left: 100%;
}

ul#nav li#navhome a.primary:hover,
ul#nav li#navskincare a.primary:hover,
ul#nav li#navaboutus a.primary:hover,
ul#nav li#navthepruneguy a.primary:hover,
ul#nav li#navfarmblog a.primary:hover,
ul#nav li#navnavcontact a.primary:hover {
	background: transparent;
}

#productslist {
float: left;
width: 20%;
font-family: "Gill Sans", Cambria, Arial, sans-serif;
}
#productslist h3 {
color: #666;
font-style: italic;
margin-left: 15px;
}

#productslist ul,
#productslist li {
list-style: none;
margin: 0;
padding: 0;
}
#productslist li {
margin: 0 0 .4em 20px;
}
#productslist li a {
font-weight: normal;
font-size: 1.1em;
}


#slideshowwrapper {
float: right;
width: 250px;
margin: 0 5px .5em 1.5em;
}

#allTestimonials p.testimonialProduct {
margin: 0;
font-style: italic;
}

/********** form elements *********/
form {
	margin: .5em auto;
	text-align: center;
	border: none;
}

fieldset {
	text-align: left;
border: 1px solid #ccc;
	margin-bottom: 1em;
	padding-bottom: .5em;
background: #eee;

}

legend {
	font-size: 1.1em;
	font-weight: bold;
	color: #F19C4A;
}

form div {
	clear: both;
	padding-top: .3em;
}

form div div {
	padding-top: .2em;
}

div input,
div select {
	display: block;
}

div.radiogroup input {
	margin-left: 1em;
}

textarea {
	width: 96%;
	height: 8em;
	margin: 0 auto;
	display: block;
	clear: left;
	float: none;
}

div.error {
	border: 1px solid red;
	background: #FFCFCF;
}

div.error p {
	margin: 0 0 .2em;
	text-align: center;
}

fieldset label,
fieldset p {
	margin-left: 1em;
	float: left;
margin-right: 1em;
}

.required {
	padding-right: 8px;
	background: url(/images/layout/tiny_star.gif) top right no-repeat;
	font-weight: bold;
}

.button {
	float: none;
	display: block;
	margin: .5em auto;
	width: 0;
height: 0;
padding: 34px 162px 0 0;
overflow: hidden;
	border: none;
	background: #fff url(/images/layout/submit_button.jpg) center top no-repeat;
color: white;
}

.button:hover {
	background: #fff url(/images/layout/submit_button_f2.jpg) center top no-repeat;
}
#makeareturn {
background-image: url(/images/layout/return_button.jpg);
}
#makeareturn:hover {
background-image: url(/images/layout/return_button_f2.jpg);
}

div.radiogroup {
	clear: right;
	margin-left: 15em;
}

div.checkboxgroup input,
div.radiogroup input {
	float: left;
	width: 2em;
	padding: 0;
	margin: 0;
}

div.radiogroup label {
	width: 8em;
	margin-right: 2em;
	float: left;
	font-weight: normal;
}

div.checkboxgroup {
	margin-left: 4em;
}

div.checkboxgroup div.checkboxitem {
	clear: left;
	display: block;
}

div.checkboxitem label {
	float: left;
	margin-right: 1em;
	font-weight: normal;
}

div.checkboxitem label {
	padding-top: 2px;
}

input.smallnum {
width: 3em;
}


/***** Calendar Styles *****/
div.calendar-add {
	width: 16px;
	height: 16px;
	float: right;
}

div.calendar-add a img {
	border: none;
}

div.calendar {
	font-size: .9em;
}

div.calendar-item {
	clear: both;
	margin-left: 20px;
	border-top: 1px dashed #ccc;
	padding: .5em 0;
}
div.calendar-item .itemtitle {
font-weight: bold;
}

div.calendar div.first {
	border: none;
}

div.calendar h3 {
	font-size: 1.1em;
}

div.calendar h4 {
	font-size: 1em;
	float: left;
	margin-top: 0;
	margin-bottom: .2em;
	width: 15em;
}

div.calendar h4 span.time {
	display: block;
	font-weight: normal;
}

div.calendar-item p {
	margin: 0 0 0 16em;
}

body#calendar p.intro a {
	margin: 0 .5em;
}

div.calendar-item div.clearing {
	height: 1px;
}

div.calendar-item p.time {
	float: right;
	margin: 0;
}

div.calendar a.itemtitle {
	color: black;
}

div.calendar a.itemtitle:hover {
	color: #806000;
}

/***************** nice titles *******************/
div.nicetitle {
	border: 2px solid #254B72;
	background-color: #369;
	color: #eee;
	font: normal 1em/1.1em Arial, Helvetica, sans-serif;
	text-align: left;
	left: 0;
	padding: 7px;
	position: absolute;
	top: 0;
	width: 15em !important;
	z-index: 100; /* changes: */
	width: auto; /*min-width:100px; */
	height: auto;
}

div.nicetitle p {
	margin: 0;
	padding-bottom: 3px;
	width: 15em; /* IE needs this to be set too */
}

div.nicetitle p.destination {
	color: #fff;
	font-weight: normal;
	font-size: .8em;
	padding-bottom: 0px;
	text-align: left;
}

div.entry {
width: 70%;
}
div.entry h3.date {
font-size: 90%;
border-bottom: 2px solid #ccc;
width: 80%;
margin-bottom: .3em;
}
div.entry h2.title {
}


/***************** Products ********************/

table.productslist {
border: none;
}
table.productslist thead {
display: none;
}
table.productslist td {
padding: 2px .5em;
vertical-align: center;
}

/****** Product Details **************/
div.ingredients {
border: 1px solid #ccc;
font-size: 90%;
padding: .5em 1.5em;
margin-bottom: 4em;
clear: left;
}

span.itemtitle {
font-weight: bold;
}

div.testimonials {
}
div.testimonials blockquote {
margin-top: 1em;
border: none;
padding-bottom: 0;
font-style: italic;
}

#content div.testimonials p {
line-height: 1.2;
margin: .5em 1em;
}
#content div.testimonials p.testimonialcustomer {
text-align: right;
margin-right: 3em;
margin-top: 0;
}


div#productDetailPhoto{
float: left;
width: 250px;
margin-bottom: 1em;
}
div#productDetailPhoto span {
display: block;
width: 120px;
margin: 0 auto;
height: 0;
padding-top: 20px;
overflow: hidden;
background: url(/images/layout/widgets/view_larger.jpg) center top no-repeat;
}
div#productDetailPhoto a {
color: white;
}
div#productDetailPhoto img {
display: block;
margin: 0 auto;
}

#productDescription,
div.ingredients {
}

#commerceBlock fieldset {
border: none;
}
#commerceBlock {
border: 2px solid #fc3;
border-width: 2px 0;
margin: 1.5em 0;

}

#addToCartButton {
margin: 0 auto .5em;
}

a.viewcart {
font-size: 80%;
}

#theLongStory {
width: 60%;
margin-left: 2%;
margin-right: 2%;
float: left;
padding-bottom: 2em;
}

#pruneDescriptions div {
clear: both;
padding-top: 1em;
}
#pruneDescriptions div.photo {
padding-top: 0;
}

div.prunePkg { 
width: 45%; 
float: left; 
margin-left: 4%;
}
div.prunePkg h4 {
margin: 0;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/jss/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/jss/lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

div.entry {
margin-top: 1.5em;
}

div.entry h2 {
margin: .25em 0;
font-size: 1.1em;
}