/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *








*/

/* reset css */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

html {
  height: 100%;
}
body {
  height: 100%;
  color: black;
  background: #fff;
  background: url(/assets/bg-627def37b64bc15a5fe4c6f981f4e40b.png) top left repeat-x;
  font-family: 'Droid Sans', Arial, sans-serif;
  font-size: 75%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

/* --- Special Typo --- */

.newsitem h3,
.newsitem h4 {
  margin-left: 120px;
}

ol.agb {
  list-style-type: decimal;
  padding-left: 20px;
  font-size: 1.1em;
}

ol.agb li {
  margin-bottom: 5px;
}

#news h3,
.promobox h3,
caption {
  padding-left: 0;
  margin-bottom: 0;
  font-family: 'Droid Sans', Arial, sans-serif;
  color: #146b8b;
  font-size: 1.35em;
  line-height: 1;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-shadow: none;
}

.date {
  font-family: 'Droid Serif', Times, serif;
  font-size: 1em;
  font-style: italic;
  color: #146b8b;
  padding-left: 10px;
  margin-top: 0;
}

.promobox h3 {
  margin-bottom: 10px;
  color: #146b8b;
  font-family: 'Droid Sans', Arial, sans-serif;
  font-style: normal;
  font-size: 1.35em;
  font-weight: bold;
}

.promobox p {
  padding-right: 10px;
  padding-bottom: 10px;
  margin: 0 -10px -10px 0;
}

.register-links {
  margin-top: 20px;
}

.delete-link {
  color: darkred;
}

/* --- End of Typo --- */

/* --- Layout & Columns --- */

#content-wrapper {
  min-height: 100%;
  width: 960px;
  margin: 0 auto;
  }

#content {
/*  causes some problems in admin area and why is it here? */
/*  overflow: auto; */
  padding-bottom: 25px;
  margin-bottom: 30px;
  }

#header {
  height: 63px;
}

#footer {
  position: relative;
  margin-top: -75px;
  height: 45px;
  clear:both;
  background: url(/assets/footer_bg-ae8afdd55bb8f585e1b6cf1b465b07c0.png) bottom left repeat-x;
}

#footer p {
  width: 940px;
  margin: 0 auto;
  padding: 10px;
  text-align: right;
}

.col2-left,
.col2-right,
.col3-left,
.col3-right,
.col4-right,
.col4-left,
.col5-left,
.colcontainer {
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

.col2-left {
  max-width: 268px;
  margin-right: 10px;
  float: left;
}

.wizard {
  width: 310px;
  float: left;
}

.col2-right {
  width: 310px;
  margin-right: 10px;
  float: right;
}

.col3-left,
.col3-right {
  width: 428px;
  padding: 20px;
}

.col3-left {
  float: left;
  margin: 0 10px 0 0;
}

.col3-right {
  float: right;
  margin: 0 0 0 10px;
}

.index .col3-left{
  margin: 0 10px 20px 0;
}

.index .col3-right {
  margin: 0 0 20px 10px;
}

.col4-right,
.col4-left {
  width: 610px;
  padding: 20px;
}

.col4-right{
  margin-left: 10px;
  float: right;
}

.col4-left {
  margin-right: 10px;
  float: left;
}

.col5-left {
  width: 780px;
  margin-right: 10px;
  padding: 20px;
  float: left;
}

.left {
  float: left;
  padding-right: 10px;
}

.right {
  float: right;
  padding-left: 10px;
}

.center {
  margin: 0 auto;
  float: none;
}

/* --- End of Layout & Columns --- */

/* --- NEUES LAYOUT --- */

.colcontainer {
  padding: 20px 20px 0 20px;
  overflow: auto;
  background: #fff;
}

.bigcol {
  width: 565px;
  padding-bottom: 20px;
}

.smallcol {
  width: 335px;
  padding-bottom: 20px;
  clear: right;
}

.colcontainer div {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.admin .colcontainer {
  margin-top: 55px;
}

.clearfix {
  clear: both;
}

/* --- ENDE NEUES LAYOUT --- */

/* --- Flashes --- */

.flash {
  width: 50%;
  margin: 10px auto 10px auto;
  padding: 10px;
  background: url(/assets/flash_bg_normal-3d43f088a508de24ac2fe393933db7fe.png);
  border-top: 1px solid #377092;
  border-bottom: 1px solid #377092;
  color: #377092;
  font-size: 1.2em;
  text-align: center;
}

.flash p {
  margin: 0;
}

.notice {
  border-top: 1px solid green;
  border-bottom: 1px solid green;
  background: url(/assets/flash_bg_notice-810b7bb4f0e610b909a70c605b76fa49.png);
  color: darkgreen;
}

.error {
  padding: 5px;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  background: url(/assets/flash_bg_error-3a53292ffa3c7e42daf88e319e82041f.png);
  color: darkred;
}

/* --- End of Flashes ---*/

/* --- Navigation & Sidebar--- */

#navigation {
  float: left;
  border-left: 1px solid #5f8da8;
  border-right: 1px solid #2c5a75;
}

#navigation li {
  display: inline;
}

