/* @group The three-column fixed products page layout structure
-----------------------------------------------------------------------------*/
/* envelopes both the central and the right panels */
.content .primary {
	width: 714px;
	float: right;
	display: inline;
	margin-bottom: 30px;
}
/* left panel */
.content .secondary 
{
	width: 310px;
	float: left;
	display: inline;
	margin-bottom: 30px;
}
/* central panel */
.content .primary .primary
{
	width: 400px;
	float: left;
	display: inline;
	text-align: left;
}
/* right panel */
.content .primary .secondary
{ 
	width: 314px;
	float: right;
	display: inline;
	text-align: left;
}