/* GLOBAL RESET */
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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERAL STYLES */
body {
  background: url(../img/body-bg.jpg) no-repeat center top #09162F;
  color: #09162F;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
img {
  /* vertical-align: top; */
}
strong {
  font-weight: bold;
}
.hidden {
  display: none;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}

/* BASIC POSITIONING */
#header, #action, #navigation, #content, #footer, #memberships {
  float: left;
  overflow: hidden;
  width: 100%;
}
.wrapper {
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  width: 960px;
}
#navigation {
  background: url(../img/navigation-bg.gif) repeat-x left bottom;
}
#intern #navigation {
  background: url(../img/intern-navigation-bg.gif) repeat-x left bottom;
}
#content, .mceContentBody {
  background: url(../img/content-bg.gif) repeat-x #233D62;
  padding-bottom: 26px;
}
#footer {
  background: url(../img/footer-bg.gif) repeat-x;
  border-bottom: 1px solid #000209;
}
#memberships {
}

/* HEADER */
#header #logo,
#header #lookup,
#header #header-nav,
#header #login {
  float: left;
  padding: 0 5px;
  width: 310px;
}
#header #logo h1 a {
  background: url(../img/logo.jpg) no-repeat;
  display: block;
  height: 126px;
  text-indent: -999em;
  width: 310px;
}
#header #header-nav ul {
  float: right;
  width: 310px;
}
#header #header-nav ul li {
  background: url(../img/footer-li-bg.gif) no-repeat right center;
  float: left;
}
#header #header-nav ul li a {
  color: #8DAFDA;
  display: block;
  float: left;
  font-size: 11px;
  padding: 9px 15px;
  text-decoration: none;
}
#header #header-nav ul li a:hover {
  color: #FFF;
}
#header #header-nav ul .last {
  background: transparent;
}
#header #header-nav ul #header-nav-cart {
  background: transparent;
  float: right;
}
#header #header-nav ul #header-nav-cart a {
  background: url(../img/ico-cart.gif) no-repeat left center;
  padding: 9px 0 9px 15px;
}
#header #lookup form {
  float: left;
  padding-top: 45px;
  width: 310px;
}
#header #lookup form h2 {
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  padding: 0 0 5px 49px;
}
#header #lookup form ol {
  float: left;
}
#header #lookup form ol li {
  float: left;
}
#header #lookup form ol li label {
  color: #FFF;
  display: block;
  float: left;
  font-size: 18px;
  line-height: 19px;
  padding: 6px 5px 6px 0;
}
#header #lookup form ol li #lookup-input {
  border: 1px solid #9CB7D6;
  color: #11325B;
  display: inline;
  float: left;
  font-family: Arial;
  font-size: 18px;
  margin-right: 5px;
  overflow: hidden;
  padding: 3px;
  width: 218px;
}
#header #lookup form ol li input#lookup-input:focus {
  border-color: #BEA76E;
  color: #77571A;
}
#header #lookup form ol li #lookup-submit {
  float: left;
}
#header #login h2 {
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 5px;
  text-align: right;
}
#header #login form,
#header #login #logged-in {
  float: left;
  padding-top: 9px;
  width: 310px;
}
#header #login form ol,
#header #login #logged-in ul,
#header #login form ol li,
#header #login #logged-in ul li {
  float: left;
  width: 100%;
}
#header #login ol li {
  float: left;
  padding-bottom: 5px;
  width: 100%;
}
#header #login form ol li label {
  color: #FFF;
  display: block;
  float: left;
  font-size: 10px;
  line-height: 1;
  padding: 3px 5px 4px;
}
#header #login form ol li #login-user,
#header #login form ol li #login-pass,
#header #login form ol li #login-submit {
  float: left;
}
#header #login form ol li #login-user,
#header #login form ol li #login-pass {
  background: #FFF;
  border: 1px solid #9CB7D6;
  color: #11325B;
  font-family: Arial;
  font-size: 10px;
  padding: 1px;
  width: 110px;
}
#header #login form ol li #login-pass {
  margin-right: 5px;
  width: 70px;
}
#header #login form ol li #login-submit {
  width: 35px;
}
#header #login form ol li input#login-user:focus,
#header #login form ol li input#login-pass:focus {
  border-color: #BEA76E;
  color: #77571A;
}
#header #login #logged-in ul li {
  color: #E6F2FF;
  font-size: 11px;
  padding-bottom: 4px;
  text-align: right;
}
#header #login #logged-in ul li a#btn-logout,
#header #login #logged-in ul li a#btn-logout span {
  display: block;
  float: right;
  height: 17px;
  text-align: left;
  width: 42px;
}
#header #login #logged-in ul li a#btn-logout span {
  background: url(../img/logout-btn.gif) no-repeat;
  text-indent: -999em;
}

