div.windows a {
	pointer: pointer;
}
em { font-style: italic; }
p a.btn-sm {
	float: left; margin-right: 20px;
}
span.navigational-text {
	color: #222 !important;
	font-size: 11px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-decoration: none !important;
}
.suckerfish li ul { top: 100px; }
div#section-nav { 
	height: 40px;
}
	div#section-nav div#breadcrumbs {
		float: left; width: 300px;
		position: relative; top: 0.30em;
	}
	div#section-nav div#breadcrumbs p { color: #555; }
	div#section-nav ul {
		margin: 0;
		float: right;
		position: relative; top: 0.40em;
		list-style-type: none;
	}
	div#section-nav li {
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Verdana, Tahoma, sans-serif;
		font-weight: 200px;
		float: left;
		margin: 0 0 0 1.85em;
		letter-spacing: -0.025em;
	}
	div#section-nav li a {
		color: #222;
		text-decoration: none;
		font-weight: 200;
		font-size: 1.30em;
	}
	div#section-nav ul a:hover {
		color: #3396cf;
		border-bottom: 2px solid #3396cf;
	}
	div#section-nav li a.selected {
		color: #007cc3 !important;
		border-bottom: 2px solid #007cc3 !important;
	}
	div#section-nav .minor-detail {
		color: #cfcfcf; font-weight: 400;
		font-size: 11px;
		position: relative; top: -0.50em;
	}
div#banner-wrapper { 
	clear: both;
	/* wrapper hides 2nd banner should there be any delay in CSS display block */
	width: 984px; height: 290px; overflow: hidden;
} 
	div.market-banner {
		width: 974px; height: 290px;
		margin-bottom: 15px;
	}
	div.market-banner a img { margin: 0; padding: 0; }
div#library, div#footer { clear: both; }
div#library {
	display: block;
	margin: 0 auto;
	min-height: 500px;
	margin-bottom: 50px;
}
div#footer {
	margin-top: 35px;
	text-align: right; 
}
	/* isotope is a jquery plug-in that sorts apps on the Garmin.com/apps page */
	.isotope-item { z-index: 2; }
	.isotope-hidden.isotope-item {
	  pointer-events: none; z-index: 1; }
		/* css transistions */
	.isotope, .isotope .isotope-item { /* change duration value to whatever you like */
	  -webkit-transition-duration: 0.8s;
	     -moz-transition-duration: 0.8s;
	          transition-duration: 0.8s;
	}
	.isotope {
	  -webkit-transition-property: height, width;
	     -moz-transition-property: height, width;
	          transition-property: height, width;
	}
	.isotope .isotope-item {
	  -webkit-transition-property: -webkit-transform, opacity;
	     -moz-transition-property:    -moz-transform, opacity;
	          transition-property:         transform, opacity;
	}
	/* eo: isotope support */	

div.inpage-banner {
	width: 300px; /*height: 140px;*/
	margin: 10px 0 15px 0;
}
div.app {
	margin-top: 25px;
}
	div.app img.icon {
        float: left; margin: 3px 25px 0 0;
	}
	div.app div.details {
        float: left; width: 70%;
	}
	div.app div.details h5 { 
		margin-top: 5px;
		font-size: 1.25em;
		line-height: 0.5em;
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Verdana, Tahoma, sans-serif !important;
		font-weight: 200;
	}
        div.app div.details h5 em {
			font-size: 0.80em;
			font-weight: 800;
			font-style: normal;
			color: #333;
			display: inline-block;
		}
		div.app div.details h5 em:before {
			content: " ";
		}
		div.app div.details h5 a {
			color: #222;
		/*	color: #007cc3;*/
			text-decoration: none;
		}
		div.app div.details h6 {
			line-height: 1.7em;
			font-family: Arial, Verdana, Tahoma, sans-serif;
			
		}
		div.app div.details h5 a:hover { text-decoration: underline; }
	div.app div.details h5, div.app div.details p {

	}
/*	span.hardware {
		padding: 0.25em 0.15em;
		background: #faf0c2;
		border: 1px solid #f3da6d;
	}*/
	div.app div.details p {	
		font-family: Arial, Verdana, Tahoma, sans-serif;
		color: #222;
		font-size: 0.9em;
		line-height: 1.8em;
	}
	div.app div.details a.btn1,
	div.app div.details a.btn2, div.app div.details a.btn3 { position: relative; top: -5px; }
div#app-legal {
	color: #555;
	font-size: 0.80em;
	line-height: 1.65em;
	padding-bottom: 20px;
}
div#library div.app:nth-child(2n) { margin-right: 0; }