/*standards compliant float clearers*/
#sponsorSurveys:after  {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*Page Title Modifiers*/
#pageTitle .titleActions {
	width:600px;
}

#pageTitle .titleActions li.reviewCount {
	background-image:none;
	color:#5b5b5b;
}

/*sponsor surveys*/
#sponsorSurveys div.init{
	margin-left:0 !important;
}

.sponsorTableWrap {
	border: solid #a5a5a5;
	border-width: 1px 0;
	width:234px;
	float:left;
	display:inline;
	margin: 0 0 0 25px;
}

	.sponsorTable {
		width:100%;
	}
	
	.sponsorTable th {
		border-bottom:1px solid #a5a5a5;
		font-weight:bold;
		padding:6px 0;
		text-align:left;
		white-space:nowrap;
		font-family:trebuchet MS, sans-serif;
	}
	
	.sponsorTable td {
		padding:6px 0;
		background: url(/img/core/hdot.gif) repeat-x top;
		border-width:0 1px 1px 0;
	}
	
	.sponsorTable tr.init td {
		background-image: none;
	}
	
	.sponsorTable td.date, .sponsorTable th.date {
		display:none;
		white-space:nowrap;
		width:1%;
		text-align:center;
		padding:6px 0 6px 8px;
	}
	

.featuredSetTwo {
	float:right;
	display:inline;
	width:366px;
}

.surveyBlock {
	border-bottom:1px solid #d7d7d7;
	padding: 0 0 10px;
	margin: 0 0 10px;
	min-height:120px;
}

/*\*/
* html .surveyBlock {
	height:120px;
}
/**/

	/*Standard Survey Block*/
	.surveyBlock .blockImg {
		float:left;
		width:86px;
		margin: 0 12px 0 0;
	}
	
	.surveyBlock .blockImg + .blockTxt {
		margin-left:98px;
	}
	
	/*\*/
	* html .blockTxt {
		float:left;
	}
	/**/
	
	.surveyBlock h3 {
		font-size:1.48em;
	}
	
	.surveyBlock h4 {
		font-style:italic;
		color:#ab9761;
		font-weight:normal;
	}
	
	.surveyBlock p {
		margin: .1em 0 .4em;
	}


