/* ===============
   HIFU-PLANET.COM
   Base stylesheet
   =============== */


/* --- BASIC STYLES --- */

/* Page */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, "Liberation Sans", sans-serif;
  font-size: 80%;
  line-height: 1.4;
  color: #505050;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
  margin: .8em 0 1em 0;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style: normal;
}
h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}

/* Lists */
ul, ol {
  margin: .75em 0 .75em 32px;
  padding: 0;
}

/* Paragraphs */
p {
  margin: .75em 0; /* Most browser defaults are "1em 0". */
}
address {
  margin: .75em 0; /* You may want display:inline; margin:0; in HTML 5 */
  font-style: normal; /* The annoying browser default is "italic". */
}

/* Links */
a {
  text-decoration: underline;
  color: #00799B;
}
a:hover, a:focus {
  text-decoration: underline;
}
/* No dotted outline or halo around links when clicking them */
a:active {
  outline: none;
}
/* No border around images in links */
a img {
  border: none;
}

/* Misc inline elements */
/* These are default styles in virtually any browser, but you may want to
   change them for a specific project. */
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
/* Stopping superscript from adding to the line's leading */
sup {
  position: relative;
  bottom: 1ex;
  line-height: 0;
  vertical-align: baseline;
}

/* Forms */
form, fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
input, button, select {
  vertical-align: middle; /* Not perfect,
  but best compromise for most browsers */
}


/* --- ADDITIONAL BASIC STYLES --- */

/* Make abbreviations more clearly visible */
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* Make quotations more clearly visible */
blockquote {
  margin:0.75em 0;
  padding:10px 0 10px 20px;
  border-left: solid 2px #ddd;
}
q, cite {
  font-style: italic;
}
q cite, q q {
  font-style: normal
}

/* Kills automatic quotes for short quotations */
q {
  quotes: none;
}
q:before, q:after {
  content: ""; /* Needed for Safari/Chrome */
}

/* Bring paragraphs inside lists or quotations closer */
blockquote p, li p {
  margin: .5em 0;
}

/* Basic styles for definition lists */
dl {
  margin: .75em 0;
}
dt {
  margin: .75em 0 0 0;
  font-weight: bold;
}
dd {
  margin: .25em 0 .25em 32px;
}

/* Simple styles for tables */
table {
  margin: 0;
  border: none;
  border-collapse: collapse;
}
table td, table th {
  padding: 0;
  border: none;
  vertical-align: top;
}

/* HTML 5 semantic wrapper elements */
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu {
  display: block;
}
/* ======================
   HIFU-PLANET.COM
   Site-global stylesheet
   ====================== */


/* --- PAGE --- */

@media screen {
  body {
    padding: 0 0 15px 0;
    font-size: 62.5%;
    background: white url(../img/page.png) repeat-x;
  }
  body.bigfont {
    font-size: 75%;
  }
  #global {
    position: relative;
    width: 996px;
    margin: 0 auto;
  }
}
@media print {
  body {font-size: 8pt;}
  body.bigfont {font-size: 9.5pt;}
}


/* --- HEADER --- */

/* Container */
@media screen {
  #header {
    position: relative;
    min-height: 100px;
    overflow: hidden;
    padding: 10px 0 6px 50px;
  }
  * html #header {
    height: 100px;
  }
}
@media print {
  #header {
    overflow: hidden;
    padding: 0 0 .5cm 0;
  }
}

/* Logo and baseline */
/* Note: print styles at the end of this part */
#logo {
  float: left;
  margin: 0;
  padding: 0 10px;
  font-size: 1.5em;
}
#logo img {
  vertical-align: middle;
}
#baseline {
  float: left;
  width: 520px;
  margin: 0;
  padding: 20px 15px 10px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#baseline .line {
  display: block;
}
#baseline .l1 {
  color: #00799B;
}
#baseline .l2 {
  color: #798C3C;
}
@media print {
  #logo {
    padding: 0 0.5cm 0 0;
  }
  #logo img {
    width: 2.5cm;
    height: 1.54cm;
  }
  #baseline {
    float: none;
    width: auto;
    padding: .30cm 0 0 0;
    text-align: left;
    font-size: 11pt;
  }
}

/* Rightmost part */
#header .header-right {
  float: right;
  max-width: 192px;
  padding: 10px 24px 0 0;
  font-size: 1.2em;
}
@media print {
  #header .header-right {display: none;}
}

/* Language picker */
#language img {
  vertical-align: middle;
}
#language select {
  width: 125px;
  margin: 0 0 0 8px;
  vertical-align: middle;
}
.hasJS #language .send {
  display: none;
}

