/* QS specific css */

div.yui3-sharebar .skin-default.share-bar {
    background: transparent;
    border: 0px solid #fff;
    width: 130px;
}

.yui3-polls {
	width: 300px;
}

/* photo-gallery tag */
.nfl-tag-photo-gallery { position: relative; width:212px; }
	.nfl-tag-photo-gallery ul { border:1px solid #ddd; padding:5px; margin:0px; }
		.nfl-tag-photo-gallery ul li { margin:0px; list-style:none; font-size:11px; font-weight:bold; }
		.nfl-tag-photo-gallery ul li.nfl-tag-photo-gallery-title { background:url("../../img/news/bg-header.png") repeat-x scroll bottom left #777; margin-bottom:1px; background-color:#999; color:#fff; padding:5px; }
		.nfl-tag-photo-gallery ul li.nfl-tag-photo-gallery-image { margin-bottom:1px; }
				.nfl-tag-photo-gallery ul li.nfl-tag-photo-gallery-image a:hover { text-decoration:none; }
		.nfl-tag-photo-gallery ul li.nfl-tag-photo-gallery-links { padding:5px 10px 0 10px; background:url("../../img/news/bg-gradient-short.png") repeat-x scroll 0 -25px transparent; }

/* quote tag */
.nfl-tag-quote { padding:1px 0px; position: relative; width:264px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
	.nfl-tag-quote blockquote { background:url("../../img/news/bg-gradient.png") repeat-x scroll left bottom #E3E3E3;
		color:#555555; font-size:14px; font-style:italic; font-weight:bold; margin:0; padding:10px; 
	}
	.nfl-tag-quote cite { color:#555555; display:block; font-size:12px; margin:15px 0 0 0; }
	
	