﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/css?display=swap&family=Roboto:400,700,900);

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
#header-bar {
	width: 100%;
	background-color: #00663d;
	height: 50px;
	position: fixed;
	z-index: 999;
}
#header-bar-inner {
	width: 1190px;
	margin-left: auto;
	margin-right: auto;
}
#logo-box {
	display: block;
	float:left;
	width: 170px;
	height: 52px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: #fff url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: 0 0;
	border-bottom: 3px solid #fff;
}
#logo-box:hover {
	border-bottom-color: #feb934;
}
.markets-widget a:link,.markets-widget a:visited,select{-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s}
#markets-widget {
	float:left;
	width:210px;
	margin:10px;
	color:#fff;
	font-size: 12px;
	line-height:30px;
}
#site-toolbar {
	float: right;
}
#site-toolbar-col-1 {
	float: left;
	margin: 10px 0 10px 0;
	padding: 0 12px 0 12px;
	border-right: 1px solid #1a7651;
}
#site-toolbar-col-2 {
	float: left;
	margin: 10px 0 10px 0;
	padding: 0 10px 0 10px;
	border-right: 1px solid #1a7651;
}
#site-toolbar-col-3 {
	float: left;
	padding: 0 0 0 5px;
}
#full-menu-area, #search-area {
	display: none;
	width: 100%;
	position: fixed;
	top: 50px;
	text-align: center;
	padding-bottom: 0;
	z-index: 998;
	color:#fff;
	background: #333 url(/Classifieds/App_Themes/Classifieds/assets/backgrounds/drop-menu-back.png) repeat-x;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .3);
}
#full-menu-area {
    overflow-y: scroll;
    height: 600px;
}
#search-area {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #333;
}
#body-area {
	padding-top: 60px;
	width: 1190px;
	margin-left: auto;
	margin-right: auto;
	position:relative
}
#top-leaderboard-slot {
	float: right;
	padding:20px 0 5px 0;
}
#bottom-leaderboard-slot {
	text-align: center;
	padding:10px 0 25px 0;
}
.content-box {
	width:370px;
	padding: 20px 0 10px 0;
	font-weight: 400;
	font-size: 14px;
	position:relative
}
.content-box-title-bar {
	background: url(/Classifieds/App_Themes/Classifieds/assets/backgrounds/content-box-title-bar-back.png) repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
}
#print-partner-box {
	background-color: #00663d;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color:#fff;
	padding: 10px;
	margin-top: 5px;
	text-align: center;
}
#mag-cover {
	float: left;
	margin-left:10px;
	margin-right:10px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
}
.banner-slot {
	text-align: center;
	padding-top: 25px;
}
.search-links {
	text-align: center;
	font-size:12px;
	line-height: 22px;
	padding-top: 10px;
	background-image: url(/Classifieds/App_Themes/Classifieds/assets/backgrounds/search-links-line.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.listing-tools-box-title-bar {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-image: url(/Classifieds/App_Themes/Classifieds/assets/backgrounds/search-links-line.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.dealer-search-links {
	text-align: center;
	font-size:12px;
	line-height: 25px;
	padding-top: 8px;
}
.featured-item {
	line-height: 18px;
	padding-bottom: 10px;
}
.featured-item img {
	float: left;
    width: 80px;
    margin-right: 10px;
    object-fit: contain;
    height: 60px;
    border: solid 1px #d3d3d3;
    background: #ededed;
}
.newsletter-box-green {
	width: 100%;
	text-align: center;
	background-color: #00663d;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 5px 0 5px 0;
	margin-top: 25px;
}
.news-box {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
.news-pic {
	width: 100%;
	height: auto;
	display: block;
}
.news-pic-headline {
	padding: 10px;
	background-color: #e9e9e9;
	margin-bottom:10px;
}
.video-box {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
.video-box-left {
	width: 165px;
	float:left;
	position: relative;
	left: 0;
	top: 0;
	text-align: left;
	margin-bottom: 10px;
}
.video-box-right {
	width: 165px;
	float:right;
	position: relative;
	left: 0;
	top: 0;
	text-align: left;
	margin-bottom: 10px;
}
.video-thumb {
	position: relative;
	top: 0;
	left: 0;
}
.col1 {
	float:left;
	margin-right:40px;
}
.col2 {
	float:left;
	margin-right:40px;
}
.col3 {
	float:right;
}
.footer-top-area {
	width: 100%;
	background-color: #00663d;
}
.footer-top-area-inner {
	width: 1190px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 10px 0;
}
.footer-bottom-area {
	width: 100%;
	background-color: #e9e9e9;
}
.footer-bottom-area-inner {
	width: 1190px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 0 50px 0;
	text-align: center;
	color:#00663d;
}
.footer-cols {
	width:25%;
	float:left;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color:#444;
}
.footer-col {
	min-height: 370px;
	padding: 0 30px;
	border-right: 1px solid #d3d3d3;
}
.footer-col-last {
	padding: 0 30px;
}
#footer-links {
	/*border-top: 1px solid #292929;*/
	margin-top: 10px;
	padding-top: 15px;
	font-size: 12px;
	line-height: 30px;
	color:#7c7c7c;
}
.company-logo-cols {
	width:100%;
	margin-top:15px;
	float:left;
	/*text-align: center;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;*/
}
.company-logo-cols .title {	
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	display: flex;
	flex-direction: row;
}
.company-logo-cols .title:before, .company-logo-cols .title:after { 
    content: ""; 
    flex: 1 1; 
    border-bottom: 8px solid #d3d3d3; 
    margin: auto 10px; 
} 
#results-cat-box {
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	background-color: #e9e9e9;
	padding: 10px 20px 12px 20px;
}
#results-cat-box a, #categories-box a {
	display: inline-block;
	width:33%;
	margin-top:5px;
	margin-bottom:5px;
}
.results-cat-box {
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	background-color: #e9e9e9;
	padding: 10px 20px 12px 20px;
}
.results-cat-box a, .categories-box a {
	display: inline-block;
	width:33%;
	margin-top:5px;
	margin-bottom:5px;
}
.email-alerts-box {
    border-right: 1px solid #d3d3d3;
    margin: 20px 0;
    float: left;
    padding-right: 20px;
    width: 565px
}
#email-alerts-box {
	border-right: 1px solid #d3d3d3;
	margin: 20px 0;
	float: left;
	padding-right:19px;
	width: 565px;	
}
#email-alerts-box-green {
	padding: 15px;
	text-align: center;
	background-color: #00663d;
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}
.search-results-bar {
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	background-color: #e9e9e9;
	padding: 12px 20px;
}
.search-result-featured-item {
	background-color: #fffae3;
	padding: 20px;
	border-bottom: 1px solid #d3d3d3;
}
.search-result-item {
	padding: 20px;
	border-bottom: 1px solid #d3d3d3;
}
.search-result-check {
	float: left;
	margin-right:20px;
}
.search-result-thumb {
	float: left;
	margin-right: 30px;
	width: 140px;
}
.search-result-thumb a {
    border: 1px solid #d3d3d3;
    background-color: #fff;
    display: block;
    vertical-align: middle;
    line-height: 105px;
    text-align: center;
    padding: 4px;
    height: 105px;
    width: 100%;
}
.search-result-thumb img {
	/* width: 100%;
	height: auto;
	border: 1px solid #d3d3d3;
	background-color:#fff;
	padding: 4px; */
	vertical-align: middle;
	text-align: center;
	max-height: 105px;
	max-width: 140px;
	height: auto;
	width: auto;
}
.search-result-featured-item .search-result-thumb img {
	border-color: #00663d;
}
.search-result-details {
	float: left;
	width: 370px;
}
.search-result-dealer {
	float: right;
	margin-left: 20px;
	width: 200px;
	text-align: left;
}
.pagination-bar {
	text-align: center;
	margin-top:20px;
	margin-bottom:15px;
}
.save-search-link {
	display: inline-block;
	float:right;
	text-align: right;
	font-size: 12px;
	padding-top: 3px;
}
.equipment-spec-table {
	border-collapse: collapse;
}
.equipment-spec-table td {
	padding: 6px 5% 6px 0;
	width:45%;
}
.equipment-spec-table td:last-child {
	padding: 6px 0;
	width:50%;
}
.equipment-spec-table tr {
	border-bottom: 1px solid #d3d3d3;
}
.equipment-spec-table tr:last-child {
	border-bottom: none;
}
hr {
	border: 0;
    height: 1px;
    background: #d3d3d3;
	margin-top: 7px;
	margin-bottom: 9px;
}
img {
	border: 0;
}
.clearme {
	clear: both;
}
.clear-left {
	clear:left;
}

/* FORM */
input[type=text], textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #444;
	background-color: #e9e9e9;
	border: 0;
	border-bottom: 3px solid #e9e9e9;
    padding: 11px 13px 10px 13px;
    margin: 0;
	margin-bottom:10px;
    box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
input[type=text]:focus, textarea:focus {
	color: #000;
	border-bottom-color: #fec75d;
	background-color: #f3f3f3;
}
*:focus {
	outline: none;
}
:-moz-placeholder {
    color: #444;
}
::-webkit-input-placeholder {
    color: #444;
}
::-moz-placeholder {
   color: #444;  
}
:-ms-input-placeholder {  
   color: #444;  
}
input, textarea {
	color: #444;
}
input[type=checkbox], input[type=radio] {
	vertical-align: -1px;
}
select {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #444;
	background-color: #e9e9e9;
	border: 0;
	border-bottom: 3px solid #e9e9e9;
    padding: 10px 10px 9px 9px;
    margin: 0;
	margin-bottom:10px;
    box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
select:focus {
	border-bottom-color: #fec75d;
	background-color: #f3f3f3;
	color:#000;
}
.search-results-bar select, .search-results-bar select:focus, .search-results-bar input[type=text], .search-results-bar input[type=text]:focus {
	border: 1px solid #d3d3d3;
	margin-bottom: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select {
    	-webkit-appearance: none;
		background-image: url(/Classifieds/App_Themes/Classifieds/assets/backgrounds/select-arrow.png);
		background-repeat: no-repeat;
		background-position: right;
		padding-left: 11px;
  	}
}
@-moz-document url-prefix() {
	select {
    	-moz-appearance: none;
		background-image: url(/Classifieds/App_Themes/Classifieds/assets/backgrounds/select-arrow.png);
		background-repeat: no-repeat;
		background-position: right;
  	}
}

/* FONTS & LINKS */
#body-area a:link, #body-area a:visited {
	color: #000;
	text-decoration: none;
}
#body-area a:hover, #body-area a:active {
	color: #00663d;
	text-decoration: none;
}
.search-links a:link, .search-links a:visited, .dealer-search-links a:link, .dealer-search-links a:visited {
	color:#444 !important;
	text-decoration: none;
}
.search-links a:hover, .search-links a:active, .dealer-search-links a:hover, .dealer-search-links a:active {
	color:#00663d !important;
	text-decoration: none;
}
.general-font a:link, .general-font a:visited, h1 a:link, h1 a:visited, .ufe-subhead a:link, .ufe-subhead a:visited {
	color:#00663d !important;
	text-decoration: none;
}
.general-font a:hover, .general-font a:active, h1 a:hover, h1 a:active, .ufe-subhead a:hover, .ufe-subhead a:active {
	color:#000 !important;
	text-decoration: none;
}
.newsletter-box-green a:link, .newsletter-box-green a:visited, .footer-area a:link, .footer-area a:visited {
	color:#fff !important;
	text-decoration: none;
}
.newsletter-box-green a:hover, .newsletter-box-green a:active, .footer-area a:hover, .footer-area a:active {
	color:#fec75d !important;
	text-decoration: none;
}
.footer-bottom-area a:link, .footer-bottom-area a:visited {
	color: #444 !important;
	text-decoration: none;
}
.footer-bottom-area a:hover, .footer-bottom-area a:active {
	color: #00663d !important;
	text-decoration: none;
}
.news-pic-headline a:link, .news-pic-headline a:visited {
	color:#444 !important;
	text-decoration: none;
}
.news-pic-headline a:hover, .news-pic-headline a:active {
	color:#00663d !important;
	text-decoration: none;
}
strong {
	font-weight: 700;
}
.footer-cols strong {
    color: #00663d;
}
.general-font {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color:#000;
}
.categories-font {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	color:#000;
}
.currency-font {
	font-size: 14px;
	color:#444;
	font-weight: 400;
}
.small-font {
	font-size: 12px;
	color:#444;
}
.mag-date {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 25px;
	color:#fff;
	padding-top: 17px;
}
h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 25px;
	color:#00663d;
	margin: 0;
	padding: 0;
}
h2 {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color:#000;
	margin: 0;
	padding: 0;
}
h3 {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color:#00663d;
	margin: 0;
	padding: 0;
}
h4 {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color:#444;
	margin: 0;
	padding: 0;
}
h5 {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color:#444;
	margin: 0;
	padding: 0;
}
.content-box-title-bar h2 {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color:#000;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #444;
}
#equipment-title-area h1 {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 42px;
	color:#000;
	margin: 0;
	padding: 0;
}
.ufe-subhead {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 25px;
	color:#00663d;
	margin: 0;
	padding: 0;
	padding-bottom:7px;
}
.text-arrow {
	font-weight: 900;
	color:#00663d;
}
.company-logos-title {
	margin-top:10px;
	font-size: 16px;
	text-align: center;
	color: #00663d;
	/*background-image: url(/Classifieds/App_Themes/Classifieds/assets/backgrounds/company-logos-title-bar.png);
	background-repeat: no-repeat;
	background-position: center 10px;*/
}

