﻿/** Standard TwoColumns **/
.twocols
{
	width				: 545px;
	margin				: 0px 0px 10px 0px;
	position			: relative;
}

.twocols .column1
{
	width				: 260px;
	float				: left;
}

.twocols .column2
{
	width				: 260px;
	float				: left;
}

.twocols .spacer
{
	width				: 8px;
	float				: left;
}

/** Standard TwoColumns Height 200px **/
.twocols_200
{
	width				: 545px;
	/*height			: 200px; */
	/* Rebrush */
	height				: 218px;
	
	margin				: 0px 0px 10px 0px;
	position			: relative;
}

.twocols_200 .column1
{
	width				: 265px;
	/*height			: 200px; */
	/* Rebrush */
	height				: 218px;
	float				: left;
}

.twocols_200 .column2
{
	width				: 265px;
	/*height			: 200px; */
	/* Rebrush */
	height				: 218px;
	float				: left;
}

.twocols_200 .spacer
{
	width				: 18px;
	/*height			: 200px; */
	/* Rebrush */
	height				: 218px;
	float				: left;
}

/** Teaser TwoColumns (115px/160px) **/
.twocols_teaser
{
	width				: 270px;
	position			: relative;
}

.twocols_teaser .column1
{
	width				: 115px;
	float				: left;
	overflow			: hidden;
}

.twocols_teaser .column2
{
	width				: 160px;
	float				: left;
	overflow			: hidden;
}

.twocols_teaser .spacer
{
	width				: 4px;
	float				: left;
	overflow			: hidden;
}

/** Standard TwoColumns Height 200px 66/33 **/
.twocols_200_66_33
{
	width				: 545px;
	/*height			: 200px; */
	/* Rebrush */
	height				: 218px;
	margin				: 0px 0px 10px 0px;
	position			: relative;
}

.twocols_200_66_33 .column1
{
	width				: 358px;
	/*height			: 200px; */
	/* Rebrush */
	height				: 218px;
	float				: left;
}

.twocols_200_66_33 .column2
{
	width				: 168px;
	/*height			: 200px; */
	/* Rebrush */
	height				: 218px;
	float				: left;
}

.twocols_200_66_33 .spacer
{
	width				: 19px;
	/*height			: 200px; */
	/* Rebrush */
	height				: 218px;
	float				: left;
}

/** Standard TwoColumns Height 200px 33/66 **/
.twocols_200_33_66
{
	width				: 545px;
	/*height			: 200px; */
	/* Rebrush */
	height				: 218px;
	margin				: 0px 0px 10px 0px;
	position			: relative;
}

.twocols_200_33_66 .column1
{
	width				: 168px;
	/*height			: 200px; */
	/* Rebrush */
	height				: 218px;
	float				: left;
}

.twocols_200_33_66 .column2
{
	width				: 358px;
	/*height			: 200px; */
	/* Rebrush */
	height				: 218px;
	float				: left;
}

.twocols_200_33_66 .spacer
{
	width				: 19px;
	/*height			: 200px; */
	/* Rebrush */
	height				: 218px;
	float				: left;
}
