﻿/* BEGIN MAIN PAGE LAYOUT */
body
{
    background: #FFACF1;
    background-image: url(images/background.gif);
    background-repeat: repeat-x;
    background-position-y: top;
    margin-top: 10px;
    vertical-align: top;
    text-align: left;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-style: normal;
}

table.MainTable
{
    text-align: left;
    width: 800px;
    border: solid 1px WhiteSmoke;
}

td.Header, tr.Header
{
    background: #FFACF1;
    background-image: url(images/header.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 125px;
}

td.TopMenu, tr.TopMenu
{
    height: 40px;
    background-image: url(images/headerSeparator.gif);
    background-position: left top;
    background-repeat: repeat-x;
    vertical-align: middle;
    text-align: left;
    padding: 4px 0px 0px 15px;
}

td.LeftContent
{
    padding: 4px 4px 4px 4px;
    width: 222px;
    background-color: White;
    vertical-align: top;
}

div.TreeMenu
{
    border: solid 1px #FFACF1;
}

td.MainContent
{
    width: 580px;
    vertical-align: top;
    text-align: left;
    padding: 4px 4px 4px 4px;
    background-color: White;
}

td.Copyrigth
{
    height: 20px;
    background-color: White;
    text-align: center;
    font-family: Helvetica;
    font-style: normal;
    font-variant: small-caps;
    font-size: 10px;
    color: Silver;
}

td.Banners
{
    background-color: White;
    text-align: center;
    font-family: Helvetica;
    font-style: normal;
    font-variant: small-caps;
    font-size: 10px;
    color: Silver;
}

div.SessionInfo
{
    width: 200px;
    height: 110px;
    color: White;
    position: relative;
    top: 0px;
    left: 585px;
    background: #EF51A5;
    padding: 5px 5px 5px 5px;
}

div.SessionInfoCart
{
    border: solid 1px white;
    position: relative;
    top: 10px;
    left: 10px;
    width: 170px;
    height: 50px;
    padding: 4px 4px 4px 4px;
}

span.CartIcon
{
    position: relative;
    top: 5px;
    left: 5px;
}

span.BasketLink
{
}

/* END MAIN PAGE LAYOUT */



/* BEGIN PRODUCT LIST */
div.MainProductListing
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 500px;
    overflow: auto;
    scrollbar-arrow-color: #EF51A5;
    scrollbar-base-color: #F9DFFA;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #F7B9FA;
    scrollbar-face-color: #FFB8FF;
    scrollbar-shadow-color: #EF51A5;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
}

div.ItemPreview
{
    font-family: Platinum, Arial, Helvetica;
    font-size: 10px;
    color: black;
    margin: 0px 0px 10px 10px;
    padding: 0px 0px 0px 0px;
    border-width: 1px;
    border-color: #EF51A5;
    border-style: solid;
    text-align: center;
    float: left;
    width: 160px;
    height: 280px;
}

p.ItemTitle
{
    font-family: Platinum, Arial, Helvetica;
    font-size: 12px;
    color: white;
    text-align: center;
    width: 152px;
    text-indent: 0px;
    margin: 4px 4px 0px 4px;
    padding: 0px 0px 0px 0px;
    background-color: #EF51A5;
    height: 32px;
    vertical-align: middle;
}

/* END PRODUCT LIST */

table.st-product-details
{
    margin: 5px 5px 5px 5px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #EF51A5;
    font-family: Platinum, Arial, Helvetica;
    font-size: 12px;
    text-align: left;
}

div.st-product-details
{
    margin: 5px 5px 5px 5px;
    font-family: Platinum, Arial, Helvetica;
    font-size: 12px;
    text-align: left;
}

div.st-product-details, p
{
    word-break: normal;
    text-indent: 30px;
}


a.detail-image
{
    text-align: left;
    text-decoration: none;
    color: Black;
}

a.detail-image:visited
{
    text-align: left;
    text-decoration: none;
    color: Black;
}

a.detail-image:hover
{
    text-align: left;
    text-decoration: underline;
    color: Black;
}

td.st-product-detail-header
{
    background-color: #EF51A5;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    color: White;
}

table.BasketTable
{
    border: solid 1px #EF51A5;
    width: 550px;
    font-family: Platinum, Arial, Helvetica;
    font-size: 12px;
    text-align: left;
}

th.BasketTableHeader
{
    background-color: #EF51A5;
    color: White;
}

td.st-basket-header
{
    background-color: #EF51A5;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    color: White;
}

td.st-basket-input
{
    font-family: Platinum, Arial, Helvetica;
    font-size: 10px;
    text-align: right;
}


td.st-basket-detail-p
{
    text-align: left;
}


/* BEGIN COPY TD */
td.st-main-copy
{
    vertical-align: top;
    background-color: #FFEBF7;
}
/* END COPY TD */

/* BEGIN TABS */
div.tabArea
{
    font-weight: normal;
    text-align: left;
    width: 650px;
}

a.tab
{
    background-color: #FFACF1;
    border: 1px solid #000000;
    border-bottom-width: 0px;
    padding: 2px 1em 2px 1em;
    text-decoration: none;
    color: Yellow;
    font-size: 12px;
    cursor: hand;
}

a.tab, a.tab:visited
{
    color: Yellow;
    cursor: hand;
}

a.tab:hover
{
    background-color: WhiteSmoke;
    color: #EF51A5;
    font-weight: bolder;
    cursor: hand;
}

a.tab
{
    background-color: #FFACF1;
    border: 1px solid #000000;
    border-bottom-width: 0px;
    padding: 2px 1em 2px 1em;
    position: relative;
    text-decoration: none;
    top: -1px;
    z-index: 100;
    cursor: hand;
    color: WhiteSmoke;
}

a.activeTab
{
    z-index: 102;
    font-weight: bold;
    background-color: #EF51A5;
    font-weight: bold;
    color: White;
    cursor: hand;
}

div.tabMain
{
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 1em;
    position: relative;
    z-index: 101;
    height: 600px;
    width: 650px;
}
/* END TABS */

div.PictureLoad
{
    width: 400px;
    height: 400px;
    background-color: #FEA7ED;
}

ol.FAQ
{
    text-align: left;
}

ol.FAQ li
{
    font-weight: bold;
}

ol.FAQ li p
{
    text-align: left;
    text-indent: 0px;
    font-weight: normal;
}

p
{
    text-indent: 0px;
}


div.AdminContentHolder
{
    text-align: left;
    border: solid 1px whitesmoke;
    height: 80px;
    background-color: Azure;
    height: 140px;
    width: 780px;
    overflow: auto;
}

div.AdminContentTitle
{
    vertical-align: middle;
    text-align: center;
    position: relative;
    top: 10px;
    left: 10px;
    z-index: 10;
    width: 100px;
    height: 18px;
    border: dotted 1px black;
    font-size: 14px;
    font-family: Arial;
    font-variant: small-caps;
    font-weight: bold;
}

div.AdminContentIcon 
{
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
}

div.ModificationListing
{
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    height: 540px;
    width: 790px;
    border-color: #F9DFFA;
    border-style: dashed;
    border-width: 1px; 
    overflow: auto;
    scrollbar-arrow-color: #EF51A5;
    scrollbar-base-color: #F9DFFA;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #F7B9FA;
    scrollbar-face-color: #FFB8FF;
    scrollbar-shadow-color: #EF51A5;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
}
