/*
Fruit 4U radical overhaul - kicking and screaming into the 21st century!
*/

/* the big reset
------------------------------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong	{
	font-weight: bold;
	}

select {
	font-size: 1em;
	}

input	{
	font-size: 1.1em;
	}
	
/* layout
------------------------------------------------------ */

body {
	padding: 0 0 10px 0;
	background-color: #28394b;
	background-color: #bbbf65;
	color: #381719;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 62.5%;
	text-align: center;
	}
	
#wrapper	{
	margin: 0;
	}

#page	{
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: #f7ffda;
	}
	
hr 	{
	clear: both;
	height: 1px;
	padding: 0;
	margin: 0;
	border: 0;
	visibility: hidden;
	margin: -1px 0 0 0;
	}
	
/* header
------------------------------------------------------ */
#header	{
	width: 609px;
	height: 28px;
	padding: 140px 151px 0 0;
/*	background: transparent url(graphics/christmas-fruit-4U.jpg) no-repeat left top; */
	background: transparent url(graphics/fruit-4U-header-bg.jpg) no-repeat left top; 
	}

#header h1	{
	font-size: 13px;
	line-height: 1em;
	padding: 5px 0 5px 15px;
	color: #fbebd7;
	text-align: center;
	}

/* !main menu
------------------------------------------------------ */
#main-menu	{
	
	}

#main-menu ul	{
	margin: 0;
	float: left;
	}

#main-menu ul li	{
	float: left;
	background-color: transparent;
	}

#main-menu ul li a	{
	display: block;
	text-decoration: none;
	}

/* variations - top menu  */

#main-menu ul.menu	{
	width: 760px;
	background: #11400f url(graphics/menu-top-bg.png) repeat-x left top;
	}

#main-menu ul.submenu	{
	width: 760px;
	background-color: transparent;
	border-bottom: 1px solid #11400f;
	}

#main-menu ul.menu li	{
	width: 95px;
	}

#main-menu ul.menu li a	{
	font-size: 1.2em;
	line-height: 1em;
	height: 1.2em;
	padding: 0.8em 0;
	border-left: 1px solid #11400f;
	border-right: 1px solid #717a38;

	text-align: center;
	color: white;
	}


#main-menu ul.menu li a:hover	{
	background-color: #acb66b;
	border-left: 1px solid #717a38;
	border-right: 1px solid #11400f;
	color: #000;
	}

/* !variations - sub menu  */

#main-menu ul.sub-menu	{
	width: 760px;
	background-color: transparent;
	border-bottom: 1px solid #f90;
	}

#main-menu ul.sub-menu li.date	{
	width: 380px;
	padding: 0.6em 0;
	font-size: 1.2em;
	}

#main-menu ul.sub-menu li.date p{
	margin-left: 15px;
	color: black;
	}

#main-menu ul.sub-menu li.view-cart, #main-menu ul.sub-menu li.empty-cart	{
	width: 126px;
	}

#main-menu ul.sub-menu li.checkout	{
	width: 128px;
	}

#main-menu ul.sub-menu li a	{
	padding: 0.6em 5px 0.6em 24px;
	font-size: 1.2em;
	color: black;
	}

	
li.view-cart a	{
	background: transparent url(graphics/view-cart.png) no-repeat 0 0.4em;
	}

li.empty-cart a	{
	background: transparent url(graphics/empty-cart.png) no-repeat 0 0.4em;
	}

	
li.checkout a	{
	background: transparent url(graphics/checkout.png) no-repeat 0 0.4em;
	}

#main-menu ul.sub-menu li a:hover	{
	color: #e20;
	}


/* !basket-menu
------------------------------------------------------ */

#basket-menu	{
	width: 144px;
	padding: 5px 0 0 8px;
	float: left;
	clear: left;
	line-height: 1em;
	}

#basket-menu div	{
	margin: 10px 0;
	border: 1px solid #717a38;
	background-color: white;
	}

