﻿body
{
    background-image:url('images/stars-back.gif');
    margin:0px;
    padding:0px;
    font-family:Arial;
    font-size:10pt;
    color:Black;
}

html
{
    overflow-x:hidden;
}

#miniCartBtn, #miniCart
{
    background-color:White;
    height:100px;
    float:right;
    padding:10px;
}

h2
{
    font-size:12pt;
    font-weight:bold;
    color:#00a4ca;
    background-color:White;
    margin:0px;
    margin-bottom:5px;
}

#miniCart .title2
{
    display:none;
}

#miniCart div
{
    margin-bottom:5px;
    white-space:nowrap;
}

#miniCartBtn
{
    margin-right:50px;
    width:143px;
}

#miniCartBtn input
{
    margin-top:45px;
}

#header
{
    width:980px;
    overflow:hidden;
    margin:auto;
}

#centerContent
{
    background-color:White;
    width:880px;
    margin:20px auto 0 auto;
    overflow:hidden;
    padding:20px 20px 10px 20px;
}

h1
{
    margin:0 0 8px 0;
}

p
{
    margin:0px;
}

.itemHolder
{
    width:430px;
    height:175px;
    float:left;
    margin:10px 20px 10px 0px;
    overflow:auto;
    border-bottom:solid 1px #e2e2e2;
}

.itemHolderAlt
{
    margin-right:0px;
}

.itemTitle
{
    font-size:14pt;
    text-decoration:bold;
}

.txt
{
    border:solid 1px gray;
    width:40px;
}

.buyBtn
{
    cursor:pointer;
}

#shootingStar
{
    position:absolute;
    width:102px;
    height:102px;
    background-image:url('images/shooting-star.png');
    top:-102px;
    left:-102px;
}

#clangerLeft, #clangerRight
{
    position:fixed;
    bottom:0px;
    z-index:100;
    width:280px;
    height:280px;
    _display:none;
}

#clangerLeft
{
    background-image:url('images/clanger-left.png');
    left:50%;
    margin-left:-710px;
}

#clangerRight
{
    background-image:url('images/clanger-right.png');
    left:50%;
    margin-left:429px;
}

#footer
{
    margin-left:20px;
}

#noscriptMsg
{
    margin:10px 0 10px 0;
    display:none;
    color:Red;
    font-size:12pt;
    font-weight:bold;
}

#paypalOverlay
{
    background-color:Black;
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    z-index:200;
    color:White;
    padding:5px;
}

#basketDetails
{
    background-color:White;
    padding:10px 10px 0 10px;
    position:absolute;
    top:0px;
    left:0px;
    border:solid 2px #00a4ca;
    z-index:300;
    display:none;
}

#basketDetails table
{
    margin-left:-4px;
}

#basketDetails table span
{
    cursor:pointer;
}

#basketDetails table th
{
    text-align:left;
}

#basketDetails table .brd
{
    border-right:solid 1px gray;
}

.updateAni
{
    display:none;
}

.fLnk
{
    cursor:pointer;
    text-decoration:underline;
}

.callback
{
    color:Red;
    margin-top:4px;
}

#mist
{
    background-color:Black;
    width:100%;
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    z-index:200;
}