/* Action links */
#tools {
  margin: 8px 0 8px 32px;
  list-style: none;
}
#tools li {
  display: block;
  margin: 3px 0;
}
#tools a {
  padding: 2px 0 2px 24px;
  background: url(../img/header-actions.png) no-repeat 100px 100px;
}
#tools .send a {
  background-position: 0 0;
}
#tools .print {
  display: none; /* Will be set to block through JS */
}
#tools .print a {
  background-position: 0 -49px;
}
#tools .size {
  display: none; /* Will be set to block through JS */
}
#tools .size a {
  background-position: 0 -98px;
}


/* --- NAVIGATION --- */

/* Shared navigation link styles */
/* We're using #global just to give more weight to the selectors */
#global .nav-list {
  margin: 0;
  padding: 0;
  border: 1px solid #CCC;
  border-top: none;
  list-style: none;
}
#global .nav-list li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #CCC;
  line-height: 1.25;
  font-size: 1.2em;
}
#global .nav-list a {
  display: block;
  overflow: hidden;
  zoom: 1;
  padding: 3px 4px 3px 16px;
  border: 1px solid #F9F9F9;
  text-decoration: none;
  background: url(../img/menu-sprite.png) no-repeat left -160px;
}
#global .nav-list a:hover,
#global .nav-list a:focus {
  border-color: white;
  color: white;
  background-position: left -210px;
}

/* Main navigation: container */
#nav-main {
  display: table;
  position: relative;
  z-index: 90;
  clear: both;
  width: 996px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #D6D3D1;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  background: url(../img/menu-normal-full.png) no-repeat;
}
@media print {
  #nav-main {display: none;}
}

/* Main navigation: first-level items */
#nav-main li.lvl1 {
  list-style: none;
  float: left;
  position: relative;
}
#nav-main a.lvl1 {
  display: block;
  padding: 10px 10px 9px 10px;
  border-right: 1px solid #D6D3D1;
  font-size: 12px;
  text-decoration: none;
  color: #505050;
  background: url(../img/menu-sprite.png) no-repeat center 0;
}
* html .ISIE67 #nav-main a.first-lvl {
  float: left;
}
#nav-main a.lvl1:hover,
#nav-main a.lvl1:focus {
  color: white;
  background-position: center -80px;
}
#nav-main a.lvl1-first {
  padding-left: 17px;
  background-position: left 0;
}
#nav-main a.lvl1-first:hover,
#nav-main a.lvl1-first:focus {
  background-position: left -80px;
}
#nav-main a.lvl1-sub {
  padding-right: 22px;
  background-position: right 0;
}
#nav-main a.lvl1-sub:hover,
#nav-main a.lvl1-sub:focus {
  background-position: right -80px;
}

/* Main navigation: submenu */
#nav-main .submenu {
  display: none;
  position: absolute;
  z-index: 100;
  left: 50%;
  width: 226px;
  margin: 0 0 0 -113px;
  padding: 0 7px 9px 0;
  background: url(../img/menu-sub-shadow.png) no-repeat bottom right;
}
* html .ISIE67 #nav-main .submenu {
  background: none;
}
#nav-main li.lvl1:hover .submenu,
#nav-main li.lvl1-hover .submenu {
  display: block;
}
#nav-main .submenu .inner {
  padding: 7px 4px 5px 4px;
  border: 1px solid #999;
  background-color: white;
}
#nav-main .submenu p {
  border: medium none;
  margin: 0 0 4px 0;
  padding: 15px 10px 10px;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.25;
  background: #ECECEC url(../img/menu-sub-intro.png) repeat-x center top;
}

/* Alternative, simple style for main nav */
#nav-main-alt {
  clear: both;
  min-height: 15px;
  margin: 0;
  padding: 10px 20px;
  border-bottom: 1px solid #D6D3D1;
  text-align: center;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  background: url(../img/menu-normal-full.png) no-repeat;
}
* html .ISIE67 #nav-main-alt {
  height: 15px;
}
@media print {
  #main-main-alt {display: none;}
}
#nav-main-alt li {
  display: inline;
  list-style: none;
  font-size: 12px;
}
#nav-main-alt li a, #nav-main-alt li span {
  margin: 0 8px;
  padding: 5px;
  color: #7b7b7d;
  text-decoration: none;
}
#nav-main-alt li a {
  color: #505050;
}


/* --- MAIN CONTENT PLACEHOLDER --- */

/* Container */
@media screen {
  #main {
    position: relative;
    z-index: 0;
    width: 960px;
    overflow: hidden;
    padding: 12px 17px;
    border: solid #D6D3D1;
    border-width: 0 1px;
    background: white url(../img/content.png) repeat-x;
  }
}

/* AddThis Button */
#addthis {
  position: absolute;
  top: 11px;
  right: 17px;
}
@media print {
  #addthis {display: none;}
}

