body {
    margin: 1px;
    padding: 0;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.cleartext {
    padding-top: 2px;
    color: #666666;
}

.cleartext:hover {
    cursor: pointer;
}

.pagesubtitle {
    font-size: 16px;
}

.bodystyle {
    font-size: 16px;
}

#planttypecontainer {
    padding-top: 7px;
}

#breadcrumbresultsummary {
    font-weight: normal;
    color: black;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;
    padding-top: 10px;
    position: fixed;
    top: 44px;
    height: 24px;
}

#powtitle {
    font-weight: bold;
    font-size: 13px;
    margin-top: 4px;
}

#powname {
    font-weight: bold;
    margin-top: 4px;
}

#powcommonname {
    font-style: italic;
    margin-top: 4px;
}

#homepage {
    height: 460px;
}

#searchcontainer {
    position: relative;
    width: 100%;
    height: 396px;
    padding-top: 30px;
    margin-top: 8px;
}

#searchtabs {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 440px;
}

#searchcontrols {
    position: absolute;
    top: 4px;
    left: 200px;
    width: 500px;
    height: 416px;
    overflow: hidden;
}

.searchcontrolspanel {
    width: 90%;
    height: 390px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#findcountpanel {
    padding-top: 4px;
    height: 31px;
    position: relative;
}

#sortbypanel {
    position: absolute;
    left: 0;
    top: 4px;
    height: 31px;
    width: 192px;
}

.resultsheadercell {
    display: table-cell;
    vertical-align: middle;
    height: 31px;
}

#plantcategorypanel {
    left: 192px;
    top: 4px;
    position: absolute;
    height: 31px;
}

#findresultspage {
    width: 100%;
    display: none;
    padding-top: 0;
}

#findplantspage {
    height: 408px;
    width: 100%;
    display: none;
    padding-top: 0;
    padding-bottom: 20px;
}

#mainhomecontainer {
    position: relative;
}

#buttonpanel {
    width: 280px;
    position: absolute;
    left: 0;
    top: 0;
}

#powpanel {
    position: absolute;
    margin-left: 280px;
    top: 8px;
    right: 0;
    width: 500px;
    height: 320px;
    text-align: center;
}

.mainbuttonspacer {
    height: 7px;
}

#loadmore {
    font-size: 24px;
    font-weight: bold;
}

#sitetitlediv img {
    max-height: 24px;
}