body {
    background-color: #fff;
    margin: 0;
    font-family: Arial, Helvetica, San-Serif;
    font-size: 12px;
    color: #333;
}

.graybodybackground {
	background-color: #efefef;
}

.content {
    background-color: #fff;
    margin: 0 20px;
    height: auto;
    max-width: 980px;
}

.responsivecontent {
    background-color: #fff;
    margin-top: 20px;
    margin: 0 auto 20px auto;
    padding: 0 20px;
	max-width: 1200px;
    height: auto;
}

.border {
    margin-left: auto;
    margin-right: auto;
    width: 1020px;
}

.responsiveborder {
    margin-left: auto;
    margin-right: auto;
	width: auto;
}

.page {
    display: none;
}

h1 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

link {
    color: #3399ff;
}

link:hover {
    color: #3399ff;
    text-decoration: underline;
}

a, a:active, a:focus {
    text-decoration: none;
    outline: none;
    color: #333;
}

img {
    border: 0;
}

/*Header Styles*/
.headerGap {
   	height: 60px;
}

.header {
    background-color: #fff;
    box-shadow: 0 0 10px #999;
    left: 0;
   	position: fixed;
   	top: 0;
   	width: 100%;
   	z-index: 8;
}

.headerContent {
    padding: 14px 25px 17px;
}

#navExpander {
	float: right;
}

#dlrheader {
    display: block;
}

.navIcon {
	background-image: url('images/menu.png');
	background-repeat: no-repeat;
	height: 19px;
}

.navIcon:hover {
	background-image: url('images/menu_hover.png');
	cursor: pointer;
}

.header .navIcon {
	margin-top: 8px;
	width: 24px;
}

.nav {
    background-color: #D8D8D8;
    height: 100%;
    opacity: .9;
    position: fixed;
    right: -210px;
    top: 0;
    transition: right .3s;
    width: 210px;
    z-index: 10;
}

.nav .navIcon {
	background-position: 161px center;
	padding-top: 15px;
	padding-bottom: 30px;
}

.nav a {
	display: block;
}

.nav li a {
	color: #58585A;
	font-family: Helvetica Neue, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 50px;
	padding-right: 25px;
	text-align: right;
}

.nav li a:hover,
.nav li a.navcurrent {
    color: #005A9A;
}

/*Footer styles*/
.footer {
    clear: both;
    background-color: #333;
    max-height: 40px;
    height: 40px;
    margin: 0;
}

.footer p {
    font-size: 11px;
    color: #fff;
    padding: 10px 20px;
}

/*Subheader styles*/
.subheader  {
    height: 40px;
    margin: 0;

    background-color: #999;
 }

.subheader p {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-top: 0px;
    padding: 10px 0 0 20px;
}

.subheader span {
    float: right;
    margin-right: 20px;
}

/*Main Document Styles*/
.maincontent {
    float: left;
    width: 65%;
    margin: 20px 30px 30px 30px;
    color: #666;
}

.responsivemaincontent {
    float: left;
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
    color: #666;
}

.detailcontent {
    float: left;
    margin: 15px 20px 0px 20px;
    color: #666;
}

.responsivedetailcontent {
    float: left;
    width: calc(100% - 60px);
    margin: 15px 30px 0px 30px;
    font-family: helvetica-neue, arial, sans-serif;
    color: #666;
}

.dContentMargin {
	margin: 15px 0 40px 0;
}

p {
    line-height: 20px;
    margin-bottom: 20px;
}

.morecontent {
    margin: 20px 40px;
    color: #666;
}

h3 {
    margin: 5px 10px 10px 0px;
    font-weight: bold;
    font-size: 1.3em;
}

.back, .back:active, .back:focus {
    background: url("images/BackArrow.png") no-repeat;
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin: 15px 0 0 20px;
    padding-left: 30px;
    color: #3399ff;
}

.back:hover {
    text-decoration: underline;
}

.detailslist {
    display: block;
    margin-bottom: 40px;
}

.detailslist li {
    list-style-type: square;
    margin-bottom: 10px;
    margin-left: 15px;
}

.boldItalic {
    font-weight: bold;
    font-size: 14px;
}

.detailslistli {
    list-style-type: square;
    margin-bottom: 10px;
    margin-left: 15px;
}

