/* Zero'em. */
.bb-widget h1, .bb-widget h2, .bb-widget h3, .bb-widget h4, .bb-widget p, .bb-widget ul, .bb-widget li{margin:0;padding:0;}
.bb-widget ul, .bb-widget li{list-style:none}
.bb-widget a img, .bb-widget a:hover, .bb-widget a:active, .bb-widget a:focus{border:none;}
/*	
*	Begin Brand Bowl Widget Styles 
*	Some will duplicate existing boston.com styles
* 	Styles may need to be tweaked once on an actual boston.com page
*/
#brand-bowl-slim{
	width:245px;
	padding:10px 7px 7px;
	background:url(http://cache.boston.com/universal/site_graphics/brand-bowl-329.jpg) no-repeat;
}
#brand-bowl-wide{
	width:385px;
	padding:10px 7px 7px;
	background:url(http://cache.boston.com/universal/site_graphics/brand-bowl-399.jpg) no-repeat;
}
/* Brand Bowl Banner */
#bb-banner{
	padding:2px 2px 0;
	background:#fff;
}
/* Brand Bowl Content */
#bb-content{
	padding:0 4px 4px;
	background:#fff;
}
.bb-widget a{
	text-decoration:none;
}
.bb-widget p.copy{
	clear:both;
	font:11px georgia;
	line-height:14px;
	padding:0 0 5px;
}
/* Results Table */
#bb-content h4{
	font:bold 13px arial;
	text-transform:uppercase;
}
#bb-content h4 a{
	color:#000;
}
.bb-result-table-left{
	float:left;
	width:48.5%;
	padding: 0 0 10px;
}
.bb-result-table-right{
	float:right;
	width:48.5%;
	padding: 0 0 10px;
}
.bb-result-table{
	width:100%;
	text-align:right;
}
.bb-result-table .first{
	text-align:left;
}
.bb-result-table th{
	font:normal 10px arial;
	color:#666;
}
.bb-result-table tbody{
	font:bold 13px arial;
	color:#2851a2;
	text-transform:uppercase;
}
#brand-bowl-wide .bb-result-table tbody{
	font:bold 12px arial;
}
.bb-result-table tbody a{
	color:#2851a2;
}
.bb-result-table tbody a span{
	color:#000;
}
.bb-result-table td{
	border-top:1px dotted #666;
}
/* Vote */
#bb-vote{
	padding:10px 0 10px;
	font:12px arial;
	clear:both;
}
#bb-vote a:link, #bb-vote a:visited{
	color:#fff;
}
#brand-bowl-wide #bb-vote{
	padding-top:3px;
}
.bb-vote-button{
	display:block;
	float:left;
	margin:-5px 0 0 0;
	padding:5px 10px;
	background:#2851a2;
	font:bold 12px arial;
	color:#fff;
	text-transform:uppercase;
}
.bb-vote-button:hover{
	background:#254a94;
}
#bb-vote span{
	margin:0 0 0 5px;
}
/* 
*	Home Page Widget 
*/
#brand-bowl-hp{
	width:595px;
	height:51px;
	padding:7px;
	background:url(http://cache.boston.com/universal/site_graphics/brand-bowl-hp.jpg) no-repeat;
}
/* Left Side */
#brand-bowl-hp .bb-left{
	width:144px;
	float:left;
}
#brand-bowl-hp .bb-left #bb-header img{
	float:left;
}
#brand-bowl-hp #bb-vote{
	clear:both;
	padding:2px 0 0 0;
	font:bold 8px arial;
	zoom:1;
}
#brand-bowl-hp .bb-vote-button{
	display:block;
	width:100%;
	padding:4px 0;
	margin:0;
	font:bold 11px arial;
	text-align:center;
}
/* Right Side */
#brand-bowl-hp .bb-right{
	width:439px;
	padding:4px 0 0 5px;
	float:right;
}
#brand-bowl-hp .bb-right p.copy{
	padding:0 0 3px 0;
}
#brand-bowl-hp #bb-results h4{
	float:left;
	padding:0 5px 0 0;
	position:relative;
	top:1px;
	font:bold 11px arial;
	text-transform:uppercase;
}
#brand-bowl-hp #bb-results h4 a{
	color:#666;
}
#brand-bowl-hp #bb-results ul{
	float:left;
	font:12px arial;
}
#brand-bowl-hp #bb-results li{
	float:left;
	padding:0 7px;
	border-left:1px solid #666;
}
#brand-bowl-hp #bb-results li.first{
	border:none;
}
#brand-bowl-hp #bb-results li a{
	color:#2851a2;
}
#brand-bowl-hp #bb-results li a span{
	color:#000;
}
