/* ===================
    START: SITE STYLES
   =================== */
   
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	min-width: 1230px;
}
body
{
	position: relative;
}
.pcMainContent
{
	float: left;
}
#pcPopup
{
	min-width: inherit;
}
#pcThemeWrap {
	height: 100%; /* MUST be here for sticky footer */
}
#pcWrap
{
	background: #fff;
	color: #6e6e6e;
	width: 1230px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -343px; /* Sticky footer margin */
	position: relative;
}
#pcFooterContainer, .push {
    height: 343px; /* .push must be the same height as #pcFooterContainer */
}
/* ===================
 START: MAST HEAD
=================== */
#pcMastHeadContainer
{
	background-color: #234878;
	height: 80px;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 1015;
}
#pcMastHead
{
	width: 1230px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	z-index: 1015;
}
#pcMastHeadLeft
{
	float: left;
	width: 365px;
	height: 80px;
	padding: 7px;
	color: #fff;
}
#pcMastHeadLeft img
{
  /* Container Height-Padding */
	max-height: 80px;
	max-width: 365px;
}
#pcMastHeadRight
{
    float: right;
	//width: 335px;
    text-align: right;
	vertical-align: middle;
    padding-right: 15px;
    padding-top: 28px;
	line-height: 20px;
	font-family: 'Monda', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}
#pcMastHeadRight .fa-book { 
	padding: 0 15px;
	vertical-align: middle;
}
#pcMastHeadRight .fa-phone { 
	padding: 0 15px;
	vertical-align: middle;
}
#pcMastHeadRight a { 
	color: #fff;
}
#pcMastHeadRight a:visited { 
	color: #fff;
}
#pcMastHeadRight a:hover { 
	text-decoration: underline;
}
/* ===================
 START: HEADER
=================== */
header {
    width: 100%;
    height: 55px;
    overflow: hidden;
    background-color: #c7c6c6;
}
header #ProdIndexLink {
	line-height: 20px;
	font-family: 'Monda', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 1px #000;
}
header #ProdIndexLinkSub {
	line-height: 15px;
	font-family: 'Mako', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #234878;
}
header .pcHeaderLink {
	line-height: 20px;
	font-family: 'Monda', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 1px #000;
}
header .pcHeaderLinkSub {
	line-height: 15px;
	font-family: 'Mako', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #234878;
}
header a.pcHeaderLink { 
	color: #fff;
}
header a.pcHeaderLink:visited { 
	color: #fff;
}
header a.pcHeaderLink:hover { 
	color: #fff;
	text-decoration: underline;
}
header a.pcHeaderLinkSub { 
	color: #234878;
}
header a.pcHeaderLinkSub:visited { 
	color: #234878;
}
header .pcHeaderLinkSuba:hover { 
	color: #234878;
	text-decoration: underline;
}
#pcHeaderContainer
{
	background-color:#C7C6C6;
	width: 100%;
	height: 55px;
	margin: 0 auto;
}
#pcHeader
{
	width: 1230px;
	height: 55px;
	margin: 0 auto;
	position: relative;
	vertical-align: middle;
}
#pcNavContainer
{
	float: left;
	width: 245px;
	height: 55px;
	vertical-align: middle;
}
#pcNav
{
	display: inline-block;
	vertical-align: middle;
	padding: 5px 5px 0 5px;
}
#pcSearchContainer
{
	float: left;
	width: 405px;
	height: 55px;
	padding: 7px 0;
	vertical-align: middle;
}
#pcCartContainer
{
	float: left;
	width: 205px;
	height: 55px;
	vertical-align: middle;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	margin-left: 215px;
}
#pcHeaderCart 
{
	display: inline-block;
	vertical-align: middle;
	padding: 6px 5px 0 10px;
}
#pcHeaderCart #pcIconBarCart
{
	float: left;
	padding: 0;
	margin: 0;
	height: 15px;
}
#pcHeaderCart #pcIconBarCart:hover
{
	text-decoration: underline;
}
#pcHeaderCart #pcIconBarCart .pcIconBarViewCart
{
	line-height: 15px;
	font-family: 'Mako', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #234878;
	float: left;
	text-shadow: none;
}
#pcHeaderCart #pcIconBarCart .pcIconBarViewCart #quickcart
{
	cursor: default;
}
#pcLoginContainer
{
	float: right;
	width: 145px;
	height: 55px;
	vertical-align: middle;
}
#pcLogin 
{
	display: inline-block;
	vertical-align: middle;
	padding: 8px 5px 0 10px;
}
#fixed-header-container {
    width: 100%;
    height: 55px;
    position: fixed;
    top: 0;
    z-index: 1015;
	background-color: #234878;
}
#fixed-header {
	width: 1230px;
	height: 55px;
	margin: 0 auto;
	position: relative;
	vertical-align: middle;
}
#pcFixedLogo {
	float: left;
	width: 265px;
}
#pcFixedNavContainer {
	float: left;
	width: 125px;
}
#pcFixedSearchContainer {
	float: left;
	width: 480px;
	padding-top: 8px;
}
#pcFixedCartContainer {
	float: left;
	width: 75px;
	padding-top: 5px;
}
#pcFixedLoginContainer {
	float: left;
	//width: 95px;
	padding-top: 5px;
}
#pcFixedCatalogContainer {
	float: left;
	//width: 85px;
	padding-top: 5px;
	margin-left:30px;
}
#pcFixedPhoneContainer {
	float: right;
	//width: 100px;
	padding-top: 5px;
}
#fixed-header #ProdIndexLinkFixed {
	line-height: 15px;
	font-family: 'Mako', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	text-shadow: none;
}
#fixed-header .pcHeaderLink {
	font-size: 17px;
	text-shadow: none;
}
#fixed-header .pcHeaderLinkSub {
	color: #fff;
}
.fa {
	font-size: 30px !important;
	font-weight: normal !important;
	color: #fff;
	vertical-align: middle;
}
/* ===================
 END: HEADER
=================== */