/* MENU */
#menu-area {
	float:left;
}
nav a:link, nav a:visited, #site-toolbar-col-3 a:link, #site-toolbar-col-3 a:visited {
	display: inline-block;
	padding: 17px 10px 19px 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#site-toolbar a:link, #site-toolbar-col-3 a:visited {
	font-size: 12px;
	line-height: 12px;
}
nav a:hover, #site-toolbar-col-3 a:hover {
	color: #fec75d;
}
nav a:active, #site-toolbar-col-3 a:active {
	color: #fec75d;
}
nav ul, #site-toolbar-col-3 ul {
	color: #fff;
	text-align: left;
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
nav ul li, #site-toolbar-col-3 ul li {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
nav ul li ul, #site-toolbar-col-3 ul li ul {
	padding: 5px 15px 10px 15px;
	margin: 0;
	position: absolute;
	top: 50px;
	left: -5px;
	display: none;
	visibility: hidden;
	background: #333 url(/Classifieds/App_Themes/Classifieds/assets/backgrounds/drop-menu-back.png) repeat-x;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .3);
}
#site-toolbar-col-3 ul li ul {
	left: -107px;
}
nav ul li ul li a:link, nav ul li ul li a:visited, #site-toolbar-col-3 ul li ul li a:link, #site-toolbar-col-3 ul li ul li a:visited {
	display: block;
	padding: 12px 0px 12px 0px;
	width: 225px;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	border-bottom: solid 1px #292929;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#site-toolbar-col-3 ul li ul li a:link, #site-toolbar-col-3 ul li ul li a:visited {
	width: 192px;
	text-align: right;
}
nav ul li ul li a:hover, #site-toolbar-col-3 ul li ul li a:hover {
	color: #fec75d;
}
nav ul li ul li a:active, #site-toolbar-col-3 ul li ul li a:active {
	color: #fec75d;
}
nav ul li:hover ul, #site-toolbar-col-3 ul li:hover ul {
	display: block;
	visibility: visible;
}
.last-item a:link {
	border: 0 !important;
}

