.oneCol{
	width:			170px;
	float:			left;
	position:		inherit;
	margin:			8px 0px 8px 8px;
	padding:		0px;
	overflow:		hidden;	
}

.priceCol{
	width:			170px;
	float:			left;
	position:		inherit;
	margin:			8px 0px 8px 8px;
	padding:		0px 6px;
	overflow:		hidden;	
	border:			1px solid #fff;
	text-align:		right;
}

.priceCol table{
	width:			100%;
}

.priceCol table tr td{
	font-size:		10pt;
	color:			#fff;
	text-align:		center;
}

.priceCol table tr td.price{
	font-size:		10pt;
	font-weight:		bold;
	color:			#333;
	text-align:		center;
}

.twoCol{
	width:			305px;
	float:			left;
	position:		inherit;
	margin:			8px 0px 8px 8px;
	padding:		0px;
	overflow:		hidden;
}

.twoColCenter{
	text-align:		center;
	width:			305px;
	float:			left;
	position:		inherit;
	margin:			8px 0px 8px 8px;
	padding:		0px;
	overflow:		hidden;
}

.threeCol{
	width:			435px;
	float:			left;
	position:		inherit;
	margin:			8px 0px 8px 8px;
	padding:		0px;
	overflow:		hidden;
}

.fourCol{
	width:			100%;
	float:			left;
	margin:			4px 0px;
	padding:		0px;
}