﻿*
{
    margin: 0px;
}

body
{
    margin: 0px;
    padding: 0px;
    color: black;
    background-color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

h2
{
    font-size: 15px;
    font-weight: normal;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 10px;
}

div, td
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.page-break
{
    clear: both;
    page-break-after: always;
}

/* --------------- */
.td-cell-4
{
    border-top: solid 1px gray;
    padding: 15px;
    width: 360px;
    vertical-align: top;
    text-align: center;
}
.div-cell-4
{
    margin: 9px 0px 9px 0px;
    vertical-align: top;
    text-align: center;
    min-height: 250px;
}
.div-product-image-4
{
    height: 220px;
    line-height: 220px;
    margin: 9px;
    vertical-align: top;
    overflow: hidden;
}
.product-image-4
{
    max-height: 220px;
    vertical-align: middle;
    border: none;
}
.div-barcode-4
{
    position:relative;
    margin-top: 10px;
    height: 30px;
    overflow:hidden;
}
.barcode-image-4
{
    position:absolute;
    bottom: 0;
    left: 0px;
    max-width: 320px;
    border: none;
}
/* --------------- */
.td-cell
{
    border-top: solid 1px gray;
    width: 230px;
    vertical-align: top;
    text-align: center;
}
.div-cell
{
    margin: 9px 0px;
    vertical-align: top;
    text-align: center;
    width: 215px;
    min-height: 250px;
}
.product-name
{
    text-align: left;
}
.product-image
{
    border: none;
}
.div-product-image
{
    height: 100px;
    margin: 9px;
    vertical-align: top;
    overflow: hidden;
}
.div-product-attributes
{
    text-align: left;
    line-height: 20px;
}
.div-barcode
{
    position: relative;
    margin-top: 10px;
    height: 30px;
    overflow:hidden;
}
.barcode-image
{
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 210px;
    border: none;
}
#smaller1 .div-product-attributes
{
    text-align: left;
    line-height: 17px;
}

#smaller2 .div-product-attributes
{
    text-align: left;
    line-height: 15px;
}