/* BUTTONS */
.green-button {
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	color: #fff !important;
	background-color: #00663d;
	border: 0;
	padding: 11px 20px 12px 20px;
	text-decoration: none;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor:pointer
}
.green-button:link, .green-button:visited {
	color: #fff !important;
}
.green-button:hover, .green-button:active {
	color: #000 !important;
	background-color: #feb934;
}
.grey-button {
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #444 !important;
	background-color: #e9e9e9;
	border: 0;
	padding: 11px 20px 12px 20px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.grey-button:hover {
	color: #000 !important;
	background-color: #d3d3d3;
}
.gold-button {
	text-align: center;
	display: inline-block;
	font-size: 16px;
	font-weight: 900;
	color: #000 !important;
	background-color: #feb934;
	border: 0;
	padding: 10px 20px 11px 20px;
	text-decoration: none;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor:pointer
}
.gold-button:link, .gold-button:visited {
	color: #000 !important;
	background-color: #feb934;
}
.gold-button:hover, .gold-button:active {
	color: #fff !important;
	background-color: #00663d;
}
#print-partner-box .gold-button:hover, #email-alerts-box-green .gold-button:hover {
	color: #00663d !important;
	background-color: #fff;
}
.footer-buttons {
	display: inline-block;
	width: 280px;
}

/* ICONS */
.icon-markets-down {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -170px 0;
}
.icon-markets-up {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -170px -30px;
}
.drop-arrow {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -208px -7px;
}
.drop-arrow-link:hover .drop-arrow {
	background-position: -208px -37px;
	color:#fec75d;
}
#drop-menu {
	display: block;
	width: 30px;
	height: 30px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -230px 0;
}
#drop-menu:hover {
	background-position: -230px -30px;
}
#drop-menu-close {
	display: block;
	width: 30px;
	height: 30px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -230px -30px;
}
#drop-search {
	display: block;
	width: 30px;
	height: 30px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -260px 0;
}
#drop-search:hover {
	background-position: -260px -30px;
}
#drop-search-close {
	display: block;
	width: 30px;
	height: 30px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -260px -30px;
}
#ufe-icon {
	float: left;
	display: block;
	width: 90px;
	height: 64px;
	/*background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -350px 0;*/
	background: url(/Classifieds/App_Themes/Classifieds/assets/images/img-cow.png) no-repeat;
	/*margin-right:10px;*/
	margin-bottom:5px;
}
.newsletter-icon {
	vertical-align: middle;
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: 0 -60px;
}
.apps-icon {
	vertical-align: middle;
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -60px -60px;
}
.advertise-icon {
	vertical-align: middle;
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -120px -60px;
}
.save-search-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -230px -90px;
	vertical-align: middle;
	margin-left: 5px;
}
.save-search-icon:hover {
	background-position: -250px -90px;
}
.photo-icon {
	margin-top:3px;
	margin-right:5px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -230px -60px;
	vertical-align: bottom;
}
.video-icon {
	margin-top:3px;
	margin-right:3px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -250px -60px;
	vertical-align: bottom;
}
.twitter-icon {
	vertical-align: middle;
	display: inline-block;
	width: 40px;
	height: 60px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -340px -90px;
	margin: 0 5px 0 0;
}
.twitter-icon:hover {
	background-position: -400px -90px;
}
.facebook-icon {
	vertical-align: middle;
	display: inline-block;
	width: 40px;
	height: 60px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -340px -150px;
	margin: 0 5px;
}
.facebook-icon:hover {
	background-position: -400px -150px;
}
.youtube-icon {
	vertical-align: middle;
	display: inline-block;
	width: 40px;
	height: 60px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -340px -210px;
	margin: 0 5px;
}
.youtube-icon:hover {
	background-position: -400px -210px;
}
.instagram-icon {
	vertical-align: middle;
	display: inline-block;
	width: 40px;
	height: 60px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -340px -270px;
	margin: 0 5px;
}
.instagram-icon:hover {
	background-position: -400px -270px;
}
.linkedin-icon {
	vertical-align: middle;
	display: inline-block;
	width: 40px;
	height: 60px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -340px -330px;
	margin: 0 5px;
}
.linkedin-icon:hover {
	background-position: -400px -330px;
}

.arrow-button {
	float: right;
	display: block;
	width: 30px;
	height: 30px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -290px -4px;
}
.arrow-button:hover {
	background-position: -290px -34px;
}
.next-arrow {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -290px 0;
	vertical-align: middle;
	cursor:pointer
}
.next-arrow:hover {
	background-position: -290px -30px;
}
.previous-arrow {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -320px 0;
	vertical-align: middle;
	cursor:pointer
}
.previous-arrow:hover {
	background-position: -320px -30px;
}
.video-button {
	width: 165px;
	height: 93px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: 0 -120px;
}
.video-button:hover {
	background-position: -165px -120px;
}
.view-map-icon {
	display: block;
	float: right;
	width: 85px;
	height: 80px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: 0 -230px;
}
.view-map-icon:hover {
	background-position: -85px -230px;
}
.tool-save-icon {
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: 0 -311px;
}
.tool-save-icon:hover {
	background-position: 0 -351px;
}
.tool-print-icon {
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -40px -311px;
}
.tool-print-icon:hover {
	background-position: -40px -351px;
}
.tool-email-icon {
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -80px -311px;
}
.tool-email-icon:hover {
	background-position: -80px -351px;
}
.tool-report-icon {
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -120px -311px;
}
.tool-report-icon:hover {
	background-position: -120px -351px;
}
.tool-icons {
	text-align: center;
	display: inline-block;
	width: 50px;
	margin-left: 18px;
	margin-right: 18px;
}

