/** Content realted styles [menu and main] ************************************/

#content {
  float: left;
}

#content .container {
  padding:          0px;
  margin:           0px 20px 0px 0px;
  background-color: #FFFFFF;
}


.box, .container {
  position: relative;
  float:    left;
  width:    100%;
}

.tl, .tr, .bl, .br {
  position: absolute;
  z-index:  1337;
}

.box .tl { top:    0px; left:  0px; }
.box .tr { top:    0px; right: 0px; }
.box .bl { bottom: 0px; left:  0px; }
.box .br { bottom: 0px; right: 0px; }

.box {
  margin:  20px 0px 0px 0px;
  padding: 0px;
}

.box.headline {
  background-image:  url(/images/headline_bg.png);
  background-repeat: no-repeat;
  border-bottom:     1px solid #EEEEEE;
}

.headline {
  position: relative;
}

.headline h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size:   35px;
  line-height: 35px;
  color:       #455a75;
  font-weight: bold;
  margin:      0px;
  padding:     20px 20px 10px;
}

.headline p {
  color:      #666666;
  padding:    0px 20px;
  margin:     0px;
  margin-top: -5px;
}

.headline .icon {
  position: absolute;
  bottom:   -5px;
  right:    -15px;
}


.box p {
  margin:  0px;
  padding: 8px 0px 4px;
}


input[type="checkbox"] {
  vertical-align: bottom;
}


#main .offer {
  background-color:    #f1f2db;
  background-image:    url(/images/offer_bg.gif);
  background-position: top right;
  background-repeat:   no-repeat;
}

#main .offer .mouseover {
  background-color:    #f4f5e2;
  background-image:    url(/images/offer_bg_hl.png);
  background-position: top right;
  background-repeat:   no-repeat;
}


#main .info {
  background-color: #f1f2db;
}

#main .mouseover {
  background-color: #f8f9ee;
}

#main .highlight {
  background-color: #f5f6e6;
}
#main .highlight .mouseover {
  background-color: #f8f9ee;
}

#main .error {
  background-color: #f6decf;
}
#main .error .mouseover {
  background-color: #fce4d4;
}

#main .disabled {
  background-color: #ededdf;
}
#main .disabled .mouseover {
  background-color: #f2f2e4;
}


#main .ok {
  background-color: #e8f6da;
}
#main .ok .mouseover {
  background-color: #effce1;
}

#main .warning {
  background-color: #f6f7c8;
}
#main .warning .mouseover {
  background-color: #feffcf;
}


.mouseover {
  cursor: pointer;
}

#menu .mouseover {
  cursor: pointer;
}



#main .box.offer .button {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

#main .content {
  position: relative;
  float: left;
  padding: 20px 25px 0px;
}

#main .box .content {
  float: none;
  padding: 15px 25px;
}

#main .box .small {
  padding: 10px 25px;
}


#content #main .half {
  width: 320px;
  margin-right: 20px;
}


#content #main .twothirds {
  width: 430px;
  margin-right: 20px;
}

#content #main .third {
  width: 210px;
  margin-right: 20px;
}

#content #main .right {
  float: right;
  margin-right: 0px;
}

#content .container.full { width: 910px; margin-left: 0px; margin-right: 0px; }
#content .container.half { width: 445px; }

#content .container.third { width: 290px; }
#content .container.twothirds { width: 400px; }


#content .container.menu { width: 230px; }
#content .container.main { width: 660px; }

#content .container.right { margin-right: 0px; float: right;}












.menubutton {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 20px;
  margin-bottom: -10px;
  cursor: pointer;
}

.menubutton .icon {
  position: absolute;
  left:   -4px;
  top:    3px;
}

.menubutton p {
  position:   absolute;
  left:     25px;
  top:      -2px;
  font:     11px/11px Verdana, Arial, Helvetica, sans-serif;
  font-weight:  bold;
  color:      #FFFFFF;
  white-space:  nowrap;
}

/** Menu stuff */

#menu .box h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  background-image: url(/images/menubox.png);
  background-repeat: repeat-x;
  font-size: 12px;
  line-height: 12px;
  color: #FFFFFF;

  height: 20px;
  margin: 0px;
  margin-bottom: 0px;

  padding-top: 8px;
  padding-left: 15px;
}

#menu .box {
  background-color: #e9e9e9;
  background-image: url(/images/menubox_bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 0px 0px 6px;
}

#menu .box .icon {
  position: absolute;
  right: 5px;
  top: 8px;
}

#menu .box p {
  margin: 0px;
  padding: 4px 10px 4px;
}

.login .label {
  width: 70px;
}

#menu .box.login input[type="text"], #menu .box.login input[type="password"] {
  border: none;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  width: 120px;
  margin: 1px 0px;
  padding: 1px;
}

/** Flow */

.flow {
  float:        left;
  width:        100%;
  border-bottom:    1px solid #EEEEEE;
}

.flow ul {
  clear:        both;
  float:        left;
  position:     relative;
  margin:       0px;
  padding:      5px 15px;
  list-style:     none;
}

.flow li {
  float:        left;
  margin:       0px 10px;
  padding:      0px;

  color: #CCCCCC;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;

}

.flow .selected {
  color: #455a75;
}

/* Service boxes */

#content #main .service .content {
  padding: 0px 10px 15px;
}

#content #main .service h2 {
  padding-left: 75px;
  padding-top: 13px;
  font: 20px Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  height: 37px;
}

#content #main .service .icon {
  position: absolute;
  left: 10px;
}

#content #main .service h2 span {
  display: none;
}


#content #main .service.fsecure h2 {
  background-image: url(/images/box_fsecure.png);
}
#content #main .service.spamfilter h2 {
  background-image: url(/images/box_spamfilter.png);
}
#content #main .service.securitycheck h2 {
  background-image: url(/images/box_securitycheck.png);
}
#content #main .service.parentalcheck h2 {
  background-image: url(/images/box_parentalcheck.png);
}
#content #main .service.securitybulletin h2 {
  background-image: url(/images/box_securitybulletin.png);
}
#content #main .service.backup h2 {
  background-image: url(/images/box_backup.png);
}


.progressbar
{
  background-image: url(/images/progressbar.gif);
  height:       7px;
  width:        264px;
  padding:      3px;
  margin-top:     10px;
  margin-bottom:    10px;
  background-repeat:  no-repeat;

}

.progressbarstatus
{
  background-image: url(/images/progressbarstatus.gif);
  height:       7px;
  width:        0px;
  background-repeat:  repeat-x;
}