@import url('reset.css');
@import url('tor-forms.css');

* {
    font-family: Georgia, sans-serif;
    color: #545156;
}

a {
    color: #628603;
}

h1,
h2,
h3 {
    font-weight: normal;
}

h1 {
    font-size: 28px;
    padding-bottom: 20px;
    margin: 0;
    font-style: italic;
}

/*** general layout ***/

#container,
#header,
#main,
#footer {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

#container {
    margin-bottom: 50px;
}

#header {
    margin-left: -35px;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 10px;
    background: #fff url('images/header-background.gif') top center no-repeat;
}

#footer {
    background: #fff url('images/footer-background.gif') top center no-repeat;
    text-align: center;
    padding-top: 20px;
    margin-top: -1px;
    font-size: 12px;
}

#logo {
    display: block;
    width: 330px;
    height: 90px;
    margin: 0 auto;
    position: relative;
}

#logo #logo-fjordland {
    position: absolute;
    top: 43px;
    left: 20px;
}

#main-menu {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 1px;
    background: transparent url('images/main-menu-current-background.gif') 0px 20px no-repeat;
}

#main-menu li {
    display: inline;
}

#main-menu li a {
    font-size: 13px;
    background: transparent url('images/main-menu-dot.gif') 0px center no-repeat;
    padding: 0 5px 0 10px;
    text-decoration: none;
}

#main-menu li.first a {
    background: none;
    padding-left: 0;
}

#main-menu li.current a {
    color: #374b02;
}

#main-menu li a:hover {
    color: #374b02;
}

#main-menu li a img {
    vertical-align: middle;
    margin: 0 0 1px 5px;
    width: 19px;
    height: 19px;
}

#footer-menu {
    margin-bottom: 30px;
    text-align: center;
}

#footer-menu li {
    display: inline;
    font-size: 12px;
    margin-left: 15px;
}

#footer-menu li.first {
    margin: 0;
}

#footer-menu li a {
    text-decoration: none;
}

#footer-menu li a img {
    display: none;
}

#footer-menu li a:hover {
    color: #374b02;
}

#accessibility-links {
    position: absolute;
    left: -10000px;
}

.navigation .prev {
    display: none;
    background: transparent url('images/arrow-double-left.gif') left center no-repeat;
    padding-left: 10px;
}

.navigation .next {
    background: transparent url('images/arrow-double-right.gif') right center no-repeat;
    padding-right: 10px;
}

.button {
    background: transparent url('images/button-right.gif') top right no-repeat;
    display: block;
    float: left;
    font-size: 12px;
    height: 23px;
    padding-right: 27px;
    text-align: center;
    text-decoration: none !important;
}

.button span {
    background: transparent url('images/button-left.gif') no-repeat;
    display: block;
    line-height: 13px;
    padding: 3px 0px 7px 27px;
    color: #374b02;
}

.button:hover {
    background-image: url('images/button-right-hover.gif');
}

.button:hover span {
    background-image: url('images/button-left-hover.gif');
}

.button:active {
    background-image: url('images/button-right-active.gif');
}

.button:active span {
    background-image: url('images/button-left-active.gif');
}

.button.large {
    background: url('images/button-large-right.gif') top right no-repeat;
    font-size: 16px;
    height: 35px;
    padding-right: 30px;
}

.button.large span {
    background: url('images/button-large-left.gif') no-repeat;
    line-height: 16px;
    padding: 8px 0px 11px 30px;
}

.button.large:hover {
    background-image: url('images/button-large-right-hover.gif');
}

.button.large:hover span {
    background-image: url('images/button-large-left-hover.gif');
}

.button.large:active {
    background-image: url('images/button-large-right-active.gif');
}

.button.large:active span {
    background-image: url('images/button-large-left-active.gif');
}

.grid {
    display: table;
}

.grid .row {
    display: table-row;
}

.grid .cell {
    display: table-cell;
    width: 200px;
}

a.special {
    color: #a20033;
    text-decoration: none;
}

a.special:hover {
    color: #680006;
    text-decoration: underline;
}