/* COMPANY LOGOS */
/*.logo-farms-media {
	display: inline-block;
	width: 125px;
	height: 60px;
	margin-top:10px;
	margin-left:10px;
	margin-right:5px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/company-logos-sprite.png) no-repeat;
	background-position: 4px 0;
}
.logo-abg {
	display: inline-block;
	width: 125px;
	height: 60px;
	margin-top:10px;
	margin-right:10px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/company-logos-sprite.png) no-repeat;
	background-position: -128px 0;
}
.logo-better-farming {
	display: inline-block;
	width: 125px;
	height: 60px;
	margin-left:10px;
	margin-right:5px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/company-logos-sprite.png) no-repeat;
	background-position: 5px -70px;
}
.logo-better-pork {
	display: inline-block;
	width: 125px;
	height: 60px;
	margin-right:10px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/company-logos-sprite.png) no-repeat;
	background-position: -127px -70px;
}
.logo-usfarmer {
	display: inline-block;
	width: 125px;
	height: 60px;
	margin-left:10px;
	margin-right:5px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/company-logos-sprite.png) no-repeat;
	background-position: 5px -155px;
}
.logo-farms-risk {
	display: inline-block;
	width: 125px;
	height: 90px;
	margin-right:10px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/company-logos-sprite.png) no-repeat;
	background-position: -128px -135px;
}
.logo-agcareers {
	display: inline-block;
	width: 125px;
	height: 60px;
	margin-top:10px;
	margin-left:10px;
	margin-right:5px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/company-logos-sprite.png) no-repeat;
	background-position: -292px 0;
}
.logo-careersinfood {
	display: inline-block;
	width: 125px;
	height: 60px;
	margin-top:10px;
	margin-right:10px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/company-logos-sprite.png) no-repeat;
	background-position: -420px 0;
}
.logo-delacy {
	display: inline-block;
	width: 125px;
	height: 60px;
	margin-left:10px;
	margin-right:5px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/company-logos-sprite.png) no-repeat;
	background-position: -292px -73px;
}
.logo-careersingrocery {
	display: inline-block;
	width: 125px;
	height: 60px;
	margin-right:10px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/company-logos-sprite.png) no-repeat;
	background-position: -420px -73px;
}
.logo-farms-pro {
	display: inline-block;
	width: 125px;
	height: 60px;
	margin-top:10px;
	margin-left:10px;
	margin-right:5px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/company-logos-sprite.png) no-repeat;
	background-position: -609px 0;
}
.logo-pigchamp {
	display: inline-block;
	width: 125px;
	height: 60px;
	margin-top:10px;
	margin-right:10px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/company-logos-sprite.png) no-repeat;
	background-position: -732px 0;
}
.logo-port-dover {
	display: inline-block;
	width: 125px;
	height: 60px;
	margin-top:10px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/company-logos-sprite.png) no-repeat;
	background-position: -969px 0;
}*/
.logo-agriville {	
	background: url(/Classifieds/App_Themes/Classifieds/assets/company-logos/agriville-logo.svg) no-repeat center center;	
}
.logo-agsearch {	
	background: url(/Classifieds/App_Themes/Classifieds/assets/company-logos/agsearch-logo.svg) no-repeat center center;	
}
.logo-abg {
	background: url(/Classifieds/App_Themes/Classifieds/assets/company-logos/farms-abg-logo.svg) no-repeat center center;	
}
.logo-alberta-seed-guide {
	background: url(/Classifieds/App_Themes/Classifieds/assets/company-logos/alberta-seed-guide-logo.svg) no-repeat center center;	
}
.logo-better-farming {
	background: url(/Classifieds/App_Themes/Classifieds/assets/company-logos/bfo-logo.svg) no-repeat center center;	
}
.logo-better-farming-prairies {
	background: url(/Classifieds/App_Themes/Classifieds/assets/company-logos/bfp-logo.svg) no-repeat center center;	
}
.logo-better-pork {
	background: url(/Classifieds/App_Themes/Classifieds/assets/company-logos/better-pork-logo.svg) no-repeat center center;	
}
.logo-european-seed {
	background: url(/Classifieds/App_Themes/Classifieds/assets/company-logos/european-seed-logo.svg) no-repeat center center;	
}
.logo-farms-risk {
	background: url(/Classifieds/App_Themes/Classifieds/assets/company-logos/farms-risk-management-logo.svg) no-repeat center center;	
}
.logo-germination {
	background: url(/Classifieds/App_Themes/Classifieds/assets/company-logos/germination-logo.svg) no-repeat center center;	
}
.logo-Seed-World {
	background: url(/Classifieds/App_Themes/Classifieds/assets/company-logos/seed-world-logo.svg) no-repeat center center;	
}
.logo-small-farm-canada {
	background: url(/Classifieds/App_Themes/Classifieds/assets/company-logos/small-farm-canada-logo.svg) no-repeat center center;	
}
.logo-spudsmart {
	background: url(/Classifieds/App_Themes/Classifieds/assets/company-logos/spud-smart-logo.svg) no-repeat center center;	
}
.logo-agconnection {
	background: url(/Classifieds/App_Themes/Classifieds/assets/company-logos/ag-connection-logo.svg) no-repeat center center;	
}
.logo-agcareers {
	background: url(/Classifieds/App_Themes/Classifieds/assets/company-logos/agcareers-logo.svg) no-repeat center center;	
}
.logo-careersinfood {
	background: url(/Classifieds/App_Themes/Classifieds/assets/company-logos/careers-in-food-logo.svg) no-repeat center center;	
}
.logo-careersingrocery {
	background: url(/Classifieds/App_Themes/Classifieds/assets/company-logos/careers-in-grocery-logo.svg) no-repeat center center;	
}
.logo-delacy {
	background: url(/Classifieds/App_Themes/Classifieds/assets/company-logos/de-lacy-logo.svg) no-repeat center center;	
}
.logo-farms-pro {
	background: url(/Classifieds/App_Themes/Classifieds/assets/company-logos/farms-ps-logo.svg) no-repeat center center;	
}
.logo-issuesink {
	background: url(/Classifieds/App_Themes/Classifieds/assets/company-logos/issues-ink-logo.svg) no-repeat center center;	
}
.logo-pigchamp {
	background: url(/Classifieds/App_Themes/Classifieds/assets/company-logos/pigchamp-logo.svg) no-repeat center center;	
}
.logo-port-dover {
	background: url(/Classifieds/App_Themes/Classifieds/assets/company-logos/port-dover-farms-logo.svg) no-repeat center center;	
}
.company-logo-cols a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
    width: 125px;
    height: 60px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}
.company-logo-cols a:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-ms-filter: grayscale(100%);
}


/* SLIDER STYES */
.jcarousel {
    position: relative;
    overflow: hidden;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
	width: 370px;
    float: left;
}
.jcarousel-control-next {
	display: inline-block;
    width: 30px;
	height: 30px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -290px 0;
	cursor:pointer
}
.jcarousel-control-prev {
    display: inline-block;
    width: 30px;
	height: 30px;
	background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) no-repeat;
	background-position: -320px 0;
	cursor:pointer
}
/* #thumb-pic-area .jcarousel-control-prev {
    margin-left: 40px
} */
.jcarousel-control-next:hover {
    background-position: -290px -30px;
}
.jcarousel-control-prev:hover {
    background-position: -320px -30px;
}
.jcarousel-control-next.inactive {
    background-position: -290px -60px;cursor:default
}
.jcarousel-control-prev.inactive {
    background-position: -320px -60px;cursor:default
}
.jcarousel-pagination {
	display: inline-block;
	position: relative;
	top: -10px;
	padding: 0 10px;
}
.jcarousel-pagination a, .jcarousel-pagination span {
    text-decoration: none;
    font-size: 14px;
    /* color: #00663d; */
    color: #000;
    text-align: center;
	padding: 0 5px;
	cursor:pointer
}
.jcarousel-pagination a:hover, .jcarousel-pagination span:hover {
    color: #00663d;
}
.jcarousel-pagination a.active, .jcarousel-pagination span.active {
	color: #444;
	font-weight: 700;
}
#slider-controls {
	text-align: center;
	padding: 5px 0 11px 0;
	border-bottom: 1px solid #d3d3d3;
}