/* NAVIGATION */
#navigation ul {
  float: left;
  padding: 0 5px 35px;
  position: relative;
  width: 950px;
}
#navigation ul li {
  float: left;
  padding: 3px 0 2px;
}
#navigation ul li a,
#navigation ul li span {
  color: #8DAFDA;
  display: block;
  float: left;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 4px 15px;
  text-decoration: none;
  text-transform: uppercase;
}
#intern #navigation ul li a,
#intern #navigation ul li span {
  color: #000;
}
#intern #navigation ul li a#lock,
#intern #navigation ul li span#lock {
  padding: 7px 5px 0 0;
}
#navigation ul li a:hover {
  color: #FFF;
}
#intern #navigation ul li a:hover {
  background: url(../img/intern-navigation-a-hover-bg.gif) repeat-x;
  color: #FFF;
  padding: 4px 15px;
}
#intern #navigation ul li a#lock:hover {
  background: none;
  color: #FFF;
}
#navigation ul .active {
  padding: 0;
}
#navigation ul .active a,
#navigation ul .active a:hover,
#intern #navigation ul .active a,
#intern #navigation ul .active a:hover,
#intern #navigation ul .active span {
  background: url(../img/navigation-a-bg.gif) repeat-x left bottom #405D80;
  border-left: 1px solid #577393;
  border-right: 1px solid #577393;
  border-top: 1px solid #577393;
  color: #FFF;
  font-weight: bold;
  padding: 6px 14px;
}
#navigation ul .active ul {
  bottom: 7px;
  left: 0;
  padding: 0 10px;
  position: absolute;
}
#navigation ul .active ul li {
  background: url(../img/navigation-sub-bg.gif) no-repeat right center;
  padding: 0;
}
#navigation ul .active ul .last {
  background: none;
}
#navigation ul .active ul li a,
#intern #navigation ul .active ul li a,
#navigation ul .active ul li span,
#intern #navigation ul .active ul li span {
  background: none;
  border: 0;
  color: #C8CED8;
  display: block;
  float: left;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: none;
}
#navigation ul .active ul li a:hover,
#intern #navigation ul .active ul li a:hover {
  background: none;
  border: 0;
  color: #FFF;
  font-weight: normal;
  padding: 5px 10px;
}
#navigation ul .active ul .active a,
#intern #navigation ul .active ul .active a,
#navigation ul .active ul .active a:hover,
#intern #navigation ul .active ul .active a:hover,
#navigation ul .active ul .active span,
#intern #navigation ul .active ul .active span {
  color: #FFF;
  font-weight: bold;
  padding: 5px 10px;
}