/* ----- Search Bar ----- */
#pcHSearch
{
	background-color: #F2F2F2;
    border: 1px solid #234878;
    border-right: 0;
	border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: #234878;
	font-size: 18px;
	float: left;
    height: 39px;
    margin: 0;
    padding: 2px 6px;
    width: 355px;
	vertical-align: middle;
}
#pcHSearchFixed
{
	background-color: #F2F2F2;
    border: 1px solid #234878;
    border-right: 0;
	border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    color: #234878;
	font-size: 18px;
	float: left;
    height: 39px;
    margin: 0;
    padding: 2px 6px;
    width: 355px;
	vertical-align: middle;
}
#pcHSearchSubmit
{
	background-image: url(../images/link-search2_38x37.png);
	background-repeat: no-repeat;
	background-color: #b8c4d3;
    border: 1px solid #234878;
    border-left: 0;
	border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    float: left;
    height: 39px;
    margin: 0;
    padding: 2px 6px;
    width: 45px;
	vertical-align: middle;
}

/* ----- Content Areas ----- */
.content-wrap
{
	margin: 0 auto;
	padding: 4px;
	width: 952px;
}
#pcMainArea
{
	width: 100%;
}
#pcMainAreaLeft
{
	float: left;
	width: 290px;
	padding: 25px 0;
	margin-top: 25px;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	-moz-box-shadow: 0 0 3px #d9d9d9;
	-webkit-box-shadow: 0 0 3px #d9d9d9;
	box-shadow: 0 0 3px #d9d9d9;
}
#pcMainAreaLeft ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#pcMainAreaLeft li.contentMain
{
	margin: 0;
	padding: 0;
	padding-bottom: 25px;
}
#pcMainAreaLeft li.contentSub
{
	margin: 0;
	padding: 7px 20px;
}
#pcMainAreaLeft h2
{
	margin: 0;
	padding: 7px 20px;
	color: #656565;
	font-family: 'Monda', sans-serif;
	font-size: 18px;
	background-color: #f9f9f9;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#pcMainAreaLeft a
{
	color: #234878;
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 13px;
	padding-top: 10px;
}
#pcMainAreaLeft a:hover
{
	color: #656565;
}
#pcMainAreaLeft a.topLevel
{
	color: #656565;
	font-family: 'Monda', sans-serif;
	font-size: 18px;
}
#pcMainAreaRight
{
	float: right;
	width: 390px;
	margin-top: 25px;
}
#pcMainAreaCenterAltRight
{
	float: right;
	width: 930px;
	padding-left: 10px;
	padding-top: 25px;
	padding-bottom: 15px;
}
#pcMainAreaCenterAltLeft
{
	float: left;
	width: 830px;
	padding-right: 10px;
	padding-top: 25px;
	padding-bottom: 15px;
}
#pcMainAreaCenter
{
	/* float: right; */
	width: 1230px;
	padding: 0;
	padding-top: 1px;
	padding-bottom: 15px;
}
#pcSpecials, #pcNewArrivals, #pcBestSellers
{
	float: left;
	margin: 5px;
	width: 31.8%;
}
#pcUsefulLinks
{
	width: 23%;
	margin: 5px;
	margin-right: 10px;
	float: right;
	height: 270px;
	overflow: hidden;
}
#pcUsefulLinks a
{
	color: #7b6a68;
}
#pcUsefulLinks ul
{
	margin: 0px;
	max-height: 225px;
	overflow: auto;
	overflow-x: hidden;
}
#pcRecentProducts
{
	margin-right: 20px;
}
#pcFeaturedProducts
{
	margin-top: 10px;
	position: relative;
}
#pcFeaturedProducts .pcMoreLink
{
	position: absolute;
	right: 10px;
	top: 10px;
}
#pcFeaturedProductsList
{
	/* position: absolute; */
	margin-left: 10px;
	left: 0px;
	bottom: 20px;
	min-height: 80px;
	/* width: 75%; */
	overflow: hidden;
	z-index: 5;
}
#pcFeaturedProductsList ul
{
	margin: 0px;
	max-height: 215px;
	overflow: auto;
	overflow-x: hidden;
}
#pcFeaturedProductsList .pcShowProductsUL
{
	padding-bottom: 5px;
}
#pcFeaturedProductsList .pcShowProductsUL .pcShowProductImageL
{
	float: left;
	height: 48px;
	position: relative;
	text-align: center;
	width: 48px;
  padding: 0px;
  margin-right: 6px;
}
#pcFeaturedProductsList .pcShowProductsUL .pcShowProductImageL img
{
	height: 96%;
	padding: 2%;
	width: 96%;
}
#pcFeaturedProductsList .pcShowProductsUL .pcShowProductInfo
{
	width: auto;
}
#pcBottomContainer
{
	margin: 0 auto;
	width: 981px;
}
#pcBottom
{
	background-image: url(../images/full-ribbon.png);
	background-repeat: no-repeat;
	clear: both;
	height: 315px;
	width: 980px;
	padding-bottom: 24px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	position: absolute;
	z-index: 2;
}
#pcBottom h2,
#pcFeaturedProductsList h2,
#pcUsefulLinks h3
{
	border-bottom: 1px solid #c7c7c7;
	color: #234878;
	font-family: 'Monda', sans-serif;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#pcBottom ul
{
	list-style-type: none;
	padding-left: 6px;
}
#pcBottom .pcColumnWrapper
{
	padding: 2px 8px;
}
#pcMainAreaPayments
{
	padding-top: 13px;
	position: relative;
}
#pcAcceptedPayments
{
	display: inline-block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#pcAcceptedPayments li
{
	display: inline-block;
	height: 26px;
	padding: 0px 4px;
}
#pcAcceptedPayments li img
{
	max-height: 28px;
}
#pcMainAreaSocial
{
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
#pcSocialLinks
{
	display: inline-block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#pcSocialLinks li
{
	display: inline-block;
	margin: 0px 3px;
	width: 22px;
}
#pcSocialLinks li img
{
	max-width: 100%;
	vertical-align: middle;
}

/* ----- Footer ----- */
#pcFooterContainer
{
	background: #e4e4e4;
	color: #6e6e6e;
	font-family: 'Mako', sans-serif;
	font-size: 14px;
	position: relative;
	left: 0;
	right: 0;
	clear: both;
	height: 343; /* Same height as payment icons + bottom sticky area */
	margin-top: 20px;
}
#pcFooterContainer hr
{
    border: 0;
    margin: 0;
	height: 10px;
    background: #c7c7c7;
}
#pcFooter
{
	margin: 0 auto;
	width: 1230px;
}
#pcFooter a
{
	color: #6e6e6e;
	text-decoration: none;
}
#pcFooter a:hover
{
	color: #234878;
	text-decoration: underline;
}
#pcFooter #pcFooterLeft
{
	float: left;
	padding: 15px;
	text-align: left;
	width: 60%;
}
#pcFooter #pcFooterRight
{
	float: right;
	padding: 15px;
	text-align: right;
	width: 40%;
}
#pcFooter #pcFooterNav
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: 'Monda', sans-serif;
	font-size: 16px;
	font-weight: normal;
}
#pcFooterNav li {display: inline;}
#pcFooterNav li:before {content: '\2022'; font-size: 120%; padding-right: 5px; padding-left: 5px;}
#pcFooterNav li:first-child:before {content: '\00a0';}

#pcFooter #pcFooterAboutLeft
{
	float: left;
	text-align: left;
	//width: 12%;
	padding-top: 15px;
}
#pcFooter #pcFooterAboutRight
{
	float: left;
	text-align: left;
	width: 63%;
}
#pcFooter #pcFooterAboutRight h3
{
	font-family: 'Monda', sans-serif;
	font-size: 19px;
	font-weight: normal;
}
/* RLD:CHANGE Added style for headers (e.g. custpref.asp) */
.pcSectionHeader {
	width: auto;
	min-width: 50%;
	background-color: #B2B2B2;
	border: 1px solid  #CCC;
	border-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	margin: 0;
	padding: 8px 10px 8px 20px;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

/* RLD:CHANGE Added style for headers (e.g. custpref.asp) */
.pcSectionDesc {
	width: auto;
	min-width: 50%;
	background-color: #E1E1E1;
	border: 1px solid  #CCC;
	border-top: 0;
	margin: 0;
	padding: 8px 10px;
	text-align: left;
}

/* RLD:CHANGE Added style for headers (e.g. custpref.asp) */
.pcSectionBox {
	width: auto;
	min-width: 50%;
	background-color: #FFF;
	border: 1px solid  #CCC;
	border-top: 0;
	margin: 0 0 10px 0;
	padding: 8px 10px;
	text-align: left;
}

#pcBreadCrumbs {
	text-transform: uppercase;
	min-height: 50px;
	padding-top: 15px;
	padding-left: 5px;
}
#pcBreadCrumbsWithTitle {
	//background: url('../images/techSheet_title-1230x35.png') top left no-repeat;
	text-transform: uppercase;
	min-height: 50px;
	padding-top: 15px;
	padding-left: 5px;
}
div.pq-grid a {
	color: #234878;
}
div.pq-grid .fa-usd { 
	color: #488b5b;
	font-size: 18px !important;
}
div.pq-grid .cad { 
	color: #234878;
	font-size: 14px !important;
	font-weight: bold !important;
}
#pcTechSheetWrap {
	width: 1230px;
	margin: 0 auto;
}
#pcShowGroupOptions {
	float: left;
	width: 170px;
	height: 520px;
	min-height: 520px;
	margin: 0;
	margin-left: 5px;
	margin-right: 40px;
	vertical-align: top;
	text-align: left;
	background-color: #ddd;
	border: 1px solid #c5c2c3;
}
#pcShowTechSheetTabs
{
    float: left;
	width: 710px;
	margin: 0;
	margin-right: 35px;
	vertical-align: top;
	text-align: left;
}
#pcShowTechSheetTabsWithGroupOptions
{
    float: left;
	width: 540px;
	margin: 0;
	margin-right: 35px;
	vertical-align: top;
	text-align: left;
}
#pcShowTechSheetImages {
	float: left;
	width: 430px;
	margin: 0;
	margin-right: 5px;
	vertical-align: top;
	text-align: left;
}
/* ===================
    END: SITE STYLES
   =================== */



