 /* cc25 Local Action Bar Container
  * 
  *This revision is being manually managed to be equivalent to Web Publisher version #.
  * $Revision: 6.1 $
  */

.mlb-pilot .cc25-pilot {
	background: #f9f9f9;
	padding: 32px 20px 35px;
}

.cc25-pilot h3 {
	display:inline;
	background-image: url('//www.static-cisco.com/assets/pilot/cc25/cc25_caret.gif');
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 15px;
	text-decoration: none;
}
.rtl .cc25-pilot h3 {
	background-image: url('//www.static-cisco.com/assets/pilot/cc25/cc25_caret.rtl.gif');
	background-position: left 4px;
	padding-left: 15px;
	padding-right: 0;
}
.cc25-pilot a h3  {
	color: #666;
}

.cc25-pilot hr {
	clear:both;
	margin: 11px 0 12px 0;
	padding: 0;
	border: 0;
	height: 1px;
	background-color: #e6e6e6;
	color: #e6e6e6;
}

.cc25-pilot ul,
.rtl .cc25-pilot ul {
	margin:0;
}

.cc25-pilot li {
	list-style-type: none;
}