/* Breadcrumbs */
#breadcrumbs {
  margin: 0 0 12px 0;
  font-size: 1.2em;
}
@media print {
  #breadcrumbs {margin: 0;}
}
#breadcrumbs em {
  font-style: normal;
}

/* Main columns */
@media screen {
  .page-left {
    float: left;
    width: 182px;
    padding: 30px 18px 20px 0;
  }
  .page-center {
    float: left;
    width: 560px;
    padding: 30px 0 20px 0;
  }
  .page-center2 {
    display: inline; /* IE6 doubled margin bug */
    margin-left: 200px;
  }
  .page-right {
    float: right;
    width: 182px;
    padding: 30px 0 20px 0;
  }
  .page-center-right {
    float: right;
    width: 760px;
    padding: 30px 0 20px 0;
  }
}


/* --- FOOTER --- */

#footer {
  min-height: 15px;
  margin: 0;
  padding: 10px 40px 12px;
  border-top: 1px solid #CCC;
  list-style: none;
  text-align: center;
  background: url(../img/footer.png) no-repeat left bottom;
}
@media print {
  #footer {display: none;}
}
#footer li {
  display: inline;
  font-size: 1.2em;
}
#footer li + li:before {
  display: inline-block;
  width: 2px;
  content: "|";
  color: #AAA;
}
#footer a, #footer span {
  margin: 0 8px 0 10px;
  padding: 5px;
  color: #7B7B7D;
  text-decoration: none;
}
#honcode {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 15px 0 0;
  color: #7B7B7D;
  font-size: 1.2em;
}
#honcode img {
  float: left;
  margin: 0 10px 0 0;
}
#honcode a {
  color: #7B7B7D;
  text-decoration: none;
}
#honcode em {
  font-style: normal;
  text-decoration: underline;
}
/* ======================================
   HIFU-PLANET.COM
   Styles for generic content and widgets
   ====================================== */


/* --- THIN GREY CONTENT BOXES --- */

/* Container */
@media screen {
  .box-thingrey {
    position: relative;
    width: 176px; /* total 182px */
    min-height: 70px;
    margin: 0 0 7px 0;
    padding: 10px 3px;
    line-height: 1.25;
    background: #ECECEC url(../img/box-180-grey-sprite.png) no-repeat -182px 0;
  }
  * html .ISIE67 .box-thingrey {height: 70px;}
  .box-thingrey .deco {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 9px;
    width: 182px;
    background: url(../img/box-180-grey-sprite.png) no-repeat 0 0;
  }
  * html .ISIE67 .box-thingrey .deco {
    bottom: -6px; /* bottom position is off by several pixels, no idea why */
  }
}

/* Min-height and background depending on the class */
@media screen {
  .box-thingrey-med {min-height: 180px; background-position: -364px 0;}
   * html .ISIE67 .box-thingrey-med {height: 180px;}
  .box-thingrey-tall {min-height: 330px; background-position: -546px 0;}
   * html .ISIE67 .box-thingrey-tall {height: 330px;}
}

/* Box content */
@media screen {
  .box-thingrey h1, .box-thingrey h2, .box-thingrey h3 {
    margin: 0;
    padding: 6px 11px 0 11px;
    line-height: 1.1;
    font-size: 18px;
    font-weight: normal;
    color: #C60;
  }
  .box-thingrey p {
    margin: 0;
    padding: 5px 12px 0 12px;
    font-size: 1.2em;
  }
  .box-thingrey ul, .box-thingrey ol {
    margin: 0;
    padding: 0 12px 0 12px;
    list-style: none;
  }
  .box-thingrey li {
    padding-top: 5px;
    font-size: 1.2em;
  }
  .box-thingrey dl {
    margin: 0;
    font-size: 1.2em;
  }
}

/* Illustrations */
.box-thingrey .illus {
  vertical-align: middle;
}
.box-thingrey .illus-center {
  display: block;
  margin: 0 auto;
}
.box-thingrey .illus-left {
  float: left;
  padding: 0 6px;
}
.box-thingrey .illus-right {
  float: right;
  padding: 0 6px;
}


/* --- BIG GREY CONTENT BOXES --- */

/* Flat white (with borders), 560px */
@media screen {
  .box-widewhite1-header {
    width: 520px;
    padding: 10px 20px 10px 20px;
    background: url(../img/box-560-all-sprite.png) no-repeat -560px top;
  }
  .box-widewhite1-body {
    width: 520px;
    padding: 10px 20px 10px 20px;
    background: url(../img/box-560-all-sprite.png) repeat 0 center;
  }
  * html .ISIE67 .box-widewhite1-body {
    /* Drawing issue. Box is 521px wide and background gets streched. */
    overflow: hidden;
  }
  .box-widewhite1-footer {
    width: 520px;
    padding: 10px 20px 10px 20px;
    background: url(../img/box-560-all-sprite.png) no-repeat -560px bottom;
  }
}