/* IMAGE GALLERY */
#big-pic-area,
#big-pic-area-image,
#big-pic-area-video,
#listing-details-map {
    width: 500px;
    height: 376px;
    text-align: center;
    background-color: #000;
    vertical-align: middle
}

#big-pic-area img,
#big-pic-area-image img {
    /*height: 376px;
    width: 100%*/
    max-width: 500px;
    height: auto;
	cursor:pointer
}

#thumb-pic-area {
    background-color: #e9e9e9;
    padding-left: 5px;
}

#thumb-pic-area .jcarousel {
    width: 345px;
    float: left
}

#thumb-pic-area .jcarousel li {
    width: 345px;
    float: left
}

#thumb-pic-area .jcarousel-control-next,
#thumb-pic-area .jcarousel-control-prev {
    margin-top: 25px
}

.thumb-pic {
    position: relative;
    width: 80px;
    height: 60px;
    margin: 10px 3px;
    float: left;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    /*background-color: #fff;*/ /*details page skewed images issue done by Suman*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.thumb-pic img {
    opacity: .5;
    vertical-align: middle;
    text-align: center;
    max-height: 60px;
    /*min-width: 80px;
    min-height: 60px;*/ /*details page skewed images issue done by Suman*/
    max-width: 80px
}

.thumb-pic:hover {
    background-color: #00663d
}

.thumb-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 60px;
    opacity: 1!important;
    vertical-align: middle;
    text-align: center
}

a.thumb-video:hover {
    opacity: 1!important
}
.andriod_badge {
	border-bottom: solid 1px #d3d3d3;
	padding: 10px 0 15px 0;	
	text-align: center;
}

.scam-list {
	list-style-type: disc;
}
.scam-list li {	
	padding: 10px 0px;	
}

#detail_box {
	border-bottom: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	background-color: #e9e9e9;    
	margin-bottom: 10px;
    padding: 2%;
	width: 96%; 
}
.DisMoreDetails {
    width: 100%;
    height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#image_upload_box {
    width: 98%;
    background-color: #e9e9e9;    
    box-shadow: 0 0 3px #d3d3d3;
    margin-bottom: 10px;
	display:inline-block
}
#browse_cat_content_inner {
    padding: 10px;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
}
.browse_img_column {
    float: left;
    width: 47%;
    margin-right: 15px;
    padding-top: 10px;
}
#dropArea, #dropAreaPhoto, #dropAreaPhoto1, #dropArealogo, #dropArealogo1 {
    background: url(/Classifieds/App_Themes/Classifieds/assets/Backgrounds/bg_image_upload.gif) no-repeat;
    position: relative;
    margin: 0 auto;
    width: 336px;
    height: 86px;
    text-align: center;
    font-weight: 700;
    font-size: 48px;
}
.seprator_bar {
    background: url("/Classifieds/App_Themes/Classifieds/assets/Backgrounds/bg_seprator.gif") repeat-x scroll 0px center transparent;
    width: 348px;
    height: 20px;
    margin: 5px auto;
    padding: 3px 0px 0px;
    text-align: center;
}
.seprator_bar span {
    background: #e9e9e9 !important;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
}
.thumbnail_info {
    line-height: 16px;
    padding: 10px 0;
    text-align: center;
}
#results_box {
	border-bottom: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	margin: 10px 0px;
	padding: 10px;
    width: 96%;
	display: inline-block;
}
.results_box_item_pic, .results_box_item_details {
	float: left;
}

.tc_rows #results_box .results_box_item_details {
    margin-left: 130px;
    padding: 10px;float:inherit
}
.tc_rows #results_box .results_box_item_details p{margin:5px 0}
.tc_rows #results_box .results_box_item_details_left {
    float: left;
    width: 58%;
}
.tc_rows #results_box .results_box_item_details_right {
    float: right;
    width: 40%;
}
#green_box {
    background-color: #e9e9e9;    
    padding: 10px;
    margin: 10px 0px;
	text-align: center;
	display:inline-block;
    width: 98%;
}
.content_scroll_bar {
    background: url(/Classifieds/App_Themes/Classifieds/assets/backgrounds/bg_content_scroll_bar_small.png) no-repeat;
    width: 170px;
    height: 38px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.preview_right_column {
    float: right;
    margin-bottom: 10px;
}
.content-box-state-province{
    width:168px;
    margin-right:17px;
    float:left;
    padding-top:5px;    
}
.state-province-title {
    font-size:16px;
    font-weight:bold;
    padding-bottom:10px;
}
.state-province-list a {
    width:100%;
    line-height:28PX;
    float:left;    
}
.two_col{}
.two_col .tc_rows{width:100%;float:left}
.two_col .tc_rows .tc_cols{float:left;width:48%}
.two_col .tc_rows .tc_cols.fR{float:right;text-align:right}
.two_col .tc_rows .tc_cols .ajax__validatorcallout_error_message_cell{text-align:left}
.two_col .tc_rows .tc_cols.fR .tL{text-align:left}
.two_col .tc_rows .tc_cols input[type="text"], .two_col .tc_rows .tc_cols input[type="password"], textarea, select{width:95%}

.two_col .tc_rows textarea{width:95%}
.two_col .tc_rows .tc_cols .star, .two_col .tc_rows .star{width:10px;color:#B30000;vertical-align:top;display:inline-block}
.two_col .tc_rows .tc_cols .error_mess {
    text-align: left;
    padding: 0 0 20px 20px;
    float: left;
}
.two_col .tc_rows .tc_cols .soc_psw_mini{text-align: left; padding-left: 22px; margin-top: -8px;font-size: 12px;}
#editordiv{width:97.5%;display:inline-block;margin-bottom:10px}

/* FORM */
#body_print_classified_column input[type="text"], input[type="password"] {
	font-size: 12px;
	padding: 10px 10px 8px 10px;
}
input[type="text"], input[type="password"] {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #444;
	background-color: #e9e9e9;
	border: 0;
	border-bottom: 3px solid #e9e9e9;
	padding: 11px 13px 10px 13px;
	margin: 0;
	margin-bottom: 10px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.listing_tblz01{width:100%;border-collapse:collapse;border:1px solid #d3d3d3;font-size:13px}
.listing_tblz01 tr th{border:1px solid #d3d3d3;padding:10px 10px;background:#f3f3f3;text-align:left}
.listing_tblz01 tr th.aC, .listing_tblz01 tr td.aC{text-align:center}
.listing_tblz01 tr td{border:1px solid #d3d3d3;padding:10px;vertical-align:top}
.listing_tblz01 tr:nth-child(even) {background-color: #f2f2f2;}

.buttonNextarrow{ display: block;background:#e9e9e9 url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) repeat-x ;background-position: -290px -3px;height:30px;width:30px;vertical-align: middle;
	cursor: pointer;border:0;font-size:0}
.buttonPreviewarrow{ display: block;background:#e9e9e9 url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) repeat-x ;background-position: -318px -3px;height:30px;width:30px;vertical-align: middle;cursor: pointer;border:0;font-size:0}
.mTB20{margin-top:20px;margin-bottom:20px}
.aavertise_fild {width: 50%;}

.col1 .content-box strong.hometitle {font-size: 25px;color: #00663d;line-height: 25px;display: inline-block;padding-top:13px}

#site-toolbar-col-3 .drop-arrow-link, #site-toolbar-col-3 .drop-arrow-link {
	display: inline-block;
	padding: 17px 10px 19px 10px;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#site-toolbar-col-3 .drop-arrow-link:visited {
	font-size: 12px;
	line-height: 12px;
}
#site-toolbar-col-3 .drop-arrow-link:hover {
	color: #fec75d;
}
#site-toolbar-col-3 .drop-arrow-link:active {
	color: #fec75d;
}
.newcontainer h3 {
	color: #000;
	padding-top: 10px;
}

.search-result-dealer a img.company_logo, .search-result-dealer img.company_logo {
	display: inline-block;
	max-width: 120px;
}
.featured-item .small-font{width:75%;display:inline-block}
.featured-item.w100 .small-font{width:100%;}
#loading-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
#loading-message {
	position: fixed;
	width: 14em;
	height: 20em;
	margin-top: -5em;
	margin-left: -33em;
	line-height: 100px;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 1.2em;
	left: 50%;
	top: 50%;
	background-color: #406552;
	opacity: .6
}
#loaderdiv {
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 100;
	background: #406552;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .6
}
.photos_link {
    display: block;
    padding-left: 18px;
    background-image: url("/Classifieds/App_Themes/used-equipment/assets/buttons/photo_but.png");
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 12px;
    color: #444;
    margin-top: 4px
}

    .photos_link:hover {
        background-repeat: no-repeat;
        background-position: left center;
    }

.videos_link {
    display: block;
    padding-left: 18px;
    background-image: url("/Classifieds/App_Themes/used-equipment/assets/buttons/icon_video.png");
    background-repeat: no-repeat;
    background-position: top left;
    font-size: 12px;
    color: #444;
}

    .videos_link:hover {
        background-repeat: no-repeat;
        background-position: top left;
    }

/* Start CSS for Popup - 02/12/2019 */
#mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
    opacity: .6 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#boxes #dialog1 {
    width: 375px;
    height: 203px;
}

#boxes #dialog2 {
    background: url(/Classifieds/App_Themes/used-equipment/images/notice.png) no-repeat 0 0 transparent;
}

#boxes #dialog4 {
    margin: inherit;
}

