/* Breadcrumbs and Pagination */
#breadcrumbs, #breadcrumbs a {font-size:9px}
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;}
#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_basket {display:block;position:relative; float:left; width:16px; height:16px; background: url('images/icons/basket.png') top left no-repeat; margin: 2px 5px 0 0;}
span.img_basket_delete {display:block;position:relative; float:left; width:16px; height:16px; background: url('images/icons/basket_delete.png') top left no-repeat; margin: 2px 5px 0 0;}

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