/* template.css */
.colTXX, .colXTX, .colXXT, .colTX, .colXT {
	width: 33%;
	float: left;
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
	font-size:13px;
	display: table-column;
}
.colXT6, .colT6X {
	width: 66%;
	float: left;
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
	font-size:13px;
	display: table-column;
}
.colXT6{
	width: 66%;
	float: right;
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
	font-size:13px;
}
.colT50X, .colXT50 {
	width: 49.5%;
	float: left;
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
	font-size:13px;
	display: table-column;
}
.colT
{
	width: 99.5%;
	float: left;
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
	font-size:13px;
	display: table-column;
}
.rowTTTv .colXXT { /* Needed to let image float right */
	float: right;
	overflow: hidden;
}
.rowTTTv .colTXX {
	overflow: auto; /* Otherwise text can show over image */
	display: table-row;
}

.rowTTT, .rowvTTT, .rowTTTv, .rowT6T, .rowTT6, .rowT, .rowTT, .rowThumbnail { /* Needed so the rows flow under eachother */
	clear: both; 
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
	font-size:13px;
	width:99%;
	display: table-row;
}
.colThumbnail td
{
	width:20%;
	padding:5px 5px 5px 5px;
}