#navigation a {
  display: block;
  float: left;
  padding: 30px 20px 8px 20px;
  border-right: 1px solid #5f8da8;
  border-left: 1px solid #2c5a75;
  color: #fff;
  font-family: 'Droid Sans', Arial, sans-serif;
  font-size: 1.35em;
  text-decoration: none;
}

#navigation li a:hover,
#navigation li a.active {
  padding-top: 27px;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.36,rgb(20,107,139)),color-stop(0.72,rgb(42,135,164)));
  background-image: -moz-linear-gradient(center bottom,rgb(20,107,139) 36%,rgb(42,135,164) 72%);
  border-top: 3px solid #3cffff;
}

#navigation li ul {
  display: none;
  position: absolute;
}

#navigation li:hover ul{
  display: block;
  top: 62px;
}

#navigation li:hover ul li {
  display: inline;
}

#navigation li:hover ul li a {
  margin: 0;
  border: none;
  background: #f00;
  padding: 5px 10px;
}

.sidebar {
  padding: 0;
  background: #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.sidebar ul {
  max-width: 315px;
  min-width: 180px;
  float: left;
  margin: 0 auto;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

.sidebar ul li ul {
  padding-bottom: -10px;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.sidebar li li:first-child {
  padding: 0;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0em;
  text-align: right;
  text-decoration: none;
  text-shadow: none;
}

.sidebar li li:last-child a {
  border-bottom: 1px dotted #053e60;
}

.sidebar li li a {
  padding: 5px 20px 5px 10px;
  background: #ddd;
  border-bottom: none;
  color: #033150;
  font-size: 1em;
}

.sidebar li {
  display: inline;
}

.sidebar a {
  display: block;
  padding: 12px 10px;
  background: #eee;
  border-bottom: 1px dotted #053e60;
  color: #033150;
  font-size: 1.1em;
  font-weight: normal;
  text-align: right;
  text-decoration: none;
}

.sidebar li:first-child {
  display: block;
  padding: 5px 10px;
  background: #377092;
  font-size: 1.5em;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: right;
  text-decoration: none;
  text-shadow: -1px -1px 0px rgba(0,0,0,0.3), 1px 1px 0px rgba(255,255,255,0.3);
}

.sidebar li:last-child a {
  border-bottom: none;
}

.sidebar li a:hover,
.sidebar li a:active,
.sidebar li a.active {
  color: rgb(3,49,80);
  background: #b4c2cb;
}

.search input {
  margin: 10px 5px;
  padding: 2px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #377092;
}

/* --- End of Navigation & Sidebar --- */

/* --- Logo, Claim, Slider --- */

.logo_container {
  height: 115px;
  padding: 35px 0;
}

#slider {
  height: 212px;
  width: 950px;
  margin-bottom: 20px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

.sliderstage {
  width: 590px;
  height: 212px;
  float: left;
  overflow: hidden;
}

.sliderstage h2 {
  font-family: 'Droid Serif', Times, serif;
  font-style: italic;
  font-size: 2.1em;
  margin: 35px 100px 0px 25px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  z-index: 100;
}

.sliderstage img {
  z-index: 1;
}

.sliderstage p {
  margin: 15px 150px 0px 25px;
  font-size: 1em;
}

.sliderstatic {
  width: 360px;
  height: 212px;
  float: right;
  background: #146b8b;
  font-family: 'Droid Sans', Arial, sans-serif;
  font-style: normal;
  color: #fff;
}

.sliderstatic h2 {
  font-size: 1.7em;
  color: #fff;
  margin: 35px 15px 0 30px;
}

.sliderstatic ul {
  font-size: 1.3em;
  line-height: 1.8;
  margin-left: 30px;
  margin-bottom: 0;
}

.sliderstatic a,
.service-signup a {
  display: block;
  margin: 10px 50px 30px 50px;
  padding: 2px 10px;
  background: #B9E8F7;
  background: -moz-linear-gradient(top, #B9E8F7 0%, #B9E8F7 70%, #51B5E2 96%, #146B8B 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B9E8F7), color-stop(70%,#B9E8F7), color-stop(96%,#51B5E2), color-stop(100%,#146B8B));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B9E8F7', endColorstr='#146B8B',GradientType=0 );
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
  box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  text-shadow: -1px -1px 1px rgb(5,62,96), 1px 1px 1px rgba(255,255,255,0.5);
}

.sliderstatic a:hover,
.service-signup a:hover {
  background: #CDFCFF;
  background: -moz-linear-gradient(top, #CDFCFF 0%, #CDFCFF 70%, #65C9F6 98%, #146B8B 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CDFCFF), color-stop(70%,#CDFCFF), color-stop(98%,#65C9F6), color-stop(100%,#146B8B));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CDFCFF', endColorstr='#146B8B',GradientType=0 );
}

.prev,
.next {
  width: 15px;
  height: 212px;
  position: relative;
  display: block;
  background: url(/assets/slider_arrows-24b5e13a6503ed59c9b0ec791b0f095d.png);
  z-index: 1000;
}

.prev {
  top: -212px;
}

.next {
  top: -424px;
  left: 575px;
  background: url(/assets/slider_arrows-24b5e13a6503ed59c9b0ec791b0f095d.png) 15px 0;
}

.prev:hover {
  background: url(/assets/slider_arrows-24b5e13a6503ed59c9b0ec791b0f095d.png) 0 -212px;
}

.next:hover {
  background: url(/assets/slider_arrows-24b5e13a6503ed59c9b0ec791b0f095d.png) 15px -212px;
}

#slides {
  position:absolute;
  top:15px;
  left:4px;
  z-index:100;
}

.slides_container {
  width: 590px;
  height: 212px;
  overflow: hidden;
  position: relative;
}

.pagination {
  margin: 30px 70px 20px 0;
  z-index: 1100;
}

.pagination li {
  float: left;
  margin: 0 1px;
}

.pagination li a {
  display: block;
  width: 12px;
  height: 0;
  padding-top: 12px;
  background: url(/assets/pagination-c50e466ffcdd199aab3a02529b0eb74b.png) 0 0;
  float: left;
  overflow: hidden;
}

.pagination li.current a {
  background-position:0 -12px;
}

.slide1, .slide2, .slide3, .slide4, .slide5, .slide6 {
  width: 590px;
  height: 212px;
}

.slide1 {
  background: url(/assets/slider_sprite-e0358af11e452f6e5af82916404e3829.jpg) 0 0;
}

.slide2 {
  background: url(/assets/slider_sprite-e0358af11e452f6e5af82916404e3829.jpg) 0 -212px;
}

.slide3 {
  background: url(/assets/slider_sprite-e0358af11e452f6e5af82916404e3829.jpg) 0 -424px;
}

.slide4 {
  background: url(/assets/slider_sprite-e0358af11e452f6e5af82916404e3829.jpg) 0 -636px;
}

.slide5 {
  background: url(/assets/slider_sprite-e0358af11e452f6e5af82916404e3829.jpg) 0 -848px;
}

.slide6 {
  background: url(/assets/slider_sprite-e0358af11e452f6e5af82916404e3829.jpg) 0 -1060px;
}

.button,
#login input[type="submit"],
caption span a {
  position: relative;
  left: 360px;
  padding: 10px 40px;
  background:
      -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgb(3,49,80)), color-stop(0.64, rgb(63,165,188)));
  background: -moz-linear-gradient(center bottom, rgb(3,49,80) 5%, rgb(63,165,188) 64%);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
  box-shadow: 3px 3px 5px rgba(0,0,0,0.5);;
  font-size: 1.8em;
  color: white;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-shadow: -1px -1px 0px rgb(3,49,80), 1px 1px 0px rgb(63,165,188);
}

.button:hover,
#login input[type="submit"]:hover,
caption span a:hover {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgb(23,69,100)), color-stop(0.64, rgb(83,185,208)));
  background: -moz-linear-gradient(center bottom, rgb(23,69,100) 5%, rgb(83,185,208) 64%);
}

