﻿/*semi transparent image label here*/
#imagelabelContainer
{
    position:absolute;
    bottom:2px;
    left:10px;
    padding:0px 0px 0px 0px;
    background:Black;
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}
#imagelabel
{
    position:absolute;
    bottom:2px;
    left:10px;
    padding:0px 0px 0px 0px;
    color:white;
}
/*regular collection stuff*/
#collectionTable
{
    width:900px;
}
#thumbtext
{
    font-size:8pt;
    color:#4d4d4d;
    margin-top:0px;
}
#bottomalignstuff
{
    position:absolute; 
    bottom:104px;
}
#bottomalignstuff a
{
    font-size:12px;
    color:#4d4d4d;
}
#bottomalignstuff a:hover
{
    text-decoration:underline;
}
#bottomalignstuff ul
{
    padding:0px 0px 0px 18px;
    margin:0px;
}
#bottomalignstuff li
{
    list-style:square;
    padding-left:0px;
    margin:0px;
}
/*collection set product stuff*/
.setProductTitle
{
    vertical-align: bottom; 
    border-bottom:1px solid black; 
    letter-spacing: -.05em; 
    padding-top:10px; 
    height:10px;
    width:320px;
}
.setProductTitle a
{
    text-decoration: none; 
    color: black; 
    font-size: 15px; 
    font-weight: bold;
}
.setSalePrice
{
    text-align:right; 
    color: #B9282F; 
    font-size: 9pt; 
    font-weight: bold; 
    width:140px; 
    vertical-align: bottom; 
    border-bottom:1px solid black; 
    padding-top:10px; 
    height:10px;
}
.setAddCartButton
{
    text-align:right; 
    vertical-align: top; 
    width:105px; 
    padding-top:20px;
}
.setListPrice
{
    width:140px; 
    text-align:right; 
    font-size:8pt; 
    color:#4d4d4d;
}
.setListPrice span
{
    font-size:9pt;
}
.setMoreInfoBox
{
    font-size:10px;
    height:30px;
    width:320px;
}
.setMoreInfoBox a
{
    text-align: left; 
    color: #B9282F; 
    font-size: 8pt; 
    text-decoration: underline;
}
/*regular product stuff*/
.individualProductWrapper
{
    padding:8px 0px 8px 8px;
}
.individualProductWrapper table
{
    border:2px solid black; 
    padding:8px; 
    border-collapse: collapse;
    height:230px;
    width:100%;
    margin:0px;
}
.productThumbnailImage
{
    width:230px;
    height:230px;
    text-align:center;
    vertical-align: middle; 
    padding:8px 0px 8px 8px;
}
.productTitle
{
    height:75px;
    padding: 0px 0px 10px 8px;
    vertical-align:bottom;
}
.productDimensionBullets
{
    padding: 10px 5px 0px 8px;
    vertical-align:top;
    color:#4d4d4d;
    height:75px;
}
.productSaleListPrice
{
    width:150px;
    padding: 10px 5px 0px 0px;
    vertical-align:top;
    text-align:right;
    height:75px;
}
.productSaleListPrice b
{
    color:#CC0000;
    font-size:13px;
}
.productAddtoCartButton
{
    padding: 12px 5px 0px 0px;
    vertical-align:top;
    text-align:right;
    width:175px;
    height:75px;
    font-size:11px;
}
.productMoreInformationButton
{
    padding:0px 8px 12px 8px;
    vertical-align:bottom;
    text-transform:uppercase;
    height:30px;
}
.productMoreInformationButton a
{
    color:#CC0000;
    text-decoration:underline;
}
.productFreeShippingBox
{
     height:30px;
     vertical-align:bottom;
     padding:0px 15px 8px 8px;
     text-align:right;
}