/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
(3752,1): run-time error CSS1019: Unexpected token, found '}'
 */
.social a img,a {
	-webkit-transition: all .3s ease;
}

body,fieldset {
	margin: 0;
}

#content,header {
	position: relative;
}

nav li a,ul.file_menu li a,ul.sidebar-nav li a {
	text-decoration: none;
	display: block;
}

#content.sitemap ul li,.site-footer li,aside li,ul.sidebar-nav {
	list-style: none;
}

.refine-styles a,span.refine-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.tab a,input:focus,select:focus,textarea:focus {
	outline: 0;
}

#sidebar,header,input[type=text],nav li a,nav li:first-child a,nav li:last-child a,textarea {
	behavior: url(Scripts/vendor/csspie/PIE.htc);
}

.clear,.clearfix:after,.site-footer {
	clear: both;
}

button,html,input,select,textarea {
	color: #222;
}

body {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-family: 'Open Sans',sans-serif;
	padding: 0;
}

.button,body .label,h1,h2,h3,h4,h5,h6,nav li a {
	font-family: 'Source Sans Pro',sans-serif;
}

body p {
	font-size: 14px;
	font-size: .9rem;
	margin-bottom: .75em;
}

.row {
	max-width: 1200px;
}

.wrapper.grey {
	background: #f0f0f0;
}

.content-container.wrapper.grey {
	padding: 22px 1em;
}

.content-container.wrapper {
	max-width: 100%;
	overflow: hidden;
}

.row.pad {
	padding-left: .9375em;
	padding-right: .9375em;
}

.no-pad,.no-pad-left {
	padding-left: 0 !important;
}

.no-pad,.no-pad-right {
	padding-right: 0 !important;
}

fieldset,hr {
	border: 0;
	padding: 0;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

a {
	cursor: pointer;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a:focus,a:hover {
	opacity: .9;
}

hr {
	display: block;
	height: 1px;
	border-top: 1px solid #ccc;
	margin: 1em 0;
}

img {
	vertical-align: middle;
}

textarea {
	resize: vertical;
}

.chromeframe {
	margin: .2em 0;
	background: #ccc;
	color: #000;
	padding: .2em 0;
}

#dvLoading {
	background: url(/img/loader-2.gif) center center no-repeat;
	height: 7px;
	width: 150px;
	background-size: cover;
	position: absolute;
	z-index: 1000;
	left: 50%;
	margin-left: -75px;
	top: 45px;
}

.blue,h2 {
	color: #07497c;
}

.red {
	color: #670909;
}

h1 {
	font-weight: 700;
}

ul {
	list-style-type: none;
}

select option {
	background: #484848;
	color: #fff;
}

.left {
	float: left;
}

.right {
	float: right;
}

#content h1,.logo,nav li,ul.inline li {
	float: left;
}

.center {
	margin: 0 auto;
	display: block;
}

.button {
	padding: 8px 12px;
	background: #E7151D;
	border-radius: 3px;
}

.button:hover {
	background: #E7151D;
	opacity: .8;
}

input[type=submit] {
	border: none;
	padding: .5em 1em;
	color: #fff;
	font-weight: 600;
	background: #E7151D;
	border-radius: 3px;
}

input[type=submit]:hover {
	opacity: .8;
}

input[type=email],input[type=number],input[type=search],input[type=tel],input[type=time],input[type=url],input[type=color],input[type=text],input[type=password],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=week],textarea {
	border-radius: 3px;
	border-width: 2px;
	border-color: #ddd;
}

.button.ghost {
	background: 0 0;
	border: 2px solid #E7151D;
	color: #E7151D;
	font-size: 1.25em;
	font-weight: 600;
	width: auto;
	display: inline-block;
	margin: 0 auto 1em;
}

#content ul li {
	background: url(/img/bg-list-item.png) no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
}

.sold-container {
	min-height: 35em;
}

#content {
	z-index: 1;
	margin-top: 16px;
	padding-left: 2rem;
}

#content-home {
	background: #fff;
	padding: 2em 0;
}

#sidebar {
	margin: 0;
	border: 1px solid #ddd;
	background: #fff;
}

p.sidebar-info {
	color: #bbb;
	margin-top: 0;
	margin-bottom: .5em;
}

input[type=text],textarea {
	color: #222;
	padding: 5px 10px;
	font-size: 13px;
	-webkit-appearance: none;
}

body .label {
	background: 0 0;
}

#content h1 {
	margin: 0 0 1em;
	width: auto;
	color: #E7151D;
	text-align: left;
	font-size: 24px;
	font-size: 1.5rem;
}

#content.white {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	width: 100%;
	margin-top: 0;
	padding: 1.5em 2em !important;
}

#content.white h1 {
	margin: 0 0 1em;
	display: block;
	width: 100%;
}

ul.inline {
	margin-left: 0;
}

ul.inline li {
	display: inline-block;
}

header {
	height: 135px;
	background: url(/img/head-bg.jpg) repeat-x #ddd;
	-webkit-box-shadow: 0 -5px 10px 5px rgba(0,0,0,.5),0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
	-moz-box-shadow: 0 -5px 10px 5px rgba(0,0,0,.5),0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
	box-shadow: 0 -5px 10px 5px rgba(0,0,0,.5),0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
	z-index: 99;
}

.logo {
	margin-top: 1.5em;
	padding: .5em;
	border-radius: 5px;
	min-width: 0;
	height: 6em;
}

.logo img {
	max-height: 6em;
	width: auto;
	max-width: 400px;
	height: auto;
	opacity: 1;
}

.logo img:hover {
	height: auto;
	margin-left: 0;
	margin-top: 0;
	opacity: .8;
	transform: scale(1);
}

header.layout-clean .logo {
	height: 3.5em;
	min-width: 0;
}

header.layout-clean .logo img {
	max-height: 3.5em;
}

header #header-right {
	float: right;
	max-width: 220px;
	margin-top: 3.25em;
}

nav {
	margin-left: 1.5em;
}

nav ul {
	height: 40px;
	line-height: 40px;
	padding: 0;
	width: auto;
}

nav li:first-child a {
	border-left: none;
	-moz-border-radius: 20px 0 0 20px;
	-webkit-border-radius: 20px 0 0 20px;
	-khtml-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
	-moz-box-shadow: inset 9px 0 9px -6px #000;
	-webkit-box-shadow: inset 9px 0 9px -6px #000;
	box-shadow: inset 9px 0 9px -6px #000;
	padding-left: 15px;
}

nav li:last-child a {
	border-right: none;
	-moz-border-radius: 0 20px 20px 0;
	-webkit-border-radius: 0 20px 20px 0;
	-khtml-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
	-moz-box-shadow: inset -9px 0 9px -6px #000;
	-webkit-box-shadow: inset -9px 0 9px -6px #000;
	box-shadow: inset -9px 0 9px -6px #000;
	padding-right: 15px;
}

nav li a {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5MjkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iIzkyOTI5MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iIzkyOTI5MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNzI3MjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#272727', GradientType=0);
	background: -moz-linear-gradient(top,rgba(41,41,41,1) 0,rgba(146,146,146,1) 45%,rgba(146,146,146,1) 55%,rgba(39,39,39,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(41,41,41,1)),color-stop(45%,rgba(146,146,146,1)),color-stop(55%,rgba(146,146,146,1)),color-stop(100%,rgba(39,39,39,1)));
	background: -webkit-linear-gradient(top,rgba(41,41,41,1) 0,rgba(146,146,146,1) 45%,rgba(146,146,146,1) 55%,rgba(39,39,39,1) 100%);
	background: -o-linear-gradient(top,rgba(41,41,41,1) 0,rgba(146,146,146,1) 45%,rgba(146,146,146,1) 55%,rgba(39,39,39,1) 100%);
	background: -ms-linear-gradient(top,rgba(41,41,41,1) 0,rgba(146,146,146,1) 45%,rgba(146,146,146,1) 55%,rgba(39,39,39,1) 100%);
	background: linear-gradient(to bottom,rgba(41,41,41,1) 0,rgba(146,146,146,1) 45%,rgba(146,146,146,1) 55%,rgba(39,39,39,1) 100%);
	text-transform: uppercase;
	text-shadow: 1px 1px #444;
	border-right: 1px solid #5a5a5a;
}

