.testFilters {
	background: #ededed url('../images/bg/gradient-roadtest-filters.png') 0 100% repeat-x;
	border-radius: 2px;
	-moz-border-radius: 2px;
}
.testFilters h2 {
	padding: 10px 0 0 15px;
}
.testFilters form.tiled {
	padding-top: 4px;
}



/**------------------------------------------------------------------------------------*/


.testList {
}
.testList .li,
ul.testList li {
	border-bottom: 1px solid #86bf56;
	padding: 20px 21px 22px 0;
}


/**------------------------------------------------------------------------------------*/


.testList .imageColumn {
	float: left;
	width: 160px;
}
.testList .imageColumn img {
	border: 1px solid #eee;
	display: block;
	height: 190px;
	width: 158px;
}
.testList .imageColumn .price {
	background-color: #d8f4c1;
	color: #587516;
	display: block;
	font-size: 0.92857em;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
	padding: 5px 0 5px 9px;
}
.testList .imageColumn .price strong {
	color: #343434;
	font-size: 1.53846em;
	font-weight: normal;
}


/**------------------------------------------------------------------------------------*/


.testList .textColumn {

}
.testList .imageColumn + .textColumn {
	padding-left: 182px;
}

.testList li.pct { background-color: #FBFFE8; padding-left: 20px; }


/**------------------------------------------------------------------------------------*/


.testList .textColumn h1, .testList .textColumn h2 {
	width: 290px;
}
.testList .textColumn .flags {
	font-size: 78.57%;
	font-weight: bold;
	padding: 8px 0 7px 0;
}
.testList .textColumn .flags span {
	padding-right: 35px;
	padding-bottom: 5px;
	width: 100%;
	display: block;
}

.testList .textColumn .reviews {
	padding-bottom: 3px;
}
.testList .textColumn .reviews .positive,
.testList .textColumn .reviews .negative {
	background: url('../images/bullets/review_sprites.png') no-repeat 0 6px;
	line-height: 1.214;
	padding: 6px 0 6px 25px;
}
.testList .textColumn .reviews .negative {
	background: url('../images/bullets/review_sprites_negative.png') no-repeat 0 6px;
}
.testList .textColumn .reviews .positive {
	background: url('../images/bullets/review_sprites_positive.png') no-repeat 0 6px;
}


.testList .textColumn .ourScore {
	height: 25px;
	overflow: hidden;
	padding-top: 6px;
}
.testList .textColumn .ourScore span {
	color: #587516;
	float: left;
	font-size: 0.92857em;
	line-height: 1.45;
	margin-right: 10px;
}
.testList .textColumn .ourScore .ratingStars {
	float: left;
}


.testList .textColumn .intro {
	line-height: 1.427;
	padding: 2px 0 8px 0;
}
.testList .textColumn .intro h1, .testList .textColumn .intro h2 {
	padding-top: 6px;
	padding-bottom: 8px;
}
.testList .textColumn .copy {
	padding-top: 10px;
}
.testList .textColumn .copy h1, .testList .textColumn .copy h2 {
	margin-bottom: -2px;
}


.testList .tailRating {
	height: 3.6em;
}
.testList .tailRating .ratingStars {
	float: left;
}
.testList .tailRating span {
	color: #587516;
	float: left;
	font-size: 92.86%;
	padding: 0 0 0 8px;
}


/**------------------------------------------------------------------------------------*/


/** Featured roadtest / Individual roadtest */
.testList .li-Featured {
	padding-right: 0;
}
.testList .li-Featured .imageColumn {
	float: right;
	padding-bottom: 8px;
}
.testList .li-Featured .imageColumn + .textColumn {
	padding-left: 0;
	/*padding-right: 178px;*/
	padding-right: 0px;
	padding-bottom: 12px;
	width: 345px;
}
.testList .li-Featured .textColumn h1,.testList .li-Featured .textColumn h2 {
	font-size: 1.71428em;
}
.testList .li-Featured .textColumn .flags {
	color: #587516;
	font-weight: normal;
	padding-top: 4px;
}
.testList .li-Featured .textColumn .reviews {
	border: 1px solid #eee;
	color: #1c3e02;
	margin: 2px 0 4px 0;
	padding: 10px 13px;
}
.testList .li-Featured .textColumn .social {
	padding-top: 5px;
}
.testList .li-Featured .textColumn .social .socialBox {
	float: left;
	height: 90px;
	padding: 5px 0;
	width: 70px;
}

.typeTitle {
	font-size: 23px;
	color: #3b5740;
	margin-top: -51px;
}

.types {
	float: left;
	width: 532px;
	margin: 10px -10px 0 0;
}

	.types li {
		float: left;
		width: 122px;
		margin: 0 10px 30px 0;
		opacity: 0.5;
	}

		.types li.active,
		.types li:hover,
		.types.empty li {
			opacity: 1;
		}

		.types li img {
			border: 1px solid #c7f095;
			float: left;
			width: 120px;
			height: 149px;
		}

		.types li .text {
			color: #3b5740;
			background: #c7f095;
			font-weight: bold;
			font-size: 16px;
			width: 110px;
			display: block;
			min-height: 46px;
			padding: 6px 0 0 12px;
			float: left;
			line-height: 1.3em;
		}