/* =============== OURFAVES POD =====================*/
.sectionCol_OurFaves{
float:left;
width:405px;
}

.sectionCol_OurFaves .subtitle{
margin-bottom:10px;
font-weight:bold;
display:block;
}
.sectionCol_OurFaves .sectionRow{
	width:405px;
	margin-bottom:10px;
	background:none;
	padding:0px;
	}



/* ACTIVE USER IMAGE/LINK*/
.sectionCol_OurFaves .userPic{
	float:left;
	width:58px;
	}

a.activeUser:hover
{
color:#ff9900;
background-color:#FFFFFF;
}


a.activeUser img,a.activeUser:link img,a.activeUser:visited img{
background-color:#EEEEEE;
border-bottom:1px solid #ADADAD;
border-right:1px solid #ADADAD;
padding:2px;
text-decoration:none;
margin-right:2px;
margin-bottom:10px;
width:50px;
height:50px;
}
a.activeUser:hover img{
background-color:#d1e7ff;
border-bottom:1px solid #00c0ff;
border-right:1px solid #00c0ff;
padding:2px;
text-decoration:none;
margin-right:2px;
margin-bottom:10px;
}

/*SPEECH BUBBLE*/
.speechBubble{
	float:left;
	width:337px;
	}
.speechBubble .talkingPoint{
background:transparent url(../images/speechbubble_talkingpoint.gif) center no-repeat scroll 0pt;
float:left;
margin-top:20px;
height:21px;
width:10px;
z-index:2000;
}
 .speechBubble .talkbubble_content {float:right; width:327PX; background-color:#0099c5;}	
 .speechBubble .topCol{
 	width:327PX;
	height:10px;
	background:url(../images/speechbubble_top.gif) top left no-repeat;
	margin:0px;
	}
	
 .speechBubble .bottomCol{
 	width:327PX;
	height:10px;
	background: url(../images/speechbubble_bottom.gif) bottom left no-repeat;
	}	
 .speechBubble .content{
 	width:307px;
	padding:0px 10px 0px 10px;
	background-color:#0099c5;
	color:#FFFFFF;
	}
*html .speechBubble .content
{
    margin:0px;
}	
	
.speechBubble .content a, .speechBubble .content a:link{color:#FFFFFF;}	
/* ====================== TAGCLOUD ======================== */
a.fs1, a.fs2, a.fs3{
margin:0px 10px 0px 0px;
padding:2px;
text-decoration:none;
line-height:25px;
}


a.fs1{
font-size:12px;
}

a.fs2{
font-size:16px;
}
a.fs3{
font-size:20px;
}
