﻿/* Clothing Page */

.clothingHolder
{
    width: 680px;
    padding: 5px 5px 5px 5px;
    margin: 3px 0px 0px 0px;
}

.lblClothingHeading
{
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
}

.clothingImage
{
    width: 316px;
    height: 316px;
    padding: 0px;
    margin: 0px;
    background-image: url(../images/layout/ImageDropShadow.png);
}

.imageBorder
{
    width: 316px;
    height: 316px;
    margin: 0px;
}

.clothingDetails
{
    width: 300px;
    text-align: center;
    margin: 0px 0px 0px 5px;
}

.lblClothingDetails
{
    display: block;
    margin: 8px 0px 0px 0px;
}

.lnkItemDetails
{
    text-decoration: none;
    font-family: Impact;
    color: #ff64ff;
    font-weight: normal;
    font-size: 18px;
}

/* Clothing Details Page */

.clothingColumn
{
    vertical-align: top;
    padding:5px 5px 5px 5px;
}

.detailLabels
{
    display: block;
    margin: 0px 0px 8px 0px;
}

.detailImages
{
    width: 282px;
    height: 282px;
    margin: 17px 17px 17px 17px;
}

.clothingSpecs
{
    text-align: left;
    color: #ffffff;
}

/* Update Store Page */

.lblItems
{
    display: block;
    float: left;
    width: 100px;
    text-align: right;
    font-family: Impact;
    color: #ff64ff;
    font-weight: normal;
    font-size: 16px;
    margin: 0px 5px 0px 0px;
}

.txtControls
{
    margin: 0px 0px 5px 0px;
    width: 400px;
}

.txtDescription
{
    display: block;
    margin: 0px 0px 5px 0px;
    width: 400px;
    height: 200px;
}

.uploadImage
{
    display: block;
    clear: both;
}

/* Store Ranges Page */

.rangeDescColumn
{
    vertical-align: top;
    width: 370px;
}

.rangeImageHolder
{
    display: block;
    float: left;
    width: 316px;
    height: 158px;
    padding: 0px;
    margin: 0px 0px 0px 8px;
    background-image: url(../images/layout/rangeImageDropShadow.png);
}

.rangeImageBorder
{
    width: 284px;
    height: 142px;
}

.rangeImageColumn
{
    vertical-align: top;
}

.rangeImages
{
    width: 284px;
    height: 126px;
    margin: 16px 0px 0px 16px;
}

/* Manage Offers */

.offerImageThumb
{
    margin: 5px;
}

.offerGridLabels
{
    color: #ffffff;
    font-weight: bold;
}

.colManageOffers
{
    text-align: center;
}

.tblContentCol
{
    vertical-align: top;
}