.hr {
    background: transparent url('images/horisontal-separator-1.gif') top center no-repeat;
    height: 11px;
    border: 0;
    margin: 10px 0;
}

.error {
    color: #f00;
}

#ie6-alert {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #ffffe1;
    padding: 3px 0 4px 10px;
    border-bottom: 1px solid #000;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
}

/*** product-list ***/

#product-list {
    text-align: center;
    padding-top: 30px;
    overflow: hidden;
    clear: both;
}

#product-list.test {
    position: relative;
    background: transparent url('images/main-menu-current-background.gif') 0px 20px no-repeat;
}

#product-list h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
}

#product-list .product-title {
    display:block;
    width: 120px;
    line-height: 16px;
    font-size: 13px;
}

#product-list ul {
    width: 850px;
    margin: 0 auto;
}

#product-list li {
    display: block;
    float: left;
    width: 120px;
    text-align: center;
    padding: 32px 0;
}

#product-list li.hover,
#product-list li.current {
    padding: 16px 0;
}

#product-list a * {
    text-decoration: underline;
    color: #628603;
}

#product-list li img {
    width: 77px;
    height: 85px;
}

#product-list li.current img,
#product-list li.hover img {
    width: 107px;
    height: 117px;
}

/*** product-slideshow ***/

#product-slideshow {
    position: relative;
    padding-bottom: 30px;
}

#product-slideshow ul {
    width: 100%;
    height: 370px;
}

#product-slideshow li {
    list-style-type: none;
}

#product-slideshow h2 {
    clear: both;
    font-style: italic;
    font-weight: lighter;
    font-size: 22px;
    text-align: center;
    color: #545156;
}

#product-slideshow li.navigation a.prev,
#product-slideshow li.navigation a.next {
    width: 54px;
    height: 54px;
    padding: 0;
    display: block;
    position: absolute;
}

#product-slideshow li.navigation a.prev {
    background: transparent url('images/button-prev.gif') top left;
}

#product-slideshow li.navigation a.prev:hover {
    background: transparent url('images/button-prev-hover.gif') top left;
}

#product-slideshow li.navigation a.next {
    background: transparent url('images/button-next.gif') top left;
}

#product-slideshow li.navigation a.next:hover {
    background: transparent url('images/button-next-hover.gif') top left;
}

#product-slideshow li.item {
    position: absolute;
}

#product-slideshow li.navigation a.prev {
    display: none;
    top: 120px;
    left: 50px;
    z-index: 101;
}

#product-slideshow li.navigation a.next {
    top: 120px;
    right: 50px;
    z-index: 101;
}

#product-slideshow li.item {
    display: none;
    z-index: 100;
    width: 960px;
    height: 370px;
}

#product-slideshow li.current {
    display: block;
}

#product-slideshow .button {
    position: absolute;
    top: 300px;
    left: 400px;
}
/*** banners ***/

#banners {
    width: 100%;
    border-width: 1px 0;
    border-style: dotted;
    border-color: #97c322;
    overflow: hidden;
}

#banners .banner {
    display: inline;
    float: left;
    width: 300px;
    height: 167px;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}

#banners .banner img {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
}

#banners .banner span {
    font-size: 16px;
    font-style: italic;
    text-decoration: underline;
    line-height: 22px;
    color: #628603;
    z-index: 101;
    position: absolute;
    top: 115px;
    left: 0;
}
/*** product ***/

#product {
    position: relative;
}

#product #product-image {
    z-index: 100;
    margin-top: 20px;
}
/*
  #product #product-description-background {
  z-index: 101;
  position: absolute;
  top: 20px;
  left: 0;
  width: 240px;
  background: #fff;
  height: 100%;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  }
  #product #product-description {
  z-index: 102;
  position: absolute;
  top: 20px;
  left: 10px;
  width: 220px;
  font-size: 14px;
  line-height: 17px;
  height: 100%;
  }
 */

#product #product-description {
    z-index: 101;
    background: transparent url('images/product-description-background.png');
    position: absolute;
    top: 20px;
    left: 10px;
    width: 220px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 20px;
    height: 100%;
}

#product #nutrition {
    z-index: 101;
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
}

#product h1 {
    font-size: 22px;
    line-height: 26px;
}