.sidebar-nav li a.active,.sidebar-nav li a:hover,nav li a:hover {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYmZmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDNkNjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,rgba(93,191,253,1) 0,rgba(13,61,101,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(93,191,253,1)),color-stop(100%,rgba(13,61,101,1)));
	background: -webkit-linear-gradient(top,rgba(93,191,253,1) 0,rgba(13,61,101,1) 100%);
	background: -o-linear-gradient(top,rgba(93,191,253,1) 0,rgba(13,61,101,1) 100%);
	background: -ms-linear-gradient(top,rgba(93,191,253,1) 0,rgba(13,61,101,1) 100%);
	background: linear-gradient(to bottom,rgba(93,191,253,1) 0,rgba(13,61,101,1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5dbffd', endColorstr='#0d3d65', GradientType=0);
	box-shadow: none;
	behavior: url(Scripts/vendor/csspie/PIE.htc);
}

ul.file_menu {
	display: none;
	width: auto;
	margin: 0;
	position: absolute;
	height: auto;
	line-height: 1.5;
}

#search,#sidebar-search,nav,nav li a {
	position: relative;
}

ul.file_menu li {
	background-color: #111;
	display: block;
	line-height: 1.2;
	float: none;
	z-index: 9999;
}

ul.file_menu li:hover {
	background-color: #222;
}

ul.file_menu li a {
	color: #FFF;
	padding: 10px 20px;
	font-size: 13px;
	width: 100px;
	box-shadow: none;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #181818;
}

#sidebar-search input[type=submit],ul.sidebar-nav li a {
	color: #fff;
	font-weight: 700;
	behavior: url(Scripts/vendor/csspie/PIE.htc);
}

ul.sidebar-nav {
	margin-bottom: 30px;
	padding: 0;
}

ul.sidebar-nav li a {
	text-align: left;
	height: 45px;
	line-height: 45px;
	padding-left: 30px;
	zoom: 1;
	margin-top: 3px;
	border-top: 1px solid #b2b2b2;
	text-shadow: 1px 1px #444;
	font-size: 18px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg1ODU4NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MTQxNDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,rgba(133,133,133,1) 0,rgba(65,65,65,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(133,133,133,1)),color-stop(100%,rgba(65,65,65,1)));
	background: -webkit-linear-gradient(top,rgba(133,133,133,1) 0,rgba(65,65,65,1) 100%);
	background: -o-linear-gradient(top,rgba(133,133,133,1) 0,rgba(65,65,65,1) 100%);
	background: -ms-linear-gradient(top,rgba(133,133,133,1) 0,rgba(65,65,65,1) 100%);
	background: linear-gradient(to bottom,rgba(133,133,133,1) 0,rgba(65,65,65,1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#858585', endColorstr='#414141', GradientType=0);
}

ul.sidebar-nav li a.active::before {
	content: url(/img/subnav-active-arrow.png);
	position: relative;
	top: 4px;
	margin-right: 5px;
}

#sidebar-search .form-group {
	float: left;
	width: 100%;
}

#sidebar-search input[type=submit] {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	padding: 0 20px;
	text-transform: uppercase;
	text-shadow: 1px 1px #123f60;
	font-size: 16px;
	margin-top: 10px;
}

#sidebar-search .advanced-switch {
	float: right;
	width: 98px;
	height: 42px;
	margin-top: 10px;
	background: url(/img/button-switch-off.png) top left no-repeat;
	cursor: pointer;
}

::-webkit-input-placeholder {
	color: #444;
}

:-moz-placeholder {
	color: #444;
}

::-moz-placeholder {
	color: #444;
}

:-ms-input-placeholder {
	color: #444;
}

.switch-on {
	background: url(/img/button-switch-on.png) top left no-repeat !important;
}

.sidebar-img img {
	border: 7px solid #fff;
}

nav .nav-border-top {
	height: 1px;
	background: #b6b3b3;
	margin: 0 20px;
}

nav .nav-border-bottom {
	height: 1px;
	background: #fff;
	margin: 0 20px;
}

.header-divider {
	background: url(/img/divider-header.png) top left no-repeat;
	width: 2px;
	height: 76px;
	float: left;
	margin: 30px 40px;
}

.social span {
	font-size: 12px;
	font-style: italic;
	padding-right: 10px;
}

.social a {
	color: #fff;
	margin-top: 10px;
	float: left;
	margin-right: 20px;
}

#search,nav,nav ul {
	float: right;
}

.social img {
	border-radius: 5px;
	height: 24px;
	width: 24px;
}

.social a img {
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#search {
	margin-top: 10px;
}

#search input[type=text] {
	padding: 5px 35px 5px 10px;
	width: 365px;
	z-index: 1;
}

#search input[type=submit],#sidebar-search input[type=submit] {
	text-indent: -99999px;
	width: 36px;
	height: 36px;
	background: url(/img/button-search-mag.png) 50% 50% no-repeat #E7151D;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	border: none;
}

#sidebar-search .form-group input {
	margin: 0;
	border-radius: 3px;
}

nav {
	margin-top: 0;
}

nav ul {
	margin: 0;
}

nav li {
	font-size: 16px;
	margin-bottom: 0;
}

nav li a {
	font-weight: 600;
	font-size: 14px;
	font-size: .9rem;
	color: #fff;
	padding: 16px 1em;
	border-left: 1px solid rgba(0,0,0,.2);
	zoom: 1;
	letter-spacing: .5px;
}

#content.sitemap a:before,#search-box:after,.accord-header h3:before,.callback:before,.refine-styles a.dynamicSearchLink:before {
	font-family: FontAwesome;
	font-style: normal;
}

#sidebar {
	float: left;
	box-sizing: border-box;
	padding: 0;
}

.off-canvas-navigation {
	width: 75%;
	overflow: hidden;
	display: none;
	color: #fff;
}

.off-canvas-navigation ul li {
	width: 100%;
	display: block;
	float: left;
}

.off-canvas-navigation ul li.sidebar-item {
	float: right;
}

.menu-button,.menu-button:focus,.sidebar-button {
	padding: .25em 12px;
	float: left;
	font-size: 18px;
	display: block;
	background: #e7151d;
	box-shadow: 0 -1px 5px rgba(0,0,0,.5);
	position: fixed;
	top: 50%;
	margin-left: -147px;
	left: 100%;
	width: 250px;
	text-align: center;
	z-index: 5;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
	color: #fff;
	font-weight: 600;
}

#banner,#search-trucks,.wrapper {
	position: relative;
}

a.menu-button:after {
	content: "Refine Search Results";
}

a.menu-button.active-button:after {
	content: "- Show Search Results -";
}

a.menu-button.active-button {
	background: #151515;
}

a.menu-button:hover,a.sidebar-button:hover {
	opacity: .9;
	color: #fff;
}

.breadcrumbs a:hover,.tab a:hover,footer small a:hover {
	opacity: .8;
}

.breadcrumbs a:after, #searchCrumbs a:after {
    content: "-";
    padding: 0 0.5em;
    color: #999;
}

.sidebar-button {
	text-align: right;
	border-top-left-radius: 1em;
	border-top-right-radius: 0;
	background: rgba(0,0,0,.15);
}

.site-footer li,[role=main] h1 {
	text-align: center;
}

.illustrations {
	margin: 3% auto;
	display: block;
}

aside li,aside li a {
	margin: 0;
	display: block;
}

aside {
	margin-bottom: 15%;
}

aside li a {
	padding: .5em 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
}

.site-footer {
	overflow: hidden;
	padding: 5%;
	width: 90%;
	margin: 0 auto;
}

.site-footer li {
	margin: 0 0 .5em;
	display: block;
	color: #ddd;
}

.site-footer li a {
	margin: .5em .5em .5em 0;
	color: #eee;
}

@media all and (max-width:767px) {
	.container {
		width: 100%;
	}

	.off-canvas-navigation {
		display: block;
	}

	.js #sidebar[role=navigation] {
		margin-left: -100%;
		float: left;
		padding-bottom: 25em;
		z-index: 2;
	}

	.js [role=main] {
		margin-left: 0;
		float: left;
		z-index: 1;
		position: relative;
	}

	clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	[role=main]:after,[role=main]:before {
		content: " ";
		position: absolute;
		z-index: -1;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.3);
	}

	[role=main]:after {
		left: 100%;
		background: rgba(0,0,0,.15);
	}

	[role=main],[role=navigation] {
		-webkit-transition: .2s all ease;
		-moz-transition: .2s all ease;
		-o-transition: .2s all ease;
		-ms-transition: .2s all ease;
		transition: .2s all ease;
		width: 100%;
		display: block;
		position: relative;
	}

	.active-nav #sidebar[role=navigation] {
		margin-left: 0;
		width: 75%;
		margin-top: 0;
	}

	.active-nav [role=main] {
		margin-right: -75%;
		-webkit-transition: .1s all ease;
		-moz-transition: .1s all ease;
		-o-transition: .1s all ease;
		-ms-transition: .1s all ease;
		transition: .1s all ease;
	}

	.active-sidebar #sidebar[role=navigation] {
		margin-left: -200%;
	}

	.active-sidebar [role=main] {
		margin-left: -90%;
	}

	input#sr-submit {
		padding-left: 1em;
		padding-right: 1em;
	}
}

.wrapper {
	float: left;
	width: 100%;
}

