/* 
    Document   : breadCrumbContent
    Created on : Apr 26, 2012, 10:01:13 AM
    Author     : avaneesh
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.breadCrumb .ui-widget-header { 
    border: none; 
    background: none;
    font-weight: normal !important;
}

.breadCrumb .ui-widget-header .ui-icon { }
.breadCrumb .ui-icon { background-image: url(/resources/css/cz/theme/senior/images/ui-icons_205036_256x240.png); }
.breadCrumb .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/resources/css/cz/theme/senior/images/ui-icons_454545_256x240.png); }
.breadCrumb .ui-state-active .ui-icon {background-image: url(/resources/css/cz/theme/senior/images/ui-icons_205036_256x240.png); }

.breadCrumb .first { }

.breadWidth {width: auto !important;}
.breadWidth div {width: auto !important;}

/*To override the static width of 5000px of breadcrumb*/
.breadWidth div div ul {width: auto !important;}

.breadCrumb div div div ul li {width: auto;}

.breadCrumb .ui-breadcrumb ul li.first {
    font-size: 1em !important;
}
/*To display Home text instead of image*/
.breadCrumb .ui-breadcrumb ul li.first a{
   background-image: none;
   text-indent: 0;
   display: block;
   float: left;
   width: auto;
   margin-top: 0;
   overflow: hidden;
   position: relative;
}
/*To remove the underline for last element in the list*/
.breadCrumb .ui-breadcrumb ul li.last a{
   text-decoration: none !important;
}
/*To remove the pointer for last element in the list*/
.breadCrumb .ui-breadcrumb ul li.last a{
   cursor: default !important;
}