/* Flat grey, 560px */
@media screen {
  .box-widegrey1-header {
    width: 520px;
    padding: 10px 20px 10px 20px;
    background: url(../img/box-560-all-sprite.png) no-repeat -1680px top;
  }
  .box-widegrey1-body {
    width: 520px;
    padding: 10px 20px 10px 20px;
    background: url(../img/box-560-all-sprite.png) repeat -1120px center;
  }
  .box-widegrey1-footer {
    width: 520px;
    padding: 10px 20px 10px 20px;
    background: url(../img/box-560-all-sprite.png) no-repeat -1680px bottom;
  }
}

/* Grey with gradient, 560px */
@media screen {
  .box-widegrey2 {
    position: relative;
    width: 530px;
    min-height: 150px;
    max-height: 900px;
    overflow: hidden;
    margin: 0 0 7px 0;
    padding: 15px 15px;
    line-height: 1.25;
    background: url(../img/box-560-all-sprite.png) no-repeat -2240px top;
  }
  * html .ISIE67 .box-widegrey2 {height: 150px; overflow: visible;}
  .box-widegrey2 .deco {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10px;
    width: 560px;
    background: url(../img/box-560-all-sprite.png) no-repeat -2240px bottom;
  }
}

/* Flat white (+grey header) (with borders), 760px */
@media screen {
  .box-widerwhite1-header {
    padding: 10px 20px 5px 20px;
    background: url(../img/box-760-all-sprite.png) no-repeat 0 top;
  }
  .box-widerwhite1-body {
    zoom: 1; /* IE6 spacing issues (margins collapsing through padding??) */
    padding: 10px 19px 10px 19px;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    background: white;
  }
  .box-widerwhite1-gradient {
    background: white url(../img/gradient-h-1.png) repeat-x 1px 0;
  }
  .box-widerwhite1-footer {
    padding: 5px 20px 10px 20px;
    background: url(../img/box-760-all-sprite.png) no-repeat -760px bottom;
  }
  .box-widergrey1-header {
    padding: 10px 20px 5px 20px;
    background: url(../img/box-760-all-sprite.png) no-repeat -1520px top;
  }
}


/* --- BOXES WITH TOP-RIGHT LINK --- */

@media screen {
/* Container */
  .box-link {
    position: relative;
  }

  /* Link */
  .box-link .target {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    font-size: 1.2em;
  }
  .box-link .target:focus {
    padding: 3px;
    border: 2px solid #00799B;
    outline: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .box-link .target:active {
    border-color: transparent;
  }
  .box-link .target img {
    vertical-align: middle;
  }

  /* Show that the whole block is clickable */
  .hasJS .box-link-full {
    cursor: pointer;
  }
}
@media print {
  .box-link .target {
    display: none;
  }
}


/* --- FORMS --- */

/* Django classes */
.errorlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.errorlist li {
  color: red;
}

/* Complex form in main content */
/* Note: we may use #global to improve the selectors' weight */
#global .form-main h2 {
  margin: 1.25em 0 .75em 0;
  font-size: 1.4em;
  color: #C60;
}
#global .form-main h3 {
  font-size: 1.3em;
  color: #505050;
}
#global .form-main p {
  margin: 5px 0;
  font-size: 1.2em;
}
#global .form-main ul {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
#global .form-main li {
  font-size: 1.2em;
}
#global .form-main .part {
  margin: 18px 0;
  padding-left: 35px;
  background: url(../img/arrow-bigorange-right.png) no-repeat 3px 0;
}
#global .form-main .part h3 {
  margin: 0 0 8px 0;
  padding: 2px 0 0 0;
}
#global .form-main .part-info {
  margin: -6px 0 8px 0;
  font-size: 1.2em;
  font-style: italic;
}
#global .form-main label.block {
  display: block;
  padding-bottom: 2px;
}
#global .form-main .required-mark {
  color: red;
}
#global .form-main .part span.info {
  padding: 0 2px;
  color: #707070;
}
#global .form-main .layout-auto td {
  width: 200px;
  padding: 5px 35px 5px 0;
  font-size: 1.2em;
}
#global .form-main .layout-auto td p,
#global .form-main .layout-auto td li {
  font-size: 100%;
}
#global .form-main select {width: 200px;}
#global .form-main select.med {width: 120px;}
#global .form-main select.small {width: 60px;}
#global .form-main input.text {width: 194px;}
#global .form-main input.wide {width: 429px;}
#global .form-main input.med {width: 114px;}
#global .form-main input.small {width: 54px;}
#global .form-main textarea {
  width: 427px;
  height: 120px;
  padding: 0 0 0 2px;
}
#global .form-main textarea.small {height: 70px;}
#global .form-main textarea.big {height: 180px;}
#global .form-main .errorlist {
  margin: 0 0 .25em 0;
  padding: 0;
  list-style: none;
}
#global .form-main p + .errorlist {
  margin-top: -3px;
}
#global .form-main .errorlist + p {
  margin-top: 10px;
}
#global .form-main .errorlist li {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  color: red;
}
#global .form-main .line {
  width: 100%;
  overflow: hidden;
  padding: 4px 0;
}
#global .form-main .fake-label {
  display: inline;
  display: inline-block;
  min-width: 150px;
  margin: 0 10px 0 0;
}
#global .form-main .line p {
  display: inline;
  margin: 0;
}
#global .form-main .yesno input {
  margin: 0 2px 0 0;
}
#global .form-main .yesno label {
  margin-right: 10px;
}
#global .form-main .line .date {
  display: block;
  margin: 3px 0 6px 0;
}
#global .form-main .send {
  margin: 2em 0 2em 35px;
}
/* ==================================
   HIFU-PLANET.COM
   Styles for specific pages or parts
   ================================== */