/* CONTENT */
#content a {
  border-bottom: 1px solid #D5CDBE;
  color: #77571A;
  text-decoration: none;
}
#content a.img-noborder {
  border-bottom: 0px;
}
#start #content #main a {
    border: 0;
}
#content a:hover {
  border-color: #77571A;
}
#content a.to-top {
  background: url(../img/up-bg.gif) no-repeat left center;
  padding-left: 15px;
}
#content button {
    padding: 1px 4px 0 !important;
}
#content .btn-gold,
#content .btn-blue,
#content .btn-green,
#content .btn-red {
  background: url(../img/btn-gold-bg.gif) no-repeat #B59D55;
  border: 1px solid #7b6022;
  color: #FFF;
  float: left;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1;
  margin-top: 5px;
  padding: 4px 6px 2px;
}
#content .btn-gold {
  background: url(../img/btn-gold-bg.gif) no-repeat #B59D55;
  border-color: #7b6022;
}
#content .btn-gold:hover {
  background-image: url(../img/btn-gold-hover-bg.gif);
  border-color: #7b6022;
}
#content .btn-blue {
  background: url(../img/btn-blue-bg.gif) no-repeat #5583B5;
  border-color: #183A76;
}
#content .btn-blue:hover {
  background-image: url(../img/btn-blue-hover-bg.gif);
  border-color: #183A76;
}
#content .btn-green {
  background: url(../img/btn-green-bg.gif) no-repeat #69B555;
  border-color: #267618;
}
#content .btn-green:hover {
  background-image: url(../img/btn-green-hover-bg.gif);
  border-color: #267618;
}
#content .btn-red {
  background: url(../img/btn-red-bg.gif) no-repeat #B55555;
  border-color: #761818;
}
#content .btn-red:hover {
  background-image: url(../img/btn-red-hover-bg.gif);
  border-color: #761818;
}
#content button.inline {
  margin-left: 5px;
  margin-top: 0;
}
#content a.btn-remove {
  background: url(../img/btn-remove.gif) no-repeat left center;
  border-bottom: 0;
  display: block;
  height: 18px;
  text-indent: -999em;
  width: 10px;
}
#content #main {
  float: left;
  padding: 0 5px 10px;
  width: 630px;
}
.wide #content #main {
  width: 950px;
}
#content #main .entry {
  background: url(../img/col-bg.gif) repeat-x #F5F5F5;
  border: 1px solid #FFF;
  float: left;
  padding: 22px 30px 21px;
  width: 568px;
}
#start #content #main #billboard a {
  display: block;
  height: 310px;
  text-indent: -999em;
  width: 630px;
}
.wide #content #main .entry {
  width: 888px;
}
#content #main .entry h1 {
  color: #295994;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
}
#content #main .entry h2 {
  font-size: 14px;
  font-weight: bold;
  padding: 9px 0 2px;
}
#content #main .entry h3 {
  font-size: 12px;
  font-weight: bold;
  padding: 4px 0;
}
#content #main .entry p {
  padding: 9px 0;
}
#content #main .entry p.small-print {
  color: #555;
  font-size: 10px;
  line-height: 14px;
  padding: 9px 0;
}
#content #main .entry .msgInfo,
#content #main .entry .msgNotice,
#content #main .entry .msgSuccess,
#content #main .entry .msgWarning,
#content #main .entry .msgError {
  float: left;
  margin: 9px 0;
  padding: 9px 10px;
  width: 546px;
}
.wide #content #main .entry .msgInfo,
.wide #content #main .entry .msgNotice,
.wide #content #main .entry .msgSuccess,
.wide #content #main .entry .msgWarning,
.wide #content #main .entry .msgError {
  width: 866px;
}
#content #main .entry .msgInfo {
  background: #FFF;
  border: 1px solid #E5E5E5;
  color: #454545;
}
#content #main .entry ul li .msgInfo {
    float: none;
    width: auto;
}
#content #main .entry .msgNotice,
#content #sidebar ul li .entry .msgNotice {
  background: #dae4f2;
  border: 1px solid #b6cff2;
  color: #003580;
  float: left;
  margin: 9px 0;
  padding: 9px 10px;
}
#content #main .entry table td .msgNotice {
  width: auto;
}
#content #main .entry .msgSuccess {
  background: #e1f1d8;
  border: 1px solid #caf2b6;
  color: #2b8000;
}
#content #main .entry .msgWarning {
  background: #f2efda;
  border: 1px solid #e5dda1;
  color: #807100;
}
#content #main .entry .msgError {
  background: #f2dada;
  border: 1px solid #f2b6b6;
  color: #800000;
}
#content #main .entry .msgError .btn-gold {
  background: url(../img/btn-red-bg.gif) no-repeat;
  border: 1px solid #761818;
  color: #FFF;
}
#content #main .entry .msgError .btn-gold:hover {
  background: url(../img/btn-red-hover-bg.gif) no-repeat;
  border: 1px solid #761818;
  color: #FFF;
}
#content #main .entry ul {
  padding: 9px 15px;
}
#content #main .entry ul.action-list {
  float: left;
  padding: 9px 0;
}
#content #main .entry ul.feature-list {
  background: #FFF;
    border: 1px solid #E5E5E5;
    margin: 9px 0;
}
#content #main .entry ul.feature-list li {
  background: url(../img/feature-list-li-bg.gif) no-repeat left 8px;
    font-weight: normal;
    padding: 4px 20px;
}
#content #main .entry ul li {
  background: url(../img/content-li-bg.gif) no-repeat left 10px;
  /* font-size: 11px;*/
  font-weight: normal;
  padding: 4px 15px;
}
#content #main .entry ul li a {
  font-weight: normal;
}
#content #main .entry ul.pdf-list {
  background: #FFF;
    border: 1px solid #E5E5E5;
    margin: 9px 0;
}
#content #main .entry ul.pdf-list li {
  background: url(../img/pdf-ico.gif) no-repeat left center;
  padding-left: 25px;
}
#content #main .entry ul.action-list li {
  background: #FFF;
  border: 1px solid #E5E5E5;
  float: left;
  font-weight: normal;
  margin: 9px 0;
  padding: 9px 10px;
  width: 546px;
}
#content #main .entry ul li span {
  font-weight: normal;
}
#content #main .entry ol {
  padding: 9px 0 0;
}
#content #main .entry ol li {
  padding: 9px 0;
}
#content #main .entry ol li ul li {
  padding: 2px 15px;
}
#content #main .entry table {
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  margin: 9px 0;
  width: 100%;
}
#content #main .entry table#lookup-result {
  clear: both;
}
#content #main .entry table .price {
  text-align: right;