/* --- End of Logo, Claim, Slider --- */

/* --- Promoboxes --- */

.promobox {
  margin: 10px 0;
  padding: 10px;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #dbdbdb 50%, #D6D6D6 51%, #EAEAEA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(50%,#dbdbdb), color-stop(51%,#D6D6D6), color-stop(100%,#EAEAEA));
  -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
  box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}

.button,
#login input[type="submit"],
input[type="button"],
caption span a {
  left: 0px;
  float: right;
  padding: 2px 10px;
  margin: 10px 0 0 5px;
  -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.5);;
  font-size: 1em;
  text-decoration: none;
}

.promobox .button {
  margin: 5px;
}

.button:active,
#login input[type="submit"]:active,
caption span a:active {
  -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

.a-record {
  background: url(/assets/a-record_bg-6f5da28caca675ece028ebb7e45fdf0f.png) no-repeat bottom right;
}

.mx-record {
  background: url(/assets/mx-record_bg-edc2e7a9a55b67bc2aefb00b3d1743cc.png) no-repeat bottom right;
}

.wildcard {
  background: url(/assets/wildcard_bg-75d2875dcd2c9ac1ad367acc24783674.png) no-repeat bottom right;
}

/* --- End of Promoboxes --- */

/* --- News --- */

#news .button {
  float: right;
  padding: 5px 30px;
  margin: 5px 5px 40px 5px;
}

