*,ul,li {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	background: #dddddd url('/assets/images/page_bg.gif') repeat-x;
}

#container {
	width: 1000px;
	margin: 40px auto;
}

#page_header {
	background: transparent url('/assets/images/header.png') no-repeat top left;
	height: 90px;
}

#page_content {
	background: transparent url('/assets/images/body_bg.png') repeat-y top right;

	line-height: 1.5;
	padding: 30px 30px 5px 30px;

	position: relative;
	min-height: 300px;
}

#page_footer {
	background: transparent url('/assets/images/footer_bg.png') no-repeat bottom left;
	height: 30px;
}

#menu {
	position: absolute;
	left: 0;
	top: 30px;
	width: 180px;
}

#menu ul {
	background: url('/assets/images/nav_mid.gif') repeat-y;
}

#menu .top {
	background: url('/assets/images/nav_top.gif') no-repeat;
	width: 200px;
	height: 20px;
}

#menu .bot {
	background: url('/assets/images/nav_bot.gif') no-repeat;
	width: 200px;
	height: 25px;
}

#menu li {
	list-style-type: none;
	padding: 3px 0 3px 30px;
}

#menu li a {
	color: black;
	text-decoration: none;
}

#menu li a:hover {
	color: #080;
}

#content {
	margin-left: 180px;
}

.buttons {
	text-align: right;
}

.buttons a img {
	border: none;
}

/* Datatable Styles */

.yui-dt-loading {
	display: none;
}

.datatable table {
	width: 100%;
}

table.datatable {
	width: 100%;
	margin: 10px 0;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	border-left: 1px solid #aaa;
}

table.datatable tr td, table.datatable tr th {
	padding: 4px 10px 2px 10px;
}

table.datatable tr.header th {
	background: #eee;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #888;
}

table.datatable tr.odd {
	background: #eef;
}

.datatable td.machineryforsaleimage_set {
	position: relative;
	width: 170px;
	padding: 0;
	text-align: center;
	min-height: 100px;
	display: block;
}

.datatable td.machineryforsaleimage_set img {
	margin: 5px;
}

.datatable td.machineryforsaleimage_set div.sold {
	position: absolute;
	padding: 0 5px;
}

.datatable td.yui-dt0-col-machineryforsaleimage_set {
	width: 170px;
	padding: 0;
}

.datatable td.yui-dt0-col-machineryforsaleimage_set div {
	margin: 0 auto;
	min-height: 100px;
	text-align: center;
	position: relative;
}

.datatable td.yui-dt0-col-machineryforsaleimage_set img {
	border: 1px solid #777;
}

.datatable td.yui-dt0-col-machineryforsaleimage_set div.sold {
	position: absolute;
	width: 150px;
	height: 100px;
	top: 5px;
	left: 11px;
	z-index: 10;
	text-align: center;
}

.datatable td.yui-dt0-col-machineryforsaleimage_set div.sold img {
	border: none;
}


.pagination a img {
	border: none;
}

.pagination a.right {
	position: absolute;
	top: -8px;
	right: 0;
}

.pagination a.left {
	position: absolute;
	top: -8px;
	left: 0;
}

.pagination {
	position: relative;
}

.pagination div {
	margin: 0 15px;
	padding: 2px 0;
	text-align: center;
	vertical-align: bottom;
}

#dt-pager {
	text-align: center;
}

h3 {
	font-size: 1.3em;
	color: #228822;
	border-bottom: 1px solid #228822;
	padding: 0 0 0 10px;
}

h3 span {
	font-size: 0.7em;
	color: #4b4;
}

.meta table th {
	width: 120px;
	text-align: left;
}

.meta table th, .meta table td {
	padding: 2px;
}

.meta table {
	margin: 10px 0 35px 25px;
}

.addform td {
	color: #888;
	font-size: 0.8em;
}

.addform td, .addform th {
	padding: 4px;
}

.addform th {
	text-align: left;
}

.wizard_form {
	position: relative;
	margin: 20px 0 20px 20px;
}

.wizard_form p, .instant_quote div p {
	color: #888;
	font-size: 0.9em;
	margin-bottom: 5px;
	margin-left: 0;
}

.wizard_form p input, .wizard_form p label, .instant_quote label {
	color: #000;
	font-size: 1.15em;
}

.wizard_form p input, .wizard_form p select, .instant_quote p input {
	width: 120px;
	margin-right: 10px;
}

.wizard_form p label, .instant_quote label {
	font-weight: bold;
	display: block;
}

.wizard_form .captcha {
	width: 320px;
	height: 135px;
	margin: -5px 0 0 -5px;
}

#recaptcha_area {
	position: absolute;
}


.wizard_form ul.errorlist {
	position: absolute;
	padding-left: 135px;
	list-style-type: none;
	font-size: 0.9em;
	color: red;
}

.finance_form ul.errorlist {
	width: 200px;
	padding-left: 65px;
	margin-top: 0px;
}

.buttons {
	text-align: right;
	padding: 4px 8px;
	margin-top: 30px;
}

img.step {
	margin: 0 0 15px 0;
}

div.images div {
	position: relative;
	display: inline-block;
}

div.images a {
	outline: none;
}

div.images div img {
	margin: 10px;
}

div.images input {
	position: absolute;
	bottom: 15px;
	right: 10px;
}

div.images div img {
	border: 1px solid #000;
}

div.images div img.snazzy {
	border: none;
	position: absolute;
	bottom: 5px;
	right: 0px;
	margin: 0;
	padding: 0;
}

#id_image {
	width: auto;
}

div.add_photos .info {
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 15px;
}

img.snazzy {
	cursor: pointer;
}

div.meta {
	position: relative;
	border: 1px dashed #ccc;
	background: #eee;
	margin: 20px;
}

