/* !!! ======= Breadcrumbs Styling ========== !!! */

/* Parent Class: breadcrumbs, breadcrumbs. */
.ws-brdcrmbs {
	padding: 5px 50px 0 10px; margin-bottom: 5px; overflow: hidden; font-size: 11px;
	
	/*background: transparent url(../../common/assets/case_common/breadcrmb_back.png) no-repeat top left;*/
}

/** html .ws-brdcrmbs {
	
	background-image: url(../../common/assets/case_common/breadcrmb_back.gif);	
}*/

.ws-brdcrmbs ul {
	list-style: none; margin: 0; padding: 0;
}

.ws-brdcrmbs li {
	margin: 0; padding: 0 2px 2px 0; float: left; white-space: nowrap; 
}

.ws-brdcrmbs span {
	display: block; 
	
	color: #898989;
}

.ws-brdcrmbs a {
	display: block; padding-right: 11px;
	
	background: transparent url(../../common/assets/case_common/breadcrmb_back_arrow.png) no-repeat center right;
}

* html .ws-brdcrmbs a {
	
	background-image: url(../../common/assets/case_common/breadcrmb_back_arrow.gif);	
}

.ws-store .ws-brdcrmbs {}

.ws-trgt-categories .ws-store .ws-brdcrmbs,
.ws-trgt-category_groups .ws-store .ws-brdcrmbs,
.ws-trgt-products .ws-store .ws-brdcrmbs {
	left: 0;
	position: absolute;
	top: 0;
}

.ws-trgt-profiles .ws-brdcrmbs {
	position: absolute; left: 240px; top: -37px; height: 2.5em;	
}
/* END Parent Class: breadcrumbs */
