div.divTrucks{
	display: table;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

div.divTrucks a{
	display: table-row;
	text-decoration: none;
	color: inherit;
}

div.divTrucks a:first-child{
	cursor: default;
	font-weight: bold;
}

div.divTrucks a span{
	display: table-cell;
	padding: 10px 7px;
	vertical-align: middle;
	font-size: 14px;
}

div.divTrucks a span[data-sort]{
	cursor: pointer;
}

div.divTrucks a span[data-sort]:hover{
	background-color: #101d3c;
}

div.divTrucks a:first-child span{
	background-color: #123462;
	color: white;
	padding: 14px 7px;
}

div.divTrucks a span:nth-child(2){
	text-align: left;
}

div.divTrucks a:first-child span:first-child{
	width: 1px;
}

div.divTrucks a:not(:first-child) span{
	border-bottom: 1px dotted #ccc;
}

div.divTrucks img{
	height: 45px;
}

div.divTrucks a:not(:first-child):hover span{
	background-color: #eee;
}

@media (max-width: 1250px) {
	div.divTrucks a:not(:first-child) span{
		font-size: 12px;
	}
}













div.divTruckContainer{
	margin-top: 20px;
	margin-bottom: 25px;
}

@media (max-width: 760px) {
	div.divTruckContainer{
		margin-top: 0px;
	}
}

div.divTruckLeft{
	float: left;
	width: 300px;
}

div.divTruckRight{
	float: right;
	width: 875px;
}

div.divTruckRight h1{
	margin-top: 0px;
}

div.divTruckImages img{
	width: 100%;
}

div.divTruckImages li{
	position: relative;
	float: left;
}

div.divTruckImages li img:nth-child(2){
	position: absolute;
	width: 120px;
}

div.divTruckImages li img:nth-child(2).pos_TOPLEFT{
	top: 0px;
	left: 0px;
}

div.divTruckImages li img:nth-child(2).pos_BOTTOMRIGHT{
	bottom: 0px;
	right: 0px;
}

div.divTruckImages li:not(:first-child){
	margin-top: 5px;
}

div.divTruckImages li:not(:nth-child(4n + 1)){
	margin-right: 5px;
}

div.divTruckImages li:not(:first-child) img{
	width: 71px;
}

table.tblTruckSummary{
	width: 100%;
	text-align: left;
	font-size: 14px;
	margin-top: 10px;
}

table.tblTruckSummary th,
table.tblTruckSummary td{
	padding: 5px 0px;
}

table.tblTruckSummary th{
	width: 140px;
	text-align: left;
}

div.divTruckBox{
	float: left;
	margin-top: 25px;
}

div.divTruckBoxHalf{
	width: 425px;
}

div.divTruckBox + div.divTruckBox{
	margin-left: 25px;
}

div.divTruckBox h2{
	padding-left: 10px;
	margin-top: 0px;
	padding-bottom: 2px;
	color: #555;
}

div.divTruckBoxContent{
	background-color: #eee;
	border-top: 2px solid #777;
	padding: 15px;
	padding-top: 0px;
}

div.divTruckBoxContent ul{
	margin-left: 15px;
	margin-top: 15px;
}

table.tblMaintenance{
	width: 100%;
	margin-top: 15px;
	text-align: center;
	line-height: 1.2em;
}

table.tblMaintenance th,
table.tblMaintenance td{
	padding: 7px 5px;
}

table.tblMaintenance th{
	background-color: #999;
	color: white;
}

table.tblMaintenance td{
	border-bottom: 1px dotted #ccc;
}

table.tblMaintenance td:first-child{
	text-align: left;
}

table.tblMaintenance tr:last-child{
	font-weight: bold;
}

p.pMaintenanceNotes{
	font-size: 11px;
	margin-top: 10px;
	text-align: center;
}

h2.h2TruckBanner{
	text-align: center;
	background-color: #eee;
	padding: 10px;
}

ul.ulSimilarTrucks li{
	float: left;
	width: 158px;
	margin-top: 10px;
	text-align: center;
}

ul.ulSimilarTrucks li:not(:first-child){
	margin-left: 15px;
}

ul.ulSimilarTrucks li img{
	width: 100%;
	margin-bottom: 5px;
}

ul.ulSimilarTrucks li a{
	text-decoration: none;
	color: #555;
	font-size: 11px;
}

ul.ulSimilarTrucks li a:hover{
	text-decoration: underline;
}

ul.ulSimilarTrucks li a:hover img{
	opacity: 0.8;
}

div.divTruckShareIcons{
	position: relative;
	float: right;
	margin-left: 15px;
	top: 5px;
}

a.aTruckPrint{
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-left: 3px;
}

a.aTruckShareEmail{
	display: inline-block;
	width: 138px;
	height: 32px;
	background-image: url(/main/_images/truck/email_a_friend.png);
	margin-right: 5px;
}

a.aTruckShareAddToAny {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(/_assets/sites/STUARTS/truck_buttons/share.png);
	margin-right: 5px;
	margin-left: 5px;
	color: #000000;
}

a.aTruckShareAddToAny:hover {
	opacity: .75;
	background-position: -32px;
}

a.aTruckPrint{
	background-image: url(/main/_images/truck/print.png);
	margin-left: 7px;
}

a.aTruckShareEmail:hover,
a.aTruckPrint:hover{
	opacity: 0.8;
}

a.aTruckEnquiry{
	margin-left: 5px;
	vertical-align: top;
}

div.divTruckDisclaimer{
	text-align: center;
	font-size: 11px;
}

@media (max-width: 1000px) {
	div.divTruckShareIcons{
		top: 0px;
	}
}











div.divTruckListings{
	float: right;
	width: 975px;
	position: relative;
	margin-top: 5px;
}

@media (max-width: 1250px) {
	div.divTruckListings{
		width: 733px;
	}
}

@media (max-width: 760px) {
	div.divTruckListings{
		margin-top: 0px;
	}
}

div.divTruckFilters{
	float: left;
	width: 200px;
	margin-top: 25px;
}

ul.ulTruckFilters{
	margin-top: 10px;
}

ul.ulTruckFilters li{
	border: 1px solid white;
	border-top: 0px;
}

ul.ulTruckFilters li:first-child{
	border-top: 1px solid white;
}

ul.ulTruckFilters li a{
	display: block;
	padding: 12px;
	background-color: #123462;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	background-image: url(/main/_images/truck/filter_arrow_hover.png);
	background-repeat: no-repeat;
	background-position: center right;
	font-weight: bold;
}

ul.ulTruckFilters li a:hover{
	background-color: #101d3c;
	color: white;
	background-image: url(/main/_images/truck/filter_arrow_hover.png);
}

ul.ulTruckFilters li a.aSelected{
	background-color: #555;
	background-image: url(/main/_images/truck/filter_arrow_hover.png);
	color: white;
}

ul.ulTruckFilters li a.aSelected:hover{
	background-color: #777;
}

ul.ulActiveFilters{
	background-color: #eee;
	padding: 15px;
	margin-top: 10px;
	display: none;
}

ul.ulActiveFilters li{
	margin-top: 10px;
	clear: both;
	font-size: 14px;
}

ul.ulActiveFilters li:nth-child(2){
	margin-top: 0px;
}

ul.ulActiveFilters li div{
	display: inline-block;
	font-weight: bold;
	line-height: 1.2em;
	width: 147px;
}

ul.ulActiveFilters li:first-child{
	display: none;
}

ul.ulActiveFilters li a span{
	float: left;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	background-image: url(/_images/plugins/jqueryui/ui-icons_222222_256x240.png);
}

ul.ulActiveFilters li a:hover span{
	opacity: 0.7;
}

div.divTruckFilters div.divUpdateFilters a{
	color: white;
	padding: 10px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	margin-top: 10px;
	text-decoration: none;
}

div.divTruckFilters div.divUpdateFilters a.aUpdateResults{
	background-color: #555;
	margin-right: 5px;
	width: 162px;
}

div.divTruckFilters div.divUpdateFilters a.aClearFilters{
	background-color: #913C3A;
	width: 28px;
}

div.divTruckFilters div.divUpdateFilters a.aUpdateResultsDisabled{
	background-color: #ccc;
	color: #eee;
	cursor: default;
}

div.divTruckFilters div.divUpdateFilters a.aUpdateResults:hover:not(.aUpdateResultsDisabled){
	background-color: #777;
}

div.divTruckFilters div.divUpdateFilters a.aClearFilters:hover:not(.aUpdateResultsDisabled){
	background-color: #6A2D2B;
}

div.divResultsFound{
	font-size: 16px;
	background-color: #eee;
	padding: 10px;
	height: 17px;
	text-align: center;
}

div.divResultsFound span{
	font-weight: bold;
}

div.divResultsFound img{
	vertical-align: middle;
	display: none;
}

div.divTruckListingsInvalid{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0.8;
}








div.divEditFilter{
	margin-top: 15px;
}

div.divEditFilterSubmit{
	text-align: right;
	border-top: 1px solid #ccc;
	margin-top: 15px;
	padding-top: 10px;
}

div.divEditFilterSubmit input{
	font-size: 14px;
	padding: 8px 14px;
}

div.divEditFilterTotal{
	font-weight: bold;
	font-size: 16px;
	margin-top: 15px;
}

div.divEditFilter table{
	width: 100%;
	min-width: 400px;
}

div.divEditFilter table input[type=checkbox]{
	vertical-align: middle;
}

div.divEditFilter table label{
	cursor: pointer;
}

div.divEditFilter table td{
	padding: 10px;
	background-color: #eee;
	border: 1px solid #fff;
	font-weight: bold;
}

div.divEditFilterRange{
	width: 273px;
}

div.divEditFilterRange label{
	font-size: 14px;
	font-weight: bold;
}

div.divEditFilterRange input{
	text-align: center;
	width: 80px;
	margin: 0px 5px;
}

.truck_mobile{
	display: none;
}














@media (max-width: 1250px) {
	div.divTruckRight{
		width: 633px;
	}

	div.divTruckBoxHalf{
		width: 309px;
	}

	div.divTruckBox + div.divTruckBox{
		margin-left: 15px;
	}

	div.divTruckBox{
		margin-top: 15px;
	}

	ul.ulSimilarTrucks li:nth-child(n+7){
		display: none;
	}

	ul.ulSimilarTrucks li{
		width: 145px;
	}
}

@media (max-width: 1000px) {
	div.divTruckListings{
		width: 500px;
	}

	span.truck_col_location{
		display: none !important;
	}

	span.truck_col_status{
		display: none !important;
	}

	div.divTruckRight{
		width: 397px;
	}

	div.divTruckBoxHalf{
		width: 100%;
	}

	div.divTruckBox + div.divTruckBox{
		margin-left: 0px;
	}

	div.divTruckShareIcons{
		float: none;
		margin-left: 0px;
		margin-bottom: 10px;
	}

	ul.ulSimilarTrucks{
		text-align: center;
	}

	ul.ulSimilarTrucks li{
		float: none;
		display: inline-block;
		margin: 10px;
	}

	ul.ulSimilarTrucks li:not(:first-child){
		margin-left: 0px;
	}
}

@media (max-width: 760px) {
	div.divTruckListings{
		float: none;
		width: auto;
		position: relative;
	}

	div.divTruckFilters{
		display: none;
	}

	span.truck_col_axle{
		display: none !important;
	}

	span.truck_col_bhp{
		display: none !important;
	}

	span.truck_col_chassis{
		display: none !important;
	}





	div.divTruckLeft{
		float: none;
		width: auto;
	}

	div.divTruckRight{
		float: none;
		width: auto;
	}

	div.divTruckRight{
		width: auto;
	}

	div.divTruckShareIcons{
		margin-top: 10px;
	}

	.truck_mobile{
		display: block;
	}

	h1:not(.truck_mobile){
		display: none;
	}

	div.divTruckShareIcons:not(.truck_mobile){
		display: none;
	}

	div.divTruckImages{
		max-width: 400px;
	}

	div.divTruckImages li{
		float: none;
		display: inline-block;
	}

	div.divTruckImages li:not(:nth-child(4n + 1)){
		margin-right: 0px;
	}

	div.divTruckImages li:not(:first-child) img{
		width: 71px;
	}
}










div.divTruckListingType{
	padding-top: 4px !important;
}

div.divTruckListingType a{
	display: block;
	width: 32px;
	height: 30px;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	float: left;
	vertical-align: top;
}

div.divTruckListingType a:first-child{
	border-right: 0px;
}

div.divTruckListingType a:hover:not(.selected){
	background-color: black;
}

div.divTruckListingType a.list:hover:not(.selected){
	background-image: url(/main/_images/truck/listing_list_hover.png);
}

div.divTruckListingType a.grid:hover:not(.selected){
	background-image: url(/main/_images/truck/listing_grid_hover.png);
}

div.divTruckListingType a.selected{
	background-color: #ddd;
	cursor: default;
}

div.divTruckListingType a.list{
	background-image: url(/main/_images/truck/listing_list.png);
}

div.divTruckListingType a.grid{
	background-image: url(/main/_images/truck/listing_grid.png);
}













ul.ulTruckGrid li{
	width: 228px;
	text-align: center;
	line-height: 1.3em;
	float: left;
	margin-top: 20px;
	font-size: 14px;
}

ul.ulTruckGrid li:not(:nth-child(4n-7)){
	margin-left: 21px;
}

ul.ulTruckGrid li img{
	width: 100%;
	margin-bottom: 5px;
}

ul.ulTruckGrid li a{
	text-decoration: none;
	color: #333;
}

ul.ulTruckGrid li a strong{
	color: #123462;
}

ul.ulTruckGrid li a:hover{
	text-decoration: underline;
}

@media (max-width: 1250px) {
	ul.ulTruckGrid li{
		width: 231px;
	}

	ul.ulTruckGrid li:not(:nth-child(4n-7)){
		margin-left: 0px;
	}

	ul.ulTruckGrid li:not(:nth-child(3n-5)){
		margin-left: 20px;
	}
}

@media (max-width: 1000px) {
	ul.ulTruckGrid li{
		width: 240px;
	}

	ul.ulTruckGrid li:not(:nth-child(3n-5)){
		margin-left: 0px;
	}

	ul.ulTruckGrid li:nth-child(odd){
		margin-right: 20px;
	}
}

@media (max-width: 760px) {
	ul.ulTruckGrid li{
		width: auto;
		max-width: 300px;
		margin: 20px auto 0px !important;
		float: none;
	}
}