#pup {
  position:absolute;
  z-index:200; /* aaaalways on top*/
  padding: 3px;
  margin-left: 10px;
  margin-top: 5px;
  width: 350px;
  border: 1px solid black;
  background-color: #ffffff;
  color: black;
  font-size: 0.95em;
}
.cardMainTable {

    width: 265px;
    margin: 19px; 
    margin-bottom: 0px;
    border-style: solid; 
    border-width: 3px; 
    -moz-border-radius: 9px; 
    border-radius: 9px; 
    background-color: #231f20;
    height: 360px;
    border-color: #231f20;
    display: inline-block;
}

.cardSecondTable {
    
    width: 255px;
    margin: 5px; 
    background-color: #d1b85b;
    background-image: url(https://trophyfishingonline-18842.kxcdn.com/images/mainCardBg.gif);
    height: 350px;
}

.cardThirdTable {
    
    width: 247px;
    margin: 4px; 
    background-color: #036c41;
    height: 326px;
    display: inline-block;
}

.cardTitleArea {
    
    height: 25px;
    font-size: 16px;
    line-height: 25px;
    background-color: #ceb575;
    background-image: url(https://trophyfishingonline-18842.kxcdn.com/images/cardTitleBg.gif);
    
    
    -moz-border-radius: 2px; 
    border-radius: 2px;
    
    border-style: solid; 
    border-width: 2px; 
    border-bottom-width: 0px;
    border-color: #0d0b0e;
    width: 237px;
    margin: 3px;
    margin-bottom: 0px;
    display: inline-block;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    
}

.paddingLeft {
    
    margin-left: 5px;
}

.paddingLeft2 {
    
    margin-left: 5px;
    display: inline-block;
    font-family: "Times New Roman", Times, serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
}


.cardImageArea {
    
    height: 140px;
    width: 237px;
    
    font-size: 16px;
    line-height: 25px;
    
    
    -moz-border-radius: 2px; 
    border-radius: 2px;
    
    border-style: solid; 
    border-width: 2px; 
    border-bottom-width: 0px;
    border-color: #0d0b0e;
    margin: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    
}

.cardDetailArea {
    
    height: 20px;
    width: 237px;
    
    font-size: 11px;
    line-height: 19px;
    background-color: #ceb575;
    
    
    -moz-border-radius: 2px; 
    border-radius: 2px;
    
    border-style: solid; 
    border-width: 2px; 
    border-color: #0d0b0e;
    margin: 3px;
    margin-top: 0px;
    font-weight: bold;
    display: inline-block;
    font-family: "Times New Roman", Times, serif;
    
}


.cardTextArea {
    
    height: 120px;
    width: 237px;
    
    font-size: 14px;
    line-height: 25px;
    background-color: #ceb575;
    background-image: url(https://trophyfishingonline-18842.kxcdn.com/images/cardTextAreaBg.gif);
    
    
    -moz-border-radius: 2px; 
    border-radius: 2px;
    
    border-style: solid; 
    border-width: 2px; 
    border-color: #0d0b0e;
    margin: 3px;
    margin-top: 0px;
    display: inline-block;
    font-family: "Times New Roman", Times, serif;
}


.FIXEDtable table{
    table-layout: auto;
}

