html,body {
	height: 100%;
}
body {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
	background: #0260bb;
	line-height: normal;
}

div {
	overflow: hidden;
}

.googlemapssection div {
	overflow: visible;
}

.side-margin div {
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: 800;
	margin: 0;
	margin-bottom: 10px;
	line-height: 100%;
}
h1{
	font-size: 28px;
}
#container h1, #container h2, #container h3, #container h4, #container h5, #container h6 {
	color: #0260ba;
}

#container a {
	color: #0260ba;
}

.moduletable h3 {
	font-size: 16px;
	line-height: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #0260ba;
}

a {
	text-decoration: none;
}

#logo {
	margin: 20px 0;
}

.block,
#container {
	width: 1150px;
	margin: auto;
}

#header {
	background: #fff;
	padding: 0;
}
#header .block {
	background: url(../../images/header-graphic.jpg) 100% 0% no-repeat;
}
#navigation {
	background: #0260BB;
	padding: 0;
}

#margin {
	float: left;
	margin: 10px 0;
	width: 200px;
	padding: 15px 10px 15px 0;
}

.product-cluster {
	float: right;
}

.blocks {
	margin-bottom: 15px;
}

#content {
	margin: 10px 0;
	padding: 15px 0 15px 10px;
}

#content #container {
	width: auto;
}

.lists {
	width: 200px;
	color: #333;
}
.ajax-loading {
	display: block;
}
#listTitle {
	font-weight: bold;
	color: #015FB9;
}

.datatable td {
	background: #fff !important;
}
.datatable .titleCell, .datatable .tableheading {
	color: #fff !important;
	background: #004285 !important;
}

ul.tabbernav {
	padding: 5px 0 !important;
	margin: 1px 0 0 0 !important;
}

#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation ul li a {
	padding: 10px 58px;
	display: block;
	float: left;
	border-right: 1px solid #4188cb;
	border-left: 1px solid #01488c;
	color: #fff;
	font-size: 14px;
}
#navigation ul li a:hover {
	background: #01488c;
}

#top-title {
	width: 370px;
	float: left;
}
#logo img {
	width: 100%;
}
#top-title h1 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFCC00;
}
#mobile-navigation {
	display: none;
}
#mobile-menu {
	background: #ffc800;
	width: 250px;
	height: 100%;
	position: fixed;
	top: 0;
	left: -250px;
	z-index: 1001;
	color: #015FB9;
}

#footer {
	background: #015FB9;
	padding: 15px 5px;
	color: #fff;
	text-align: center;
}
#footer a {
	color: #fff;
}
#results_container,
#search_container {
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}
#search_container {
	width: 20%;
	float: left;
	overflow: visible;
}
#results_container {
	width: 75%;
	float: right;
}
#universal-grip {
	margin-top: 20px;
}
#universal-grip a {
	padding: 10px 20px;
	background: #0260BB;
	border-radius: 6px;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
#universal-grip a:hover {
	background: #003568;
}

#container .moduletable {
	padding: 8px;
	background: #fff;
	border: 1px solid #ccc;
	border-left: 1px solid #ddd;
	border-top: 1px solid #eee;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
}
#container .side-margin .moduletable {
	background: #e7e7e7;
}
input,
select {
	border: 1px solid #ccc;
	padding: 2px;
	color: #666;
	font-size: 11px;
}
#container input,
#container select {
	border: 1px solid #eee;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ccc;
	width: 100%;
}
input {
	padding: 4px;
}
.nice-button, .button {
	padding: 4px 15px;
	background: #ffc800 url(../../images/nice-button-bg.png) bottom repeat-x;
	border: 1px solid #ffc800;
	border-top: 1px solid #ffd950;
	text-shadow: 1px 1px 0px #ffd950;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #015FB9;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	text-align: center;
}
#container .nice-button, #container .button {
	background: #0260ba url(../../images/navigation-bg.png) bottom repeat-x;
	border: 1px solid #0072e0;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	padding-left: 5px;
	padding-right: 5px;
}
.side-margin #q {
	font-size: 14px;
	width: 95%;
	padding: 5px;
}

.data-table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.data-table-header th {
	background: #0260ba url(../images/navigation-bg.png) bottom repeat-x;
	color: #fff;
	position: relative;
}
.data-table-header th:hover .data-table-filters {
	display: block;
}
.data-table-filters {
	display: none;
	position: absolute;
	width: 120px;
	background: #0260ba;
	z-index: 999;
	top: 50px;
	left: 0;
}
.filter-subbrand .data-table-filters {
	left: inherit;
	right: 0;
}
ul.data-table-filters,
ul.data-table-filters li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.data-table-filters li {
	cursor: pointer;
	padding: 5px;
}
.data-table tr.summary {
	cursor: pointer;
}
.data-table tr.summary:hover td {
	background: #0260ba;
	color: #fff;
}
.data-table tr.summary:hover td a {
	color: #fff !important;
}
.data-table tr.selected.summary:hover td,
.data-table tr.selected td {
	background: #0260ba;
	color: #fff;
}
.data-table td,
.data-table-header th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}


