@charset "utf-8";

/*

Created date: 2008-08-01
Author: Linus Trensare
Company: Construct IT

Media: Screen


*/


.containerUserTemplateWide div,
containerUserTemplateStandard div {
}

.containerUserTemplateStandard {
	width:475px;
	clear:both;
}

.containerUserTemplateStandard .firstColumn {
	width:230px;
	float:left;
}

.containerUserTemplateStandard .secondColumn {
	width:230px;
	float:right;
}



/* Wide templates 3 columns */
.containerUserTemplateWide {
	width:720px;
	clear:both;
}

.threeColumns .firstColumn {
	width:230px;
	float:left;
}

.threeColumns .secondColumn {
	width:230px;
	float:left;
	margin-left:15px;
}

.threeColumns .thirdColumn {
	width:230px;
	float:right;
}

/* Wide templates 2 columns */
.containerUserTemplateWide {
	width:720px;
	clear:both;
}

.twoColumns .firstColumn {
	width:352px;
	float:left;
}

.twoColumns .secondColumn {
	width:352px;
	float:right;
}

/* Wide templates 2 columns 60/40 */
.containerUserTemplateWide {
	width:720px;
	clear:both;
}

.twoColumnsWideRight .firstColumn {
	width:230px;
	float:left;
}

.twoColumnsWideRight .secondColumn {
	width:475px;
	float:right;
}

/* Wide templates 2 columns 60/40 */
.containerUserTemplateWide {
	width:720px;
	clear:both;
}

.twoColumnsWideLeft .firstColumn {
	width:475px;
	float:left;
}

.twoColumnsWideLeft .secondColumn {
	width:230px;
	float:right;
}

