/*------CUSTOM STYLE PRODUCTS PAGE HNI WEBSITE 2021------*/


.prodPic {
width: 100%;
height: auto;
margin: 0 0 20px 0;
}


.prodName {
color: #853330;
font-size: 24px;
font-weight: bold;
text-align: left;
text-transform: uppercase;
display: block;
}


.prodSpecs {
font-family: Arial, Helvetica, sans-serif;
}


.prodFeatTitle {
color: #853330;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
display: block;
margin: 20px 0 0 0;
}



/*------Products Page------*/

.prodRow {
border-bottom: 1px solid #853330; 
padding-bottom: 20px
}



/*------Product Thumb NAV------*/

.prodThmbsNav {
border-top: 1px solid #853330; 
}



.prodThmbMargin {
margin: 0 0 30px 0;
}




/*-----Letter Box for Gen Hardware Alphabetical Listing-----*/


.letterRow {
width: 100%; 
height: 60px;
}


.letterBox {
width: 60px; 
height: auto;

color: #fff;							
font: Arial, Helvetica, sans-serif;
font-size: 30px;
font-weight: bold;
text-align: center;

padding: 20px; 
background: #672422;
}


/*-----Text menu properties for Current Product Page-----*/

.prodCurrnt {
color: #ff9900;
font-family: "Montserrat", sans-serif; 
font-weight: bold;

text-transform: uppercase;
cursor: default; 
}



/*--------------------Button Text link styles for VIDEOS--------------------*/


a.vidTxLink01:link {
display: inline-block;
color: #fff;
font-size: 20px;
font-weight: bold;
text-decoration: none;


-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;

border-radius: 5px;
-moz-border-radius: 5px;

padding: 15px;
background: #672422 ; /*----threebond red----*/
}


a.vidTxLink01:visited {
color: #fff;
font-weight: normal;
background: #ababab; /*----gray----*/
}


a.vidTxLink01:hover {
color: #fff;
background: #000 ; /*----threebond red----*/
}


a.vidTxLink01:active {
color: #fff;
background: #672422 ; /*----threebond red----*/
}



