﻿
.logos li {
	list-style-type: none;
	display:inline;

	padding: 10px 5% 10px 5%;
	background: none;
	}

.product_bike {
	width: 100%;
	height: 300px;  /* Bikes images are 213px high */
	margin: 0;
	padding: 15px 0;
	border-bottom: solid #ddd 1px;
	}

.product_bike img {
	margin-left: 5px;
	float: right;
	}

.read_more {
	width: 47%;
	text-align: right;
	}

.read_more a {
	font-size: 85%;
	font-weight: bold;
	font-style: italic;
	}

.read_more a:hover {
	text-decoration: underline;
	}

.product_bike p {
	line-height: 0.7em;
	}

.price {
	font-weight: bold;
	}

.rrp {
	font-weight: bold;
	text-decoration: line-through;
	}
	
.makers_table{
	width: 80%;
	text-align: center;
}

.left{
	width: 20%;
}

.row{
	margin-bottom: 5px;
}
	