ul.alphaList {
	width: 100%;
	padding: 0;
	background-color:#f3f0e3;
	margin:12px 0px;
}

	ul.alphaList li {
		float: left;
		display: inline-block;
		font-size: 15px;
		padding: 10px 20px;
		text-align: center;
		background-color:#f3f0e3;
	}
	
	ul.alphaList li a {
		text-decoration: none;
		
		color: black;
		font: normal bold 15px/100% 'Merriweather', sans-serif;
	}
	
	ul.alphaList li:hover {
		text-decoration: none;
		color: #FFF;
		background-color: #007a3d;
	}
	
	ul.alphaList li:hover a {
		color: white;
	}
	
	ul.alphaList li.all {
		float: right;
	}
	
	ul.alphaList li.current,
	ul.alphaList li.current a {
		color: #FFF;
		background-color: #003b1d;
	}
	
#plantListContainer{
	width: 1100px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

	.plantListBlock {
		width: 240px;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		margin: 0 16px 10px 0;
		padding: 0px !important;
	}
	
	.plantListBlock img {
		margin-bottom: 10px;
		padding: 0px !important;
	}

	h3.plantListTitle {
		width: 100%;
		padding-top:7px;
	}
	
	h3.plantListTitle a,
	h3.plantListTitle a:hover {
		text-decoration: none;
		line-height: 140%;
		font-size: 110%;
		color: #007a3d;
		font-weight:600;
		font-family:'PT Sans', sans-serif;
	}
	
	h3.plantListTitle a:hover {
		color: black;
	}

	h4.plantListSubtitle {
		color: black;
		font-size: 95%;
		font-weight: normal;
		font-style:italic;
		font-family:'PT Sans', sans-serif;
	}
	
span.plant {
	font-weight: bold;
	color: #254000;
}

.plantSummary,
#plantSummary {
	padding:0px 0px 10px 20px;
}

ul#plantAttributes  {
	list-style-type: none;
	padding-left: 0px;
}

#nextPrev {
	float: right;
	font-weight: normal;
	font-size:90%;
}

.plantCatLinks {
	float: left;
	font-weight: normal;
	font-size:90%;	
}
	
	.plantCatLinks a {
		color: #9b9b9b;
		text-decoration: none;
	}
	
	.plantCatLinks a:hover {
		color: #007a3d;
	}

/* ===== Plant Characteristics ===== */
#plantChars {
	float: left;
	max-width: 580px;
	margin: 1em 0;
}
	#plantChars .sectionHeader {
		margin-bottom: 10px;
	}
	
	#plantChars h4 {
		color: #61C027;
	}
	
	#plantChars .charBlock {
		display: inline-block;
		vertical-align: top;
		width: 65px;
		text-align:center;
		font-size:70%;
		line-height: 110%;
		padding: 0.25em 0;
		margin:0.25em 0.45em 1.5em 0.45em ;
	}
	
	#plantChars .charIcon {
		display: inline-block;
		vertical-align: top;
		width: 40px;
		text-align:center;
		height:40px;
	}
		#plantChars .charBlock ul {
			font-size: 60%;
			margin: 0.25em 0;
			padding: 0;
		}
		
		#plantChars .charBlock li {
			color: #61C027;
			list-style: none;
			line-height: 150%;
			margin-left: 1em;
		}



	img.char {
	 	border:0px;
	 	width:40px;
	 	height:40px;
	 	margin:0px 0px 0px 0px;
	}





.no-touch .cd-top:hover {
  background-color: #007a3d;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}


.add-cart {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: 'Merriweather', sans-serif;
  color: #ffffff;
  font-size: 13px;
  background: #7f995c;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  border:0px;
}

.add-cart:hover {
  background: #5a703c;
  text-decoration: none;
}