﻿body
{
    font-family: 'Segoe UI', sans-serif;
    font-size: 75%;
    margin: 0;
    background-image: url('../images/Back.png');
    background-repeat: repeat;
    background-color: black;
}

a
{
    color: #FFECB3 !important;
}

a:hover
{
    color: white !important;
}

a[href*='#!'], a.ajaxlink
{
    color: #FFECB3;
    border-bottom: 1px dotted #FFECB3;
    text-decoration: none;
}

a[href*='#!']:hover, a.ajaxlink:hover
{
    color: white;
    border-bottom: 1px dotted white;
}

a.nolink, a.nolink:hover
{
    border-bottom-style: none;
}

h1
{
    margin-top: 15px;
    margin-bottom: 10px;
    color: #FF9900;
    font-weight: normal;
    font-style: italic;
    font-size: 16pt;
}

#tabs > ul li a
{
    color: White !important;
}

.header-panel
{
    background-position: center top;
    background-image: url('../images/Header.png');
    background-repeat: no-repeat;
    text-align: center;
    height: 114px;
    width: 350px;
    white-space: nowrap;
}

.header-panel a:focus
{
    outline: none;
}

.header-panel span
{
    font-family: Georgia;
    font-size: 11pt;
    color: #FFC862;
    top: -10px;
    left: -5px;
    position: relative;
}

.rss-preview sup
{
    color: red; 
    padding-left: 5px;
    font-size: 11px;
}

.tab-text
{
    text-align: center;
    font-family: sans-serif;
}

.event-date
{
    border-bottom: 2px solid transparent;
    padding-bottom: 1px;
}

.event-date-active
{
    color: #FFDD9D;
    border-bottom: 2px solid orange;
}

.product-link
{
}

a.product-link[href*="lightdisk"] img
{
    border-style: none !important;
}

.product-item
{
    display: none;
}

.section-title
{
    font-style: italic;
    color: #FF9900;
}

.center
{
    text-align: center;
}

a.expandor:focus
{
    outline: none;
}

a:has(img), a:has(img):focus
{
    outline: none;
}

.expandor .ui-icon
{
    float: left;
}

.section-title-ext a.expandor, h1 a
{
    font-size: 16pt;
    font-style: italic;
    color: orange !important;
    border-bottom-color: orange !important;
}

.section-title-ext a.expandor .ui-icon
{
    margin-top: 7px;
}

.expanded
{
    padding-left: 15px;
    padding-top: 15px;
}

.section-enum
{
    margin-top: 8px;
    list-style-image: url('../images/list.png');
    line-height: normal;
    display: block;
}

.section-enum li
{
    margin-bottom: 8px;
}

.section-sub-enum
{
    margin-top: 8px;
    list-style-type: circle;
    list-style-image: none;
    margin-left: 0;
    padding-left: 20px;
}

.section-verse
{
    font-style: italic;
    white-space: nowrap;
}

.music-list
{
    list-style-type: none;
    list-style-image: none;
    margin-left: 10px;
    padding-left: 0;
}

.music-list .expanded
{
    margin-left: 5px;
    padding-top: 0;
}

.music-list span
{
    display: block;
}

.music-list input
{
    margin-top: 10px;
}

.input-box
{
    border: 1px solid #5b6170;
    background-color: #CCCCCC;
    width: 120px;
}

.input-mail
{
    border: 1px solid #5b6170;
    background-color: #000000;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
    width: 154px;
}

.input-mail-button
{
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    display: inline-block;
    color: gray;
    cursor: pointer;
    cursor: hand;
}

.watermark
{
    color: #999999;
    text-align: center;
}

input + span.required
{
    visibility: hidden !important;
}

.required
{
    color: red;
}

.invalid-text
{
    color: #000000;
    background-color: #FFD8B0;
    border: 1px solid red;
}

.prod
{
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid transparent;
}

.prod:hover
{
    background-color: #323232 !important;
    border: 1px solid Orange;
}

.prod:hover img
{
    -moz-box-shadow: 4px 4px 30px gray; /* Firefox */
    -webkit-box-shadow: 0 0 30px gray; /* Safari and Chrome */
    box-shadow: 0 0 30px gray; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    outline: none;
}

.prod a
{
    outline: none;
}

.prod-selected
{
    border: 1px solid Orange;
    background-color: #333333 !important;
}

.reg-required
{
    background: #333333;
    display: inline;
    border: 1px solid #444444;
    padding: 0 5px 0 5px;
    color: gray;
}

