.bbtgList .modelList .modelListItem {
	width: 240px;
}

	.mobile .bbtgList .modelList .modelListItem {
		width: auto;
	}

.bbtgList .modelList {
	padding-left: 0;
	/*width: 518px;*/
	width: auto;
	padding-top: 4px;
}

.bbtgList .brandListItem h2 {
	width: 100%;
	text-align: left;
	padding-bottom: 0;
}

.bbtgList.brandList a:hover {
		color: #1a260e;
		text-decoration: none;
	}

	.bbtgList.brandList a {
		color: #7d9d00;
		text-decoration: underline;
	}

.gearContainer {
	padding: 0 10px;
}

.gearList {
	padding-top: 10px;
}

.gearList li {
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 30px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #8bc25d;
	position: relative;
}

.gearList li.pos0 span.icon {
	background: url(../images/bbtg/gold.png) 0 0 no-repeat;
}

.gearList li.pos0.year2014 span.icon {
	background-image: url(../images/bbtg/gold_2014.png);
}

	.gearList li.pos0 .imageColumn {
		width: 300px;
	}

.gearList li.pos1 span.icon {
	background: url(../images/bbtg/silver.png) 0 0 no-repeat;
}

.gearList li.pos1.year2014 span.icon {
	background-image: url(../images/bbtg/silver_2014.png);
}

.gearList li.pos2 span.icon {
	background: url(../images/bbtg/bronze.png) 0 0 no-repeat;
}

.gearList li.pos2.year2014 span.icon {
	background-image: url(../images/bbtg/bronze_2014.png);
}


.gearList li span.icon {
	display: block;
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100px;
	height: 104px;
	background: url(../images/bbtg/shortlisted_small.png) 0 0 no-repeat;
}

.gearList li.year2014 span.icon {
	background-image: url(../images/bbtg/shortlisted_small_2014.png);
}

	.mobile .gearList li span.icon {
		left: 10px;
		top: 10px;
	}

.imageColumn {
	float: left;
	width: 240px;
	margin-right: 20px;
	margin-bottom: 20px;
}

	.mobile .gearList li .imageColumn {
		width: 300px;
		margin-bottom: 10px;
	}

.textColumn { 
	
}

	.textColumn h2 {
		padding-bottom: 10px;
		color: #587516;
	}

		.textColumn h2 a {
			color: #587516;
		}

	.textColumn .score {
		font-size: 1.4em;
		color: #1c3e02;
		padding-bottom: 10px;
	}

	.textColumn .rrp {
		padding-bottom: 10px;
	}

.gearIndividual {
	position: relative;
}