#boxes .window {
    font-family: roboto, helvetica;
    line-height: 1.5;
    font-size: 100%;
    color: #444;
    height: 200px;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    display: none;
}

    #boxes .window td {
        padding: 10px 25px 0;
        font-size: 14px;
        line-height: 22px;
    }

    #boxes .window h3 {
        text-align: center;
        line-height: 22px;
        font-weight: 400;
        font-size: 22px;
        color: #fff;
        padding-bottom: 10px;
        margin: 0 0 10px;
    }

.SaveSearchTable1 {
    background: #ffffff;
}

.table_title {
    background-color: #00663d;
    height: 45px;
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.SaveSearchTable2 {
    width: 100%;
    background: #ffffff;
}

.TableLabel {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding-left: 10px;
}
/* End CSS for Popup - 02/12/2019 */

/* Start Conact Seller Popup - 29/11/2019 */
.modal {
    background-color: rgba(0, 0, 0, .9);
    color: #444;
    display: none;
    font-family: roboto, helvetica;
    font-size: 100%;
    height: 100%;
    left: 0;
    line-height: 1.5;
    overflow: auto;
    padding-top: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

.modal-content {
    display: block;
    margin: auto;
    max-width: 700px;
    width: 80%
}

.modal-box {
    background: #fff none repeat scroll 0 0 padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    width: 98%;
    z-index: 1000
}

.modal-content h3 {
    border-bottom: 1px solid #087d4e;
    color: #fff;
    font-size: 2em;
    font-weight: 400;
    line-height: inherit;
    margin: 0 0 10px;
    padding-bottom: 10px;
    text-align: center
}

.modal-box header, .modal-box .popup_header {
    background-color: #00663d;
    border-bottom: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 1.5em 1.25em
}

.modal-box footer, .modal-box .popup_footer {
    background: rgba(0, 0, 0, .02) none repeat scroll 0 0;
    border-top: 1px solid #ddd;
    padding: 1em;
    text-align: center
}

.modal-content {
    animation-duration: .6s;
    animation-name: zoom
}

.modal-box .modal-body {
    padding: 1em 3em 10px
}

@keyframes zoom {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

.close {
    color: #fff;
    float: right;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    right: -20px;
    top: -20px;
    transition: all .3s ease 0s
}

    .close:focus,
    .close:hover {
        color: #feb934;
        cursor: pointer;
        text-decoration: none
    }

.form_item {
    display: inline-block;
    min-height: 45px;
    width: 100%
}

    .form_item label {
        float: left;
        min-height: 55px;
        width: 30%
    }

#contactSellerPopup2 table {
    width: 70%
}

#contactSellerPopup2 input[type=checkbox],
#contactSellerPopup2 input[type=radio] {
    float: left
}
/* End Conact Seller Popup - 29/11/2019 */

.results_bar {
	background-color: #e5f1e8;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #bdd6c4;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bdd6c4;
	width: 100%;
}
.results_bar_bottom {border-top: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3;background-color: #e9e9e9;padding: 10px 20px 5px;clear:both;margin:10px 0;float:left;width:97%}
#results_title {
	width: 98%;
	display: block;
	float: left;
	margin: 10px 0px;
	border-bottom: 1px solid #BFDCC8;
	border-top: 1px solid #BFDCC8;
	padding: 10px;
}
.results_bar_inner {
	padding: 10px;
	color:#000
}
.sort_box {
	float: right;
	vertical-align: middle;
}
.results_bar_inner .but_outer_left {
	padding-top: 6px;
}
.sort_form_order {
	width: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	border: 1px;
	border-style: solid;
	border-color: #bdd6c4;
	margin-bottom: 0px;
	margin-right: 5px;
}
.sort_form_per_page {
	width: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	border: 1px;
	border-style: solid;
	border-color: #d3d3d3;
	margin-bottom: 6px;
	margin-right: 5px;
}
.sort_box input {
	padding: 5px;
}
.sort_box select {
	height: 30px;
	padding: 3px;
	min-height: 25px;
}
.sort_box input, .sort_box select {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
}
.sort_box_wrapper2 input {
	padding: 0px 5px 1px 5px;cursor:pointer
}
.sort_box_wrapper {
	float: left;
}
.sort_box_wrapper2 {
	float: left;
    height: 25px;
    padding-top: 5px;
}
.sort_box_wrapper2 input {
	padding: 0px 5px 1px 5px;cursor:pointer
}
.PaginationArrow {
	float: left;
	padding: 0 2px;
	line-height:12px
}
#pagination_box {
	width: 100%;
	text-align: center;
	padding: 5px;
	padding-top: 10px;
	vertical-align: middle;
}
#pagination_box_inner {
	width: 20%;
	margin: 0px auto;
}
#currency_check {
	padding: 5px;
	padding-top: 10px;
	float: right;
	display: none;
}
#currency_check input {
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
#currency_check label {
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	padding-left: 3px;
}
#results_box {
	width: 97%;
}
.results_box_item {
	position: relative;
	min-height: 119px;
}
.results_box_item_check {
	left: 5px;
	top: 10px;
	position: absolute;
}
.results_box_item_pic {
	left: 30px;
	top: 10px;
	position: absolute;
}

