<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Default CSS Stylesheet for the Product Catalog */
h1 {
	color: #e2143b;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
}
.pcnotfoundcat {
	font-weight:bold;
}
.pcsearchtable {
	margin: 5px 0 0 5px;
	border-collapse:collapse;
}
.pcsearchboxtd {
	height:34px;
}
.pcsearchbox {
	width: 230px;
	height: 24px;
	border: 1px solid #939597;
	letter-spacing: 2px;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pcsearchbtn {
	color: #e2143b;
	font-weight: bold;
	text-decoration: none;
}
.pcsearchbtn:hover {
	
	color: #e2143b;
	font-weight: bold;
	text-decoration: underline;
}
.pcmenubox {
	border: 1px solid #939597;
	display: table-cell;
	font-size:11px;
	line-height:20px;
	padding:1px;
}
.pcSearchError
{
	background:#fff2f2;
	color:#e65c00!important;
}
.pcmenu {
	/*color: #7b6251;*/
	color: #4d3d32;
}
.pcmenu image {
	padding-top: 4px;
}
.pcmenu TD {
	vertical-align: top;
}
.pcmenuhover {
	color: #f50000;
}
.pctop {
	font-size:12px;
}
.pchigh {
	color: #e2143b;
}
.pcresultslabel {
	font-size:11px;
	font-weight:bold;
}
.pcsortby {
	font-size:11px;
	white-space:nowrap;
}
.pcsortbox {
	font-size:13px;
	border:1px solid #939597;
	color:#7b6251 ;
}
.pcsearchprods {
	min-width:680px;
	border-collapse:collapse;
}
.pcsearchprods TD {
	padding: 2px 0 2px 2px;
}
.pcsearchprods TD:first-child	{
	padding-left:5px;
	padding-right:10px;
}
.pcproductheader {
	font-size:12px;
}
.pcprodnumber {
	font-size:14px;
}
.pcprodname {
	color: #e2143b;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
}
.pcproducttop {
	vertical-align:top;
	background-color:#F3F3FF;
	border-top:1px solid #939597;
	border-left:1px solid #939597;
	border-right:1px solid #939597;
	font-size:12px;
}
.pcproductmid {
	vertical-align:top;
	background-color:#F3F3FF;
	border-left:1px solid #939597;
	border-right:1px solid #939597;
	font-size:12px;
}
.pcproductbtm {
	vertical-align:top;
	background-color:#F3F3FF;
	border-left:1px solid #939597;
	border-right:1px solid #939597;
	border-bottom:1px solid #939597;
	font-size:12px;
}
.pcproddesc {
	line-height:120%;
	padding-bottom:10px !important;
}
.pcprodspacer {
	height:3px;
}
.pcvideobtn {
  font-size: 10px;
  text-decoration: none;
  background-color: #939597 !important;
  color: #FFF;
  padding: 2px 10px 2px 10px;
}
.pcbutton {
  font-size: 10px;
  text-decoration: none;
  background-color: #fff !important;
  color: #7b6251;
  padding: 3px 10px 3px 10px;
  border-top: 1px solid #939597;
  border-right: 1px solid #939597;
  border-bottom: 1px solid #939597;
  border-left: 1px solid #939597;
}
/* Style used for the normal price of a product that is on sale - strike through  */
.pcstrikeprice {
	text-decoration: line-through;
}
/* Style used for the sale price of a product */
.pcsaleprice {
	color: #e2143b;
	font-weight:bold;
}
.pcquantitytd {
	width:84px;
	background-image:url(images/cartgrid.png);
	background-position: 3px 3px;
	background-repeat:no-repeat;
}
.pcquantityminusdiv {
	display:table-cell;
	vertical-align:top;
	padding-left:8px;
	padding-top:1px;
}
.pcquantitynumberdiv {
	display:table-cell;
	vertical-align:top;
	padding-left:08px;
	padding-top:1px;
    text-align:center;
}
.pcquantityplusdiv {
	display:table-cell;
	vertical-align:top;
	padding-left:10px;
	padding-right:12px;
	padding-top:2px;
}
.pcquantitylbl {
	font-size:14px;
	width:22px;
	display:block;
}
.pcquantitylnk {
	font-size:22px;
	text-decoration:none;
}
.pcmorecollapse {
	text-decoration:underline;
	white-space:nowrap;
}
.nowr {
	white-space:nowrap;
}
.pchelpformtable TD {
	padding:2px;
}
/* Related/Similar table attributes */
.pcrelsimlabel {
    /*text-decoration: underline;*/
	padding-top:10px;
	padding-bottom:10px;
}
.pcrelsimtab {
	cursor: pointer;
	width: 100px;
	margin-right: 20px;
}
/* The text within a pcrelsim item  */
.pcrelsimcell {
	font-size:8pt;
	text-align: center;
	/*color:#1c01a8;*/
}
/* Price for pcrelsim items */
.pcrelsimprice {
	font-size: 8pt;
	color: Green;
}
/* Strike thru price for pcrelsim items on sale */
.pcrelsimstrikeprice {
	font-size: 8pt;
	font-family: arial;
	text-decoration: line-through;
	color: green;
}
/* Sale price for pcrelsim items */
.pcrelsimsaleprice {
	font-size: 8pt;
	color: red;
	font-family: arial;
}
.pcreadmore {
	font-weight:bold;

}
.pccartdiv {
	padding-top: 10px;
}
.pccart {
	background-color:#F3F3FF;
	border:1px solid #939597;
}
.pccart TD {
	padding:5px;
}
.pccart TD:last-child {
	min-width:82px;
}
.pccartclearcontbtn {
	font-size: 14px;
	text-decoration: none;
	background-color: #939597 !important;
	color: #FFF;
	padding: 3px 11px 3px 11px;
}
.pccartcheckoutbtn {
	font-size: 14px;
	text-decoration: none;
	background-color: #e2143b !important;
	color: #FFF;
	padding: 3px 11px 3px 11px;
}
.pccartimage {
	max-height:60px;
	max-width:60px;
}
.pccartquantitytd {
	background-image:url(images/cartgrid.png);
	background-position: 8px 8px;
	background-repeat:no-repeat;
}
.pccartquantityminusdiv {
	display:table-cell;
	vertical-align:top;
	padding-left:10px;
	padding-top:3px;
}
.pccartquantitynumberdiv {
	display:table-cell;
	vertical-align:top;
	padding-left:10px;
	padding-top:3px;
    text-align:center;
}
.pccartquantityplusdiv {
	display:table-cell;
	vertical-align:top;
	padding-left:09px;
	padding-right:10px;
	padding-top:3px;
}
.pccartquantitytrashcandiv {
	display:table-cell;
	padding-top:2px;
	padding-left:2px;
}
.pccartquantitylbl {
	font-size:14px;
	width:22px;
	display:block;
}
.pccartquantitylnk {
	font-size:22px;
	text-decoration:none;
}
.pcpumppackagestab {
	border-collapse:collapse;
}
/* Pump Packages */
.pcpumppackagestab TD {
	padding: 4px 4px 0 4px;
}
.pcpumppackage {
	vertical-align:top;
	background-color:#F3F3FF;
	border:1px solid #939597;
}
.pcpumppackagename {
	color: #e2143b;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.pcpumppackageorder {
	color: #000;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.pcpumppackagedetailstab {
	background-color:#F3F3FF;
}
.pcpumppackagedetailstab TD {
	padding: 4px 4px 0 4px;
}
.pcsubmitbutton {
	font-size: 14px;
	/*font-weight:bold;*/
	background-color: #fff !important;
	color: #000;
	padding: 3px 10px 3px 10px;
	border-top: 1px solid #939597;
	border-right: 1px solid #939597;
	border-bottom: 1px solid #939597;
	border-left: 1px solid #939597;
	cursor:pointer;
}
.pcloanagree {
	font-size: 12px;
	white-space:nowrap;
}</pre></body></html>