/*************************************************
 *                                               *
 *     STYLES FOR SEED SECTION & MENU PAGES      *
 *                                               *
 *************************************************/
 
/* CONTENT: Seed Landing
-------------------------------------------------- */
body.seeds-landing #content ul.section-menu {
  margin: 15px 0 0 5px;
}

/* CONTENT: Seed Group
-------------------------------------------------- */
#content .seedgroup {
	margin: 10px 0px 0px 3px; padding: 0px;  
	width: 198px; height:166px;
	float:left;
	text-align: center;
	position: relative;
	background: url(/images/templates/polaroid_small_a.jpg) 0px 21px no-repeat;  
}
#content .middle {
    margin: 10px 50px 0px 55px; padding: 0;
	background: url(/images/templates/polaroid_small_b.jpg) -2px 24px no-repeat;
}
#content .seedgroup img {
  position: absolute;
  width:168px;
  top: 57px; left: 11px;
}
#content .middle img {
  position: absolute;
  width:168px;
  top: 57px; left: 14px;
}
#content .seedgroup h3 {
  font-weight: bold;
  font-size: 13px;
  margin: 21px 0 0 0!important;
}
#content .seedgroup h3 em{
  color:#EFBE4A
}
#content .seedgroup h3 a { 
  color: #e0970b;
  text-decoration:none;
}
#content .seedgroup h3 a:hover {
  color: #9a6705;
}

/* CONTENT: SEED LIST
-------------------------------------------- */
body.seed-list #content{
  width:920px;
}
body.seed-list #intro{
   width:920px;
   margin:0px 0px 40px 0px; padding:0px;
   float:left;
}
body.seed-list #intro img {
	float:left;
	margin:0; padding:0;
	padding-right:10px;
}
body.seed-list #intro p {
  font-size: 14px; line-height:17px;
}
body.seed-list #content .listitem {
	margin: 0px 0px 25px 0px;  padding: 0px;  
	width: 230px;
  	height: 120px;
    overflow:hidden;
	float:left;
}
body.seed-list #content .listitem a img{
	width:86px;
	height:100px;
	padding:0; margin:0;
	float:left;
}
body.seed-list #content .listitem .listcontent {
	width:140px !important;
	padding-left:4px;
	float:left;
}
body.seed-list #content .listitem .listcontent h2 {
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #c65584;
	text-align: left;
	line-height:12px;
	width:140px !important;
    margin:0;
}
body.seed-list #content .listitem .listcontent p {
	font-size: 10.5px;  text-align: left;line-height:12px; color:#5a5a5a;
	width:140px !important;
	float:left;	
    margin:-5px 0 0 0 ;
}
body.seed-list #content .listitem .listcontent a {
    font-size: 11px;  text-align: left;line-height:12px; color:#c6558d;
    text-decoration: none;
    margin:0;
}
body.seed-list #content .listitem .listcontent a:hover{
    text-decoration: underline; 
}
#quick-find{
  float:right;
  }
#quick-find-menu{
padding-top:32px;
  margin-bottom:15px;
}
#quick-find,
#quick-find-menu{
  clear:left;
  display:block;
}
#quick-find-menu select,
#quick-find  select{
  width:180px;
  }

/* LANDING: SEED LANDING PAGE
-------------------------------------------- */
#content-zone #seed-types a {
	display: block;
	width: 300px;
	height: 178px;
	text-indent: -9999em;
	overflow: hidden;
}
#content-zone #seed-types a#flowers {
	background: url('../images/nz/buttons/seed-landing-flower.jpg') top left no-repeat;
}
#content-zone #seed-types a#vegetables {
	background: url('../images/nz/buttons/seed-landing-vegetables.jpg') top left no-repeat;
}
#content-zone #seed-types a#herbs {
	background: url('../images/nz/buttons/seed-landing-herbs.jpg') top left no-repeat;
}

#content-zone #seed-types a#flowers:hover {
	background: url('../images/nz/buttons/seed-landing-flower.jpg') bottom left no-repeat;
}
#content-zone #seed-types a#vegetables:hover {
	background: url('../images/nz/buttons/seed-landing-vegetables.jpg') bottom left no-repeat;
}
#content-zone #seed-types a#herbs:hover {
	background: url('../images/nz/buttons/seed-landing-herbs.jpg') bottom left no-repeat;
}

#content-zone .section-menu a {
	display: block;
	width: 320px;
	height: 160px;
	text-indent: -9999em;
	overflow: hidden;
}
#content-zone .section-menu a#whats-new {
	background: url('../images/nz/buttons/seed-landing-bottom-whats-new.jpg') top left no-repeat;
}
#content-zone .section-menu a#international-cuisine {
	background: url('../images/nz/buttons/seed-landing-bottom-international-cuisine.jpg') top left no-repeat;
}
#content-zone .section-menu a#balconies-and-courtyards {
	background: url('../images/nz/buttons/seed-landing-bottom-balconies-courtyards.jpg') top left no-repeat;
}
#content-zone .section-menu a#fun-for-kids {
	background: url('../images/nz/buttons/seed-landing-bottom-fun-for-kids.jpg') top left no-repeat;
}

#content-zone .section-menu a#whats-new:hover {
	background: url('../images/nz/buttons/seed-landing-bottom-whats-new.jpg') bottom left no-repeat;
}
#content-zone .section-menu a#international-cuisine:hover {
	background: url('../images/nz/buttons/seed-landing-bottom-international-cuisine.jpg') bottom left no-repeat;
}
#content-zone .section-menu a#balconies-and-courtyards:hover {
	background: url('../images/nz/buttons/seed-landing-bottom-balconies-courtyards.jpg') bottom left no-repeat;
}
#content-zone .section-menu a#fun-for-kids:hover {
	background: url('../images/nz/buttons/seed-landing-bottom-fun-for-kids.jpg') bottom left no-repeat;
}