/* ===================
    START: GLOBAL STYLES
   =================== */
html
{
	webkit-font-smoothing: antialiased;
}
body
{
	background: #fffff;
	font-family: 'Mako', sans-serif;
	font-size: 13px; 
}
.btn
{
	font-size: 16px;
}
/* ===================
    END: GLOBAL STYLES
   =================== */



/* ===================
    START: FORMS
   =================== */
.pcFormItem > div
{
	padding: 2px 0px;
}
input, select, textarea
{
	/* 
    border: 1px solid #ccc;
	border-radius: 2px;
	padding: 2px 4px;
    */
}
.pcFormLabel
{
	margin-top: 4px;
    margin-bottom: 4px;
}
/* ===================
    END: FORMS
   =================== */



/* ===================
    START: BUTTONS
   =================== */
.pcButton /*, button */
{
	background-color: #b4b3b3;
	border: none;
	border-radius: 4px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	margin: 2px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
a.pcButton
{
	text-decoration: none;
	color: #fff !important;
}
.pcButton .pcButtonText
{
	color: inherit;
	display: block;
	font-size: inherit;
	margin: 0px;
	padding: 0px;
}
.pcButton img,
.pcButton input[type="image"]
{
	display: none;
}
.pcButton:hover
{
	background-color: #939393;
	color: #fff;
	text-decoration: none;
}
.pcButtonAddToCart
{
	background-color: #234878;
	color: #fff;
}
.pcButtonAddToCart:hover
{
	background-color: #234878;
	color: #fff;
}
.pcButtonMoreDetails
{
	background-color: #b4b3b3;
}
.pcButtonMoreDetails:hover
{
	background-color: #939393;
}
.secondary
{
	background-color: #eee !important;
	color: #00833d !important;
}
a.secondary
{
	text-decoration: none;
	color: #00833d !important;
}
.secondary .pcButtonText
{
	color: #00833d !important;
}
.secondary:hover
{
	background-color: #fff !important;
	color: #00833d !important;
}
.tiny
{
	padding: 3px 6px !important;
}
.tiny .pcButtonText
{
	font-size: 11px !important;
}
/* ===================
    END: BUTTONS
   =================== */




/* ===================
    START: LINKS
   =================== */
a, a:visited, a b
{
	color: #234878;
	text-decoration: none;
}
a:hover
{
	color: #939393;
	text-decoration: underline;
}
a img
{
	border: none;
}
/* ===================
    END: LINKS
   =================== */



/* ===================
    START: TYPOGRAPHY
   =================== */
p
{
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
}
h1
{
	color: #234878;
	font-family: 'Monda', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	text-transform: uppercase;
}
h2
{
	background: none;
	color: #234878;
	font-family: 'Monda', sans-serif;
	font-size: 19px;
	font-weight: normal;
	margin: 5px 0px;
	padding: 0px;
	text-align: left;
	text-transform: capitalize;
}
h1.ItemName
{
	margin: 0;
	padding: 5px;
	font-family: 'Mako', sans-serif;
    font-size: 16px;
	font-weight: bold;
	color: #6e6e6e;
	line-height: 23px;
	text-transform: uppercase;
}
h1.SKU
{
	margin: 0;
	padding: 0;
	font-family: 'Mako', sans-serif;
    font-size: 22px;
	font-weight: bold;
	color: #6e6e6e;
	line-height: 24px;
	text-transform: uppercase;
}
h2.PartDescription
{
	margin: 0;
	padding: 3px;
	font-family: 'Mako', sans-serif;
    font-size: 15px;
	font-weight: normal;
	color: #6e6e6e;
	line-height: 18px;
	text-transform: uppercase;
}
.pcCartLayout .pcItemDescription
{
	color: #234878;
}
.pcCartLayout .pcItemSKU
{
	color: #666666;
}
.pcCartLayout .pcItemGiftWrap
{
	color: #009900;
}
.pcCartLayout .pcItemActions
{
	color: #234878;
	text-decoration: underline;
}
.pcCartLayout .pcViewCartHeadingText
{
	color: #666666;
}
.pcSectionTitle
{
	border-top: 1px solid #c7c7c7;
	background-color: #fff;
	color: #234878;
	font-family: 'Monda', sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding: 5px;
	text-align: left;
}
.pcCartLayout .pcUnitPrice
{
	color: #666666;
}
.pcCartLayout .pcRowPrice
{
	color: #000000;
}
.pcCartLayout .discount
{
	color: #990000;
}

#pcSmallQuickCartContent
{	
	position: absolute;
	left: inherit;
	right: -4px;
	top: 30px;
}
.gridInstructions
{
    font-size: 12px;
    font-weight: bold;
}
/* ===================
    END: TYPOGRAPHY
   =================== */



/* ===================
    START: STOREFRONT OVERRIDES
   =================== */
#pcMain
{
	color: #6e6e6e;
	font-family: 'Mako', sans-serif;
	font-size: 13px;
}
#pcMain .pcShowProductBgHover:hover,
/* #pcMain .pcShowCategoryBgHover:hover,*/
 #pcMain .pcShowBrandBgHover:hover
{
	background-color: #fff;
}
#pcMain .pcPageDesc
{
	border: none;
	color: #6e6e6e;
	font-size: 14px;
    width: 100%;
    float:  left;
}
#pcMain .pcShowProductName,
#pcMain .pcShowCategoryName,
#pcMain .pcShowBrandName
{
	color: #234878;
	font-size: 18px;
}
#pcMain .pcShowProductPrice
{
	margin: 3px 0px;
}
#pcMain .pcShowProductListPrice
{
	color: #999999;
}
#pcMain #CADwrapper {
	float: right;
	width: 35%;
	margin-right: 1%;
	margin-left: 1%;
}
#pcMain #CADdiv {
	width: 400px;
	height: 300px;
	margin-top: 10px;
	margin-bottom: 30px;
	z-index: 1;
}
#pcMain .pcShowCADFileName
{
	color: #234878;
	font-size: 16px;
}
#pcMain .submit2
{
	background-color: #E9EEFE;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 11px;
	padding: 2px 3px 2px 3px;
}
.pcShowCategoryImage
{
	height: 165px;
    background:  white;
}
.pcShowCategoryImage img
{
	max-height: 160px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.pcShowProductImageH
{
	height: 165px;
}
.pcShowProductImageH img
{
	max-height: 160px;
	position: absolute;
	top: 0px;
	bottom: 5px;
	left: 0px;
	right: 0px;
}
.pcCategoriesWrapper {
	background-color: #f2f2f2;
}
.pcShowCategory
{
	/*  background-color: #fff; */
    background-color: #f2f2f2;
	/*  border-radius: 8px;  */
    border-radius: 0px;
	margin: 10px;
	padding: 15px 10px 15px 20px;
    min-height: 200px;
}
.pcShowCategoryInfo
{
	margin: 5px;
	text-align: left;
}
.pcShowCategoryDesc
{
	font-size: 13px;
}
.pcShowSubCategory
{
	/*background-color: white;*/
    background-color: #f2f2f2;
	/*  border-radius: 8px;  */
    /*border-radius: 0px;*/
	margin: 10px,5px,5px,10px;
	padding: 10px 10px 10px 10px;
    
    float:  left;
}
.pcShowSubCategoryImage
{
	//height: 160px;
    //width: 160px;
    background:  white;
    float:  left;
    margin-top:  10px;
}
.pcShowSubCategoryImage img
{
	max-height: 160px;
    max-width: 160px;
    float:  left;
}
.pcShowSubCategoryInfo
{
	margin: 5px;
	text-align: left;
    width: 200px;
    float: left;
}
.pcShowSubCategoryName
{
	color: #234878;
	font-size: 18px;
	text-transform: uppercase;
}
.pcShowBrand, .pcShowBrandP
{
	background-color: #fff;
	border-radius: 8px;
	margin: 8px;
	padding: 10px;
}
#pcMain .pcShowProductsH
{
	background-color: #fff;
	border-radius: 8px;
}
#pcMain .pcShowProductImageH
{
	border-bottom: 1px solid #c7c7c7;
}
#pcMain .pcShowProductsP
{
	margin: 5px;
	padding: 10px 5px;
}
.ui-widget
{
	font-size: 12px;
}
#pcMain .pcShowProductButtonsH .pcButtonMoreDetails
{
	float: left;
}
#pcMain .pcShowProductButtonsH .pcButtonAddToCartSmall
{
	float: right;
}
#pcMain .pcShowProductInfoH
{
	float: left;
	margin-top: 5px;
	text-align: left;
	width: 100%;
}
#pcMain .pcAddThisRight 
{
	padding: 0px;
	margin: 10px 0px;
	min-height: 40px;
}

/* ===================
    END: STOREFRONT OVERRIDES
   =================== */


/* ===================
    Begin: pq Grid Styles
   =================== */

#grid_table {
    font-family: 'Mako', sans-serif;
	font-size: 13px;
}
.pq-td-div{
	font-size:16px;

}
.z-last{
	margin-bottom: -3px !important;

}

