<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.vod-breadcrumb-container{
	
	border:1px solid #ccc;
	width:100%;
	height: 71px;
}

.vod-breadcrumb-box{
	
   width:100%;
   height:70px;

}

.vod-ico-home {
	
   margin-top: 15px;
   margin-left: 5px;

}

.vod-breadcrumb img, .vod-breadcrumb span{
	
	float:left;
	
}

.vod-breadcrumb span{
	
	padding:0 10px 0 10px;
	margin:0;
	height:70px;
	line-height:70px;
	font-family:  Arial, Helvetica, sans-serif;
}


.vod-breadcrumb-home{
	
	background-image:url("../images/bg_breadcrumb.png");
	background-repeat:repeat-x;
	color:#666;
	
}

.vod-breadcrumb{
	
	display:block;
	float:left;
	height:70px;
	font-size: 18px;
}

a.vod-breadcrumb.last-child:hover, a.vod-breadcrumb.last-child:visited, a.vod-breadcrumb.last-child:active  {
	cursor: text;
	color: #333;
}
	
.right768px{
	
	margin-top:50px;
	
}	</pre></body></html>