* {
box-sizing: border-box;	/* border-box The width and height properties (and min/max properties) includes content, padding and border, but not the margin. */
}


body {
    	font-family: 	"Helvetica";
	font-size:		12pt;
	a:link		color: blue;

	color: #333333; 
/*	background-color: #f0f0f5;	*/
}






.Body2 {
    	font-family: 	"Helvetica";
	font-size:		12pt;
	a:link		color: blue;
	color: #333333; 
	Width: 100%;
	margin: 0px;
	background-color: #f4f4f7;	 
/*	background-color: #e6faff;	*/
}








.Body3 {
    	font-family: 	"Helvetica";
	font-size:		12pt;
	a:link		color: blue;

	Width: 100%;
	margin: 0px;
	background-color: white;	 
}



.AutoImg {
	max-width: 100%;
	height: auto;
}


.ImgBorder {
	border-style: solid;
	border-radius: 15px;
	border-width:3px;
	border-color: silver;
	max-width: 100%;
	height: auto;

}

.ImgBorder:hover  {
	/*order: 2px solid black;*/
	border: 2px solid #003d4d;
}






.row::after {
    content: "";
    clear: both;
    display: block;
}


.HideMe {display: none; }

.VerticalLine { border-left: thick solid #ff0000; }


.BlankRow10 {			/*  10px high blank line   */
	height: 10px;
	width: 100%;
	display: block;}






.strike-thru {
    position: relative;
    white-space: nowrap; /* would center line-through in the middle of the wrapped lines */
}

.strike-thru:after {
 /*   border-top: 1px solid red; */
    border-top: 3px solid rgba(255, 0, 0, .5);

    position: absolute;
    content: "";
    right: 0;
    top:50%;
    left: 0;
}






.Thumbnail {
	border: 1px solid grey;
}
.Thumbnail:hover { 
	cursor:pointer; border: 1px solid blue;
}


/*	"<button class="StdButton">View Cart</button>"  */
.StdButton {
	background-color: #5c85d6;	
	color: white;
    	font-size: 16px;
    	Margin-top: 1px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	border: none;
	cursor:pointer; 
	border-radius: 5px;
}
.StdButton:hover {
	border: 1px solid #5c85d6;
	background-color: #4775d1;	
}


/*================================================================ */
/*                          TOP H1 BAR                            */
/*================================================================ */
.TopH1Bar {
	Width: 100%;
	background-color: white;
	color: #007a99;
/*	color: #008fb3;	*/
	padding-left: 30px;
	font-size: 24px;
	display: block;
}

.TopH1Bar h1 {
	margin-bottom: 5px;

}

.TopH1BarLeftCol {
	Width: 88%;
	display: inline-block;
    	font-family: 	"Helvetica";
	font-size: 24px;
	font-weight: bold;
	color: #007a99;
}


.TopH1BarRightCol {
	Width: 10%;
	vertical-align: bottom;
	display: inline-block;
}






/*================================================================ */
/*                          TOP LOGO BAR                           */
/*================================================================ */
	.LogoBar {
/*border: 1px dashed blue;	*/
		width: 100%; 
/*		height: 220px; */
		background-color: white;
	}

/* ---------------------------------------------- */
/* Top Bar Column-1 contains Logo img             */
/* ---------------------------------------------- */

	.LogoBarCol1 {
		display: inline-block; 
		width: 100%; 
		vertical-align: bottom;
		}


/* ---------------------------------------------- */
/* Top Bar Column-2 = Search box & Model dropdown */
/* ---------------------------------------------- */
	.LogoBarCol2 {
		display: inline-block; 
		width: 100%; 
		vertical-align: middle;
		text-align: left;
		}
	.FreeShipRibbon {width: 100%; }
	.FreeShipRibbon img:hover { cursor:pointer; }
	.LogoBarBrandLogo img:hover { cursor:pointer; }


/* ---------------------------------------------- */
/* Top Bar Column-3 contains Free Ship & Cart img */
/* ---------------------------------------------- */
	.LogoBarCol3 {
/*border: 1px dashed red;	*/
		display: inline-block; 
		width: 100%; 
		vertical-align: bottom;
		margin: 0px 0px 0px 0px;		/* Top, Right, Bottom, Left */
		padding: 0px 0px 0px 0px; 		/* Top, Right, Bottom, Left */

		}

.LogoBarCol3-BBB {width: 41%; display: inline-block; vertical-align: bottom; }
.LogoBarCol3-SM {width: 39%; display: inline-block; vertical-align: bottom; }
.LogoBarCol3-Cart {width: 19%; display: inline-block; vertical-align: bottom; }








	.LogoBarBrandLogo img { vertical-align: top; }



/* ---------------------------------------------- */
/*            GOOGLE  SEARCH BOX FORM             */
/* ---------------------------------------------- */

	.SearchBox {
		width: 100%; 
		height: 45px;
		background: #008fb3; 
		margin: 0px 0px 5px 1px;}		/* Top, Right, Bottom, Left */

	.SearchForm {
		display:inline; margin:0px;
		width: 100%;
		padding-left: 3px;}

	.SearchForm input[type=text] { 
		width: 75%;
   		font-size: 16px;
		line-height : normal; 
		padding: 9px 0px 3px 2px; 
		margin: 4px 0px 0px 0px;		/* Top, Right, Bottom, Left */
   		border-radius: 5px 5px 5px 5px; }

	.SearchForm input[type=submit] { 
		vertical-align: top;
		height: 30px;
   		font-size: 16px;
		width: 20%;
		margin-top: 7px;
		margin-right: 1px;
		padding-left: 1px;
		padding-right: 1px;
		background:#ccc; 
		cursor:pointer; 
		background: #a6a6a6; /* For browsers that do not support gradients */
		/* background: -webkit-gradient(linear,top,  from(#99c2ff), to(#0066ff)); */
		background: -webkit-linear-gradient(#99c2ff, #0066ff);
		background: -o-linear-gradient(#99c2ff, #0066ff); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#99c2ff, #0066ff); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#99c2ff, #0066ff); /* Standard syntax (must be last) */
		color: white;
		border:0 none; 
   		border-radius: 5px 5px 5px 5px;
}



/* ---------------------------------------------- */
/*                MODELS DROPDOWN                 */
/* ---------------------------------------------- */
/* -------------------- Select Box Styles: danielneumann.com Method */
/* -------------------- Source: http://danielneumann.com/blog/how-to-style-dropdown-with-css-only/ */

	#ModelsDropdown {
		display: block; 
		overflow:hidden;
		width: 100%; 
		margin: 12px 0px 0px 0px; 		/* Top, Right, Bottom, Left */
   		-moz-border-radius: 8px 8px 8px 8px;
   		-webkit-border-radius: 8px 8px 8px 8px;
   		border-radius: 8px 8px 8px 8px;
   		box-shadow: 1px 1px 11px #330033;
 		/*  background: #58B14C url("http://i62.tinypic.com/15xvbd5.png") no-repeat scroll 319px center;  */
 		/*  background: #58B14C url("https://www.clagrills.com/images/15xvbd5.png") no-repeat scroll 290px center; */
		background: #58B14C; 
		clear: both; 
		cursor:pointer;
 }


	#ModelsDropdown select {
		width: 90%;	
		height: 50px; 
		font-size: 20px; 
   		border: 0;
   	/*	color: #EEE;  */
   		color: black; 
   		background: transparent;   
   		font-weight: bolder;
   		padding: 2px 10px;
   		/*width: 350px;*/
   		/*background: #58B14C;*/
   		-webkit-appearance: none;}

	#ModelsDropdown select:hover {
		/*	background-color: #cc2900; */
		color: #333333;
		cursor:pointer; }