tr.pq-grid-title-row td {
    background-color: #234878;
	color: #fff;
	font-size: 16px !important;
	/* text-transform: uppercase; */
	margin: 20px;
}
tr.pq-grid-row td {
    background-color: #fff;
}
tr.pq-grid-oddRow td {
    background-color: #e3e3e3;
}

tr.gridselectedrow td
{
    background: yellow;
    color:black;    
}
/* tr.pq-row-select td {
    background-color: #f1ff78;
} */

/* ===================
    End: pq Grid Styles
   =================== */


/* ===================
    START: Expanded Content Nav
   =================== */
.expMenu ul li
{
	display: block;
	float: none;
	position: relative;
}
.expMenu ul li a
{
	display: block;
	overflow: auto;
	padding: 5px 20px;
}
.expMenu ul li.expMenuTop a
{
	font-weight: bold;
	font-size: 16px;
	color: #656565;
}
.expMenu ul li.expMenuItems a
{
	font-weight: normal;
	font-size: 13px;
	color: #234878;
	margin-left: 10px;
}
/* ===================
    END: Expanded Content Nav
   =================== */
   
   
/* ===================
    START: DD SMOOTH OVERRIDES
   =================== */
.ddsmoothmenu-v ul li
{
	display: block;
	float: none;
	position: relative;
}
.ddsmoothmenu-v ul li a
{
	display: block;
	overflow: auto;
	font-size: 16px;
}
.ddshadow
{
	display: none;
}
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active
{
	background-color: #e4e4e4;
}
.ddsmoothmenu-v ul li a:hover,
.ddsmoothmenu-v ul li a.selected
{
	background-color: #b9b9b9;
	border-bottom: 1px solid #dee6f1;
	border-top: 1px solid #dee6f1;
}
.ddsmoothmenu-v ul li ul li a:hover,
.ddsmoothmenu-v ul li ul li a.selected
{
	background-color: #f8f8f8;
	background-color: rgba(238,238,238,0.65);
	border-bottom: 1px solid #dee6f1;
	border-top: 1px solid #dee6f1;
}
.ddsmoothmenu-v ul li ul
{
	background-color: #b8cce7;
	background-color: rgba(184, 204, 231, 0.95);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	font-weight: normal;
	position: absolute;
	top: 0;
	visibility: hidden;
}
.ddsmoothmenu-v .rightarrowclass
{
	background-repeat: no-repeat;
	float: right;
	height: 7px;
	margin-right: 1px;
	margin-top: 4px;
	width: 5px;
}
/* ===================
    END: DD SMOOTH OVERRIDES
   =================== */



