@media print {


	/* overrides of the normal css */
	#printSection div#masterTable > div > div:nth-of-type(2) {
		display: none;
	}

	#printSection div#units label:not(.active) {
		display: none;
	}

	#printSection div#units {
		border: none;
		background: none;
	}

	#printSection div#units label.active {
		border: none;
		background-color: white;
		color: black;
		box-shadow: none;
		padding-top: 8px;
	}

	#printSection label#units-label {
		color: black !important;
	}

	#printSection label#units-label::after {
		content: ":";
	}
	
	#printSection div#printDownload {
		display: none;
	}
	/* end of override */



	#printSection div.inlineSubCategories {
		margin-left: 0px;
		margin-bottom: 0px;
	}

	#printSection div.inlineSubCategories label.active {
		background-color: #113a92;
		color: #ffffff;
	}

	#printSection div.inlineSubCategories label {
		background-color: #ffffff;
		border-color: #C2C2C2;
		font-size: 12px;
		color: #113a92;
	}

	#printSection .standardImage {
		background-image: url(http://www.doosanequipment.com/img/std_dnet.png)
	}

	#printSection .container-fluid {
		padding-left: 0px;
		padding-right: 0px;
	}

	#printSection .specGroupStandalone {
		margin-left: 0px;
		margin-right: 0px;
	}

	#printSection .categoryTiles ul > li > * .inner > div {
		width: 140px;
		height: 115px;
		cursor: pointer;
	}

	#printSection .categoryTiles ul > li > * .inner > div > img {
		width: 140px;
	}

	#printSection .categoryTiles ul > li > * .inner {
		width: 140px;
		height: 170px;
	}

	#printSection .filterByCarrierDropdowns {
		margin-left: 5px;
		margin-bottom: 5px;
	}

	#printSection .filterByCarrierDropdown select {
		margin-top: 0px;
		background-image: url(http://www.doosanequipment.com/img/drop_down.png);
		background-repeat: no-repeat;
		background-position: right;
		background-size: 26px;
		height: 26px;
		border: 0px;
		background-color: #ebece7;
		-webkit-appearance: none;
	}

	#printSection .downloadIcon {
		background: none;
		background-size:25px 25px;
		border-style: none;
		height: auto;
		width: auto;
		cursor: pointer;
		display: inline-block;
		float: right;
		margin: 0px;
	}

	#printSection .downloadIcon:before {
		content: "Download";
	}

	#printSection .printPage {
		margin: 0px;
	}

	#printSection .printPage:before {
		content: "Print";
	}

	#printSection h3.ng-binding {
		font-size: 20px;
	}

	#printSection .categoryTiles ul > li > * .inner {
		color: #113a92;
	}

	#printSection .productPager div {
		width: 30px;
		height: 38px;
		background-size: 14px 38px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}

	#printSection .productPager.previous {
		right: 14px;
	}

	#printSection .productPager.next {
		padding-right: 0px;
	}

	#printSection .productPager.previous div {
		background-image: url(http://www.doosanequipment.com/img/filled-arrow-left.png);
	}

	#printSection .productPager.next div {
		background-image: url(http://www.doosanequipment.com/img/filled-arrow-right.png);
	}

	#printSection h4.ng-binding.ng-scope {
		font-size: 12px;
	}

	#printSection div.loaderGif {
		background-position: center;
		background-repeat: no-repeat;
		height: 32px;
		width: 50px;
		transform: translateX(50%);
	}

	#printSection div.loaderGif span.caret {
		display: none;
	}

	#printSection a#download,
	#printSection a#print {
		line-height: 30px;
		margin-right: 20px;
		float: right;
		background: url(http://www.doosanequipment.com/img/arrow-right.png);
		background-repeat: no-repeat;
		background-position: right;
		background-size: 7px;
		padding-right: 12px;
		font-size: 12px;
		color: #113a92;
	}

	#printSection .specRow div#expand-colapse {
		padding-left: 1px;
		margin-top: 15px;
	}

	div#product_center,
	div#product_center div.ls-area-body {
		overflow: visible;
	}

	#printSection span.expand-all-spec,
	#printSection span.collapse-all-spec {
		background-repeat: no-repeat;
		background-size: 12px 12px;
		background-position: left;
		padding-left: 15px;
		margin-left: 1px;
	}

	#printSection span.expand-all-spec {
		background-image: url('http://www.doosanequipment.com/img/expand_icon.png');
	}

	#printSection span.collapse-all-spec {
		background-image: url('http://www.doosanequipment.com/img/collapse_icon.png');
	}

	#printSection div.isExpanded  a.accordion-toggle {
		background-image: url('http://www.doosanequipment.com/img/collapse_icon.png');
	}

	#printSection .specRow {
		display: table;
	}

	#printSection .panel-title a{
		background-image: url('http://www.doosanequipment.com/img/expand_icon.png');
		background-repeat: no-repeat;
		background-size: 12px 12px;
		background-position: left;
		padding-left: 15px;
	}

	#printSection .btn {
		border-radius: 0px;
	}

	#printSection .btn.dropdown-toggle {
		background-image: url('http://www.doosanequipment.com/img/drop_down.png');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: right;
		border: none;
		padding-left:2px;
		padding-right:2px;
		padding-top:0px;
		padding-bottom:0px;
		margin-left:0px;
		margin-right:0px;
		height: 32px;
	}
	#printSection .btn.dropdown-toggle:hover {
		background-color: transparent;
	}

	#printSection .btn.dropdown-toggle > div{
		background-color: #F5F5F3;
		line-height: 32px;
		margin-right: 32px;
		padding-left: 4px;
		padding-right: 4px;
		height: 100%;
	}

	#printSection .btn.dropdown-toggle:hover div,
	#printSection .btn.dropdown-toggle div:hover {
		background-color: #D1D1D1;
	}

	#printSection .btn.dropdown-toggle div label{
		cursor: pointer;
		color: #7A7A7A;
		white-space: normal;
		font-size: 12px;
		line-height: 13px;
		display: inline-block;
		vertical-align: middle;
	}

	#printSection .btn.dropdown-toggle div label div:not(.loaderGif){
		display: none;
	}

	#printSection .infoImage {
		background: url('http://www.doosanequipment.com/img/info.png');
		background-size: 15px 15px;
		border-style: none;
		height: 15px;
		width: 15px;
		cursor: pointer;
		display: inline;
		line-height: 12px;
		padding-left: 15px;
		margin-left: 2px;
	}

	#printSection .specRow .value {
		vertical-align: top;
		height: 100%;
		border-left: 1px solid white;
		text-align: center;
		font-size: 12px;
		display: table-cell;
		height: auto;
	}

	#printSection .specRow .attributeName {
		display: table-cell;
		font-weight: bold;
		float: left;
		padding-left: 10px;
		vertical-align: middle;
		height: 100%;
		font-size: 12px;
		text-align: left;
		width: auto !important;
	}

	#printSection .specRow .attributeName > span {
		color: #7A7A7A;
	}

	#printSection .specRow specvalue {
		color: #7A7A7A;
		word-break: break-word;
	}

	#printSection .panel-title {
		font-size: 14px;
		color: #7A7A7A;
	}

	#printSection .doosan-btn-group label.btn-primary.active {
		background-color: #113a92;
		color: #ffffff;
	}

	#printSection .doosan-btn-group label.btn-primary {
		background-color: #ffffff;
		border-color: #C2C2C2;
		color: #113a92;
		font-size: 12px;
		padding-bottom: 5px;
	}

	#printSection .specRow.even .value .caSubvalue.oddCol {
		background-color: #F5F5F3;
	}

	#printSection .specRow.even .value .caSubvalue.evenCol {
	background-color: #F5F5F3;
	}

	#printSection .specRow.odd .value .caSubvalue.oddCol {
	background-color: #FFF;
	}

	#printSection .specRow.odd .value .caSubvalue.evenCol {
	background-color: #FFF;
	}

	#printSection .specRow.even {
		background-color: #F5F5F3;
	}

	#printSection .specRow.odd {
		background-color: #FFF;
	}

	#printSection span.legend {
		background-repeat: no-repeat;
		padding-left: 16px;
		padding-right: 5px;
	}

	#printSection span.bobcat-icon {
		background-image: url('http://www.doosanequipment.com/img/icon-bobcat.png');
	}
	#printSection span.standard-icon {
		background-image: url('http://www.doosanequipment.com/img/icon-radio-full.png');
	}
	#printSection span.optional-icon {
		background-image: url('http://www.doosanequipment.com/img/icon-radio-selected.png');
	}
	#printSection span.notapplicable-icon {
		padding-left: 25px;
		background-image: url('http://www.doosanequipment.com/img/icon-not-applicable.png');
	}

	#printSection div#masterTable .specRow .value {
		vertical-align: middle;
	}

	#printSection div#masterTable ul.dropdown-menu {
		margin-left: 0px;
		max-height: 400px;
		border-radius: 0px;
	}

	#printSection div#masterTable div.dropdown.compareDropdown {
		display: flex;
	}

	#printSection div#masterTable > div:nth-of-type(3) > div:first-of-type {
		margin-top: 10px;
		margin-bottom: 5px;
	}

	#printSection div#masterTable div#units,
	#printSection div#masterTable div#on-off {
		margin: 0px;
	}

	#printSection div#masterTable label#units-label,
	#printSection div#masterTable label#on-off-label {
		color: #7A7A7A;
		font-size: 12px;
		font-weight: 700;
		color: #113a92;
	}

	#printSection div#masterTable > div > div:nth-of-type(2) {
		float: none !important;
	}

	#printSection div#masterTable > div > div:nth-of-type(2) > div:nth-of-type(1) {
		margin: 0px;
	}

	#printSection div#masterTable > div > div:nth-of-type(2) > div:nth-of-type(2) {
		display: none !important;
	}

	#printSection div#masterTable > div > div > div > button {
		float: none !important;
	}

	#printSection div#masterTable > div:first-of-type {
		position: static !important;
	}

	#printSection div#masterTable > div:first-of-type > div > label {
		color: #7A7A7A;
	}

	#printSection div#masterTable > div {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}



	div.modal-dialog *,
	#printSection *,
	div.attachment-widget-contents * {
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
	}

	#printSection *:before,
	#printSection *:after {
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
	}

	#printSection {
	  font-size: 62.5%;

	  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	#printSection {
	  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	  font-size: 14px;
	  line-height: 1.42857143;
	  color: #333;
	  background-color: #fff;
	}

	#printSection .collapse {
	  display: none;
	}

	#printSection .collapse.in {
	  display: block;
	}

	#printSection .collapsing {
	  position: relative;
	  height: 0;
	  overflow: hidden;
	  -webkit-transition: height .35s ease;
	          transition: height .35s ease;
	}

	#printSection .panel {
	  margin-bottom: 20px;
	  background-color: #fff;
	  border: 1px solid transparent;
	  /*
	  border-radius: 4px;
	  */
	  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	}

}