body, td {
  font-family:'Arial',Arial,sans-serif; 
  font-size:14px;
  color: #333333;
  height: 100%;
  background-color: rgb(250, 249, 242);
    }

tr:nth-child(odd) td {
    background-color: rgb(228,226,215);
    } 

    
td.cbx_enabler {
    background-color: #b7d7f3;
    }          
tr:nth-child(odd) td.cbx_enabler {
    background-color: #99c5ec;
    }          
    
td.numerical, th.numerical {
    text-align: right;
    }    
    
    
a {
    text-decoration: none;
    }


a:hover {
    color : #e81515;
    }

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

    
#div_count_dirty {
    position: fixed; 
    bottom: 20px; 
    right: 20px; 
    font-size: 8pt;
    }

#div_user_name {
    position: fixed;
    right: 5px;
    top: 5px;
}

#div_menu {
    display: block;
    position: fixed;
    right: 2em;
    top: 2em;
    z-index: 99;
}

div.menu_item {
    float:left;
    max-height: 100px;
    width: 9em;
    text-align: center;
    }



div.mainmenu_item,
div.submenu_item {
    font-size: 1.2em;
    border: 1px solid #d68614;
    padding: 0.5em;
    background-color: #feb44b; 
    opacity: 1.0;
    }

div.submenu_item {
    display: none;
    border-top-style: none;
    }


    

div.menu_item:first-child .mainmenu_item {
    border-top-left-radius: 0.5em;
    }    
    
div.menu_item:first-child.collapsed .mainmenu_item {
    border-bottom-left-radius: 0.5em;
    }    
    
div.menu_item:last-child .mainmenu_item {
    border-top-right-radius: 0.5em;
    }    
div.menu_item:last-child.collapsed .mainmenu_item {
    border-bottom-right-radius: 0.5em;
    }    
    
    

div.submenu_item:last-child {
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    }
    
    
    
div.menu_item a:hover,
div.news p a:hover {
    color: rgb(151, 83, 204);
    }




table {
    margin: 2em 0;    
    border-collapse: collapse;
    border-spacing: 0;
}

td,th {
    padding: 3px;
    border: solid #aaa 1px;
}

th {
    background-color: #ccc;
    text-align: left;
}

th.edition { background-color: #beece9;}
th.record {background-color: #fad5a1;}
th.shop {background-color: #f7cdc8;}
th.ebay {background-color: #B6E4AF;}

table.records tr.in_selection td, 
table.recordings tr.in_selection td 
    {
    border-color: rgb(203, 69, 69);
    border-width: 3px;   
    }    

table.records tr.sold {
    opacity:0.5;
    }    




h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h2 {margin-top: 0;}



.table_framed td {
    outline: solid 1px #555;
}

.table_unframed td {
    outline-style: none;
}



table tr:nth-child(even) {background: #ffffff}
table tr:nth-child(odd) {background: #dfdfdf}





.disabled {
    background-color: #ccc;
    color: #666;
}


#top-area {
}

#img_logo {
    display: block;
    margin: 20px 0 0 20px;
}

#slogan {
float: left;
font-size: 26px;
color: #aa00aa;
line-height: 76px;
margin-top: 68px;
font-weight: bold;
}

#content {
    width: 90%; 
    margin: 0 0 0 20px;
    min-height: 100%; /* Mindesthöhe für moderne Browser */
    height:auto !important; /* Important Regel für moderne Browser */ 
    height:100%; /* Mindesthöhe für den IE */ 
    overflow: hidden !important; /* FF Scroll-leiste */ 
    padding: 8em 1em 1em 1em;
}

#div_confirmation {
    display: none;
    position: fixed;
    background-color: #F8FFDD;
    border-color: #0a0;
    border-style: groove;
    padding: 20px;
    text-align: center;
}

h1.page_title {
    color: #901e26;
}

.action_link{
    cursor: pointer;
    font-size: smaller;
    font-weight: bold;
    color: #901e26;
    }
    
.action_link:hover {
    color: #FA0718;   
    }
    
li.action_link {
    list-style: none;
    }
    
.big {
    font-size: 180%;
    }

.span_tags {
    font-size: smaller;
}

#div_msg {
background-color: #EEACAE;
font-size: 2em;
padding: 10px;
text-align: center;
border: 1px solid red;
}


textarea.dirty {
    background-color: rgb(238, 238, 162);
}


.td_editable {
    cursor: pointer;
    }

.td_editable:hover {
    color: #d81d1d;
    background-color: rgb(226, 212, 137);
    }


#div_dz {
    pointer-events:none;
    display:block;
    height: 50px;
    width: 50px;
    text-align: center;
    border: dashed 5px #901e26;
    vertical-align: middle;
    padding: 35px;
    }



div.dz-processing div,
div.dz-processing {
    margin: 0;
    }


div.dz-size,
div.dz-error-mark,
div.dz-success-mark
{
    display:none;
    }
    
div.dz-details {
    display:inline;
    }
    
.photo_container {
    margin-right: 1em;
    float:left;
    }    

.photo_container span.photo.offer img {
    border:solid 10px #500750;
    }    

.photo_container span.photo.disabled img {
    opacity: 0.3;
    border: none;
    }    

    
    
.photoset_container {
    border-bottom: solid 1px;
    margin-bottom: 0.5em;
    }    

.photoset_container .photo_container,
.photoset_container .photoset_container_menu
 {
    display: inline;
    margin: 1em;
    }    

.photoset_container .photo_container img{
    height: 7em;
    }    

 div.magnify {
     margin: 0;
     }
     

#please_wait {
    display: none;
    }        

body.please_wait #please_wait {
    display: block;
    position:fixed;
    z-index:99;
    width: 500px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-top: -100px; /* Negative half of height. */
    margin-left: -250px; /* Negative half of width. */
    }        

body.please_wait #content {
    opacity:0.5;
    }        

input.highlighted{
    border: solid 5px #fa0718;
    }  
    
#ul_shipment_policies{
    margin: 2em 2em 3em 2em;
    }

#ul_shipment_policies li{
    font-size: 125%;
    list-style-type: circle;
    margin-bottom: 2em;
    }
#table_shipment_prices {
    margin: 2em 2em 3em 2em;
    }    
#table_shipment_prices td.countrys {
    max-width: 50em;
    }    