.diagrams {

	padding: 10px;

	text-align: center;

	float: left;

	width: 46%;

	position: relative;

}

.diagrams.diagrams-Front {

	border-right: 1px solid #ccc;

}

.diagrams img {

	width: 100%;

	height: auto;

}

.diagrams .cycle-slide {

	width: 100%;

	text-align: center;

}

.diagrams h3 {

	font-size: 20px;

}

.diagrams-Rear {

}
.listing-filters {
  margin-top: 5px;
  float: left;
  overflow: visible;
}
h2.panel-title {
	color: #fff !important;
	background: #0260ba;
	padding: 10px;
	border-radius: 5px;
	clear: both;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	margin-top: 20px;
}
.slideshow-nav {
	float: right;
}
.slideshow-nav span {
	background: #0260ba;
	color: #fff !important;
	display: block;
	padding: 3px;
	cursor: pointer;
	width: 15px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	line-height: 80%;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin-left: 1px;
	text-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	position: absolute;
	left: 0;
	z-index: 1001;
}
.slideshow-nav span.next {
	left: inherit;
	right: 0;
}
.slideshow-nav span:hover {
	background: #ccc;
}

.vehicle-variants {
	cursor: pointer;
	position: relative;
	display: inline-block;
	overflow: visible !important;
	float: left;
}
.vehicle-variants:hover ul {
	display: block
}
.vehicle-variants p {
	margin: 0;
}
.vehicle-variants ul {
	display: none;
	position: absolute;
	width: 330px;
	top: 23px;
	left: -5px;
	z-index: 1001;
	overflow: hidden;
	border-radius: 0 5px 5px 5px;
}
.vehicle-variants ul,
.vehicle-variants li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.vehicle-variants li a {
	display: block;
	padding: 5px 10px;
	background: #0260ba;
	border-bottom: 1px solid #04539e;
	color: #fff !important;
	font-size: 11px;
}
.vehicle-variants li a:hover {
	background: #333;
}
.vehicle-variants li a.current {
	background: #1d1d1d;
}
.vehicle-variants .refine-variant {
	display: block;
	float: left;
	padding-right: 30px;
	padding-left: 10px;
	background: #cf0511 url(../images/down-arrow.png) 95% 50% no-repeat;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* Tabs */
#tabs {
	height:35px; 
	overflow: hidden;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #f7f7f7;
}
#tabs li {
	float: left;
	list-style:none; 
	border-top-left-radius:3px;  
	border-top-right-radius:3px;
	outline:none;
	width: 50%;
}
#tabs li a.tablink {
	color: #0260ba;
	padding: 10px 0; 
	display:block; 
	background: #fff;
	border-top-left-radius:3px; 
	border-top-right-radius:3px; 
	text-decoration:none;
	outline:none;
	cursor: pointer;
	font-size: 14px;
}
#tabs li a.tablink.inactive{
	color:#999;
	padding: 10px 30px; 
	background: #e7e7e7;
	outline:none;
}
#tabs li a.tablink:hover, #tabs li a.tablink.inactive:hover {
	color: #666;
	outline:none;
}
.tab-container {
	clear:both;           
	text-align:left;
	/*overflow: hidden;*/
	background: #fff;
	padding: 20px 0;
	position: relative;
}
h2.tab-title,
h3.tab-title {
	font-size: 30px;
	text-align: center;
	color: #fff !important;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #333;
	margin: 0;
	clear: both;
}
h3.tab-title {
	font-size: 14px;
	color: #999 !important;
}

.product-expanded ul,
.product-expanded li {
	list-style-type: disc;
}
.product-expanded li {
	padding: 3px;
}
.product-expanded ul li img {
	margin-bottom: -3px;
}
.product-image,
.product-expanded,
.product-snapshot {
	padding: 5px;
	float: left;
}
.product-image {
	width: 30%;
	float: left;
	margin-right: 10px;
}
.product-image img {
	width: 100%;
}
.product-expanded {
	width: 40%;
	text-align: left;
}

.product-snapshot {
	width: 20%;
	float: right;
}

