@charset "utf-8";
/* CSS Document */

.c11v5-pilot span.pdf { /* Adds span pdf icon class to the Spotlight */
	background-position: 0 -96px;
}
.c11v5-pilot span.video { /* Adds span video icon class to the Spotlight */
	background-position: 0 -80px;
}
.c11v5-pilot ul li span { /* Adds span icon class to the Spotlight */
	background-image: url("http://www.static-cisco.com/assets/pilot/n13/filetype-sprite.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 16px;
	left: 8px;
	margin: 0 0 -2px;
	padding: 0;
	position: relative;
	width: 16px;
}
.c11v5-pilot ul.compact { /* Adds compact class to list in the Spotlight */
    margin-bottom: 0;
}
.c00v0-pilot ul li span{ /* Adds span icons class to the generic element */
	background-image: url("http://www.static-cisco.com/assets/pilot/n13/filetype-sprite.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 16px;
	left: 8px;
	margin: 0 0 -2px;
	padding: 0;
	position: relative;
	width: 16px;
}
.c00v0-pilot span.pdf { /* Adds span pdf icon class to the generic element */
	background-position: 0 -96px;
}