@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	margin: 0px auto;
	padding: 0px;
	background: #000000;
	color: #4E4E4E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link,  a:visited, a:active {
	font-weight: bold;
	color: #ed1c24;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.jump {
	color: #0000FF;
}
.jump-green {
	color: #ed1c24;
}
.jump-purple {
	color: #6600cc;
}
.separator {
	border-top: 5px solid #ed1c24;
	margin: 0px;
}
h1 {
	font-family: 'BebasNeueRegular';
	font-weight: normal;
	color: #000;
	font-size: 22px;
}
h2 {
	font-family: 'BebasNeueRegular';
	font-weight: normal;
	font-size: 25px;
	color: #ed1c24;
}
@media (min-width: 768px) {
	h1 {
		font-size: 36px;
	}
}
.center {
	text-align: center;
}
tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #DDD;
	color: #000;	
}
.tr_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #000;
	color: #FFF;	
}
.btn {
	 border-radius: 0px;
	 padding: 4px 9px;
	 margin-bottom: 0;
  	 font-size: 15px;
}
.btn-success, .btn-success:focus, .btn-success:hover, .btn-success:active {
  	color: #FFF;
  	background-color: #ed1c24;
  	border-color: #ed1c24;
}
.prod_img {
	width: 220px;
	height: 220px;
	border: 2px solid #E6E6E6;
}
.prod_img2 {
	width: 220px;
	height: 220px;
	/*border: 2px solid #7CFC00;*/
	border: 2px solid #ed1c24;
}
.crumbs:link,  .crumbs:visited, .crumbs:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ed1c24;
	text-decoration: none;
}
.crumbs:hover {
	text-decoration: underline;
}
.crumbs2 {
	font-size: 11px;
	font-weight:bold;
}
.left_nav:link,  .left_nav:visited, .left_nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.left_nav:hover {
	color: #000;
}
.left_nav2:link,  .left_nav2:visited, .left_nav2:active, .left_nav2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.highlight_left_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
.buy_space {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
.buy_link:link,  .buy_link:visited, .buy_link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.buy_link:hover {
	text-decoration: underline;
}

/******* VIDEO *******/

.video_link:link,  .video_link:visited, .video_link:active {
	font-family: 'BebasNeueRegular';
	font-weight: normal;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	padding-left:20px;
	position:relative;
	top:-20px;
}
.video_link:hover {
	text-decoration: underline;
}
.videocentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.videocentered a:link, .videocentered a:visited,  .videocentered a:active {
	text-decoration: none;
	color: #000;
	font-size: 14px;
}
.videocentered a:hover  {
	text-decoration: underline;
}
.vehicle-icon {
	margin: 0 auto;
	border: 2px solid #E6E6E6;
}
.vehicle-icon:hover {
	border: 2px solid #ed1c24;
}
.vehicle-name {
	text-align: center;
	font-weight: bold;
	margin-top: -10px;
}
.table_header {
	background: #231f20;
	color: #FFF;
	font-size: 13px;
	height: 20px;
}
.table_header2 {
	background: #FFF;
	font-size: 13px;
	height: 20px;
}
@media (min-width: 768px) {
	.table_header {
		font-size: 14px;
		height: 25px;
	}
	.table_header {
		font-size: 14px;
		height: 25px;
	}
}

.img-centered {
	margin: 0 auto;
	border: 0px solid #999;
}

.banner-centered {
    margin: auto;
    width: 50%;
}
}

.sae:link,  .sae:visited, .sae:active
{
	color: #FFF;
	text-decoration: none;
}

.sae:hover
{
	text-decoration: underline;
}

.required
{
	font-size: 10px;
	color: red;
}

.required_msg
{
	font-size: 10px;
	/*font-style: italic;*/
	color: red;
}

.margin_left
{
	margin-left: 40px;
}

.padding_left_right
{
	padding-left: 40px;
	padding-right: 20px;
}

.padding_left2_right
{
	padding-left: 80px;
	padding-right: 20px;
}

.padding_left3_right
{
	padding-left: 120px;
	padding-right: 20px;
}

.padding_left4_right
{
	padding-left: 150px;
	padding-right: 20px;
}

.padding_left
{
	padding-left: 40px;
}

.tag_img
{
	width: 400px;
	height: 159px;
	border: 0;
}

.align_center
{
	text-align: center;
}

.vertical_space10 { height: 10px; }
.vertical_space20 { height: 20px; }
.vertical_space30 { height: 30px; }
.vertical_space40 { height: 40px; }
.vertical_space50 { height: 50px; }
.vertical_space60 { height: 60px; }
.vertical_space70 { height: 70px; }
.vertical_space80 { height: 80px; }
.vertical_space90 { height: 90px; }
.vertical_space100 { height: 100px; }
.vertical_space150 { height: 150px; }
.vertical_space200 { height: 200px; }
.vertical_space300 { height: 300px; }
.vertical_space400 { height: 400px; }

