.nav-button { display: none; } /* hide the navigation button by default */
body { color: #004000; background: white; font-size: 12pt; font-family: Arial, Helvetica, sans-serif ; }
h1 { font-size: 16pt; }
.largertext { font-size: 14pt; font-weight:bold}
.regdet { font-size: 10px; font-weight: lighter; }
.disclaimer { color: #333333; font-size: 10px; font-weight: lighter; }
.section { background:#CCC; border-radius:5px; border:solid 1px #333 }
.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit,.ui-li-static.ui-li-has-thumb{padding-left:114px !important}
.vehHeader { font-size:18px;font-weight:bold; padding-left:10px; padding-top:10px }
.vehInfo { font-size:14px;font-weight:normal }
.vehPriceWas { font-size:18px;text-align:right }
.vehPriceSold { font-size:18px;text-align:right;color:#F00 }
.vehPrice { font-size:18px;text-align:right; padding-right:20px }
.vehDetail { display:block; margin:0 auto; width:100%}
.disclaim { font-size:12px;text-align:centre; font-weight:lighter; padding: 4px }
a.hidden { display: none;}
img.vehThumbnail {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.nDetModelzzzz { font-size:18px;font-weight:bold; padding: 12px }
.nDetailItemzzzz { font-size:18px;font-weight:bold; padding: 12px }
.nDetHeader { font-size:28px; font-weight:bold }
.nDetTitle { font-size:18px;font-weight:bold; padding: 12px }
.nDetSubTitle { font-size:18px;font-weight:bold; padding: 12px }
.nDetPrice { text-align:right; font-size:24px; font-weight:bold; color:#000 }
.nDetMonthly { text-align:right; font-size:24px; font-weight:bold; color:#666 }
.nDetListPrice { text-align:right; font-size:24px; color:#333 }
.nDetSaving { text-align:right; font-size:24px; color:#C90 }
.nDetFinance { border: 1px solid; border-radius: 6px 6px; background-color:#BBB; float:right; padding:4px; margin:5px}
.nDetSectionTitle { text-align:left; font-size:18px; font-weight:bold }
.nDetSectionText { text-align:left; font-size:14px; font-weight:normal }

.newLisModel { font-size:18px;font-weight:bold; padding: 12px }
.newLisPrice { font-size:18px;font-weight:bold; padding: 12px }

.newRanModel { font-size:18px;font-weight:bold; padding: 12px }
.newRanFeature { font-size:16px;font-weight:normal; }
.newRanPrice { font-size:18px;font-weight:bold; padding: 12px }

.newOverview { font-size:18px;font-weight:bold; padding: 12px }
.newHeader { font-size:18px;font-weight:bold; padding: 10px }
.newInfo { font-size:14px;font-weight:normal }
.newPriceWas { font-size:18px;text-align:right }
.newPriceSold { font-size:18px;text-align:right;color:#F00 }
.newPrice { font-size:18px;text-align:right; padding: 10px }

.newrHeader { font-size:18px;font-weight:bold; padding: 12px }
.newrSubHeader { font-size:16px;font-weight:normal; }
.newrPrice { font-size:18px;font-weight:bold; padding: 12px }

.promptButton {
	color: #DDDDDD !important;
	border: 1px #0076a3 ridge;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	background-image: -ms-linear-gradient(top, #00adee, #0078a5);
	background-image: -o-linear-gradient(top, #00adee, #0078a5);
	padding-left:4px;
	padding-right:4px;
	margin-right:4px;
	margin-left:4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	text-decoration:none !important;
	display:inline-block;
}

@media only screen {

	/* Navigation Button
	-------------------------------------------------------- */

	.nav-button {
		display: block;
		position: fixed;
		top: 2px;
		left: 5px;
		width: 120px;
		height: 26px;
		background: url('../images/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		cursor: pointer;
		border: 0 none;
		border-bottom: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 0 4px rgba(0,0,0,.7) inset;
		border-radius: 5px;
		z-index: 999999999;
		text-indent: -9999px;
	}
	.nav-button:hover { 
		background-color: rgba(0,0,0,.1); 
	}
	.nav-button.open {
		background: url('../images/close-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
	}

	/* Navigation Bar
	-------------------------------------------------------- */

	body { padding-top: 30px; } 

	.primary-navbar {
		width: 100%;
		float: none;
		background-color: #02509D; /* change the menu color */
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		display: block;
		height: 30px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		box-shadow: 0 1px 2px rgba(0,0,0,.6);
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 999999998;
		clear: both;
	}
	.primary-nav {
		width: 100%;
		float: none;
		background-color: #02509D; /* change the menu color */
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		display: block;
		height: 30px;
		margin: 0;
		padding: 30;
		overflow: hidden;
		box-shadow: 0 1px 2px rgba(0,0,0,.6);
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 999999997;
		clear: both;
	}
	.primary-nav li {
		display: none;
		width: 90%;
		font-family: Arial;
	}
	.primary-nav li a {
		display: block;
		width: 90%;
		padding: 6px 5%;
		font-size: 20px;
		font-weight: bold;
		text-shadow: -1px -1px 0 rgba(0,0,0,.15);
		color: black;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,.2);
		border-top: 1px solid rgba(255,255,255,.1); 
	}
	.primary-nav li a:hover {
		background-color: rgba(0,0,0,.5);
		border-top-color: transparent;
	}
	.primary-nav > li:first-child {
		border-top: 1px solid rgba(0,0,0,.2);
	}

	/* Toggle the navigation bar open  */

	.primary-nav.open { 
		height: auto; 
		padding-top: 30px;
	}
	.primary-nav.open li { 
		display: block; 
	}

	/* Submenus – optional .parent class indicates dropdowns */

	.primary-nav > li:hover > a {
		background: rgba(0,0,0,.5);
		border-bottom-color: transparent;
	}
	.primary-nav li.parent > a:after {
		content: "▼";
		color: rgba(255,255,255,.5);
		float: right;
	}
	.primary-nav li.parent > a:hover {
		background: rgba(0,0,0,.75);
	}
	.primary-nav li ul {
		display: none;
		background: rgba(0,0,0,.5);
		border-top: 0 none;
		padding: 0;
	}
	.primary-nav li ul a {
		border: 0 none;
		font-size: 12px;
		padding: 10px 5%;
		font-weight: normal;
	}
	.primary-nav li:hover ul {
		display: block;
		border-top: 0 none;
	}

} /* End Mobile Styles */