body {
	background: white url(../images/bg2.gif) repeat-y;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.4;
}

#human {
	visibility:hidden;
	display: none;
}

#box_quicksearch {
	float: left;
	margin: 0 0 5px 5px;
}

#box_quicksearch h2 {
	font-size: 10px;
}

#box_quicksearch form input {
	display: inline;
}

#menu {
	clear: left;
	position: relative;
	width: 121px;
	left: 5px;
}

#menu h2 {
	text-transform: uppercase;
	color: black;
	margin-bottom: 5px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	position: relative;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 117px;
}

#menu li a {
	width: 117px;
	height: 20px;
	display: block;
	font-size: 10px;
	background: #eee;
	border: 1px solid #d8d8d8;
	border-left: 3px solid #555;
	color: #555;
	text-decoration: none;
	line-height: 20px;
	padding-left: 2px;
}

#menu li a:hover {
	color: #68a32f;
	background: #d3f09f;
	border: 1px solid #d8d8d8;
	border-left: 3px solid #390;
}

#menu li ul {
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 6px;
}

#box_newsletter {
	border: 1px solid #777777;
	background: #f8f8f8;
	width: 117px;
	margin: 10px 0 10px 5px;
	padding: 4px 0 4px 4px;
	vertical-align: top;
}

#box_newsletter h2 {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#box_newsletter p {
	margin: 0;
	padding: 0;
}

/***************************************
 * POSITIONING
 */ 

div.headerAdvert {
	left: 292px;
	top: 3px;
	height: 60px;
	width: 468px;
	position: absolute;
	background: white;
}
 
#navigation {
	background: url('../images/menubg2.gif');
	height: 24px;
	width: 743px;
	color: #32D600;
	font-size: 10px;
	vertical-align: top;
	padding: 6px 10px 0 10px;
}

div.main {
	width: 450px;
	left: 133px;
	position: absolute;
	padding: 5px 5px 0 0;
}

div.leftBar {
	width: 150px;
	left: 5px;
	position: absolute;
	z-index: 1000;
	padding: 5px 5px 0 0;
}

div.rightBar {
	width: 165px;
	left: 590px;
	position: absolute;
	padding: 5px 5px 0 0;
}

div.ticker {
	width:450px;
	padding: 0 0 10px 0;
}

/***************************************
 * LOGIN
 */ 

#box_login {
	border: 1px solid #777777;
	background: #f8f8f8 url('../images/loginbg.gif') no-repeat;
	width: 157px;
	margin: 0 0 10px 0;
	padding: 19px 4px 4px 4px;
	vertical-align: top;
	overflow: hidden;
}

#box_login h2 {
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 0 0;
}

#box_login h2 span {
	display: none;
}

#box_didyouknow {
	border: 1px solid #777777;
	background: #f8f8f8 url('../images/dykbg.gif') no-repeat;
	width: 157px;
	margin: 0;
	padding: 19px 4px 4px 4px;
	vertical-align: top;
	overflow : hidden;
}

#box_didyouknow h2 {
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#box_didyouknow h2 span {
	display:none;
}

#box_didyouknow h3 {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	color: #68a32f;
}

/***************************************
 * ADVERTS
 */ 

div.adverts {
	text-align: center;
	width: 165px;
/*	overflow: hidden;*/
}

div.mp_advert {
	padding: 0 0 5px 0;
}

/***************************************
 * PRODUCT ITEMS
 */ 

div.itemPremium {
	border: 2px solid #EBE190;
	border-left: 0;
	border-right: 0;
	background: #FFF6C6 url('../images/itempremiumbg.gif') repeat-x;
	width: 442px;
	min-height: 100px;
	margin: 0 0 10px 0;
	padding: 4px 4px 4px 4px;
	vertical-align: top;
}

* html div.itemPremium {
	width: 450px;
}

div.itemPremium img {
	width: 70px;
	border: 1px solid #92AE0D;
}

div.itemPremium h1 a {
	color: dimgray;
	font-weight: bold;
}

div.itemPremium h2 a {
	color: dimgray;
	font-weight: bold;
}

div.itemPremium h1 a:hover {
	color: dimgray;
	font-weight: bold;
	text-decoration: underline;
}

div.itemPremium h2 a:hover {
	color: dimgray;
	font-weight: bold;
	text-decoration: underline;
}

div.itemPremium h1 {
	background: url('../images/premiumstar.gif') no-repeat;
	color: #D49816;
	font-size: 14px;
	font-weight : bold;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	overflow: hidden;
	height: 1.5em;
}

