html {
}
.rcrumbs {
	font-size: 12px;
	width: 100%;
	min-width: 768px;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	background-color: #FAFAFA;
	border-bottom: 1px solid #E1E1E1;
	background-image: url(../img/bc_bg.png);
	background-repeat: repeat-x;
}
.rcrumbs > ul {
	margin: 0px 0px 0px 20px;
	padding: 0;
	list-style: none;
}
.rcrumbs > ul > li {
  overflow: hidden;
  display: none;
}
.rcrumbs > ul > li.show {
  display: inline-block;
}
.rcrumbs > ul > li.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.rcrumbs a {
  color: #666;
  text-decoration: none;
}
.rcrumbs a:hover {
  color: #333;

}

/* Breadcrumb */

.rcrumbs .home {
	height:14px;
	width :16px;
	margin: 8px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/bc_home.png);
	background-repeat: no-repeat;
    text-indent: -9999px;
	display: block;
}

.rcrumbs li{
	height:32px;
	margin: 0px 10px 0px 0px;
	padding: 0px 15px 0px 0px;
	background-image: url(../img/bc_line2.png);
	background-position: right 0px;
	background-repeat: no-repeat;
}

.rcrumbs li span{
	margin: 10px 0px 0px 0px;
    display: block;
}

.rcrumbs li:first-child{
	height:32px;
    margin: 0px 8px 0px 0px;
	padding: 0px 10px 0px 0px;
	background-image: url(../img/bc_line1.png);
	background-position: right;
	background-repeat: no-repeat;
}

.rcrumbs li:last-child {
	height:32px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: none;
}