#product #nutrition h3 {
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    color: #628603;
    margin: 7px 0 10px 20px;
}

#product #nutrition h3 span {
    font-family: arial, helvetica, sans-serif;
    font-style: normal;
    display: block;
    font-size: 10px;
    color: #545156;
}

#product #nutrition ul {
    margin-left: 10px;
    padding: 10px;
    border-top: 1px dotted #97c322;
    border-bottom: 1px dotted #97c322;
    color: #374b02;
    font-size: 11px;
    line-height: 20px;
}

#product #nutrition ul li * {
    font-family: arial, sans-serif;
}

#product #nutrition ul li span {
    float: right;
}

#product #nutrition p {
    font-size: 10px;
    margin: 10px 10px 0 20px;
    font-family: arial, helvetica, sans-serif;
}

/*** faq ***/

#faq {
    padding: 0 250px;
    width: 460px;
    background: url('images/faq-background.jpg') top left no-repeat;
}

#faq h3 {
    margin-bottom: 10px;
}

#faq h3 a {
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    color: #628603;
    text-decoration: none;
}

#faq h3 a:hover {
    color: #374b02;
    text-decoration: underline;
}

#faq h3 a.active {
    color: #374b02;
}

#faq li {
    margin-bottom: 20px;
}

#faq .answer {
    display: none;
    margin-left: 30px;
    font-size: 14px;
    line-height: 18px;
}

#faq .answer ul {
    margin-top: 10px;
}

#faq .answer li {
    margin-bottom: 5px;
    font-size: 10px;
}

/*** tips ***/

#tips {
    width: 100%;
    padding: 30px 0;
    border-top: 1px dotted #97c322;
    clear: both;
    overflow: hidden;
}

#tips h3 {
    float: left;
    width: 190px;
    padding-left: 30px;
    color: #374b02;
    font-size: 14px;
    text-transform: uppercase;
}

#tips ul {
    width: 480px;
    float: left;
}

#tips li.item {
    display: none;
    font-size: 16px;
    font-style: italic;
}

#tips li.item.current,
#tips li.navigation {
    display: block;
}

#tips li.navigation {
    margin-top: 20px;
}

#tips a.prev,
#tips a.next {
    margin-right: 10px;
    color: #a20033;
    font-size: 14px;
    text-decoration: none;
}
/*** planner ***/

#planner .planner-mode {
    width: 620px;
    margin: 0 auto 60px auto;
}

#planner .planner-mode .button {
    width: 150px;
    margin: 0 auto;
    float: none;
}

#planner .planner-mode .hr {
    margin-top: 30px;
}

#planner #step1,
#planner #step2,
#planner #step3 {
    clear: both;
    overflow: hidden;
}

#planner #step1 {
    margin-top: 20px;
    margin-bottom: 40px;
}

#planner #step2,
#planner #step3 {
    display: none;
    width: 620px;
    margin: 30px auto;
}

#planner .introduction {
    background: transparent url('images/planner-introduction-background.jpg') top left no-repeat;
    height: 194px;
    border-bottom: 1px dotted #97c322;
    margin-bottom: 30px;
}

#planner .introduction h1,
#planner .introduction p {
    width: 460px;
    margin: 0 auto;
    text-align: center;
}

#planner .introduction p {
    padding-bottom: 1px;
    line-height: 20px;
}


#planner .introduction h1 {
    margin: 0 auto;
}

#planner h2 {
    font-size: 14px;
    color: #374b02;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 10px;
}

#planner h2 span {
    color: #374b02;
    display: block;
    text-align: center;
}

#planner .selection p,
#planner #step2 p {
    font-size: 11px;
    margin-bottom: 20px;
}

#planner li {
    margin-bottom: 5px;
}

#planner li.item label {
    margin-left: 5px;
    font-size: 14px;
    font-style: italic;
}

#planner #step1 .selection {
    background: transparent url('images/planner-selection-background.gif') top left no-repeat;
    width: 200px;
    padding: 10px 10px 0 30px;
}

#planner #step1 .selection p {
    font-family: arial, sans-serif;
    font-size: 11px;
}

