/* @override 
	http://www.magliner.com/skin/frontend/fphorak/magline/css/responsive.css */

@media only screen and (max-width: 982px) {
/* RESETS  ***************************/
	html {
	  font-family: sans-serif; /* 1 */
	  line-height: 1.15; /* 2 */
	  -ms-text-size-adjust: 100%; /* 3 */
	  -webkit-text-size-adjust: 100%; /* 3 */
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	*, *:before, *:after {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	a {
	  background-color: transparent; /* 1 */
	  -webkit-text-decoration-skip: objects; /* 2 */
	}
	a:active,
	a:hover {
	  outline-width: 0;
	}
	button,
	input,
	optgroup,
	select,
	textarea {
	  font-family: sans-serif; /* 1 */
	  font-size: 100%; /* 1 */
	  line-height: 1.15; /* 1 */
	  margin: 0; /* 2 */
	}
	button,
	input { /* 1 */
	  overflow: visible;
	}
	button,
	select { /* 1 */
	  text-transform: none;
	}
	
	/* MISC STYLES */
	img {
		max-width: 100%;
	}
	.page {
		width:auto;
		padding:0;
		position: relative;
	}
	/* HEADER STYLES */
	.header {
		background: #fff;
		z-index: 1;
		position: relative;
	}
.header .form-language {
	text-align: center;
	margin-bottom: 0;
}	
	.logo {
		float:none;
		text-align: center;
		clear:both;
	}
	.header .quick-access {
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.header .welcome-msg {
		margin-right: 0;
	}
	.header .links, .header .links li {
		display: inline-block;
		white-space: normal;
	}
iframe[id^="oauth2relay"],
iframe#oauth2relay833626929 {
	width: 1px !important;
	height: 1px !important;
}
	.dealerBtns {
		float:none;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		display:block;
	}
/* NAVIGATION STYLES ***************************/
	.nav-container {
		height: auto;
		background: #d7d7d7;
		background: linear-gradient(#d7d7d7 0%, #8b8b8b 100%);
		z-index: 999;
		position: relative;
	}
	#nav {
		width: 100%;
		max-width: 100%;
		float: none;
		padding: 0;
	}
	/*#nav a {
		width:auto;
	}*/
	#nav > li {
		background: #d7d7d7;
		background: linear-gradient(#d7d7d7 0%, #8b8b8b 100%);
		float:none;
		width:auto;
		text-align: center;
		padding:0;
	}
	#nav > li.active > a, .cms-home #nav > li.nav-home > a {
		background: #c92855;
		background: linear-gradient(#c92855 0%, #8e082c 100%);
	}
	#nav li.active > ul {
		display: block;
		margin: 0;
	}
	#nav > li:first-child a {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#nav li .shown-sub ul.shown-sub {
		left: auto;
	}
	#nav ul {
		position: relative;
		width:100%;
		top:auto;
		left:auto;
		box-shadow: none;
		display: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#nav ul li {
		padding: 0;
	}
	#nav ul li:hover {
		background:none;
	}
	#nav ul ul {
		background: rgba(0, 0, 0, .6);
		border: 0;
		top:0;
		color:#f6f6f6;
		/*margin-top:5px;*/
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#nav ul ul a {
		color:#e2e2e2;
	}
	#nav ul ul li a:hover {
		color:#fff;
	}
	#nav ul li.parent > a {
		background: none;
		border: 0;
	}
	
#nav > li > ul > li.active > a {
	background: #c92855;
	background: linear-gradient(#c92855 0%, #8e082c 100%);	
	color:#f6f6f6;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
}
#nav li.active.level-top.parent ul.level0 li.level1.first.active.parent ul.level1 {
	background-color: #000000;
}

#nav li.active.level-top.parent ul li a {
	padding-top: 8px;
	padding-bottom: 8px;
}
#nav li.active ul li.parent.over a:hover {
	background-color: #bf1d3d;
	color: #ffffff;
}
/*#nav li.level-top.parent ul.level0 {
	/*display: none;*!/
}
#nav li.level-top.parent.over ul.level0 {
	display: block;
}
#nav li.level-top.parent ul.level0 li.level1.parent ul.level2 li.level3 {
	
}
#nav li.level-top.parent ul.level0 li.level1 {
	
}*/
#nav .shown-sub {
	display: block !important;
	margin: 0;
}