.instructlist {
    list-style-type: decimal;
    margin-bottom: 10px;
    margin-left: 15px;
    width: 550px;
}

.instructlistli {
    margin-bottom: 10px;
    margin-left: -15px;
    font-size: 13px;
}

.resourceli {
    margin-left: 15px;
    padding-bottom: 10px;
    list-style: square;
}

.resources {
    width: 186px;
    float: right;
    margin: 30px 0;
    padding-left: 35px;
    border-left: 1px solid #eee;
}

.resources h3 {
    font-size: 13px;
    font-weight: bold;
    color: #595a5c;
}

.resources p {
    font-size: 11px;
    color: #899298;
    margin: 5px 0 15px 0;
    width: 150px;
}

.instructions {
    background-color: #eee;
    border-radius: 5px;
    border: 1px solid #aaa;
    margin-bottom: 15px;
    width: 860px;
    padding: 10px;
}

.instructions h3 {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
    margin: 0 5px;
}

/* Index Styles */
.sectBox {
    width: 50%;
    box-sizing: border-box;
    padding: 75px 20px 0;
    height: 447px;
    float: left;
    background-position: center center;
    background-size: cover;
    text-align: center;
    color: #fff;
    font: 20px/25px Helvetica Neue, sans-serif;
    font-weight: 200;
    position: relative;
}
.sectLeft {
    background-image: url('images/CoreExp_Header.jpg');
}
.sectRight {
    background-image: url('images/ProExp_Header.jpg');
}
.sectLeft img {
    width: 178px;
}
.sectRight img {
    width: 189px;
}
.sectLeft .sectText {
    padding: 32px 50px 75px;
}
.sectRight .sectText {
    padding: 32px 50px 26px;
}
.sectBox img.mmdPwdBy {
    width: 216px;
    margin-bottom: 50px;
}
.sectBox a {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: -129px;
    width: 250px;
    height: 56px;
    border: 4px solid #fff;
    text-decoration: none;
    color: #fff;
    line-height: 56px;
    font-weight: bold;
}
.sectBox a:hover {
    background-color: #fff;
}
.sectLeft a:hover {
    color: #9B9B9B;
}
.sectRight a:hover {
    color: #005A9B;
}

/*Inventory Page Styles*/
.iListWrapper {
	font-family: helvetica-neue, arial, sans-serif;
}

.inventoryitem {
    border-bottom: 1px solid #979797;
}

.iDetailWrapper {
	margin-top: 20px;
}

.iDetailLabelColumn {
	float: left;
	margin-right: 20px;
}

.iDetailValueColumn {
	float: right;
}

.iPricingDetailWrapper {
	margin-bottom: 25px;
	height: 85px;
}

.dPricingDetailWrapper {
	margin-bottom: 25px;
	height: 85px;
}

.pricingDetailColumn {
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	color: #000;
	float: right;
}

.iPricingDetailRow {
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	color: #000;
	text-align: right;
}

.dPricingDetailRow {
	font-size: 24px;
	font-weight: normal;
	line-height: 38px;
	color: #000;
	text-align: right;
}

.iPricingPriceCell {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	color: #417505;
}

.dPricingPriceCell {
	font-weight: bold;
	color: #417505;
}

.iimage {
    float: left;
}

.iItemCard:hover {
	cursor: pointer;
	cursor: hand;
}

.idetail {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    line-height: 27px;
    float: left;
    max-width: 280px;
}

.dDetailWrapper {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    line-height: 34px;
    float: left;
}

.dDetail {
	margin-bottom: 23px;
}

.dDetailColumn {
	float:left;
	display: table;
	border-collapse: separate;
}

.dDetailColumn > div {
	display: table-row;
}

.dDetailColumn > div > div {
	display: table-cell;
	padding-right: 15px;
}

.dDetailColumn > div > div:nth-child(1) {
	width: 86px;
	white-space: nowrap;
}

.dDetailColumn > div > div:nth-child(2) {
	line-height: 18px;
}

.iVehicleName {
	font-size: 20px;
	font-weight: 600;
	white-space: nowrap;
}

.dVehicleName {
	font-size: 27px;
	font-weight: bold;
	color: #000;
}

.iVehicleStyle {
	font-size: 20px;
	white-space: nowrap;
	font-weight: normal;
	color: #000;
}

.dVehicleStyle {
	font-size: 27px;
	white-space: nowrap;
	color: #000;
}

