﻿#TableCellRight
{
    background-color: #F3F3F3;
    /*background-image: url(Images/linedl.gif);*/
    background-image: none;
    background-repeat: repeat;
    vertical-align: top;
}
#TableCellLeft
{
    background-image: none;
}

#shirt
{
    position:relative;
    background-image: url(Images/shirtsmall.gif);
    background-repeat: no-repeat;
    width: 150px;
    height: 158px;
    margin-top: 125px;
    margin-right: -150px;
    margin-bottom: -158px;
    left: -120px;
    z-index: 1000;
    visibility: hidden ;
}

.shirt
{
    position:relative;
    background-image: url(Images/shirtsmall.gif);
    background-repeat: no-repeat;
    width: 150px;
    height: 158px;
    margin-top: 125px;
    margin-right: -150px;
    margin-bottom: -158px;
    left: -120px;
    z-index: 1000;
    visibility: hidden ;
}

.shirtb
{
    position:relative;
    background-image: url(Images/shirtsmall.gif);
    background-repeat: no-repeat;
    width: 150px;
    height: 158px;
    margin-top: 125px;
    margin-right: -150px;
    margin-bottom: -158px;
    left: -120px;
    z-index: 1000;
    visibility: hidden ;
}

#artwork
{
    position:relative;
    width: 77px;
    height: 88px;
    left: 36px;
    top: 25px;
}

#TextArea
{
 position:relative;
    top: -100px;
    width: 425px;
    margin-bottom: -100px;
    font-family: Verdana, Arial, Tahoma, Sans-Serif;
    font-size: 10pt;
    line-height: 13pt;
}

#TextAreaSub h1
{
    color: #425C72;
    font-size: 14pt;
    font-family: Garamond, Serif;
       margin-left: 30px;
}

#TextAreaSub p
{
   margin: 0;
   padding: 0;
   margin-left: 50px;
   margin-right: 15px;
   margin-bottom: 10px;
   
}

/*Class*/
.sepline
{
    background-image: url(Images/lined.gif);
    background-position: left center;
    background-repeat: no-repeat;
    width: 262px;
    height: 4px;
}