<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bs2 {
  /*  
2012 INYOpools
*/
  /* ========== PARTS PAGES ========== */
  /*Opera Fix*/
  /* ----- Floating &amp; Alignment ----- */
  /* ----- Clear Floats ----- */
  /* ----- Styles for Buttons ----- */
  /* ----- Feature Tables ----- */
  /* tables still need 'cellspacing="0"' in the markup */
  /* ----- Chart Specific Elements ----- */
  /* ---- Content---- */
  /* --- Image Display --- */
  /* ----- Image and borders ----- */
  /*
.pic:hover {
	border: solid 1px #f6f6f6;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}
*/
}
.bs2 body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}
.bs2 .link {
  text-decoration: underline !important;
  color: #1C7BA9 !important;
}
.bs2 a.link-item,
.bs2 a:link.link-item,
.bs2 a:visited.link-item,
.bs2 a:focus.link-item {
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  color: #1C7BA9;
}
.bs2 .call_out {
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 1px 1px #dadada;
  padding: 0;
}
.bs2 .inyo_recommends {
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 1px 1px #dadada;
  padding: 0 0 4px 0;
  border-bottom: 2px solid #e2651d;
}
.bs2 .coolblue {
  color: #1c7ba9;
}
.bs2 .promo {
  text-transform: uppercase;
  color: #e2651d;
}
.bs2 p.fineprint {
  padding: 0 !important;
  margin: 0 0 12px 0 !important;
  color: #696969;
  font-style: italic;
}
.bs2 .alignleft {
  float: left;
  margin-right: 1.5em;
}
.bs2 .alignleft_pic {
  float: left;
  margin-right: 10px;
  padding-top: 4px;
}
.bs2 .alignright {
  float: right;
  margin-left: 1.5em;
}
.bs2 .topmargin {
  margin-top: 10px;
}
.bs2 .imgcenter {
  display: block;
  margin: 20px auto 20px;
}
.bs2 .aligncenter,
.bs2 div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bs2 .diagram-center {
  text-align: center;
  width: 650px;
}
.bs2 .clear {
  clear: both;
}
.bs2 .clearfix {
  display: block;
}
.bs2 .clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.bs2 .small_button_block .button {
  margin: 0 0.5em 1em 0;
}
.bs2 .medium_button_block {
  margin-top: 50px;
}
.bs2 .medium_button_block .button {
  margin: 0 0.5em 1em 0;
}
.bs2 .large_button_block {
  margin-top: 50px;
}
.bs2 .large_button_block .button {
  margin: 0 0.5em 1em 0;
}
.bs2 .button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 12px/100% "Arimo", Arial, Helvetica, sans-serif;
  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
  border-radius: 0.5em 0.5em 0.5em 0.5em;
  -moz-box-shadow: 0 1px 2px rgba(130, 130, 130, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(130, 130, 130, 0.2);
  box-shadow: 0 1px 2px rgba(130, 130, 130, 0.2);
  outline: medium none;
  background: #e4e4e4;
  color: #858585;
  padding: 0.6em 1.5em 0.6em;
  text-shadow: 1px 1px 0 #fdfdfd;
  border: 1px solid transparent;
  vertical-align: baseline;
  position: relative;
}
.bs2 .button:active {
  top: 1px;
  position: relative;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bs2 .small {
  font-size: 12px;
}
.bs2 .small-charts {
  font-size: 12px;
  float: right;
}
.bs2 .medium {
  font-size: 16px;
}
.bs2 .large {
  font-size: 18px;
  padding: 0.8em 1.4em 0.7em;
}
.bs2 .align-btn-left {
  float: left;
}
.bs2 .align-btn-right {
  float: right;
}
.bs2 .default {
  margin: 0 0.8em 0 0;
  color: #fafafa;
  border: 1px solid rgba(202, 202, 202, 0.5);
  text-shadow: 1px 1px 0 #1c6697;
  background: #1C7BA9;
  -moz-box-shadow: inset 0 1px 0 #00aadc, 0 1px 2px rgba(0, 70, 105, 0.5);
  -webkit-box-shadow: inset 0 1px 0 #00aadc, 0 1px 2px rgba(0, 70, 105, 0.5);
  box-shadow: inset 0 1px 0 #00aadc, 0 1px 2px rgba(0, 70, 105, 0.5);
  position: relative;
}
.bs2 .button:hover {
  text-decoration: none;
  background: #E2651D;
  -moz-box-shadow: inset 0 1px 0 #e18c1e, 0 1px 2px rgba(0, 70, 105, 0.5);
  -webkit-box-shadow: inset 0 1px 0 #e18c1e, 0 1px 2px rgba(0, 70, 105, 0.5);
  box-shadow: inset 0 1px 0 #e18c1e, 0 1px 2px rgba(0, 70, 105, 0.5);
}
.bs2 .feature_table {
  background: #1C7BA9;
  margin: 0 0 30px 0;
  width: 60%;
  position: relative;
  float: inherit;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border-collapse: inherit;
  -moz-box-shadow: 0 1px 2px #696969;
  -webkit-box-shadow: 0 1px 2px #696969;
  box-shadow: 0 1px 5px 0 #696969;
}
.bs2 .wide {
  width: 80% !important;
}
.bs2 table.feature_table {
  border-spacing: 0;
}
.bs2 table.feature_table thead tr th {
  border-bottom: 1px solid #3e90b9;
  border-right: 1px solid #3e90b9;
  width: 15%;
}
.bs2 .description {
  width: 30% !important;
}
.bs2 table.feature_table thead tr th.left_round {
  -moz-border-top-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
}
.bs2 table.feature_table thead tr th.right_round {
  -moz-border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}
.bs2 .feature_table thead tr th {
  font-family: Arial, Verdana;
  padding: 12px 8px 10px 8px;
  font-size: 14px;
  position: relative;
  font-weight: 100;
  text-align: center;
  text-shadow: 1px 1px #1c6697;
  color: #fafafa;
  margin: 0;
}
.bs2 table.feature_table tbody tr {
  background: #fff;
}
.bs2 table.feature_table tbody td {
  margin: 0;
  padding: 8px;
  font-size: 12px;
  text-align: center;
  color: #6b6b6b;
  border-top: 1px solid #cacaca;
}
.bs2 table.feature_table tbody td.model {
  padding: 8px 0 8px 4px;
}
.bs2 table.feature_table tbody tr:first-child td {
  border-top: none;
}
.bs2 table.feature_table tbody tr td.ll-round {
  -moz-border-bottom-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.bs2 table.feature_table tbody tr td.lr-round {
  -moz-border-bottom-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.bs2 table.feature_table tbody tr td.noborder {
  border-right: none;
}
.bs2 table.feature_table thead tr th.noborder {
  border-right: none;
}
.bs2 table.feature_table tbody tr:hover {
  background: #f6f6f6;
  cursor: pointer;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}
.bs2 .no_hover {
  background: #fff !important;
  cursor: default !important;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.bs2 .info_parts {
  float: left;
  padding-top: 0;
  color: #6B6B6B;
  font-size: 12px;
  font-family: Arial, Verdana;
}
.bs2 .info_parts a {
  background: url(/images/icon-parts.png) no-repeat right top;
  line-height: 1.7em;
  padding: 0 24px 5px 0;
  margin: 4px 4px 4px 0;
  display: inline-block;
}
.bs2 .info_motors {
  padding-top: 0;
  color: #6B6B6B;
  font-size: 12px;
  font-family: Arial, Verdana;
}
.bs2 .info_motors a {
  background: url(/images/icon-motor.png) no-repeat right top;
  line-height: 1.7em;
  padding: 0 24px 5px 0;
  margin: 4px 4px 4px 4px;
  display: inline-block;
}
.bs2 .info_chart {
  float: left;
  padding-top: 0;
  color: #6B6B6B;
  font-size: 12px;
  font-family: Arial, Verdana;
}
.bs2 .info_chart a {
  background: url(/images/icon-chart.png) no-repeat right top;
  line-height: 1.7em;
  padding: 0 24px 5px 0;
  margin: 4px 4px 4px 4px;
  display: inline-block;
}
.bs2 .info_faq {
  padding-top: 0;
  color: #6B6B6B;
  font-size: 12px;
  font-family: Arial, Verdana;
}
.bs2 .info_faq a {
  background: url(/images/icon-faq.png) no-repeat right top;
  line-height: 1.7em;
  padding: 0 24px 5px 0;
  margin: 4px 4px 4px 8px;
  display: inline-block;
}
.bs2 .info_docs {
  padding-top: 0;
  color: #6B6B6B;
  font-size: 12px;
  font-family: Arial, Verdana;
}
.bs2 .info_docs a {
  background: url(/images/icon-doc.png) no-repeat right top;
  line-height: 1.7em;
  padding: 0 21px 0 0;
  margin: 4px 4px 4px 4px;
  display: inline-block;
}
.bs2 .buttons {
  width: 300px;
  height: 40px;
  overflow: hidden;
  zoom: 1;
  border-top: 1px dotted #e3e3e3;
  padding: 1.5em 0;
}
.bs2 .buttons a {
  width: 37px;
  height: 38px;
  display: block;
  overflow: hidden;
  margin-right: 2px;
  text-indent: -9999px;
  line-height: 9999px;
  /*background-image: url(/images/buttons.png);*/
  background-repeat: no-repeat;
}
.bs2 .part-type {
  font-size: 14px;
  text-transform: uppercase;
  color: #696969;
  margin: 0 0 24px 0 !important;
  width: 650px !important;
  height: auto;
  text-align: center;
}
.bs2 .part-type h3 {
  font-size: 14px;
  color: #696969;
}
.bs2 .footer-notes {
  font-size: 14px;
  color: #696969;
  margin: 24px 0 8px 125px !important;
}
.bs2 .part_thumb {
  width: 108px;
  float: left;
  margin: 0 1.5em 1.5em 0;
  font-size: 12px;
  font-weight: bold;
}
.bs2 .part_thumb a {
  font-size: 12px;
  font-weight: normal;
}
.bs2 .pics_wrapper {
  float: left;
  width: 543px;
  height: 398px;
  padding: 23px 1px 1px;
  /*background:url(/images/gallery_label.png) no-repeat;*/
  filter: none !important;
  -moz-box-shadow: 0 0 5px rgba(130, 130, 130, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(130, 130, 130, 0.3);
  box-shadow: 0 0 5px rgba(130, 130, 130, 0.3);
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  position: relative;
  behavior: url(/App_Templates/TopNav/Scripts/PIE.htc);
}
.bs2 .pics {
  float: left;
  width: 543px;
  height: 398px;
  overflow: hidden;
}
.bs2 .pics img {
  width: 543px;
  height: 398px;
  top: 0;
  left: 0;
}
.bs2 .pic-box {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #f3f3f3;
  border: 3px solid #fff;
  -moz-box-shadow: 0 1px 3px #efefef;
  -webkit-box-shadow: 0 1px 3px #efefef;
  box-shadow: 0 0 3px #efefef;
  width: 276px;
  height: 120px;
  margin-bottom: 15px;
  position: relative;
  behavior: url(/App_Templates/TopNav/Scripts/PIE.htc);
}
.bs2 .pic-box:hover {
  background: #2a2a2a;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}
.bs2 .pics_single {
  height: 422px !important;
  margin: 0;
  padding: 0;
  width: 545px !important;
}
.bs2 .pics_single img {
  border: none;
  width: 543px;
  height: 398px;
  top: 23px !important;
  left: 1px !important;
}
.bs2 .pic {
  padding: 3px;
  margin: 0 0 8px 0;
  border: solid 1px #cacaca;
  border-radius: 8px;
  position: relative;
  behavior: url(/App_Templates/TopNav/Scripts/PIE.htc);
}
.bs2 .pic_blank {
  padding: 3px;
  margin: 0 0 24px 0;
  position: relative;
}
.bs2 .footer_box {
  display: block;
}
.bs2 .footer_box img {
  max-width: none !important;
}
.bs2 .footer_box ul,
.bs2 .footer_box ol {
  padding: 12px;
}
.bs2 .footer_box ul {
  list-style-type: disc;
}
.bs2 .footer_box ol {
  list-style-type: decimal;
}
.bs2 .footer_box li {
  margin: 8px 0 0 30px;
  font-size: 12px;
}
.bs2 .footer_box table {
  padding: 8px;
  margin: 0;
  font-size: 12px;
}
.bs2 .footer_box th,
.bs2 .footer_box td {
  padding: 8px;
  overflow: hidden;
  font-size: 12px;
  vertical-align: top;
}
.bs2 .footer_box table.layouttable2columns th,
.bs2 .footer_box table.layouttable2columns td {
  width: 50% !important;
}
.bs2 .footer_box table.layouttable3columns th,
.bs2 .footer_box table.layouttable3columns td {
  width: 33% !important;
}
.bs2 .footer_box table.layouttable4columns th,
.bs2 .footer_box table.layouttable4columns td {
  width: 25% !important;
}
.bs2 .footer_box table.layouttable5columns th,
.bs2 .footer_box table.layouttable5columns td {
  width: 20% !important;
}
.bs2 .footer_box table.borderedtable,
.bs2 .footer_box table.borderedtable2columns,
.bs2 .footer_box table.borderedtable3columns {
  border: solid 1px #cacaca;
  padding: 0;
  border-spacing: 4px;
  margin: 12px 0 24px 0;
}
.bs2 .footer_box table.borderedtable th,
.bs2 .footer_box table.borderedtable td {
  border: solid 1px #cacaca;
  padding: 4px;
  overflow: hidden;
}
.bs2 .footer_box table.borderedtable2columns th,
.bs2 .footer_box table.borderedtable2columns td {
  border: solid 1px #cacaca;
  padding: 4px;
  overflow: hidden;
  width: 50% !important;
}
.bs2 .footer_box table.borderedtable3columns th,
.bs2 .footer_box table.borderedtable3columns td {
  border: solid 1px #cacaca;
  padding: 4px;
  overflow: hidden;
  width: 33% !important;
}
.bs2 #sub-categories ul {
  list-style-type: none;
  padding: 0;
}
.bs2 #sub-categories .thumbnails &gt; li {
  margin-bottom: 15px;
  margin-left: 15px;
  margin-top: 0px;
  margin-right: 0px;
}
</pre></body></html>