/* Breadcrumbs and Pagination */
#breadcrumbs, #breadcrumbs a, #breadcrumbs a:visited {font-size:9px;color:#7968ad;text-decoration:none;}
#breadcrumbs a:hover {font-size:9px;color:#9fcf67;text-decoration:underline;}
/*div.pagination_pane {border: 1px solid #CCCCCC;position:relative;clear:both;height:20px;background-color:#FFFFFF;color:inherit;margin:10px 0 0 0;padding:2px;font-size:10px;}*/
div.pagination_pane {position:relative;clear:both;height:20px;background-color:#FFFFFF;color:inherit;margin:10px 5px 5px 0;padding:2px;font-size:10px;}
div.pagination_pane a, div.pagination_pane a:visited {color:#7968ad;text-decoration:none;}
div.pagination_pane a:hover {color:#9fcf67;text-decoration:underline;}
#pagination {padding: 3px 0 3px 0;position:relative;float:right;}
span.dc {display:block;position:relative;float:left;}
span.bc {display:block;position:relative;float:left;font-size:9px;}
span.pc {display:block;position:relative;float:left; margin: 0 10px 0 0;}
span.nc {display:block;position:relative;float:left; margin: 0 10px 0 0;}
span.pc a:hover  {font-size:8px;background-color:inherit;color:inherit;}
span.img_rarr {display:block;position:relative; float:left; width:16px; height:16px; background: url('images/icons/arrow_right.png') top left no-repeat; margin: 0 5px 0 5px;}
span.img_home {display:block;position:relative; float:left; width:16px; height:16px; background: url('images/icons/house.png') top left no-repeat; margin: 0 5px 0 10px;}
span.img_products {display:block;position:relative; float:left; width:16px; height:16px; background: url('images/icons/database.png') top left no-repeat; margin: 0 5px 0 0;}
span.img_first {display:block;position:relative; float:left; width:16px; height:16px; background: url('images/icons/resultset_first.png') bottom left no-repeat; margin: 0 5px 0 0;}
span.img_prev {display:block;position:relative; float:left; width:16px; height:16px; background: url('images/icons/resultset_previous.png') bottom left no-repeat; margin: 0 5px 0 0;}
span.img_next {display:block;position:relative; float:left; width:16px; height:16px; background: url('images/icons/resultset_next.png') bottom left no-repeat; margin: 0 0 0 5px;}
span.img_last {display:block;position:relative; float:left; width:16px; height:16px; background: url('images/icons/resultset_last.png') bottom left no-repeat; margin: 0 0 0 5px;}
/*span.img_navigator {display:block;position:relative; float:left; width:16px; height:16px; background: url('images/icons/database_gear.png') top left no-repeat; margin: 2px 5px 0 0;}*/
span.img_navigator {display:block;position:relative; float:left; width:16px; height:16px; margin: 2px 5px 0 0;}

.spacer {
    clear:both;
    height:10px;
    width:100%;
}