.sitemap:link,  .sitemap:visited, .sitemap:active {
	/*font-weight: bold;*/
	color: #FFF;
	/*font-style: italic;*/
	text-decoration: none;
}
.sitemap:hover {
	text-decoration: underline;
}

.td_detail {
	font-size: 13px;
	background: #FFF;
}
.div_prod {
	border:2px solid #E6E6E6;
	padding:9px;
	height:335px;
}
.div_prod2 {
	/*border:1px solid #7CFC00;*/
	background: #FFF;
	padding:10px;
	height:335px;
	/*width:160px;*/
	/*box-shadow: 2px 2px 5px 5px #7CFC00;*/
	/*
	-moz-box-shadow:    1px 1px 3px 3px #7CFC00;
	-webkit-box-shadow: 1px 1px 2px 2px #7CFC00;
  	box-shadow:         1px 1px 2px 2px #7CFC00;
  	*/
  	-moz-box-shadow:    inset 0 0 7px 7px #7CFC00;
	-webkit-box-shadow: inset 0 0 7px 7px #7CFC00;
   	box-shadow:         inset 0 0 7px 7px #7CFC00;
}
.div_prod3 {
	/*border:2px solid #7CFC00;*/
	border: 2px solid #ed1c24;
	background: #FFF;
	padding:9px;
	height:335px;
}

/* hi-def series start */
.hi-def-header {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 36px;
	color: #000;
	padding: 0px;
}
/* hi-def series end */

/* dot compliant start */
.new-dot-header {
	font-family: 'BebasNeueRegular';
	font-weight: normal;
	font-size: 30px;
	color: #FFF;
	padding: 5px 0 3px 0;
}
.dot1 {
	float:left;
	text-align:center;
	/*width:250px;*/
	width: 100%;
	height:280px;
	background: #e4e4e4;
	margin-bottom: 30px;
	padding-top: 20px;
	margin-left: 40px;
	font-size: 12px;
	background-image: url('/images/dot/DOT-bar.jpg');
	background-repeat: no-repeat;
	background-position: right;
}
.dot1-header {
	font-family: 'BebasNeueRegular';
	font-weight: normal;
	font-size: 20px;
	color: #ed1c24;
	text-align: center;
}
.dot1-text {
	text-align: left;
	margin-left: 0px;
	letter-spacing: .08em;
}
.dot2 {
	float:left;
	text-align:center;
	width:250px;
	height:280px;
	background: #e4e4e4;
	margin-bottom: 30px;
	padding-top: 20px;
	font-size: 12px;
	background-image: url('/images/dot/DOT-bar.jpg');
	background-repeat: no-repeat;
	background-position: right;
}
.dot3 {
	float:left;
	text-align:center;
	width:250px;
	height:280px;
	background: #e4e4e4;
	margin-bottom: 30px;
	padding-top: 20px;
	font-size: 12px;
}
.dot-bottom-space {
	padding-bottom:10px;
}
.dot-video {
	float: left;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 30px;
}
/* dot compliant end */

/** new searchlight button start **/

.searchlight
{
	width: 262px;
	height: 24px;
	margin-left: 258px;
	margin-top: 18px;
	border: 0px solid #231f20;
}

.searchlight2
{
	position: relative;
	width: 220px;
	height: 26px;
	font-size: 11px;
	border: 0px solid #FFF;
	background: #EEE;
	color: #000;
	margin-left: 255px;
	top: 12px;
}

.searchlight3
{
	position: relative;
	float: right;
	padding-right: 30px;
	padding-top: 12px;
	border: 0px solid #231f20;
}

/** new searchlight button end **/

.searchlight-v3
{
	width: 420px;
	height: 24px;
	margin-left: 115px;
	margin-top: 18px;
}

/********** blazer responsive **************/