.product-snapshot ul,
.product-snapshot li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.product-snapshot li span,
.product-snapshot li a {
	display: block;
	float: none;
	padding: 5px 15px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	background: #015FB9;
	margin: 3px;
	text-align: center;
	color: #fff;
}
.product-snapshot li a {
	background: #ffc800;
}
#breadcrumbs ul,
#breadcrumbs li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#breadcrumbs li a,
#breadcrumbs li span {
	display: block;
	float: left;
	margin-right: 10px;
}

.product-feature-content,
.product-feature-image {
	width: 48%;
	float: left;
}
.product-feature-image {
	margin-right: 5px;
}
.product-feature-image img {
	width: 100%;
}
.downloads-panel {
	width: 25%;
	height: 150px;
	margin: 5px;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	float: left;
	text-align: center;
}
.downloads-panel img {
	max-width: 100%;
	max-height: 110px;
}
tr.alternate_me {
	background: #e7e7e7;
}

.section-container {
	background: #0260ba;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}
#wrapper h3.section-container-title {
	color: #ffc800;
	font-size: 18px;
	float: left;
}
.section-container-inner {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 35px;
	padding: 15px;
	overflow: hidden;
	clear: both;
}

.k2ItemsBlock ul,
.k2ItemsBlock li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.k2ItemsBlock li {
	height: 60px;
	padding: 10px 0;
}
.k2ItemsBlock .moduleItemTitle {
	font-size: 14px;
	font-weight: bold;
}
.even {
	background: none;
}
.moduleCustomLink {
	float: right;
}
.fb-like-box iframe {
	margin: 0;
	width: 287px !important;
}
.tool-panel {
	clear: both;
	overflow: visible !important;
	min-height: 24px;
	border-radius: 3px;
	background: #e7e7e7;
	padding: 5px;
	margin: 5px 0;
}
.tool-panel a {
	margin-left: 5px;
}
.expand-collapes {
	display: block;
	float: right;
	cursor: pointer;
	color: #97ccff;
}
.expand-collapes:hover {
	color: #fff;
}

.vehicle-page-title {
  font-size: 24px;
  text-align: center;
}
.vehicle-page-title span {
	font-size: 16px;
	color: #ffc800;
}

.tablink span {
	display: none;
	margin-right: 5px;
}
.tablink.inactive span {
	display: inline-block;
}
.tab-wrapper {
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	overflow: hidden;
}
.catalog-icons {
	width: 50px;
}
.catalog-icon-header {
	float: right;
	width: 60px;
}
.catalog-icon-header img {
	width: 100%;
}

.side-margin #q {
	font-size: 14px;
	width: 95%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.overflowme {
	overflow: visible !important;
}
.q.loading {
	background: #fff url(../../images/ajax-loader.gif) 98% 50% no-repeat;
}

#container h3.section-container-title {
	color: #ffc800;
	font-size: 18px;
	float: left;
}

#autolookup-form div {
	margin-bottom: 5px;
}


.results_table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.results_table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.universal-parts-block {
	float: left;
	width: 25%;
}
.universal-parts-block-inner {
	padding: 15px;
	margin: 5px;
	border-radius: 3px;
	border: 1px solid #ccc;
	min-height: 300px;
	text-align: center;
	line-height: 100%;
}

.sidenav,
.sidenav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidenav li a {
	display: block;
	border-top: 1px solid #fff;
	padding: 5px;
}
.sidenav li a:hover {
	background: #0260ba;
	color: #ffc800 !important;
}
.universal-parts-slideshow {
	overflow: visible !important
}
.universal-parts-slideshow img {
	max-height: 300px;
	max-width: 580px;
}
.externally-loaded-container {
	height: 300px;
}

.universal-thumb {
	width: 60px;
}


#resultspanel .customblock {
	border: 1px solid #ccc;
	padding: 5px;
	float: left;
	width: 22%;
	height: 200px;
	margin: 5px;
}

#resultspanel .mwd {
	width: auto;
	height: 70px;	
}
#resultspanel .mwd h2 {
	font-size: 12px;
}

#resultspanel .customblock h3,
#resultspanel .customblock p {
	margin: 0;
}

#resultspanel .customblock h3 {
	font-size: 14px;
	color: #015FB9;
}
#map {
	width: auto;
	height: 500px;
}

#resultspanel .customblock:hover {
	background: #e7e7e7;
	cursor: pointer;
}

.send-alert {
	display: block;
	color: #fff;
	background: #F00;
	padding: 15px;
	font-size: 12px;
	margin-bottom: 10px;
}


.searchboxgroup {
	width: 95%;
}
.searchbox {
	float: left;
	width: 25%;
}
.searchbox.focus {
	width: 50%;
}

