﻿@media print{
		
	@page
	{
		margin-top: 10mm;
		margin-bottom: 15mm;
		width:100%;
	}

	main #main {
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 15px;
		background-color: #ffffff !important;
		width:100%;
	}

	#top-nav,
	.logo,
	.mtf-login,
	#quick-search-form,
	.other-action-links-wrapper,
	.navigation,
	#expander,
	.action-links,
	#branches,
	.social-media,
	.sr-only,
	#email-seller, 
	.email-seller,
	.designed-by,
	.view-option	{
		display:none;
	}
		
	h1.stock-page-title:before{
		content: "Jeep | ";
		color:#394B00;
		font-size: 35px;
		font-weight: bold;
	}	
	
	
	.h1 #title {
		color: #394B00;
		width: 100% !important;
		float: left;
	}

	.logo-small {
		width: 100% !important;
		float: left;
		border-bottom: solid #000000 1px;
		margin-bottom:20px;
	}

	
	.details-form h1#title {
		margin-top:20px;
		margin-bottom: 20px;
		width:100%;
	}
	
	.details-form #price {
		width:100%;
		margin-bottom:15px;
		font-size:22px;
		padding-bottom:20px;
		border-bottom: solid #ccc 1px;
	}
	
	#price span .price-tag {
		border-bottom:0px !important;
	}
	
	.price-tag {
		border-top:none;
		border-bottom:none;
	}
	
	.details-form #price span {
		border-bottom: none;
	}

	p {
		font-size:13px;	
		line-height: 16px;
	}

	dl#vehicle-attribute {
		width: 100%;
		float: left;
		clear: left;
		padding-right: 30px;
		margin-bottom:5px;
	}

	dl.vehicle-attribute dt {
		background:none;
		padding-left: 0px;
		clear: left;
		width: 35%;
		color: #666666;
	}
	
	.collapsed  .content-section {
		display: block;
		margin-left:0px !important;
	}

	.efficiency-desc-wrapper {
		margin-bottom: 35px;
	}
	
	#vehicle-features {
		border-top: none;
		width:100%;
		margin-bottom:20px;
		border-top: solid #ccc 1px;
	}
	
	#vehicle-features h2{
		margin-top:15px;
		color:#394B00;
		background-color: transparent;
	}
	
	#vehicle-features p {
		margin-left:-8px;
		margin-bottom:0px;
	}
	.collapsed .expandable {
		background-image: none;
	}
		
	#vehicle-comments {
		width:100%;
		display: block;
		float:left;
		border-top: solid #ccc 1px;
		margin-bottom:0px;
	}
	
	#vehicle-comments h2 {
		margin-top:15px;
		color:#394B00;
		background-color: transparent;
		border:none;
	}
	
	#vehicle-comments p {
		margin-left:-8px;
		margin-bottom:0px;
	}
	
	.right-column {
		padding-top: 0px;
		width:100%;
	}
	
	/*IMAGE*/
	
	#vehicle-carousel {
		display: none;
	}

  
	.slides li {
		visibility:hidden;
	}
	
	.slides li:first-child {
		visibility:visible;
	}
	
	#vehicle-slider {
		box-shadow: none;
	}
  
	.carousel-wrapper {
		border-bottom:none;
	}
	
	img {
		page-break-before: auto;
		page-break-after: auto;
		page-break-inside: avoid !important;
	}
	
	/*IMAGE END*/
	
	
	.details-form .flex-direction-nav li .flex-next {
		display:none;
	}
	
	.contact-wrapper {
		border:none;
		width:50%;
		margin-right:20px;
		padding-top: 0px !important;
	}
		
	#dealer-contact-info  {
		background-color: #fff;
		line-height: 22px;
		padding-top: 0px;
	}
	
		
	#dealer-contact-info h2 {
		color:#394B00;
		margin-top:-60px;
	}
	
	.main-details {
		padding-bottom: 15px;
	}
	
	.staff-details {
		padding-bottom: 15px;
	}

	.efficiency-wrapper {
		float:right;
		width:50%;
		margin-top: -410px;
		margin-bottom: 15px;
	}
	
	.efficiency-rating {
		background:transparent !important;
	}
	
	.efficiency-rating span:nth-child(1):before{
		content: "Fuel Economy: $";
		color:#394B00;
		font-size: 18px;
		font-weight: bold;
	}	
	
	.efficiency-rating span:nth-child(1) {
		font-size: 16px;
		font-weight: bold;
		top: 15px;
		left: 0px;
	}
	
	.efficiency-rating span:nth-child(4) {
		display: block;
		font-weight: normal;
		font-size: 13px;
		line-height:16px;
		top: 85px;
		left: 0px;
	}
	
	.efficiency-rating span:nth-child(5):before{
		content: "Fuel Economy Star rating: ";
		color:#394B00;
		font-weight: bold;
		font-size: 18px;
	}
	
	.efficiency-rating span:nth-child(5) {
		font-size: 16px;
		font-weight: bold;
		top: 50px;
		left: 0px;
	}
	
	#copyright {
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 25px;
		border-top: solid #000000 1px;
		border-bottom: solid #000000 1px;
		color: #000000;
		background-color:#ffffff;
		margin-top: 30px;
	}
	
	#powered-by {
		display:none;
	}
	
	#copyright:after {
		content: "www.trademe-motors.co.nz";
		float:right;
		padding-left: 20px;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 13px;
		color: #000000;
		margin-top:-30px;
	}
	
}