.content-container.wrapper {
	min-height: 750px;
}

#banner {
	float: left;
	width: 100%;
	height: 425px;
	z-index: 0;
}

#banner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
	z-index: 99;
}

a.banner-item {
	height: 425px;
	width: 100%;
	display: block;
	float: left;
	background-size: cover;
	background-position: center center;
}

#banner-controls {
	position: absolute;
	z-index: 2;
	top: 200px;
	width: 100%;
}

#banner-controls a {
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	z-index: 9999;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

#banner-controls #prev {
	float: left;
	background: url(/img/controls.png) no-repeat;
	opacity: .6;
}

#banner-controls #next {
	float: right;
	background: url(/img/controls.png) center right no-repeat;
	opacity: .6;
}

#banner-controls a#next:hover,#banner-controls a#prev:hover {
	opacity: 1;
}

#search-trucks {
	height: 200px;
	padding: 40px 0 0 20px;
	border-top: 10px solid #b8b8b8;
	-moz-box-shadow: 0 0 10px 2px #888;
	-webkit-box-shadow: 0 0 10px 2px #888;
	box-shadow: 0 0 10px 2px #888;
	behavior: url(Scripts/vendor/csspie/PIE.htc);
}

#isuzu nav li a,#send-enq-content #contact-enquiry {
	box-shadow: none;
}

#search-trucks input[type=text] {
	width: 270px;
	margin-top: 5px;
}

#search-trucks select {
	width: 250px;
	color: #fff;
	font-style: italic;
	font-weight: 400;
}

#search-trucks .col {
	width: 310px;
	float: left;
	padding: 0 30px;
}

#search-trucks .search-divider {
	float: left;
	height: 181px;
	width: 2px;
	background: url(/img/divider-search.png) top left;
}

#sidebar-search label {
	padding: 0 0 10px;
}

#sidebar-search>.form-group>.form-group {
	padding: 10px;
}

#sidebar-search .form-group input {
	margin-bottom: 5px;
}

#search-trucks .label {
	text-transform: uppercase;
	color: #636161;
	font-weight: 700;
	font-size: 20px;
	padding: 10px 0;
}

#welcome-message,body div#feature-post {
	border-top: 2px solid #E7151D;
	padding-top: 2em;
}

#search-trucks .search-header {
	background: url(/img/bg-search-new-used.png) top left no-repeat;
	width: 437px;
	height: 43px;
	position: absolute;
	top: -10px;
	left: 60px;
	text-shadow: 1px 1px #000;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
	padding-left: 35px;
}

#search-trucks #advanced-search {
	height: 185px;
	width: 374px;
	background: url(/img/bg-advanced-search.png) top left no-repeat;
	position: relative;
	left: 20px;
	top: -15px;
}

#search-trucks #advanced-search .button-adv-search {
	height: 181px;
	width: 181px;
	background: url(/img/button-adv-search.png) top left no-repeat;
	position: absolute;
	left: 2px;
	top: 1px;
	z-index: 1;
	cursor: pointer;
}

.active-search {
	background: url(/img/button-adv-search-active.png) top left no-repeat !important;
}

a#advanced:hover {
	color: #ddd;
}

#search-trucks #advanced-search .button-search {
	height: 52px;
	width: 192px;
	position: absolute;
	right: 2px;
	top: 72px;
}

#welcome-message .message-title {
	float: left;
	font-weight: 700;
	margin: 0 0 1.5em;
	width: 100%;
	color: #444;
	font-size: 18px;
}

#welcome-message h1 {
	font-size: 22px;
	font-size: 1.35rem;
	margin: 0;
	line-height: 1;
}

body div#feature-post {
	margin: 20px 0;
	float: left;
	width: 100%;
}

#feature-post .post-item {
	border-bottom: none;
	padding-bottom: 20px;
	float: left;
	width: 100%;
}

#feature-post .post-thumb {
	float: left;
}

#feature-post .post-thumb img {
	width: 100%;
}

#feature-post .read-more {
	text-align: left;
}

#feature-post .read-more button {
	text-align: left;
	font-size: 14px;
}

.post-item h4 {
	font-size: 18px;
	font-size: 1.1rem;
	line-height: 1.2;
	max-height: 20px;
	overflow: hidden;
}

#banner300,#banner468,#banner728 {
	text-align: center;
	position: relative;
	top: -20px;
	float: left;
	width: 100%;
	padding: 1em 0;
}

#banner300>div,#banner468>div,#banner728>div {
	margin: 0 auto;
}

#search-results #banner300,#search-results #banner468,#search-results #banner728 {
	padding: 2em 0 0;
}

#banner300,#banner468 {
	display: none;
}

#home-enquiry,.enquiry-form {
	border: 16px solid #ddd;
	background: #fff;
	width: 100%;
	padding: 1em;
}

.enquiry-form,.recent-item.item {
	border: 1px solid #ddd;
}

.enquiry-form input[type=submit] {
	width: 100%;
	margin: .5em 0 -.5em;
}

#contact input[type=submit] {
	width: auto;
	padding: .5em 1em;
	font-size: 1em;
}

i.fa.fa-paper-plane-o {
	color: #E7151D;
}

#home-enquiry .form-group,.enquiry-form .form-group {
	margin-top: 10px;
	position: relative;
}

span.enquiry-validation-error.field-validation-error {
	position: absolute;
	top: 3px;
}

#home-enquiry .captcha input,.enquiry-form .captcha input {
	width: 110px;
}

#home-enquiry .captcha-image,.enquiry-form .captcha-image {
	float: left;
	margin: 3px 20px 0 10px;
}

#recently-listed {
	background: #eee;
	padding-top: 1.5em;
}

#recently-listed h2 {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 1em;
	font-weight: 700;
	color: #282828;
	letter-spacing: .5px;
	padding-right: 3em;
	line-height: 1;
}

.recent-item.item {
	background: #fff;
	margin-bottom: 2em;
	height: auto;
}

.recent-item.item .ad-image {
	height: 225px;
	max-height: 225px;
}

.recent-item.item p {
	font-size: 12px;
	padding: 1em 1em 0;
	color: #000;
	margin: 0;
	height: 50px;
	overflow: hidden;
}

.recent-item.item p.link {
	color: #E7151D;
	text-decoration: underline;
}

.recent-item.item:hover {
	background: #E7151D;
}

.recent-item.item:hover p,.recent-item.item:hover p.link {
	color: #fff;
}

.selector {
	width: 100% !important;
}

.breadcrumbs {
	background: #ddd;
	color: #999;
	padding: 3px 10px;
	font-size: 12px;
	font-weight: 700;
	width: 100%;
	float: left;
}

.breadcrumbs .row {
	padding: 0 1.25em;
}

.breadcrumbs a {
	color: #E7151D;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
}

img.framed {
	margin: 1.5em;
}

#content img.right {
	margin: 0 0 20px 15px;
}

#content img.left {
	margin: 0 15px 30px 0;
}

.assoc-resource {
	background: url(/img/bg-resource.png) top left no-repeat;
	height: 110px;
	width: 788px;
	position: relative;
	margin: 30px auto 0;
}

.assoc-resource .resource-size,.assoc-resource .resource-title {
	position: absolute;
	top: 57px;
	text-transform: uppercase;
	font-size: 16px;
}

.assoc-resource a {
	display: block;
	width: 100%;
	height: 100%;
}

.assoc-resource .resource-title {
	left: 167px;
	font-weight: 700;
	color: #fff;
}

.assoc-resource .resource-size {
	right: 241px;
	color: #fff;
}

#contact-enquiry input[type=submit],#contact-enquiry label {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}

#home-map {
	width: 100%;
	height: 350px;
	float: left;
}

.map-embed.right {
	float: left !important;
	display: block;
}

#map-canvas {
	float: left;
}

#content .map-embed {
	float: left;
	width: 100%;
	margin: 1em 0 0;
}

#contact-enquiry {
	float: left;
	width: 100%;
	margin-bottom: 60px;
	box-shadow: 2px 2px 8px 0 #888;
}

#contact-enquiry .form-group {
	padding-bottom: 10px;
	margin-top: .5em;
}

#contact-enquiry .form-group-col {
	border: none;
}

#contact-enquiry .form-group-col:first-child::before {
	content: url(/img/enquiry-divider.png);
	float: right;
	position: relative;
	left: 30px;
}

#contact-enquiry .ennquiry-divider {
	float: left;
}

#contact-enquiry label {
	display: inline-block;
	padding-right: 20px;
	text-align: right;
	width: 100px;
	line-height: 35px;
}

#contact-enquiry input[type=text],#contact-enquiry textarea {
	width: 210px;
	padding: 10px;
}

#contact-enquiry input[type=submit] {
	background: url(/img/button-submit.png) top left no-repeat;
	width: 182px;
	height: 56px;
	line-height: 56px;
	text-shadow: 1px 1px #000;
	border: none;
	float: right;
	margin: 35px 0;
}