div.itemPremium h2 {
	background: url('../images/premiumstar.gif') no-repeat;
	color: #D49816;
	font-size: 14px;
	font-weight : bold;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	overflow: hidden;
	height: 1.5em;
}

div.itemPremium strong {
	color: #D49816;
}

div.item {
	border: 1px solid #92AE0D;
	border-left: 0;
	border-right: 0;
	background: #F8FEF2 url('../images/itembg.gif') repeat-x;
	width: 442px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 4px 4px 4px 4px;
	vertical-align: top;
}

* html div.item {
	width: 450px;
}

div.item img {
	width: 70px;
	border: 1px solid #92AE0D;
}

div.item h1,
div.item h2 {
	color:dimgray;
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0 0 10px 0;
	overflow:hidden;
	height:1.5em;
}

div.item h1 a,
div.item h2 a {
	color: dimgray;
	font-weight: bold;
}

div.item h1 a:hover,
div.item h2 a:hover {
	color:dimgray;
	font-weight:bold;
	text-decoration:underline;
}

div.item strong {
	color:#444444;
	white-space:nowrap;
}

div.moreInfo {
	width:74px;
	height:25px;
	background:url('../images/moreinfo.gif') no-repeat;
	padding:0 0 2px 0;
	cursor:pointer;
}

div.moreInfo span {
	display:none;
}

div.emailEnquiry {
	width:90px;
	height:25px;
	background: url('../images/emailenquiry.gif') no-repeat;
	padding:0 0 2px 0;
	cursor:pointer;
	z-index:-1;
}

div.emailEnquiry span {
	display:none;
}

div.financeEnquiry {
	width:101px;
	height:25px;
	background: url('../images/financeenquiry.gif') no-repeat;
	padding:0 0 2px 0;
	cursor:pointer;
	z-index:-1;
}

div.financeEnquiry span {
	display:none;
}

div.iconSold {
	width: 64px;
	height: 18px;
	background: url('../images/mp_sold.gif') no-repeat;
	padding: 0 0 2px 0;
}

div.iconSold span {
	display:none;
}

div.iconForSale {
	width: 64px;
	height: 18px;
	background: url('../images/mp_forsale.gif') no-repeat;
	padding: 0 0 2px 0;
}

div.iconForSale span {
	display:none;
}

div.iconForHire {
	width: 64px;
	height: 20px;
	background: url('../images/mp_forhire.gif') no-repeat;
}

div.iconForHire span {
	display:none;
}

div.iconNew {
	width: 64px;
	height: 20px;
	background: url('../images/mp_new.gif') no-repeat;
}

div.iconNew span {
	display:none;
}

div.iconExDemo {
	width: 64px;
	height: 20px;
	background: url('../images/mp_exdemo.gif') no-repeat;
}

div.iconExDemo span {
	display:none;
}

div.iconUsed {
	width: 64px;
	height: 20px;
	background: url('../images/mp_used.gif') no-repeat;
}

div.iconUsed span {
	display:none;
}

#error {
	color: #ff0000;
	font-weight: bold;
}

div.box {
	border: 1px solid #777777;
	border-left: 0;
	border-right: 0;
	background: #f7f7f7;
	width: 442px;
	margin: 0 0 10px 0;
	padding: 4px 4px 4px 4px;
	vertical-align: top;
	clear : both;
}

div.box th {
	text-align: left;
}

* html div.box {
	width: 450px;
}

div.box img {
	/*height: auto;
	width: 70px;*/
	border: 1px solid #777777;
	caption-side : bottom;
}

div.box img.delete {
	width: 10px;
	height: 10px;
	border: none;
	vertical-align: top;
	text-align: right;
}

div.box tr.sub {
	background: #f7f7f7;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;		
}

div.box tr.sub:hover {
	background: #D9F0CC;
}

div.box tr.sub_alt {
	background: #f0f0f0;
	border: 0;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;	
}

div.box tr.sub_alt:hover {
	background: #D9F0CC;
}

div.box tr.premsub {
	background: #F5F5EA;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;		
}

div.box tr.premsub:hover {
	background: #D9F0CC;
}

div.box tr.premsub_alt {
	background: #F0F0E1;
	border: 0;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
}

div.box tr.premsub_alt:hover {
	background: #D9F0CC;
}

div.box tr.premsub td.title,
div.box tr.premsub_alt td.title {
	background: url('../images/premiumstar_small.gif') no-repeat 0 2px;
	padding-left: 11px;
}

