/* FROM RESULTS PAGE */
	img.listCompare {
	-webkit-box-shadow: 0 0 1px 1px #C9C9C9;
	box-shadow: 0 0 1px 1px #C9C9C9;
	border:none;
	text-decoration:none;
	width:75px;
	}
	img.list {
	-webkit-box-shadow: 0 0 1px 1px #C9C9C9;
	box-shadow: 0 0 1px 1px #C9C9C9;
	border:none;
	text-decoration:none;
	}
	a{
		text-decoration:none;
	}
	input[type=checkbox].pfCheckbox {
		display: inline;
		vertical-align: bottom;
		-webkit-appearance: checkbox;
	}
	.resultsTable td{
		 padding:1px;
	}
	.resultsTable{
		z-index:1000000;
		position:relative;
		background-color:#fff;
		font-size:8pt;
	}
	/* FROM RESULTS PAGE */
	

	input[type=checkbox].pfCheckbox{
		display: inline;
		vertical-align: bottom;
		-webkit-appearance: checkbox;
		margin:0px;
	}
	input[type=checkbox].pfcheckbox{
		display: inline;
		vertical-align: bottom;
		-webkit-appearance: checkbox;
		margin:0px;
	}
	input[type=radio].pfRadio{
		/* CODE OUTPUTS pfradio & pfRadio SO KEEP BOTH STYLES */
		display: inline;
		vertical-align: bottom;
		-webkit-appearance: radio;
		margin:0px;
	}
	input[type=radio].pfradio{
		/* CODE OUTPUTS pfradio & pfRadio SO KEEP BOTH STYLES */
		display: inline;
		vertical-align: bottom;
		-webkit-appearance: radio;
		margin:0px;
	}
	select.pfSelect{
		-webkit-appearance: menulist;
		margin-left: 5px;
		margin-top: 5px;
		width:80%;
	}
	.pfSortFilterHead{
		width:100%;
		background:#787878;
		text-align:center;
		padding:5px 0;
		font-size:11pt;
		color:#fff;
		min-height:37px;
	}
	.pfLabel{
		margin:5px 0px 5px 5px;
		display:block;
		font-size:8pt;
	}
	#prodcountb{
		font-size:8pt;
	}
	.pfGroupLabel{
		text-transform:uppercase;
		color:#006baf;
		font-size:8pt;
		margin-left:0;
		margin-top:10px;
		border-top: 1px solid #cfcfcf;
		padding-top:10px;
	}
	
	
	<!-- START LEFT MENU STYLES -->	
		
	/*Create a horizontal list with spacing*/
	.menuMenuPF {
		display:inline-block;
		float: left;
		margin-right: 1px;
	}
	
	/*Hover state for dropdown links*/
	.menuMenuPF:hover .hiddenMenuPF a:hover {
		background: #006baf;
		color: #fff;
	}
	
	/*Hide dropdown links until they are needed*/
	.menuMenuPF .hiddenMenuPF {
		display: none;
	}
	
	/*Make dropdown links vertical*/
	.menuMenuPF .hiddenMenuPF .menuMenuPF {
		display: block;
		float: none;
	}
	
	/*Style 'show menu' label button and hide it by default*/
	.pf-show-menu {
		font-family: Arial,Helvetica,sans-serif;
		text-decoration: none;
		color: #fff;
		width:99.5%;
		background: #f68b1f;
		text-align: center;
		display: none;
		-webkit-box-shadow: 0 0 1px 1px #C9C9C9;
		box-shadow: 0 0 1px 1px #C9C9C9;
		border: 2px solid #FFF;
		margin-top:10px;
		cursor:pointer;
	}
	.pf-show-menu-close {
		font-family: Arial,Helvetica,sans-serif;
		text-decoration: none;
		color: #fff;
		background: #f68b1f;
		text-align: center;
		border: solid #fff 2px;
		font-size: 10pt;
		cursor:pointer;
		overflow: visible;
		padding:7px;
		display:none;
		margin-right:5px;
	}
	.pf-clear-all-mobile {
		font-family: Arial,Helvetica,sans-serif;
		text-decoration: none;
		color: #fff;
		background: #787878;
		text-align: center;
		border: solid #fff 2px;
		font-size: 10pt;
		cursor:pointer;
		overflow: visible;
		padding:7px;
		display:none;
		margin-right:5px;
	}
	.mobileBtnWrapPF{
		text-align:center;
	}

	.pfGroupLabelPad{
		padding-left:5px;
		display:block;
	}
	.labelDropPF{
		margin-left:5px;
		margin-top:5px;
		float:left;
		display: block;
		width: 90%;
	}
	/*Responsive Styles*/
	#menuPF{
		display:block;
	}
	.showPF{
		display:block !important;
	}
	div.transbox {
		position: fixed;
		top: 40%;
		left: 50%;
		width: 100px;
		height: 50px;
		background-color: #ffffff;
		border: 1px solid black;
		filter:alpha(opacity=80);
		opacity:0.8;
		position: fixed;
		z-index:1000;
		visibility:hidden;
	 }
	.qSpeckBgPF{
		background: #000000;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		position: fixed;
		z-index: 1;
		opacity: 0.5;
	}
	.qvcontainer{
		z-index: 2;
	}
	#proddiv{
		display:none;
	}
	.menuBgPFload{
		background: #000000;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		position: fixed;
		z-index: 1;
		opacity: 0.5;
	}
	@media screen and (max-width : 800px){
		#menuPF{
			display:none;
		}
		/*Make dropdown links appear inline*/
		.hiddenMenuPF {
			position: absolute;
			display: none;
			top:10px;
			right:0px;
			left:0px;
			z-index:1000;
		}
		/*Create vertical spacing*/
		.menuMenuPF {
			z-index:10000;
		}
		.menuBgWrapPF{
			z-index:200;
			position:relative;
		}
		.menuBgPF{
			background: #000000;
			top: 0px;
			left: 0px;
			right: 0px;
			bottom: 0px;
			position: fixed;
			z-index: 1;
			opacity: 0.5;
		}
		/*Display 'show menu' link*/
		.pf-show-menu {
			display:block;
			overflow: visible;
			float:left;
			padding:10px 0;
		}
		.pf-show-menu-close {
			display:inline-block;
		}
		.pf-clear-all-mobile {
			display:inline-block;
		}
		.cartBtn3{
			display:none;
		}
		.pfGroupLabel{
			font-size:11pt;
			padding-top:10px;
		}
		.pfLabel{
			margin: 15px 0px 15px 15px;
		}
		.pfGroupLabelPad{
			padding-left:15px;
		}
		.labelDropPF{
			margin-left:15px;
			margin-top:5px;
			float:left;
			display: block;
			width: 90%;
		}
		select.pfSelect{
			margin-left: 15px;
		}
	}
	ul#leftMenuPF{
		width:184px;
		font-size:8.25pt;
		margin:10px 0px 10px 0px;
		border:thin solid #cfcfcf;
		clear:both;
		position:relative;
		float:left;
		background: #f1f0f0; /* Old browsers */
		background: -moz-linear-gradient(top,  #f1f0f0 0%, #f6f6f6 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f0f0), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f1f0f0 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f1f0f0 0%,#f6f6f6 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f1f0f0 0%,#f6f6f6 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #f1f0f0 0%,#f6f6f6 100%); /* W3C */
		padding:0;
	}
	
	@media screen and (max-width : 1050px){
		ul#leftMenuPF{
			width: 176px;
		}
	}
	@media screen and (max-width : 1000px){
		ul#leftMenuPF{
			width: 156px;
		}
	}
	@media screen and (max-width : 890px){
		ul#leftMenuPF{
			width: 141px;
		}
	}
	@media screen and (max-width : 800px){
		ul#leftMenuPF{
			width: 100%;
		}
	}
	
	.navLeftColumnPF{
		display:block;
		width:184px;
		float:left;
		position:relative;
	}
	@media screen and (max-width : 1050px){
		.navLeftColumnPF {
			width: 176px;
		}
	}
	@media screen and (max-width : 1000px){
		.navLeftColumnPF {
			width: 156px;
		}
	}
	@media screen and (max-width : 890px){
		.navLeftColumnPF {
			width: 141px;
		}
	}
	@media screen and (max-width : 800px){
		.navLeftColumnPF {
			width: 90%;
			float:none;
			margin:0px auto;
		}
	}
	<!-- END LEFT MENU STYLES -->			
	
	
	
	/* FROM PORTAL */