#contact-enquiry .captcha label {
	float: left;
}

#contact-enquiry .captcha input {
	width: 90px;
	float: left;
}

#contact-enquiry .captcha-image {
	float: left;
	margin: 3px 20px 0 10px;
}

#send-enq-content {
	float: left;
	width: 95%;
	padding: 2.5%;
	background: #181818;
	margin: 2em auto 1em;
	border-radius: 15px;
	border: 3px solid #8F8F8F;
}

#send-enq-content #sidebar-search-truck {
	width: 100%;
}

#send-enq-content #sidebar-search-truck img {
	margin: 0 auto 2em !important;
	display: block;
	width: 50%;
}

#send-enq-content #form-left {
	width: 35%;
	display: inline-block;
	position: relative;
	padding: 0 5% 0 10%;
}

#send-enq-content #form-left .form-group {
	padding: 5px 0 0;
}

#send-enq-content #form-left .form-group label,#send-enq-content #form-right .form-group label {
	padding: 10px 0;
}

#send-enq-content #form-right {
	width: 34%;
	display: inline-block;
	position: relative;
	padding: 0 10% 0 5%;
	top: -30px;
}

#send-enq-content #sidebar-search-truck input[type=text],#send-enq-content #sidebar-search-truck textarea {
	width: 95%;
	padding: 2.5%;
}

#send-enq-content #sidebar-search-truck input[type=submit] {
	margin-top: 30px;
}

#send-enq-content #sidebar-search-truck .form-group {
	border: none;
}

#Sort-Order,#results-per-page {
	float: right;
	margin-left: 1em;
}

#Sort-Order {
	width: 240px;
}

div#results-per-page {
	width: 130px;
}

#Sort-Order .selector select#SortOrder,#results-per-page .selector select#ResultsPerPage {
	width: auto;
	height: auto;
	line-height: 1;
	padding: 5px 30px 5px 5px;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 400;
	color: #E7151D;
	display: inline-block;
}

#Sort-Order label,#results-per-page label {
	padding: 5px 2.5% 0 0;
	display: inline-block;
	color: #777;
	font-size: 13px;
	font-weight: 600;
}

#Sort-Order .selector,#results-per-page .selector {
	display: inline-block;
	float: none;
	width: auto !important;
	margin-top: 10px;
}

.form-group-col {
	width: 44%;
	float: left;
	padding: 0 20px;
}

.form-group-col:first-child {
	border-right: 1px solid #fff;
}

.form-group-col:last-child {
	border-left: 1px solid #bab9b9;
}

.refine-styles {
	text-align: left;
}

.refine-styles span.label {
	display: block;
	color: #777;
	text-transform: none;
	font-weight: 700;
	font-size: 16px;
	font-size: 1em;
	padding: 10px;
	text-align: left;
	background: #f6f6f6;
}

.refine-styles span.label.active,.refine-styles span.label.active:hover {
	color: #E7151D;
	background: #eee;
}

.refine-styles span.label:hover {
	color: #E7151D;
	background: #fff;
}

.refine-styles a {
	padding: 3px 10px;
	color: #E7151D;
	text-decoration: none;
	font-size: 14px;
	width: 100%;
	font-weight: 500;
	position: relative;
}

.refine-styles a:hover .no-link {
	color: #E7151D;
}

.refine-styles a.dynamicSearchLink:before {
	content: "\f096";
	font-weight: 400;
	color: #cecece;
	margin-right: 5px;
	width: 14px;
	float: left;
}

.refine-styles a.dynamicSearchLink:hover:before {
	content: "\f046";
}

a.dynamicSearchLink.active .refine-title {
	color: #D61717;
	font-weight: 700;
}

.refine-styles a span.no-link,.refine-styles a span.no-link:hover {
	padding-left: 10px;
	color: #D61717;
	text-decoration: none;
	float: right;
	padding-right: 10px;
	position: absolute;
	right: 0;
}

.refine-styles a.dynamicSearchLink.active:before {
	content: "\f046";
	color: #D61717;
}

form#refineSearch {
	margin: 0;
}

#refineSearch div#content {
	margin-top: 0;
}

span.refine-title {
	width: 80%;
	float: left;
}

#sidebar .dynamicSearchGroup br {
	line-height: 0;
	margin: 0;
	display: none;
}

.dynamicSearchGroup,.refine-styles {
	float: left;
	width: 100%;
	margin: 0;
}

#sidebar h2 {
	background: #E7151D;
	color: #fff;
	font-size: 18px;
	padding: 7px 10px;
	margin: 0;
	font-weight: 700;
}

.refine-styles .dynamicSearchLinkRemove {
	cursor: pointer;
	position: absolute;
	display: block;
	text-align: right;
	font-size: 14px;
	background: #fff;
	width: auto;
	right: 5px;
}

.refine-styles a.dynamicSearchLess,.refine-styles a.dynamicSearchMore {
	float: left;
	width: 50%;
	text-align: center;
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid #ddd;
	border-left: none;
	box-sizing: border-box;
	color: #ddd;
	margin-top: 10px;
	border-bottom: none;
}

.dynamicSearchLess:hover,.dynamicSearchMore:hover {
	background: #353535;
}

.refine-styles a.dynamicSearchLess {
	float: right;
	border-right: none;
}

.refine-styles span.label span.label-hint {
	font-size: 14px;
    font-weight: 500;
    color: #777;
}

.refine-search-buttons a {
	float: left;
	width: 100%;
	text-align: center;
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid #ddd;
	border-right: none;
	box-sizing: border-box;
	color: #777;
}

.refine-search-buttons a:hover {
	background: #E7151D;
	color: #fff;
	border-color: #E7151D;
}

.ad-image {
	background-position: center center;
}

.refine-search-buttons a:first-child {
	border-left: none;
}

#content .large-12.column {
	padding-left: 36px;
}

#search-results {
	margin: 0 0 20px;
	float: left;
	width: 100%;
	padding-left: 20px;
}

.ad-image {
	height: 210px;
	max-height: 210px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	z-index: 2;
	position: relative;
}

.ad-image.blur {
	width: 100%;
	position: absolute;
	top: 35%;
	filter: blur(5px);
	-webkit-filter: blur(5px);
	z-index: 0;
	background-color: #fff;
	overflow: hidden;
}

#tab-container,.callback,.page-numbers,.tab a.active,a.ad-detail-link {
	position: relative;
}

a.ad-detail-link .left-details p.item-desc {
	color: #E7151D;
	font-weight: 600;
	line-height: 1.25;
	height: 35px;
	overflow: hidden;
	padding-bottom: 10px;
}

.left-details strong,.right-details strong {
	color: #777;
	font-weight: 400;
}

.search-results-info {
	font-weight: 700;
	font-size: 14px;
	border-bottom: 1px solid #adadad;
	margin-top: 10px;
	padding: 0 0 10px;
	float: left;
	width: 100%;
}

.pagination,a.ad-detail-link {
	border: 1px solid #ddd;
	text-align: center;
}

.search-result,.search-result .left-details,.search-result.large-4.medium-6.column {
	float: left;
}

.clear.left-details {
	width: 100%;
}

.search-result .right-details {
	float: right;
}

a.ad-detail-link {
	display: block;
	float: left;
	background: #fff;
	box-sizing: border-box;
	margin: .75em 0;
	padding-bottom: 5px;
	width: 100%;
	overflow: hidden;
}

.page-numbers,.page-numbers a,.tab {
	display: inline-block;
}

a.ad-detail-link:hover {
	background: #E7151D;
}

a.ad-detail-link img {
	margin: 0 auto;
	float: none;
	max-width: 150%;
	width: auto;
	height: 100%;
}

a.ad-detail-link p {
	font-size: 12px;
	padding: 3px 10px;
	margin-bottom: 0;
	color: #222;
	font-weight: 600;
}

a.ad-detail-link:hover p,a.ad-detail-link:hover strong {
	color: #fff !important;
}

.pag-container {
	margin: 0 0 20px;
	padding-bottom: 20px;
	float: left;
	width: 100%;
	padding-left: 20px;
}

.pagination {
	float: left;
	height: auto;
	width: 100%;
	color: #111;
	background: #fff;
	font-size: 12px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 30px;
}

.pagination a {
	font-size: 16px;
	font-weight: 700;
	padding: .25em 1em;
	text-decoration: none;
	color: #E7151D;
}

.pagination .left-pag a {
	float: left;
	border-right: 1px solid #ddd;
}

.pagination .right-pag a {
	float: right;
	border-left: 1px solid #ddd;
}

.pagination .left-pag a:hover,.pagination .right-pag a:hover {
	background: #E7151D;
	color: #fff;
}