.Acc_NavBar{
	display: block;
	margin: 5px 0px 0px 0px;		/* Top, Right, Bottom, Left */
	padding: 0px 0px 0px 0px;		/* Top, Right, Bottom, Left */
	height: 190px;
	width: 100%;
	max-Width: 100%;
	background: #008fb3;   		/*  Sort of a teal blue/green background color	*/
		background: #006680; /* For browsers that do not support gradients */
		background: -webkit-gradient(linear,top,  from(#00a3cc), to(#006680));
		background: -o-linear-gradient(#00a3cc, #006680); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#00a3cc, #006680); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#00a3cc, #006680); /* Standard syntax (must be last) */
}



.Acc_NavBar_Header {
	display: block;
	color: white;
    	font-size: 18px;	/*  Increased as screen size goes up */
	padding: 10px 0px 0px 0px;		/* Top, Right, Bottom, Left */
	text-align: center;
}

.Acc_NavBar_Box {
	display: inline-block;
	height: 70%;
	width: 8.5%;		/*  Increased as screen size goes up */
    	font-size: 12px;	/*  Increased as screen size goes up */

	background: white;
	border: 1px solid #006680;
	border-radius: 5px;
	vertical-align: middle;
	cursor: pointer;
	margin: 9px 7px 8px 7px;		/* Top, Right, Bottom, Left */
	padding: 1px 1px 1px 1px;		/* Top, Right, Bottom, Left */
	}

.Acc_NavBar_Box:hover  {
	/*order: 2px solid black;*/
	border: 2px solid #003d4d;
}

.Acc_NavBar_Box_Img {
	display: block;
	width: 100%;
	height: 64%;
	overflow:hidden;
}




.Acc_NavBar_Box_Text {
    	font-size: 12px;	
	display: inline-block;
	width: 100%;
	height: 34%;
	text-align: center;
	padding: 8px 0px 1px 0px;		/* Top, Right, Bottom, Left */
	color: black;   		
	vertical-align: bottom;
}








/*--------------------------------------------------------------- */
/*          22222222        NAVIGATION BAR   2222222              */
/*--------------------------------------------------------------- */

.SkinnyNavBar {
	display: block;
		background: #006680; /* For browsers that do not support gradients */
		background: -webkit-gradient(linear,top,  from(#00ccff), to(#006680));
		background: -o-linear-gradient(#00ccff, #006680); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#00ccff, #006680); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#00ccff, #006680); /* Standard syntax (must be last) */
	height: 80px;
}

.NavBar{
	display: block;
	margin: 5px 0px 0px 0px;		/* Top, Right, Bottom, Left */
	padding: 0px 0px 0px 0px;		/* Top, Right, Bottom, Left */
	height: 190px;
	width: 100%;
	max-Width: 100%;
	background: #008fb3;   		/*  Sort of a teal blue/green background color	*/
/*	border: 1px solid red;  */
/*	border-top: 2px solid #006680; */


		background: #006680; /* For browsers that do not support gradients */
		background: -webkit-gradient(linear,top,  from(#00a3cc), to(#006680));
		background: -o-linear-gradient(#00a3cc, #006680); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#00a3cc, #006680); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#00a3cc, #006680); /* Standard syntax (must be last) */

}



.NavBarPartBox {
	display: inline-block;
	height: 84%;
	width: 8.5%;		/*  Increased as screen size goes up */
    	font-size: 12px;	/*  Increased as screen size goes up */

	background: white;
	border: 1px solid #006680;
	border-radius: 5px;
	vertical-align: middle;
	cursor: pointer;
	margin: 15px 8px 8px 8px;		/* Top, Right, Bottom, Left */
	padding: 2px 2px 2px 2px;		/* Top, Right, Bottom, Left */
	}

.NavBarPartBox:hover  {
	/*order: 2px solid black;*/
	border: 2px solid #003d4d;
}

.NavBarPartBoxImg {
	display: block;
	width: 100%;
	height: 60%;
	padding: 2px 2px 2px 2px;		/* Top, Right, Bottom, Left */
	overflow:hidden;
}


.NavBarPartBoxLogo {
	display: block;
	width: 100%;
	height: 24%;
	overflow:hidden;
}
.NavBarPartBoxText {
	display: block;
	width: 100%;
	height: 16%;
	text-align: center;
	color: #008fb3;   		/*  Sort of a teal blue/green background color	*/
	vertical-align: bottom;
}


.NavBarCart2 img {
	display: inline-block;
	margin: 20px 0px 0px 20px;		/* Top, Right, Bottom, Left */
}




/*================================================================ */
/*	5-2017                                                        */
/*	This code copied from W3C.  Used for the clickable            */
/*	slideshow for displaying the brand part category images and   */
/*	links on the NavBar for "brand" pages.                        */
/*	We'll modify it as needed, removing the stuf we don'w want,   */
/*	like the text, dots, and fade.                                */
/*================================================================ */

/* Slideshow container */
.slideshow-container {
/*max-width: 1000px;*/
max-width: 80%;
position: relative;
/*margin: auto;*/
display: inline;
}

.mySlides {
display: none;
}

/* Next & previous buttons */
.prev, .next {
cursor: pointer;
/*position: absolute;*/
top: 50%;
/*	width: auto;	*/
width: 4%;
margin-top: -22px;
padding: 10px;
color: white;
font-weight: bold;
font-size: 36px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
/*visible: */
}

/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
/* Position the "next button" to the right */
.prev {
left: 0;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.1); 
	font-size: 42px;
	border: 1px solid white;
}





/*--------------------------------------------------------------- */
/*                Two column site pages                           */
/*--------------------------------------------------------------- */


.SitePage {
	width: 100%;
	padding: 0px 9% 0px 9%;		/* Top, Right, Bottom, Left */
}



.SitePageCol1 {
	display: inline-block; 
	width: 48%; 
	vertical-align: top;
}


.SitePageCol2 {
	display: inline-block; 
	width: 48%; 
/*	vertical-align: top; */
	margin-left: 3%;
}

.SectionHeading {
	display: inline-block; 
	width: 70%; 
	font-size: 20px;
	color: white;
	background: #008fb3; 
	font-weight: bold;
	border-radius: 5px;
	border: 1px solid #8585ad;
	padding: 3px 0px 3px 6px;		/* Top, Right, Bottom, Left */
	margin-bottom: 8px;
}





/*--------------------------------------------------------------- */
/*                         HOME PAGE                              */
/*--------------------------------------------------------------- */



.HomePageH1  {
	margin: 20px 0% 0px 0%;		/* Top, Right, Bottom, Left */
	font-size: 36px;
	color: white;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}





/* Brand letters in the NavBar */
.BrandLetter {
	width: 32px;
	height: 32px;
	font-size: 20px;
	background: white;
	border: 1px solid #8585ad;
	border-radius: 4px; 
	color: #666699; 
	padding-top: 3px;
	text-decoration: none;
	display: inline-block;
}

.BrandLetter:hover  {
	border: 1px solid #003d4d;
	font-weight: bold;
	cursor: pointer; 
}



.HomePageBrands {
	width: 100%;
	padding: 0px 9% 0px 9%;		/* Top, Right, Bottom, Left */
}


.HPBrandsCol1 {
	display: inline-block; 
	width: 48%; 
	vertical-align: top;
}


.HPBrandsCol2 {
	display: inline-block; 
	width: 48%; 
/*	vertical-align: top; */
	margin-left: 3%;
}



.HPBrandRow {
	width: 100%;
	vertical-align: middle; 
}

.HPBrandRow_Img {
	display: inline-block;
	width: 20%;
/*	width: 110px; */
/*	height: 80px; */  /* Fixed height causes vertical-align to fail */
	height: 100%;			/* Using a percentage instead of a fixed value (PX, en, etc) causes the vertical-aligh: middle to work! */
	vertical-align: middle; 
	overflow:hidden;
}

.HPBrandRow_Text {
	display: inline-block;
	vertical-align: middle; 
	width: 73%;
	margin-left: 10px;
	text-decoration: none;
}




.BrandGroup {
	border-radius: 6px; 
	border: 2px solid #6280A4; 
	background-color: white;
	font-size: 20px;
	margin-top: 50px;
	padding-left: 10px;
}

.BrandGroupLegend {
	color: white;
	font-size: 24px;
	border-radius: 5px;
	border: 2px solid #008fb3; 
	background: #008fb3; 
	margin-top: -20px;
	margin-left: 20px;
	width: 10%;
	font-weight: normal;
	padding: 4px 0% 4px 14px;		/* Top, Right, Bottom, Left */

	background: linear-gradient(#00a3cc, #006680); /* Standard syntax (must be last) */
}

.BrandGroup a{
	text-decoration: none;
}

.BrandGroup a:hover{
	font-weight: bolder;
}



.BrandsForm {
	width: 100%;
	background-color: white;
	vertical-align: top;
	font-size: 20px;
	margin-top: 20px;

}



.BrandsForm fieldset {
	background-color: white;
	border-radius: 8px;  
	border: 2px solid #008fb3; 
}





.BrandsForm legend {
		background: #008fb3; 
		color: white;
		font-size: 24px;
		border-radius: 5px;
		margin-left: 10px; }



.BrandsForm a{
	text-decoration: none;
}

.BrandsForm a:hover{
	font-weight: bolder;
}


.HPTxt1 {
	width: 100%;
	padding: 0px 9% 0px 9%;		/* Top, Right, Bottom, Left */
	background-color: white;
	vertical-align: top;
}

.HPTxt1_Col1 {
	display: inline-block;
	width: 40%;
	vertical-align: top;
}
.HPTxt1_Col2 {
	display: inline-block;
	width: 40%;
	vertical-align: top;
	margin-left: 10%;
}

/*========================================== */
/*            PARTS BY MODEL PAGE            */
/*========================================== */

.ModelPageH2 {
	color: white;
	width: 100%;
	height: 60px;
	font-size: 24px;
	text-align: left;
	margin-top:80px;/*  */
	background-color: #007a99;
	padding: 15px 15px 20px 15px;		/* Top, Right, Bottom, Left */
	
		background: #006680; /* For browsers that do not support gradients */
		background: -webkit-gradient(linear,top,  from(#00a3cc), to(#006680));
		background: -o-linear-gradient(#00a3cc, #006680); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#00a3cc, #006680); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#00a3cc, #006680); /* Standard syntax (must be last) */
}

.ModelPageHr {
	color: #007a99;
	display: block;
	height: 9px;
	width: 80%;
	margin-left: 10%;
}



/*  11-2019 DELETE this stuff, replace.
.DiagramsBox {
	width: 80%;
	height: 400px;
	margin: 0px 10% 0px 10%;		/* Top, Right, Bottom, Left */
	background: white;
	border: 1px solid #006680;
}

.DiagramsBoxCol1 {
	width: 50%;
	height: 100%;
}


.DiagramsBoxCol2 {
	width: 50%;
	height: 100%;
}
 END OF DELETE   */




.ImageBox {
/*	display: inline;*/
	display: inline-block;
	background: white;
	width: 110px;
	height: 110px;
	margin: 0px 2px 0px 2px;		/* Top, Right, Bottom, Left */
	border: 1px solid #006680;
	vertical-align: bottom;
	cursor:pointer; 
}





/*  DiagramBox is used to hold GrillPic/PartsPic/PartsList images on the PartsByModel page    */
.DiagramBox { 
	display: inline-block; 
	background: white;
	height: 116px; /* Equals maximum image height */ 
	width: 116px; 
	margin: 2px 2px 2px 2px;		/* Top, Right, Bottom, Left   ==>left/right margin doesn't seem to work  */
	padding: 4px 4px 4px 4px;		/* Top, Right, Bottom, Left */
	border: 1px solid #006680;
/*	white-space: nowrap;		*/ /* This is required unless you put the helper span closely near the img */ 
	text-align: center; margin: 1em 0; 
	cursor:pointer; 
} 
.helper { 
	display: inline-block; 
	height: 100%; 
	vertical-align: middle; 
} 
.DiagramBox img { 
	background: #3A6F9A; 
	vertical-align: middle; 
	max-height: 110px; 
	max-width: 110px; 
}
















.MeasureOldParts {
	Width: 50%;
	margin-left: 25%;
	margin-bottom: 40px;
	background: white;
	padding: 2px 15px 0px 15px; 		/* Top, Right, Bottom, Left */
	box-shadow: 10px 10px 5px grey;
	border: 1px solid gray;
	border-radius: 10px;
	font-size:	smaller;
	text-align: justify;
	text-justify: inter-word;
}



.ModelAllPartsLink {
	display: block;
	font-size:		14pt;
	cursor:pointer; 
}

.ModelAllPartsLink a{
	font-weight: normal;
	text-decoration: none;
}




/*------------------------------------------ */
/*            PART TABLE                     */
/*------------------------------------------ */



/* PartsSegment is a band that is 100% wide.  The parts table sits in the band and is 80% wide. THis allows,  */
/* among other things, to establish a background color the table sits over.	 */

.PageSegment {
	display: block;
	width: 100%;
/*	background-color: #f4f4f7;	*/
}

.PartsTable {
	width: 80%;
	background-color: white;
	margin: 0px 10% 0px 10%;		/* Top, Right, Bottom, Left */
}


/* A PartGroup is a box with a border and a "legend, similar to fieldset+legend 	*/
/* One or more parts will be displayed, with an add to cart form, in the PartGroup box.	*/
.PartGroup {
	margin: 40px 10% 0px 10%;		/* Top, Right, Bottom, Left */
	border-radius: 6px; 
	border: 2px solid #6280A4; 
	background-color: white;
/* 1-2025 Font changes required by implementation of OpenCart */
    	font-family: 	"Helvetica";
	font-size:		12pt;
	color: #333333; 
/*  ENd of OpenCart caused changes  */

}

.PartGroupLegend {
	color: white;
	font-size: 24px;
	border-radius: 5px;
	border: 2px solid #6280A4;
	background: #1F497D;
	margin-top: -20px;
	margin-left: 20px;
	padding: 0 10px;
	width: 35%;
	font-family: Verdana;
	font-weight: normal;
	padding: 4px 0% 4px 8px;		/* Top, Right, Bottom, Left */

	background: linear-gradient(#00a3cc, #006680); /* Standard syntax (must be last) */
}


.ModelPartsForm {
	width: 80%;
	margin: 0px 10% 0px 10%;		/* Top, Right, Bottom, Left */
	font-family: Verdana;
/*border: 1px dashed blue;*/
}


.ModelPartsForm legend {
		background: #1F497D;
		color: #fff; padding: 3px 10px ;
		font-size: 20px;
		border-radius: 5px;
		box-shadow: 0 0 0 5px #ddd;
		margin-left: 20px; }

.ModelPartsForm fieldset {
	background-color: white;
/*		background:#F4F4F7; */
		border-radius: 8px; 
		border: 2px solid #6280A4; }

.ModelPartsForm h3 {
		margin: 0px 0% 0px 0%;		/* Top, Right, Bottom, Left */
		font-size: 20px;
		font-weight: normal;
		font-family: Verdana;
}




.PartsTable-Row {
	width: 100%;
	background-color: white;
}

.PartsTable-Col1Description {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding: 5px 5px 5px 5px;		/* Top, Right, Bottom, Left */
/*border: 1px dashed blue;*/
}


/* Change current usage to NoTopMargin and delete PanelMeasurements  */
.PanelMeasurements {
}

.PanelMeasurements ul {
	margin-top: 0px;
}


.NoTopMargin {
	margin-top: 0px;
}




.PartsTable-Col2Image {
	display: inline-block;
	width: 30%;
/*border: 1px dashed blue;*/
}

.PartsTable-Col3AddToCart {
	display: inline-block;
	width: 18%;
	vertical-align: top;
	text-align: right;
/*border: 1px dashed blue;*/
}

.PartsHR {
	height: 1px;
	color: #6280A4;
}




/*--------------------------------------------------------------- */
/*                         LOWER H1 BAR                           */
/*--------------------------------------------------------------- */
.H1Bar	{
width: 80%;
	display: block;
	color: #0052cc;
   	background: #efeff5;
	margin: 8px 0px 0px 10%;		/* Top, Right, Bottom, Left */
border: 1px dashed #8282b0;
border-radius: 3px;

}
.H1Bar h1	{
	margin: 0px 0px 0px 0px;		/* Top, Right, Bottom, Left */
	padding: 7px 0px 0px 0px;		/* Top, Right, Bottom, Left */
}
























/*----------------------------------  MAIN BODY TABLE ----------------------------------- */

.HomeMainTable {
	display: table;
     	width: 100%; 
	border-spacing:0px;  
	float: left;
 	padding-left: 0px;
 	padding-right: 0px;
}
.HomeMainCol1 {			/*  Parts by ModelSeries  */
	display: table-cell;
	width: 50%;
	float: left;
	vertical-align: middle;
}
.HomeMainCol2 {			/*  Gutter between Col1 & Col3  */
	display: table-cell;
	width: 33%;
	float: left;
}
.HomeMainCol3 {			/*  VERIFY YOUR MODEL#  */
	display: table-cell;
	width: 250px;
	float: right;
	vertical-align: middle;
}
/*----------------------------------  MAIN BODY TABLE ----------------------------------- */

/* TWO EQUAL COLUMNS WITH GUTTER  */
.MainBodyTable {
	display: table;
     	width: 100%; 
	border-spacing:0px;  
	float: left;
 	padding-left: 0px;
 	padding-right: 0px;
}
.MainBodyCol1 {			/*  Parts by ModelSeries  */
	display: table-cell;
	width: 45%;
	float: left;
	vertical-align: middle;
}
.MainBodyCol2 {			/*  Gutter between Col1 & Col3  */
	display: table-cell;
	width: 10%;
	float: left;
}
.MainBodyCol3 {			/*  VERIFY YOUR MODEL#  */
	display: table-cell;
	width: 45%; 
	float: left;
	vertical-align: middle;
}





.BottomBar{
	display: block;
	margin: 5px 0px 0px 0px;		/* Top, Right, Bottom, Left */
	padding: 0px 0px 0px 0px;		/* Top, Right, Bottom, Left */
	height: 100px;
	width: 100%;
	padding-top: 50px;
	font-size:		14pt;
	max-Width: 100%;
	color: white;
	background: #008fb3;   		/*  Sort of a teal blue/green background color	*/
/*	border: 1px solid red;  */
/*	border-top: 2px solid #006680; */


		background: #006680; /* For browsers that do not support gradients */
		background: -webkit-gradient(linear,top,  from(#00a3cc), to(#006680));
		background: -o-linear-gradient(#00a3cc, #006680); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#00a3cc, #006680); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#00a3cc, #006680); /* Standard syntax (must be last) */

}

.BottomBar a{
	text-decoration: none;
	color: white;
}
.BottomBar a:visited{
	color: white;
	text-decoration: none;
}





/*--------------------------------------------------------------- */
/*                      BRAND HOME PAGE                           */
/*                      BRAND HOME PAGE                           */
/*                      BRAND HOME PAGE                           */
/*--------------------------------------------------------------- */

.models { td{padding:0px; valign: "top";}
	table {font-size: 8pt}}

.models td{font-size:11pt; padding:0px;}

/*.BrandHomeCol1   td{padding: 5px; font-size: 11pt; background-color:#E1E1EB;} */



/* UNDER CONSTRUCTION   */
/*  UNDER CONSTRUCTION   */
/*   UNDER CONSTRUCTION   */
/*     UNDER CONSTRUCTION   */
/*       UNDER CONSTRUCTION   */








.BrandHomeForm {
	width: 100%;
/*	margin: 0px 10% 0px 10%;	*/	/* Top, Right, Bottom, Left */
	font-family: Verdana;
/*border: 1px dashed green; */
}


.BrandHomeForm legend {
		background: #1F497D;
		color: #fff; padding: 3px 10px ;
		font-size: 20px;
		border-radius: 5px;
		box-shadow: 0 0 0 5px #ddd;
		margin-left: 20px; }

.BrandHomeForm fieldset {
	background-color: white;
/*		background:#F4F4F7; */
		border-radius: 8px; 
		border: 2px solid #6280A4; }

.BrandHomeForm h3 {
		margin: 0px 0% 0px 0%;		/* Top, Right, Bottom, Left */
		font-size: 20px;
		font-weight: normal;
		font-family: Verdana;
}



.BrandHomePage {
	width: 100%;
	padding: 0px 9% 0px 9%;		/* Top, Right, Bottom, Left */
}


.BrandHomeCol1 {
	display: inline-block; 
	width: 28%; 
	vertical-align: top;
	background:#E1E1EB;
}


.BrandHomeCol2  {
	display: inline-block; 
	width: 34%; 
	vertical-align: top; 
/*	border: 1px dashed red;  */
	margin-left: 1%;
}



.BrandHomeCol3  {
	display: inline-block; 
	width: 34%; 
	vertical-align: top;
	margin-left: 1%;
/*	border: 1px dashed blue;  */
}


.BrandHomeTH {
		background: #006680; /* For browsers that do not support gradients */
		background: -webkit-gradient(linear,top,  from(#00a3cc), to(#006680));
		background: -o-linear-gradient(#00a3cc, #006680); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#00a3cc, #006680); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#00a3cc, #006680); /* Standard syntax (must be last) */
		color: white;
		height: 40px;
		font-weight: bold;
}



.partCategory {
}


.catDesc a {
	text-decoration: none;
}

.catImage {
}

.catImage img {	border-style: solid;
	border-radius: 15px;
	border-width:3px;
	border-color: silver;
	max-width: 100%;
	height: auto;
}

.catImage:hover  {
	/*order: 2px solid black;*/
	border: 2px solid #003d4d;
}




.PageNbrNavBar {
	display: inline-block;
	margin: 10px 0px 15px 15%;		/* Top, Right, Bottom, Left */
	padding: 6px 0px 0px 0px;		/* Top, Right, Bottom, Left */
	height: 30px;
	width: 70%;
	max-Width: 100%;
	background: white;   		
    	border-radius: 5px;
	text-align: center;
	border: 1px solid #003d4d;
	text-decoration: none;
}

.PageNumberLine {
	line-height:100%; 
	text-align: center;
}

.PageNumberLine a{
	text-decoration: none;
}

.CurrentPageNbr {
	line-height:100%; 
	color:white; 
	background-color:#007a99;
    	border-radius: 2px;
}







/*=================================================================================== */
/*          						  						           */
/*          				BRAND MODELS PAGE					           */
/*  9-2025    						  						           */
/*=================================================================================== */

.BrandModels {
	border-radius: 6px; 
	border: 2px solid #6280A4; 
	background-color: white;
	font-size: 14px;
	font-family: Verdana;
	margin: 0px 1px 10px 1px;		/* Top, Right, Bottom, Left */
	padding: 10px 10px 0px 10px;		/* Top, Right, Bottom, Left */
}

@media (min-width: 600px) {.BrandModels {margin:0px 2% 0px 2%;}		}	/* Top, Right, Bottom, Left */
@media (min-width: 900px) {.BrandModels {margin:0px 6% 0px 6%;}		}	/* Top, Right, Bottom, Left */
@media (min-width: 1200px){.BrandModels {margin:0px 10% 0px 10%;}	}	/* Top, Right, Bottom, Left */
@media (min-width: 1600px){.BrandModels {margin:0px 12% 0px 12%;}	}	/* Top, Right, Bottom, Left */
@media (min-width: 1900px){.BrandModels {margin:0px 15% 0px 15%;}	}	/* Top, Right, Bottom, Left */
@media (min-width: 2200px){.BrandModels {margin:0px 20% 0px 20%;}	}	/* Top, Right, Bottom, Left */
@media (min-width: 2800px){.BrandModels {margin:0px 25% 0px 25%;}	}	/* Top, Right, Bottom, Left */


.BrandModelRow {
	width: 100%;
	vertical-align: middle; 
}

.BrandModelRow a:hover{
	font-weight: bolder;
}
.BrandModelRow a:link{
	color: #333333; 
}

.BrandModelRow a{text-decoration: none;}


.BrandModelsImage {			/*  Grill image (if any)    */
	display: inline-block; 
	width: 17%;
}
.BrandModelsModel {			/*  Model Number            */
	display: inline-block; 
	width: 80%;
}

.BrandModelsDesc {			/*  Model Description       */
	display: none; 
	width: 0%;
}




@media only screen and (min-width: 800px) {		
	.BrandModelsImage {width:12%;}							/*  Grill Image		       */
	.BrandModelsModel {width:30%;}							/*  Model number	       */
	.BrandModelsDesc {display:inline-block; width:50%;}			/*  Model Description       */
}

@media only screen and (min-width: 900px)  { .BrandModelsImage {width:10%;}	.BrandModelsModel {width:28%;} .BrandModelsDesc  {width:59%;}  }
@media only screen and (min-width: 1200px) { .BrandModelsImage {width:8%;}	.BrandModelsModel {width:26%;} .BrandModelsDesc  {width:63%;}  }
@media only screen and (min-width: 1600px) { .BrandModelsImage {width:6%;}	.BrandModelsModel {width:24%;} .BrandModelsDesc  {width:67%;}  }
@media only screen and (min-width: 1900px) { .BrandModelsImage {width:6%;}	.BrandModelsModel {width:22%;} .BrandModelsDesc  {width:69%;}  }





/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/*        ADJUSTMENTS BY VIEWPORT SIZE            */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */


/* ============>    SMALL   <============  */
@media only screen and (max-width: 479px){
      body {  margin-left:	0%;  margin-right: 0%;}
      Body2 { margin-left:	1%;  margin-right: 1%;}

	.LogoBarCol1 {
		display: inline-block; 
		width: 100%; 
		}

	.LogoBarCol2 {
		display: inline-block; 
		width: 100%; 
		}

	.LogoBarCol3 {
		display: inline-block; 
		width: 100%; 
		}


	.LogoBarTopCart	{
		display: none; 
		}


	.SearchBox {width: 100%; margin: 18px 0px 0px 0px;}		/* Top, Right, Bottom, Left */
	.SearchForm {padding: 0px 0px 0px 0px;}				/* Top, Right, Bottom, Left */
	.SearchForm input[type=text] {
		padding: 9px 0px 3px 2px; 
		margin: 4px 0px 0px 7px;}		/* Top, Right, Bottom, Left */

	.HPBrandsCol1 { width: 100%; }
	.HPBrandsCol2 { width: 100%; }
	.HomePageBrands { padding: 0px 1% 0px 1%;	}
	.HPTxt1_Col1  { width: 100%; }
	.HPTxt1_Col2  { width: 100%; }

	#ModelsDropdown {
		width: 85%; 
		margin: 10px 0px 4px 0px;} 		/* Top, Right, Bottom, Left */

	#ModelsDropdown select { 
		font-size: 18px; 
		width: 90%;}	

	.MeasureOldParts {
		width: 90%;
		margin-left: 5%;}

	.ModelPartsForm { 
		width: 90%;
		margin: 0px 5% 0px 5%;}		/* Top, Right, Bottom, Left */
	

	.PartsTable-Col1Description {width: 100%;}
	.PartsTable-Col2Image {width: 100%;}
	.PartsTable-Col3AddToCart {width: 90%;}

	.BrandHomeCol1 { width:100%; }
	.BrandHomeCol2 { width:100%; }
	.BrandHomeCol3 { width:100%; }

}


/* ===========================================================  */
/* ============>  iPHONE LANDSCAPE  AND LARGER  <============  */
/* ===========================================================  */
@media only screen and (min-width: 480px) and (max-width: 767px){		/*  Specifying both min & max means styling only done once */
      body {  margin-left:	0%;  margin-right: 0%;}

	.LogoBarCol1 {
		display: inline-block; 
		width: 49%; 
		}

	.LogoBarCol2 {
		display: inline-block; 
		width: 49%; 
		}

	.LogoBarCol3 {
		display: inline-block; 
		width: 100%; 
		}

	.LogoBarTopCart	{
		display: none; 
		}


	.SearchBox {width: 100%; margin: 18px 0px 0px 0px;}		/* Top, Right, Bottom, Left */
	.SearchForm {padding: 0px 0px 0px 0px;}				/* Top, Right, Bottom, Left */
	.SearchForm input[type=text] {
		padding: 9px 0px 3px 2px; 
		margin: 4px 0px 0px 7px;}		/* Top, Right, Bottom, Left */

	
	#ModelsDropdown {
		width: 85%; 
		margin: 10px 0px 4px 0px;} 		/* Top, Right, Bottom, Left */

	#ModelsDropdown select { 
		font-size: 18px; 
		width: 90%;}	


	.MeasureOldParts {
		width: 90%;
		margin-left: 5%;}

	.ModelPageH2 {font-size: 20px;}

	.ModelPartsForm { 
		width: 90%;
		margin: 0px 5% 0px 5%;}		/* Top, Right, Bottom, Left */

	.PartsTable-Col1Description {width: 100%;}
	.PartsTable-Col2Image {width: 70%;}
	.PartsTable-Col3AddToCart {width: 25%;}




}


/* =============================================  */
/* ============>   iPAD PORTRAIT   <============  */
/* =============================================  */
/* When we get up to 768 wide, switch logo banner to a single row.   */
/*  It takes a certain minimum width to display all 3 columns on home page. */
@media only screen and (min-width: 768px) and (max-width: 1023px){		/*  Specifying both min & max means styling only done once */
      body {  margin-left:	0%;  margin-right: 0%;}

	.LogoBarCol1 {
		display: inline-block; 
		width: 33%; 
		}

	.LogoBarCol2 {
		display: inline-block; 
		width: 33%; 
		}

	.LogoBarCol3 {
		display: inline-block; 
		width: 32%; 
		}

	.LogoBarTopCart	{
		display: none; 
		}


	.SearchBox {width: 100%; margin: 18px 0px 0px 0px;}		/* Top, Right, Bottom, Left */
	.SearchForm {padding: 0px 0px 0px 0px;}				/* Top, Right, Bottom, Left */
	.SearchForm input[type=text] {
		padding: 9px 0px 3px 2px; 
		margin: 4px 0px 0px 7px;}		/* Top, Right, Bottom, Left */

	#ModelsDropdown {
		width: 85%; 
		margin: 10px 0px 4px 0px;} 		/* Top, Right, Bottom, Left */

	#ModelsDropdown select { 
		font-size: 18px; 
		width: 90%;}
	
	.MeasureOldParts {
		width: 70%;
		margin-left: 15%;}

	.ModelPageH2 {font-size: 20px;}
}




/* ============>  iPAD LANDSCAPE  <============  */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
      body {  margin-left:	0%;  margin-right: 0%;}

	.LogoBarCol1 {
		display: inline-block; 
		width: 33%; 
		}

	.LogoBarCol2 {
		display: inline-block; 
		width: 33%; 
		}

	.LogoBarCol3 {
		display: inline-block; 
		width: 32%; 
		}

	.LogoBarTopCart	{
		display: none; 
		}


	.SearchBox {width: 100%; margin: 18px 0px 0px 0px;}		/* Top, Right, Bottom, Left */
	.SearchForm {padding: 0px 0px 0px 0px;}				/* Top, Right, Bottom, Left */
	.SearchForm input[type=text] {
		padding: 9px 0px 3px 2px; 
		margin: 4px 0px 0px 7px;}		/* Top, Right, Bottom, Left */

	#ModelsDropdown {
		width: 85%; 
		margin: 10px 0px 4px 0px;} 		/* Top, Right, Bottom, Left */

	#ModelsDropdown select { 
		font-size: 18px; 
		width: 90%;}	
	
	.MeasureOldParts {
		Width: 70%;
		margin-left: 15%;}

	.ModelPageH2 {font-size: 24px;}
}






/* ===============================================  */
/* =========>     COMPUTER MONITORS     <=========  */
/* ===============================================  */
@media only screen and (min-width: 1280px) and (max-width: 1599px) {
      body {  margin-left:	0%;  margin-right: 0%;}

	.LogoBarCol1 {
		display: inline-block; 
		width: 33%; 
		}

	.LogoBarCol2 {
		display: inline-block; 
		width: 33%; 
		}

	.LogoBarCol3 {
		display: inline-block; 
		width: 32%; 
		}

	.LogoBarTopCart	{
		display: none; 
		}


	.SearchBox {width: 100%; margin: 18px 0px 0px 0px;}		/* Top, Right, Bottom, Left */
	.SearchForm {padding: 0px 0px 0px 0px;}				/* Top, Right, Bottom, Left */
	.SearchForm input[type=text] {
		padding: 9px 0px 3px 2px; 
		margin: 4px 0px 0px 7px;}		/* Top, Right, Bottom, Left */

	#ModelsDropdown {
		width: 85%; 
		margin: 10px 0px 4px 0px;} 		/* Top, Right, Bottom, Left */

	#ModelsDropdown select { 
		font-size: 18px; 
		width: 90%;}	
}





/* ============>  LARGE MONITORS  <============  */
@media only screen and (min-width: 1600px) and (max-width: 3600px) {
      body {  margin-left:	0%;  margin-right: 0%;}

	.LogoBarCol1 {
		display: inline-block; 
		width: 33%; 
		}

	.LogoBarCol2 {
		display: inline-block; 
		width: 33%; 
		}

	.LogoBarCol3 {
		display: inline-block; 
		width: 32%; 
		}

	.LogoBarTopCart	{
		display: none; 
		}


	.SearchBox {width: 100%; margin: 18px 0px 0px 0px;}		/* Top, Right, Bottom, Left */
	.SearchForm {padding: 0px 0px 0px 0px;}				/* Top, Right, Bottom, Left */
	.SearchForm input[type=text] {
		padding: 9px 0px 3px 2px; 
		margin: 4px 0px 0px 7px;}		/* Top, Right, Bottom, Left */

	#ModelsDropdown {
		width: 85%; 
		margin: 10px 0px 4px 0px;} 		/* Top, Right, Bottom, Left */

	#ModelsDropdown select { 
		font-size: 18px; 
		width: 90%;}	
}