.mobile .gearIndividual {
	margin-top: 20px;
}

	.gearIndividual h1 {
		padding: 0 0 10px 104px;
		border-bottom: 1px solid #8bc25d;
		margin-bottom: 10px;
	}

		.mobile .gearIndividual h1 {
			padding-left: 114px;
		}

	.gearIndividual .pos0 span.icon {
		background: url(../images/bbtg/gold.png) 0 0 no-repeat;
	}

		.gearIndividual .pos0.year2014 span.icon {
			background: url(../images/bbtg/gold_2014.png) 0 0 no-repeat;
		}

	.gearIndividual .pos1 span.icon {
		background: url(../images/bbtg/silver.png) 0 0 no-repeat;
	}

		.gearIndividual .pos1.year2014 span.icon {
			background: url(../images/bbtg/silver_2014.png) 0 0 no-repeat;
		}

	.gearIndividual .pos2 span.icon {
		background: url(../images/bbtg/bronze.png) 0 0 no-repeat;
	}

		.gearIndividual .pos2.year2014 span.icon {
			background: url(../images/bbtg/bronze_2014.png) 0 0 no-repeat;
		}

	.gearIndividual span.icon {
		display: block;
		position: absolute;
		top: -10px;
		left: -10px;
		width: 100px;
		height: 104px;
		background: url(../images/bbtg/shortlisted.png) 0 0 no-repeat;
	}

		.gearIndividual .year2014 span.icon {
			background: url(../images/bbtg/shortlisted_2014.png) 0 0 no-repeat;
		}

		.mobile .gearIndividual span.icon {
			left: 0;
		}

	.gearIndividual .imageColumn {
		float: left;
		width: 100%;
	}

	.mobile .gearIndividual .imageColumn img {
		width: 100%;
	}

	.gearIndividual .textColumn {
		position: relative;
		float: left;
		width: 100%;
	}

		.gearIndividual .textColumn h3 {
			margin-bottom: 10px;
		}

		.gearIndividual .textColumn p {
			padding-bottom: 20px;
			line-height: 1.4em;
		}

		.mobile .gearIndividual h3.score {
			width: 94%;
			padding: 5px 3%;
		}

		.gearIndividual h3.score {
			background: #c2e27d;
			width: 500px;
			padding: 5px 10px;
			float: left;
			margin: 5px 0 0 0;
			font-size: 1.2em;
		}

		.gearIndividual .reviews li {
			margin-bottom: 20px;
		}

		.gearIndividual .reviews li h4 {
			margin-bottom: 5px;
		}

		.gearIndividual .intro {
			margin-top: 20px;
			float: left;
			width: 100%;
		}

		.gearIndividual .links {
			float: left;
			width: 100%;
			border-bottom: 1px solid #8bc25d;
			border-top: 1px solid #8bc25d;
			margin: 15px 0 0 0;
			padding: 0 0 3px 0;
		}

			.gearIndividual .links strong {
				padding-top: 24px;
				display: inline-block;
				font-size: 1.2em;
				width: 220px;
				margin-bottom: 20px;
			}

			.gearIndividual .links .actionButton a {
				padding-right: 20px;
				background-position: 100% -257px;
			}

		.gearIndividual .facets strong {
			float: left;
			width: 125px;
			text-transform: uppercase;
			font-size: 0.8em;
			padding-top: 5px;
		}

		.gearIndividual .facets {
			float: left;
			width: 100%;
			margin: 20px 0 0 0;
		}

			.gearIndividual .facets li {
				float: left;
				width: 100%;
				margin: 0 0 7px 0;
			}

			.gearIndividual .facets .facetrating {
				float: left;
				width: 380px;
				margin-left: 15px;
			}

				.mobile .gearIndividual .facets .facetrating {
					width: 100%;
					margin: 5px 0 0 0;
				}

				.gearIndividual .facets .facetrating li {
					float: left;
					width: 35px;
					height: 22px;
					margin: 0 0 0 3px;
					display: block;
					text-indent: -999em;
					background: #c2e27d;
				}

					.mobile .gearIndividual .facets .facetrating li {
						width: 9%;
						margin-right: 1%;
						margin-left: 0;
					}

					.gearIndividual .facets .facetrating li.rating1 {
						background: #d0e384;
					}

					.gearIndividual .facets .facetrating li.rating2 {
						background: #cde37c;
					}

					.gearIndividual .facets .facetrating li.rating3 {
						background: #cbe378;
					}

					.gearIndividual .facets .facetrating li.rating4 {
						background: #c8e272;
					}

					.gearIndividual .facets .facetrating li.rating5 {
						background: #c7e06c;
					}

					.gearIndividual .facets .facetrating li.rating6 {
						background: #c6e067;
					}

					.gearIndividual .facets .facetrating li.rating7 {
						background: #c1e160;
					}

					.gearIndividual .facets .facetrating li.rating8 {
						background: #bfe059;
					}

					.gearIndividual .facets .facetrating li.rating9 {
						background: #bddd53;
					}

					.gearIndividual .facets .facetrating li.rating10 {
						background: #bbdb4c;
					}

			.gearIndividual #manufacturerLogo img, .gearIndividual #manufacturerLogo a {
				position: absolute;
				right: 0;
				top: -153px;
				background: #fff;
			}

				.gearIndividual #manufacturerLogo a img {
					position: relative;
					right: 0;
					top: 0;
				}