/*
	Three Column
	Used for many pages, thus a common sheet
*/



/* --- Primary Content
-------------------------------------------------------*/

.layout_3 {}
	/* --- Interior Content
	-------------------------------------------------------*/
	/* --- | Topic Module with Photo | --- */

	.interior_content .photo .topic_module_content {
		width: 335px;
	}
	
	.layout_1 .interior_content .photo .topic_module_content {
		width: 540px;
	}
	
	/* --- | Retail Selector - on "Where to Buy" | --- */
	
	.layout_1 .interior_content table.retail_select {
		margin:25px 0 10px;
	}
		
		.layout_1 .interior_content table.retail_select td {
			padding-right: 5px;
		}
		
		.layout_1 .interior_content table.retail_select p.retailer_intro {
			color: #748da0;
			margin: 0px 5px 0px 15px;
		}