.oneselected .searchbox {
	width: 25%;
}
.oneselected .searchbox.focus {
	width: 50%;
}
.oneselected .autosearch-complete-container {
	width: 536px;
}
.twoselected .searchbox {
	width: 20%;
}
.twoselected .searchbox.focus {
	width: 40%;
}
.twoselected .autosearch-complete-container {
	width: 427px;
}
.threeselected .searchbox {
	width: 33.333%;
}
.threeselected .searchbox.focus {
	width: 33.333%;
}
.threeselected .autosearch-complete-container {
	width: 354px;
}

.searchbox .searchbox-inner {
	padding: 5px;
	background: #001268;
	border: 1px solid #003366;
	margin: 5px;
}
.searchbox.focus .searchbox-inner {
	padding: 5px;
	background: #fff;
	border: 1px solid #f7f7f7;
	margin: 5px;
}

.searchbox input {
	width: 98%;
	background: none;
	border: 0;
	font-size: 18px;
	color: #004c97;
}
.searchbox.focus input {
	color: #0260ba;
	background: transparent url(../../images/input-dropdown.png) 98% 50% no-repeat;
}
.searchbox.go {
	width: auto;
	background: none;
}
.searchbox.go .searchbox-inner {
	width: auto;
	background: none;
	border: none;
	padding: 2px;
}

.seo-title {
	font-size: 20px;
}

.top-group {
	background: #01488c;
	clear: both;
	height: 60px;
	
	padding-top: 0.5px;
	padding-bottom: 2px;
	
}
.top-group,
.top-group div {
	overflow: visible;
}
.autosearch-complete-container {
	overflow: auto !important;
}

#search-grip {
	display: none;
}

.refine-note {
	font-size: 11px;
	color: #ffcc00;
	padding-right: 12px;
	background: url(../../images/refine-icon.png) right no-repeat;
}

.enlarge {
  width: auto;
  float: none;
}



@media all and (max-width: 1150px) and (min-width: 768px) {
	.block {
		width: auto;
	}
	.searchboxgroup {
		width: 90%;
	}
	.autosearch-complete-container {
		width: 95% !important;
	}
	.block, #container {
		width: auto;
	}
	
	#search_container {
		position: fixed;
		left: -220px;
		width: 200px;
		height: 100%;
		display: block;
		background: #f7f7f7;
		z-index: 999;
		overflow: hidden;
		
		transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
	}
	#search_container.showme {
		left: 0;
	}
	
	#results_container {
		width: auto;
		float: none;
	}
	#navigation ul li a {
		padding: 10px 35px;
		font-size: 12px;
	}
	
	#logo {
		width: 250px;
		left: 50%;
		position: relative;
		margin-left: -125px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#top-title {
		width: auto;
		float: none;
	}
	
	.ipad-productsearch {
		display: block;
	}
	.product-cluster {
		display: none;
	}
}


