﻿/* DEFAULTS
----------------------------------------------------------*/

div .twothirdsfull
{
	width: 66%;
}

div .twothirds
{
	width: 66%;
}

div .onethird
{
	width: 33%;
}

@-moz-document url-prefix() {
	div .twothirds
	{
		width: 64%;
	}
}