td.install {
	width: 233px !important; background: transparent; padding: 5px;
}

	/* Container outer TD is 228 */
	
	.featuredPlus {
		display: block;
		margin: 0 auto;
		width: 233px;
		padding: 0;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	
		/* The fly */
			#fly td {
				vertical-align: middle;
			}
		/* ======= */
	
		.featuredPlus .heading {
			height: 30px;
			background: transparent;
			position: relative;
			top: 0;
			left: 0;
			display: block;
		}
	
			.featuredPlus .heading .star {
				float: left;
				width: 30px;
				position: absolute;
				top: 4px;
				left: 5px;
			}
			
			.featuredPlus .heading h2 {
				text-align: left;
				font-size: 15px;
				color: navy;
				width: 182px;
				margin: 0px 10px 0px 39px;
				line-height: 17px;
				font-weight: bold;
				position: absolute;
				bottom: 4px;
				right: 0;
			}

				.featuredPlus .top40Contents {
					background: #F2F2F2;
					padding: 4px 0;
					border: 1px solid #bfbfbf;
					-webkit-box-sizing: border-box;
				    -moz-box-sizing: border-box;
				    box-sizing: border-box;
				    width: 220px;
				    margin: 0 auto;
				}
				
					.featuredPlus .top40Contents p {
						display: block;
						background: #f2f2f2;
						color: #555;
						margin: 0;
						padding: 3px 0 2px 50px;
						font-size: 12px;
						text-shadow: 0 -1px 0 #fff;
						color: #404040;
						text-align: left;
						font-weight: bold;
					}
					
					/* Fix the table */
					.featuredPlus .top40Contents table {
						margin: 0px;
					}
						.featuredPlus .top40Contents table tr td {
							vertical-align: middle;
							background: #fff;
						}

						.featuredPlus h3 {
							margin: 0px;
							text-align: center;
							padding: 5px 0px;
							text-decoration: none;
						}
						
							.featuredPlus h3 a {
								color: #282480;
								font-size: 14px;
								font-weight: bold;
								text-decoration: underline;
								display: block;
								text-shadow: 0 -1px 0 #fff;
							}
								.featuredPlus h3 a:hover {
									text-decoration: underline;
								}