.hlist {
    display: inline;
    float: left;
    line-height: 0;
    position: relative;
    width: 100%;
    z-index: 60;
}
.hlist ul {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    /* width: 988px; */
    /* width: 1200px; */
    width: 1350px;
}
.hlist ul li {
    float: left;
    font-size: 1em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.hlist ul li a {
    background: url("../img/list-bg.gif") no-repeat scroll right center transparent;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 0.4em 1.8em;
    text-decoration: none;
    text-shadow: 1px 1px 1px #888888;
    text-transform: uppercase;
}
.hlist ul li.active a, .hlist ul li a:focus, .hlist ul li a:hover, .hlist ul li a:active {
    outline: 0 none;
    text-decoration: none;
}
.hlist ul li.first {
    background: url("../img/arrow-right-red.png") no-repeat scroll left center transparent;
}
.hlist ul li.last a {
    background: none repeat scroll 0 0 transparent;
}

.hlist ul li.last a{background:transparent;}
#magic-line{position:absolute;bottom:-8px;left:0;width:100px;height:5px;background:#fff;padding:0;}
#txtsidebar{position:absolute;left:0;top:10px;z-index:9999;background:#fff;display:none;}
#txtsidebar fieldset{width:294px;}

#bgcontent,#txtcontent{position:absolute;left:0;top:0;z-index:9999;height:100%;display:none;}
#bgcontent{background:#fff;opacity:0.93;width:100%;}
#txtcontent{width:650px;padding-left:20px;font-size:13px;}
#txtcontent h2{font-size:24px;font-style:italic;font-weight:normal;border-bottom:2px solid #000;margin:14px 0;padding-bottom:8px;width:632px;}
#txtcontent p,#txtcontent li{font-size:13px;}
.imgbox{position:relative;padding-top:30px;}
.imgbox img{positin:relative;z-index:10;border:5px solid #fff;box-shadow:5px 5px 8px #888;}
.imgbox img.info{position:absolute;left:0;top:0;z-index:20;border:0 none;box-shadow:none;}
.txt{width:632px;}
.subcolumns{display: table;table-layout: fixed;width: 100%;}
.c50l,.c50r{width:50%;}
.c50l{float:left;}
.c50r{float:right;margin-left:-5px;}
.subcl{padding:0 1em 0 0;}
.subcr{padding:0 0 0 1em;}
.txt ul{border-top:2px solid #000;border-bottom:2px solid #000;padding:8px 0;}
.txt li{list-style-type:none;margin:0;padding:0 0 0 30px;line-height:1.7em;font-weight:bold;background:url(../img/list-style-red.png) no-repeat; background-position: 6px 5px; }

#txtsidebar ol{border-top:0px solid #000;border-bottom:0px solid #000;padding:0px 0;}
#txtsidebar li{list-style-type:none;margin:0;padding:0 0 0 20px;line-height:1.7em;background:url(../img/menubar/arrow.png) no-repeat left center;}


#txtcontent ul.links {padding:8px 0; width: 632px;}
#txtcontent ul.links li{list-style-type:none;margin:0;padding:0 10px 20px 30px;line-height:1.5em;background:url(../img/list-style-red.png) no-repeat; background-position: 6px 5px; }

#header {
   background-image: url("../img/header-bg-menubar.gif");
   padding: 8px 0 0 10px !important;
}

#header #logo-geoplex {
   margin: 25px 25px 0 0;
   float: right;
   position: static;
}

#header #logo_left {
   clear: both;
   margin-top: 10px;
   float: left;
   position: static;
}

#header #headline {
    float: left;
    margin: 25px 0 0 10px;
    overflow: hidden;
}

body.menubar-active #sidebar > div {
    display: none;
}

body.menubar-active #sidebar > div#txtsidebar {
    display: block;
}

body.menubar-active #bgcontent,
body.menubar-active #txtcontent,
body.menubar-active #txtsidebar {
    display: block;
    overflow: auto;
}

#txtcontent .more {
    border: 1px solid #666666;
    padding: 10px;
    margin-bottom: 10px;
}

#txtcontent h3 {
    background: transparent url(../img/menubar/arrow.png) center left no-repeat;
    padding-left: 18px;
    margin-top: 42px;
}

#txtcontent .buttonbasket {
    width:630px;
    padding-top: 15px;
}

#txtcontent .buttonbasket button {
    margin-bottom: 25px;
}

#txtcontent .buttonbasket button.right {
    float: right;
}

#txtcontent table.hilarioustable {
    margin: 25px 40px;
    width: 552px;
    border-collapse:collapse;
}

#txtcontent table.hilarioustable th {
    background-color: rgb(234, 234, 234);
    background-color: rgba(128, 128, 128, 0.2);
}

#txtcontent table.hilarioustable td,
#txtcontent table.hilarioustable th {
    padding: 2px;
}

#txtcontent table.verg tr:hover {
    background-color: rgb(234, 234, 234);
    background-color: rgba(128, 128, 128, 0.2);
}

#txtcontent table.verg tr:hover:first-child,
#txtcontent table.verg tr:first-child + tr:hover {
    background-color: transparent;
}

#txtcontent table.hilarioustable th,
#txtcontent table.hilarioustable .bottomline,
#txtcontent table.hilarioustable tr:last-child {
    border-bottom: 1px solid #333;
}

#txtcontent table.fancytable {
    margin: 25px 0px;
    width: 632px;
    border-collapse:collapse;
}

#txtcontent table.fancytable th {
    background-color: rgb(234, 234, 234);
    background-color: rgba(128, 128, 128, 0.2);
}

#txtcontent table.fancytable td,
#txtcontent table.fancytable th {
    padding: 2px;
}

#txtcontent table.verg tr:hover {
    background-color: rgb(234, 234, 234);
    background-color: rgba(128, 128, 128, 0.2);
}

#txtcontent table.verg tr:hover:first-child,
#txtcontent table.verg tr:first-child + tr:hover {
    background-color: transparent;
}

#txtcontent table.fancytable th,
#txtcontent table.fancytable .bottomline,
#txtcontent table.fancytable tr:last-child {
    border-bottom: 1px solid #333;
}

#txtcontent table.fancytable th.leftline,
#txtcontent table.fancytable td.leftline {
    border-left: 1px solid #333;
}

#txtcontent .notes {
    margin: 25px 40px;
    margin-top: -15px;
    font-size: 0.9em;
}

#txtcontent a {
    color: #333;
}

button.toggler {
    display: block;
    margin-bottom: 15px;
    width: 632px;
    text-align: left;
}

div.scroller {
    background-color: rgba(0, 0, 0, 0.25);
    background-image: url(../img/menubar/scroller-right.png);
    height: 38px;
    position: fixed;
    right: 0;
    top: 0;
    width: 25px;
    z-index: 1001;
    cursor: pointer;
}

div.scroller.left {
    background-image: url(../img/menubar/scroller-left.png);
    left: 0;
    right: inherit;
}
