﻿.product_container
{
    position: relative;
    width: 120px;
    height: 135px;
    float: left;
}
.thumbnail_hldr
{
    position: relative;
    width: 120px;
    height: auto;
    float: left;
}
.thumbnail_hldr:hover
{
    padding: 5px;
    position: relative;
    width: auto;
    height: auto;
    float: left;
    background-color: #808080;
}
.Product_thumb_name
{
    position: relative;
    width: 120px;
    height: 20px;
    text-align: center;
    float: left;
}
.product_listing_hldr
{
    position: relative;
    width: 600px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
.Product_list_title_hldr
{
    position: relative;
    width: 500px;
    height: auto;
}
.PDF_file_hldr
{
    position: relative;
    width: 500px;
    height: 20px;
}

