@charset "ISO-8859-1";

/* Grundeinstellungen */
#toggle1,#toggle2,#toggle3,#toggle4
{  
     display:none;
}
a, li, ul, p, img, td, tr, table, div, form
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}
li,ul
{
    list-style: none;
}
form
{
    display:inline;
}
div
{
    display:block;
}
a
{
    text-decoration: none;
}
a:link {color:#F29400;}      /* unvisited link */
a:visited {color:#F29400;}  /* visited link */
a:hover {color:#F29400;



}  /* mouse over link */
a:active {color:#F29400;}  /* selected link */ 
h1,h2,h3
{
    font-size:14px;
    margin:0px;
    padding:0px;
}
body
{
    
    background-color: #d8d8d7 !important;
    background-image: url(http://www.digittrade.de/ebay/theme/img/background.jpg)!important;
    background-repeat: no-repeat!important;
    background-position:center 0px!important;
    background-attachment:fixed!important;
    font-family: Verdana, Geneva, sans-serif!important;
    font-size:14px!important;
    line-height: 22px!important;
    padding: 0px!important;
    color:#000!important;
}
#header
{
    margin-bottom:12px;
}
    #header .left 
    { 
        float:left; 
        width:428px; 
        height: 94px;
        background-image: url(http://www.digittrade.de/ebay/theme/img/header-left.png);
    }
    #header .right 
    { 
        float:right; 
        width:482px; 
        height: 94px;
        background-image: url(http://www.digittrade.de/ebay/theme/img/header-right.png);
    }
        #header .right .input
        { 
            position:relative;
            top:27px;
            right:0px;
            margin:0px;
            padding:0px;
            float:right;
        }   
            #header .right .input input[type="text"] 
            { 
                float:left;
                width:418px;
                height:19px;
                border:none;
                font-style:italic;
                background-color:transparent;
                color:#0C67AA;
                font-size:14px;
                margin:13px 8px 0px 0px;
       
            }   
            #header .right .input input[type="submit"]
            { 
                float:left;
                top:12px;
                left:12px;
                border:none;
                width:40px;
                height: 47px;
                text-indent: -9999em;
                background-color: transparent;
                background-image: url(http://www.digittrade.de/ebay/theme/img/btn-search.png);
               
       
            }
            #header .right .input input[type="submit"]:hover
            {
                float:left;
                top:12px;
                left:12px;
                border:none;
                width:40px;
                height: 47px;
                text-indent: -9999em;
                background-color: transparent;
                background-image: url(http://www.digittrade.de/ebay/theme/img/btn-search-active.png);  
                
            }
    #header .middle
    {  
        height: 94px;
        background-image: url(http://www.digittrade.de/ebay/theme/img/header-middle.png);
        margin-right: 482px;
        margin-left:428px;
    }
#content
{
    
}
    #content .box
    {
        background-color:#fff;
        border:1px solid #b6b6b6;
        padding:12px;  
        margin-bottom:12px;
    }
        #content .table
        {
            overflow:hidden;
        }
            #content .table .closeright
            {
                margin-right:6px;
                border-top:1px solid #b6b6b6;
            }
            #content .table .closeleft
            {
                margin-left:6px;
                border-top:1px solid #b6b6b6;
            }
            #content .table .width
            {
                float:left;
                width:50%;
            }
            #content .table .spacing
            {
                margin-bottom: -1000px; 
                padding: 0px 0px 1000px 0px;
            }
                #content .table .spacing div
                {
                    margin:12px;
                }
            #content .table .spacingleft
            {
                margin-left:6px;
            }
            #content .table .spacingright
            {
                margin-right:6px;
            }
        #content .box h1
        {
            color: #F29400;
            font-size:24px;
        }
        #content .box h2
        {
            font-size:18px;
        }
        #content .box h3
        {
            font-size:18px;
            color:#b6b6b6;
            border-bottom: 1px solid #b6b6b6;
        }
        #content .box ul li ul li
        {  
            list-style-type: disc;
            margin-left: 24px;
        }
    #content .contenthead
    {  
        min-width: 12em; 
        margin-left: 0px;
    }
        #content .contenthead .left 
        { 
            float:left; 
            width:200px; 
            height: 33px;
            background-image: url(http://www.digittrade.de/ebay/theme/img/contenthead-left.png);
        }
            #content .contenthead .left .hfont
            {
                color:#fff;
                margin:6px 0px 0px 6px;
            }
        #content .contenthead .right 
        { 
            float:right; 
            width:200px; 
            background-image: url(http://www.digittrade.de/ebay/theme/img/contenthead-right.png);
            height: 33px;
        }
        #content .contenthead .middle
        {  
            background-color:gray;
            background-image: url(http://www.digittrade.de/ebay/theme/img/contenthead-middle.png);
            margin-right: 200px;
            margin-left:200px;
            height: 33px;
        }
#sidebar 
{ 
    float:right; 
    width: 200px;
}
        #sidebar .element
        {  
            border-left:1px solid #fac60f;
            border-top:1px solid #fac60f;
            border-bottom:1px solid #f28c08;
            border-right:1px solid #f28c08;
            background-color:#fff;
            padding:12px;
            margin-bottom:12px;
            font-size:12px;
        }
            #sidebar .element .list ul li ul li
            {  
                list-style-type: disc;
                margin-left: 24px;
                color:#0C67AA;
            }
                #sidebar .element .list a:active
                {  
                    color:#0C67AA;
                }
                #sidebar .element .list a:link
                {  
                    color:#0C67AA;
                }
                #sidebar .element .list a:visited
                {  
                    color:#0C67AA;
                }
                #sidebar .element .list a:hover
                {  
                    color:#0C67AA;
                    text-decoration: underline;
                }
        #sidebar .elementorange
        {  
            border-left:1px solid #fac60f;
            border-top:1px solid #fac60f;
            border-bottom:1px solid #f28c08;
            border-right:1px solid #f28c08;
            background-color:#fff;
            padding:0px;
            margin-bottom:12px;
            font-size:12px;
            background-image:url(http://www.digittrade.de/ebay/theme/img/orange.jpg);
        }
        #sidebar .elementgray
        {  
            border-left:1px solid #b6b6b6;
            border-top:1px solid #b6b6b6;
            border-bottom:1px solid #686868;
            border-right:1px solid #686868;
            background-color:#fff;
            padding:0px;
            margin-bottom:12px;
            font-size:12px;
            background-image:url(http://www.digittrade.de/ebay/theme/img/gray.png);
        }
        
#footer
{
    clear:both;
    border-top:1px solid red;
}

.slideshowContainerStatic 
{
    background-color: pink;
    position: relative;
    overflow:hidden;
}
    .slideshowContainer 
    {
        height:164px;
        position: relative;
        overflow: hidden;
    }

    .slideshowObjectStatic 
    {
        width: 150px;
        height: 150px;
        text-align: center;
        overflow: hidden;
        display:inline;
        float:left;
         margin:60px;
    }

    .slideshowObject 
    {
        width: 150px;
        height: 150px;
        position: absolute;
        text-align: center;
        overflow: hidden;
        border:1px solid #b6b6b6;
        margin:6px;
    }
    .slideshowObject img
    {
        width: 138px;
        height: 138px;
        padding:6px;

    }
body 
{
    
    background-image: url("http://www.digittrade.d/ebay/theme/img/background.jpg") !important; 
    background-position: center top !important;  
    background-repeat: no-repeat !important;  
    background-color: #d8d8d7 !important; 
    
        
}
tr.v4toppromos td.v4mid
{
    background-color:#fff;
}
table.v4acp tr.v4acp_head td.v4title
{
    color:#b6b6b6;
    font-weight:normal;
}
td.v4topleft
{
    border:1px solid #b6b6b6;
}
div.lcat
{
    width:100%;
}
table.v4acpcont
{
    margin-bottom:0px !important;
}
table.v4midBox.v4nfc
{
    border:none;
}
.r3_c {background-color:#fff !important;}
.r3_t, .r3_bl {background-color:#fff !important;}


tr.v4toppromos
{
    background-color:transparent;
}
div.stBadge
{
    background-color:#fff;
}


#LeftPanel
{
    width:200px;
    font-family:Verdana,Geneva,sans-serif !important;
    line-height:22px !important;
    font-size:12px !important; 
    color:#0C67AA;
    font-weight:normal !important;
}
    #LeftPanel a:active
    {  
        color:#0C67AA;
    }
    #LeftPanel a:link
    {  
        color:#0C67AA;
    }
    #LeftPanel a:visited
    {  
        color:#0C67AA;
    }
    #LeftPanel a:hover
    {  
        color:#0C67AA;
        text-decoration: underline;
    }
    #LeftPanel td.v4title
    {
        margin:0px;
        padding:0px;
    }
    #LeftPanel div.lcat
    {
    }
#LeftPanel td.v4mid
{
    margin:0px;
    padding:0px;
}
#LeftPanel td.v4title h2
{
    display:none;
}
#LeftPanel div.ttl
{
    font-weight:normal;
}
#LeftPanel .lcat .lev1 li
{
    margin:0px;
    padding:0px;
    font-weight:normal;
}
#LeftPanel .lcat .lev2 li
{
    list-style-type: disc;
    color:#0C67AA;
}
#LeftPanel table.v4acpcont
{
    margin-bottom:12px;
    margin:0px;

}
#LeftPanel span.cnt
{
    display:none;
}
#LeftPanel table.v4midBox.v4nfc
{
    
    border-left:1px solid #fac60f;
    border-top:1px solid #fac60f;
    border-bottom:1px solid #f28c08;
    border-right:1px solid #f28c08;
    padding:12px;
    background-color:#fff;
    margin-bottom:12px;
} 
    