.page-numbers a {
	padding: .25em 10px;
}

.page-numbers {
	float: none;
	height: 100%;
	padding: 0;
	width: auto;
}

.pagination a:hover {
	background: #ddd;
}

a.PageNumbers.current,a.PageNumbers.current:hover {
	background: #E7151D;
	color: #fff;
	cursor: default;
}

#content a.PageNumbers.current {
	color: #fff;
}

#tab-container {
	margin: 2em auto;
	float: left;
	width: 100%;
	top: auto;
}

.etabs {
	margin: 0;
	padding: 0;
}

.tab a {
	font-size: 16px;
	display: block;
	padding: 5px 1em;
	margin-right: .5em;
	background: #E7151D;
	color: #fff;
	border: 1px solid #E7151D;
	border-radius: 3px 3px 0 0;
	line-height: 1.5;
}

.tab a.active {
	background: #fff;
	padding-top: 6px;
	top: 2px;
	border-color: #ddd;
	border-bottom: 2px;
	color: #E7151D;
}

.tab-container .panel-container {
	background: #fff;
	border: 1px solid #ddd;
	padding: 1em 1.5em;
}

.toggle {
	line-height: 20px;
	background: #ececec;
	border-bottom: 1px solid #ddd;
}

.toggle.refine {
	float: left;
	width: 99%;
	font-size: 1em;
	line-height: 20px;
	background: #fff;
	margin: .5em;
}

.toggle .toggle-trigger,.toggle a.toggle-trigger {
	display: block;
	padding: 2.5%;
	position: relative;
	text-decoration: none;
	margin-top: 0;
	cursor: pointer;
}

.toggle.show-numbers .toggle-trigger {
	background: #E7151D;
	color: #fff;
	text-align: center;
	padding: 1em 10px;
	border: 2px solid #E7151D;
}

.toggle.show-numbers .toggle-trigger.active,.toggle.show-numbers .toggle-trigger:hover {
	color: #e7151D;
	background: #fff;
}

.toggle a.toggle-trigger:hover {
	opacity: .8;
	text-decoration: none;
}

.toggle a.active {
	text-decoration: none;
	margin-top: 0;
	color: #000;
}

.toggle .toggle-trigger:before,.toggle a.toggle-trigger:before {
	content: "\f067";
	font-family: FontAwesome;
	margin-right: 5px;
	font-size: 15px;
	float: right;
	font-weight: 400;
	color: #ccc;
}

.toggle .toggle-trigger:hover:before,.toggle a.toggle-trigger:hover:before {
	color: #E7151D;
}

.toggle .active.toggle-trigger:before,.toggle a.active.toggle-trigger:before {
	content: "\f068";
	color: #E7151D;
}

#contact .toggle-trigger:before {
	margin-top: 5px;
}

.toggle .toggle-content {
	float: left;
	width: 100%;
	padding: 0;
	color: #eee;
	background-color: #fff;
}

.callback .toggle-content {
	display: block;
	float: none;
	margin-top: 1em;
}

.callback .toggle {
	background: #fff;
	border: none;
}

.callback {
	background: #fff;
	width: 100%;
	padding: 1em;
	border: 1px solid #ddd;
	border-top: none;
}

.callback:before {
	content: "\f095";
	font-weight: 400;
	font-size: 150px;
	text-align: center;
	color: #eee;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -60px;
	z-index: 0;
}

.callback p {
	position: relative;
}

.callback .button.ghost.toggle-trigger {
	margin-bottom: 0;
}

.button.ghost.toggle-trigger.active:hover:before,.button.ghost.toggle-trigger:hover,.button.ghost.toggle-trigger:hover:before {
	color: #fff;
}

.button.ghost.toggle-trigger:before {
	margin-top: 5px;
}

.footer-right.no-branding,.no-branding .search-results-info {
	margin-top: 0;
}

select {
	border: 2px solid #ddd;
	border-radius: 3px;
	margin-bottom: 1em;
	padding: .5em;
	font-size: 14px;
}

#sidebar.no-branding {
	width: 23%;
	float: left;
	padding: 2.5%;
}

#sidebar.no-branding label {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	padding: 10px;
	text-align: left;
}

#content.no-branding {
	float: left;
	width: 67%;
	padding: 2.5%;
}

#search.no-branding {
	float: left;
	width: 100%;
	padding-bottom: 2em;
	border-bottom: 1px solid #252525;
	margin-bottom: 1em;
}

#search.no-branding input#site-search[type=text] {
	width: 82%;
	padding: 3.5% 2.5% 3.5% 15%;
	border: 1px solid #4d4d4d;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,.75);
	border-radius: 4px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,rgba(49,49,49,1) 0,rgba(156,156,156,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(136,136,136,1)),color-stop(100%,rgba(179,179,179,1)));
	background: -webkit-linear-gradient(top,rgba(136,136,136,1) 0,rgba(179,179,179,1) 100%);
	background: -o-linear-gradient(top,rgba(49,49,49,1) 0,rgba(156,156,156,1) 100%);
	background: -ms-linear-gradient(top,rgba(49,49,49,1) 0,rgba(156,156,156,1) 100%);
	background: linear-gradient(to bottom,rgba(136,136,136,1) 0,rgba(179,179,179,1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#313131', endColorstr='#9c9c9c', GradientType=0);
}

#search.no-branding input#site-search:focus {
	border: 1px solid #bbb;
	box-shadow: 0 0 10px rgba(255,255,255,.85);
}

#sidebar-search-truck #search.no-branding input:focus {
	background: #4D4D4D;
	border: 1px solid #A7A7A7;
}

#search.no-branding input[type=submit] {
	text-indent: -99999px;
	width: 36px;
	height: 36px;
	background: url(/img/button-search-mag.png) 50% 50% no-repeat;
	position: absolute;
	left: 2px;
	top: 3px;
	z-index: 99;
	cursor: pointer;
	border: none;
	border-right: 2px solid rgba(0,0,0,.15);
}

.refine-search-buttons.no-branding {
	background: 0 0;
	width: 100%;
}

.refine-search-buttons.no-branding img {
	border-radius: 6px;
	border: 1px solid transparent;
	width: 100%;
}

.refine-search-buttons.no-branding img:hover {
	box-shadow: 0 0 15px rgba(255,255,255,.6);
	border-radius: 6px;
	border: 1px solid #9E9E9E;
}

#search.no-branding.tools {
	padding: 2.5% 7%;
	width: 84%;
}

#search.no-branding.tools input[type=submit] {
	left: 28px;
	top: 11px;
}

#search-box:after {
	content: "\f002";
	font-weight: 400;
	color: #555;
	position: absolute;
	left: 20px;
	top: 9px;
	font-size: 20px;
}

.ad-nav ul li a,.count {
	font-size: 14px;
	font-weight: 600;
}

.toolbox-header.no-branding {
	float: left;
	width: 74%;
	margin-bottom: 0;
}

#toolbox.no-branding {
	float: left;
}

#search.no-branding #lu-suggestion-h {
	width: 125%;
	padding: 0;
	text-align: left;
}

#search.no-branding #lu-suggestion-h a {
	padding: 2.5% 5%;
	width: 90%;
}

#search.no-branding #lu-news-h {
	width: 115%;
	padding: 5%;
	text-align: left;
}

.ad-nav ul li a {
	background: #fff;
	border: 1px solid #ddd;
	padding: 5px 10px;
	margin: 0;
	color: #E7151D;
	font-size: .8em;
}

.ad-nav ul.inline {
	float: left;
	margin: 4px 0 1em;
}

.ad-nav ul li a.prev {
	border-radius: 3px 3px 0 0;
	border-right: none;
}

.ad-nav ul li a.next {
	border-radius: 0 0 3px 3px;
	border-left: none;
	margin-right: 1em;
}

.ad-nav ul li a.disabled {
	color: #ddd;
	pointer-events: none;
	cursor: default;
}

a.NextPage.disable,a.PreviousPage.disable,body a.NextPage.disable:hover,body a.PreviousPage.disable:hover {
	color: #bbb;
	cursor: default;
	background: #fff;
}

ul.inline.right {
	margin-top: 5px;
	margin-bottom: 5px;
}

#ad-title {
    font-size: 20px;
    font-size: 1.5em;
    margin: 5px 0 16px;
    display: inline-block;
    width: 100%;
}

#ad-title .price {
	float: right;
	color: #E7151D;
}

.inline.right li a {
	padding: 3px 8px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 3px;
	margin-left: 7px;
	color: #E7151D;
}

.count {
	font-size: .8em;
	color: #999;
	padding: 5px 10px;
}

#contact-form-popup input[type=submit],#contact-form-popup label {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}

#contact-form-popup-pre {
	display: none;
}

#contact-form-popup {
	margin-top: 30px;
	width: 100%;
}

#contact-form-popup .form-group {
	padding-bottom: 10px;
}