.newsitem {
  width: 100%;
  float: left;
  clear: left;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #89b5c5;
  font-size: 13px;
}

.newsitem p,
.newsitem div {
  padding-left: 20px;
  margin-left: 100px;
}

#news .newsitem:last-child {
  border: none;
}

.newsitem img {
  width: 90px;
  height: 90px;
  margin: 0 20px 20px 0;
  float: left;
  clear: left;
  background: #dedede;
  border: solid 5px #dedede;
  -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

/* --- Dashboard --- */

table {
  width: 100%;
  margin: 10px 0;
  font-size: 1.1em;
}

table .button {
  float: left;
  margin: 0;
  padding: 4px 5px;
}

table form {
  display: inline;
}

table form input[type="image"]{
  margin-bottom: -2px;
}

caption {
  margin-bottom: 5px;
}

caption span a {
  position: relative;
  top: 10px;
  margin: 10px 0 -10px 0;
  padding: 4px 10px;
  float: none;
}

.usage-indicator,
.usage-indicator > div > span {
  display: inline;
  width: 180px;
  margin: 10px 5px 0 0;
  background: #3c93b3;
  float: left;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  z-index: 1;
}

.usage-indicator > div {
  height: 21px;
  padding-left: 5px;
  background: #146b8b;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: white;
  z-index: 10;
}

.usage-indicator > div > span {
  margin: 0 0 0 -5px;
  padding: 4px 0;
  background: transparent;
  position: absolute;
  z-index: 100;
  text-align: center;
  font-size: 1em;
  -moz-box-shadow: inset -1px -1px -1px rgb(150,150,150),inset 2px 2px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: inset -1px -1px -1px rgb(150,150,150),inset 2px 2px 3px rgba(0,0,0,0.5);
  box-shadow: inset -1px -1px -1px rgb(150,150,150), inset 2px 2px 3px rgba(0,0,0,0.5);
}

caption {
  padding: 5px;
  font-size: 1.3em;
}
caption span {
  font-size: 0.8em;
  font-weight: normal;
}

th, tfoot {
  padding: 5px;
  background: #e3e3e3;
  background-image:
    -webkit-gradient(linear, left bottom, left top, color-stop(0.14, rgb(200,200,200)), color-stop(0.37, rgb(241,241,241)));
  background-image:
    -moz-linear-gradient(center bottom, rgb(200,200,200) 14%, rgb(241,241,241) 37%);
  border-bottom: 2px solid #053e60;
  color: #053e60;
}

th {
  font-size: 1.1em;
}

tfoot tr td {
  background: #e3e3e3;
  border: none;
}

td {
  padding: 5px 2px 5px 2px;
  border-bottom: 1px dotted #053e60;
}

td img {
  margin-right: 5px;
}

td .button {
  margin: 5px;
}

tr:hover td {
  background: #efefef;
}

tfoot tr:hover td{
  background: #e3e3e3;
  border: none;
}

.odd {
  background: #e7e7e7;
}

/* --- End of Dashboard --- */

.packages td {
  border-right: 1px dotted #053e60;
  border-bottom: none;
  width: 90px;
  padding: 5px;
}

.packages th {
  font-weight: bold;
  border-right: 1px dotted #053e60;
  text-align: center;
}

.packages td:last-child,
.packages th:last-child {
  border-right: none;
}

.packages td h4 {
  text-align: center;
}

.packages .button {
  float: none;
}

.price_abo td,
td.center {
  text-align: center;
}

/* --- Support --- */

.imagebox {
  float: right;
  width: 75px;
  height: 75px;
  margin-left: 10px;
  border: 1px solid #146b8b;
  background: #fff;
  overflow: hidden;
}

.faq-list li a {
  display: block;
  padding: 5px 10px;
  margin-bottom: 5px;
  background: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #033150;
  font-size: 13px;
  text-decoration: none;
}

.faq-list li a:hover {
  background: #e1e1e1;
}

/* --- Errorpages --- */

.errorpage {
  width: 780px;
  margin: 0 auto;
  background: url(/assets/error_bg-5aae31e64751ae6b58caee6e59a760f8.jpg) top left repeat-x;
}

.errorpage h1 {
  color: #053e60;
  font-size: 5em;
  font-weight: normal;
  line-height: 1;
  float: left;
  margin: 0 20px 140px 0;
}

.errorpage h2 {
  margin-bottom: 0.3em;
  float: none;
  font-size: 2.5em;
  font-weight: normal;
  text-shadow: none;
}

.errorpage .col5-left {
  padding: 20px;
  float: none;
}

.errorpage .logo_container {
  margin: 0 auto;
}

.hide {
  display: none;
}

.assetbrowser {
  background: url(/assets/assets_bg-b46b8eb3c9581f911c06e635dee5dd1f.png) repeat-x top left;
}

.assetbrowser div {
  margin: 10px;
}

.assetlist li {
  float: left;
  margin: 5px;
}

.api_token {
  margin-top: 1em;
  font-size: 2em;
  font-family: Monospace;
}

/* Syntax Highlighting */
.highlight {
  font-family: monospace;
  font-size: 12px;
  padding: 1em;
  border: 1px solid #CCCCFF;
  border-radius: 5px;
  padding-bottom: 20px;
  background: #f8f8ff
}

.highlight pre {
  overflow: auto;
}
code {
  display: inline-block;
  font-family: monospace;
  font-size: 12px;
  padding: 0 0.2em;
  background: #f8f8ff;
  border: 1px solid #CCCCFF;
  line-height: 17px;
}

/* API Documentation */
.apidocs {
  line-height: 1.7;
}
.apidocs ul {
  list-style-type: disc;
  padding-left: 20px;
}
.apidocs li {
  margin: 0.6em;
}
.apidocs h2 {
  border-bottom: 1px solid hsl(0, 0%, 79%);
  margin-bottom: 0.5em;
}
.apidocs .top {
  float: right;
  padding-top: 1em;
  font-size: 0.5em;
}
.apidocs h3 {
  font-family: 'Droid Sans', Arial, sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  font-style: normal;
  padding-left: 0px;
  margin: 10px 0px;
}

.apidocs h4 {
  padding-left: 0px;
  margin: 20px 0 0 0;
  color: #146b8b;
  font-size: 1.2em;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-shadow: none;
}

.apidocs h5 {
  margin-top: 10px;
  font-weight: bold;
}
/* --- misc. --- */

.row {
  display: table;
  width: 100%;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

.row div {
  display: table-cell;
  float: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.service-signup {
  padding: 20px;
  background: #146b8b;
  color: #fff;
  vertical-align: middle;
}

.service-signup a {
  display: inline-block;
  margin: 0;
  font-size: 1.5em;
}

.unpaid {
  font-weight: bold;
  color: darkred;
}

.user_data_table,
.user_data_table td {
  border-collapse: collapse;
  border: 1px solid black;
}

.user_data_table td {
  padding-left: 10px;
}

.login_button {
  margin: 5px 0px 10px 5px;
  padding: 4px 0px;
  text-align: right;
}

.login_button a {
  padding: 5px 10px;
  background: -webkit-gradient( linear, left bottom, left top, color-stop(0.05, rgb(3,49,80)), color-stop(0.64, rgb(63,165,188)) );
  background: -moz-linear-gradient( center bottom, rgb(3,49,80) 5%, rgb(63,165,188) 64% );
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
  text-shadow: -1px -1px 0px rgb(3,49,80), 1px 1px 0px rgb(63,165,188);
  -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  font-size: 1em;
  color: white;
  text-decoration: none;
  border: none;
}

.login_button a:hover {
  background: -webkit-gradient( linear, left bottom, left top, color-stop(0.05, rgb(23,69,100)), color-stop(0.64, rgb(83,185,208)) );
  background: -moz-linear-gradient( center bottom, rgb(23,69,100) 5%, rgb(83,185,208) 64% );
}

.login_button a:active {
  -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}
@-webkit-keyframes highlight {
 from {
   background-color: #FFF;
 }
 50% {
   background-color: rgba(0,255,0,0.3);
 }
 to {
   background-color: #FFF;
 }
}
#header fieldset {
  background: transparent;
  background-image: none;
  padding: 0;
}

#content form {
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

#content form div {
  display: block;
}

#content .col2-left form,
#content .col2-right form,
#content .col3-left form,
#content .col3-right form,
#content .col4-right form,
#content .col4-left form,
#content .col5-left form,
#content .colcontainer form {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.input input {
  margin: 10px 5px 10px 0;
  padding: 0 5px;
}