/*  width: 1%; */
}
#content #main .entry table tr td.per {
    padding-right: 0;
}
#content #main .entry table thead tr th {
  background: url(../img/th-bg.gif) repeat-x left bottom #FFF;
  border-left: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  font-weight: bold;
  padding: 4px 10px;
  text-align: left;
}
#content #main .entry table tbody tr td {
  background: url(../img/td-bg.gif) repeat-x left top #F4F4F4;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  /** font-size: 11px;  DEAKTIVERT DAS SCHRIFT IN TABELLEN GLEICH WIE AU�ERHALB**/
  padding: 4px 10px;
  text-align: left;
}
#content #main .entry table tbody tr.odd td {
  background: #FFF;
}
#content #main .entry table tbody tr.last td {
  border-bottom: 0;
}
#content #main .entry table tbody tr td.tld {
  font-weight: bold;
}
#content #main .entry table tbody tr td.domain {
  letter-spacing: 1px;
}
#content #main .entry table tbody tr td.domain em {
  font-style: normal;
  font-weight: bold;
}
#content #main .entry table tbody tr td.action,
#content #main .entry table tbody tr td.period {
  white-space: nowrap;
  width: 1%;
}
#content #main .entry table tbody tr td.period {
    border-left: 0;
    padding-left: 0;
}
#content #main .entry table tbody tr.even td.period {
    background: url(../img/td-period-bg.gif) repeat-x left top #F4F4F4;
}
#content #main .entry table tfoot tr th {
  background: url(../img/tfoot-bg.gif) repeat-x left top #FFF;
  border-left: 1px solid #d8d8d8;
  padding: 4px 10px;
  text-align: left;
}
#content #main .entry table tfoot tr td {
  background: url(../img/tfoot-bg.gif) repeat-x left top #FFF;
  border-left: 1px solid #d8d8d8;
  /* font-size: 11px;*/
  padding: 4px 10px;
  text-align: center;
}
#content #main .entry table tfoot tr td.price {
    font-weight: bold;
}
#content #main .entry table tfoot tr td.period {
    border-left: 0;
}
#content #main .entry table#lookupIntelic tbody tr.available td,
#content #main .entry table#lookup-result tbody tr.available td {
  background: url(../img/td-available-bg.gif) no-repeat #E5F5E3;
  color: #0b8000;
}
#content #main .entry table#lookupIntelic tbody tr.available td.action span,
#content #main .entry table#lookup-result tbody tr.available td.action span {
  background: url(../img/arrow-green.gif) no-repeat right center;
  display: block;
  margin-right: 10px;
  width: 100%;
}
#content #main .entry table#lookupIntelic tbody tr.notAvailable td,
#content #main .entry table#lookup-result tbody tr.notAvailable td {
  background: url(../img/td-notAvailable-bg.gif) no-repeat #F5E3E3;
  color: #800000;
}
#content #main .entry table#lookupIntelic tbody tr.notAvailable td.action span,
#content #main .entry table#lookup-result tbody tr.notAvailable td.action span {
  background: url(../img/arrow-red.gif) no-repeat right center;
  display: block;
  margin-right: 10px;
  width: 100%;
}
#content #main .entry table#lookupIntelic tbody tr td.check,
#content #main .entry table#lookup-result tbody tr td.check {
  width: 1%;
}
#content #main .entry table#lookupIntelic tbody tr td.check input,
#content #main .entry table#lookup-result tbody tr td.check input {
  margin: 2px 0 0 0;
  padding: 0;
}
#content #main .entry form,
#content #main .entry form fieldset {
  float: left;
  width: 568px;
}
.wide #content #main .entry form,
.wide #content #main .entry form fieldset {
  width: 888px;
}
#content #main .entry form {
  margin-bottom: 9px;
}
#content #main .entry form fieldset {
  background: url(../img/border-dark-bg.gif) repeat-x left bottom;
  margin: 4px 0;
}
#content #main .entry form fieldset legend {
  font-weight: bold;
  padding: 4px 0;
}
#content #main .entry form fieldset .note {
  float: left;
  padding: 4px 0;
  width: 568px;
}
.wide #content #main .entry form fieldset .note {
  background: url(../img/th-bg.gif) repeat-x;
  padding: 13px 30px 7px 0;
  width: 429px;
}
#content #main .entry form fieldset .note p {
  background: #FFF;
  border: 1px solid #E5E5E5;
  color: #454545;
  /* font-size: 11px; */
  padding: 9px 10px;
}
#content #main .entry form fieldset ol {
  background: url(../img/th-bg.gif) repeat-x;
  float: left;
  padding: 9px 0 7px;
  width: 568px;
}
#content #main .entry form fieldset ol li ol {
  background: url(../img/border-bg.gif) repeat-x left top;
  margin-top: 2px;
  padding-top: 2px;
}
.wide #content #main .entry form fieldset ol {
  /* width: 429px;  Entfernt... Sinn? Forumlare im Wide-Design schmaler als im Standart? */
  width: 888px; 
}
#content #main .entry form fieldset ol#login-data {
  width: 429px;
}
#content #main .entry form fieldset ol#personal-data-1,
#content #main .entry form fieldset ol#personal-data-2,
#content #main .entry form fieldset ol#payment-data-1,
#content #main .entry form fieldset ol#payment-data-2 {
  width: 429px;
}
#content #main .entry form fieldset ol#personal-data-1,
#content #main .entry form fieldset ol#payment-data-1 {
  padding-right: 30px;
}
#content #main .entry form fieldset ol#confirm-data {
  width: 888px;
}
#content #main .entry form fieldset ol li {
  background: url(../img/border-bg.gif) repeat-x left bottom;
  float: left;
  /** font-size: 11px; Deaktiviert in Georgs Auftrag **/
  padding: 4px 0 5px;
  width: 100%;
}
#content #main .entry form fieldset ol li.sub-legend {
  font-weight: bold;
  padding-top: 4px;
}
#content #main .entry form fieldset ol li.last {
  background: none;
}
#content #main .entry form fieldset ol li label {
  /* font-size: 11px;*/
}
#content #main .entry form fieldset ol li label.blockLabel {
  float: left;
  width: 170px;
}
#content #main .entry form fieldset ol li label.inlineLabel {
  float: left;
  padding-right: 5px;
}
#content #main .entry form fieldset ol li label.needed {
  font-weight: bold;
}
#content #main .entry form fieldset ol li label.inter {
  padding: 0 5px;
}
#content #main .entry form fieldset ol li label.checkLabel,
#content #main .entry form fieldset ol li label.radioLabel {
  float: left;
  padding: 0 5px;
}
#content #main .entry form#domain-search fieldset ol li label.inlineLabel {
  font-weight: bold;
  padding-left: 0;
}
#content #main .entry form fieldset ol li label.number {
  width: 114px;
}
#content #main .entry form fieldset ol li label.city {
  width: 129px;
}
#content #main .entry form fieldset ol#personal-data-1 li label.number,
#content #main .entry form fieldset ol#personal-data-OC li label.number,
#content #main .entry form fieldset ol#personal-data-AC li label.number {
  width: 122px;
}
#content #main .entry form fieldset ol#personal-data-1 li label.city,
#content #main .entry form fieldset ol#personal-data-OC li label.city,
#content #main .entry form fieldset ol#personal-data-AC li label.city {
  width: 137px;
}
#content #main .entry form fieldset ol li label.year {
  width: 71px;
}
#content #main .entry form fieldset ol li label.schufa,
#content #main .entry form fieldset ol li label.agb {
  width: 545px;
}
#content #main .entry form fieldset ol li label em {
  font-style: italic;
  font-weight: normal;
}
#content #main .entry form fieldset ol li label span {
  color: #555;
  font-size: 10px;
}
#content #main .entry form fieldset ol li p.label {
  float: left;
  /* font-size: 11px;*/
  font-weight: bold;
  padding: 0;
  width: 150px;
}
#content #main .entry form fieldset ol li p.disabled {
  float: left;
  font-size: 11px;
  padding: 0;
  width: 189px;
}
#content #main .entry form fieldset ol li p.disabled span {
  color: #555;
  float: left;
}
#content #main .entry form fieldset ol li p.disabled a {
  border-bottom: 0;
  float: right;
}
#content #main .entry form fieldset ol li p.disabled a:hover {
  text-decoration: underline;
}
#content #main .entry form fieldset ol li input.textInput, 
#content #main .entry form fieldset ol li select.selectInput,
#content #main .entry form fieldset ol li textarea.textareaInput {
  background: #FFF;
  border: 1px solid #A5A5A5;
  float: left;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  padding: 1px 3px;
  width: 180px;
}
#content #main .entry form fieldset ol li select.selectInput {
  padding: 0;
  width: 188px;
}
#content #main .entry form fieldset ol li input.large,
#content #main .entry form fieldset ol li select.large {
  width: 296px;
}
#content #main .entry form fieldset ol li textarea.textareaInput {
  width: 296px;
}
#content #main .entry form fieldset ol li input.radioInput,
#content #main .entry form fieldset ol li input.checkInput {
  float: left;
  margin: 2px 0 0 0;
  padding: 0;
}
#content #main .entry form fieldset ol li input.inlineSubmit {
  float: left;
  /** font-size: 11px; Deaktiivert in Georgs Auftrag**/
  margin-left: 5px;
}
#content #main .entry form fieldset ol li input.textInput:focus,
#content #main .entry form fieldset ol li input.textareaInput:focus {
  border-color: #BEA76E;
  color: #77571A;
}
#content #main .entry form fieldset ol li input.street {
  margin-right: 5px;
  width: 126px;
}
#content #main .entry form fieldset ol li input.number {
  width: 41px;
}
#content #main .entry form fieldset ol li input.zip {
  margin-right: 5px;
  width: 41px;
}
#content #main .entry form fieldset ol li input.city {
  width: 126px;
}
#content #main .entry form fieldset ol li input.month {
  margin-right: 5px;
  width: 83px;
}
#content #main .entry form fieldset ol li input.year {
  width: 83px;
}
#content #main .entry form fieldset ol li input.frmError {
  border-color: #F2B6B6;
}
#content #sidebar {
  float: left;
  padding: 0 5px;
  width: 310px;
}
#content #sidebar ul {
  float: left;
  width: 100%;
}
#content #sidebar ul li {
  float: left;
  padding-bottom: 10px;
  width: 100%;
}
#content #sidebar ul li .entry {
  background: url(../img/col-bg.gif) repeat-x #F5F5F5;
  border: 1px solid #FFF;
  color: #454545;
  float: left;
  /** font-size: 11px; **/
  padding: 15px;
  width: 278px;
}
#content #sidebar ul li.sidebar-image img {
  vertical-align: top;
  width: 310px;
}
#content #sidebar ul li .entry ul {
  float: left;
  width: 100%;
}
#content #sidebar ul li .entry ul li {
  float: left;
  padding-bottom: 0;
  width: 100%;
}
#content #sidebar ul li .entry ul.feature-list {
    padding-bottom: 12px;
}
#content #sidebar ul li .entry ul.feature-list li {
  background: url(../img/feature-list-li-bg.gif) no-repeat left 8px;
  font-weight: normal;
  padding: 3px 0 3px 20px;
  width: auto;
}
#start #content #sidebar ul li .entry ul.feature-list li a {
    border-color: #D5D5D5;
    color: #454545;
}
#start #content #sidebar ul li .entry ul.feature-list li a:hover {
    border-color: #454545;
}
#content #sidebar ul li .entry h2 {
  color: #77571A;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#content #sidebar ul li .entry p {
  padding-bottom: 9px;
}
#content #sidebar ul li .entry table {
  margin-bottom: 9px;
  width: 100%;
}
#content #sidebar ul li .entry table .price {
  text-align: right;
  width: 1%;
}
#content #sidebar ul li .entry table tr td.period {
  white-space: nowrap;
  width: 1%;
}
#content #sidebar ul li .entry table thead tr th {
  background: url(../img/th-bg.gif) repeat-x left bottom;
  font-weight: bold;
  padding: 4px 0;
  text-align: left;
}
#content #sidebar ul li .entry table tbody tr th {
  background: url(../img/border-bg.gif) repeat-x left bottom;
  font-weight: bold;
  padding: 4px 0;
  text-align: left;
}
#content #sidebar ul li .entry table tbody tr td {
  background: url(../img/border-bg.gif) repeat-x left bottom;
  padding: 4px 0;
}
#content #sidebar ul li .entry table tbody tr.last td {
  background: url(../img/border-dark-bg.gif) repeat-x left bottom;
}
#content #sidebar ul li .entry table tbody tr td a:hover {
  text-decoration: underline;
}
#content #sidebar ul li .entry table tbody tr td .btn-gold,
#content #sidebar ul li .entry table tbody tr td .btn-red {
  padding: 0 2px 0 3px;
}
#content #sidebar ul li .entry .right-btn {
  float: right;
}
#content #sidebar ul li .entry table tbody tr td.action {
  width: 1%;
}
#content #sidebar ul li .entry table tbody tr td.domain {
    letter-spacing: 1px;
    overflow: hidden;
}
#content #sidebar ul li .entry table tbody tr td.domain em {
  font-style: normal;
  font-weight: normal;
}
#content #sidebar ul li .entry table tfoot tr th {
    font-weight: bold;
    padding: 4px 0;
    text-align: left;
}
#content #sidebar ul li .entry table tfoot tr td.price {
    font-weight: bold;
}
#content #sidebar ul li .entry table tbody tr td.action .btn-remove {
  margin-right: 5px;
}
#content #sidebar ul li .entry .sedo-list {
  float: left;
  width: 100%;
  /* None Javascript Version Fix*/
	height:198px;
	left:0;
	overflow:hidden;
}
#content #sidebar ul li .entry .sedo-list ul {
  float: left;
  width: 100%;
}
#content #sidebar ul li .entry .sedo-list ul li {
  background: url(../img/border-bg.gif) repeat-x left bottom;
  float: left;
  padding: 2px 0;
  width: 100%;
}
#content #sidebar ul li .entry .sedo-list span {
  display: block;
  float: left;
}
#content #sidebar ul li .entry .sedo-list a {
  border: 0;
  background: url(../img/external-bg.gif) no-repeat right center;
  color: #77571A;
  display: block;
  float: right;
  padding-right: 14px;
  text-decoration: none;
}
#content #sidebar ul li .entry .sedo-list a:hover {
  text-decoration: underline;
}
#content #sidebar ul li .entry a.sedo-list-prev,
#content #sidebar ul li .entry a.sedo-list-next {
  border: 0;
  display: block;
  float: right;
  height: 18px;
  text-indent: -999em;
  width: 9px;
}
#content #sidebar ul li .entry a.sedo-list-prev {
  background: url(../img/up-bg.gif) no-repeat left center;
  padding-left: 5px;
}
#content #sidebar ul li .entry a.sedo-list-next {
  background: url(../img/down-bg.gif) no-repeat left center;
}
#start #content #teaser {
  float: left;
  padding-bottom: 10px;
  width: 960px;
}