@media all and (max-width: 767px) {
	#logo {
		width: 250px;
		left: 50%;
		position: relative;
		margin-left: -125px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.block {
		width: auto;
	}
	#header .block {

	}
	.product-cluster {
		display: none;
	}
	#q {
		width: 95% !important;	
	}
	#container {
		width: auto;
		float: none;
	}
	.header-image {
		display: none;
	}
	#top-title {
		width: auto;
		float: none;
	}
	#top-title h1 {
		text-align: center;
		font-size: 16px;
	}
	#navigation {
		display: none;
	}
	#mobile-navigation {
		display: block;
		background: #0260ba url(../images/top-bg.png) bottom repeat-x;
		overflow: hidden;
	}
	#mobile-navigation ul,
	#mobile-navigation li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#mobile-navigation li span {
		float: left;
		margin: 5px;
		padding: 10px 25px;
		font-size: 16px;
	}
	#mobile-menu ul,
	#mobile-menu li {
		margin: 0;
		padding: 0;
	}
	#mobile-menu li a {
		display: block;
		float: none;
		padding: 10px 10px;
		font-size: 16px;
		border-top: 1px solid #ffd84c;
		border-right: 10px solid #ffc800;
		color: #015FB9;
	}
	#mobile-menu li ul li a {
		padding: 5px 10px;
		font-size: 12px;
		background: #ffd84c;
		border-top: 1px solid #ffe37f;
		border-right: 10px solid #ffd84c;
	}
	#mobile-menu .search {
		padding: 10px;
	}
	#mobile-menu .search input {
		width: 90%;
		font-size: 18px;
		padding: 10px;
		background: #fff url(../images/icons/search.png) 95% 50% no-repeat;
		color: #666;
		border: 0;
	}
	
	#search_container {
		display: none;
		width: auto;
		float: none;
	}
	#results_container {
		padding: 10px;
		width: auto;
		float: none;
	}
	#results_container iframe {
		width: 100% !important;
		height: 300px !important;
	}
	#lookup,
	#keyword-search {
		padding: 10px;
		padding-top: 0;
	}
	#lookup h3,
	#keyword-search h3 {
		margin: 0 0 5px 0;
		font-size: 16px;
	}
	.resultsdata {
		overflow: scroll;
	}
	.typebox {
		width: 45% !important;
	}
	.typebox img {
		width: 100% !important;
	}
	.image-container,
	.details-container {
		float: none;
		width: auto;
	}
	.vehicle-page-title {
		text-align: center;
	}
	.vehicle-page-title span {
		font-size: 12px;
	}
	.diagrams img {
		width: 100%;
		height: auto;
	}
	.hideformobile {
		display: none;
	}
	.product-image,
	.product-expanded,
	.product-snapshot,
	.product-feature-image,
	.downloads-panel {
		float: none;
		width: auto;
	}
	#tabs li a.tablink {
		font-size: 12px;
	}
	.data-table .product-snapshot li {
		float: left;
		width: 50%;
	}
	.section-container,
	.section-container-inner {
		padding: 10px;
	}
	.universal-parts-slideshow img {
		max-height: 240px;
		max-width: 300px;
	}
	.externally-loaded-container {
		height: 240px;
	}
	.nice-list span {
		float: none !important;
		display: block;
	}

	#search-grip {

		display: block;

		clear: both;

		float: none;

		padding: 10px;

		font-size: 15px;

		background: #fff url(/templates/superpro/images/search-button.png) 100% 0% no-repeat;

		color: #00156a;

		margin-top: 0;

		font-weight: bold;

		font-style: italic;

		border-top: 1px solid #0072e0;

	}

	#search-grip span {

		color: #ffcc00;

	}
	.clear-icon {
		top: 5px !important;
	}

	.parts-search .go {
		display: none;
	}
	.searchbox {
		width: auto !important;
		float: none !important;
	}
	.searchboxgroup {
		width: auto;
	}
	.autosearch-complete-container {
		width: 97% !important;
	}
	.superpro-search {
		height: auto;
	}
	.top-group {
		clear: both;
	}
	.top-group {
		float: none;
		width: auto;
		margin-top: 20px;
		height: auto;
	}


	.searchbox.model,
	.searchbox.series {
		display: none;
	}
	
	.open .searchbox.model,
	.open .searchbox.series {
		display: block;
	}

	.superpro-search {
		height: auto;
	}
	.open.parts-search {
		height: 400px;
	}


	.listing-filters {
		float: none;
	}
	.tool-panel a {
	
		margin-left: 5px;
		float: none;
		display: block;
	
	}
	.diagrams {
		width: auto;
		float: none;
		margin-top: 20px;
	}


	/* Force table to not be like tables anymore */

	table.data-table, .data-table thead, .data-table tbody, .data-table th, .data-table td, .data-table tr { 

		display: block; 

	}

	

	/* Hide table headers (but not display: none;, for accessibility) */

	.data-table thead tr { 

		position: absolute;

		top: -9999px;

		left: -9999px;

	}

	

	.data-table tr { border: 5px solid #ccc; }

	

	.data-table tr.selected {

		border: 5px solid #0260ba;

	}

	

	.data-table tr.summary td { 

		/* Behave  like a "row" */

		border: none;

		border-bottom: 1px solid #eee; 

		position: relative;

		padding-left: 50%; 

	}



	.data-table tr.summary:hover td { 

		border-bottom: 1px solid #2c5ba2; 

	}

	

	.data-table td:before { 

		/* Now like a table header */

		position: absolute;

		/* Top/left values mimic padding */

		top: 6px;

		left: 6px;

		width: 45%; 

		padding-right: 10px; 

		white-space: nowrap;

	}

	

	/*

	Label the data

	*/

	.data-table tr.summary td:nth-of-type(1):before { content: "Position"; }

	.data-table tr.summary td:nth-of-type(2):before { content: "Part Name"; }

	.data-table tr.summary td:nth-of-type(3):before { content: "Part No."; }

	.data-table tr.summary td:nth-of-type(4):before { content: "Qty/Car"; }

	.data-table tr.summary td:nth-of-type(5):before { content: "Sub Brand"; }

	.data-table td, .data-table-header th {

		text-align: center !important;

	}
	.hideformobile {

		display: none !important;

	}
	
	#search-grip {
		display: none;
	}
	
}