.blackbar-mobil { display: block; background-image: linear-gradient(#404040, #cccccc); margin: 0; }
.blackbar-desk { display: none; }
@media (min-width: 768px ) {
	.blackbar-mobil { display: none; }
	.blackbar-desk { display: block; background-image: linear-gradient(#404040, #cccccc); margin: 0; }
}
.flex-row { background: #FFF; margin: 0; }
.redbar { display: none; }
@media (min-width: 1200px ) {
	.flex-row { background: url('/images/bg2_2021.png'); }
	.redbar { display: block; }
}
.searchinput2 {
	float: left;
	padding-top: 20px;
	margin-left: 5px;
	width: 220px;
	height: 28px;
	font-size: 11px;
	border: 0px solid #FFF;
	background: #EEE;
	color: #000;
}
.searchinput-m {
	width: 210px;
	height: 31px;
	font-size: 11px;
	background: #EEE;
	color: #000;
	border: 0px solid #000;
}
.searchinput-d {
	width: 230px;
	height: 30px;
	font-size: 11px;
	background: #EEE;
	color: #000;
	border: 0px solid #000;
}
.searchinput-d1 {
	width: 250px;
	height: 31px;
	font-size: 11px;
	background: #EEE;
	color: #000;
	border: 1px solid #000;
}
.searchinput-m1 {
	width: 210px;
	height: 32px;
	font-size: 11px;
	background: #EEE;
	color: #000;
	border: 1px solid #000;
}
.searchbutton {
	float: left;
	margin-top: 20px;
}
.searchbutton3 {
	/*float: left;*/
	margin-top: 30px;
}

/********* HOME PAGE START **********/
.wheretobuy, .technicalinfo {
	margin-right: 0;
	padding: 0px;
	background-image: url('/images/home_bg.gif');
	background-repeat: repeat-x;
}
.products {
	padding: 0px;
	background-image: url('/images/home_bg.gif');
	background-repeat: repeat-x;
}
.home-link:link,  .home-link:visited, .home-link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #ed1c24;
	padding: 10px 20px;
	text-decoration: none;
}
.home-link:hover {
	color: #000;
}
@media (min-width: 992px) {
	.wheretobuy, .technicalinfo {
		margin-right: 22px;
		padding: 20px;
	}
	.products {
		padding: 20px;
	}
	.home-link:link,  .home-link:visited, .home-link:active {
		font-size: 14px;
	}
}
/********* HOME PAGE END **********/

/********* ABOUT US START *********/
.space-left { margin: 0 -10px; }
.space-img { margin: 10px 0 30px 0; }
.space-img2 { margin: 0 0 20px 0; }
.space-header { margin: 20px 0 20px 0; }
.space-header2 { margin: 20px 0 20px 10px; }
.criteria { margin-left: -10px; }
@media (min-width: 768px) {
	.space-header { margin: 30px 0 30px 0; }
	.criteria { margin-left: -10px; }
}
@media (min-width: 992px) {
	.space-left { margin: 0 0 0 10px; }
	.criteria { margin-left: 10px; }
}
@media (min-width: 1200px) {
	.space-left { margin: 0 0 0 20px; }
	.space-img { margin: 50px 0 40px 0; }
	.criteria { margin-left: 20px; }
}
.aboutus_banner {
	margin-bottom:20px;
}
.aboutus_text {
	float:left;
	width:540px;
}
.aboutus_img {
	float:left;
	width:220px;
	margin-bottom:20px;
}
/********* ABOUT US END *********/

/********* PRODUCTS CATEGORIES START *********/
.cat_prod2 {
	float: left;
	/*width: 220px;
	height: 280px;*/
	width: 222px;
	height: 280px;
	margin-right:38px;
}
.category:link,  .category:visited, .category:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.category:hover {
	text-decoration: underline;
}
.category-p {
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
}
.category_desc {
	margin-left: -30px; 
	font-size: 12px; 
}
.category_desc2 {
	margin-top: 20px;
	margin-left: -30px; 
	font-size: 12px; 
}
@media (min-width: 992px) {
	.category_desc { font-size: 14px; }
	.category_desc2 { font-size: 14px; }
}
@media (min-width: 1200px) {
	.category_desc { font-size: 14px; }
	.category_desc2 { font-size: 14px; }
} 
/********* PRODUCTS CATEGORIES END *********/
.details:link,  .details:visited, .details:active, .details:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.details-p {
	text-align: center;
	font-size: 11px;
	color: #4E4E4E;
	font-weight: normal;
	margin-top: 10px;
}
.model {
	text-align: center;
	font-size: 20px;
	color: #ed1c24;
	font-family: 'BebasNeueRegular';
	font-weight: normal;
}
.subheader {
	font-size: 20px;
	font-family: 'BebasNeueRegular';
	color: #ed1c24;
}
.subheader2 {
	font-size: 20px;
	font-family: 'BebasNeueRegular';
	color: #ed1c24;
	padding-left: 10px;
}
.space-top {
	margin-top: 30px;
}
@media (min-width: 768px) {
	.subheader {
		font-size: 25px;
	}
	.subheader2 {
		font-size: 25px;
		padding-left: 0px;
	}
	.space-top {
		margin-top: 0;
	}
}
.home-boxes {
	height: 200px;
	font-size: 12px;
	padding: 10px;
}
@media (min-width: 500px) {
	.home-boxes {
		height: 140px;
		font-size: 13px;
	}
}
@media (min-width: 768px) {
	.home-boxes {
		height: 260px;
		padding: 10px;
	}
}
@media (min-width: 992px) {
	.home-boxes {
		height: 220px;
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.home-boxes {
		height: 180px;
		padding: 0;
	}
}
.trailer-desk { display: none; }
.trailer-mobil { display: block; }
.truck-desk { display: none; }
.truck-mobil { display: block; }
@media (min-width: 768px) {
	.trailer-desk { display: block; }
	.trailer-mobil { display: none; }
	.truck-desk { display: block; }
	.truck-mobil { display: none; }
}
.center-img {
	border: 0;
	margin: 0 auto;
}
.center-img-border-gray {
	border: 1px solid gray;
	margin: 0 auto;
}
.img-mobil { display: block; }
.img-desk { display: none; }
.prod-search-desk { display: none; }
.prod-search-mobil { display: block; }
@media (min-width: 768px) {
	.img-mobil { display: none; }
	.img-desk { display: block; }
	.prod-search-desk { display: block; }
	.prod-search-mobil { display: none; }
}
.sitemap {
	margin-left: 20px;
}
.space-left { margin-left: -10px; }
@media (min-width: 768px) {
	.space-left { margin-left: 0px; }
}
.space-top10-center {
	text-align: center;
	margin-top: 10px;
}

/* test */
.blackbar-mobil-test { display: block; background-image: linear-gradient(#404040, #cccccc); margin: 0; }
.blackbar-desk-large { display: none; }
.blackbar-desk-mediu { display: none; }
.blackbar-desk-small { display: none; }
@media (min-width: 768px ) {
	.blackbar-mobil-test { display: none; }
	.blackbar-desk-small { display: block; background-image: linear-gradient(#404040, #cccccc); margin: 0; }
	.blackbar-desk-mediu { display: none; }
	.blackbar-desk-large { display: none; }
}
@media (min-width: 992px ) {
	.blackbar-mobil-test { display: none; }
	.blackbar-desk-mediu { display: block; background-image: linear-gradient(#404040, #cccccc); margin: 0; }
	.blackbar-desk-small { display: none; }
	.blackbar-desk-large { display: none; }
}
@media (min-width: 1200px ) {
	.blackbar-mobil-test { display: none; }
	.blackbar-desk-large { display: block; background-image: linear-gradient(#404040, #cccccc); margin: 0; }
	.blackbar-desk-mediu { display: none; }
	.blackbar-desk-small { display: none; }
}
.orange-link-lg:link,  .orange-link-lg:visited, .orange-link-lg:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #ffffff;
	text-decoration: none;
}
.orange-link-lg:hover {
	color: ##ed1c24;
}
.green-link-lg:link,  .green-link-lg:visited, .green-link-lg:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #ed1c24;
	text-decoration: none;
}
.green-link-lg:hover {
	color: #FFF;
}
.orange-link-md:link,  .orange-link-md:visited, .orange-link-md:active, orange-link-md:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #ffffff;
	text-decoration: none;
}
.green-link-md:link,  .green-link-md:visited, .green-link-md:active, green-link-md:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #ed1c24;
	text-decoration: none;
}
.orange-link-sm:link,  .orange-link-sm:visited, .orange-link-sm:active, orange-link-sm:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #ffffff;
	text-decoration: none;
}
.green-link-sm:link,  .green-link-sm:visited, .green-link-sm:active, green-link-sm:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #ed1c24;
	text-decoration: none;
}
.orange-link-xs:link,  .orange-link-xs:visited, .orange-link-xs:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #ffffff;
	text-decoration: none;
}
.orange-link-xs:hover {
	color: ##ed1c24;
}
.green-link-xs:link,  .green-link-xs:visited, .green-link-xs:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #FFF;
	text-decoration: none;
}
.green-link-xs:hover {
	color: #ed1c24;
}
/****/
.orange-link:link,  .orange-link:visited, .orange-link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #ffffff;
	text-decoration: none;
}
.orange-link:hover {
	color: #ed1c24;
}
.green-link:link,  .green-link:visited, .green-link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #FFF;
	text-decoration: none;
}
.green-link:hover {
	color: #ed1c24;
}
.wtb-desk { display: none; }
.wtb-mobil { display: block; }
@media (min-width: 768px) {
	.wtb-desk { display: block; }
	.wtb-mobil { display: none; }
}
.p-contactus {
	color: #4E4E4E;
	margin-bottom: 40px;
	text-align: justify;
}