.dlink, .dlink:active, .dlink:focus {
    color: #3399ff;
}

.dlink:hover {
    text-decoration: underline;
}

.iPricingColumn {
	float: right;
	display: block; 
}

.dPricingColumn {
	float: right;
	display: block;
	margin-bottom: 40px;
}

.idprice {
    color: #000;
    padding-top: 10px;
    text-align: center;
}

.iprice {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
    text-align: center;
}

.imsrp {
    color: #999;
    text-align: center;
}

/*Details Page Styles*/
.detailimgs {
    float: left;
}

.subimg {
    float:left;
    background-color: #aaa;
    width: 60px;
    height: 50px;
    margin: 5px;
}

.details {
    float: left;
    width: 250px;
    margin: 0 20px 40px 50px;
}

.details h3 {
    font-size: 26px;
    font-weight: bold;
    color: #080;
    margin-top: -5px;
}

.details p {
    margin: -5px 5px;
    /*font-size: 11px;*/
}

.widgetBox {
    clear: left;
    width: 298px;
    margin: 10px 0;
}

.inventoryWidgetBox {
	width: 221px;
	float: right;
	border: 1px solid #979797;
}

.detailtable {
    display: block;
    float: left;
    margin-top: 10px;
    width: 250px;
}

.nextsteps_1 {
    position: relative;
    left: 30px;
    /*text-align: center;*/
    background-color: #b3d172;
    float: right;
    width: 247px;
    height: 240px;
}

.nextsteps_1 div {
    margin: 5px 10px;
}

.nextsteps_1 a {
    display: block;
    margin: 10px 10px;
}

.nextsteps_2 {
    position: relative;
    top: 40px;
    left: 10px;
    /*text-align: center;*/
    background-color: #b3d172;
    float: right;
    width: 247px;
    height: 240px;
}

.nextsteps_2 div {
    margin: 5px 10px;
}

.nextsteps_3 {
    position: relative;
    top: 40px;
    left: 10px;
    /*text-align: center;*/
    background-color: #b3d172;
    float: right;
    width: 247px;
    height: 200px;
}

.nextsteps_3 div {
    margin: 5px 10px;
}

#safety {
    height: 655px;
}

#safety a {
    margin-top: 80px;
}

.tdheader {
    font-weight: bold;
    width: 45%;
}

.dtthumb {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    float: left;
    height: 100px;
    margin: 2px 2px 30px 2px;
    padding: 5px 0;
    text-align: center;
    width: 170px;
}

.dtthumb:hover {
    background-color: #eef;
    border: 1px solid #5bb6e5;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.dtthumbcurrent {
    background-color: #eef;
    border: 1px solid #5bb6e5;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.dtthumb img {
    width: 140px;
    height: 70px;
}

.dtthumb p {
    margin: 5px;
    font-size: 10px;
    font-weight: bold;
    color: #333;
}

.dtimgholder {
    display: none;
    clear: left;
    margin: 25px 5px;
    width: 924px;
    text-align: center;
}

.dtimgcurrent {
    display: block;
}

.dtimgholder h2 {
    background-color: #ddd;
    padding: 10px;
}

/*Resources Page*/
#res h2 {
    font-size: 16px;
}

#res h3 {
    font-size: 14px;
}

.rTable {
    width: 600px;
}

.rTable td:first-child {
    border-right: 1px dotted #ddd;
}

.rTable td:last-child {
    padding-left: 30px;
}

.clickyWarn {
    border: 4px solid #ccc;
    background-color: #eee;
    padding: 20px;
    height: 80px;
}

.clickyWarn_img {
    margin-right: 15px;
    float: left
}

.clickyWarn_cont {
    float: left;
    width: 780px;
}

.clickyWarn_txt {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.clickyWarn_lnk {
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
    color: #C00;
}

/*Old Browser Paqe*/
.browser {
    margin-left: 20px;
    width: 650px;
}
.browser span {
    margin-left: 10px;
}
/*Suite Related CSS Classes*/
.DTSuiteModalVeil {
    z-index:85!important
}

.DTSuiteModal {
    z-index:86!important
}

.suiteBtn {
    vertical-align:middle;
    -moz-box-shadow:inset 0px 1px 0px -10px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px -10px #ffffff;
    box-shadow:inset 0px 1px 0px -10px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#444;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
}

.suiteBtn:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
    cursor:default;
}

