/** Start: Global Styles **/
body {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #333333;
}

h1,h2 {
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 20px;
}

h2 {
	margin: 15px 0 20px;
	font-size: 16px;
}

h3 {
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 20px;
}

p,ul,ol {
	font-size: 12px;
}

p {
	margin-bottom: 10px;
	line-height: 120%;
}

ul,ol {
	margin: 10px 0 10px 0px;
}

li {
	margin-bottom: 5px;
	line-height: 120%;
}

a {
	color: #458B2B;
}

a:hover {
	text-decoration: underline;
}

/** Start: Product Details **/
.product-details {
	border-bottom: 1px solid #dfdfdf;
	padding: 20px 0px 20px 170px;
	min-width: 320px;
	min-height: 160px;
	margin: 0 auto;
	/** Positioning test **/
	display: table;
	min-height: 140px;
	vertical-align: bottom;
}

.product-details.last {
	border: none;
}

.product-details h3 {
	margin-bottom: 5px;
	font-weight: 900;
	font-size: 16px;
}

.product-details .description {
	margin: 10px 0;
}

.product-details .price {
	font-size: 16px;
	font-weight: 900;
	color: #BF4B23;
}

.product-details img {
	float: left;
	position: relative;
	left: -170px;
	margin-right: -100%;
	border: 1px solid #f1f1f1;
	padding: 1px;
	border: 1px solid #f1f1f1;
	margin-right: -100%;
	position: relative;
	width: 150px;
	height: 150px;
}

.product-details .button-links {
}

.product-details .button-links li {
	float: left;
	margin-right: 5px;
}

.product-details .button-links li a {
	border: 1px solid #8ECF74;
	background: #a4ef86;
	display: block;
	padding: 4px 5px;
	width: 132px;
	text-align: center;
}

.product-details .button-links li a:hover {
	border-color: #458b2b;
}

.product-details .button-links li a.view-range {
	background: #f3f2f0;
	border-color: #dddddd;
	color: #666666;
}

.product-details .button-links li a.view-range:hover {
	border-color: #666666;
}

/** End: Product Details**/ /** Start: Block Links **/
a.free-uk-delivery {
	text-indent: -9999px;
	display: block;
	width: 185px;
	height: 60px;
	background:
		url('http://www.garden-tractor.co.uk/Merchant2/graphics/00000001/leftnav_freedelivery.gif')
		no-repeat -1px -1px;
}

a.ask-before-you-buy {
	text-indent: -9999px;
	display: block;
	width: 185px;
	height: 60px;
	background:
		url('http://www.garden-tractor.co.uk/Merchant2/graphics/00000001/leftnav_askb4ubuy.gif')
		no-repeat -1px -1px;
}

/** End: Block Links **/
div.images {
	margin: 0 0 10px;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

div.images img {
	margin: 0 5px;
}

/** Start: Manufacturers List **/
.manufacturers-list {
	margin: 0;
}

.manufacturers-list li {
	float: left;
}

.manufacturers-list li	a {
	display: block;
	padding: 4px 5px;
}

/** End Manufacturers List **/
.link-list li {
	padding: 4px 0 2px 160px;
	float: left;
	clear: left;
	width: 360px;
}

.link-list a {
	display: block;
	width: 150px;
	float: left;
	clear: left;
	margin-left: -160px;
	text-align: right;
}