
/* column container */

.colmask {
	overflow: hidden;
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	zoom: 1;
	margin-bottom: 25px;
}

/* common column settings */

.colright,
.colmid,
.colleft {
	position: relative;
	float: left;
	width: 100%;
}
.col1,
.col2,
.col3 {
	overflow: hidden;
	position: relative;
	float: left;
}

/* 3 Column settings */

.threecol {
	background: transparent;
}
.threecol .colmid {
	right: 33%;
	background: transparent;
}
.threecol .colleft {
	right: 34%;
	background: transparent;
}

.threecol .col1 {
	width: 33%;
	left: 67%;
}
.threecol .col2 {
	width: 34%;
	left: 67%;
}
.threecol .col3 {
	width: 33%;
	left: 67%;
}

/* 2 Column settings */

.twocol {
	background: transparent;
}
.twocol .colleft {
	right: 34%;
	background: transparent;
}

.twocol .col1 {
	width: 66%;
	left: 34%;
}
.twocol .col3 {
	width: 34%;
	left: 34%;
}