/* SEARCH STYLES ***************************/
	#search_mini_form {
		display: block;
		clear: both;
		overflow: hidden;
	}
	.form-search {
		text-align: center;
		float:none;
		margin-right: auto;
		margin-left:auto;
		clear:both;
		margin-top:15px;
		margin-bottom:15px;
	}
	#search_mini_form .form-search input[type="image"] {
		left: 24px;
	}
	/* CONTENT STYLING */
	.main-container {
		background:none;
		padding-top:0;
	}
	.main-container > div > div {
		width:auto;
		float:none;
		margin:0 auto;
		display: block;
		padding:5px 5px 10px;
	}
	.slider-container {
		display: none;
	}
	.featured-products {
		float:none;
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
	}
	#secondary {
		height:auto;
		margin:0;
	}
	#secondary li {
		float: none;
		margin: 15px auto 0;
		display: block;
	}
	#secondary li+li {
		margin:15px auto;
		clear: both;
	}
.featured-products ul li {
	width: 100%;
}
#secondary .info_3 {
	height: auto;
	min-height: 300px;
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-bottom: -30px;
	margin-left: auto;
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
}
#secondary .info_1,
#secondary ul li .info_1.blogwidget {
	height: auto !important;
	width: 100% !important;
	padding-bottom: 14px !important;
	margin-right: auto;
	margin-left: auto;
	display: block;
	float: none;
}
#secondary .blogwidget .a-right,
#secondary .a-right {
	position: relative;
	display: block;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#secondary .blogwidget .a-right {
	margin-top: 10px;
}
#secondary ul li .info_3.new p.a-right {
	width: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;	
	/*display: block !important;
	float: none !important;*/
	/*position: relative !important;
	top: auto !important;*/
}
#secondary .a-right {
	width: 90%;
	margin-top: 0;
	margin-right: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	display: block;
	float: none;
	position: relative;
}
	.col-main {
		width:auto;
	}
	.col2-right-layout .col-main {
		float: none;
	}
	.col-right {
		float:none;
		width:auto;
		top: auto !important;
		clear: both;
		margin-top:15px;
	}
	.image-left-2, #image-left {
		min-height: inherit;
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		float: none;
		display: block;
	}
	.image-left-2 a img, #image-left a img {
		padding-bottom: 0;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.text-right-2, #text-right {
		padding: 0;
		margin: 5px 5% 25px;
		display: inline-block;
		width: 90%;
	}
	.text-right-2 p, #text-right p {
		margin-bottom: 15px;
	}
/* PRODUCT STYLES  ***************************/
	#product_addtocart_form, .std-notes {
		display: block;
	}
	.block p span {
		float:none;
	}
	.block .actions {
		text-align: center;
	}
	.product-info, .add-to-upper .price-box, .product-options {
		width:auto;
		float:none;
		display:block;
	}
	.products-grid .product-image {
		display: block;
		margin:5px auto;
	}
	.product-options {
		margin-left:0;
	}
	.product-options dd select {
		width:100%;
		max-width:100%;
	}
	.add-to-cart label {
		float:none;
	}
	.product-view .add-to-cart .button {
		clear:both;
		display: block;
		margin-top:0;
		margin-bottom: 15px;
	}
	.std-notes p {
		display: block;
		width:auto;
	}
	.breadcrumbs {
		display:none;
	}
	.view-mode {
		display: none;
	}
	.custom-add-to {
		float:none;
		width:auto;
		margin-right:0;
	}
.add-to-upper, .add-to-lower {
	width:auto;
	background: #c6c6c6;
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
}
	.add-to-lower {
		margin-left:0;
		margin-bottom: 0;
		box-shadow: none;
	}
	.category-products {
		background: #fff;
	}
	.toolbar {
		background: #c6c6c6;
		width: auto;
		-webkit-border-radius: 12px 12px 0 0;
		-moz-border-radius: 12px 12px 0 0;
		border-radius: 12px 12px 0 0;
		float:none;
		overflow:hidden;
	}
	.toolbar-bottom .toolbar {
		background:none;
	}
	.products-grid {
		padding-left:0;
	}