form label {
  display: block;
  margin-right: 10px;
  font-family: 'Droid Sans', Arial, sans-serif;
  color: #146b8b;
  font-weight: bold;
  font-style: normal;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="file"],
select {
  width: 220px;
  margin: 5px 5px 10px 0;
  height: 25px;
  border: 1px solid #53B9D0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
  box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
}

select {
  width: auto;
}

input[type="checkbox"] {
  display: inline;
}

.inputs .commit input,
.button-to input[type="submit"],
form input[type="submit"] {
  padding: 5px 10px;
  background:
      -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.05, rgb(3,49,80)),
      color-stop(0.64, rgb(63,165,188))
  );
  background: -moz-linear-gradient(
      center bottom,
      rgb(3,49,80) 5%,
      rgb(63,165,188) 64%
  );
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
  text-shadow: -1px -1px 0px rgb(3,49,80), 1px 1px 0px rgb(63,165,188);
  -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  font-size: 1em;
  color: white;
  text-decoration: none;
  border: none;
}

.button-to input,
.button-to input:hover {
  margin: 10px 0;
  background: #e3e3e3;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.14, rgb(200,200,200)),
      color-stop(0.37, rgb(241,241,241))
  );
  background-image: -moz-linear-gradient(
      center bottom,
      rgb(200,200,200) 14%,
      rgb(241,241,241) 37%
  );
  color: #053e60;
  text-shadow: -1px -1px 0px rgba(0,0,0,0.3), 1px 1px 0px rgba(255,255,255,0.3);
}

