/* Import the basket styles */

@import 'basket_styles.css';

/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 Tahoma, Arial, Verdana, sans-serif;
  background: #F4CFE5 url(../resources/images/page-background.jpg) no-repeat top left;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

h3 {
  font-size: 1.3em;
  font-weight: normal;
  margin-bottom: 10px;
}

h3 a {
	text-decoration: none;
	color: #000;
}

h3 a:hover {
	text-decoration: underline;
	color: #ff0000;
}

h4 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 12px;
}


p, li {
  font-size: 1.3em;
}


#content p {
	margin-bottom: 1.2em;
	padding-left: 14px;
	padding-right: 14px;
}

#content h1.sitewelcome {
	clear: both;
	text-indent: -5000px;
	background: url(../resources/images/welcome-to-pb.gif) no-repeat top center;	
}

#content h1 {
	clear: both;
}

#content h2 {
	margin-left: 10px;
 	margin-top: 10px;
 	margin-bottom: 10px;
}


#branding h1 {
  text-indent: -5000px;
}

#branding {
  background: url(../resources/images/bananas-header.jpg) no-repeat top left;
  height: 108px;
}

#topNav {
	height: 35px;
	top: 47px;
	text-align: right;
}

#footer {
  padding: 1px 20px;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
}

#wrapper {
  width: 874px; 
  margin: 0 auto; 
  text-align: left;
  background: #fff url(../resources/images/page-bg.gif) repeat-y left top;
}


#content { 
  width: 612px;
  float: right; 
  background: #fff url(../resources/images/content_bg.gif) no-repeat top left;
  padding-right: 30px;
}

#mainNav { 
  width: 225px; 
  float: left; 
  background-color: #FAEAF4;
  margin-right: 7px;
  margin-top: -5px;
} 

#footer { 
  clear: both; 
  margin: 0 auto;
  background: url(../resources/images/footer.gif) no-repeat top center;
  height: 25px;
} 

#footer img {
	border: 0;
}

/* Add some padding
================================== */

#mainNav {
  padding-top: 20px;
  padding-bottom: 20px;
}

#mainNav * {
  padding-left: 20px;
  padding-right: 20px;
}

#mainNav * * {
  padding-left: 0;
  padding-right: 0;
}

/* Top navigation styling */

#topNav ul {
	margin-top: 8px;
	margin-right: 20px;
	list-style: none;
	float: right;
	width: 600px;
}

#topNav li {
	display: inline;
	margin-right: -3px;
}

#topNav img {
	border: 0;
}

/* Side Navigation styling */

.adults {
	background: url(../resources/images/adults-nav.gif) no-repeat top right;
	min-height: 140px;
	margin-bottom: 40px;
}

.kids {
	background: url(../resources/images/kids-nav.gif) no-repeat top right;
	min-height: 100px;
}	

#mainNav ul {
	list-style: none;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 65px;
}

#mainNav li {
	padding-left: 10px;
}

#mainNav li a {
	text-decoration: none;
	color: #EC008B;
}

#mainNav li a:hover {
	text-decoration: underline;
}

.bunch-heading {
	background: url(../resources/images/your-banana-bunch.gif) no-repeat top left;
	text-indent: -5000px;
	height: 50px;
}

#banana-bunch {
	width: 80%;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #EC008B;
	padding: 4px;
	font-size: 0.8em;
}

#banana-bunch p {
	line-height: 18px;
}

/* Quotations markup */
blockquote {
width: 95%;
margin: 10px -20px 20px -10px;
background: url(../resources/images/left_quote.gif) 20px 0px no-repeat;
position: relative;
}

#gossip > blockquote {
margin-right: -40px;
}

p.quoteBody {
color: #363636;
font-size: 1.3em;
line-height: 1.4em;
padding: 20px 10px 10px 50px;
margin-left: 20px;
text-align: left;
background: url(../resources/images/right_quote.gif) bottom right no-repeat;
}

p.quoteCite {
color: #9d0a0e;
font-size: 0.8em;
font-weight: bold;
text-align: right;
padding-right: 15px;
padding-bottom: 10px;
margin-bottom: 0;
}

.homebuttons {
	float: left;
	width: 170px;
	text-align: center;
	margin-right: 10px;
}

#footer ul {
	list-style: none;
	margin-top: 26px;
	margin-left: 40px;
	font-size: 0.9em;
}

#footer li {
	display: inline;
	margin-right: 25px;
}

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

#footer li a:hover {
	text-decoration: underline;
	color: #ff0000;
}



/* Featured products  */

.featuredproducts {
	width: 180px; 
	float: left;
	margin: 8px;
}

.featuredcontent {
	border: 1px solid #EC008B;
	height: 200px;
}


.featuredimage {
	text-align: center;
	padding: 10px;
	height: 80px;
	margin-top: -5px;
}

.featuredimage img {
	border: 2px solid #EC008B;
}

.featuredproducts li {
 	font-size: 1.0em;
	margin-left: 15px;
	list-style: none;
}

.featuredproducts p {
 	font-size: 1.0em;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	height: 30px;
}

.featuredcontent a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.featuredcontent a:hover {
	text-decoration: underline;
}

.featuredmore {
	padding: 8px;
}

.featuredmore img { 
	border: none;
}

.featuredprice {
	color: #EC008B;
	font-size: 1.1em;
	margin-left: 5px;
}

/* Styles for Quick Search */

#quicksearchform {
	float: right;
	width: 275px;
	font-size: 1.2em;
	border: 1px dashed #EC008B;
	background-color: #FAEAF4;
	padding: 5px;
}

#quicksearchform .searchlabel {
	width: 70px;
	font-size: 0.8em;
	padding-top: 2px;
}

#quicksearchform .searchbox {
	width: 150px;
}

#quicksearchform .searchbutton {
	width: 30px;
	background-color: #FAEAF4;
	font-weight: bold;
	font-size: 0.8em;
	border: 2px solid #EC008B;
	padding: 2px;
}

/* General Form Styles */
/* Form Styling */

.clear {
  clear: both;
}

#content form {
  font-size: 1.4em;
}


/* fieldset styling */

#content fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	margin-left: 10px;
}

/* legend styling */

#content legend {
	font-weight: bold;
color: #000000;
}

#content form p {
  	position: relative;
	width: 80%;
	font-size: 0.85em;
}

/* style for  labels */

#content label {
	float: left;
	width: 8em;
	margin-bottom: 3px;
}

/* :KLUDGE: Explicitly set the width for IE6- */

* html .feedback{
  width: 10em;
}

#content input {
  width: 200px;
}

#content  input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#content  input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */

#content  input:focus, textarea:focus {
	background: #ffc;
}

#content  input.radio {
	float: left;
	margin-right: 1em;
}

#content  textarea {
	width: 300px;
	height: 100px;
}

#comments_form h2 {
	font-size: 0.65em;
}

#formoffers {
  	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#formoffers div {
  width: 15em;
  margin-left: -50px;
  float: left;
}

#formoffers label {
	margin-left: -65px;
  width: 3em;
  float: none;
  display: inline;
}

#formoffers p {
	margin: 0.3em 0;
}