.products-grid li.item {
	display: inline-block;
	width: 90%;
	margin: 10px 5%;
}
li.item .price-box {
	max-width: inherit;
	right: 0;
	margin: 0;
	padding: 5px 8px;
}
a.link-more {
	display: inline-block;
	margin-top: 5px;
}
li.item h2.product-name {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
}
li.item .product-sku-list {
	width: 100%;
	float: none;
	padding-right: 10px;
	padding-left: 10px;
	margin: 5px 0;
}
	.truncated a.details {
		display: none;
	}
	.mini-products-list .product-details p {
		padding:0;
	}
	.product-collateral {
		padding-left:0;
		width:auto;
		display: block;
		float:none;
	}
	.product-tabs {
		display: none;
	}
.product-essential.radius {
	padding-top: 0;
	background-color: transparent;
	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.product-tabs-content {
	display:block !important;
	padding: 15px;
	min-height: 0;	
	float:none;
	overflow: hidden;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	margin-bottom: 10px;
}
.product-collateral .product-image {
	display: inline-block;
}
#product_tabs_details div.std {
	overflow: hidden;
	min-height:0;
	padding: 18px 20px;
	width: 100%;
	display: inline-block;
}
	.products-grid, .products-grid tbody, .products-grid tr, .products-grid td {
		display: block;
	}
	.product-view .box-up-sell .products-grid td {
		width: 100%;
		overflow: hidden;
	}
	.product-view .box-up-sell .products-grid td + td {
		padding-left: 0;
	}
.warranty-content,
#customer-reviews {
	float: none;
}
	#downloadBtn {
		padding-left:60px;
	}
	.pages {
		float:none;
	}
	div.category-description.std {
		display: none;
	}
	#shopping-cart-table, #shopping-cart-table tr, #shopping-cart-table td {
		display: block;
	}
	#shopping-cart-table tbody, #shopping-cart-table tfoot {
		width: 100%;
		display: block;
	}
	#shopping-cart-table thead {
		display: none;
	}
	#shopping-cart-table tr, #checkout-review-table tr {
		position: relative;
		border-bottom: 1px solid #d8d8d8;
	}
	#checkout-review-table tr {
		border-bottom: 1px solid #333;
	}
	#shopping-cart-table td, #checkout-review-table td {
		text-align: center;
	}
	.item-options dd {
		padding-left:0;
	}
	.cart .cart-collaterals .col2-set, .col2-set .col-1, .col2-set .col-2 {
		float:none;
		width:auto;
	}
	.cart-table .btn-continue, .cart-table .btn-update, .cart-table .btn-empty {
		float:none;
		display: block;
		margin:0 auto;
		padding-left: 0;
		width: 190px;
	}
	.cart .totals {
		float:none;
		width:auto;
	}
	.cart .discount, .cart .shipping {
		width:auto;
		float:none;
		display: block;
		clear:both;
	}
	.btn-remove {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.crosssell {
		display: none;
	}
	.data-table tfoot tr.last td {
		border:0;
	}
	.data-table tfoot tr+tr td, .data-table tbody tr+tr>* {
		border:0;
	}
	#shopping-cart-table .a-right, #checkout-review-table .a-right {
		text-align: center !important;
	}
	#shopping-cart-table td:nth-child(6), #checkout-review-table td.a-right.last {
		font-weight: bold;
		font-size: 16px;
	}
	.opc .active .step-title {
		position: relative;
		z-index: 3;
	}
	.opc li.section {
		clear:both;
	}
	ul.form-list {
		display: block;
	}
	.form-list li {
		float:none;
		display: block;
	}
	.form-list .input-box {
		width: auto;
	}
	#checkout-step-login .col-1, #checkout-step-login .col-2, .checkoutsteps, .col2-right-layout .col-main, .opc .step-title, .form-list li.wide .input-box, .form-list li.wide input.input-text, .form-list .field, #checkout-review-table tbody, #checkout-review-table tr, #checkout-review-table td {
		width: auto;
		float:none;
		display: block;
	}
	#checkout-step-login .col-1 {
		padding-bottom: 15px;
		border-bottom: 1px solid #AEAEAE;
		margin-bottom: 15px;
	}
	.discount-form .input-text, .form-list select, .form-list input.input-text, .form-list li.wide input.input-text, .form-list li.wide select, .form-list li.wide textarea {
		width: 100%;
		/*box-sizing: border-box;*/
	}
	#checkout-progress-wrapper {
		display: none;
	}
	.sp-methods .form-list {
		padding-left: 0;
	}
	#checkout-payment-method-load .sp-methods input.radio {
		float: left;
		margin-top: 11px;
		margin-left: 10px;
		margin-right: 5px;
	}
	#checkout-review-table thead {
		display: none;
	}
	#ordercomment-comment {
		height: 100px;
	}
	#content-right, #content-left {
		display: block;
		width: auto;
		float:none;
	}
	.col2-left-layout-wrapper {
		width: auto;
	}
	form[id^="webform_"] {
		width: auto;
	}
	.footer > div {
		width:auto;
		display: block;
		padding:0;
	}
	#panel div.footer-container div.footer div ul, .footer .legality {
		display: block;
		width:auto;
		clear:both;
		text-align: center;
		float: none;
	}
	#panel div.footer-container div.footer div ul li a {
		white-space: nowrap;
	}
	a.trigger, a.trigger2, a.scrollFixIt {
		display: none;
	}
