/*img { behavior: url(../images/iepngfix.htc) }*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;
}
* {	margin: 0px; padding: 0px;}
body {
	background-color: #FFF;
	color: #000000;
	font: normal 85% 'Trebuchet MS', Tahoma, sans-serif;	
	margin: 0px; padding: 0px;
	line-height: 1.25;
}
h1, h2, h3, h4, h5, h6 { font-family: 'Trebuchet MS', Tahoma, Sans-serif;  font-weight: bold;}
h1 {	font-size: 1.7em; margin: 0px 0px .4em 10px; color: #089a00; padding: 0px 0px 0px 5px; border-bottom: 1px solid #f2f2f2; }
h2 {	font-size: 1.5em; margin-bottom: .4em;}
h3 {	font-size: 1.4em; margin-bottom: .3em; color: #000;}
h4 {	font-size: 1.2em; margin-bottom: .3em; }
h5 {	font-size: 1.1em; margin-bottom: .25em;}
h6 {	font-size: 1.0em; margin-bottom: .25em; font-weight: normal;}
a { background: inherit; color: #089a00; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }
ul, ol {	margin: 10px 30px; padding: 0 15px;	}
ul li, ol li {	margin-bottom: 10px; line-height: 1.4em;	}
p { margin: 0px 0px 1.5em 0px; }
hr { margin: 5px 0px; }
em 
{
	font-weight: bold;
	font-style: italic;
}
img
{
	border-width:0px;
	margin: 4px;
}
blockquote { margin: 1.5em; color:#666; font-style:italic; }
.smaller {	font-size: .80em; margin-bottom: .25em; line-height: 1.0; }
.larger { font-size: 1.20em; margin-bottom: .5em; line-height: 1.5em; }
.red { color: red; }
.bold{	font-weight: bold;}
.centered {	text-align: center;}
/*** Table Styles ***/
table {
	border-collapse: collapse;
	/*margin: 10px 15px;	*/
}
th {
	background: #74A846;
	height: 28px;	
	color: #fff;
	text-align: left;
	font-weight: bold;
	/*
	padding-left: 10px;	
	padding-right: 11px;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;*/
}
tr {
	height: 28px;
}
td {
	/*padding-left: 10px;
	padding-right: 10px;
	 border-left: 1px solid #FFE1C3; 
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;*/
}
td.first,th.first {
	border-left: 0px;
}
tr.alt {
	background: #EFEFEF;
}
.fltRight
{
	float: right;
	margin-left: 5px;
}
.fltLeft 
{
	float: left;
	margin-right: 5px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.indent15
{
	text-indent: 15px;
}

.textbox 
{
	background-color: #FFFFFF;
	/*border: 1px solid #85A157;*/
}
.highlightTextbox 
{
	background-color: #FFFFAA;
	/*border: 1px solid #85A157;*/
	width: auto;
}
.good, .bad, .warning, .security
{
	padding: 5px 5px 5px 30px;
	margin: 5px 0px 0px 00px;
	text-align: left;
	display: block;
}
.good
{
	background: #CCFECC url(../images/good.gif) no-repeat;
	background-position: 5px 50%; /* x-pos, y-pos */
	border: 1px solid #009900;
}
.bad
{
	background: #FECCCC url(../images/error.gif) no-repeat;
	background-position: 5px 50%; /* x-pos, y-pos */
	border: 1px solid #FF3333;
	color: #990000;
}
.warning
{
	background: #FFFFCB url(../images/warning.gif) no-repeat;
	background-position: 5px 50%; /* x-pos, y-pos */
	border: 1px solid #FFFF00;
}
.security
{
	background: #FFFFFF url(../images/security_30.png) no-repeat;
	background-position: 5px 50%; /* x-pos, y-pos */
	border: none;
	padding-left: 35px;
	margin-bottom: 5px;
	font-weight: bold;
}

/** AJAX Progress Indicator **/
.ajaxProgressUpdating
{
	vertical-align: middle; width: 200px; text-align: center; margin: 0px auto; background-color: Black; color: White; border: 1px solid green;
	padding: 5px;
}

.post {
	margin: 0; padding: 0;
	background: #FFF url(gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .date {
	background: url('clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/*** Produce Listings ***/
.small, .med, .large
{
	width: 30%;	
	height: 530px;
	float: left;
	margin: 0px 6px 10px 6px;	
	text-align: center;
	padding: 5px;
}
.small {	background: #ffff99; }
.med {		background: #ffff66; }
.large {	background: #ffff33; }
.frequency { text-align: left; }
.frequency td { vertical-align: middle; padding-left: 50px; border: none; }
.frequency label { margin-left: 10px; }
.frequency label b { margin-left: 40px;}

.shoppingCartTable {	border: 1px solid black; }
.shoppingCartTable th { height: 20px; vertical-align: middle; font-size: 1.1em; }
.shoppingCartTable tr { height: 20px; font-size: .90em; }
.shoppingCartTable .footer { vertical-align: bottom; font-size: 1.1em; font-weight: bold; }

.shoppingCartTableReview {	border: 1px solid black; }
.shoppingCartTableReview th { height: 30px; vertical-align: middle; font-size: 1.2em; padding: 0px 5px; }
.shoppingCartTableReview tr { height: 25px; font-size: 1.0em; }
.shoppingCartTableReview td { padding: 0px 5px; }
.shoppingCartTableReview .footer { vertical-align: bottom; font-size: 1.2em; font-weight: bold; }

.inSeasonList ul 
{
	width: 700px;	
}
.inSeasonList ul li
{
	width:180px;
	margin:15px 0 0 0;
	padding:0 10px 0 0;
	line-height:15px;
	float:left;
	list-style: disc;
}

.superFruits li 
{
	margin: 0px 0px 5px 25px;
}
.superFruits p 
{
	margin-left: 25px;
}

/*** Calendar styles ***/
.calendar .ajax__calendar_container
{
	border: 1px solid green; background-color: #FFF; color: Red;
}
.calendar .ajax__calendar_header
{
	color: Black;
}
.calendar .ajax__calendar_active .ajax__calendar_day
{
	font-weight: bold; color: black;	
}
.calendar .ajax__calendar_dayname
{
	color: Black;
}
.calendar .ajax__calendar_today
{
	text-decoration: underline;
}
.calendar .ajax__calendar_other .ajax__calendar_day,
.calendar .ajax__calendar_other .ajax__calendar_month,
.calendar .ajax__calendar_other .ajax__calendar_year
{	
	color: #333333;
}

.calendarImg { vertical-align: top; padding: 0px; margin: 0px;}