﻿
/* ====== css for the products lists ====== */
#tblProductsList
{
  vertical-align:middle; 
  margin-top:10px;
  margin-left:-5px;
}
.clsProdImgTd
{ width:105px; 
}

.clsProdImg
{
    /* width:105; height:138; */
    border:1px solid #E0DDD6;  
    padding: 10px 8px 10px 8px;
}
.clsProdImgLink
{ text-decoration:none;  
}
.clsProdTextTd
{height:108px;  
 vertical-align:top;
 padding-top:10px;
}
.clsProdHeader, .clsProdDitailsHeader
{padding-bottom:5px; 
 color:#988C5D; 
 font:bold 16px arial;
 text-decoration:none;
 display:block;
}
.clsProdBtnReadMore, .clsProdBtnBronchere
{ border:none; 
  height:23px;
  margin-bottom:0px;
  cursor:pointer;
}
.clsProdBtnReadMore
{ width:87px; 
}
.clsProdBtnBronchere
{ width:89px; 
  margin-right:15px;
}

/* ====== css for the single product page ====== */
.clsProdDitails
{
    width:542px; 
    padding-top:20px; 
    padding-right:8px;
}
.clsProdImgBig
{   float:left; 
    width:190px; 
    /*height:212px; */
    border:1px solid #E0DDD6; 
    margin:0px 25px 25px 0px;
    padding:5px 5px;
}
.clsProdDitailsHeader
{padding-top:10px; /* + has more css above */
}
.clsProdDrawing
{   width:100%; 
    text-align:center;
}

/* ====== CSS for the side download links ====== */

.clsProdDownloadFrame
{   
    /* pdiing bottom is 60 for bottom background image */
    padding:10px 12px 59px 12px;
    margin:0;
    background:#DDDDDD url('../images/products/prodRightSideBottom.jpg') no-repeat bottom right;
    border:0px solid red;
    
    width:156px;

    vertical-align:top; 
    font-weight:bold; 
    color:#333;
    
    /* no space between this and top menu */
    /*position:relative;
    top:-3px;*/
}
.clsProdDownloadHeader
{   margin-bottom:10px; 
    padding-top:20px;
    font:bold 12px arial;
}

.lnkProdBtnDownloadPDF, .lnkProdBtnDownload
{
    display: block;
    font:bold 11px arial; 
    color:#333;
    text-decoration:none;  
    margin-top:5px;  
}

.lnkProdBtnDownloadPDF
{   
    padding:5px 26px 6px 10px; 
    width:120px; 
    background: #DDDDDD url('../images/products/prodBtnDownloadPDF.gif') no-repeat;
}

.lnkProdBtnDownload
{  
    padding:5px 20px 6px 10px; 
    width:126px; background: #DDDDDD url('../images/products/prodBtnDownload.gif') no-repeat;
}

/************** TMP -  prod old site products css ****************/
.Image 
{ 
    padding-left:8px; 
    padding-right:8px; 
    padding-bottom:10px; 
    padding-top:10px; 
}

p 
{margin:0px; /* FOR LINE HEIGHT */
}

 h3,  h3 a , .Title  /* HEADERS */
{
    padding-bottom:5px; 
     color:#988C5D; 
     font:bold 15px arial;
     text-decoration:none;
     display:block;
}
/************** TMP -  prod old site products css ****************/