#ShopDataList td:first-child
{
    padding-left: 20px;
}

#ShopDataList td:last-child
{
    padding-right: 20px;
}

#ShopDataList
{
    border-top-style: none;
}

#Content table, #Content td > div
{
    background: transparent;
}

#tabs, #ProdDetails
{
    border-bottom-style: none;
}

.second-col
{
     width: 150px;
}

.second-col table
{
     margin-left: 5px;
     width: 100%;
}

.login-link
{
    color: gray !important;
}

.login-link:hover
{
    color: #FAE196;
}

.login
{
    color: #808080;
    text-align: right;
    margin-right: 20px;
    display: block;
}

.login-active
{
    color: Orange;
}

#LoginDialog, #ChangeDialog
{
    background-color:#444444; 
    overflow: hidden;
}
        
#LoginDialog td input[type="checkbox"]
{
    margin-left: 98px;
}

#LoginDialog td input.ui-state-default
{
    margin-top: 10px;
    margin-right: 10px;
}


#LoginDialog .exp table
{
    border-top: 1px dotted gray;
}
        
#LoginDialog .exp a
{
    position: relative;
    bottom: 20px;
}
        
#LoginDialog .expanded
{
    padding: 0;
}

#LoginDialog .instruction
{
    padding-top: 5px;
    padding-bottom: 10px;
}

#ChangeForm td > input.ui-state-default
{
    margin: 5px;
}

.ui-dialog-titlebar
{
    padding-top: 0.3em !important;
    padding-bottom: 0.3em !important;
}

.ui-dialog-title
{
    font-weight: normal;
}

.ui-dialog
{
    background-color: #CCCCCC;
    background-image: none;
}

#header-line
{
    background: #333333;
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #444444;
}

#anounce
{
    text-align: center;
    width: 100%;
    font-style: italic;
    color: #FFC862;
    background-color: #1A1A1A;
}

#today
{
    text-align: right;
    font-style: normal;
    font-size: small;
    white-space: nowrap;
    color: White;
    overflow: hidden;
}

#RecomendHeader
{
    height: 51px;
    text-align: center;
}

#AdvertHeader, #SapeHeader
{
    height: 22px;
    text-align: center;
}

#ProdHeader
{
    height: 51px;
    line-height: 50px;
    padding-left: 10px;    
    padding-right: 10px;    
    font-size: 20px;
    font-weight: normal;
    white-space: nowrap;
}

.invoice
{
    color: Black;
    border-width: 1px;
    border-color: #C0C0C0;
    background-color: #FFFFCC;
    border-bottom-style: solid;
    margin: 20px;
}

.invoice-articles
{
    font-style: italic;
    width: 200px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}

.invoice-info
{
    font-style: normal;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}

.sape-link
{
    text-decoration: underline;
    vertical-align: top;
    padding-right: 5px;
}

.remark
{
    font-style: normal;
    color: #808080;
    font-size: smaller;
}

.book-quote p
{
    padding-bottom: 20px;
}

.book-reference
{
    display: block;
    font-style: italic;
    float: right;
    color: gray;
    font-size: small;
    margin-top: 5px;
}

.videodata
{
    text-align: center;
}

.audio-exp .videodata
{
    padding-top: 7px;
    padding-bottom: 5px;
    text-align: left !important;
}

.videocaption
{
    text-align: center;
}



.advert
{
    float: right;
    border-top: solid 1px #C0C0C0;
    color: #C0C0C0;
    font-size: 8pt;
    border-top-color: #666666;
}

.advert a
{
    color: #C0C0C0;
    text-decoration: underline;
}

.download-button
{
    float: left;
    width: 195px;
    font-weight: normal !important;
}

.content-left
{
    margin: 0 15px 0 5px;
    padding: 0 5px 10px 0;
    float: left;
    text-align: center;
}

.content-left img, .prod a img
{
    border: 1px solid #404040;
}

.content-left img
{
    display: block;
}

.description
{
    padding-left: 10px;
    overflow: hidden;
}

*html .description
{
    padding-left: 10px;
    display: inline-block;
}

.description p
{
}

.description p:first-child
{
    margin-top: 0;
}

.clear
{
    float: none;
    clear: both;
}

.Error
{
    color: Red;
}

.loader
{
    text-align: center;
}

#rssdoc
{
    padding-bottom: 50px;
}

#rssdoc .post > div
{
    padding-top: 15px;
}

#rssdoc .post h1
{
    margin-top: 0;
}

#rssdoc a img
{
    border: solid 1px #404040;
}