/* --- HOME CONTENT --- */

/* Main containers */
.home-top-left {
  float: left;
  width: 755px;
}
.home-top-right {
  float: right;
  width: 182px;
}
.home-bottom {
  clear: both;
  width: 100%;
  overflow: hidden;
  padding: 25px 0 15px 0;
}

/* Slideshow using jQuery Cycle Lite */
#diaporama{
  position: relative;
  height: 313px;
  overflow: hidden;
  background: url(../img/diaporama-box.jpg) no-repeat;
}
#diaporama .corner {
  position: absolute;
  z-index: 15;
  width: 5px;
  height: 5px;
  overflow: hidden;
  background: url(../img/diaporama-corners.png) no-repeat 0 0;
}
* html .ISIE67 #diaporama .corner {
  /*display: none; /* Position broken on IE6, fixing the simple way */
}
#diaporama .corner-top {
  left: 4px;
  top: 4px;
}
#diaporama .corner-bottom {
  left: 4px;
  bottom: 4px;
  background-position: 0 -5px;
}
* html .ISIE67 #diaporama .corner-bottom {
  bottom: 3px; /* Appears 1px to low on IE6 */
}
#diaporama .target {
  z-index: 20;
}
#diaporama .slide {
  display: none;
  position: relative;
  z-index: 10;
  height: 293px; /* total 313px */
  padding: 10px 12px 10px 505px;
}
#diaporama .slide-start {
  display: block;
}
#diaporama .illus {
  position: absolute;
  top: 4px;
  left: 4px;
}
#diaporama .quote {
  height: 185px;
  overflow: hidden;
  margin: 0;
  padding: 75px 0 0;
  line-height: 1.75;
  font-size: 1.4em;
  font-style: italic;
}
#diaporama .more {
  margin: 0;
  font-size: 1.2em;
}

/* Small info boxes */
/* Note: We're using the generic "box-thingrey" class and styles here. */

/* Wide info boxes */
.col-illus {
  position: relative;
  float: left;
  width: 460px;
}
.col-left {
  margin-right: 38px;
}
.col-illus .illus {
  float: left;
  padding-left: 5px;
}
.col-illus h2 {
  margin: 0 0 8px 210px;
  font-size: 18px;
  font-weight: normal;
}
.col-illus h2 a {
  text-decoration: none;
  color: #C60;
}
.col-illus h2 a:hover, .col-illus a:focus {
  text-decoration: underline;
}
.col-illus p {
  margin: 0 0 0 210px;
  font-size: 1.2em;
}
.col-illus .target {
  right: auto;
  left: 155px;
}

/* News on homepage */
#home-news {
  height: 54px;
  width: 950px;
  margin: 10px 0 15px 6px;
  padding: 0;
  background: url(../img/home-news-box.png) no-repeat 0 center;
}
#home-news .feed {
  width: 181px;
  margin: 0 22px 0 0;
  vertical-align: middle;
}
#home-news .feed img {
  display: block;
}
#home-news .main {
  padding: 6px 22px;
  vertical-align: middle;
}
#home-news .title {
  display: inline;
  margin: 0 2px 0 0;
  padding: 0;
  font-size: 1.4em;
  line-height: 1.05;
}
#home-news .text {
  display: inline;
  margin: 0;
  font-size: 1.2em;
  line-height: 1.2;
}


/* --- PAGE CONTENT --- */

/* Left-side nav */
/* Note: most styles are shared styles defined earlier. */
@media print {
  #nav-context {display: none;}
}

