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% 'Open Sans', 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: #8a004e;
}

.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;
	}


.roundbutton {
margin-left:6px;
  font-family: 'lato', sans-serif;
  color: #ffffff;
  font-size: 120%;
  padding: 8px 12px 8px 12px;
  text-decoration: none;
  border:0px;
}

.roundbutton:hover {
  background: #003a1d;
  text-decoration: none;
}

.cd-top {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 122, 61, 0.6) url(../image/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.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 {

  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: 13px;
  background: #8a004e;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  border:0px;
}

.add-cart:hover {
  background: #133800;
  text-decoration: none;
}


#button-plantDetails,
.button-plantDetails {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    float:right;
    padding: 9px 0px 9px 0px;
    border: 0px solid #9c0001;
	cursor:pointer;
    font-family: 'Lato', Tahoma, sans-serif;
    font-size:90%;
    color: #ffffff;
    background-color:#3b5049;
    text-decoration: none;
    width:100%;
}
#button-plantDetails:hover,
.button-plantDetails:hover,
#button-plantDetails:focus {
    border: 0px solid #5f0001;
	background-color: #98004e;
    color: #ffffff;
    text-decoration: none;
}
#button-plantDetails:active {
    background: #d4502a;
}

#button-plantDetails:visited {
    color: #ffffff;
}
