#lbOverlay {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #000;
    cursor: pointer;
    z-index:10;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    left: 50%;
    overflow: hidden;
    z-index:11;
    background-color: #fff; text-align: center; padding: 5px;
}

.lbLoading {
    background: #fff url(/images/loading.gif) no-repeat center;
}

#lbImage {
    border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

#lbPrevLink:hover {
    background: transparent url(/images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
    right: 0;
}

#lbNextLink:hover {
    background: transparent url(/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 5px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(/images/closelabel.gif) no-repeat center;
    margin: 5px 0;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: bold;
}

body {
    background: #fff;
    color: #666;
    padding:0;
    margin:0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

a {
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

a.feed {
    padding-left: 20px;
    background: transparent url('../images/gui/icons/feed.png') no-repeat;
}
.searchword {
    /*    background:yellow;*/
}
div {
    margin:0;
    padding:0;
}

pre {
    background-color: #eee;
    padding: 10px;
    font-size: 11px;
}
h1, h2 {
    font-weight:bold;
    color:#333;
}
h1 a, h2 a {
    display:block;
}
h1 {
    font-size:150%;
    padding-top: 0;
    margin: 15px 0;
}
h2 {
    font-size:130%;
    margin: 15px 0;
}
h3 {
    width: 560px;
    height: 33px;
    padding: 8px 0 0 8px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    background: transparent url('/images/gui/blue_line.jpg') no-repeat;
}
h3 a {color:#fff;}
h4 {
    width: 560px;
    height:20px;
    line-height: 18px;
    padding: 0 0 0 8px;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    background: transparent url('/images/gui/blue_line2.jpg') no-repeat;
}
h4 a {color:#fff;}
hr { border: 1px dashed #CCC; background-color: #CCC; margin: 10px 0; clear:both;}
img {
    border:none; margin-bottom: 10px;
}
input, textarea, select, button, .button {
    border:1px solid #0C5896;
    color:black;
    padding:1px;
    margin:2px;
}
input:focus, textarea:focus, select:focus {
    background:#FFFFAA;
}
input[type=button], input[type=submit], input[type=file], button, .button {
    font-weight: bold;
    color: #05a901;
    border: 1px solid grey;
    cursor:pointer;
}
input[type=button]:hover, input[type=submit]:hover, button:hover, .button:hover {
    background:white;
    color:#0C5896;
}

#side_search input, #side_search select {
    color:#05a901;
    border: 1px solid grey;
}

#side_search select { width: 155px; padding: 0;}
#side_search input[type=text] { width: 150px; }

small, .small {
    font-size:85%;
}
.small input, .small select {
    padding:3px;
    border:none;
    font-size:9px;
}
.fieldWithErrors {
    padding: 2px;
    background-color: red;
    display: table;
}
#errorExplanation {
    width: 400px;
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}
#errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    background-color: #c00;
    color: #fff;
}
#errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px;
}
#errorExplanation ul li {
    font-size: 12px;
    list-style: square;
}
div.uploadStatus {
    margin: 5px;
}
div.progressBar {
    margin: 5px;
}
div.progressBar div.border {
    background-color: #fff;
    border: 1px solid grey;
    width: 100%;
}
div.progressBar div.background {
    background-color: #333;
    height: 18px;
    width: 0%;
}

table.items_overview {
    width: 100%;
}

td, th {
    vertical-align:top;
    text-align:left;
    padding: 2px 4px;
}

.items_overview td { vertical-align:middle; text-align:center; }
.items_overview a { display: block; }
.items_overview img { border: 5px solid #DADADA; padding: 2px; }

tr.new {
    background: #82FF9B;
}
/*
tr.eval {
background-color: #eee;
}
tr.uneval {
background-color: #fff;
}
*/
.item_details {
    font-size:90%;
    color:#777;
}
#flash {
    display:none;
    position:absolute;
    left:220px;
    top:220px;
    width:400px;
    z-index:2000;
    opacity: 0.1;
}
#header, #main {
    position:absolute;
    left:22px;
    width:958px;
    z-index:1;
}
#header {
    top:9px;
    height:124px;
    background:transparent url('../images/gui/startseite_head_bg.jpg');
}
#head_content {
    position:absolute;
    top:8px;
    right:192px;
    border: 1px solid #eee;
    z-index:2;
    color:white;
}
#head_content a {
    color:white;
}
#head_nav {
    position:absolute;
    bottom:0;
    left:220px;
    top:115px;
    width:568px;
    height:33px;
    z-index:2;
    background:transparent url('../images/gui/category_bg.gif');
}
#head_nav div {
    width:140px;
    height:33px;
    float:left;
    clear:none;
    text-align:center;
    line-height:33px;
    margin-right:2px;
}

#head_nav div a {
    display:block;
    font-size:16px;
    color:#05a901;
    text-decoration:none;
    font-weight:bold;
}
#head_nav div.active a {
    color:#1E7FC4;
}