#contact-form-popup .form-group-col {
	border: none;
	width: 40%;
	float: left;
	padding: 0 5%;
}

#contact-form-popup .form-group-col:first-child::before {
	content: url(/img/enquiry-divider.png);
	float: right;
	position: relative;
	left: 30px;
}

#contact-form-popup .ennquiry-divider {
	float: left;
}

#contact-form-popup label {
	padding-right: 20px;
	text-align: left;
	width: 100%;
	line-height: 35px;
	display: block;
}

#contact-form-popup input[type=text],#contact-form-popup textarea {
	width: 96%;
	padding: 3.5% 2%;
}

#contact-form-popup input[type=submit] {
	background: url(/img/button-submit.png) top left no-repeat;
	width: 182px;
	height: 56px;
	line-height: 56px;
	text-shadow: 1px 1px #000;
	border: none;
	float: left;
	margin: 35px 0;
}

#contact-form-popup .captcha input {
	width: 90px;
	float: left;
}

#contact-form-popup .captcha-image {
	float: left;
	margin: 3px 20px 0 10px;
}

table.details-table {
	width: 100%;
	border: none;
}

table.details-table tr {
	border-bottom: 1px solid #ddd;
}

table.details-table td {
	width: 50%;
	padding: 10px 0;
	font-weight: 400;
	font-size: 16px;
	color: #E7151D;
}

table.details-table td:nth-child(2n+2) {
	text-align: right;
	font-weight: 400;
	font-weight: 600;
}

table.details-table tr:nth-child(2n+2) {
	background: #f8f8f8;
	color: #fff;
}

.show-numbers {
	width: 100%;
	position: relative;
	margin: 0 0 2em;
	float: left;
}

.show-numbers a {
	display: block;
	height: 100%;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	background: #E7151D;
	padding: .75em 1em;
	font-size: 1.25em;
}

.show-numbers a i {
	float: right;
}

.show-numbers .truck-col table {
	width: 100%;
	margin-bottom: 0;
	border: none;
}

.show-numbers .truck-col td.contact-name {
	font-size: 1em;
	color: #111;
}

.show-numbers .truck-col td {
	font-size: 1em;
	font-weight: 600;
	display: block;
	float: left;
	padding: 5px 0;
}

.show-numbers .truck-col tr {
	padding: 10px 0;
	width: 100%;
}

.show-numbers .truck-col td.land-line {
	font-size: 1em;
	color: #999;
	padding-left: 1em;
}

.large-3 .show-numbers .truck-col td.land-line {
	font-size: .85em;
	padding-left: 0;
}

.show-numbers .truck-col tr.end {
	border-bottom: none;
}

.show-numbers .numbers {
	padding: .5em 1em;
	border: 1px solid #ddd;
	background: #fff;
}

.show-numbers .numbers-heading {
	padding: 10px;
	color: #000;
	font-weight: 700;
	font-size: 16px;
}

.show-numbers ul {
	padding: 0 !important;
	margin: 0 !important;
}

.show-numbers li {
	list-style: none;
	background: 0 0 !important;
	padding: 10px !important;
	margin: 0 15px !important;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-weight: 700;
}

.show-numbers li:last-child {
	border-bottom: none;
}

#contact .show-numbers {
	display: block;
	float: none;
	margin: 0;
}

#contact .toggle .toggle-content {
	float: none;
}

#sidebar-search-truck {
	width: 250px;
	margin: 0 auto 20px;
}

#sidebar-related-ads h2 {
	font-size: 20px;
	margin-top: 1em;
}

#sidebar-related-ads img {
	border: none;
	float: left;
	margin-right: 16px;
}

#sidebar-related-ads .sidebar-ad {
	border-top: 1px solid #dbdbdb;
	font-size: 14px;
	float: left;
	padding: 10px 0;
	text-align: left;
	position: relative;
}

#toolbox {
	margin: 20px;
	font-weight: 700;
	font-size: 16px;
}

#toolbox span {
	padding-left: 20px;
}

#toolbox ul {
	padding: 0;
	margin: 0;
}

#toolbox li {
	height: 60px;
	line-height: 60px;
	text-align: left;
	border-top: 1px solid #0a0a0a;
}

.footer-right,.footer-sell {
	text-align: right;
}

#toolbox li a {
	color: #000;
	text-decoration: none;
	padding: 15px 0;
}

#toolbox img {
	float: left;
	margin-top: 8px;
}

.friend-form.large-12.columns.enquiry-form.no-print {
	margin-bottom: 1em;
}

.friend-form.enquiry-form input[type=submit] {
	margin: .5em 0 0;
}

#email-friend form {
	margin: 0;
}

#content.sitemap h3 {
	margin: .25em 0;
	font-style: normal;
	line-height: 1;
}

#content.sitemap h3 a {
	color: #444;
	text-decoration: none;
	font-weight: 700;
}

#content.sitemap a {
	color: #444;
	text-decoration: none;
	width: 100%;
	float: left;
	line-height: 2;
	padding-left: 1em;
	position: relative;
}

#content.sitemap a:before {
	content: "\f105";
	font-weight: 400;
	text-decoration: inherit;
	color: #bbb;
	font-size: 18px;
	padding-right: .5em;
	position: absolute;
	top: -2px;
	left: 0;
}

#content.sitemap a:hover,#content.sitemap a:hover:before {
	color: #000;
	text-decoration: none;
}

#content.sitemap ul li ul {
	margin-left: 3em;
}

#content.sitemap ul li ul li {
	list-style: circle;
}

footer {
	float: left;
	width: 100%;
	padding-top: 16px;
	color: #fff;
	position: relative;
	background: #E7151D;
	margin: 0;
	overflow: hidden;
	behavior: url(Scripts/vendor/csspie/PIE.htc);
}

.footer-logo {
	float: left;
	margin: 10px auto;
}

.footer-divider {
	background: url(/img/divider-footer.jpg) top left no-repeat;
	width: 2px;
	height: 79px;
	float: left;
}

.footer-right small a {
	color: #444;
	font-weight: 700;
	text-decoration: none;
}

.footer-right small a:hover {
	color: #222;
	text-decoration: underline;
}

.footer-nav {
	float: left;
}

.footer-nav ul {
	margin-left: 0;
}

.footer-nav ul li {
	display: inline-block;
	float: left;
	margin: 10px 20px 20px 0;
}

.ad-image-description,.footer-nav ul.file_menu {
	display: none !important;
}

.footer-nav ul li a {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}

.powered-by,.toolbox-header {
	text-transform: uppercase;
	font-weight: 700;
}

footer small {
	font-size: 75%;
	padding: 1em 0;
	float: left;
	color: #bbb;
}

footer small a {
	opacity: 1;
	color: #fff;
}

footer small a:hover {
	color: #fff;
}

footer .button {
	background: #444;
	background: rgba(0,0,0,.15);
	float: none;
	margin: .5em auto;
	font-size: 14px;
	letter-spacing: .5px;
}

footer .button:hover {
	background: rgba(0,0,0,.3);
	opacity: 1;
}

footer .button i {
	font-size: 12px;
	margin-left: .5em;
}

.powered-by {
	float: left;
	padding-top: 30px;
	margin: 0 20px;
}

.powered-by a {
	color: #4e0606;
	text-decoration: none;
}

.footer-right {
	float: right;
	margin-top: 20px;
}

.footer-right .footer-sell {
	margin-bottom: 10px;
}

.footer-right small {
	font-size: 10px;
	color: #444;
}

.field-validation-valid,.validation-summary-valid {
	display: none;
}

.fancybox-inner {
	overflow: hidden !important;
}

.fancybox-title {
	width: 100%;
}

.toolbox-header {
	height: 55px;
	margin: 20px;
	font-size: 24px;
	color: #fff;
	text-shadow: 1px 1px #000;
	text-align: left;
	line-height: 55px;
	padding: 0 20px;
}

.accord-header h3 {
	padding: .75em 1em;
	float: left;
	width: 100%;
	margin: 0 0 1em;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 1.25em;
	cursor: pointer;
	color: #999;
	position: relative;
}

.accord-header h3:before {
	content: "\f067";
	font-weight: 400;
	text-decoration: inherit;
	color: #999;
	font-size: 16px;
	padding-right: .5em;
	position: absolute;
	top: 20px;
	right: 1em;
}

.accord-header.on h3:before {
	content: "\f068";
	color: #000;
}

.accord-content .left {
	position: absolute;
	right: 1em;
	top: 0;
}

.accord-content .right {
	width: 100%;
	float: left;
	margin-top: 1em;
}

.accord-header.on h3 {
	margin-bottom: 0;
	border-bottom: 0;
	color: red;
}

.accord-content {
	position: relative;
	width: 100%;
	float: left;
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
	padding: 1em 2em;
	margin-bottom: 1em;
	display: none;
}