.button-to input:hover {
  padding: 4px 9px;
  border: 1px solid #053e60;
}

.inputs .commit input:hover,
#header input[type="submit"]:hover,
form input[type="submit"]:hover {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.05, rgb(23,69,100)),
      color-stop(0.64, rgb(83,185,208))
  );
  background: -moz-linear-gradient(
      center bottom,
      rgb(23,69,100) 5%,
      rgb(83,185,208) 64%
  );
}

.inputs .commit input:active,
input[type="submit"]:active,
#header input:active {
  -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

p.inline-hints {
  width: 55%;
  margin-top: 5px;
  float: right;
  clear: left;
  color:#666;
}

.boolean label {
  display: inline;
}

li.boolean p.inline-hints {
  margin-top: -25px
}

p.inline-errors {
  margin-top: -5px;
  color:#cc0000;
}

li.error input {
  background: rgba(255,0,0,0.5);
  border: 1px solid #990000;
}

form fieldset > ol > li ul.errors { color:#cc0000; margin:0.5em 0 0 25%; list-style:square; }
form fieldset > ol > li ul.errors li { padding:0; border:none; display:list-item; }

textarea {
  margin: 10px 5px 10px 0;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid rgb(83,185,208);
  -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5);
}

/* --- Hostname und Domain inline --- */

.dot {
  font-size: 2em;
  margin: 20px 4px 0 0;
  float: left;
}

.domain {
  float: left;
}

.wildcard {
  clear: left;
}

/* --- Login --- */
#login {
  width: 420px;
  height: 62px;
  float: right;
}

#login input {
  float:right;
  display: inline;
}

#login p {
  color: #fff;
  float: left;
}
#login a {
  color: #fff;
  font-size: 1.05em;
}

#login input[type="text"],
#login input[type="email"],
#login input[type="password"]{
  width: 135px;
  height: 17px;
  margin: 5px 5px 19px 3px;
  padding: 0 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: -1px -1px 0px rgb(3,49,80), 1px 1px 0px rgb(63,165,188), inset 1px 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: -1px -1px 0px rgb(3,49,80), 1px 1px 0px rgb(63,165,188), inset 1px 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: -1px -1px 0px rgb(3,49,80), 1px 1px 0px rgb(63,165,188), inset 1px 1px 3px rgba(0,0,0,0.5);
  border: none;
}

#login input[type="submit"]{
  margin: 5px 0px 0px 5px;
  padding: 2px 15px;
  border: none;
}