/**************************/
/* Store Locator Styles */
/**************************/
.col1-layout #storelocator-results #map { 
	width: 100%;
	top: 0;
	margin-top: 9px;
}
#storelocator-results #tag-container,
.main .col-main #storelocator-container {
	width: 100%;
	height: inherit;
	position: relative;
}
#store_locator_form .location-search li.last .input-box { 
	width: 50% !important;
	margin-top: 5px !important;
	display: inline-block;
	padding: 0 !important;
	clear: none !important;
}
#store_locator_form fieldset.fieldset ul.location-search li.last {
	width: 100%;
	margin: 0;
	clear: none;
	display: inline-block;
	float: none;
}
#store_locator_form ul.location-search li.first,
#store_locator_form fieldset.fieldset ul.location-search,
#store_locator_form fieldset.fieldset ul.location-search li.last div.input-box,
#store_locator_form ul.location-search li.first input#address.input-text,
#store_locator_form .location-search li.last .input-box select {
	width: 100% !important;
}
.main .col-main form#store_locator_form {
	width: 100%;
}
/**************************/
/* Design Your Own Styles */
/**************************/
#configurator_wrap {
	position: relative;
}
#handle_name,
#nose_name,
#frame_name,
#basic_name,
#wheels_name,
#sc_name,
#fn_name,
#fe_name,
#kh_name,
#ww_name,
#assembly_name,
#configurator_totals .name,
.configurator_totals_title,
#configurator_pick,
#configurator_total-wrapper,
#configurator_totals-wrapper,
.configurator_product_name,
.configurator_category_name,
#configurator_totals,
#configurator_totals .configuration,
fieldset.configurator_qty_fields {
	width: 100%;
	max-width: 100%;
}
.configurator_product_desc,
.configurator_product_name label,
#configurator_totals .configuration .wrapper,
.DisableProduct label,
.DisableProduct .configurator_product_desc {
	clear: both;
	float: left;
}
div[class*="_benefits"] {
	position: relative;
	z-index: 1;
}
#configurator_pick {
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}
#configurator_totals .configuration {
	padding-left: 1px;
	padding-right: 0;
	min-height: 45%;
}
.configurator_product_name {
	margin-left: 0;
	clear: both;
}
#configurator_totals {
	margin-left: 0;
	margin-bottom: 15px;
	margin-top: 10px;
	background-color: #d1d1d1;
	-webkit-border-radius: 010px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-image: none;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.64);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.64);
}
#configurator_total-wrapper {
	background-color: #575757;
	border: 1px solid #333;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	background-image: none;
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.64);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.64);
}
#configurator_totals .configuration .wrapper {
	padding-left: 5px;
	width: 100%;
	max-width: 99%;
	display: inline-block;
	margin: 0;
}
.configurator_totals_title {
	padding-right: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline-block;
	margin: 0;
}
#configurator_totals-wrapper {
	width: 40% !important;
	max-width: 40% !important;
	z-index: 0;
	position: fixed !important;
	float: left;
	right: 4%;
}
.configurator_product_name .configurator_product_desc {
	padding-left: 5px;
	padding-right: 50%;
	margin-right: 0;
	margin-left: 0;
}
#configurator_pick .configurator_product_name .configurator_product_desc a span {
	line-height: 1 !important;
}
.configurator_product_name label {
	padding-right: 50%;
}
.configurator_category_name {
	font-size: 1em;
}
.configurator_totals_title,
#configurator_total,
#configurator_total_price {
	font-size: 1em;
}
.configurator_product_desc a.screenshot {
	margin-left: 0;
	float: left;
}
a.link-reoder, input.btn-reset, input#btn-reset, input#btn-addtocart, a.button {
	font-size: 12px;
	width: 100%;
	max-width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
	text-align: center;
	right: auto;
	left: auto;
	bottom: 0;
	top: auto;
	float: none;
}
	/*.category-design-your-own #configurator_totals-wrapper, .category-design-your-own-platform-truck #configurator_totals-wrapper, .category-design-your-own-gemini #configurator_totals-wrapper {
		position: static !important;
		width: 100%;
	}*/
	.category-design-your-own #configurator_totals-wrapper #configurator_totals, .category-design-your-own-platform-truck #configurator_totals-wrapper #configurator_totals, .category-design-your-own-gemini #configurator_totals-wrapper #configurator_totals {
		/*-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;*/
		width: 100%;
		background: #d1d1d1;
		margin: 10px 0;
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.category-design-your-own #configurator_totals-wrapper #configurator_totals div, .category-design-your-own-platform-truck #configurator_totals-wrapper #configurator_totals div, .category-design-your-own-gemini #configurator_totals-wrapper #configurator_totals div {
		/*-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;*/
		width: 100%;
		margin-left: 0;
	}
	.category-design-your-own #configurator_totals-wrapper #configurator_total-wrapper, .category-design-your-own-platform-truck #configurator_totals-wrapper #configurator_total-wrapper, .category-design-your-own-gemini #configurator_totals-wrapper #configurator_total-wrapper {
		background: #5a5a5a;
		margin-bottom: 0;
		-webkit-border-radius: 0 0 9px 9px;
		-moz-border-radius: 0 0 9px 9px;
		border-radius: 0 0 9px 9px;
		display: block;
		overflow: hidden;
	}
	.category-design-your-own #configurator_totals-wrapper #configurator_total-wrapper #configurator_total, .category-design-your-own #configurator_totals-wrapper #configurator_total-wrapper #configurator_total_price, .category-design-your-own-platform-truck #configurator_totals-wrapper #configurator_total-wrapper #configurator_total, .category-design-your-own-platform-truck #configurator_totals-wrapper #configurator_total-wrapper #configurator_total_price, .category-design-your-own-gemini #configurator_totals-wrapper #configurator_total-wrapper #configurator_total, .category-design-your-own-gemini #configurator_totals-wrapper #configurator_total-wrapper #configurator_total_price {
		width: initial;
	}
	.category-design-your-own #configurator_totals-wrapper #configurator_total-wrapper #btn-reset, .category-design-your-own #configurator_totals-wrapper #configurator_total-wrapper .btn-reset, .category-design-your-own #configurator_totals-wrapper #configurator_total-wrapper #btn-addtocart, .category-design-your-own #configurator_totals-wrapper #configurator_total-wrapper .btn-addtocart, .category-design-your-own-platform-truck #configurator_totals-wrapper #configurator_total-wrapper #btn-reset, .category-design-your-own-platform-truck #configurator_totals-wrapper #configurator_total-wrapper .btn-reset, .category-design-your-own-platform-truck #configurator_totals-wrapper #configurator_total-wrapper #btn-addtocart, .category-design-your-own-platform-truck #configurator_totals-wrapper #configurator_total-wrapper .btn-addtocart, .category-design-your-own-gemini #configurator_totals-wrapper #configurator_total-wrapper #btn-reset, .category-design-your-own-gemini #configurator_totals-wrapper #configurator_total-wrapper .btn-reset, .category-design-your-own-gemini #configurator_totals-wrapper #configurator_total-wrapper #btn-addtocart, .category-design-your-own-gemini #configurator_totals-wrapper #configurator_total-wrapper .btn-addtocart {
		width: 100%;
		margin: 5px 0;
	}