#map-canvas-0,.map-embed.right {
	width: 100% !important;
}

#toggle {
	cursor: pointer;
}

.enquiry-queued {
	color: #fff;
	padding: 0 20px;
	font-size: 14px;
}

.field-validation-error {
	color: red;
}

.input-validation-error {
	border: 1px solid red;
	background-color: #fee;
}

.ir,.visuallyhidden {
	border: 0;
	overflow: hidden;
}

.validation-summary-errors {
	font-weight: 700;
	color: red;
}

.enquiry-validation-error {
	position: absolute;
	width: auto;
	height: 0;
	padding-right: 2em;
	right: -20px;
	font-size: .75em;
	z-index: 9999;
	margin-top: 0;
	text-align: right;
	top: 0;
}

.lu-link img {
	float: left;
	margin: 5px 10px 5px 0;
}

.ir {
	background-color: transparent;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:after,.clearfix:before {
	content: " ";
	display: table;
}

span.search-sort-by {
	margin-top: 3px;
}

a.dynamicSearchOrder {
	float: left;
	width: auto;
}

.refine-styles span a.active {
	color: #E7151D;
}

#isuzu header {
	width: 100%;
	float: left;
	background: #ccc;
	height: 100px;
}

#isuzu header>.container {
	margin-top: 0;
}

#top-header {
	float: left;
	width: 100%;
	background: #000;
	padding: .5em 0;
	height: 38px;
}

.social.right {
	float: right;
	position: relative;
	top: 0;
	width: auto;
}

.social.right a {
	width: 26px;
	height: 26px;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	background-position: 0 0;
	repeat: no-repeat;
}

#new-trucks-tab,#used-trucks-tab {
	padding: 3px 8px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 5px;
	border-radius: 3px 3px 0 0;
	font-weight: 700;
	float: left;
}

a#isuzu-youtube {
	background-image: url(/img/dealer/isuzu-youtube.png);
}

a#isuzu-facebook {
	background-image: url(/img/dealer/isuzu-facebook.png);
}

a#isuzu-twitter {
	background-image: url(/img/dealer/isuzu-twitter.png);
}

.social.right a:hover {
	background-position: 0 -26px;
}

.tab-container {
	position: absolute;
	top: -24px;
}

#new-trucks-tab {
	background: #c00;
	color: #fff;
}

#new-trucks-tab:hover {
	background: #444;
}

#used-trucks-tab {
	background: #C4C4C4;
	color: #333;
}

#isuzu nav {
	float: left;
	margin-top: 45px;
}

#isuzu .logo {
	width: 180px;
	margin-top: 10px;
	padding-left: 0;
}

#isuzu a.dynamicSearchLink {
	float: left;
	width: 100%;
}

#isuzu #search input[type=text] {
	width: 170px;
}

#isuzu nav li a {
	background: #c00;
	filter: none;
	text-shadow: none;
	margin-right: 10px;
	border: none;
	border-radius: 5px;
	padding: 7px 12px;
	line-height: 1.5;
}

#isuzu nav li a:hover {
	background: #444;
	filter: none;
	color: #fff;
}

#isuzu .breadcrumbs {
	background: #1e1e1e;
	color: #fff;
	padding: 3px 10px;
	font-size: 10px;
	font-weight: 400;
	width: 100%;
	float: left;
}

#isuzu .breadcrumbs a {
	color: #bbb;
}

#isuzu nav .nav-border-bottom,#isuzu nav .nav-border-top {
	display: none;
}

#isuzu #search {
	margin-top: -10px;
}

#isuzu #search input[type=text] {
	background: url(/img/button-search-mag.png) 95% 50% no-repeat #fff;
	color: #444;
	border-radius: 5px;
	border: none;
	padding: 10px 1em;
	line-height: 2;
	position: absolute;
	right: 44px;
	box-shadow: inset -2px 2px 11px rgba(0,0,0,.5);
}

#isuzu #search input[type=submit] {
	background: #C00;
	width: 35px;
	height: 35px;
	top: 0;
	right: 0;
	border-radius: 5px;
	text-indent: 0;
	color: #fff;
	font-weight: 700;
	padding: 0;
	text-align: center;
}

.refine-styles span a,span.search-sort-by {
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 10px;
	font-weight: 700;
}

#isuzu #search input[type=submit]:hover {
	background: #444;
}

#isuzu::-webkit-input-placeholder {
	color: #999;
	font-style: normal;
}

#search:-moz-placeholder {
	color: #999;
	font-style: normal;
}

#search::-moz-placeholder {
	color: #999;
	font-style: normal;
}

#search:-ms-input-placeholder {
	color: #999;
	font-style: normal;
}

#isuzu .float-container {
	width: 100%;
	float: left;
}

#isuzu #live-update-h,#isuzu #live-update-sidebar {
	left: auto;
	right: 0;
	top: 55px;
	min-width: 350px;
}

#isuzu #live-update-sidebar {
	min-width: 0;
}

#isuzu footer {
	float: left;
	width: 100%;
	background: #242424;
	filter: none;
}

.refine-styles a {
	float: none;
}

span.search-sort-by {
	color: #ddd;
	float: left;
}

.refine-styles span a {
	margin-bottom: .75rem;
	display: inline-block;
	color: #666;
}

#isuzu #content-home .right-col.large-4.medium-6.column,.view-switcher.ui-bar-a {
	display: none;
}

#contact-enquiry-wrapper .form-group label {
	float: left;
	width: 100%;
}

#contact-enquiry-wrapper input[type=checkbox] {
	float: left;
	margin-right: 10px;
	margin-bottom: 12px;
	margin-top: 4px;
	z-index: 5;
	position: relative;
}

.form-group h4 {
	padding-top: 20px;
}

body input#sr-submit {
	padding: 13.5px 4em;
}

#isuzu #content-home .left-col.large-8.medium-6.column {
	width: 100%;
}

#share-buttons {
	float: right;
	width: 100%;
	max-width: 280px;
	clear: both;
	position: absolute;
	right: .9375rem;
	top: 2.5rem;
	z-index: 2;
	display: none;
}

.share-buttons {
	float: right;
	background: #f0f0f0;
	padding: .5rem 0;
}

body .inline li a.share-buttons-link {
	font-size: 12px;
	font-weight: 700;
	margin-left: 6px;
	color: #444;
	padding: 2px 6px;
	height: auto;
	top: -2px;
	float: right;
}

@media only screen and (max-width:767px) {
	ul.inline.right li:first-child a {
		margin-left: 0;
	}

	#share-buttons {
		position: relative;
		right: auto;
		top: 0;
		left: 0;
		float: left;
		margin: 0 0 .25rem;
	}

	.share-buttons {
		float: left;
	}
}

@media only screen and (max-width:1300px) {
	#search-results #banner728,.content-container #banner728 {
		display: none;
	}

	#search-results #banner468,.content-container #banner468 {
		display: block;
	}

	.accord-content .left {
		position: relative;
		margin-left: 1em;
	}
}

@media only screen and (max-width:1024px) {
	.ad-image {
		height: 190px;
		max-height: 190px;
	}

	body #search-h {
		max-width: 700px;
		margin-left: -350px;
	}

	#ad-title {
		font-size: 20px;
		font-size: 1.25em;
		padding-right: 100px;
		margin: 5px 0 16px;
		position: relative;
	}

	h1#ad-title span {
		position: absolute;
		right: 0;
		top: 0;
	}

	#content h1 {
		margin: 0;
		width: 100%;
	}

	#Sort-Order,#results-per-page {
		float: left;
		margin-left: 0;
		margin-right: 10px;
	}

	#dvLoading {
		top: 70px;
	}
}

@media only screen and (max-width:1000px) {
	#isuzu nav,nav ul {
		float: right;
		position: absolute;
	}

	#search-results #banner300 {
		display: block;
	}

	#search-results #banner468 {
		display: none;
	}

	header #header-right {
		position: absolute;
		max-width: 220px;
		right: 15px;
		top: 63px;
		margin-top: 0;
	}

	#isuzu nav {
		margin-top: 45px;
		top: 0;
		right: 0;
		width: 100%;
	}

	nav ul {
		margin: 0;
		top: -35px;
		right: 6px;
		width: auto;
	}
}

