﻿/* GeoMax main stylesheets */

* {
    padding: 0;
    text-align: left;
    vertical-align: top;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    text-decoration: none;
    border: none;
}


/* Begin - HTML tags */

html, body {
    margin: 0;
    background: #C6C8CA url('/images/layout/background.gif') repeat-y scroll center top;
}


/* Begin Classes */

.clear {
    height: 1px;
    clear: both;
}
.overall {
    width: 986px; /* old 1008 */
    margin: 0 auto 0 auto;
    background-color: #C6C8CA;
}
.leftarea {
    width: 882px;
    margin-left: 20px;
    float: left;
}
.leftarea .logo {
    width: 882px;
    height: 80px;
    background: transparent url('/images/layout/GeoMax_logo.gif') no-repeat scroll left top;
    border-bottom: 6px #F47D35 solid;
    display: block;
}
.leftarea .footer {
    width: 836px;
    color: #666666;
    padding: 0 0 0 10px;
}
.leftarea .footer * {
    color: #666666;
    line-height: 20px;
    text-decoration: none;
}
.leftarea .footer .Right {
    float: right;
}
.rightbanner {
    float: right;
    width: 84px;
    min-height: 577px;
    margin: 0;
    background-color: #F47D35;
}
.rightbanner .bannertop {
    width: 84px;
    height: 238px;
    background: transparent url('/images/layout/GeoMax_earth.gif') no-repeat scroll center top;
}
.rightbanner #bannerflex {
    width: 84px;
    height: 61px;
}
.rightbanner .bannerbottom {
    width: 84px;
    height: 308px;
    background: transparent url('/images/layout/GeoMax_slogan.gif') no-repeat scroll center top;
}


/* Begin Top-Navigation */

.leftarea .dropdown {
    height: 34px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.leftarea .dropdown li {
    position: relative;
    float: left;
    margin-right: 1px;
    z-index: 50;
}
.leftarea .dropdown li a {
    display: block;
    height: 10px;
    padding: 8px 20px 6px 10px;
    white-space: nowrap;
    color: #ffffff;
    background-color: #989898;
    font-weight: bold;
}
.leftarea .dropdown li a.active, .leftarea .dropdown li a:hover {
    background-color: #F47D35;
}
.leftarea .dropdown li img {
    position: absolute;
    right: 0px;
    bottom: -6px;
    z-index: 20;
}
.leftarea .dropdown li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    list-style: none;
    padding: 0;
    margin: 0;
    border-right: 1px #FFF solid;
    border-bottom: 1px #FFF solid;
    border-left: 1px #FFF solid;
    z-index: 10;
}
.leftarea .dropdown li ul li {
    clear: both;
    position: relative;
    margin-right: 1px;
    background-color: #989898;
    border-top: 1px #FFF solid;
    z-index: 10;
}
.leftarea .dropdown li ul li a {
    width: 330px;
    padding: 8px 20px 6px 15px;
    background-color: #b2b2b2;
    z-index: 10;
}


/* Begin - JS-Scrollbars */
.leftarea div.scrollholder {
    position: relative;
    width: 873px;
    height: 467px;
    /* min-height: 395px; */
    overflow: auto;
    z-index: 1;
    background-color: #C6C8CA;
}
.leftarea div.scroll {
    position: absolute;
    left: 0;
    top: 0;
    width: 836px;
    padding: 0 0 0 10px;
    z-index: 2;
    background-color: #E3E4E5;
}

/* BreadCrumb */ 

.breadcrumb, .breadcrumb *, #breadcrumb, #breadcrumb * {
    padding: 6px 0 10px 0;
    color: #989898;
    font-size: 9px;
}
.leftcontent .breadcrumb a:hover, #breadcrumb a:hover {
    color: #989898;
    text-decoration: underline;
}

/* Content Styles in Class Scroll */

.scroll .headline h1, .scroll .startcontent .listitem h1, .msg {
    color: #F47D35;
    font-size: 24px;
    font-weight: normal;
    line-height: 130%;
    margin-top: 10px;
    margin-bottom: 15px;
}
.scroll .headline h2, .scroll .startcontent .listitem h2 {
    color: #F47D35;
    font-size: 18px;
    font-weight: normal;
    line-height: 130%;
    margin-top: 10px;
    margin-bottom: 15px;
}
.scroll ul {
    margin-left: 16px;
    list-style-image:url(/images/layout/list_bullet.gif);
}