button.button span {
}
button.button.btn-fast-checkout span span {
	text-align: center;width: 100%;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
button.button, button.button.btn-cart span span {
	width: 100%;
	margin: 5px 0;
}
	
	.category-design-your-own #configurator_totals-wrapper .right-side-link-wrapper, .category-design-your-own-platform-truck #configurator_totals-wrapper .right-side-link-wrapper, .category-design-your-own-gemini #configurator_totals-wrapper .right-side-link-wrapper {
		display: none;
	}
	.category-design-your-own #configurator_wrap, .category-design-your-own-platform-truck #configurator_wrap, .category-design-your-own-gemini #configurator_wrap {
		width: 100%;
		float: none;
	}
	.category-design-your-own #configurator_pick, .category-design-your-own-platform-truck #configurator_pick, .category-design-your-own-gemini #configurator_pick {
		width: 100%;
		/*-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;*/
		/*padding: 0 15px 10px;*/
	}
	.category-design-your-own #configurator_pick .configurator_category_name, .category-design-your-own #configurator_pick .configurator_product_name, .category-design-your-own-platform-truck #configurator_pick .configurator_category_name, .category-design-your-own-platform-truck #configurator_pick .configurator_product_name, .category-design-your-own-gemini #configurator_pick .configurator_category_name, .category-design-your-own-gemini #configurator_pick .configurator_product_name {
		/*-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;*/
		width: 100%;
	}
	.category-design-your-own #configurator_pick .configurator_product_name, .category-design-your-own-platform-truck #configurator_pick .configurator_product_name, .category-design-your-own-gemini #configurator_pick .configurator_product_name {
		margin-left: 0;
		/*padding: 0 10px;*/
	}
	.category-design-your-own #configurator_pick .configurator_product_name label, .category-design-your-own #configurator_pick .configurator_product_name .configurator_product_desc, .category-design-your-own-platform-truck #configurator_pick .configurator_product_name label, .category-design-your-own-platform-truck #configurator_pick .configurator_product_name .configurator_product_desc, .category-design-your-own-gemini #configurator_pick .configurator_product_name label, .category-design-your-own-gemini #configurator_pick .configurator_product_name .configurator_product_desc {
		/*-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;*/
	}
	.category-design-your-own #configurator_pick .configurator_product_name .configurator_product_desc, .category-design-your-own-platform-truck #configurator_pick .configurator_product_name .configurator_product_desc, .category-design-your-own-gemini #configurator_pick .configurator_product_name .configurator_product_desc {
		/*padding: 10px 15px;*/
	}
	.category-design-your-own #configurator_pick .configurator_product_name .configurator_product_desc a.videoButton, .category-design-your-own-platform-truck #configurator_pick .configurator_product_name .configurator_product_desc a.videoButton, .category-design-your-own-gemini #configurator_pick .configurator_product_name .configurator_product_desc a.videoButton {
		width: 100%;
		/*-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;*/
	}
	.category-design-your-own #configurator_pick .configurator_product_name input.configurator_option, .category-design-your-own-platform-truck #configurator_pick .configurator_product_name input.configurator_option, .category-design-your-own-gemini #configurator_pick .configurator_product_name input.configurator_option {
		margin-left: -12px !important;
	}
	.category-design-your-own #configurator_pick .button-wrapper-btm, .category-design-your-own-platform-truck #configurator_pick .button-wrapper-btm, .category-design-your-own-gemini #configurator_pick .button-wrapper-btm {
		margin-left: 0;
		width: 100%;
	}
	.category-design-your-own #configurator_pick .button-wrapper-btm .btn-reset, .category-design-your-own-platform-truck #configurator_pick .button-wrapper-btm .btn-reset, .category-design-your-own-gemini #configurator_pick .button-wrapper-btm .btn-reset {
		width: 100%;
		margin: 0;
	}
}