#head_top_links {
    position:absolute;
    top:5px;
    right:5px;
    z-index:2;
}
#head_top_links a {
    color:#fff;
    padding:2px 7px;
}
#main {
    top:160px;
}
#side_cont_lft, #side_cont_rgt {
    position:absolute;
    top:0;
    padding-top: 20px;
    z-index:2;
}
#side_cont_lft {
    left:0;
    width:190px;
}

#side_cont_rgt p {
    margin: 4px 0;
}
#side_cont_rgt ul {
    list-style-type: none;
    margin: 5px 0;
    padding:0 5px;
}
#side_cont_rgt ul a {
    text-decoration:none;
}
#side_cont_rgt ul a:hover {
    border-bottom:1px solid green;
}
#side_cont_rgt li {
    margin:0;
    padding: 2px 3px;
}
#side_cont_rgt li.active {
    border-bottom:1px solid blue;
}
#side_cont_rgt {
    right:0;
    width: 170px;
}
#side_cont_rgt > div {
    display:block;
    padding:5px;
    border:1px solid #eee;
    margin-bottom:10px;
}

#inner{
    position:absolute;
    top:0;
    left:190px;
    width:570px;
    padding: 0 5px 50px 10px;
}
#admin_inner {
    font-size: 10px;
}
#inner .bottom {
    display:block;
    padding:5px 0;
    margin-top:20px;
    text-align:center;
    background:#eee;
}

#inner .bottom a {
    padding: 2px 10px;
}
.fleft {
    float:left;
    clear:both;
    margin-right:10px;
}
div.item {
    margin:10px 0;
}
.prices th, .prices td {
    text-align: right;
}
.side_nav div {
    width:174px;
    padding-left: 10px;
    font-size: 14px;
    height:32px;
    line-height:30px;
    font-weight: bold;
    background:white url('../images/gui/bg_btn_side_nav.gif') repeat-x;
}
.side_nav a {
    display:block;
    color:#05a901;
    text-decoration:none;
}
.side_nav a:hover {
    text-decoration:underline;
}
.tool-tip {
    z-index:2000;
    width:200px;
    color: #fff;
}
.tooltip {
    font-style:italic;
    border-bottom:1px dashed green;
    display:inline;
}
.tool-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #fff;
    padding: 8px 8px 4px;
    background: url(../images/gui/bg_tip.gif) top left;
}
.tool-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    background: url(../images/gui/bg_tip.gif) bottom left;
}
.order_state1, .order_state2, .order_state3, .order_state4, .order_state5, .order_state6 {
    padding:2px;
    font-size:80%;
    font-weight:bold;
}
.order_state1 {
    border:1px solid #FFD000;
    background:#FFD000;
}
.order_state2 {
    border:1px solid yellow;
    background:yellow;
}
.order_state3 {
    border:1px solid lightblue;
    background:lightblue;
}
.order_state4 {
    border:1px solid red;
    background:red;
    color:white;
}
.order_state5 {
    border:1px solid lightgreen;
    background:lightgreen;
}
.bg_green {
    color: #FFFFFF;
    padding:5px;
    font-weight: bold;
    font-size: 14px;
    background: transparent url('../images/gui/bg_green.gif') repeat-x;
}
.home_start {
    background: url('../images/gui/startseite_th.jpg') no-repeat;
    height: 205px;
    margin-bottom: 15px;
}

.start_text { padding: 160px 0 0 0px; }

.fieldWithErrors {float:left;}
.rightside {margin: 0 0 15px 15px; float: right; width: 200px; padding-top: 5px; color:#333; text-align: center; font-weight: bold; font-size: 110%; background: transparent url('../images/gui/bg_points.jpg') repeat-x; height: 175px;}
.rightsidehighlight {font-size: 130%;}
.rightside p { padding: 3px 0; margin: 0; }

/* set millions of background images */
.rbroundbox { background: url(../images/gui/roundbox/nt.gif) repeat; }
.rbtop div { background: url(../images/gui/roundbox/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/gui/roundbox/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/gui/roundbox/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/gui/roundbox/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
    width: 100%;
    height: 7px;
    font-size: 1px;
}
.rbcontent { margin: 0 7px; color: white; }
.rbroundbox { width: 100%; margin: 1em auto; }

.stars { padding-left: 10px; }
.stars img { border: none; margin: 0; padding: 0 2px; }

.notice, .error {
    background-color: #FFFFCC; padding: 3px; border: 1px solid green;
    color:green;
    width:540px;
    text-align:center;
    font-weight:bold;
    padding:15px;
}
.error {
    color:red;
}

.need_confirm, .info {
    padding:10px;
}

.need_confirm {
    background-color: #FF9933;
}

.info {
    background-color: #FFDD33;
}




/************** BLOG *******************/
.blog_entries {}
.blog_title {}
.blog_content {}
.blog_author {}
.blog_comments { margin-top: 10px; }
.blog_comment { }
.comment_title { background-color: #ddd; padding: 2px 5px; }
.comment_content { padding: 2px 5px; }
#item_reviews div.title a {color: #fff;text-decoration:none;}
#item_reviews div.title {
    cursor: pointer;
}
#item_reviews div.content {
    font-size: 90%;
    padding:0 1em;
}