div.results_box_item_pic a:first-child
{
	border: 1px solid #00663d;		
}

.results_box_item_pic a img {
	max-width: 94px;
	max-height: 69px;
	display: table-cell;
	margin: auto;
}
.results_box_item_pic a {
	display: table-cell;
	width: 94px;
	height: 69px;
	border: 1px solid #b0cfbd;
	padding: 3px;
	vertical-align: middle;
	text-align: center;
}
.results_box_item_pic a.icon {
	border: medium none;
	display: inherit;
	height: auto;
	padding-left: 18px;
	text-align: left;
	vertical-align: inherit;
	width: auto;
}
.arrows {
	background-image: url("/Classifieds/App_Themes/Classifieds/assets/images/arrow.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 15px;
	display: block;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-size : 12px;
	line-height: 16px;
	margin-bottom:10px;
	font-weight:bold
}
.arrows:hover {
	background-image: url("/Classifieds/App_Themes/Classifieds/assets/images/arrow_hover.png");
}
.aC{text-align:center}
.aR{text-align:right}
.classified_ad_image_cover{margin-bottom:20px}
.classified_ad_image_cover img{width:100%}
.tablestyle{font-size:13px;color:#000}
.tablestyle th{}
.tablestyle th, .tablestyle td{padding:10px}
.tablestyle td p{margin:0px}
.aavertise_fild_column
{
    float: left;
    margin: 0 0 5px 0;
    width: 716px;
}
.aavertise_fild_text
{
    float: left;
    padding-top: 2px;
    width: 150px;
}
.star
{
    color: #B30000;
    padding-right: 3px;
}
.aavertise_fild
{
    float: left;
    margin: 0 0 px 0;
    width: 516px;                     
}
  #preview_cover
{
	background: #fff;
	width: 728px;
margin:0 auto;
padding:20px
}
#preview_content_box
{
	width: 98%;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #bdd6c4;
	margin: 15px auto;
}
#preview_content_left
{
	width: 58%;
	float: left;
	margin: 20px 0;
}
#preview_content_right
{
	width: 40%;
	float: right;
	margin: 20px 0;
	height: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.price, .price_right {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    font-family: Arial,Helvetica,sans-serif;
}
.price_bolded {
    color: #063;
    font-size: 15px;
    font-weight: 700;
    font-family: Arial,Helvetica,sans-serif;
}
#preview_content_right h5 {
    font-size: 12px;
    line-height: 16px;
    background-color: #e5f1e8;
    padding: 7px 10px 10px;
    margin: 10px 0 0;
    clear: left;
}
#description_box h5 {
    font-size: 12px;
    line-height: 16px;
    background-color: #e5f1e8;
    padding: 7px 10px 10px;
    margin: 10px 0 0;
    clear: left;
}
.spec_row {
    border-bottom: 1px solid #bdd6c4;
    width: 100%;
    position: relative;
}
.spec_row_label {
    width: 40%;
    font-weight: 700;
    position: absolute;
    white-space: nowrap;
}
.spec_row_data {
    margin-left: 55%;
    font-weight: 400;
}
#dealer_info {
    padding: 10px;
    font-weight: 400;
    line-height: 18px;
}
.but_large, .price_right {
    float: right;
}
.spec_row_inner {
    padding: 7px 10px;
}


.floatingBox {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9;
	display: block;
}
#print_classified_box {
	width: 70%;
	/* background-color: #e9e9e9; */
	background-color: #f7f7f7;
	border-radius: 0px;
	float: left;
}
.print_classified_box {
	width: 70%;
	/* background-color: #e9e9e9; */
	background-color: #f7f7f7;
	border-radius: 0px;
	float: left;
}
#print_classified_inner {
	padding: 10px;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}
.print_classified_inner {
	padding: 10px;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}
#print_classified_inner h6 {
	font-size: 15px;
	color: #383838;
	margin:0 0 10px 0
}
.print_classified_inner h6 {
	font-size: 15px;
	color: #383838;
	margin:0 0 10px 0
}
.print_classified_subcategory_element {
	width: 40%;
	float: left;
	padding: 5px;
}


