﻿html
{
    margin: 0;
    padding: 0;
    height: 100%;
}

body
{
    text-align: center;
    background-color: #000000;
    font-family: Helvetica, arial, sans-serif;
    font-size: 14px;
    color: #9d9c9c;
    line-height: 22px;
    margin: 0;
    padding: 0;
    height: 100%;
    letter-spacing: 1px;
}

img
{
    margin: 0;
    padding: 0;
    border: 0;
}

form
{
    height: 100%;
}

h1
{
    font-size: 18px;
    text-transform: uppercase;
    color: #C10166;
    font-weight: normal;
    margin-top: 0px;
}

h2
{
    font-size: 22px;
    text-transform: uppercase;
    color: #534E52;
    font-weight: normal;
    margin-top: 0px;
}

.largetext
{
    font-size: 22px; /* text-transform: uppercase; */
    color: #C10166;
    font-weight: normal;
    margin-top: 0px;
}

.white
{
    color: #FFF;
}

.red
{
    color: #ca006c;
}

a
{
    text-decoration: none;
    color: #ca006c;
    font-size: 14px;
}

a:hover
{
    color: #D684AC;
}

.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -62px;
}

.header
{
    background-image: url("/images/headerbg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 144px;
    border-top: 2px solid #A9055D;
}

.content
{
    padding-bottom: 60px;
}

.footer
{
    background-image: url("/images/footerbg.png");
    background-repeat: repeat-x;
    background-position: center;
    height: 62px;
    width: 100%;
}

.push
{
    height: 62px;
}

.center
{
    text-align: left;
    width: 980px;
    margin: 0 auto;
    min-height: 100%;
    height: 100%;
}

.thumb
{
    cursor: pointer;
    width: 100px;
    height: 100px;
}

.thumb-selected
{
    border-left: 2px solid #ca006c;
}

.collection-thumb
{
    width: 90px;
    height: 90px;
}

.header ul
{
    margin: 0px;
    padding: 0px;
}

.header li
{
    list-style-type: none;
    padding: 0;
    float: left;
}

.header a
{
    padding: 0px 5px 0px 5px;
    display: block;
}

.crumbs
{
    color: #6E686C;
}

.crumbs a
{
    color: #6E686C;
}

.hovertxt
{
    position: absolute;
    color: #FFF;
    z-index: 10;
    font-size: 12px;
    line-height: 12px;
    padding: 10px;
    height: 135px;
    width: 136px;
    border-bottom: 2px solid #ca006c;
    display: none;
}

.product-thumb
{
    border-bottom: 2px solid #000;
    margin-right: 2px;
}

#collections a
{
    display: block;
}

.collections-thumb
{
    width: 156px;
    height: 156px;
}
