﻿/* Add 177px on previous image row "top" to add a new image row */
/* Add 120px on image "top" for item/price tag positioning */
/* Add 180px on image "left" for new image column */


body
{
    background-color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: medium;
    color: Silver;
    line-height: 16pt;
    letter-spacing: normal;
}

h1,h2,h3
{
    font-size:large ;
    color: Black;
       
}

.lblCategory
{
  left: 20%;
  position: absolute ;
  top:220px;
  text-align : center ;
  width : 886px;
  background-color : White;
  border-color :#cc6600;
  font-weight:bold;
  color : Black ;
  border-style : ridge; 
}
/*First image row for page that do not have table price list */
 .imgThumbNailTopLeft
  {
    left: 300px;
    top:280px;
    width :158px;
    position:absolute ;
  }
  /*item/Price tag*/
  .itemTopLeft
{
    left: 300px;
    top: 400px;
    width:114px;
    position:absolute;
    height: 37px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
}
  /* First row Second Column Pic for no table price list page*/
  .imgThumbNailTopLeftMiddle
  {
    left: 480px;
    top:280px;
    width :158px;
    position:absolute ;
  }
  .itemTopLeftMiddle
{
    left: 480px;
    top: 400px;
    width:114px;
    position:absolute;
    height: 37px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
}
  .imgThumbNailTopRightMiddle
  {
    left: 660px;
    top:280px;
    width :158px;
    position:absolute ;
  }
  .itemTopRightMiddle
{
    left: 660px;
    top: 400px;
    width:114px;
    position:absolute;
    height: 37px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
}
.imgThumbNailTopRight
{
    left: 840px;
    top: 280px;
    width: 158px;
    position: absolute;
    
}
.itemTopRight
{
    left: 840px;
    top: 400px;
    width:114px;
    position:absolute;
    height: 37px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
}
/*Second Row First Column Pic*/
.imgThumbNailBottomLeft
  {
    left: 300px;
    top:420px;
    width :158px;
    position:absolute ;
  }
 .itemBottomLeft
{
    left: 300px;
    top: 540px;
    width:114px;
    position:absolute;
    height: 37px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
} 
  .imgThumbNailBottomLeftMiddle
  {
    left: 480px;
    top:420px;
    width :158px;
    position:absolute ;
  }
  .itemBottomLeftMiddle
{
    left: 480px;
    top: 540px;
    width:114px;
    position:absolute;
    height: 37px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
}
  .imgThumbNailBottomRightMiddle
  {
    left: 660px;
    top:420px;
    width :158px;
    position:absolute ;
  }
  .itemBottomRightMiddle
{
    left: 660px;
    top: 420px;
    width:114px;
    position:absolute;
    height: 37px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
}
  
  .imgThumbNailBottomRight
  {
    left: 840px;
    top:420px;
    width :158px;
    position:absolute ;
  }
  .itemBottomRight
{
    left: 840px;
    top: 420px;
    width:114px;
    position:absolute;
    height: 37px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
}
/*Image Position on page that have price list table*/
/*First row first column*/
 .imgThumbNailTopLeft_withTable
  {
    left: 300px;
    top:378px;
    width :158px;
    position:absolute ;
  }
  .itemTopLeft_withTable
{
    left: 300px;
    top: 500px;
    width:114px;
    position:absolute;
    height: 37px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
}

  .imgThumbNailTopLeftMiddle_withTable
  {
    left: 480px;
    top:378px;
    width :158px;
    position:absolute ;
  }
  .itemTopLeftMiddle_withTable
{
    left: 480px;
    top: 500px;
    width:114px;
    position:absolute;
    height: 37px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
}
  .imgThumbNailTopRightMiddle_withTable
  {
    left: 660px;
    top:378px;
    width :158px;
    position:absolute ;
  }
  .itemTopRightMiddle_withTable
{
    left: 660px;
    top: 500px;
    width:114px;
    position:absolute;
    height: 37px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
}

.imgThumbNailTopRight_withTable
  {
    left: 840px;
    top:378px;
    width :158px;
    position:absolute ;
  }
  .itemTopRight_withTable
{
    left: 840px;
    top: 500px;
    width:114px;
    position:absolute;
    height: 37px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
}