.print_classified_full_box
{
	border: 1px solid #b0cfbd;
	background: #fff9d9;
	color: #555;
	font-weight: 700;
	font-size: 12px;
	margin-bottom: 6px;
	width: 100%;
	padding: 4px;
}
#print_classified_box ul
{
	list-style-type: none;
	padding: 0;
	margin: 10px 7px;
}
#print_classified_box ul li
{
	background: url(/classifieds/App_Themes/Classifieds/assets/backgrounds/bullet.png) center left no-repeat;
	list-style-type: none;
	padding: 3px 10px;
	margin: 0;
}
.print_row, .tips_title
{
	border-bottom: solid 1px #d3d3d3;
	background: #e9e9e9;
	border-top: solid 1px #d3d3d3;
	padding: 5px 7px;
	display: block;
}
.tips_title
{
	margin: 48px 0 0;
}
.print_row
{
	margin: 10px 0 0;
}
.print_classified_image_box
{
	background: #f7fbf8;
	border-bottom: solid 1px #bdd6c4;
	margin-bottom: 10px;
	padding: 10px;
}
.image_lnk
{
	border-top: solid 1px #d0e1d5;
	padding: 5px;
	font-size: 12px;
}
.print_ad_desc, .print_ad_title
{
	font-family: lucida_consoleregular;
	font-size: 14px;
	line-height: normal;
	-ms-hyphens: none;
}
.campaign_txt, .desc_test, .invalid_txt, .refer_friend_form_bottom_row input, .refer_friend_form_row input, .refer_friend_form_title, .refer_instruction_form h1, .refer_instruction_form h2, .refer_instruction_form h3, .refer_submit_button
{
	font-family: Arial,Helvetica,sans-serif;
}
#image_browse_column
{
	width: 100%;
}
.image_browse_column
{
	width: 100%;
}
.print_classified_Upgrades_col
{
	width: 45%;
	height: auto;
	min-height: 125px;
	float: left;
	padding: 0 0 0 15px;
	border-right: solid 1px #bdd6c4;
}
.print_classified_Upgrades_col.first
{
	padding: 0;
}
.print_classified_Upgrades_col.last
{
	border: 0;
}
.print_classified_Upgrades_col span, .print_classified_preview_element_right span
{
	padding: 5px 0 3px;
	display: inline-block;
}
.Upgrade_logo
{
	width: 112px;
	height: auto;
	padding: 5px 0 3px;
}
.print_ad_cover
{
	border: 2px solid #446435;
	background: #FFF;
	width: 400px;
	height: auto;
	min-height: 505px;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
}
.print_ad_attention, .print_ad_image
{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.print_ad_title
{
	font-weight: 700;
	text-transform: uppercase;
}
.print_ad_desc
{
	text-align: left;
}
.print_ad_logo
{
	width: 100%;
	padding: 5px 0 0;
	text-align: center;
}
.print_ad_cover img
{
	width: 100%;
}
.print_classified_subcategory_midelement
{
	width: 14%;
	float: left;
	padding: 5px;
	margin: 99px 0 0;
	text-align: center;
}
.print_classified_element, .print_classified_subcategory_element span
{
	padding: 3px 0;
	display: inline-block;
}
.print_classified_element, .print_classified_subcategory_element textarea
{
	padding: 3px;
}

.print_add_content_total_col
{
	float: right;
	margin: 0 5px 0 0;
	text-align: right;
}
#results_title span.left
{
	float: left;
	padding: 7px 0 0;
}
#results_title span.right
{
	float: right;
}
.print_classified_subcategory_element .last_col
{
	margin-top: 73px;
}
.hide_show1
{
	display: none;
}
.printMarketingMsg
{
	margin-top: 1px;
	float: right;
	display: block;
	width: 54%;
}
.classified_category_full_box
{
	border: 1px solid #BDD6C4;
	margin-bottom: 6px;
	width: 100%;
}
.print_classified_outer {
	position: relative;
}
.print_classified_left {
	width: 40%;
	float: left;
}
.print_classified_right {
	width: 56%;
	float: right;
}
#detail_box, #print_classified_box {
	box-shadow: 0 0 3px #C8C8C8;
}
.print_ad_value_col {
	position: absolute;
	bottom: 9px;
	left: 71%;
}
#print_classified_box #print_classified_inner h6 .general{font-size: 12px;line-height: 18px;font-weight:400}
.print_classified_preview_element_left {
	width: 53%;
	float: left;
	padding: 5px;
	border-right: solid 1px #c6dbcc;
}
.print_classified_preview_element_right {
	width: 43%;
	float: left;
	padding: 5px;
}
.classified_btn_column {
	padding: 10px 0;
	text-align: left;
}
.print_classified_subcategory_midelement span a.green-button{font-size: 12px;padding: 10px 0px;}
.mob-float {
	float: left;
}
.print_ad_value_col span{font-weight:bold;font-size:12px}
.tips_title h3{font-size:13px;line-height:25px}
.browse_lnkcolumn {
	line-height: 16px;
	padding: 5px;
	text-align: center;
}
#Cookies{background:#222;bottom:0;padding:15px 0;position:fixed;width:100%;z-index:999999;display:none}
#cookie_content{color:#fff;font-size:14px;line-height:22px;margin:0 auto;max-width:1232px;width:100%;overflow:hidden}
#cookie_content .left{float:left;width:90%}
#cookie_content .right{float:left;text-align:right;width:10%;line-height:10px}
#cookie_content a{color:#03A464;text-decoration:underline}
#cookie_content .btn-ok{background-color:#00663d;border-radius:25px;color:#fff;padding:6px 10px;text-align:center;text-decoration:none;min-width:75px;cursor:pointer;border:1px solid #e9e9e9;line-height:inherit;float:right}
#cookie_content .btn-ok:hover {
    background-color: #feb934;
    color: #000;
}
#markets-widget, .markets-widget {
    float: left;
    width: 150px;
    margin: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 30px
}

    .markets-widget a:link, .markets-widget a:visited {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
		color: #fff;
		text-decoration: none;
    }
.icon-markets-down, .icon-markets-unch, .icon-markets-up {
    display: block;
    width: 30px;
    height: 30px;
    float: left
}

.icon-markets-down {
    background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) -170px 0 no-repeat
}

.icon-markets-up {
    background: url(/Classifieds/App_Themes/Classifieds/assets/sprites/main-sprite.png) -170px -30px no-repeat
}
.results_title {	
width: 100%;
	display: block;
	float: left;
	margin: 5px 0 10px;
	border-bottom: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	padding: 10px 0 10px;
}
.results_title span h1 {	
font-size: 18px;
	display: inline;
	color: #000000;
}
.floating_content_outer {width: auto;position: relative;}
.floating_content_inner {float: left;position: absolute;right: 0;	width: 830px;}
/*Survey*/
table.survey {width: 100%;}
table.survey .radioButtonList {list-style-type: none;text-align: left;vertical-align:middle}
table.survey input {float: left;height: 17px;padding-left: 7px;width: 5%;}
table.survey label {float: left;margin: 3px 5px 5px;vertical-align: text-bottom;}
table.survey .full{padding-bottom:10px}
table.survey input.green-button{height:auto;width:auto;padding-left:20px}
#lightbox{z-index:999 !important}
#dialog1 {top: 150px!important;}
#dialog5 {top: 100px!important;}

/*#detail_box #Manufacturers, #detail_box #Model, #detail_box #Year, #detail_box #New/Used {width:100%;float:left}
#detail_box #Manufacturers select, #detail_box #Model input[type="text"] {background-color: #f3f3f3;color: #000;width:100%}
#detail_box #Manufacturers div, #detail_box #Model div{float:left;margin-right:10px;width:50% }
#detail_box #Manufacturers div:first-child, #detail_box #Model div:first-child{width:30% }
#detail_box #Manufacturers div span, #detail_box #Model div span{float:left;padding-top:10px}*/
.two_col .tc_rows #detail_box{width:98%;display:inline-block;background:#fff;padding:0}
.two_col .tc_rows .DisMoreDetails{padding: 1%;width: 98%;background:#fff}
.two_col .tc_rows .DisMoreDetails > strong{width: 100%;display: block;margin-bottom: 15px;}
.two_col .tc_rows .DisMoreDetails div {float: left;width: 49%;margin-right:1%}
.two_col .tc_rows .DisMoreDetails div > span {padding-top:10px}
.two_col .tc_rows .DisMoreDetails div select {width:100%;padding-bottom:12px}
.two_col .tc_rows .DisMoreDetails div input[type="text"] {width:100%;}
#dialog4 #table1 #table3 tr td a, #dialog4 a{color:#00663d !important}
#editordiv{position:relative}
#editordiv .ph_description{position:absolute;left:10px;top:10px}
#editordiv .cke_chrome {padding-top: 30px;}
#editordiv .cke_top{border:0;background:none}
.clsDisclaimer{width:350px;padding: 10px;font-size: 14px;font-weight: bold;text-align:center}
#contact_seller_box .clsDisclaimer{width: 86%;padding: 0px 45px 10px 45px;font-size: 14px;font-weight: bold;text-align: left;line-height: 17px;}
.UsedExpiredListing {
    background-image: url(/App_Themes/Classifieds/assets/Backgrounds/Expired_Listing_Classified.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    background-size: contain;
	margin-top:20px
}
.PhoneNumber.pn_rt{width: 130px;float: right;text-align: left;padding-top: 18px;padding-right: 0;}
.PhoneNumber.pn_rt span{padding-top: 10px;
    display: inline-block;
    text-align: left;
    margin-left: -25px;}
.address_box {background: #fff;border: 2px solid #BCD4C4;-webkit-border-radius : 15px;-moz-border-radius : 15px;border-radius : 15px;padding: 10px;width: 245px;float:right;} .address_pointer {background: url(/used-farm-equipment/images/icon_pointer_arrow.png) no-repeat 0 0;width: 56px;height: 14px;position: absolute;top: 66px;left:0px;}
.featured-item .small-font p {
    margin: 0
}

.print_ad_value_col span .campaign_txt {
    padding-bottom: 10px;
    float: left;
}