.suiteBtn:active {
    position:relative;
    top:1px;
}

.inventoryBtnSize {
    width: 139px;
    height: 28px;
    padding: 8px 0 8px 7px;
}

.inventoryBtnText {
    background-position: center left;
}

.nextStepBtnSize {
    margin-left: 13px!important;
    width: 210px;
    height: 21px;
    padding: 5px 0 5px 10px;
}

.nextStepText {
    margin: 0 !important;
    line-height: 22px;
}

.tdIcon {
    background-image: url("images/BtnIcon_TD.png");
    background-repeat: no-repeat;
    padding-left: 30px;
    height: 21px;
}

.fdIcon {
    background-image: url("images/BtnIcon_FD.png");
    background-repeat: no-repeat;
    padding-left: 30px;
    height: 21px;
}

.pdIcon {
    background-image: url("images/BtnIcon_PD.png");
    background-repeat: no-repeat;
    padding-left: 30px;
    height: 21px;
}

.embedsize {
    width: 940px;
    height: auto;
    text-align: center;
}

.responsiveembedsize {
	width: auto;
    height: auto;
    text-align: center;
}

/*Implementer Documention Pages*/
.codeBox {
	padding: 2px;
	border: 1px solid #888;
}

.impNav {
    float: left;
    width: 130px;
    padding: 10px;
}

.impNavDivider {
    font-weight: bold;
    font-size: 14px;
}

.impNav li {
    list-style-type: none;
    margin: 15px 0px;
}

.impNavSelected {
    font-weight: bold;
    color: #333;
}

.impContent {
    float: left;
    width: 790px;
    padding: 0px 15px;
    border-left: 1px solid #ccc;
}