div.meta dl.contact {
	margin: 15px 15px 15px 365px;
}

div.meta dl.info {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 365px;
}

div.meta dl dd, div.quote dl dd {
}

div.meta dl dt, div.data dl dt, div.quote dl dt {
	float: left;
	clear: left;
	width: 100px;
	font-weight: bold;
}

div.meta dt:after, div.data dt:after, div.quote dt:after {
	content: ":"; 
}

div.data {
	position: relative;
	margin: 20px;
	border: 1px solid #aaa;
	background: #eee;
}

div.data dl.info {
	margin: 15px;
}

div.data dl.right {
	position: absolute;
	top: 15px;
	left: 365px;
	width: 385px;
}

div.listing div.desc {
	margin: 20px;
	padding: 15px;
	background: #efe;
	border: 1px solid green;
}

div.listing div.images {
	margin: 20px;
}

div.listing div.images img {
	margin: 0 20px 0 0;
	border: 1px solid #888;
}

p.info {
	padding: 20px 35px;
	border: 1px solid green;
	margin: 20px 0 25px 0;
	background: #eeffee;
	font-weight: bold;
}

.intro {
	margin-right: 190px;
}

.intro img.green {
	margin: 10px 0 10px 15px;
	border: 1px solid green;
	float: right;
}

.intro a img {
	margin: 30px 0 10px -90px;
	border: 1px solid green;
}

.intro .images {
	margin: 0 0 24px 0;
	padding: 0 0 0 25px;
}

.intro h3 {
	font-size: 1.2em;
	border: none;
	padding: 5px 0 0 0;
	color: #444;
}

.intro .today {
	margin: 0 0 0 25px;
}

.wizard_form .main {
	position: absolute;
	top: -5px;
	left: 350px;
	width: 450px;
}

.wizard_form .main ul.errorlist {
	width: 260px;
}

.wizard_form .billing {
	width: 325px;
}

.help .info {
	margin: 25px;
}

a.banner img {
	border: none;
	border: 1px solid #000;
}

.banners {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 165px;
}

.left_banners {
	margin-top: 25px;
}

.banners img, .left_banners img {
	border: none;
	outline: none;
	float: right;
	clear: both;
	margin-bottom: 25px;
}

.contact .details {
	position: relative;
}

.contact p.address {
	margin: 25px 30px;
	line-height: 1.4;
}

.contact p.address span {
	font-weight: bold;
}

.contact .misc {
	position: absolute;
	top: 0px;
	left: 220px;
}

.contact .misc span {
	font-weight: bold;
	display: inline-block;
	width: 75px;
}

#id_brief_description {
	width: 340px;
}

p {
	margin: 5px 0 10px 25px;
	line-height: 1.4;
}

h2 {
	font-size: 1.3em;
	color: #228822;
	border-bottom: 1px solid #228822;
	padding: 0 0 0 10px;
}

.bulk li {
	margin: 3px 0 3px 80px;
}

.wizard_form .bulk_enquiry {
	position: absolute;
	top: 0;
	left: 350px;
	width: 450px;
}

.wizard_form .bulk_enquiry ul.errorlist {
	margin-left: 100px;
}

img.golf_finance {
	margin: 0 0 0 25px;
}

.finance ul {
	margin: 7px 0 7px 75px;
	line-height: 1.4;
}

.finance .instant_quote {
	padding: 15px;
	border: 1px solid #228822;
	background: #efe;
	margin: 25px;
}

.finance .instant_quote .quote_form {
	margin: 15px auto;
	width: 300px;
	position: relative;
}

.finance .quote_buttons {
	position: absolute;
	top: 0;
	left: 210px;
}

.finance .instant_quote ul {
	position: absolute;
	bottom: -20px;
	left: 15px;
	list-style-type: none;
	font-size: 0.9em;
	color: red;
	margin: 0;
}

.finance .quote {
	padding: 15px;
	border: 1px solid #228822;
	background: #efe;
	margin: 25px;
}

.finance .quote dl {
	font-size: 1.2em;
	width: 410px;
	margin: 0 auto;
}

.finance p.vat {
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}

.finance .quote dl dt, .finance .quote p {
	font-weight: bold;
}

.finance .wizard_form .fields {
	position: relative;
	zmargin: 25px 35px 25px 25px;
	margin: 25px;
	width: 675px;
}

.finance .wizard_form .fields ul.errorlist {
	padding-left: 60px;
	width: 180px;
}

.finance .wizard_form .captcha_panel {
	position: absolute;
	right: 0;
	top: 0;
}

.finance p.apply {
	font-weight: bold;
}

.finance_available {
	text-align: center;
}

.finance_available img {
	border: none;
	margin: 0 auto;
}

div.delete h3 {
	color: #900;
	border-bottom: 1px solid #900;
}

div.delete p.info {
	border: 1px solid #900;
	background: #fee;
}

.finance .address {
	margin: 40px auto 0 auto;
	font-weight: bold;
	text-align: center;
}

.finance dl {
	width: 200px;
	margin: 20px auto;
}

.finance dl dt {
	font-weight: bold;
	float: left;
	clear: left;
	width: 50px;
}

.finance dl dt:after {
	content: ":"
}

.finance .small {
	margin: 10px 0;
	font-size: 0.9em;
	color: #333;
	text-align: center;
}

.finance span.phone {
	font-size: 1.4em;
	font-weight: bold;
	vertical-align: middle;
}

div#content div.item_sold {
	background: white url('../images/sold_bg.png') no-repeat;
}

div.meta dl span.sold {
	font-weight: bold;
	color: red;
}

.finance #id_address {
	height: 50px;
	width: 250px;
}

.finance #id_postcode {
	margin-bottom: 40px;
}

.finance #id_comments {
	height: 120px;
}
