/* cc23 MBW Promotional Tile
 * 
 * This revision is being manually managed to be equivalent to Web Publisher version #.
 * $Revision: 7.1 $
 *
 * 		component options: no-border
 */
.cc23-pilot {
	position:relative;
	height: auto;
	background: #fff;
	padding: 10px 20px 10px 0px;
	border-right: 1px solid #ccc;
	overflow:hidden;
}
.cc23-pilot.no-border {
	border-right: 0px;
}
.cc23v1-pilot a {
	position:absolute;
	bottom:15px;
}
.cc23v2-pilot, 
.cc23v2-pilot a {
	position:relative;
}
.cc23v2-pilot {
	background-image:url('http://www.static-cisco.com/assets/pilot/cc23/cc23v2_bg.gif');
	background-repeat: repeat-x;
	background-color: #fff;
	padding: 16px;
	border: 1px solid #ccc;
	overflow:visible;
	min-height: 135px;
}
.cc23v2-pilot.pal-1 {
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
}
.cc23v2-pilot.pal-2 {
	background-color:#eee;
	background-image:none;
	border:1px solid #ccc;
}
.cc23v2-pilot .ctl, 
.cc23v2-pilot .ctr, 
.cc23v2-pilot .cbl, 
.cc23v2-pilot .cbr {
	display:block;
	height:4px;
	width:4px;
	position:absolute;
	background:url('http://www.static-cisco.com/web/fw/i/4px_corners_ccc.gif') no-repeat 0 0;
	line-height:4px;
	font-size: 0%;
}
.cc23v2-pilot .ctl {
	top: -1px;
	left:-1px;
}
.cc23v2-pilot .ctr {
	top: -1px;
	right: -1px;
	background-position: 0px -4px;
}
.cc23v2-pilot .cbl {
	bottom: -1px;
	*bottom: -2px;
	left: -1px;
	background-position: 0px -12px;
}
.cc23v2-pilot .cbr {
	bottom:-1px;
	*bottom:-2px;
	right:-1px;
	background-position: 0px -8px;
}