div.alert {
	border: 1px solid #FF7777;
	background: #FFEEEE;
	width: 442px;
	height: auto;
	margin: 10px 0 10px 0;
	padding: 4px 4px 4px 4px;
	vertical-align: top;
	color: red;
	width: 350px;
	position: relative;
	left: 50px;
}

div.alert h1 {
	color: red;
	margin: 0;
	padding: 0;
}

div.alert a {
	color: red;
	font-weight: bold;
}

div.alert a:hover {
	color: red;
}

div.alert a:visited {
	color: red;
}

div.breadcrumbs {
	display: block;
	color: #909090;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	width: 450px;
	border: 0;
	border-bottom: 1px solid #cccccc;
}

div.breadcrumbs a {
	display: inline;
	color: black;
	font-size: 10px;
	font-weight: normal;
}

div.breadcrumbs a:hover {
	display: inline;
	color: black;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

div.breadcrumbs a:visited {
	display: inline;
	color: black;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

img.small {
	width: 70px;
	height: 70px;
	margin: 0 0 10px 0;
	border: 1px solid gray;
}

img.large {
	width: 300px;
	border: 1px solid gray;
}

/***************************************
 * PAGE DEFAULTS
 */ 

div.header {
	background: black url('../images/header.jpg') repeat-y;
	height: 66px;
	width: 763px;
}

div.footer {
	float: left;
	text-align: center;
	clear: both;
	width: 763px;
}

a.pagenation {
	font-size:9pt;
}

select {width: 225px;}
input {width: 225px;}
input.radiobutton { width: auto; display: inline}

input.main_buttons { font-size: 9pt; width: 80px; height: 23px; font-weight: normal; }

table { border-collapse: collapse; margin:0; color: black; font-family:verdana,arial,helvetica,sans-serif; font-size:10px; }
tr.tbltrMenu  { background : black; padding:0; vertical-align:middle;}
td.tbltdMenu  { color : #ffffff; border: 1px solid black;}

/*	headers */
tr.tblPageHeader  { background : darkblue; color:white; font-size: 12px; font-weight: bold;}
td.tblPageHeader  { background : darkblue; color:white; font-size: 12px; font-weight: bold;}

/*	forms */
table.tableForm { width: 396px; margin: 6px 0 6px 0; }
* html tableForm { width: 400px; }

tr.trForm { background:#efeeee; color: black; font-size: 12px; font-weight:bold }
td.tdFormLeft  { width: 160px; border: 0; border-left: 2px solid #C0C9B8; background:#E0EAD6; color: black; font-size: 12px; font-weight: bold; padding: 0 0 0 10px; }
td.tdFormLeft_alt  { width: 160px; border: 0; border-left: 2px solid #CDD6C4; background:#E6F2DA; color: black; font-size: 12px; font-weight: bold; padding: 0 0 0 10px }
td.tdFormRight  { border: 0; border-right: 2px solid #F4F9EE; background: #FBFDF9; text-align:left;color: black; font-size: 12px; font-weight:normal; padding: 0 0 0 4px }
td.tdFormRight_alt  { border: 0; border-right: 2px solid #ECFADF; background: #F9FFF2; text-align:left;color: black; font-size: 12px; font-weight:normal; padding: 0 0 0 4px }

table.pgClass {
	border: thin solid dimgray;	}
tr.pgClass { background:#efeeee; color: black; font-size: 12px; font-weight:bold; }
td.pgClass { background:#ffffff; color: black; font-size: 12px; font-weight:normal; }
a.pgClass { color: #000000; font-size:12px; }

/**/
tr.tbltrDetail { background: #eaeaea; cursor: hand; }
tr.tbltrDetail_on { background:#ffffff; cursor: hand; }

td.tbltdDetail { color: black;
	border: 1px solid #999999; vertical-align: baseline; font-size: 12px;}
a.tdDetail {color: #000000; font-size:12px;}

/*	left and right colums on forms */
td.tbl_left_tdDetail { background:<?=$bg_left_col?>; color: <?=$ft_table_detail?>; font-size: 12px; font-weight:bold;}
td.tbl_right_tdDetail { background:<?=$bg_right_col?>; color: <?=$ft_right_col?>; font-size: 12px; }


#reports_summary { border: 2px solid darkblue; font-size: 12px;}
#reports_summary th { background: darkblue; color: white;}

form { margin: 0
}

.formButton {
	width: auto;
	height: 27px;
	border: 1px solid #060;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	color: #396112;
	cursor: pointer;
}

.formButton_publish {
	background: #396112;
	color: white;
	float: left;
	margin-right: 4px;
}

.formButton_draft {
	background: #9fc779;
	color: white;
	float: left;
	margin-right: 4px;
}

.formButton_discard {
	background: #999;
	color: black;
	float: right;
	margin-left: 4px;
}

.formButton_disabled {
	background: #dfdfdf;
	color: #bfbfbf;
	border: 1px solid #ccc;
}

p {
	padding: 0 0 0 0;
	margin: 10px 0 10px 0;
}

a  {
	color: #68A32F;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-decoration : none;
	font-weight : normal; 
	font-size:1em;
}

a:hover 
{
	color: #91BF64;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-decoration : underline;
	font-weight : normal; 
	font-size:1em;
}
	
a.blacklink 
{
	color: #000000; 
}
	
a.whitelink 
{
	color: #FFFFFF; 
}
	
a:hover.whitelink 
{
	color: #FFFFFF; text-decoration:underline; 
}

a.icon {
	background: url('../images/button.gif') no-repeat;
	padding: 0 0 0 15px;
	color: #68A32F;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-decoration : none;
	font-weight : bold;
	font-size: 11px;
}

a.icon:hover {
	background: url('../images/button.gif') no-repeat;
	padding: 0 0 0 15px;
	color: #91BF64;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight : bold;
	font-size: 11px;
}

input.formGo {
	border: 0;
	padding: 0;
	margin: 0;
	background: url('../images/gobutton.gif') no-repeat 0 0;
	font-size: 10px;
	position: relative;
	line-height: 10px;
	cursor: pointer;
	color: #68A32F;
	height: 19px;
	width: 14px;
}

abbr, acronym {
	cursor:help;
	font-weight:bold;
	border-bottom:1px dotted #000000;
}

a.back {
line-height: 20px;
}

a.linkleft { color: #1c97e5; text-decoration: none;  background: url(../images/link.gif) center left no-repeat; padding-left: 15px; text-decoration: none; }
a.linkleft:hover { color: #1c97e5; text-decoration: none;  background: url(../images/link.gif) center left no-repeat; padding-left: 15px; text-decoration: none; } 

hr {
	border-width: 0;
	border-bottom: 1px solid #68A32F;
	margin: 0;
	padding: 5px 0 5px 0;
	line-height: 2px;
	border-collapse: collapse;
	}

h1 {
	font-size: 12px;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
	color: #68A32F;
}

h1.farmgearplus, h2.farmgearplus {
	background: url('../images/headerfarmgearplus.gif') 0 0 no-repeat;
  height: 25px;
}

h1.events, h2.events {
	background: url('../images/headerevents.gif') 0 0 no-repeat;
  height: 25px;
}

h1.dealers, h2.dealers {
	background: url('../images/headerdealers.gif') 0 0 no-repeat;
  height: 25px;
}

h1.marketplace, h2.marketplace {
	background: url('../images/headermarketplace.gif') 0 0 no-repeat;
  height: 25px;
}

h1.services, h2.services {
	background: url('../images/headerservices.gif') 0 0 no-repeat;
  height: 25px;
}

h1.atlasfinance, h2.atlasfinance {
	color:red;
	font-size:20px;
	font-weight:bold;
}

h1 span {display:none}
h2 span {display:none}

h2 {
	font-size: 10px;
	color: #68A32F;
	font-weight: bold;
}

ul.tc li {
	font-weight: bold;
	padding: 5px 0 10px 0;
	list-style-type: decimal;
	margin-left: 0;
}

ul.tc ol li {
	font-weight: normal;
	list-style-type: decimal;
	margin-left: 0;
	padding: 0 0 2px 0;
}

ul.tc ol ol li {
	font-weight: normal;
	list-style-type: lower-alpha;
	margin-left: 0;
	padding: 0 0 2px 0;
}

ul.home {
	padding: 5px 0 10px 0;
	margin-left: 10px;
}

li.home {
	margin: 0 2px 2px 20px;
	list-style-type: none;
	background: url('../images/bullet.gif') no-repeat 0 0;
	padding: 0 0 0 12px;
}

/***************************************
 * MENU
 */

#map_canvas {
	margin: 10px;
	width: 450px;
	height: 400px;
	border: 1px solid #d8d8d8;
}

.image-column {
	width: 74px;
}

.item th, .itemPremium th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

.item ul, .itemPremium ul {
	margin-bottom: 10px;
}

.item li, .itemPremium li {
	list-style: none;
}

div.rightBar {
	float: right;
	position: static;
}

div.main {
	float: right;
	position: static;
}

div#leftBar {
	float: left;
}

#page-wrapper {
	width: 763px;
}

strong {
	font-weight: bold;
}

