﻿html, body
{
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}
body
{
    overflow: scroll;
}
a
{
    cursor: pointer;
}
div, span, h1, h2, h3, h4, h5, h6, p, table, a img
{
    margin: 0;
    padding: 0;
    border: 0;
}

/* ---------------------------------------Layout Styles -----------------------------------*/

.PageWrapper
{
    width: 880px;
}
.HeaderDiv
{
    height: 92px;
}
.HeaderDiv img
{
    position: relative;
    top: 45px;
    left: 21px;
}
.TopWrapper
{
    height: 38px;
}
.TopNavDiv
{
    width: 100%;
    height: 28px;
    background: #E6E6E6;
}
.SideCartDiv
{
    width: 300px;
    height: 28px;
    background: #E6E6E6;
}
.MainContentWrapper
{
    overflow: hidden;
    margin-bottom: 5px;
}
.FooterInner
{
    height: 28px;
    background: #E6E6E6;
}
.FooterLeft
{
    position: relative;
    top: 10px;
    left: 10px;
}
.FooterRight
{
    position: relative;
    top: 8px;
    right: 8px;
}

/* -----------------------------------End Layout Styles -----------------------------------*/


/*----------------------------LookBook----------------------------*/

.LookBookLeft
{
    width: 435px;
    float: left;
}
.LookBookRight
{
    width: 443px;
    float: right;
}
.LookBookThumbTable
{
    height: 609px;
    max-height: 606px;
    float: right;
    position: relative;
    top: -3px;
}
.LookBookThumbTable td
{
    width: 147px;
    text-align: center;
    vertical-align: middle;
}
.LookBookThumbTable div
{
    width: 138px;
    height: 194px;
    max-height: 193px;
    border: 1px solid #FFF;
    cursor: pointer;
    overflow: hidden;
}

/*-------------------------end LookBook---------------------------------*/

/*-------------------------Side Cart-------------------------------*/

.LB_GeorgiaGrey a, .LB_GeorgiaGrey a:active, .LB_GeorgiaGrey a:link, .LB_GeorgiaGrey a:visited
{
    color: #666;
    font: normal 12px/28px Georgia, Arial, Sans-Serif;
    text-decoration: none;
    letter-spacing: 1px;
    position: relative;
    left: 10px;
}
.LB_GeorgiaGrey a:hover
{
    text-decoration: underline;
}

.SideCartCheckoutButton
{
    width: 90px;
    float: right;
    text-align: center;
    padding-top: 8px;
}
.SideCartCheckoutButton a
{
    padding: 0 13px 0 7px;
}
.SideCartCheckoutButton a, .SideCartCheckoutButton a:active, .SideCartCheckoutButton a:link, .SideCartCheckoutButton a:visited
{
    height: 14px;
    color: #000;
    font: bold 12px/14px Georgia, Arial, Sans-Serif;
    text-decoration: none;
}
.SideCartCheckoutButton a:hover
{
    background: url( "/Images/LB/2009/checkout-hover.gif" ) no-repeat 0 2px;
}

/*-------------------------end Side Cart-------------------------------*/

/* --------------------------------Top Navigation-------------------------------*/

.TopNavDiv ul, .TopNavDiv li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.TopNavDiv ul
{
    padding-left: 10px;
}
.TopNavDiv li
{
    display: inline;
    padding-left: 10px;
}
.TopNavDiv li, .TopNavDiv li a, .TopNavDiv li a:active, .TopNavDiv li a:link, .TopNavDiv li a:visited
{
    color: #666;
    font: italic 12px/26px Georgia, Times New Roman, Sans-Serif;
    text-decoration: none;
}

/*------------------------------------end Top Navigation------------------------*/

/*---------------------------------------Generic Classes -------------------------------*/

.BN
{
    border: none;
}
.CB
{
    clear: both;
}
.CB1
{
    clear: both;
    height: 1px;
    overflow: hidden;
    margin-bottom: -1px;
}
.CP
{
    cursor: pointer;
}
.DB
{
    display: block;
}
.DI
{
    display: inline;
}
.DN
{
    display: none;
}
.FL
{
    float: left;
}
.FR
{
    float: right;
}
.H100
{
    height: 100%;
}
.LT
{
    text-decoration: line-through;
}
.MA
{
    margin-left: auto;
    margin-right: auto;
}
.OH
{
    overflow: hidden;
}
.PA
{
    position: absolute;
}
.PR
{
    position: relative;
}
.TC
{
    text-align: center;
}
.TL
{
    text-align: left;
}
.TR
{
    text-align: right;
}
.VB
{
    vertical-align: bottom;
}
.VM
{
    vertical-align: middle;
}
.VT
{
    vertical-align: top;
}
.WNW
{
    white-space: nowrap;
}
.W100
{
    width: 100%;
}

/* -------------------------End Generic Classes------------------------- */

/* LOOK BOOK */

.lbImg
{
    position: relative;
}
.lbImg a
{
    cursor: pointer;
}

.lbImg div
{
    position: absolute;
    top: 0px;
    left: 0px;
   
}
.lbImageDiv
{
    float: left;
    width: 435px;
    height: 610px;
    background-image:url('../media/images/page_81_gallery/main.jpg');
}
.lbThumbsDiv
{
    float: left;
    padding: 0px;
    margin: 0px;
}
.lbItem
{
    width: 143px;
    height: 200px;
    margin: 0px;
    padding: 0px 0px 5px 5px;
}
.LbImageHolder
{
    z-index:2;
    position:absolute;
}
.LBMainShopLink
{
    z-index:1;
    position:absolute;
}