.nojava {
	color: Gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px
	}
table.criteria-body {
	font-family: Arial, sans-serif;
	padding-left: 10px;
	padding-top: 10px;
 }
 table.criteria{
	padding-left: 5px;
	background-color: #EAEFF4;
	font-size: 12px;
 }
 table.options{
	padding-left: 25px;
	font-size: 12px;
 }
 #findermore{
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size:12px; 
	 color:#005eab;
	 font-weight:bold;
	 font-style:italic;
	 text-decoration:none;
	 line-height:14px;
 }
 #tablenametitle {
	 color: #005eab;
	 text-decoration: none;
	 font-family: 'josefin_sansbold';
	 font-size:48px; 
	 padding-left:180px; 
	 alignment-baseline: top;
	 line-height: 48px;
 }
 
 #findertitle {
	font-size:42px; 
	font-stretch:expanded; 
	color:#cececf; 
	font-family:'Impact', sans-serif;
	 padding-left:180px; 
	 alignment-baseline:baseline; 
 }
 .criteria-title{
	text-transform: uppercase;
	font-weight: bold;
 }
 .criteria-heading{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 10px;
	text-align: center;
 }
 label {
	font-weight: normal;
 }
 .count-box {
	padding: 5px;
	padding-left: 10px;
 }
 .count {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
 }
 div.transbox {
	position: fixed;
	top: 40%;
	left: 50%;
	width: 100px;
	height: 50px;
	background-color: #ffffff;
	border: 1px solid black;
	filter:alpha(opacity=80);
	opacity:0.8;
	position: fixed;
	z-index:1000;
	visibility:hidden;
 }
 div.opaquetxt {
	filter: alpha(opacity=100);
	opacity: 1.0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
 }



 .button {
	padding: 5px 10px;
	display: inline;
	background: #777 repeat-x bottom;
	border: none;
	color: #000;
	cursor: pointer;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px #666;
 }
 .button:hover {
	background-position: 0 center;
 }
 .button:active {
	background-position: 0 top;
	position: relative;
	top: 1px;
	padding: 6px 10px 4px;
 }
 .button.red { background-color: #cc0000; }
 .button.purple { background-color: #9400bf; }
 .button.green { background-color: #58aa00; }
 .button.orange { background-color: #ff9c00; }
 .button.blue { background-color: #2c6da0; }
 .button.black { background-color: #333; }
 .button.white { background-color: #fff; color: #000; text-shadow: 1px 1px #fff; }
 .button.gray { background-color: #B8C9DB; }
 .button.gray:hover { background-color: #ccc; }
 .button.small { font-size: 75%; padding: 5px 10px; }
 .button.small:active { padding: 5px 10px 4px; background-position: 0 top; }
 .button.large { font-size: 125%; padding: 7px 12px; }
 .button.large:active { padding: 8px 12px 6px; background-position: 0 top; }
 .list {
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	font-size: 11px;
	width: 100px;
	-webkit-box-shadow: 0 0 1px 1px #C9C9C9;
	box-shadow: 0 0 1px 1px #C9C9C9;
 }
 .item-box {border: 1px solid #bbc3d3;}
 
/* Results Portal */
 
h4 {
	font-family: Verdana, Geneva, sans-serif;
    font-weight: bolder;
    font-size: 13px;
    color: #0068b3;
    margin: 0 0 10px 0;
    border-top: #CCC 1px dashed;
    width: 100%;
    text-align: center;
    border-bottom: #CCC 1px dashed;
    padding: 10px 0px;
}	
.list_container{
	float:left;
	clear:none;
	width:16%;
	padding: 0 .33%;
}
.list_item{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
}
 .list_content{
	width: 100px;
	cursor:pointer;
	display:block;
	margin:0px auto;
}

.listprice {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-right: 5px;
}
.listdetail {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #2c6da0;
}

.listmodel{
	font-size: 11px;
	font-weight: bold;
	color: #2c6da0;
	/*padding: 10px;*/
	text-align: center;
	cursor:default;
}
.listdetail a {
	font-size: 11px;
	color: #2c6da0;
}
.list-infobox{
	padding-left: 10px;
}
.listdesc {
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding: 5px 0px 5px 0px;
	line-height: 11pt;
}
.compareWrap{
	width:100%;border-bottom: 1px dashed #CCCCCC;float:left;padding:8px 0;margin-bottom:20px;
}
.pfCompare{
	display:block;
}




/* styles for quickview */
div#tipDiv {
	font-size:11px; line-height:1.2;
	color:#000; background-color:#F0F2EF;
	border:1px solid #627D90;
	width:0px; padding:0px;
}
.name {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #ffffff;
	background-color: #8aacbf;
	padding: 3px;
}
.starting {
	font-weight: bold;
	font-size: 14px;
	color: #cc0000;	}
.modelprice{
	font-style: italic;
	color: #333333;
	font-size: 80%;
}
.bulls {
	font-size: 12px;
	color: #333333;	
}	
.QuickSpecBtnClass{
	visibility: hidden;
	position: absolute;
	font-size:9pt;
	padding:2px 5px;
	background-color:#dcdcdc;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 0 1px 1px #A6A6A6;
	box-shadow: 0 0 1px 1px #A6A6A6;
}	
.QuickSpecWindowclass{
	display: none;
	position: absolute;
	z-index:10000;
	
}
.qSpecModalHeading{
	-webkit-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
}
.QuickSpecWindowclass table{
	-webkit-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	cursor:move;
}
.qvspace {
	width:600px;
	height:600px;
}
table.qvcontainer{
	font-family: "Lucida Sans"; font-family:sans-serif;
	font-size: 10px;
	position:relative;
}	
.qvspecs{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}
.qvtitle{
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
}
.qvvalue{
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
input[type=checkbox].pfCheckbox{
	display: inline;
	vertical-align: bottom;
	-webkit-appearance: checkbox;
}
.prodFinderBanner{
	position:absolute;left:0px;top:0px;
}
.prodFinderText{
	z-index:100;
	position:relative;
	margin: 20px 0px 0px 150px;
	font-size: 25px;
}
#findermore{float:right;}
/* styles for quickview */
	
	
	
	
	
/* STYLES FOR COMPARE WINDOW */	
.compareWindowClass{
	display: none;
	position: absolute;
	z-index:10000;
	
}
.compareWindowClass table{
	/*cursor:move;*/
}	
/* STYLES FOR COMPARE WINDOW */		
	
	
	@media screen and (max-width : 700px){
		.list{
			width:80%;
		}
	}
	@media screen and (max-width : 600px){
		.list_container:nth-child(4) {
			clear:both;
		}
		.list_container{
			width:32%;
		}
		.list{
			width:100px;
		}
	}
	@media screen and (max-width : 520px){
		.prodFinderBanner{display:none;}
		.prodFinderText {margin: 20px 0px 0px 0px;}
		#findermore{float:left;}
		.compareWrap{border-top: 1px dashed #CCCCCC;}
		footer nav p.gray{
			display:none;
		}
	}
	@media screen and (max-width : 450px){
		.list_container:nth-child(4) {
			clear:none;
		}
		.list_container:nth-child(3) {
			clear:both;
		}
		.list_container:nth-child(5) {
			clear:both;
		}
		.list_container{
			width:49%;
		}
	}

/* STYLES FOR INDEX PAGE */

	.finderImgWrap{
		width: 23.5%;
		overflow: hidden;
		box-shadow: 0 0 1px 1px #C9C9C9;
		-webkit-box-shadow: 0 0 1px 1px #C9C9C9;
		float: left;
		margin: 0px 2% 15px 0px;
		position:relative;
	}
	.finderImgWrap:nth-child(4n){
		margin: 0px 0px 15px 0px;
	}
	.prodFinderImg{
		width: 100%;
		display:block;
		height:auto;
	}
	.prodFinderBanner{
		position:absolute;left:0px;top:0px;
	}
	.indexProdFinderText{
		z-index:1;
		position:relative;
		margin: 20px 0px 0px 200px;
	}
	.tint {
		position: relative;
		cursor: pointer;
		float: left;
		width: 30%;
	}
	a.finderImgWrap:hover:before {
		background: rgba(0,0,0, 0.08);
	}
	a.finderImgWrap:before {
	  content: "";
	  display: block;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  transition: all .3s linear;
	  z-index: 1;
	}
	.pfCellSpace{
		display:table-cell;width:5px;
	}
	.pfCellSpace:last-child{
		display:none;
	}
	.pfModelsText{
		width: 68%;
		height: 55px;
		line-height: 55px;
		font-size: 8pt;
		font-weight: bold;
		text-align: left;
		float: right;
	}
	.pfModelsText span{
		display: inline-block;
		vertical-align: middle;
		line-height: normal;
		padding: 0px 5px;
	}
	.indexProdFinderText a{
		color: #006baf;
		text-decoration:underline;
	}
	.indexProdFinderText a:hover{
		text-decoration:none;
	}
@media screen and (max-width : 950px){
	.pfModelsText{
		font-size:7.25pt;
	}
}
@media screen and (max-width : 700px){
	.pfModelsText{
		font-size:8.25pt;
	}
	.finderImgWrap:nth-child(4n){
		margin: 0px 2% 15px 0px;
	}
	.finderImgWrap:nth-child(3n){
		margin: 0px 0px 15px 0px;
	}
	.finderImgWrap {
		width: 32%;
	}
	#findermore{
		display:none;
	}
}
@media screen and (max-width : 700px){
	.pfModelsText{
		font-size:7.75pt;
	}
}
@media screen and (max-width : 560px){
	.prodFinderBanner{
		display:none;
	}
	.indexProdFinderText{
		z-index:1;
		position:relative;
		margin: 15px 0px 0px 0px;
		font-size:10pt;
	}
}
@media screen and (max-width : 500px){
	.pfModelsText{
		font-size:8.25pt;
	}
	.finderImgWrap:nth-child(3n){
		margin: 0px 5% 20px 0px;
	}
	.finderImgWrap:nth-child(2n){
		margin: 0px 0px 20px 0px;
	}
	.finderImgWrap {
		width: 47.5%;
		margin: 0px 5% 20px 0px;
	}
}
@media screen and (max-width : 450px){
	.pfModelsText{
		font-size:7.25pt;
	}
}
/* STYLES FOR INDEX PAGE */
@media screen and (max-width : 800px){
	.prodFinderBanner{
		display:none;
	}
	.prodFinderText{
		margin:10px 0px 0px 0px;
		padding-bottom:10px;
		border-bottom: #CCC 1px dashed;
	}
	#findermore{display:none;}
	div.transbox {
		left: 40%;
	 }
	 .pf-show-menu{
		 background-color:#787878;
	}
	.indexProdFinderText{
		margin: 15px 0px 0px 0px;
	}
}