#mod-review {
	width:363px;
	float:right;
	clear:none;
}

#type-b #mod-review {
	float:left;
}

	#type-b #mod-review h2,
	#mod-review h3 {
		font-size:1.4em;
		text-transform:capitalize;
	}
	
	
							
	#mod-review ul.links {
		display:block;
		margin:40px 0 0;
		list-style:none;
		text-align:center;
	}
	
	#mod-review ul.links a {
		padding-left:25px;
		text-transform:uppercase;
		font-size:1.3em;
		font-weight:bold;
		color:#2e8901;
		text-decoration:underline;
		background:url(/**cdnpath*/css/gfx/arrow-left-green.png) no-repeat left center;
	}
	
	#mod-review ul.bonus-info-hidden{
		display:none;		
	}
	
	#type-b #mod-review table {
		
	}
		#type-b #mod-review table th {
			font-weight:bold;
			padding:5px 10px 5px 0;
			vertical-align:top;
		}
		
		#type-b #mod-review table td {
			vertical-align:top;
		}
		
#disabled-room {
	padding: 5px;
	border: 1px solid red;
}

#notice {
	padding: 6px;
	border: 1px solid #dfdfdf;
	background: #fdfdfd;
}

#notice .noticeheader {
		margin: 0;
		color: #B82F2E;
		line-height: 1.2em;
		font-size: 14px;
		display: block;
		margin-bottom: 8px;
	}

#notice p {
		color: #B82F2E;
		font-size: 12px;
	}

body #main #mod-basics div.noFloat{ float:none;width:auto;width:inherit; }