﻿/* Clothing Page */

.clothingHolder
{
    display:block;
    width: 700px;
    padding: 5px 5px 5px 5px;
    margin: 3px 0px 0px 0px;
}

.lblClothingHeading
{
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
}

.clothingImage
{
    width: 315px;
    height: 315px;
    padding: 0px;
    margin: 0px;
    background-image: url(../images/layout/ImageDropShadow.png);
}

.imageBorder
{
    width: 294px;
    height: 294px;
    padding: 0px;
    margin: 0px;
    border: 2px dashed #ae3232;
}

.clothingDetails
{
    width: 400px;
    text-align: center;
    margin: 0px 0px 0px 5px;
}

.lblClothingDetails
{
    display: block;
    margin: 8px 0px 0px 0px;
}

/* Clothing Details Page */

.clothingColumn
{
    vertical-align: top;
}

.detailLabels
{
    display: block;
    margin: 0px 0px 8px 0px;
}

.detailImages
{
    width: 294px;
    height: 294px;
}

.clothingSpecs
{
    text-align: left;
    color: #ffffff;
}

/* Update Store Page */

.labels
{
    float: left;
    display: block;
    width: 120px;
    text-align: right;
    margin: 0px 5px 0px 0px;
}

.lblClothing
{
    display: block;
    margin: 0px 0px 10px 0px;
}

.controls
{
    float: left;
    display: block;
    width: 120px;
    text-align: left;
}

.txtControls
{
    display: block;
    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: 315px;
    height: 165px;
    padding: 0px;
    margin: 0px 0px 0px 5px;
    background-image: url(../images/layout/rangeImageDropShadow.png);
}

.rangeImageBorder
{
    width: 296px;
    height: 146px;
    padding: 0px;
    margin: 0px;
    border: 2px dashed #ae3232;
}

.rangeImageColumn
{
    vertical-align: top;
}

.rangeImages
{
    width: 296px;
    height: 146px;
}

/* Manage Offers */

.offerImageThumb
{
    margin: 5px;
}

.offerGridLabels
{
    color: #ffffff;
    font-weight: bold;
}

.colManageOffers
{
    text-align: center;
}

.tblContentCol
{
    vertical-align: top;
}
