/***************************************
*	The browse items
***************************************/

#browse_items{
padding:10px;
}

/***************************************
*	The browse options
***************************************/

.browse_opts{
color:inherit;
background-color:#99CCFF;
padding:7px 10px 7px 10px;
font-size:90%;
width:95%;
margin-left:auto;
margin-right:auto;
border:1px solid #cccccc;
}

/***************************************
*	The browse options pages
***************************************/

.browse_opts_pages{
float:left;
}

.browse_opts_pages td{
padding:3px 3px 0px 3px;
}

/***************************************
*	The browse options options
***************************************/

.browse_opts_options{
float:right;
}

.browse_opts_options td{
padding:0px 5px 0px 5px;
}

/***************************************
*	The browse path
***************************************/

.browse_path{
color:inherit;
background-color:#999999;
padding:7px 10px 7px 10px;
font-size:90%;
width:95%;
margin-left:auto;
margin-right:auto;
border:1px solid #cccccc;
overflow: hidden;
white-space: nowrap;
}

.browse_path td{
padding:0px 3px 0px 3px;
}

.browse_path a{
font-weight:bold;
}

