div#container div#middle div#innerMiddle div#content div.inner div#breadCrumbContainer {
	width: 100%;
	height: 27px;
	line-height: 27px;
	
	border: 1px solid #cbcbcb;	
}

div#container div#middle div#innerMiddle div#content div.inner div#breadCrumbContainer div#oneItem {
	position: absolute;
	
	color: #FFFFFF;
	font-weight: bold;
	
	padding: 0 30px 0 20px;
	
	background-color: #D00202;
	background-image: url('./../images/breadcrumb/lastItemRight.png');
	background-repeat: no-repeat;
	background-position: top right;
}

div#container div#middle div#innerMiddle div#content div.inner div#breadCrumbContainer div#firstItem {
	float: left;
	
	color: #a3a3a3;
	font-weight: bold;
	
	padding: 0 20px 0 28px;
	
	background-color: #e9e9e9;
}

div#container div#middle div#innerMiddle div#content div.inner div#breadCrumbContainer div#firstItem a {
	color: #a3a3a3 !important;
	text-decoration: none;
}

div#container div#middle div#innerMiddle div#content div.inner div#breadCrumbContainer div#firstItem a:hover {
	color: #D00202 !important;
	text-decoration: none;
}

div#container div#middle div#innerMiddle div#content div.inner div#breadCrumbContainer div#regularItem {
	float: left;
	
	color: #a3a3a3;
	font-weight: bold;
	
	padding: 0 20px;
	
	background-color: #e9e9e9;
}

div#container div#middle div#innerMiddle div#content div.inner div#breadCrumbContainer div#regularItem a {
	color: #a3a3a3 !important;
	text-decoration: none;
}

div#container div#middle div#innerMiddle div#content div.inner div#breadCrumbContainer div#regularItem a:hover {
	color: #D00202 !important;
	text-decoration: none;
}

div#container div#middle div#innerMiddle div#content div.inner div#breadCrumbContainer div#lastItem {
	float: left;
}

div#container div#middle div#innerMiddle div#content div.inner div#breadCrumbContainer div#lastItem div#arrowLeft {
	float: left;
	
	padding: 0 10px 0 15px;
	
	background-image: url('./../images/breadcrumb/lastItemLeft.png');
	background-repeat: no-repeat;	
}

div#container div#middle div#innerMiddle div#content div.inner div#breadCrumbContainer div#lastItem div#arrowRight {
	float: left;
	
	padding: 0 30px 0 10px;
	
	color: #FFFFFF;
	font-weight: bold;	
	
	background-color: #D00202;
	background-image: url('./../images/breadcrumb/lastItemRight.png');
	background-repeat: no-repeat;
	background-position: top right;
}
