


#categoryTitle {
    float: left;
    padding: 10px;
    color: #000;
}

#categoryDescription {
    text-align: left;
    padding: 10px;
    font-size: 1.1em;
}

/**
  *
  * Category Navigation Styles
  *
**/

div.searchPageNav1
{

    background-color: #EEDDCC;
    margin: 5px auto;
    padding: 8px;
    overflow: auto;

}

div.searchPageNav1 div,
    div.searchPageNav1 form {
    float: left;
    width: 24.9%;
}

div.searchPageNav1 form {
    padding: 0;
    margin: 0;
    width: 100%;
}

div.searchPageNav1 form label {
    color: #00284F;
}

div.searchPageNav1 form select {
    font-family: Verdana, Sans-Serif;
    font-size: 11px;
}

div.searchPageNav1 #sortBy {
    height: 22px;
    width: 25%;
    float: left;
    text-align: left;
}

div.searchPageNav1 #filterBy {
    height: 22px;
    width: 60%;
    float: right;
    text-align: right;
}
div.searchPageNav1 #filterBy select {
    width: 105px;
}

div.searchPageNav1 #shopBy {
    height: 22px;
    width: 35%;
    float: right;
    text-align: right;
}


div.searchPageNav2 {
    font-family: Verdana, Sans-Serif;
    font-size: 11px;
    line-height: 22px;
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: auto;
}

div.searchPageNav2 form {
    padding: 0;
    margin: 0;
}

div.searchPageNav2 form label {
    color: #00284F;
}

#browseLeft {
    margin-right: 5px;
    min-height:22px;
    max-height:22px;
    height: 22px;
    width:22%;
    float:left;
    text-align: left;
}

#browseCenter {
    margin-left: 5px;
    margin-right: 5px;
    min-height:22px;
    max-height:22px;
    height: 22px;
    width:54%;
    float:left;
    text-align: center;
    font-size: 14px;
}

#browseCenter a,
    #browseCenter a:link,
    #browseCenter a:visited,
    #browseCenter a:hover,
    #browseCenter a:active {
    text-decoration: underline;
    font-size: 1.0em;
    padding: 0 1px;
    margin: 0;
    color: #000 !important;
}

#browseRight {
    margin-left: 5px;
    min-height:22px;
    max-height:22px;
    height: 22px;
    width:18%;
    float:right;
    text-align: left;
}

#currentPage {
    font-size: 1.0em;
    padding: 0 1px;
    color: #000 !important;
    font-weight: bold;
}