@media only screen and (max-width:767px) {
	.ad-nav ul li a,.footer-nav ul li,footer {
		text-align: center;
	}

	.ad-image {
		height: 300px;
		max-height: 500px;
	}

    .ad-image.blur {
        top: 0;
    }

	body #search-h {
		max-width: 500px;
		margin-left: -200px;
		top: 40px;
	}

	.advanced-one {
		float: left;
		width: 32%;
	}

	#search {
		margin-top: 0;
		margin-bottom: 10px;
	}

	#search-h {
		top: 100px;
	}

	body input#sr-submit {
		padding: 15px 1em;
	}

	#search,#search input[type=text],header #header-right {
		width: 100%;
	}

	header #header-right {
		max-width: 100%;
	}

	.content-container.wrapper.grey {
		padding: 0;
	}

	#content h1 {
		margin-bottom: 0;
	}

	body .advanced-one {
		float: left;
		width: 48%;
		margin: 0 1% 5px;
	}

	body #search-h .search-header h1 {
		font-size: 20px;
		font-size: 1.2rem;
	}

	#banner-controls {
		top: 190px;
	}

	.tab a {
		font-size: 14px;
		font-size: .85em;
		margin: 0;
	}

	table.details-table td {
		padding: 6px 0;
		font-size: 14px;
	}

	#dealer-numbers td.contact-name,#dealer-numbers2 td.contact-nam,body #dealer-numbers .truck-col td.land-line {
		width: 100%;
		display: block;
		padding: 5px 0;
	}

	.callback .toggle .toggle-trigger:before {
		top: 15px;
		position: absolute;
		right: 1em;
	}

	.footer-nav ul li {
		display: inline-block;
		float: none;
		margin: 10px 5px 0;
	}

	footer .button {
		font-size: 12px;
		margin: 10px auto;
	}

	.social a {
		color: #fff;
		margin-top: 0;
		margin-bottom: 10px;
		float: none;
		margin-right: 0;
		padding: 5px 10px;
		border-radius: 3px;
		width: 32px;
		height: 25px;
		background: rgba(0,0,0,.2);
	}

	.ad-nav,.ad-nav ul li a,.ad-nav ul.inline {
		width: 100%;
		float: left;
	}

	.ad-nav {
		margin-top: 1em;
	}

	.ad-nav ul.inline {
		display: table;
		margin-bottom: 5px;
	}

	.ad-nav ul li a {
		font-size: 12px;
		font-size: .7em;
		padding: 5px 6px;
	}

	share-button.sharer-0,ul.inline.right {
		float: left !important;
		margin-right: 8px;
	}

	.tab-container .panel-container {
		padding: 1em;
	}

	.breadcrumbs .large-12,.header-top .row.pad {
		padding: 0;
	}

	a#advanced.advanced-open {
		top: 300px;
	}

	#contact #dealer-numbers .truck-col td.land-line {
		padding-left: 0;
	}

	.recent-item.item .ad-image {
		height: 200px;
		max-height: 200px;
	}

	share-button .sb-social.sb-center.active.sb-top {
		top: 6.5em;
		left: 7em;
	}

	#banner728,#search-results #banner468,.content-container #banner468 {
		display: none;
	}

	#banner300 {
		display: block;
	}

	body#isuzu input#sr-submit {
		padding: 13.5px 1em;
	}

	#dvLoading {
		top: 71px;
		left: 0;
		margin-left: 2em;
	}
}

@media only screen and (max-width:600px) {
	#isuzu nav,nav ul {
		right: auto;
		width: 100%;
	}

	body #search-h {
		max-width: 350px;
		margin-left: -176px;
	}

	#isuzu header {
		width: 100%;
		float: left;
		background: #ccc;
		height: 98px;
	}

	#isuzu nav {
		top: auto;
		bottom: 0;
		left: 0;
		margin-left: 0;
	}

	nav ul {
		top: -30px;
	}

	nav li {
		float: left;
		font-size: 14px;
		margin-bottom: 0;
		width: 50%;
		text-align: center;
	}

	#isuzu nav li a {
		border-radius: 0;
		padding: 9px 0;
		line-height: 1;
		width: 100%;
		margin: 0;
		border: 1px solid #B50101;
		font-size: 11px;
	}

	#isuzu nav li a:hover {
		border: 1px solid #222;
	}

	#isuzu nav li:first-child a {
		border-right: none;
	}

	div#used-trucks-tab {
		display: none;
	}

	.logo img {
		max-width: 130px;
	}

	#isuzu #search input[type=text] {
		position: absolute;
		right: -2px;
		z-index: 0;
		width: 190px;
		top: -47px;
	}

	#isuzu #search input[type=submit] {
		top: -46px;
	}

	#isuzu .logo {
		margin-top: 1px;
	}

	#content .large-12.column {
		padding-left: .9375em;
	}
}

@media only screen and (max-width:35em) {
	#isuzu .breadcrumbs a,.tab a {
		font-size: 12px;
	}

	#isuzu #search input[type=text] {
		width: 140px;
	}

	.tab a {
		padding-left: 10px;
		padding-right: 10px;
	}

	.accord-header h3 {
		padding: 5px 10px;
		font-size: 1rem;
		margin-bottom: 5px;
	}

	.accord-header h3:before {
		font-size: 12px;
		top: 10px;
	}

	#content h1 {
		font-size: 20px;
		font-size: 1.2rem;
	}

	#Sort-Order .selector select#SortOrder,#results-per-page .selector select#ResultsPerPage {
		margin-bottom: 0;
	}

	#content {
		margin-top: 0;
	}

	#search-results {
		margin-left: 0;
		padding-left: 0;
	}
	.ad-image {
	    height: auto;
	    max-height: 300px;
	}
	a.ad-detail-link img {
	    height: auto;
	    max-height: 500px;
	    position: relative;
	    max-width: 100%;
	    width: 100%;
	    top: 0;
	    left: 0;
	    transform: translateY(0) translateX(0);
	    -ms-transform: translateY(0) translateX(0);
	    -moz-transform: translateY(0) translateX(0);
	    -webkit-transform: translateY(0) translateX(0);
	    -o-transform: translateY(0) translateX(0);
	}
	.menu-button, .menu-button:focus, .sidebar-button {
		margin-left: -140px;
	}	
}

@media print {
	blockquote,img,pre,tr {
		page-break-inside: avoid;
	}

	* {
		text-shadow: none !important;
	}

	a,a:visited {
		text-decoration: underline;
	}

	.ir a:after,a[href]:after,a[href^="javascript:"]:after,a[href^="#"]:after {
		content: "";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	blockquote,pre {
		border: 1px solid #999;
	}

	header,table.details-table tr {
		border-bottom: 1px solid #ddd;
		float: left;
	}

	thead {
		display: table-header-group;
	}

	img {
		max-width: 100% !important;
	}@	page {
		margin: .5cm;
	}

	h2,h3,p {
		orphans: 3;
		widows: 3;
	}

	h2,h3 {
		page-break-after: avoid;
	}

	#send-enq-content,#sidebar,.breadcrumbs,.footer-right,.no-print,.no-print * {
		display: none !important;
	}

	header {
		height: auto;
		width: 100%;
		background: #ddd;
		box-shadow: none;
	}

	table.details-table tr {
		display: block;
		width: 50%;
	}

	table.details-table td {
		width: auto;
		padding: .25em 2.5%;
		font-weight: 700;
		font-size: 12px;
		display: block;
		float: left;
	}

	table.details-table td:nth-child(2n+2) {
		text-align: left;
	}

	.ad-image-wrapper {
		border: none;
	}

	table.details-table tr:nth-child(4n+1),table.details-table tr:nth-child(4n+2) {
		background: #ddd !important;
	}

	table.details-table tr:nth-child(2n+2) {
		background: #fff;
	}

	#dealer-details {
		display: none;
	}

	#dealer-numbers .truck-col td.land-line {
		background: 0 0 !important;
		text-align: right;
	}

	div#dealer-numbers {
		display: block !important;
	}

	#dealer-numbers .truck-col .numbers {
		padding: .25em 2.5%;
		width: 95%;
		background: #181818;
		margin: 0 auto;
		border-radius: 10em;
		border: none;
		box-shadow: none;
	}

	div.ad-image-wrapper.gradient-inset-lighter.radius8 {
		height: 350px !important;
		max-width: 100%;
	}

	#dealer-numbers .truck-col {
		margin: .75em auto;
	}

	#contact,#search input[type=submit],#sidebar-related-ads,#site-search,.ad-nav,.callback,.etabs,.flex-direction-nav,.sharer-0,.show-numbers,div#carousel,footer,ul.inline.right {
		display: none !important;
	}

	.panel-container div {
		display: block !important;
	}

	#slider.flexslider .slides img {
		margin: 1em auto;
	}
	
	.flexslider .slides {
	    transform: translate3d(0,0,0)!important;
	}
	
}

@media only screen and (max-width:767px) {
	header>.container {
		margin-top: 0;
	}

	.logo {
		display: block;
	}

	.footer-sell {
		text-align: center;
	}
}

#loan-calculator label,.loan-amount-field span:after,.field.repayment-amount p,.loan-amount .interest-rate-field span:after {
	color: #cc0000;
}

.foundation-radio-button input.button[type="radio"]:checked,.radio span.checked {
	background: #cc0000;
}
