.pbr
{
	position: relative;
  top:-15px;
  right:10px;
	
}
.registered
{
	float:right;
}

.plantTitle
{
	display:inline;
	float:left
}

#FeatureHot .button
{
	margin-right:20px
}

#GrowingCons {
    float:left;
    width:100%;
    margin-bottom: 50px
}

#GrowingCons div {
    background-image:url('Images/growing-conditions.png');
    float:left;
    height:55px;
    text-align: center;
    margin-top:15px;

    width:90px;
    font-size: 11px
}

    #GrowingCons div.full-sun {
        background-position:bottom;
        background-image:url('Images/icons/full-sun-logo-30x30px.png');
        background-repeat: no-repeat;
    }

     #GrowingCons div.part-shade {
        background-position:bottom;
        background-image:url('Images/icons/part-shade-logo30x30px.png');
        background-repeat: no-repeat;
    }

    #GrowingCons div.dry {
        background-position:bottom;
        background-image:url('Images/icons/dought-tol-logo30x30px.png');
        background-repeat: no-repeat;
    }

     #GrowingCons div.height {
        background-position:bottom;
        background-image:url('Images/icons/height-logo30x30px.png');
        background-repeat: no-repeat;
    }

     #GrowingCons div.spread {
        background-position:bottom;
        background-image:url('Images/icons/spread-logo30x30px.png');
        background-repeat: no-repeat;
    }

     #GrowingCons div.compact {
        background-position:bottom;
        background-image:url('Images/icons/compact-logo30x30px.png');
        background-repeat: no-repeat;
    }

     #GrowingCons div.frost-hardy {
        background-position:bottom;
        background-image:url('Images/icons/frost-logo30x30px.png');
        background-repeat: no-repeat;
    }

      #GrowingCons div.coastal {
        background-position:bottom;
        background-image:url('Images/icons/coastal-logo30x30px.png');
        background-repeat: no-repeat;
    }

     #GrowingCons div.full-shade {
        background-position:bottom;
        background-image:url('Images/icons/full-shade-logo30x30px.png');
        background-repeat: no-repeat;
    }
     #GrowingCons div.ground-cover {
        background-position:bottom;
        background-image:url('Images/icons/ground-cover-logo30x30.png');
        background-repeat: no-repeat;
    }
     #GrowingCons div.containers {
        background-position:bottom;
        background-image:url('Images/icons/containers-logo-30x30px.png');
        background-repeat: no-repeat;
    }
  #GrowingCons div.native {
        background-position:bottom;
        background-image:url('Images/icons/native-logo30x30px.png');
        background-repeat: no-repeat;
    }


    
    

.hiddencontent {
	padding:10px 10px 10px 0px;
	background:transparent;
	display:none;
	line-height:18px;
	}
	
#jnav {
	   
	   
	   }
	

   #jnav a, #jnav a:active, #jnav a:visited  {
	display:block;
	font-size:15px!important;
	float:left;
	padding:8px 20px;
	color:white;
	margin-right:12px;
	text-decoration:none;
	outline:none;
	background-color:#666666;
	border-radius:5px;
  line-height: 15px
	}
  #jnav a.selected, #jnav a.selected:active, #jnav a.selected:visited {
	background:#3AB54A;
	color:#fff;
	text-decoration:none;
	outline:none;
	border-radius:5px
	}
#jnav a:hover
{
	background-color:#000;
}

.TopR img.labelR
{
	float:right!important;
	margin:40px 0;
	border: 1px solid #CCCCCC;
}

.Suggested
{
	width:100px;
	float:left;
    height:160px;
	margin:20px 0 5px 10px;
}

.Suggested p
{
	font-size:11px;
	line-height:normal;
  min-height: 40px
	
}

.Suggested img, .hotPlants img
{
	border: 2px solid #EFEEE8;
    /*padding: 2px;*/
}
input.SearchAll
{
	height: 30px;
	width:460px;
	margin: 13px 0 0 140px;
	font-size: 14px;
	padding-left: 10px
}

::-webkit-input-placeholder {
   color: #CCC;
   
}

:-moz-placeholder { /* Firefox 18- */
   color: #CCC; 
    
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #CCC;
     
}

:-ms-input-placeholder {  
   color: #CCC;
    
}	
.hotPlants
{
	margin: 0 0 20px 0; 
}
#plantshead h3, #plantshead h4
{
	display: inline-block;
}
.plantsearch
{
	width: 100%;

	
	padding: 10px 10px 10px 15px;
	color:white;
	background-color:#666666;
	border-radius:5px;
	display:block;
	cursor:pointer;
	margin:5px 0;
	border-radius: 5px; 
}

.plantsearch:hover
{
	background-color:black;
	color:white;

}
.plantsearch.selected:hover
{
  
  color:inherit;

}
h3.hot
{
	margin-top: 5px;
	
}
.CollectBut .button
{
	margin:4px 0;
	width: 100%
}
#backMenu a.supportTabs:hover
{
  background-color: #2d2d2a
}
#backMenu
{
  z-index: 9999
}

/*media queries below*/
@media screen and (max-width: 1200px) and (min-width: 992px) {

.Suggested
{
  margin:20px 0 5px 0px!important
}
}