BODY
{
    background: #f3f1e5;
    color: white;
    font-family: verdana, tahoma;
}

.logo
{
    height: 362px;
    width: 120px;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -202px;
    text-align: center;
}

.logo A
{
    color: white;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
}

.logohead
{
    height: 50px;
    width: 100%;
    margin-bottom: 2px;
}

.logobody
{
    background: #000;
    height: 300px;
    width: 100%;
    line-height: 300px;
    background: #000 url('/tpl/Basic/img/logo.png') center center no-repeat;
}

.logobody A /**/
{
    display: block;
    height: 300px;
    width: 100%;
}

#leftarrow
{
    position: absolute;
    top: 50%;
    height: 300px;
    margin-top: -150px;
    width: 20px;
    left: 50%;
    margin-left: -470px; /* this.width + slider.width*/
}

#leftarrow DIV /**/
{
    background: #1c1c1c url('/tpl/Basic/img/present/levoe.png') center left;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    height: 100px;
    width: 20px;
    cursor: pointer;
}

#rightarrow
{
    position: absolute;
    top: 50%;
    height: 300px;
    margin-top: -150px;
    width: 20px;
    left: 50%;
    margin-left: 490px; /* this.width + slider.width*/
}

#rightarrow DIV /**/
{
    background: #1c1c1c url('/tpl/Basic/img/present/pravoe.png') center left;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    height: 100px;
    width: 20px;
    cursor: pointer;
}

.slider
{    
    position: absolute;
    height: 300px;
    width: 900px;
    left: 50%;
    top: 50%;
    margin-left: -450px;
    margin-top: -170px;
    overflow: hidden;
    border: 20px solid white;
}

.slider .face
{
    background: #000 url('/tpl/Basic/img/loading.gif') center center no-repeat;
    opacity: 0.7;
    z-index: 1900;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 300px;
    width: 900px;
    display: none;
}

.slider .opa
{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100px;
    width: 100%;
    background: #000;
    opacity: 0.5;
}

.slider .title
{
    position: absolute;
    color: #FFF;.
    text-align: center;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    bottom: 0px;
    cursor: pointer;
}

.slider .body
{
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 20px;
    padding: 5px;
    font-size: 12px;
    color: #FFF;
    line-height: 20px;
}

#slideadd
{
    position: absolute;
    z-index: 1001;
    left: 10px;
    top: -80px;    
    height: 100px;
    width: 250px;
    border: 1px solid black;
}

#slideedit
{
    position: absolute;
    z-index: 1001;
    left: 270px;
    top: -80px;
    height: 100px;
    width: 250px;
    border: 1px solid black;
}

#slidedelete
{
    position: absolute;
    z-index: 1001;
    left: 530px;
    top: -80px;
    height: 100px;
    width: 150px;
    border: 1px solid black;
}

.slider .container /**/
{
    height: 300px;
    line-height: 300px;
    background: #000;
    width: 40000px;
    display: block;
    position: relative;
    left: 0px;
    top: 0px;
}

.slider .container A.slide /**/ /**/
{
    display: block;
    height: 300px;
    width: 900px;
    float: left;
    background: #000;
    text-decoration: none;
}

#selector
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 185px;
    margin-left: -450px;
    width: 290px;
}

#selector DIV
{
    padding-bottom: 1px;
}

#selector DIV .marker
{
    float: left;
    width: 20px;
    height: 26px;0.7em
    display: block;
    background: #e1a006;
    margin-right: 20px;
}
#selector DIV .links
{
    height: 20px;
    line-height: 20px;
    background: #e1a006;
    padding: 3px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
}
#selector DIV .item
{
    width: 150px;
    float: left;
}

#selector DIV .admin
{
    float: left;
    margin-left: 10px;
    padding: 3px;
}

#slidefooter
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 343px;
    margin-left: 153px;
    margin-top: 350px;
    margin-bottom: 20px;
    color: #FFF;
    font-size: 12px;
}

#slidefooter A
{
    color: #FFF;
    font-size: 12px;
}

#slidefooter DIV /**/
{
    float: right;
    padding: 10px;
    background: #e1a006;
}

#overlay
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: #000;
    z-index: 1000;
    display: none;
}

#admincnt
{
    z-index: 1001;
    height: 100px;
    width: 200px;
    position: absolute;
    margin-left: -100px;
    margin-top: -50px;
    background: #FFF;
    border: 1px solid #CCC;
    left: 50%;
    top: 50%;
    display: none;
}

#admincnt_title
{
    text-align: center;
    font-weight: bold;
    background: #EEE;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 4px;
}

#admincnt_body
{
    padding: 5px;
}

#admincnt_body DIV
{
    padding: 5px;
}

#admincnt_hide
{
    position: absolute;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    margin: 1px;
    right: 2px;
    top: 2px;
    font-size: 12px;
    background: #FFF;
    border: 1px solid #000;
    display: block;
    text-decoration: none;
    color: #000;
}

#admincnt_hide:hover
{
    font-weight: bold;
}

#shop TD
{
  text-align: center;
  vertical-align: middle;
}