div#cols-container
{
	/* Max width of col2 */
	width: 250px;
	
	/* Max width and color of the col3 */
	border-right: 360px solid #fff;
}

div#col2
{
	/* Useable content width for col2 */
	width: 238px;

	/* Always negative value of col2 max width ( cols-container.width * -1 ) */
	margin-right: -250px; 
	text-align: center;
}

div#col3
{
	/* Usable content width for col3 */
	width: 360px;
	
	/* Always negative value of col3 max width ( cols-container.border-right width * -1 ) */
	margin-right: -360px;
}

#product-desc
{
	margin-top: 6px;
}
div#product-desc ul
{
	list-style-position: inside;
}