/* Main page content */
.article #content-main {
  padding-top: 28px;
}
#content-main h1 {
  margin: 0 0 .75em 0;
  font-size: 2.5em;
  color: #C60;
}
#content-main h2 {
  margin: 1.5em 0 .75em 0;
  font-size: 1.6em;
  color: black;
}
#content-main h1 + h2 {
  margin-top: 1em;
}
#content-main h3 {
  margin: 1.5em 0 .5em 0;
  font-size: 1.4em;
  color: #C60;
}
#content-main h2 + h3 {
  margin-top: .5em;
}
#content-main p {
  margin: 0;
  font-size: 1.3em;
}
#content-main li {
  margin: .25em 0;
  font-size: 1.3em;
}
#content-main .glossary-auto {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #AAA;
}
/* IE 6-7 doesn't support "inherit" keyword */
.ISIE67 #content-main .glossary-auto {
  color: #505050;
}
.ISIE67 #content-main h2 .glossary-auto {
  color: black;
}
.ISIE67 #content-main h3 .glossary-auto {
  color: #C60;
}

/* Editor styles */
#content-main .space-before {
  margin-top: 1.5em;
}
#content-main .illus-left {
  float: left;
  margin: 5px 20px 15px 0;
}
#content-main .illus-right {
  float: right;
  margin: 5px 0 15px 20px;
}
#content-main .illus-center {
  clear: both;
  margin: 20px auto;
  text-align: center;
}
#content-main .illus-left img,
#content-main .illus-right img,
#content-main .illus-center img {
  vertical-align: middle;
}

/* Big illustration with big text */
#content-main .image-bigdesc img {
  vertical-align: middle;
}
#content-main .image-bigdesc td {
  padding: 5px 25px 5px 0;
  vertical-align: middle;
  text-align: left;
}
#content-main .image-bigdesc td + td {
  padding-right: 0;
}
#content-main .image-bigdesc ul,
#content-main .image-bigdesc ol {
  margin: 0;
  list-style: none;
}
#content-main .image-bigdesc .bigtext li,
#content-main .image-bigdesc .bigtext p {
  margin: .25em 0;
  font-size: 1.6em;
  color: #C60;
}

/* Sidebar content: information block */
@media print {
  #information {display: none;}
}

/* Sidebar content: glossary */
@media screen {
  #glossary-small h2 {
    margin-top: -5px;
    padding: 28px 0 20px 64px;
    background: url(../illus/box-books.png) no-repeat 5px 0;
  }
  #glossary-small dl {
    margin: 0;
    padding: 0 11px 20px;
  }
  #glossary-small dt {
    margin: 0;
    padding: 10px 0 4px;
    font-weight: normal;
  }
  #glossary-small dfn {
    font-style: normal;
  }
  #glossary-small dfn a {
    border-bottom: 1px solid #AAA;
    text-decoration: none;
    color: #333;
  }
  #glossary-small dd {
    margin: 0;
  }
}
@media print {
  #glossary-small {margin-top: 1.5em; padding-top: .75em; border-top: 1px solid #999;}
  #glossary-small h2 {margin: 0 0 .5em;}
  #glossary-small dl {font-size: 1.2em;}
  #glossary-small dt {margin: .5em 0 0; font-weight: bold;}
  #glossary-small dfn {font-style: normal;}
  #glossary-small dfn a {color: #333; text-decoration: none;}
  #glossary-small dd {margin: 0;}
}


/* --- TESTIMONIALS --- */

/* Content header */
#testimonials-header h1 {
  margin: 5px 0 15px 0;
  font-size: 1.8em;
  color: #C60;
}
#testimonials-header h2 {
  margin: 15px 0 2px 0;
  font-size: 1.4em;
}
#testimonials-header p {
  margin: 5px 0;
  font-size: 1.2em;
}

/* Main content */
#testimonials-body h2 {
  margin: 1.5em 0 0.75em;
  color: black;
  font-size: 1.3em;
}
#testimonials-body .testimonial {
  overflow: hidden;
  zoom: 1;
  margin: 10px 0 20px 0;
  padding: 16px 0 0 0;
  border-top: 1px solid #CCC;
}
#testimonials-body .testimonial img {
  float: right;
  margin: 2px 0 15px 20px;
  border: solid 1px #CCC;
}
#testimonials-body .alternative img {
  float: left;
  margin-right: 2px 20px 15px 0;
}
#testimonials-body .testimonial h2 {
  margin: 0 0 .5em 0;
  font-size: 1.6em;
}
#testimonials-body .testimonial p {
  margin: .5em 0;
  font-size: 1.3em;
}
#testimonials-body p.confirm {
  margin: 1.5em 0;
  font-size: 1.2em;
}


/* --- CENTER SEARCH & CONTACT --- */