#planner #step1 .selection.first {
    background: none;
}

#planner #step2 fieldset {
    border-top: 1px dotted #97c322;
    padding: 10px 0;
}

#planner #step2 fieldset.first {
    border-bottom: 1px dotted #97c322;
    margin-bottom: 20px;
}

#planner #step2 fieldset label {
    display: block;
    float: left;
    padding-left: 30px;
    width: 110px;
    font-style: italic;
}

#planner #step2 fieldset span {
    font-size: 12px;
    color: #1a171b;
    margin-left: 5px;
}

#planner .user-gender fieldset {
    display: inline;
    border: 0 !important;
    padding: 0 !important;
}

#planner-user-name,
#planner-user-email {
    width: 300px;
}

#planner-user-age {
    width: 100px;
}

#planner #step2 label.error {
    float: left;
}

#planner .edit-my-planner {
    margin-top: 30px;
    margin-left: 30px;
}

/*** inviter ***/

#inviter {
    margin-top: 20px;
    overflow: hidden;
}

#inviter .introduction {
    background: transparent url('images/planner-introduction-background.jpg') top left no-repeat;
    height: 194px;
    border-bottom: 1px dotted #97c322;
    margin-bottom: 20px;
}

#inviter .introduction h1,
#inviter .introduction p {
    width: 460px;
    margin: 0 auto;
    text-align: center;
}

#inviter h2 {
    font-size: 14px;
    color: #374b02;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 10px;
}

#inviter #step1 p {
    font-size: 14px;
    margin-bottom: 20px;
}

#inviter #step2 p {
    font-size: 11px;
    color: #837f84;
    margin-bottom: 20px;
}

#inviter #step1 {
    float: left;
    width: 480px;
}

#inviter .step {
    padding: 10px 10px 30px 30px;
}

#inviter #step1 {
    width: 440px;
}

#inviter #step2,
#inviter #step3 {
    background: transparent url('images/planner-selection-background.gif') top left no-repeat;
    float: left;
    width: 200px;
}

#inviter #step3 {
    display: none;
}

#inviter #register-with-facebook {
    margin: 20px 0 0 -20px;
    padding: 20px 0 0 20px;
    border-top: 1px dotted #97c322;
}

#inviter #register-with-facebook a {
    text-decoration: none;
    color: #a20033;
}

#fb-invite-list li {
    margin-bottom: 5px;
}

#fb-invite-list li.item label {
    margin-left: 5px;
    font-size: 14px;
    font-style: italic;
}

#fb-invite-list li.item,
#fb-invite-list li.navigation .prev {
    display: none;
}

#fb-invite-list li.item.current {
    display: block;
}

#fb-invite-list li.navigation a {
    color: #a20033;
    text-decoration: none;
    margin-right: 10px;
    font-size: 14px;
}

#inviter .joined {
	margin-bottom: 50px;
}

#inviter .already-joined {
	display: none;
	margin-bottom: 50px;
}

/*** facebook ***/

.fb-logged-in {
    display: none;
}

/*** article ***/

#article {
    width: 460px;
    margin: 0 auto 60px auto;
    position: relative;
}

#article h2 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #628603;
    text-transform: uppercase;
}

#article a {
    color: #a20033;
    text-decoration: none;
}

#article a:hover {
    color: #680006;
    text-decoration: underline;
}

#article .ingress {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}

#article .text {
    font-size: 14px;
    line-height: 18px;
}

#article .text p {
    margin-bottom: 14px;
}

#article .text ul {
    margin-bottom: 14px;
}

#article .text ul li {
    list-style-type: disc;
    margin: 0 0 6px 30px;
}

#article .image1 {
    position: absolute;
    top: 0;
    left: -250px;
}

#article .image2 {
    position: absolute;
    bottom: 0;
    right: -250px;
}

/*** passport ***/

.passport {
    width: 620px;
    margin: 0 auto 50px auto;
    overflow: hidden;
}

.passport fieldset {
    display: block;
    margin-bottom: 5px;
}

.passport label {
    float: left;
    width: 175px;
}

.passport input {
}

.operaform {
	margin: 10px 0;
}