/*--------------------------------------------------*/
/* Content                                          */

#content ul {
	width: auto;
	margin: 0 0 40px 0;
	padding: 0;
	list-style-type: none;
}

	#content ul li {
		float: left;
		width: 237px;
		margin: 0 0 15px 3px;
		padding: 0 10px;
		background: url('/a/themes/harley_benelux/img/global/bikeBg.gif') center bottom;
	}

	#content ul li.first {
		background: none;
	}
	
	li.rangeTitle {
		float: none !important;
		clear: both;
	}
	
		#content ul li h3 {
			padding-top: 30px;
		}

		#content ul li a {
			color: #ccc;
			text-decoration: none;
			font-family: Georgia, "Times New Roman",  Times,  serif;
			float: left;
			margin-bottom: 5px;
		}
		
			#content ul li a.bikeInfoContainer {
				height: 12em;
				width: 100%;
				text-align: center;
			}
		
		#content ul li a:hover {
			color: #fb8200;
		}
		
		#content ul li a img {
			margin: 0 auto 5px auto;
		}
		
		#content ul li a.specs {
			background: url("/a/themes/harley/img/theRange/theSpecs.gif") no-repeat center left;
			float: left;
			clear: left;
			font-family: arial, verdana, helvetica, sans-serif;
			padding-left: 15px;
			font-size: 0.85em;
			margin-top: 5px;
			margin-left: 15px;
		}
		
		#content ul li a.book {
			float: right;
			color: #cccccc;
			/*background: url("/a/themes/harley/img/theRange/book.png") no-repeat top left;*/
			background: url("/a/themes/harley_benelux/img/theRange/bookLines.gif") no-repeat top right;
			font-family: arial narrow, arial, verdana, helvetica, sans-serif;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 1em;
			text-align: right;
			margin: 0;
			width: auto !important;
			height: 26px;
			padding: 3px 10px 0 7px;
			white-space: nowrap;
			margin-right: 15px;
		}
		
		#content ul li a.book:hover {
			color: #0a0a0a;
		}

		h2 {
			text-transform: uppercase;
		}

		.smallGrey {
			font-size: 11px;
			color: #cccccc;
			padding-top: 10px;
		}

		.topLine {
			padding-top: 5px;
			padding-bottom: 15px;
		}

		.smallWhite {
			font-size: 11px;
			color: white;
		}

		h2.white {
			font-size: 20px;
			padding-top: 0px;
		}