/* 
========================================================================
CATEGORY FILTERS - if you have the PowerPack installed
========================================================================
*/
.page_category .filterbar h2                    { display: inline-block; }
.page_category .filterbar #filterbar_pad        { padding: 3px 10px 10px 0; background: #fff; }
.page_category .filterbar  #customprice         { padding: 5px 0; }
.page_category .filterbar  .filterattributes    { padding: 15px 0 10px 0; }
.page_category .filterbar  .shorttext           { display: inline-block; }
.page_category .filterbar  select,
.page_category .filterbar  input                { margin: 1px 0 3px 0; height: 24px; }
.page_category .filterbar .filterbutton         { padding: 1px 5px; width: 50%; line-height: 1em; }
.page_category .filterbar .clearfilters         { border: none; background-color: transparent; padding: 0; margin: 0 0 0 10px; float: none; width: auto; display: inline-block; }
.page_category .filterbar  input[type="checkbox"]   { float: left; height: 18px; }
.page_category .filterbar  label,
.page_category .filterbar  span.attribute_title { font-size: 11px; text-transform: uppercase; display: inline-block; letter-spacing: 0px; color: #777; margin-bottom: 3px; font-weight: normal; vertical-align: top; }
.page_category .filterbar  table                { margin: 0 0 10px 0; background: none; border-bottom: solid 1px #ccc; }
.page_category .filterbar  table tr td          { background: #fff; padding: 0; border: none; max-height: 18px; }
.page_category .filterbar  table tr td label    { color: #333; text-transform: none; font-size: 100%; }
/* 
========================================================================
SEARCH BOX - the powerpack version has some extra stuff
========================================================================
*/
#section_searchbox .rightdetail         { font-size: 10px; color: #bbb; float: right; text-transform: uppercase; display: none; }
#section_searchbox .autocomplete_completionListElement
                                        { font-size: 0.9em; color: #555; border: none; box-shadow: rgba(0,0,0,0.1) 3px 3px 3px; background-color: #eee; border-radius: 6px; }
#section_searchbox .autocomplete_listItem
                                        { color: #888; font-weight: normal; letter-spacing: 1px !important; padding: 4px 0 4px 8px; display: block; background-color: #eee; white-space: nowrap; overflow: hidden; }
#section_searchbox .autocomplete_highlightedListItem
                                        { color: #000; font-weight: normal; background-color: #eee; padding: 4px 0 4px 8px; letter-spacing: 1px !important; white-space: nowrap; overflow: hidden; }
#section_searchbox .autocomplete_highlightedListItem:hover
                                        { cursor: pointer; }