.imgThumbNailBottomLeft_withTable
  {
    left: 300px;
    top:555px;
    width :158px;
    position:absolute ;
  }
  .itemBottomLeft_withTable
{
    left: 300px;
    top: 675px;
    width:114px;
    position:absolute;
    height: 37px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
}
  .imgThumbNailBottomLeftMiddle_withTable
  {
    left: 480px;
    top:555px;
    width :158px;
    position:absolute ;
  }
  .itemBottomLeftMiddle_withTable
{
    left: 480px;
    top: 675px;
    width:114px;
    position:absolute;
    height: 37px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
}
.imgThumbNailBottomRightMiddle_withTable
  {
    left: 660px;
    top:555px;
    width :158px;
    position:absolute ;
  }
  .itemBottomRightMiddle_withTable
{
    left: 660px;
    top: 675px;
    width:114px;
    position:absolute;
    height: 37px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
}

  
  .imgThumbNailBottomRight_withTable
  {
    left: 840px;
    top:555px;
    width :158px;
    position:absolute ;
  }
  .itemBottomRight_withTable
{
    left: 840px;
    top: 675px;
    width:114px;
    position:absolute;
    height: 37px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
}
.imgThumbNailBottomLeft1_withTable
  {
    left: 300px;
    top:732px;
    width :158px;
    position:absolute ;
  }
    .itemBottomLeft1_withTable
{
    left: 300px;
    top: 852px;
    width:114px;
    position:absolute;
    height: 37px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
}
.imgThumbNailBottomLeftMiddle1_withTable
  {
    left: 480px;
    top:732px;
    width :158px;
    position:absolute ;
  }
    .itemBottomLeftMiddle1_withTable
{
    left: 480px;
    top: 852px;
    width:114px;
    position:absolute;
    height: 37px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
}
.imgThumbNailBottomRightMiddle1_withTable
  {
    left: 660px;
    top:732px;
    width :158px;
    position:absolute ;
  }
    .itemBottomRightMiddle1_withTable
{
    left: 660px;
    top: 852px;
    width:114px;
    position:absolute;
    height: 37px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
}

.imgThumbNailBottomRight1_withTable
  {
    left: 840px;
    top:732px;
    width :158px;
    position:absolute ;
  }
    .itemBottomRight1_withTable
{
    left: 840px;
    top: 852px;
    width:114px;
    position:absolute;
    height: 37px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
}

/* NEW ROW ADDED*/

.imgThumbNailBottomLeft2_withTable
  {
    left: 300px;
    top:909px;
    width :158px;
    position:absolute ;
  }
    .itemBottomLeft2_withTable
{
    left: 300px;
    top: 972px;
    width:114px;
    position:absolute;
    height: 37px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
}
.imgThumbNailBottomLeftMiddle2_withTable
  {
    left: 480px;
    top:909px;
    width :158px;
    position:absolute ;
  }
    .itemBottomLeftMiddle2_withTable
{
    left: 480px;
    top: 972px;
    width:114px;
    position:absolute;
    height: 37px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
}
.imgThumbNailBottomRightMiddle2_withTable
  {
    left: 660px;
    top:909px;
    width :158px;
    position:absolute ;
  }
    .itemBottomRightMiddle2_withTable
{
    left: 660px;
    top: 972px;
    width:114px;
    position:absolute;
    height: 37px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
}

.imgThumbNailBottomRight2_withTable
  {
    left: 840px;
    top:909px;
    width :158px;
    position:absolute ;
  }
    .itemBottomRight2_withTable
{
    left: 840px;
    top: 972px;
    width:114px;
    position:absolute;
    height: 37px;
    text-align: center;
    text-transform: capitalize;
    background-color: white;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
    font-size: 8pt;
}

.marqueeText
{
    position: absolute;
    top: 500px;
    left: 368px;
}
  
.priceTable
{
    Height: 67px;    
    left: 409px;
    position: absolute;
    top: 272px;
    vertical-align: middle;
    color: Black;
    background-color: Aqua ;
    text-align: center;
    width: 197px;
}

    
    