.impBtn {
    cursor: pointer;
    float: left;
    width: 150px;
    padding: 5px;
    margin: 10px;
    background: #bbb;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.impCustBtn {
    cursor: pointer;
    float: left;
    margin: 20px 10px 40px 10px;
    padding: 10px;
    background: #bbb;
    background-image: linear-gradient(bottom, #bbb 10%, #ddd 90%);
    background-image: -o-linear-gradient(bottom, #bbb 10%, #ddd 90%);
    background-image: -moz-linear-gradient(bottom, #bbb 10%, #ddd 90%);
    background-image: -webkit-linear-gradient(bottom, #bbb 10%, #ddd 90%);
    background-image: -ms-linear-gradient(bottom, #bbb 10%, #ddd 90%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.30, #bbb),
        color-stop(0.90, #ddd)
    );
    width: 100px;
    height: 15px;
    border-radius: 5px;
    text-align: center;
}

.impWidgetBox {
	float: left;
	margin-bottom: 15px;
	padding: 5px;
}

.customizeWidgetSection {
	clear: left;
}

.customizeWidgetSection h4 {
	border-bottom: 1px solid #CCC;
	font-size: 1.1em;
}

.nav ul,
.customizeWidgetSection ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.customizeWidgetSection li {
	display: inline-block;
	margin-bottom: 10px;
	padding-right: 25px;
}

.customizeWidgetSection li span {
	font-weight: bold;
}

.customizeWidgetSection li img {
	display: block;
	margin-top: 5px;
}
	
.impWidgetBox,
.customizeWidgetSection li img {
	border: 1px solid lightgray;
	border-radius: 4px;
}

.impNote {
    margin: 10px;
    padding: 10px;
    border: 1px solid #999;
    background-color: #ddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.impWarn {
    margin: 10px;
    padding: 10px;
    border: 1px solid #999;
    background-color: #ee7b7d;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.operative {
    font-weight: bold;
    border:1px solid yellow;
}

.parameterTable {
    margin: 10px 10px 25px;
    width: 100%;
    border: none;
    border-collapse: collapse;
}

.parameterTable th {
    background-color: #999;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 3px 3px 10px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

.parameterTable tr {
    padding: 5px;
}

.parameterTable tr:nth-child(odd) {
    background-color: #eee;
}

.parameterTable tr:last-child {
    border-bottom: 1px solid #999;
}

.parameterTable td {
    vertical-align: top;
    padding: 5px 5px 15px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

.parameterTable p {
    line-height: 15px;
    margin-top: 0;
    margin-bottom: 10px;
}

.parameterTableList {
    display: block;
    margin-bottom: 0;
}
pre {
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
    margin-bottom: 30px;
    overflow: auto;
    width: auto;
}

/*Implementer Examples Page*/
.exampleDiv {
    clear: left;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    height: 150px;
    padding: 15px 5px;
}

.exampleImg {
    float: left;
    width: 200px;
    height: 150px;
    background: #aaa;
    color: #fff;
    border: 1px solid #ddd;
}

.exampleDesc {
    float: left;
    width: 500px;
    padding: 5px 10px;
}

/*Assets Page*/
.assetSub {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    clear: both;
}
.assetThumb {
    margin: 10px;
    float: left;
}
.chart th {
    text-align: left;
}
.chart tr td:first-child {
    white-space: nowrap;
}
.chart td {
    padding: 2px 5px;
    vertical-align: top;
}
td.chartSectionHeader {
    font-weight: bold;
    background-color: #eee;
    padding: 10px 0 5px 5px;
}

.shield {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}

/* Mobile Page Styles */
@media only screen and (max-device-width: 480px) and (orientation: portrait),
       only screen and (max-width: 480px) and (orientation: portrait),
       only screen and (max-device-width: 767px) and (orientation: landscape),
       only screen and (max-width: 767px) and (orientation: lanscape) {
    .subheader {
        text-align: center;
    }

    .subheader p {
        padding: 10px 0 0 0;
        font-size: 18px;
    }

    .suiteBtn {
        text-shadow: none;
    }

    .suiteBtn:hover {
        background: none;
        filter: none;
        background-color: #999;
    }

    .footer p {
        font-size: 9px;
    }

    .shield {
        display: none;
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
    }
}

.dlrHeader {
	background-image: url('images/metro_logo_257x15.png');
	background-position: 50px 25px;
    background-color: #4C4B4D;
    height: 63px;
	background-repeat: no-repeat;
}

.dlrHeaderIcons {
    height: 100%;
    float: right;
}

.dlrHeaderContactIcon {
	background-image: url('images/contact_icon_33x32.png');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	height: 100%;
	float: right;
	width: 30px;
}

.dlrHeaderContactInfo {
	float: right;
	width: auto;
	color: #fff;
	padding-top: 18px;
	margin-right: 95px;
}

.dlrHeaderAddressIcon {
	background-image: url('images/location_icon_21x30.png');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	height: 100%;
	float: right;
	width: 20px;
}

.dlrHeaderAddressInfo {
	float: right;
	width: 100px;
	color: #fff;
	padding-top: 18px;
}

.dlrHeaderSearchIcon {
	background-image: url('images/search_icon_38x38.png');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	height: 100%;
	float: right;
	width: 42px;
	margin-right: 50px;
}

.dlrHeaderMenuIcon {
	background-image: url('images/menu_icon_25x25.png');
	background-repeat: no-repeat;
	background-position: 0px 20px;
	height: 100%;
	float: right;
	width: 26px;
	margin-right: 10px;
}

.dlrHeaderNavBar {
	background-color: #d8d8d8;
	height: 36px;
}

.menuItem {
	color: #1976d2;
	float: left;
	text-align: center;
	padding-top: 12px;
	height: 24px;
	margin-left: 90px;
}

.serviceMenuItem {
	margin-left: 55px;
}

.selectedMenuItem {
	color: #fff;
	background-color: #1976d2;
	float: left;
	width: 135px;
	margin-left: 30px;
}
.dTabArea {
	position: relative;
	width: 100%;
	display: block;
	float: left;
	border-top: 1px solid #1976d2;
	margin-top: 37px;
}

.dTabBox {
	left: 0;
	right: 0;
}

.dTabContentWrapper {
	float: left;
	width: 100%;
	max-width: 850px;
	margin-top: 30px;
}

.tabContentColumn {
	width: 50%;
	float: left;
}

.tab {
	font-size: 18px;
	font-weight: normal;
	line-height: 34px;
	color: #000;
	background-color: #d8d8d8;
	float: left;
	text-align: center;
	padding: 3px 0 9px 0;
	height: 24px;
	width: 120px;
	margin-top: -37px;
	position: absolute;
}

.overviewTab {
	color: #fff;
	background-color: #1976d2;
	left: 0;
}

.featuresTab {
	left: 120px;
}

.safetyTab {
	left: 240px;
}

.warrantyTab {
	left: 360px;
}

.dropdownArrow {
	background-image: url('images/down_arrow.png');
	background-repeat: no-repeat;
	height: 40%;
	float: right;
	width: 30px;
	margin: -23px 10px 0 0;
	display: none;
}

.selectedDropdownArrow {
	background-image: url('images/up_arrow.png');
}

.dBottomNote {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	float: left;
	margin: 100px 0 30px 0;
}

/* Full thin view range */
@media (max-width: 685px) {
	/* Header classes */
	.dlrHeader {
		background-image: url('images/metro_logo_206x12.png');
		background-position: 10px 25px;
	}
	.dlrHeaderIcons {
		display: none;
	}
	.dlrHeaderNavBar {
		display: none;
	}
	
	/* Item list classes */
	.idetail {
		display: block;
		width: 100%;
		max-width: none;
		text-align: center;
	}
	.iDetailWrapper {
		display: none;
	}
	.iPricingColumn {
		margin-right: calc((100% - 227px)/2);
		margin-left: calc((100% - 227px)/2);
		margin-top: 8px;
		text-align: center;
	}
	.inventoryitem {
	    width: calc(100% - 20px);
	    padding: 5px 0 30px 0;
	    margin: 5px 10px 0 10px;
	    display: block;
	    overflow: auto;
	}
	.iPricingDetailWrapper {
		display: inline-block;
		margin-bottom: 15px;
	}
	.iPricingDetailRow {
		text-align: center;
	}
	.inventoryWidgetBox {
		display: inline-block;
		float: none;
	}
	
	/* Details view styles */
	.responsivedetailcontent {
	    width: calc(100% - 20px);
	    margin: 15px 10px 30px 10px;
	}
	.dDetail {
		display: block;
		width: 100%;
		max-width: none;
		text-align: center;
	}
	.dVehicleName {
		display: block;
	}
	.dVehicleStyle {
		white-space: normal;
	}
	.detailimgs {
		width: 100%;
		overflow: auto;
		text-align: center;
	}
	.detailimgs img {
		width: calc(100% - 20px);
	}
	.dPricingColumn {
		margin-right: calc((100% - 227px)/2);
		margin-left: calc((100% - 227px)/2);
		margin-top: 20px;
		margin-bottom: 36px;
		text-align: center;
	}
	.dPricingDetailWrapper {
		display: inline-block;
	}
	.dPricingDetailRow {
		font-size: 20px;
		line-height: 30px;
		text-align: center;
	}
	.dTabBar {
		margin-top: 30px;
	}
	.tab {
		width: 100%;
		margin-bottom: 10px;
		position: static;
		height: 50px;
	}
	.dDetailWrapper {
	    font-size: 14px;
	    line-height: 25px;
	}
	.dTabContentWrapper {
		margin-top: 20px;
	}
	.tabContentColumn {
		width: 100%;
	}
	.selectedDropdownArrow {
		display: inherit;
	}
	.dropdownArrow {
		display: inherit;
	}
	.featuresTab, .safetyTab, .warrantyTab {
		margin-top: 0px;
	}
	.tabLabel {
		margin-top: 10px;
	}
}

/* Lower thin view range */
@media (max-width: 450px) {
	.responsivecontent {
	    padding: 0;
	}
	.iimage {
	    margin: 0 10px 0 10px;
	    width: calc(100% - 20px);
	}
	.iPricingDetailWrapper {
		height: 70px;
	}
	.iPricingDetailRow {
		font-size: 16px;
		line-height: 25px;
	}
	.iVehicleName {
		font-size: 16px;
		white-space: pre-wrap;
	}
	.iVehicleStyle {
		font-size: 16px;
	}
	
	/* Details page styles */
	.dVehicleName {
		font-size: 16px;
	}
	.dVehicleStyle {
		font-size: 16px;
	}
}

/* Upper thin view range */
@media (min-width: 451px) and (max-width: 685px) {
	.iimage {
	    width: 372px;
		margin-left: calc((100% - 372px)/2);
	}
}

/* Mid view */
@media (min-width: 686px) and (max-width: 885px) {
	.dlrHeaderContactIcon {
		margin-right: 30px;
	}
	.dlrHeaderAddressIcon {
		margin-right: 30px;
	}
	.dlrHeaderMenuIcon {
		display: none;
	}
	.dlrHeaderContactInfo {
		display: none;
	}
	.dlrHeaderAddressInfo {
		display: none;
	}
	
	/* Item list classes */
	.idetail {
		display: block;
		width: 100%;
		max-width: none;
		text-align: center;
	}
	.iDetailWrapper {
		display: none;
	}
	.iPricingColumn {
		margin-right: calc((100% - 227px)/4);
		margin-left: calc((100% - 227px)/4);
		
		margin-top: 10px;
		height: 230px;
		text-align: center;
	}
	.iimage {
	    margin: 0 10px 0 10px;
	    width: calc(100% - 20px);
	}
	.iListWrapper {
		margin-top: 50px;
	}
	.inventoryitem {
	    width: calc((100% - 21px)/2);
	    padding: 0 0 30px 0;
	    margin: 0 0 0 10px;
	    display: inline-block;
		float: left;
	}
	.floatedInventoryItem {
		margin: 0 10px 0 0;
		border-left: 1px solid #979797;
	}
	.inventoryWidgetBox {
		height: 115px;
	}
	.iPricingDetailWrapper {
		display: inline-block;
		margin-bottom: 20px;
		height: 70px;
	}
	.iPricingDetailRow {
		text-align: center;
		line-height: 25px;
		font-size: 16px;
	}
	.inventoryWidgetBox {
		display: inline-block;
		float: none;
		border: none;
	}
	.paymentWidget {
		border: 1px solid #979797;
	}
	.iVehicleName {
		font-size: 16px;
	}
	.iVehicleStyle {
		font-size: 16px;
	}

	/* Details page classes */
	.detailimgs {
		width: 60%;
	    max-width: 540px;
	}
	.detailimgs img {
		width: 100%;
	    max-width: 540px;
	}
	.dDetail {
		float: none;
		text-align: left;
	}
	.dDetailWrapper {
		width: 100%;
	}
	.dPricingColumn {
		width: 223px;
	}
	.dPricingDetailRow {
		font-size: 20px;
		line-height: 30px;
	}
	.dTabBar {
		margin-top: 40px;
	}
}

/* Wide veiw */
@media (min-width: 886px) and (max-width: 1075px) {
	/* Item list classes */
	.iPricingColumn {
		margin-right: 15px;
	}
	.iimage {
	    margin: 0 30px 0 20px;
	    width: calc(100% - 350px);
	    max-width: 357px;
	}
	.iItemCard {
		width: calc(100% - 240px);
		height: 300px;
		float: left;
		padding-top: 30px;
		margin-top: -30px;
	}
	
	/* Detail page styles */
	.detailimgs img {
		width: 540px;
	}
}

/* Xwide veiw */
@media (min-width: 1076px) {
	/* Item list classes */
	.iPricingColumn {
		margin-right: 50px;
	}
	.iimage {
	    margin: 0 30px 0 40px;
	    width: 357px;
	    height: 238px;
	}
	.iItemCard {
		width: 725px;
		height: 300px;
		float: left;
		padding-top: 45px;
		margin-top: -45px;
	}
	
	/* Detail page styles */
	.responsivedetailcontent {
	    width: calc(100% - 100px);
	    margin: 15px 50px 0px 50px;
	}
	.dContentMargin {
		margin: 15px 0 40px 0;
	}
	.detailimgs img {
		width: 655px;
	}
}

/* Wide and Xwide veiws */
@media (min-width: 886px) {
	/* Header classes */
	.dlrHeaderContactIcon {
		margin-right: 10px;
	}
	.dlrHeaderAddressIcon {
		margin-right: 10px;
	}
	.dlrHeaderMenuIcon {
		display: none;
	}
	
	/* Item list classes */
	.iListWrapper {
		margin-top: 50px;
	}
	.inventoryitem {
	    height: 275px;
	    width: calc(100% - 20px);
	    padding-bottom: 35px;
	    margin: 30px 10px 0 10px;
	}
	.iPricingColumn {
		width: 223px;
	}

	/* Details page classes */
	.dDetail {
		float: none;
	}
	.dDetailWrapper {
		max-width: 420px;
	}
	.dPricingDetailWrapper {
		height: 110px;
	}
	.dPricingColumn {
		width: 223px;
	}
}