/* Left column */
#relation-nav .content {
  padding: 11px 10px 5px 32px;
  background: url(../img/arrow-bigorange-right.png) no-repeat 3px 12px;
}
#relation-nav .title {
  margin: 5px 0 8px 0;
  padding: 0;
  line-height: 1.2;
  font-size: 1.2em;
  font-weight: bold;
  color: #505050;
}
#relation-nav .address-title,
#relation-nav .doctor-title {
  margin: 0 0 2px 0;
}
#relation-nav p {
  margin: 0 0 4px 0;
  padding: 0;
  line-height: 1.2;
  font-size: 1.2em;
}
#relation-nav .nav-list {
  margin: 10px 5px;
}

/* Search form in left column */
#search-center {
  position: relative;
  left: -12px;
  margin: 15px 0;
}
#search-center p {
  margin: 8px 0;
}
#search-center .line label {
  display: block;
  padding-bottom: 2px;
}
#search-center .line select {
  width: 135px;
}
#search-center .line input {
  width: 130px;
}

/* Centers: main content intro and map */
#centers-intro {
  position: relative;
  min-height: 60px;
  padding: 10px 30px 10px 80px;
}
* html .ISIE67 #centers-intro {
  height: 60px;
}
#centers-intro h1 {
  margin: 0;
  padding: 0 0 4px 0;
  color: #C60;
}
#centers-intro .illus {
  position: absolute;
  top: 15px;
  left: 15px;
}
#centers-intro p {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}
#centers-steps {
  overflow: hidden;
  zoom: 1;
  padding: 10px 10px;
}
#centers-steps h2 {
  float: left;
  width: 120px;
  margin: 0;
  padding: 10px 20px 10px 0;
  font-size: 1.3em;
  color: #C60;
}
#centers-steps ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#centers-steps li {
  position: relative;
  float: left;
  width: 142px;
  margin: 0;
  padding: 10px 20px 4px 35px;
  line-height: 1.2;
  font-size: 1.2em;
}
#centers-steps i {
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/centers-steps-numbers.png) no-repeat 24px 24px;
}
#centers-steps .step1 {background-position: 0 0;}
#centers-steps .step2 {background-position: 0 -24px;}
#centers-steps .step3 {background-position: 0 -48px;}
#centers-map {
  padding: 6px 5px;
}
#centers-map #gmap img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
#centers-details h1 {
  color: black;
}
#centers-details .noresult {
  font-size: 1.2em;
  color: #800000;
}

/* Centers: list of countries */
#centers-country-list {
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
  list-style: none;
}
#centers-country-list li {
  float: left;
  width: 210px;
  height: 1.5em;
  overflow: hidden;
  margin: 0 20px 6px 0;
  font-size: 1.2em;
}

/* Centers: results */
#centers-search-terms {
  margin: -15px 0 20px 24px;
  font-size: 1.2em;
  color: black;
}
#centers-results {
  width: 690px;
  margin: 20px auto;
  list-style: none;
}
#centers-results li {
  position: relative;
  width: 690px;
  margin: 0 0 8px 0;
  padding: 8px 0 0 0;
  background: url(../img/box-690-simple.png) no-repeat;
}
#centers-results .collapsed,
.hasJS #centers-results .normal {
  margin-bottom: 8px;
  padding: 3px 0 0 0;
  background: none;
}
#centers-results .open {
  margin-top: -5px;
  margin-bottom: 2px;
}
#centers-results .deco {
  display: block;
  clear: both;
  width: 690px;
  height: 12px;
  background: url(../img/box-690-simple.png) no-repeat left bottom;
}
#centers-results .collapsed .deco,
.hasJS #centers-results .normal .deco {
  display: none;
}
#centers-results h2 {
  margin: 0 220px 0 0;
  font-size: 1.3em;
}
#centers-results h2 a {
  display: block;
  zoom: 1; /* Fix disappearing background image in IE6 */
  padding: 3px 0 5px 38px;
  text-decoration: none;
  color: #505050;
  background: url(../img/arrow-bigorange-right.png) no-repeat 8px 0;
}
#centers-results .collapsed h2 a,
.hasJS #centers-results .normal h2 a {
  color: #007A9E;
  background-image: url(../img/arrow-bigblue-right.png);
}
#centers-results .close {
  display: none;
  position: absolute;
  top: -9px;
  right: -4px;
  height: 24px;
  width: 24px;
  background: white url(../img/cross-biggrey.png) no-repeat right top;
  cursor: pointer;
}
#centers-results .open .close {
  display: block;
}
#centers-results .address {
  float: left;
  width: 400px;
  margin-top: -4px;
  padding: 0 0 0 38px;
}
#centers-results .collapsed .address,
.hasJS #centers-results .normal .address {
  display: none;
}
#centers-results .address p {
  margin: 0;
  padding-top: 8px;
  font-size: 1.2em;
  line-height: 1.2;
}
#centers-results .doctors {
  /* Originally floated to the right. But that induces some disappearing
  elements in IE 6-7, so we're using a big left margin instead. */
  margin: -14px 15px 0 490px;
}
#centers-results .collapsed .doctors,
.hasJS #centers-results .normal .doctors {
  display: none;
}
#centers-results .doctors p {
  height: 55px;
  overflow: hidden;
  margin: 0 0 8px 0;
  background: url(../img/doctor-contact-link.png) no-repeat 0 -100px;
}
/*#centers-results .doctors p.even {
  background-position: 0 0;
}*/
#centers-results .doctors a,
#centers-results .doctors span {
  display: table-cell;
  height: 55px;
  padding: 3px 32px 3px 55px;
  vertical-align: middle;
  font-size: 1.3em;
  line-height: 1.15;
}
#centers-results .doctors a {
  text-decoration: none;
}
.ISIE67 #centers-results .doctors a,
.ISIE67 #centers-results .doctors span {
  display: block;
  height: 45px;
  padding-top: 6px;
  padding-bottom: 4px;
}