#login p {
  margin: 10px 0;
  width: 100%;
  display: block;
  text-align: right;
}

/* --- Language Picker & myTwoDNS-Navi --- */

#login ul {float:right;margin-top:-8px;}
#login ul li {display: inline;float:left;margin-left:2px;background:#4388a2}
#login ul li a {display:block;padding:5px;text-decoration:none;vertical-align:middle;}
#login ul li:hover {background:#69a0b5;}
#login ul li ul {display:none;position:absolute;z-index:1000;margin:0;padding:0;}
#login ul li:hover > ul {display:block;}
#login ul li:hover > ul li {display: block; float:none; margin-left: 0;}
#login ul li:hover > ul li a {display:block;}

.lang_de,
.lang_en {
  width: 24px;
  height: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lang_de {
  background: url(/assets/icons_lang-400c962cd76a85ec2904c86df2fbd21d.png) 0 0 no-repeat;
}

.lang_de:hover {
  background: url(/assets/icons_lang-400c962cd76a85ec2904c86df2fbd21d.png) -24px 0 no-repeat;
}

.lang_en {
  background: url(/assets/icons_lang-400c962cd76a85ec2904c86df2fbd21d.png) 0 -29px no-repeat;
}

.lang_en:hover {
  background: url(/assets/icons_lang-400c962cd76a85ec2904c86df2fbd21d.png) -24px -29px no-repeat;
}

/* --- End of Login --- */

/* --- Admin --- */

.globalsearch {
  margin-top: 15px;
  padding: 5px 10px;
  background: #ededed;
}

.globalsearch input[type="submit"] {
  padding: 8px 15px;
  font-size: 1.2em;
  font-weight: bold;
}

.globalsearch input[type="search"] {
  -webkit-appearance: none;
  border: 1px solid rgb(83,185,208);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 350px;
  margin: 0 5px 10px 0;
  padding: 0;
  height: 35px;
  font-size: 1.2em;
}

.globalsearch h4 {
  margin: 10px 0;
}

.searchresults li {
  padding: 3px 5px;
  margin-bottom: 5px;
  background: #ededed;
}

.searchresults li:hover {
  background: #dedede;
}
.updated td {
  -webkit-animation-name: highlight;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
}
/* Base typo */


h1 {
  color: #053e60;
  font-size: 3em;
  font-weight: bold;
}

h2 {
  color: #053e60;
  font-size: 2.5em;
}

h2 + h3 {
  margin-top: -10px;
}

h3 {
  font-family: 'Droid Serif', Times, serif;
  font-size: 1.25em;
  font-style: italic;
  padding-left: 10px;
  margin-bottom: 10px;
}

h4 {
  padding-left: 0px;
  margin: 20px 0 0 0;
  font-family: 'Droid Sans', Arial, sans-serif;
  color: #146b8b;
  font-size: 1.2em;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  text-shadow: none;
}

h5 {
  margin-top: 10px;
  font-weight: bold;
}

p {
  font-size: 13px;
  margin-bottom: 0.8em;
}

a {
  color: #146b8b;
  text-decoration: underline;
}

em {
  font-weight: bold;
}
.highlight .hll { background-color: #CCCCCC }
.highlight .c { color: #008800; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #000080; font-weight: bold } /* Keyword */
.highlight .cm { color: #008800; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #008080 } /* Comment.Preproc */
.highlight .c1 { color: #008800; font-style: italic } /* Comment.Single */
.highlight .cs { color: #008800; font-weight: bold } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #999999 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #000080; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #000080; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #000080; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #000080; font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { color: #000080; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #000080; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #0000FF } /* Literal.Number */
.highlight .s { color: #0000FF } /* Literal.String */
.highlight .na { color: #FF0000 } /* Name.Attribute */
.highlight .nt { color: #000080; font-weight: bold } /* Name.Tag */
.highlight .ow { font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #0000FF } /* Literal.Number.Float */
.highlight .mh { color: #0000FF } /* Literal.Number.Hex */
.highlight .mi { color: #0000FF } /* Literal.Number.Integer */
.highlight .mo { color: #0000FF } /* Literal.Number.Oct */
.highlight .sb { color: #0000FF } /* Literal.String.Backtick */
.highlight .sc { color: #800080 } /* Literal.String.Char */
.highlight .sd { color: #0000FF } /* Literal.String.Doc */
.highlight .s2 { color: #0000FF } /* Literal.String.Double */
.highlight .se { color: #0000FF } /* Literal.String.Escape */
.highlight .sh { color: #0000FF } /* Literal.String.Heredoc */
.highlight .si { color: #0000FF } /* Literal.String.Interpol */
.highlight .sx { color: #0000FF } /* Literal.String.Other */
.highlight .sr { color: #0000FF } /* Literal.String.Regex */
.highlight .s1 { color: #0000FF } /* Literal.String.Single */
.highlight .ss { color: #0000FF } /* Literal.String.Symbol */
.highlight .il { color: #0000FF } /* Literal.Number.Integer.Long */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url(/assets/vendor/fancybox/fancybox-2860894247caf01164e4c782a8b12349.png);
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url(/assets/vendor/fancybox/fancybox-2860894247caf01164e4c782a8b12349.png) -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url(/assets/vendor/fancybox/blank-b3f96f160b75b1b49b426754ba188fe8.gif);
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url(/assets/vendor/fancybox/fancybox-2860894247caf01164e4c782a8b12349.png);
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url(/assets/vendor/fancybox/fancybox-2860894247caf01164e4c782a8b12349.png);
  background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url(/assets/vendor/fancybox/fancybox-x-4e35ce6c8ff47ab0b8a17881ac64b613.png);
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url(/assets/vendor/fancybox/fancybox-2860894247caf01164e4c782a8b12349.png);
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url(/assets/vendor/fancybox/fancybox-y-d0e77f237d1741daec6fa30b76eb4989.png);
  background-position: -20px 0px;
}

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url(/assets/vendor/fancybox/fancybox-2860894247caf01164e4c782a8b12349.png);
  background-position: -40px -182px; 
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url(/assets/vendor/fancybox/fancybox-x-4e35ce6c8ff47ab0b8a17881ac64b613.png);
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url(/assets/vendor/fancybox/fancybox-2860894247caf01164e4c782a8b12349.png);
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url(/assets/vendor/fancybox/fancybox-y-d0e77f237d1741daec6fa30b76eb4989.png);
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url(/assets/vendor/fancybox/fancybox-2860894247caf01164e4c782a8b12349.png);
  background-position: -40px -122px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url(/assets/vendor/fancybox/fancy_title_over-747a5394bc5a4e07c8c0c6062abe9dc7.png);
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url(/assets/vendor/fancybox/fancybox-2860894247caf01164e4c782a8b12349.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url(/assets/vendor/fancybox/fancybox-x-4e35ce6c8ff47ab0b8a17881ac64b613.png) 0px -40px;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url(/assets/vendor/fancybox/fancybox-2860894247caf01164e4c782a8b12349.png) -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/vendor/fancybox/fancy_close-3acff1b8f26a778fd9ebe34fcecccffe.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(/assets/vendor/fancybox/fancy_nav_left-376145884731c037df4c3afa6533f780.png)', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(/assets/vendor/fancybox/fancy_nav_right-c8dd575ded31ef425f8729458e21ac33.png)', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(/assets/vendor/fancybox/fancy_title_over-747a5394bc5a4e07c8c0c6062abe9dc7.png)', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(/assets/vendor/fancybox/fancy_title_left-2e0af670c4011ffd95ac7bd846aad652.png)', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(/assets/vendor/fancybox/fancy_title_main-a8bada41c49e3fb93a552ce79135f423.png)', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(/assets/vendor/fancybox/fancy_title_right-55941a1133b327149751bbdeffa9b133.png)', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
  position: absolute; margin-top: 0;
  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div  { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(/assets/vendor/fancybox/fancy_loading-02ee2b76da29a29a2f968a9696d8d29f.png)', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(/assets/vendor/fancybox/fancy_shadow_n-74b71fa9bf6fc9b17625ae12f2e12973.png)', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(/assets/vendor/fancybox/fancy_shadow_ne-1493f6825081fd775ddaacf4224e10a7.png)', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(/assets/vendor/fancybox/fancy_shadow_e-44dce57f50e04401b9d71878b96e171f.png)', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(/assets/vendor/fancybox/fancy_shadow_se-30722102e37d2f8cd7c994890618374b.png)', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(/assets/vendor/fancybox/fancy_shadow_s-9277791422a39ffd46498a0a3d2aa3fd.png)', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(/assets/vendor/fancybox/fancy_shadow_sw-324d3421261ffa20a7a16dc25e633eb7.png)', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(/assets/vendor/fancybox/fancy_shadow_w-27a2914ca5b479061c12764addb62f55.png)', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(/assets/vendor/fancybox/fancy_shadow_nw-b302d3e6b3ac1db5e866ac6276466cea.png)', sizingMethod='scale'); }
