body {
	font-family: "Lucida Grande", "Trebuchet", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10px;
	padding: 0;
	margin:0;
	color: #000;
	}

.viral {
	background: #275f73 url(../imgs/btn-widget.gif) no-repeat 100% 0;
	position: relative;
	}

.viral .logo {
	position: absolute;
	top: 6px;
	left: 10px;
	width: 80px;
	height: 12px;
	background: url(../imgs/widget/bg-widget-btm.png) no-repeat 0 0;
	text-indent: -3000px;
	}

.viral .open-code {
	height: 25px;
	text-indent: -3000px;
	cursor: pointer;
	}

.viral .embed-code {
	color: #fff;
	padding: 10px;
	}

.viral .embed-code .code {
	white-space: normal;
	background: #fff;
	color: #333;
	padding: 5px;
	margin: 10px 0 0;
	overflow: hidden;
	}
	



	
#project-widget {
	width: 300px;
	overflow: hidden;
	background: url(../imgs/widget/bg-widget-top.png) no-repeat 0 0;
	padding: 0;
	margin:0;
	}

#project-widget .description, #project-widget .stats {
	height: 76px;
	width: 180px;
	float: left;
	overflow: hidden;
	}

#project-widget .stats {
	width: 120px;
	}

#project-widget table {
	margin: 9px 0 0 0;
	}
	
#project-widget td {
	padding: 1px 5px;
	font-weight: bold;
	color: #333;
	text-align: left;
	}

#project-widget td strong {
	font-weight: normal;
	color: #2f697e;
	}

#project-widget .links {
	clear: both;
	width: 100%;
	height: 24px;
	line-height: 24px;
	}

#project-widget .links {
	background: url(../imgs/widget/bg-widget-mid.png) no-repeat top center;
	}

#project-widget .links ul {
	padding: 0 0 0 0;
	margin: 0 1px;
	background: url(../imgs/widget/bg-widget-li.png) repeat-x bottom;
	}

#project-widget .links ul li {
	display: inline;
	}

#project-widget .links ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #2f697e;
	text-decoration: none;
	}

#project-widget .description h2, #project-widget .description p {
	padding: 0 10px;
	}

#project-widget .description h2 {
	font-size: 13px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
	margin: 7px 0 3px 0;
	}

#project-widget .description p {
	font-size: 10px;
	line-height: 13px;
	height: 38px;
	overflow: hidden;
	margin:0;
	}
	
#project-widget div.desc {
	display: none;
	}	
	
	
	
/* STAR RATINGS */	

/* the default starRating is placed as a background image in the ul */

div.starRating{
	margin:0;
	padding:0;
	width:60px;
	height:12px;
	background: url(../imgs/star-matrix-sm.gif) no-repeat 0 0;
	position: relative;
	}

div.nostar {background-position:0 0}
div.onestar {background-position:0 -12px}
div.twostar {background-position:0 -24px}
div.threestar {background-position:0 -36px}
div.fourstar {background-position:0 -48px}
div.fivestar {background-position:0 -60px}