/* Contact and back-office: header */
#relation-header h1 {
  margin: 5px 0 15px 0;
  font-size: 1.8em;
  color: #C60;
}
#relation-header h2 {
  margin: 15px 0 2px 0;
  font-size: 1.4em;
}
#relation-header p {
  margin: 5px 0;
  font-size: 1.2em;
}

/* Contact and back-office: main content */
#relation-body {
  min-height: 170px;
}
#relation-body p {
  margin: 5px 0;
  font-size: 1.2em;
}
#relation-body li {
  font-size: 1.2em;
}

/* Doctor back-office: login */
#doctor-login {
  padding: 10px 50px;
}
#doctor-login p,
#doctor-login .send {
  margin: 1.5em 0;
  font-size: 1.5em;
}
#doctor-login .error {
  color: red;
}
#doctor-login input.text {
  width: 400px;
  padding: 5px;
  font-size: 100%;
}
#doctor-login .send input {
  font-size: 100%;
}
#doctor-login p + .errorlist {
  margin: -1.5em 0 1.5em 0;
}
#doctor-login .errorlist li {
  font-size: 1.3em;
}

/* Doctor back-office: home */
#relation-body .messages {
  margin: 1.5em 0 2em 0;
  list-style: none;
}
#relation-body .messages a {
  display: block;
  padding: 2px 0;
  text-decoration: none;
}
#relation-body .messages a:hover,
#relation-body .messages a:focus {
  text-decoration: underline;
}
#relation-body .messages-new li {
  font-size: 1.4em;
}
#relation-body .messages-old a {
  color: #707070;
}

/* Print this page button */
@media screen {
  #relation-body #message-print {
    float: right;
    margin: 8px -5px 20px 20px;
  }
  #relation-body #message-print a {
    display: block;
    padding: 6px 6px 6px 30px;
    border: 1px solid #93D5ED;
    text-decoration: none;
    background: url(../img/header-actions.png) no-repeat 6px -44px;
  }
}
@media print {
  #relation-body #message-print {display: none;}
}

/* Reply form */
#doctor-answer {
  margin-top: 30px;
}
@media print {
  #doctor-answer {display:none;}
}


/* --- OTHER PAGES --- */

/* Full glossary */
#glossary-nav .illus {
  margin-top: -5px;
}
#glossary-nav h2 {
  padding-top: 20px;
  color: #505050;
}
#glossary-nav ul {
  margin: 0;
  padding: 38px 10px 16px 38px;
}
#glossary-nav li {
  margin: 0;
  padding: 8px 0 8px 30px;
  font-size: 1.5em;
  background: url(../img/icon-books.png) no-repeat left center;
}
#glossary-nav a.current {
  text-decoration: none;
  color: #505050;
}
#glossary-full .definition {
  margin: 16px 0;
}
#glossary-full .definition h2 {
  margin: 0;
  padding: 2px 0 2px 26px;
  font-size: 1.5em;
  background: url(../img/icon-text.png) no-repeat 6px center;
}
#glossary-full .definition h2 span {
  border-bottom: 1px solid #AAA;
  font-style: normal;
  font-weight: bold;
  color: black;
}
#glossary-full .definition p {
  margin: 0;
  padding: 2px 0 2px 26px;
}

/* Recommendation */
#reco-header p {
  font-size: 1.2em;
}
#reco-body p {
  font-size: 1.2em;
}

/* Basic contact page */
#contact-us .confirm {
  margin: 1.5em 0;
  font-size: 1.2em;
}

/* Error pages */
body.errorpage #global .errorback {
  margin: 1.5em 0;
}