.scroll ol {
    margin-left: 36px;
    list-style-type: decimal;
}
.scroll .overviewleft {
    margin-right: 14px;
}
/*
.scroll .overviewleft {
    float: left;
    width: 400px;
    margin-right: 14px;
}
.scroll .overviewleft img.overviewpic {
    width: 400px;
}
*/
.scroll .overviewright {
    float: left;
    width: 394px;
    margin-right: 20px;
}
.scroll .products {
    float: left;
    padding: 20px 0;
}
.scroll .products .listitem {
    float: left;
    width: 394px;
    margin-right: 20px;
    margin-bottom: 15px;
}
.scroll .startcontent .TopText {
    width: 388px;
    float: left;
}
.scroll .startcontent .TopText img {
    margin: 0 0 10px 0;
}
.scroll .startcontent .listitem img {
    float: left;
    width: 50px;
    margin: 3px 5px 0 0;
    border: none;
}
.scroll .startcontent .listitem .newsteaser {
    float: left;
    width: 333px;
}
.scroll .products .listitem img.listpic {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    border: none;
}
.scroll .products .listitem .smallheadline, .scroll .startcontent .listitem .smallheadline, .scroll .startcontent .TopText .smallheadline {
    color: #F47D35;
    font-weight: bold;
    line-height: 130%;
}
.scroll .products .listitem p {
    margin: 0;
}
.scroll .products .listitem a.morelink, .listitem a.more, .list a.more{
    color: #F47D35;
    text-decoration: underline;
}
.scroll .products .listitem a:hover.morelink, .listitem a:hover.more, .list a:hover.more{
    color: #000000;
    text-decoration: underline;
}
.scroll .leftcontent {
    float: left;
    width: 656px;
    padding-right: 10px;
    background-color: #E3E4E5;
}
.scroll .leftcontent .topleft {
    float:left;
    width: 250px;
    margin: 0 20px 30px 0;
}
.scroll .leftcontent .accessories {
    width: 100px;
}
.scroll .leftcontent .headline h1, .scroll .headline h2 {
    margin-top: 0;
}
.scroll #rightcontent {
    float: right;
    width: 150px;
    padding: 130px 10px 0 10px;
    background-color: #D1D2D4;
}
.scroll #rightcontent {
    color: #666;
    line-height: 130%;
}
.scroll a, .scroll a.download {
    color: #F47D35;
    text-decoration: underline;
}
.scroll a:hover, .scroll a.download:hover {
    color: #000000;
    text-decoration: underline;
}
.startcontent{
    margin-top:24px;
}
.startbox {
    float:left;
    padding:10px 15px 10px 10px;
    width:393px;
}
.imagearea {
    float:left;
    width:408px;
    margin: 16px 20px 0 0;
    text-align: center;
}
#startimage {
    width:380px;
}
.listitem {
    float: left;
    width: 388px;
}
.extnews {
    margin-bottom: 20px;
}
.extnews h2 {
    color: #F47D35;
    font-size: 18px;
    font-weight: normal;
    line-height: 130%;
    margin-top: 10px;
    margin-bottom: 15px;
}
.extnews hr {
    border: solid #989898 1px;
    height: 1px;
    clear: both;
}
.extnews .newsbody a img {
    float:left;
    margin: 0 20px 30px 0;
}

/* Contact Form */

.scroll .leftcontent form table {
    margin-top: 20px;
}
.scroll .leftcontent form table tr td {
    padding-right: 15px;
}
.scroll .leftcontent form table tr td .textinput, .scroll .leftcontent form table tr td .optioninput, .scroll #rightcontent .textinput  {
    width: 175px;
    height: 18px;
    background-color: #FFF !important;
    border: 1px #989898 solid;
}
.scroll .leftcontent form table tr td .optioninputright {
    width: 235px;
    height: 18px;
    background-color: #FFF !important;
    border: 1px #989898 solid;
}
.scroll .leftcontent form table tr td .zipinput {
    width: 58px;
    height: 18px;
    background-color: #FFF !important;
    border: 1px #989898 solid;
}
.scroll .leftcontent form table tr td .areainput {
    width: 235px;
    height: 148px;
    background-color: #FFF !important;
    border: 1px #989898 solid;
}
.scroll .leftcontent form table tr td a {
    color: #F47D35;
    text-decoration: underline;
}
.scroll .leftcontent form table tr td a:hover {
    color: #000000;
    text-decoration: underline;
}


.productdetails p {
  margin:2em 0;
}



/* Partner Area */

.distributor {
  float: right;
  width: 300px;
  height: 250px;
  margin: 0 7px 0 0;
}
.distributor #startimage {
  text-decoration: none;
}
.distributor #startimage img {
  border: none;
}
.scroll #rightcontent .search {
  width: 150px;
}
.scroll .leftcontent .back {
    text-align: right;
    margin: 0 15px 15px 0;
}
.scroll .leftcontent a.box {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 0 35px;
    border:1px solid silver;
    display: block;
    float: left;
    width: 150px;
    height: 210px;
    margin: 5px 7px 5px 0;
    padding: 10px 0 0 5px;
}
.scroll .leftcontent a.box:hover {
    text-decoration:none;
}
.scroll .leftcontent a.box .title {
  height: 25px;
  overflow: hidden;
}
.scroll .leftcontent a.box .date {
    margin-top: 140px;
    padding-right: 10px;
    float: right;
}
.scroll .leftcontent a.box .dl_info {
     margin-top: 155px;
}

/* Distributor Form */

.inputFile {
    width: 340px;
    margin: 5px 0 5px 0;
    background-color: #FFF !important;
    border: 1px #989898 solid;
}

.productdetails table tr td {
    border: 1px solid #D1D2D4;
    padding: 5px;
}

.productdetails table.tabelle * {
  padding: 2px;
  border: none;
}
.productdetails table.tabelle {
  border-collapse: collapse;
  width: 656px;
}
.productdetails table.tabelle tr td {
  border-bottom: 1px solid #989898;
}
.productdetails table.tabelle tr td.line {
  border-top: 1px solid #989898;
}
.productdetails table.innerTabelle {
  border-collapse: collapse;
  width: 656px;
  border-bottom: 1px solid #989898;
}
.productdetails table.innerTabelle tr {
  border: none;
}
.productdetails table.innerTabelle tr td {
  width: 328px;
  border-top: 1px solid #989898;
}
.productdetails table.tabelle tr td table.innerTabelle {
  border-collapse: collapse;
  width: 398px;
    border: none;
}
.productdetails table.tabelle tr td, table.innerTabelle tr td {
  vertical-align: top;
}
.productdetails table.tabelle tr td table.innerTabelle tr td {
  width: 199px;
  border-top: 1px solid #989898;
  border-bottom: none;
}
.productdetails table.tabelle tr td table.innerTabelle tr.first td {
  border: none;
}