/* ===================
    START: FONTS
   =================== */
@font-face
{
	font-family: 'open_sanssemibold';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/open-sans/OpenSans-Semibold-webfont.eot');
	src: url('../fonts/open-sans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
 url('../fonts/open-sans/OpenSans-Semibold-webfont.ttf') format('truetype'),
 url('../fonts/open-sans/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
}
@font-face
{
	font-family: 'open_sansbold';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/open-sans/OpenSans-Bold-webfont.eot');
	src: url('../fonts/open-sans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
 url('../fonts/open-sans/OpenSans-Bold-webfont.ttf') format('truetype'),
 url('../fonts/open-sans/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
}
/* ===================
    END: FONTS
   =================== */



/* =============================
    START: NIVO SLIDER OVERRIDES
   ============================= */
.theme-productcart
{
	margin-bottom: 22px;
	margin-top: -1px;
	position: relative;
}
.theme-productcart .nivo-controlNav {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 1;
	bottom: -44px;
}
.theme-productcart .nivo-controlNav a {
	background: rgba(85, 85, 85, 0.5);
	border-radius: 100px;
	width: 13px;
	height: 13px;
	font-size: 1px;
	padding: 0;
	margin: 5px;
}
.theme-productcart .nivo-controlNav a.active {
	background: #555;
}
.theme-productcart .nivoSlider {
	margin-bottom: 0px;
	box-shadow: none;
}
.theme-productcart .nivo-directionNav a {
	opacity: 1;
	height: 50px;
	width: 50px;
}
.theme-productcart .nivo-directionNav {
	position: static;
}
.theme-productcart a.nivo-prevNav {
	background: url(../images/left-arrow.png) no-repeat;
	background-size: contain;
	left: -5px;
	right: auto;
}
.theme-productcart a.nivo-nextNav {
	background: url(../images/right-arrow.png) no-repeat;
	background-size: contain;
	right: -5px;
	left: auto;
}
.theme-productcart .nivo-caption {
	font-size: 25px;
	padding: 20px;
	text-align: center;
	background: rgba(0, 0, 0, 0.34);
	opacity: 1;
	font-family: 'Mako', sans-serif;
	font-weight: 300;
}
/* =============================
    END: NIVO SLIDER OVERRIDES
   ============================= */



/* ===================
    START: OPC PANELS
   =================== */
.panel-default > .panel-heading
{
	color: #60A0EA !important;
}
.active > .panel-heading
{
	color: #3D78D4 !important;
}
.panel-group .panel
{

}
.active .pcCheckoutTitle
{
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
	transition: background 500ms ease 0s;
}
.editbox
{
	color: #737373 !important;
}
/* ===================
    END: OPC PANELS
   =================== */



/* ===================
    START: TABS
   =================== */

/* ===================
    END: TABS
   =================== */
   
   
   
.modal-dialog-center 
{
	margin-top: 10%;
}



/* ===================
    Begin: Adv Search Styles
   =================== */

#advsrchcontainer, #advsrchcontainerFixed
{
	width: 1230px;
	height: 395px;
	margin: 10px auto;
	position: relative;
	border-bottom: 5px solid #c7c7c7;
    background-color: #fff;
	z-index: 1015;
    visibility:  hidden;
}

#searchbox1, #searchbox1Fixed
{
	float: left;
	width: 250px;
	height: 340px;
}

#searchbox2, #searchbox2Fixed
{
	float: left;
	width: 500px;
	height: 340px;
    margin-left: 18px;
}

#searchbox3, #searchbox3Fixed
{
	float: left;
	width: 440px;
	height: 340px;
    margin-left: 18px;
}

#advsrchcategorycount, #advsrchcategorycountFixed
{
	float: left;
	width: 230px;
	height: 315px;
    padding: 10px;
}

#advsrchresults, #advsrchresultsFixed
{
    float: left;
	width: 480px;
	height: 315px;
	padding: 10px;
    max-height: 315px;
    overflow-y: auto;
    overflow-x: hidden;
}

#advsrchsuggestions, #advsrchsuggestionsFixed
{
    float: left;
	width: 420px;
	height: 315px;
	padding: 10px;
    max-height: 315px;
    overflow-y: auto;
    overflow-x: hidden;
}
.searchlist {
    font-size:  11px;
}
/* ===================
    End: Adv Search Styles
   =================== */

/* ===================
    Begin: ProductIndex styles
   =================== */
#ProdIndexContainer, #ProdIndexContainerFixed 
{
	width: 1230px;
	height: 395px;
	margin: 10px auto;
	position: relative;
	top:-405px;
    z-index:1;
	border-bottom: 5px solid #c7c7c7;
    background-color: #fff;
	z-index: 1015;
    visibility:  hidden;
}
#ProdIndexBox1, #ProdIndexBox1Fixed 
{
	float: left;
	width: 500px;
	height: 340px;
}
#ProdIndexBox2, #ProdIndexBox2Fixed
{
	float: left;
	width: 700px;
	height: 340px;
    margin-left: 18px;
}
.prodIdxTopLevel
{
	float: left;
	width: 110px;
    font-size:  12px;
    padding:  5px;
    margin-top:  10px;
    margin-left:  5px;
}
.prodIdxTopLevel:hover {
    border: 2px solid gray;
    padding:  3px;
}
.prodIdxTopLevel:focus {
    border: 2px solid green;
    padding:  3px;
}
.prodIdxSubLevel
{
	float: left;
	width: 95%;
    font-size:  16px;
    font-weight:  bold;
    margin-top:  10px;
    margin-left:  10px;
    padding-left:  5px;
    background: #e4e4e4;
}
.prodIdxSubLevel2
{
	float: left;
	width: 100px;
    height: 80px;
    font-size:  12px;
    padding:  5px;
    margin-top:  10px;
    margin-left:  10px;
}
.prodIdxTechSheet
{
	float: left;
	width: 95%;
    height: 55px;
    font-size:  14px;
    font-weight:  bold;
    margin-top:  10px;
    margin-left:  10px;
    
}
#ProdIndexTopDiv, #ProdIndexTopDivFixed
{
	float: left;
	width: 480px;
	height: 315px;
    padding: 10px;
    max-height: 315px;
    overflow-y: auto;
}

#ProdIndexSubDiv, #ProdIndexSubDivFixed
{
    float: left;
	width: 688px;
	height: 315px;
	padding: 10px;
    max-height: 315px;
    overflow-y: auto;
    overflow-x: hidden;
}
/* ===================
    End: ProductIndex styles
   =================== */

/* ===================
    Begin: Category Group styles
   =================== */
.catGroupHeading
{
	margin: 0 auto;
	padding: 5px;
	font-size:  15px;
	font-weight: bold;
	color: #4d4e50;
	background-color: #ddd;
	background: -webkit-linear-gradient(#e2e2e2, #bababa);
	background: -o-linear-gradient(#e2e2e2, #bababa);
	background: -moz-linear-gradient(#e2e2e2, #bababa);
	background: linear-gradient(#e2e2e2, #bababa);
}
.catGroupSubHead
{
	margin: 0 auto;
	padding: 5px;
	font-size:  13px;
	font-weight: normal;
	text-align: left;
	color: #4d4e50;
}
.catGroupContainer
{
	float: left;
	width: 168px;
    font-size:  12px;
    font-weight:  bold;
	text-align: center;
    padding:  3px;
    border-top: 2px solid #fff;
	margin-top: 5px;
}
.catGroupOption
{
	float: left;
	width: 80px;
    height: 80px;
    margin:  0 auto;
}
.catGroupOptionSelected
{
	float: left;
	width: 80px;
    height: 80px;
    font-size:  12px;
    padding:  5px;
    margin: 0 auto;
	background-color: #fff;
    border: 2px solid #aaa;
}
/* ===================
    End: Category Options styles
   =================== */

/* ===================
    Begin: Category slideshow styles
   =================== */
.categorySlideshowContainer
{
    float: left;
    width:  1230px;
    font-size:  11px;
    font-weight:  bold;
    margin-top:  5px;
    margin-bottom:  10px;
    padding:  5px;
}
.categorySlideshowphotos
{
    float: left;
    width:  400px;
    padding:  2px;
}
.categorySlideshowdescription
{
    float: left;
    width:  800px;
    padding:  2px;
    font-size: 11px;
    font-weight: normal;
}
/* ===================
    End: Category slideshow styles
   =================== */
/* ===================
    Begin: Tech Sheet styles
   =================== */
#pcTechSheetHeading
{
	width: 100%;
	min-height: 75px;
	margin: 10px 0;
	border-bottom: 2px solid #234878;
	vertical-align: bottom;
	display: table;
}
#pcTechSheetHeading_Item
{
	display: table-cell;
}
#pcTechSheetHeading_Image
{
	display: table-cell;
}
#pcTechSheetHeading_Image img {
	max-height: 73px;
}
#pcItemNameHeading
{
	width: 425px;
	min-height: 45px;
	margin: 0;
	margin-bottom: 10px;
	border-bottom: 2px solid #234878;
	vertical-align: bottom;
	display: table;
}
#pcItemNameHeading_Part
{
	display: table-cell;
	vertical-align: bottom;
}
#pcItemNameHeading_Brand
{
	display: table-cell;
	vertical-align: bottom;
}
#pcItemNameHeading_Brand img {
	max-height: 43px;
}
.expandable {
	height: 100px;
	overflow: hidden;
}
.techInfoTable {
    border-style: solid;
    border-width: 1px;
    border-color: #AAAAAA;
    text-align: center;
    width: 900px;
    font-weight: normal;
}
.techInfoTable th {
    border-right: 0.5px solid #CFCFCF;
    background-color: #7E7E7E;
    color: #fff;
    text-align: center; 
    font-weight: normal;
    font-size: 13px;
}
.pcQTYDisc {
	width: 20%;
	background-color: #f2f2f2;
}

.tile-two{
	background-color: #234878;
}
/* ===================
    End: Tech Sheet styles
   =================== */