#basket-menu div h2	{
	padding: 5px;
	font-weight: bold;
/*	background-color: #da5716; */
	background-color: #717a38;
	color: white;
	text-align: center;
	}

#basket-menu h3	{
	font-weight: bold;
	padding: 5px;
	font-size: 1.1em;
	}

#basket-menu h3	a{
	text-decoration: none;
	color: black;
	}

#basket-menu h3	a:hover{
	text-decoration: underline;
	}

#basket-menu div img	{
	display: block;
	margin: 5px auto;
	width: 140px;
	}

#basket-menu div p a	{
	color: black;
	text-decoration: none;
	}

#basket-menu div p a:hover	{
	text-decoration: underline;
	}


#basket-menu ul li	{
	border-bottom: 1px solid white;
	}

#basket-menu ul li a	{
	display: block;
	text-decoration: none;
	color: black;
	padding: 5px;
	background-color: #fbebd7;
	}

#basket-menu ul li a:hover	{
	background-color: #f3c2aa;
	}

#basket-menu p	{
	margin: 5px;
	line-height: 1.3em;
	}

	
/* !content
------------------------------------------------------ */
#content	{
	float: left;
	}
	
.narrow	{
	padding: 10px 20px;
	width: 410px;
	}
	
.wide	{
	padding: 10px 0 10px 10px;
	width: 580px;
	}

#content h2	{
	margin: 5px 0 0.6em 0;
	padding: 5px;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	background-color: #d65913;
	color: white;
	}

#content h3	{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.6em;
	}
	
#content h4	{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.6em;
	}


#content p, #content address {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 0.6em 0;
	}

#content dl	{
	margin: 0 0 0.6em 0;
	}

#content dt	{
	margin: 0 0 0.4em 0;
	font-weight: bold;
	font-size: 1.2em;
	}

#content dd	{
	margin: 0 0 0.4em 25px;
	font-size: 1.2em;
	line-height: 1.4em;
	}


#content strong	{
	font-weight: bold;
	}

#content blockquote	{
	font-style: italic;
	margin-left: 1em;
	}

#content div	{
	margin: 0.6em 0;
	border: 1px solid #c2c194;
	background-color: #fefeeb;
	padding: 5px;
	overflow: auto;
	}

#content img.left	{
	float: left;
	margin: 0 10px 5px 0;
	}

/* home page product listing */

table#home-products	{
	margin: 5px 0;
	border-collapse: collapse;
	}

table#home-products td	{
	background: transparent url(graphics/product-bg-184.png) no-repeat left bottom; 
	padding-bottom: 10px;
	width: 194px; 
	vertical-align: top;
	}

table#home-products td h3{
	padding: 5px;
	width: 174px;
	font-weight: bold;
	background: #da5716 url(graphics/product-head-184.png) no-repeat left top;
	color: white;
	text-align: center;
	}

table#home-products td h3 a{
	color: white;
	text-decoration: none;
	}
table#home-products td div{
	border: 0;
	}


table#home-products td h3 a:hover{
	color: black;
	}

table#home-products td p, table#home-products td form {
	margin: 5px 18px 5px 8px;
	font-size: 1.1em;
	}

table#home-products td form div {
	background-color: transparent;
	}


table#home-products td p.price{
	font-size: 1.6em;
	color: #e20;
	}

table#home-products td img	{
	display: block;
	margin: 5px auto;
	}

/* product details and lists */

#content ul.product-list li	{
	overflow: auto;
	background-color: white;
	border: 1px solid #c2c194;
	padding: 8px;
	margin: 10px 0;
	}

#content ul.product-list li a img{
	float: right;
	margin: 0 0 0 8px;
	}

#content ul.product-list li form{
	}
	
#content ul.product-list li form div{
	background-color: transparent;
	border: 0;
	}

#content ul.product-list li p.price	{
	font-size: 1.6em;
	color: #e20;
	margin-right: 20px;
	}