#content #teaser .teaser-list{
  float:left;
  left:0;
  overflow:hidden;
  position:relative;
  visibility:visible;
  width:920px;
  height: 103px;
}
#content #teaser .teaser-list ul{
	list-style-type: none;
}
#content #teaser .teaser-list-prev,
#content #teaser .teaser-list-next {
  float: left;
  padding: 0 5px;
}
#content #teaser .teaser-list-prev a,
#content #teaser .teaser-list-next a,
#content #teaser .teaser-list-prev a span,
#content #teaser .teaser-list-next a span {
  display: block;
  float: left;
  height: 101px;
  width: 8px;
}
#content #teaser .teaser-list-prev a,
#content #teaser .teaser-list-next a {
  background: url(../img/col-bg.gif) repeat-x #F5F5F5;
  border: 1px solid #FFF;
}
#content #teaser .teaser-list-prev a span {
  background: url(../img/left-bg.gif) no-repeat 2px center;
  text-indent: -999em;
}
#content #teaser .teaser-list-next a span {
  background: url(../img/right-bg.gif) no-repeat 2px center;
  text-indent: -999em;
}
#content #teaser ul li {
  float: left;
  padding: 0 5px;
  width: 174px;
}
#content #teaser ul li .entry {
  background: url(../img/col-bg.gif) repeat-x #F5F5F5;
  border: 1px solid #FFF;
  cursor: pointer;
  float: left;
  height: 101px;
  padding: 0;
  width: 172px;
}
#content #teaser ul li .entry h4 {
  color: #77571A;
  float: left;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 15px 5px;
  width: 142px;
}
#content #teaser ul li .entry h4 a {
  border: 0;
}
#content #teaser ul li .entry h4 span {
  color: #454545;
  font-size: 11px;
  font-weight: normal;
}
#content #teaser ul li .entry .price {
  clear: both;
  float: left;
  overflow: hidden;
  padding: 0 15px 15px;
  width: 142px;
}
#content #teaser ul li .entry .price p {
  float: right;
}
#content #teaser ul li .entry .price p span {
  display: block;
  float: left;
  font-weight: bold;
  line-height: 1;
}
#content #teaser ul li .entry .price p .currency {
  font-size: 14px;
  padding: 11px 5px 0 0;
}
#content #teaser ul li .entry .price p .em {
  font-size: 28px;
}
#content #teaser ul li .entry .price p .sup {
  font-size: 14px;
  padding-top: 1px;
}
#content #teaser ul li .entry p.note {
    background: #DCDCDC;
  float: left;
  font-size: 10px;
  padding: 0 15px;
  text-align: right;
  width: 142px;;
}
#content #main a.special {
  background: #F1F1F1;
  border: 0;
  display: block;
  float: left;
  height: 78px;
  margin: 10px 5px 10px 0;
  text-indent: -999em;
  width: 310px;
} 
#content #main a.email {
  background: url(../img/special-email-bg.jpg) no-repeat;  
}
#content #main a.storage {
  background: url(../img/special-storage-bg.jpg) no-repeat;
  margin: 10px 0 10px 5px;
} 

/* FOOTER */
#footer .copy {
  color: #8DAFDA;
  float: left;
  font-size: 11px;
  padding: 9px 0;
}
#footer ul {
  float: right;
}
#footer ul li {
  background: url(../img/footer-li-bg.gif) no-repeat right center;
  float: left;
}
#footer ul li.last {
  background: transparent;
}
#footer ul li.last a {
  padding-right: 5px;
}
#footer ul li a {
  color: #8DAFDA;
  display: block;
  float: left;
  font-size: 11px;
  padding: 9px 15px;
  text-decoration: none;
}
#footer ul li a:hover {
  color: #FFF;
}

/* MEMBERSHIPS */
#memberships .wrapper {
    width: 441px;
}
#memberships span,
#memberships ul,
#memberships ul li {
    float: left;
}
#memberships span {
    color: #475063;
    display: block;
    font-size: 11px;
    padding: 19px 0;
}
#memberships ul li {
    padding: 10px;
}
#memberships p {
    color: #475063;
    font-size: 11px;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
}
#tooltip h3, #tooltip div { margin: 0; }