/* !cart tables	*/

table.cart	{
	margin: 10px 0;
	width: 400px;
	border-collapse: collapse;
	}

table.cart td, table.cart th	{
	margin: 4px 0;
	padding: 8px;
	border-bottom: 1px solid #c2c194; 
	font-size: 1.1em;
	background-color: #fefeeb;
	}

table.cart th	{
	font-weight: bold;
	text-align: center;
	}

table.cart td	{
	text-align: center;
	}

table.cart td.alignright	{
	text-align: right;
	}

table.cart td.alignleft	{
	text-align: left;
	}


/* !news */

#content div.news-item	{
	border: 0;
	border-bottom: 1px solid #e20;
	background-color: transparent;
	}

#content div.news-item div.entry	{
	border: 0;
	margin: 0 0 0.6em 0;
	padding: 0;
	background-color: transparent;
	}


#content div.news-item h3	{
	font-size: 1.6em;
	font-weight: bold;
	}


#content div.news-item p.start-date	{
	margin: 1em;
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	
	}

/* !Checkout */

fieldset.checkout	{
	margin: 2em 0;
	}

fieldset.checkout legend {
	font-weight: bold;
	font-size: 1.2em;
	margin: 1em 0;
	padding: 0 0 5px 0;
	}

#content form fieldset.checkout div	{
	border: 0;
	margin: 1px 0;
	padding: 2px 0;
	}

#content form fieldset.checkout div.error	{
	border: 2px solid red;
	}

fieldset.checkout label	{
	font-weight: bold;
	font-size: 1.1em;
	width: 120px;
	display: block;
	float: left;
	padding-top: 3px;
	}

form.simple-submit	{
	margin: 1em;
	font-size: 1.1em;
	}

/* !links */

ul#links	{
	margin: 1em 0;
	}

ul#links li	{
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
	}
	
/* more
------------------------------------------------------ */
#more	{
	width: 150px;
	float: left;
	margin: 5px 0;
	}

#more div	{
	margin: 10px auto 15px auto;
	}

#more div img	{
	display: block;
	margin: 0 auto;
	}


#more div.line	{
	background-color: white;
	border: 1px solid #717a38;
	padding: 8px;
	}


/* !minicart */

#more div#mini-cart	{
	background-color: #fefeeb;
	border: 1px solid #717a38;
	padding: 0;
	}
	
#more div#mini-cart	h2	{
	padding: 5px;
	font-weight: bold;
	background-color: #717a38;
	color: white;
	text-align: center;
	}

#more div#mini-cart	p, #more div#mini-cart ul	{
	margin: 10px 5px;
	}

#more div#mini-cart ul 	{
	border-top: 1px dotted black;
	}


#more div#mini-cart ul li	{
	border-bottom: 1px dotted black;
	padding: 5px 5px 5px 20px;
	text-indent: -20px;
	}
	

#more div#mini-cart div.minicart-view a, #more div#mini-cart div.minicart-checkout a	{
	display: block;
	margin: 5px 5px 5px 15px;
	padding: 5px 0 5px 24px;
	text-decoration: none;
	color: black;
	}

#more div#mini-cart div.minicart-view a	{
	background: transparent url(graphics/view-cart.png) no-repeat 0 2px;
	}

#more div#mini-cart div.minicart-checkout a	{
	background: transparent url(graphics/checkout.png) no-repeat 0 2px;
	}

#more div#mini-cart div.minicart-view a:hover, #more div#mini-cart div.minicart-checkout a:hover	{
	text-decoration: underline;
	}


	
/* footer
------------------------------------------------------ */
#footer	{
	clear: both;
	padding: 10px;
	border-top: 3px solid #28394b;
	}

#footer p	{
	margin: 0.6em 0;
	}

.credit	{
	text-align: right;
	}

#footer a	{
	text-decoration: none;
	color: black;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
