.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
body {
  margin: 0;
  padding: 0;
  font-family: arial;
  background: #444;
  color:  #c8c8c8;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: 0px;
}

h1 {
  color: #333333;
  font-size: 20px;
  margin: 0px 0px 7px 0px;
  font-weight: normal;
  text-transform: uppercase;
}

table {
  border-collapse: collapse;
}

hr {
  height: 1px;
  background: #b6b6ba;
  border: 0px;
  margin: 10px 0px 10px 0px;
  padding: 0px;
}

.layout {
  width: 960px;
  margin: 0px auto 0px;
  padding: 20px 0px 0px 0px;
  position: relative;
  font-size:  12px;
  
}

.layout a {
  color: #a2a2a2;
}

ul {
  padding: 0;
  list-style-type: none;
}

.clear {
  clear: both;
}

/* Header  */

.pageTitle {
  height: 52px;
}

ul.mainMenu {
  float: right;
  margin: 20px  5px 0 0;
}

ul.mainMenu li {
  display: block;
  float: left;
  font-weight:  bold;
  margin:  0 30px 0 0;
  position: relative;
  padding-bottom: 7px;
  z-index: 10;
}

ul.mainMenu li a {
  color: #c7c7c7;
}
ul.mainMenu li a, ul.mainMenu li a:hover {
  text-decoration: none;
}
ul.mainMenu li ul li a, ul.mainMenu li.active ul li a {
  color: #c7c7c7;
}
ul.mainMenu li ul li a:hover {
  color: white;
}

ul.mainMenu li.active, ul.mainMenu li.active a {
  color: #fff;
}
ul.mainMenu li.active {
  background: url(../images/menu_current.gif) center 25px no-repeat;
  height: 30px;
}

ul.mainMenu li.extLink a {
  color: #a2a2a2;
}

ul.mainMenu li.last {
  margin-right: 0px;
}

ul.mainMenu li ul {
  display: none;
  position: absolute;
  left: -18px;
  top: -10px;
  padding-top: 5px;
  z-index: 100;
  background: #232323;
  padding-bottom: 20px;
}

ul.mainMenu li.rollover, ul.mainMenu li.subactive {
  background: url(../images/menu_current.gif) center bottom no-repeat #232323;
  z-index: 200;
}

ul.mainMenu li.rollover ul {
  display: block;
}

ul.mainMenu li ul li {
  display: block;
  clear: left;
  float: none;
  padding: 5px 18px 5px 18px;
  margin-bottom: 2px;
  white-space: nowrap;
  margin-right: 0px;
  font-size: 10px;
  text-transform: uppercase;
/*  width: 110px;*/
}

ul.mainMenu li ul li.caption {
  color: white;
  font-size: 12px;
  background: url(../images/menu_current.gif) center 30px no-repeat;
  display: block;
  float:left;
  padding: 5px 0px 42px 0px;
  margin: 0px 18px 0px 18px;
  cursor: default;
}

ul.mainMenu li ul.single-row {
  padding-bottom: 0px;
}

ul.mainMenu li ul.single-row li.caption {
  padding-bottom: 27px;
}

ul.mainMenu li ul.caption a {
  color: white;
}

ul.mainMenu li ul li.no-uppercase {
  text-transform: none;
}

ul.mainMenu li ul li ul, ul.mainMenu li.rollover ul li ul {
  display: none;
  position: absolute;
  left: 109px;
  top: -15px;
  z-index: 100;
  background: #232323;
  padding: 15px 0px 15px 0px;
  border-left: #393939 1px solid;
}

ul.mainMenu li.rollover ul li.rollover a {
  color: white;
  cursor: pointer;
}

ul.mainMenu li.rollover ul li.rollover ul {
  display: block;
}

ul.mainMenu li.rollover ul li.rollover ul li a {
  color: #c7c7c7;
}
ul.mainMenu li.rollover ul li.rollover ul li a:hover {
  color: white;
}

ul.mainMenu ul li.rollover {
  background: transparent;
  z-index: 200;
}

.mainLogo {
  float: left;
}

/* Main Content*/

.mainContent {
  height: 597px;
  background: #f9f7f8;
  clear: both;
  margin-top: 10px;
  color: #333333;
  color: #76757a;
}

.mainContent h1 {
  margin:  0px 0 15px 0;
  font-size:  20px;
  font-weight: normal;
  text-transform:  uppercase;
  color: #000;
}
a.shadowButton {
  background: url(../images/shadow-button.gif) left top no-repeat;
  height: 13px;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  padding: 9px 22px 12px 29px;
  color: #404040;
  text-decoration: none;
  cursor: pointer;
  width: auto;
  display: inline;
}

.mainContent h3, .mainContent p, .mainContent label {
/*  color: #919095; */
  color: #76757a;
  margin:  0 0 0 0;
  font-size:  12px;
}

.mainContent th {
  text-align: left;
}

.mainContent p {
  font-size:  10px;
}


/* Footer  */

.footer {
  height: 100px;
  background: #333333;
  padding:  30px 20px 0;
  font-size:  11px;margin-bottom:20px;
  color: #adadad;
  clear: both;
}

.footer a, .footer a:hover {
  color: #adadad;
  text-decoration: none;
}

.footer .title {
  margin:  0 0 5px 0;
}

.footer .title a {
  text-transform: uppercase;
  color: #c1c1c1;
  font-weight:  bold;
}

.footer .links {
  float: left;
  margin:  0 0 0 40px;
}

.footer .links li img {
  cursor: pointer;
}

.footer .logo {
  float: right;
  margin-left: 40px;
}

.footer .logo img {
  margin-bottom: 7px;
}

.footer .right {
  float: right;
}

.footer .right li {
  margin-bottom:  5px;
}

.footer .first {
  margin-left: 0px;
}

.emailBlock {
  clear: left;
  float: left;
  margin:  15px 0 0 0px;
  padding: 2px 10px 0 10px;
  height: 18px;
  background: #3d3d3d;
  color: #787878;
  white-space: nowrap;
  position: static;
}

.emailBlock form {
  margin: 0;
}

.emailBlock input {
  border: 0px;
  background: #3d3d3d;
  color: #787878;
  font-style: normal;
  font-size:  10px;
  width:  140px;
}
.emailBlock input.default {
  font-style: italic;
}

.boutiques-page {
  position: relative;
}

.boutiques-error {
  color: #fd6162;
  visibility: hidden;
  margin-bottom: 12px;
}

.boutiques-form {
  width: 190px;
  height: 560px;
  padding: 20px; 
  float: left;
  background: white;
  position: absolute;
  left: 0px;
  top: 0px;
}

.boutiques-form p {
  margin-bottom: 3px;
  font-size: 12px;
  color: #4a4a4a;
}

.boutiques-form .fields {
  margin-top: 0px;
}

.boutiques-form .submit {
  text-align: right;
  padding-top: 10px;
}

.boutiques-form label {
  display: block;
  margin-bottom: 7px;
  color: #7f7f7f;
  text-transform: uppercase;
}

.boutiques-form select {
  margin-bottom: 7px;
  width: 190px;
  color: #7f7f7f;
  padding: 2px;
  border: #adadad 1px solid;
}
.boutiques-form select option {
  color: #747474;
}

.boutiques-form select.error {
  border: red 1px solid;
}

.boutiques-form .comment {
  font-size: 10px;
  color: #747474;
  margin-bottom: 6px;
}

.boutiques-container {
  background: url(../images/boutiques-home.jpg) no-repeat;
  /*margin-left: 230px;*/
  height: 600px;
  width: 730px;
  position: absolute;
  left: 230px;
  top: 0px;
}

.boutiques-container .jScrollPaneContainer {
  float: left;
}

.boutiques-result-list {
  width: 243px;
  height: 600px;
  overflow-x: hidden;
  overflow-y: hidden;
  float: left;
  background: url(../images/boutiques-list.gif) left top no-repeat white;
  position: relative;
  position: absolute;
  left: 0px;
  top: 0px;
}

.boutiques-result-summary {
  border-bottom: #e6e6e6 1px solid;
  padding: 21px 15px 7px 15px;
  font-size: 11px;
}

.boutiques-result-container {
  height: 538px;
  overflow: hidden;
  width: 215px;
}

.boutiques-result-list ul {
  display: block;
  margin: 0;
  position: relative;
  left: 0px;
  top: 0px;
  float: left;
}

.boutiques-result-list li {
  background: 20px 11px no-repeat;
  padding: 15px 12px 15px 60px;
  z-index: 5;
  position: relative;
}

.boutiques-result-list li .name {
  color: #595959;
  font-weight: bold;
}

.boutiques-result-list li .address {
  color: #7f7f7f;
}

.boutiques-result-list li a {
  cursor: pointer;
  text-decoration: none;
}

.boutiques-result-list li .more {
  color: #434343;
  display: block;
  background: url(../images/link-arrow.gif) left center no-repeat;
  padding-left: 16px;
  text-decoration: none;
}

.boutiques-result-map {
  position: absolute;
  left: 243px;
  top: 0px;
}

#boutiques-highlight {
  position: absolute;
  background: #cccccc;
  opacity: 0.3;
  width: 171px;
  filter: alpha(opacity=30);
  z-index: 3;
}

.boutiques-result-list ul li.google-marker-1 { background-image: url(../images/markers/01.gif); }
.boutiques-result-list ul li.google-marker-2 { background-image: url(../images/markers/02.gif); }
.boutiques-result-list ul li.google-marker-3 { background-image: url(../images/markers/03.gif); }
.boutiques-result-list ul li.google-marker-4 { background-image: url(../images/markers/04.gif); }
.boutiques-result-list ul li.google-marker-5 { background-image: url(../images/markers/05.gif); }
.boutiques-result-list ul li.google-marker-6 { background-image: url(../images/markers/06.gif); }
.boutiques-result-list ul li.google-marker-7 { background-image: url(../images/markers/07.gif); }
.boutiques-result-list ul li.google-marker-8 { background-image: url(../images/markers/08.gif); }
.boutiques-result-list ul li.google-marker-9 { background-image: url(../images/markers/09.gif); }
.boutiques-result-list ul li.google-marker-10 { background-image: url(../images/markers/10.gif); }
.boutiques-result-list ul li.google-marker-11 { background-image: url(../images/markers/11.gif); }
.boutiques-result-list ul li.google-marker-12 { background-image: url(../images/markers/12.gif); }
.boutiques-result-list ul li.google-marker-13 { background-image: url(../images/markers/13.gif); }
.boutiques-result-list ul li.google-marker-14 { background-image: url(../images/markers/14.gif); }
.boutiques-result-list ul li.google-marker-15 { background-image: url(../images/markers/15.gif); }
.boutiques-result-list ul li.google-marker-16 { background-image: url(../images/markers/16.gif); }
.boutiques-result-list ul li.google-marker-17 { background-image: url(../images/markers/17.gif); }
.boutiques-result-list ul li.google-marker-18 { background-image: url(../images/markers/18.gif); }
.boutiques-result-list ul li.google-marker-19 { background-image: url(../images/markers/19.gif); }
.boutiques-result-list ul li.google-marker-20 { background-image: url(../images/markers/20.gif); }
.boutiques-result-list ul li.google-marker-21 { background-image: url(../images/markers/21.gif); }
.boutiques-result-list ul li.google-marker-22 { background-image: url(../images/markers/22.gif); }
.boutiques-result-list ul li.google-marker-23 { background-image: url(../images/markers/23.gif); }
.boutiques-result-list ul li.google-marker-24 { background-image: url(../images/markers/24.gif); }
.boutiques-result-list ul li.google-marker-25 { background-image: url(../images/markers/25.gif); }
.boutiques-result-list ul li.google-marker-26 { background-image: url(../images/markers/26.gif); }

.boutiques-printlink {
  display: block;
  background: url(../images/boutiques-print.gif) left center no-repeat;
  margin-top: 4px;
  font-size: 12px;
  padding-left: 14px;
}

.boutiques-map {
  width: 487px;
  height: 600px;
  margin-left: 243px;
  background: #e8e8e8;
}

.hiddenNews {
  display: none;
}

/* Newsletter page */

.newsletterPage {
  background: #dcc6bb url("/images/newsletter_bg1.jpg") no-repeat left bottom;
  height: 481px;
  padding:  25px 30px 20px 325px;
  float: left;
  width: 605px;
  position: relative;
}

.newsletterPageCenter {
  padding-top: 190px;
  height: 320px;

}

.newsletterPageCenter input {
  width: 100% !important;
}

.newsletterForm {
  width: 370px;
  float: left;
}

.newsletterPage, .newsletterForm h3, .newsletterForm .description,.newsletterForm table.form label, .newsletterForm table.form th,.newsletterPage .formDescription p{
	color:#444444;
}

.newsletterForm .description {
  font-weight: bold;
  margin: 22px 0px 40px;
}

.newsletterForm .description a {
  color: #444444;
  text-decoration: underline;
}

.newsLetterSubmit, .btnSubmit {
/*  background: url("/images/button_bg2.gif") no-repeat;*/
  background: url("/images/button.png") no-repeat;
  display:  block;
  width: 112px;
  height: 30px;
  margin: 20px 0 0 0;
  padding: 10px 0 0 10px;
  text-align: center;
  color: #000 !important;
  font-size: 10px;
  position: relative;
  left: -10px;
}

.newsLetterSubmit, .newsLetterSubmit:hover {
  text-decoration: none;
}

.newsletterForm {
  margin: 0;
}

.newsletterForm table.form {
  margin: 0; /* 10px 0 0 0; */
  width:  360px;
  height: 272px;
  clear: both;
}


.newsletterPageCenter h1.title {
  font-family: Times New Roman, serif;
  font-style: italic;
  text-transform: none;
  font-size: 32px;
  margin-bottom: 10px;
}

.newsletterPageCenter h3 {
  margin: 0 0 0px;
}

.newsletterPageCenter table.form {
  width: 310px;
  margin: 0;
  padding: 0;
}

.newsletterPageCenter table.form .error {
  vertical-align: top;
  color: #f57778;
}

#newsletterUnregForm .error {
  vertical-align: top;
}

#newsletterUnregForm .error div {
  margin-top: 5px;
}

.newsletterPageCenter table.form td.submit {
  /*width:  100px;*/
/*  padding-right: 11px;*/

}

.newsletterPageCenter table.form td.submit a {
  position: relative;
}

.newsletterPageCenter table.form .newsLetterSubmit {
  margin:  10px -7px 0 0;
/*  float: right;*/
}	

table.form label {
  text-transform: uppercase;
  font-size: 11px;
}

table.form th {
  width: 122px;
  padding-right:  5px;
}

table.form table th {
  width: auto;
}

table.form tr {
  height: 22px;
}

table.form input {
  width:  210px;
  margin-top: 4px;
}

table.form select {
  margin-top: 4px;
}

table.form textarea {
  width:  210px;
}

.newsletterForm select {
  width: 70px;
}

#newsletter_country {
  width:  215px;
}

#newsletter_country {
  text-transform: uppercase;
}

#newsletter_postcode {
  width:  50px;
  margin: 0 10px 0 0;
}

#newsletter_city {
  width: 100px;
  margin-left: 5px;
}

.formDescription {
  float: right;
  width: 200px;
  margin-top: 90px;
  font-size: 11px;
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 30px;
}

.formDescription input {
}

td.error input, td.error .radio_list, td.error textarea {
  border: 1px solid #f4a5aa !important;
}

td.radios input, td.radios-error .radio_list, td.radios-error .radio_list input {
  border-width: 0px !important;
}

td.radios-error, td.radios-error label {
  color: #f4a5aa;
}

.radio_list {
  float: left;
  margin: 0px;
  padding-top: 5px;
}

table.form .radio_list li input {
  margin-top: 0px;
}

.radio_list li {
  float: left;
}

.radio_list input {
  width: 10px !important;
  float: left;
}

.radio_list label {
  text-transform: none !important;
  margin-right: 10px;
  margin-left: 1px;
  font-size: 12px !important;
}

.errorList {
  margin:  3px 0px 0px;
  height: 35px;
  float: left;
  width: 360px;
}

.errorList li {
  color: #f27674;
}

.debugTable td {
  color: #000;
}


.staticContent {
  height: auto;
  background: #fff;
  clear: both;
  margin-top: 10px;
  color: #333333;
  position: relative;
}

.static-layout-1 {
  position: relative;
  height: 400px;
}
.static-layout-1 .image {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 150px;
}
.static-layout-1 .text {
  margin-left: 190px;
  background: white;
  padding: 20px;
  position: absolute;
  
}

.sitemap {
  background: url(../images/sitemap.jpg) left bottom no-repeat;
  height: 531px;
  padding-left: 373px;
}

.sitemap h1 {
  padding: 26px 10px 0px 10px;
  color: #352f2f;
}

.sitemap ul {
  width: 135px;
  margin-right: 10px;
  float: left;
  margin-left: 0px;
  margin-top: 12px;
}
.sitemap ul li ul {
  margin-right: 0px;
  margin-top: 0px;
}
.sitemap ul li {
  padding: 5px 10px;
  border-bottom: #c8ae9f solid 1px;
  font-weight: bold;
}
.sitemap ul li.last {
  border-bottom: 0;
  padding-bottom: 0;
}
.sitemap ul li h3 {
  color: #352f2f;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
}
.sitemap ul li a {
  color: #675144;
}
.sitemap ul li.child {
  color: #816758;
  font-weight: normal;
}
.sitemap ul li ul {
  display: none;
  border-top: #c8ae9f solid 1px;
  margin-top: 5px;
  width: 135px;
  margin-right: 0px;
  margin-left: -10px;
  float: none;
}

.carte-cadeau {
  height: 609px;
  background: url(../images/cadeau-bg.jpg) no-repeat;
}
.carte-cadeau-help {
  position: relative;
}
.carte-cadeau h1 {
  position: absolute;
  left: 30px;
  top: 105px;
  color: white;
  font-size: 48px;
  font-weight: bold;
  line-height: 40px;
  width: 200px;
}
.carte-cadeau h2 {
  color: white;
  font-family: Times New Roman, serif;
  font-size: 23px;
  letter-spacing: 2px;
  font-style: italic;
  margin: 0 0 10px 0;
  font-weight: normal;
}
.carte-cadeau .carte-cadeau-1, .carte-cadeau .carte-cadeau-2, .carte-cadeau .carte-cadeau-3 {
  position: absolute;
  color: #645349;
}
.carte-cadeau .carte-cadeau-1 {
  left: 37px;
  top: 304px;
  width: 255px;
}
.carte-cadeau .carte-cadeau-2 {
  left: 356px;
  top: 363px;
  width: 255px;
}
.carte-cadeau .carte-cadeau-3 {
  left: 686px;
  top: 336px;
  width: 255px;
}
a.carte-cadeau-button {
  display: block;
  background: url(../images/cadeau-button.gif) no-repeat;
  font-size: 9px;
  margin-top: 19px;
  padding: 10px 17px 12px 22px;
  text-transform: uppercase;
  color: #696969;
  text-decoration: none;
  font-weight: bold;
}

.catalog {
  height: 533px;
  background: white;
}

.mentions-legales {
  height: 508px;
  background: url(../images/mentionslegales-bg.jpg) no-repeat #e4e3e8;
  padding-top: 23px;
}
.mentions-legales-help {
  margin: 0px 0px 0px 340px;
  height: 508px;
  width: 620px;
  overflow: hidden;
}
.mentions-legales-help div.content {
  width: 580px;
  height: 465px;
  padding-right: 20px;
}
.mentions-legales ul {
  list-style-type: circle;
  padding: 0px 20px;
}
.mentions-legales hr {
  text-align: left;
}

div.popup {
  margin: -20px 0 0 -40px;
  padding-top: 15px;
  width: 90px;
  height: 15px;
  background: #444;
  text-align: center;
}

div.popup .playButton {
  background: url("/images/popup_button1.gif") no-repeat;
  cursor: pointer;
  width: 23px;
  height: 10px;
  margin: 15px auto 0px;
}

div.popup .stopped {
  background: url("/images/popup_button2.gif") no-repeat !important;
}

.homepage {
  background: #F9F7F8; /*url("/images/flash_content_12.jpg") no-repeat !important;*/
  position: relative;
}

.homepage img {
  float: left;
}

.homeLinks {
  clear: both;
}

.homeLinks .mainLink {
  float: left;
  margin:  0 0 0 15px;
  font-weight: normal;
}

.homeLinks .mainLink h2 {
  font-weight: normal;
}

.homeLinks .mainLink a {
  color: #76757A;
  text-decoration: none;
}

.homeLinks h2, .homeLinks h2 a {
  margin: 20px 0 5px 0px;
  text-transform: uppercase;
  clear: both;
  color: #565455;
  font-size: 20px;
}

.homeLinks .right {
  float: right;
  width: 125px;
  margin:  0 0 0 20px;
  position: relative;
  top: -15px;
}

.homeLinks .right h2 {
  margin: 13px 0 10px 0;
}

.homeLinks .right img {
  margin-bottom: 5px;
}

.homeLinks .right h2 a {
  font-size: 12px;
}

.homeLinks .right a {
  color: #76757A;
  text-decoration: none;
}

.mainContent .navigation {
  float: right;
  margin: 20px 30px 0 10px;
  position: relative;
}

.mainContent .navigation div {
  width: 15px;
  height: 13px;
  cursor: pointer;
  float: left;
  font-weight: bold;
}

.mainContent .navigation .text {
  text-align: center;
  width: 120px;
}

.mainContent .navigation .left {
  background: url("/images/pager-left.gif") center center no-repeat transparent;
  display: block;
  height: 46px;
  position: absolute;
  left: 0;
  top: -16px;
  width: 46px;
}

.mainContent .navigation .right {
  background: url("/images/pager-right.gif") center center no-repeat transparent;
  display: block;
  height: 46px;
  position: absolute;
  right: 0;
  top: -16px;
  width: 46px;
}

.mainContent .navigation .left:hover {
  background: url("/images/pager-left-over.gif") center center no-repeat #e3e3e3;
}
.mainContent .navigation .right:hover {
  background: url("/images/pager-right-over.gif") center center no-repeat #e3e3e3;
}
.mainContent .navigation .hide, .mainContent .navigation .hide:hover {
  background: none;
  cursor:  default;
}

div#flashMenu {
  float: right;
  width: 290px;
  padding: 10px 0 0 10px
}

object#flashMenu {
  margin-right: 15px;
  float: right;
  width: 290px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 100;
}

#mainHomeFlash {
  width: 657px;
  height: 505px;
  float: left;
}

.unRegard {
  padding: 0 0 0 10px;
  height: 540px;
}

.unRegard .title {
  width: 670px;
  _width: 650px;
  height: 55px;
  float: left;
  border-bottom: 1px solid #e5e5e5;
}

.unRegard .title h1 {
  margin: 16px 0 0 12px;
  float: left;
}

.unRegard .articleContent {
  margin-top: 10px;
  float: left;
  width: 660px;
}

.unRegard .articleContent span {
  /*float: left;*/
/*  font-weight: bold;*/
/*  color: #4a4a4a;*/
}

.unRegard .articleContent .articleTitle {
}

.articleContent .articleTitle h1 {
  float: left;
  clear: both;
  font-weight: bold;
  color: #4a4a4a;
  margin: 4px 0px 25px 0px;
}

.unRegard .imagesBlock {
  margin: 0px 30px 0 0;
  float: left;
  clear: both;
  position: relative;

}

.unRegard .imagesBlock img {
  width:  310px;
  height: 240px;
  display: none;
}

.unRegard .active {
  display: block !important;
}

.imagesBlock .newsItem {
  display: none;
}

.imagesBlock .buttons {
  display: none;
  position: absolute;
  top:  110px;
  width: 300px;
  margin: 0px 0 0 5px;
}

.rollover .buttons {
  display: block;
}

.imagesBlock .buttons img {
  height: 28px;
  width: 28px;
  cursor: pointer;
}

.imagesBlock .buttons .prev {
  float: left;
}

.imagesBlock .buttons .next {
  float: right;
}

.unRegard .imagesBlock .pellets {
  text-align: center;
  padding: 0px 0 0 70px;
}

.unRegard .imagesBlock .pellets div {
  background: url("/images/pellet_inactive.gif") no-repeat;
  width: 9px;
  height: 9px;
  float: left;
  margin: 15px 0 0 10px;
  cursor: pointer;
}

.unRegard .imagesBlock .pellets div.selected {
  background: url("/images/pellet_active.gif") no-repeat;
}


.eventTemplate {
  margin-left: 0px !important;
}

.eventTemplate .articleTitle span {
  position: absolute;
  margin: 7px 0 0 10px;
  color: #fff;
}

.eventTemplate .imagesBlock {
  float: right;
  margin-right: 0px;
  clear: none;
}

.eventTemplate .text {
  color: #fff;
  width: 200px;
  margin: 70px 0 0 18px;
  position: absolute;
  top: 200px;
  left: 10px;
}
.eventTemplate .text p {
  font-style: italic;
  width: 360px;
  font-size: 23px;
  color: #fff;
  font-family: Times New Roman, serif;
  line-height: 25px;
  word-wrap: break-word;
}

.eventTemplate .text-with-short {
  top: 150px;
}
.eventTemplate .text-with-short p {
  font-style: italic;
  width: 280px;
  font-size: 22px;
  color: #790E11;
  font-family: Times New Roman, serif;
  line-height: 25px;
}
.eventTemplate .text-with-short p.short {
  position: relative;
  top: -13px;
  color: white;
}

.eventTemplate .text h1 p {
  line-height: normal;
  font-style: normal;
}

.eventTemplate .imagesBlock img {
  height: 462px;
  width: 661px;
}

.eventTemplate h1 {
  clear: left;
  float: left;
  font-weight: bold;
  color: #fff;
  font-size: 50px;
  line-height: 38px;
/*  height: 60px;*/
  letter-spacing: -2px;
  width: 360px;
  word-wrap: break-word;
}

.eventTemplate h1 span {
  display: block;
  width: 360px;
  word-wrap: break-word;
}

.eventTemplate .text-with-short h1 {
  font-size: 40px;
}

.eventTemplate .text h1 p {
  font: inherit;
}

.eventTemplate .text h1 p span span {
  color: inherit !important;
}

.newsArticles {
 /* width: 300px;*/
  float: left;
}

.newsArticle {
  width: 660px;
  _width: 640px;
  float: left;
  margin-left: 10px;
  display: none;
}

.newsArticle p.subtitle {
  font-size: 24px;
  font-style: italic;
  line-height: 26px;
  margin: -20px 0 10px 0;
  color: #4a4a4a;
  font-family: Times New Roman, serif;
}

.newsArticle p.subtitle img {
  position: relative;
  top: 7px;
}

.newsArticle p {
  font-size: 12px;
  color: #7b7b7b;
  float: left;
  width: 300px;
}

.newsArticle div.content, .newsArticle p.content {
  margin-bottom: 15px;
}

.newsArticle ul.links {
  float: left; right;
  width: auto; 320px;
  margin:  0;
}

.newsArticle ul.links li {
  background: url("/images/link_arrow1.gif") no-repeat left center;
  padding-left: 20px;
  white-space: nowrap;
}

.newsArticle ul.links li a {
  color:  #4a4a4a;
}

.eventTemplate ul.links {
  clear: both;
  float: left;
  margin: 10px 0 0 0;
}

.eventTemplate ul.links li {
  background: url("/images/link_arrow2.gif") no-repeat left center;
}
.eventTemplate ul.links li a {
  color: #fff;
  float: none;
}

.eventTemplate .text-with-short ul.links {
  margin-top: 45px;
}
.eventTemplate .text-with-short ul.links li {
  background: url("/images/link-arrow.gif") no-repeat left center;
}
.eventTemplate .text-with-short ul.links li a {
  color: #3e3732;
}

.eventTemplate .special-colors h1 {
  font-size: 48px;
}
.eventTemplate .special-colors h1, .eventTemplate .special-colors p, .eventTemplate .special-colors ul.links li a {
  color: #444444;
}
.eventTemplate .special-colors ul.links {
  margin-top: 40px;
}
.eventTemplate .special-colors ul.links li {
  background-image: url(/images/gray-arrow.gif);
}

.newsList {
  float: right;
  width: 280px;
  background: #333333;
  height: 530px;
  padding-top: 10px;
}

.newsList ul {
  float: left !important;
  margin: 0;
}

.newsList li {
  clear: both;
  margin: 0px 0 16px 0;
  float: left;
  width: 265px;
  padding: 0px 0px 0px 15px;
  cursor:  pointer;
}

.newsList li.selected {
  background: transparent url("/images/ur_li_active.gif") no-repeat left center;
}

.newsList li.selected h1  {
  color: #d7d7d7;
}

.newsList li.selected h1 span {
  color: #d7d7d7 !important;
}

.newsList li.selected span  {
  color: #929292 !important;
}

.newsList img {
  width: 104px;
  height: 75px;
  margin:  0 0px 0 0;
  float: left;
}

.newsList h1 {
  font-size:  12px;
  font-weight: normal;
  color: #858585;
  margin: 0 10px 0 0;
  width: 130px;
  clear: both;
  word-wrap: break-word;
}

.newsList h1 span {
  color: inherit !important;
  font-size: 12px !important;
}

.newsList span {
  font-size: 12px;
  color: #626262 !important;
  float: left;
}

.newsList table {
  float: right;
  width: 150px;
  height: 75px;
}

.contactsBlock {
  margin-top: 30px;
  position: relative;
  left: -5px;
  background: url(../images/contacts-block.png) no-repeat scroll 0 0 transparent;
  display: block;
  font-size: 11px;
  height: 144px;
  padding: 5px 20px;
  width: 177px;
}
.contactsBlock span {
  color: black;
  display: block;
  margin-top: 5px;
}

.service-page {
  width: 960px;
  height: 531px;
  background: url(../images/service-bg.jpg);
  position: relative;
  color: #777777;
}
.service-page h1 {
  position: absolute;
  left: 382px;
  top: 61px;
  font-family: Arial;
  font-weight: bold;
  font-size: 50px;
  color: #444444;
  width: 250px;
  line-height: 40px;
}
.service-page h2 {
  color: #444444;
  font-family: Times New Roman, serif;
  font-size: 23px;
  letter-spacing: 0px;
  font-style: italic;
  margin: 0 0 10px 0;
  font-weight: normal;
  line-height: 22px;
  text-indent: 40px;
}
.service-page .service-page-1 {
  position: absolute;
  left: 385px;
  top: 235px;
  width: 250px;
  padding-top: 5px;
  padding-left: 1px; 
  background: url(../images/quotes2.gif) no-repeat;
}
.service-page .service-page-2 {
  position: absolute;
  left: 680px;
  top: 102px;
  width: 250px;
  padding: 3px 0 0 2px;
  background: url(../images/quotes2.gif) no-repeat;
}
.service-page .service-page-3 {
  position: absolute;
  left: 687px;
  top: 345px;
  width: 240px;
  padding: 30px 0 0 3px;
  background: url(../images/quotes2.gif) no-repeat;
}
.service-page .service-page-3 h2 {
  text-indent: 0;
}
.service-page .service-page-3 a {
  text-decoration: underline;
  color: #777777;
}
.service-page span {
  color: black;
}
.x24h-page {
  width: 960px;
  height: 1059px;
  background: url(../images/24h-bg_PE11-2.jpg) no-repeat;
}
.x24h-page-help {
  position: relative;
}

.x24h-page .thumb-1, .x24h-page .thumb-2, .x24h-page .thumb-3, .x24h-page .thumb-4, .x24h-page .thumb-5, .x24h-page .thumb-6, .x24h-page .thumb-7, .x24h-page .thumb-8, .x24h-page .thumb-9 {
  cursor: pointer;
}
.x24h-page .thumb-1 {
  position: absolute;
  display: block;
  left: 723px;
  top: 100px;
  z-index: 40;
  width: 124px;
  height: 143px;
  background: url(../images/24h-thumb1.png) no-repeat;
}
.x24h-page .thumb-2 {
  position: absolute;
  display: block;
  left: 664px;
  top: 148px;
  z-index: 50;
  width: 129px;
  height: 149px;
  background: url(../images/24h-thumb2.png) no-repeat;
}
.x24h-page .thumb-3 {
  position: absolute;
  display: block;
  left: 768px;
  top: 190px;
  z-index: 44;
  width: 135px;
  height: 150px;
  background: url(../images/24h-thumb3.png) no-repeat;
}
.x24h-page .thumb-4 {
  position: absolute;
  display: block;
  left: 655px;
  /*top: 261px;*/
  top:275px;
  z-index: 35;
  width: 150px;
  height: 150px;
  background: url(../images/24h-thumb4.png) no-repeat;
}
.x24h-page .thumb-5 {
  position: absolute;
  display: block;
  left: 823px;
  top: 294px;
  z-index: 40;
  width: 116px;
  height: 136px;
  background: url(../images/24h-thumb5.png) no-repeat;
}

.x24h-page .thumb-6 {
  position: absolute;
  display: block;
  left: 664px;
  top: 148px;
  z-index: 50;
  width: 120px;
  height: 141px;
  background: url(../images/24h-thumb6.png) no-repeat;
}
.x24h-page .thumb-7 {
  position: absolute;
  display: block;
  left: 743px;
  top: 100px;
  z-index: 35;
  width: 118px;
  height: 135px;
  background: url(../images/24h-thumb7.png) no-repeat;
}
.x24h-page .thumb-8 {
  position: absolute;
  display: block;
  left: 700px;
  /*top: 261px;*/
  top:254px;
  z-index: 45;
  width: 115px;
  height: 134px;
  background: url(../images/24h-thumb8.png) no-repeat;
}
.x24h-page .thumb-9 {
  position: absolute;
  display: block;
  left: 782px;
  top: 190px;
  z-index: 40;
  width: 126px;
  height: 142px;
  background: url(../images/24h-thumb9.png) no-repeat;
}




.x24h-page .large {
  position: absolute;
  left: 326px;
  top: 103px;
}
.x24h-page .small {
  position: absolute;
  right: 339px;
  top: 419px;
}
.x24h-page h1 {
  font-size: 50px;
  color: #927F74;
  font-weight: bold;
  line-height: 40px;
  position: absolute;
  left: 25px;
  top: 55px;
  width: 240px;
}
.x24h-page .part-1 {
  position: absolute;
  left: 60px;
  top: 235px;
}
.x24h-page .part-1 h2 {
  line-height: 25px;
  color: #887a6f;
  font-family: Times New Roman, serif;
  font-size: 30px;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  width: 220px;
  margin-bottom: 25px;
}
.x24h-page .part-1 p {
  color: #887a6f;
  margin: 5px 0px 0px 0px;
  width: 212px;
}

.x24h-page .part-1 a{
	color:#887a6f;
	margin-top: 10px;
	display: block;
	background: url(../images/arrow_24h.gif) left center no-repeat;
	padding-left: 16px;
	font-weight:bold;
}

.x24h-page .part-1_2{
	color:#887a6f;
	position: absolute;
	display: block;
	right: 147px;
	top: 415px;
	width:130px;
}

.x24h-page .part-2, .x24h-page .part-3, .x24h-page .part-4 {
	color: #444444;
}

.x24h-page .part-2 {
  position: absolute;
  left: 56px;
  top: 725px;
}
.x24h-page .part-2 h2 {
  font-family: Times New Roman, serif;
  font-size: 23px;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  width: 235px;
  line-height:25px;
}
.x24h-page .part-2 p {
  position: absolute;
  left: 0px;
  top: 175px;
  margin: 0;
  width: 236px;
  font-family: Arial, serif;
  font-size: 12px;
  /*font-style: italic;*/
  font-weight: normal;
  line-height:15px;
}
.x24h-page .part-2 .large {
  position: absolute;
  left: 17px;
  top: 64px;
}
.x24h-page .part-3 {
  position: absolute;
  left: 340px;
  top: 590px;
}
.x24h-page .part-3 h2 {
  font-family: Times New Roman, serif;
  font-size: 23px;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  width: 230px;
  line-height: 23px;
}
.x24h-page .part-3 p {
  margin: 10px 0px 10px 0px;
  width: 237px;
}

.x24h-page .part-3 p.text {
  margin: 10px 0px 0px 0px;
  width: 235px;
}

.x24h-page .part-4 {
  position: absolute;
  left: 637px;
  top: 595px;
}
.x24h-page .video-thumb {
  position: absolute;
  left: 2px;
  top: -216px;
  left: -33px;
}

.x24h-page .video-thumb a.link {
  display: block;
  background: url(../images/arrow_24h.gif) left center no-repeat;
  color: #444444;
  padding-left: 16px;
}
.x24h-page .part-4 h2 {
  margin: 10px 0px 0px 0px;
  font-family: Times New Roman, serif;
  font-size: 23px;
  font-style: italic;
  font-weight: normal;
  line-height: 25px;
  width: 230px;
}
.x24h-page .part-4 p {
  margin: 10px 0px 0px 0px;
  width: 240px;
  font-family: Arial, serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 15px;
}
.x24h-page .part-4 h3 {
  margin: 10px 0px 0px 0px;
  width: 240px;
  font-family: Times New Roman, serif;
  font-size: 19px;
  font-style: italic;
  font-weight: normal;
  text-align:right;
  line-height:23px;
}

#flv-back {
  position: absolute;
  left: 0px;
  top: 0px;
  background: black;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
  width: 1000;
  z-index: 100;
}
#flv-player {
  width: 707px;
  height: 430px;
  position: absolute;
  padding: 33px;
  background: black;
  display: none;
  z-index: 1001;
}
#flv-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 13px;
  height: 13px;
  display: block;
  background: url(../images/flv-close.gif) no-repeat;
  cursor: pointer;
}

.inspiration {
  height: 556px;
  position: relative;
}

.inspiration-slide {
  display: none;
  position: relative;
  height: 556px;
}

#inspiration-thumbs {
  position: absolute;
}
#inspiration-thumbs {
  left: 20px;
  bottom: 20px;
}
#inspiration-thumbs.state-default {
  left: 20px;
  bottom: 20px;
}
#inspiration-thumbs h3 {
  text-align: right;
  float: left;
  margin-right: 7px;
  font-size: 20px;
  line-height: 19px;
  font-style: italic;
  color: #75706d;
  font-weight: normal;
  font-family: Times New Roman, serif;
  padding-top: 2px;
  display: none;
}
#inspiration-thumbs.state-1 h3, #inspiration-thumbs.state-2 h3, #inspiration-thumbs.state-3 h3 {
  display: none;
}
#inspiration-thumbs.state-1 h3 {
  color: #7c7c7c;
}
#inspiration-thumbs.state-2 h3 {
  color: white;
}
#inspiration-thumbs.state-3 h3 {
  color: #605b57;
}
html>/**/body #inspiration-thumbs h3, x:-moz-any-link, x:default {
  font-weight: bold;
}
#inspiration-thumbs a {
  display: block;
  float: left;
  margin-right: 8px;
  background: no-repeat 0px 0px;
  width: 104px;
  height: 104px;
}
#inspiration-thumbs.state-1 a, #inspiration-thumbs.state-2 a, #inspiration-thumbs.state-3 a {
  display: block;
  float: left;
  margin-right: 8px;
/*  background: url(about:blank) no-repeat 0px 0px;*/
  width: 104px;
  height: 104px;
}
a#inspiration-thumb-1 {
  background-image: url(../images/inspiration-thumb-1.gif);
}
a#inspiration-thumb-2 {
  background-image: url(../images/inspiration-thumb-2.gif);
}
a#inspiration-thumb-3 {
  background-image: url(../images/inspiration-thumb-3.gif);
}
#inspiration-thumbs.state-1 a {
  background-position: 0px -104px;
}
#inspiration-thumbs.state-2 a {
  background-position: 0px -208px;
}
#inspiration-thumbs.state-3 a {
  background-position: 0px -312px;
}

#inspiration-0 {
  display: block;
  background: url(../images/inspiration-1-bg.jpg) no-repeat;
}
#inspiration-0 h1 {
  position: absolute;
  left: 20px;
  top: 50px;
  color: white;
  font-size: 50px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -2px;
}
#inspiration-0 h2 {
  position: absolute;
  left: 40px;
  top: 160px;
  color: #504644;
  font-family: Times New Roman, serif;
  font-size: 23px;
  font-style: italic;
  font-weight: normal;
  text-indent: 40px;
  margin: 0;
  letter-spacing: -0.5px;
}
#inspiration-0 .content {
  position: absolute;
  left: 655px;
  top: 120px;
  color: #504644;
}
#inspiration-0 .content div {
  width: 235px;
  font-family: Times New Roman, serif;
  font-size: 17px;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  line-height: 17px;
}
#inspiration-0 .content2 {
  position: absolute;
  left: 655px;
  top: 220px;
  color: #504644;
}

#inspiration-1 {
  background: url(../images/inspiration-2-bg.jpg) no-repeat;
}
#inspiration-1 h1 {
  position: absolute;
  left: 370px;
  top: 30px;
  color: #596c83;
  font-size: 50px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -2px;
}
#inspiration-1 h2 {
  position: absolute;
  left: 390px;
  top: 136px;
  color: #596c83;
  font-family: Times New Roman, serif;
  font-size: 23px;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  line-height: 25px;
}
#inspiration-1 .content1 {
  position: absolute;
  left: 390px;
  top: 230px;
  color: #596c83;
}
#inspiration-1 .content1 div {
  margin-bottom: 15px;
}
#inspiration-1 .content2 {
  position: absolute;
  left: 731px;
  top: 290px;
  color: #b9d0d3;
  font-family: Times New Roman, serif;
  font-size: 23px;
  font-style: italic;
}

#inspiration-2 {
  background: url(../images/inspiration-3-bg.jpg) no-repeat;
}
#inspiration-2 h1 {
  position: absolute;
  left: 20px;
  top: 50px;
  color: #655941;
  font-size: 50px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -2px;
}
#inspiration-2 h2 {
  position: absolute;
  left: 40px;
  top: 156px;
  color: #655941;
  font-family: Times New Roman, serif;
  font-size: 23px;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  line-height: 25px;
}
#inspiration-2 .content {
  position: absolute;
  left: 40px;
  top: 270px;
  color: #655941;
}
#inspiration-2 .content div {
  margin-bottom: 15px;
}
#inspiration-2 .content2 {
  position: absolute;
  left: 710px;
  top: 220px;
  color: #655941;
}

#inspiration-3 {
  background: url(../images/inspiration-4-bg.jpg) no-repeat;
}
#inspiration-3 h1 {
  position: absolute;
  left: 174px;
  top: 70px;
  color: #876760;
  font-size: 50px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -3px;
  width: 500px; 
  line-height: 40px;
}
#inspiration-3 h2 {
  position: absolute;
  left: 54px;
  top: 109px;
  color: #5a5142;
  font-family: Times New Roman, serif;
  font-size: 23px;
  font-style: italic;
  font-weight: normal;
  margin: 0;
}
#inspiration-3 .content1 {
  position: absolute;
  left: 206px;
  top: 176px;
  color: #3b3a36;
}
#inspiration-3 .content1 div {
  margin-bottom: 15px;
}
#inspiration-3 .content2 {
  position: absolute;
  left: 743px;
  top: 257px;
  color: #5a5d5d;
  font-family: Times New Roman, serif;
  font-size: 23px;
  font-style: italic;
  font-weight: normal;
}


.old-inspiration {
  height: 556px;
  position: relative;
}

.old-inspiration-slide {
  display: none;
  position: relative;
  height: 556px;
}

#old-inspiration-thumbs {
  position: absolute;
  bottom: 20px;
  right: 27px;
}
#old-inspiration-thumbs h3 {
  text-align: right;
  float: left;
  margin-right: 7px;
  font-size: 20px;
  line-height: 19px;
  font-style: italic;
  color: #75706d;
  font-weight: normal;
  font-family: Times New Roman, serif;
  padding-top: 2px;
}
html>/**/body #old-inspiration-thumbs h3, x:-moz-any-link, x:default {
  font-weight: bold;
}
#old-inspiration-thumbs a {
  display: block;
  float: left;
  margin-right: 4px;
  background: no-repeat 0px 0px;
  width: 65px;
  height: 65px;
}
a#old-inspiration-thumb-1 {
  background-image: url(../images/old-inspiration-thumb-1.gif);
}
a#old-inspiration-thumb-2 {
  background-image: url(../images/old-inspiration-thumb-2.gif);
}
a#old-inspiration-thumb-3 {
  background-image: url(../images/old-inspiration-thumb-3.gif);
}
#old-inspiration-thumbs.state-1 a {
  background-position: 0px -65px;
}
#old-inspiration-thumbs.state-2 a {
  background-position: 0px -130px;
}
#old-inspiration-thumbs.state-3 a {
  background-position: 0px -195px;
}

#old-inspiration-0 {
  display: block;
  background: url(../images/old-inspiration-1-bg.jpg) no-repeat;
}
#old-inspiration-0 h1 {
  position: absolute;
  left: 21px;
  top: 52px;
  color: white;
  font-size: 50px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -2px;
}
#old-inspiration-0 h2 {
  position: absolute;
  left: 487px;
  top: 110px;
  color: white;
  font-family: Times New Roman, serif;
  font-size: 23px;
  font-style: italic;
  font-weight: normal;
  text-indent: 40px;
  margin: 0;
}
#old-inspiration-0 .content {
  position: absolute;
  left: 487px;
  top: 205px;
  color: white;
}
#old-inspiration-0 .content div {
  float: left;
  width: 230px;
  height: 300px;
}
#old-inspiration-0 .illustration {
  position: absolute;
  left: 29px;
  top: 161px;
}

#old-inspiration-1 {
  background: url(../images/old-inspiration-2-bg.jpg) no-repeat;
}
#old-inspiration-1 h1 {
  position: absolute;
  left: 36px;
  top: 28px;
  color: #797877;
  font-size: 50px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -2px;
}
#old-inspiration-1 h2 {
  position: absolute;
  left: 35px;
  top: 127px;
  color: #797877;
  font-family: Times New Roman, serif;
  font-size: 23px;
  font-style: italic;
  font-weight: normal;
  margin: 0;
}
#old-inspiration-1 .content1 {
  position: absolute;
  left: 35px;
  top: 250px;
  color: #797877;
}
#old-inspiration-1 .content1 div {
  margin-bottom: 15px;
}
#old-inspiration-1 .content2 {
  position: absolute;
  left: 470px;
  top: 370px;
  color: #797877;
}

#old-inspiration-2 {
  background: url(../images/old-inspiration-3-bg.jpg) no-repeat;
}
#old-inspiration-2 h1 {
  position: absolute;
  left: 332px;
  top: 150px;
  color: white;
  font-size: 50px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -2px;
}
#old-inspiration-2 .content1 {
  position: absolute;
  left: 335px;
  top: 283px;
  color: #f0f1f0;
}
#old-inspiration-2 .content1 div {
  margin-bottom: 15px;
}
#old-inspiration-2 .content2 {
  position: absolute;
  left: 555px;
  top: 283px;
  color: #f0f1f0;
}

#old-inspiration-3 {
  background: url(../images/old-inspiration-4-bg.jpg) no-repeat;
}
#old-inspiration-3 h1 {
  position: absolute;
  left: 295px;
  top: 52px;
  color: #f7f1ed;
  font-size: 50px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -2px;
}
#old-inspiration-3 h2 {
  position: absolute;
  left: 297px;
  top: 188px;
  color: #8b776c;
  font-family: Times New Roman, serif;
  font-size: 23px;
  font-style: italic;
  font-weight: normal;
  margin: 0;
}
#old-inspiration-3 .content1 {
  position: absolute;
  left: 297px;
  top: 280px;
  color: #8b776c;
}
#old-inspiration-3 .content1 div {
  margin-bottom: 15px;
}
#old-inspiration-3 .content2 {
  position: absolute;
  left: 505px;
  top: 280px;
  color: #8b776c;
}

.lessonsPage {
  height: 840px;
/*  background: url("/images/lessons/lessons_bg.jpg") no-repeat;*/
  display: none;
  padding-left: 20px;
  position: relative;
}

.lessonsPage .title, .lessonsPage .title2 {
  color: #fff;
  margin:  90px 0 0 0;
  float: left;
  font-size: 50px;
  font-weight:  bold;
  width: 220px;
  line-height: 40px;
  letter-spacing: -2px;
}

.lessonsPage .title2 {
  margin-top: 65px;
}

.lessonsPage .textBlock1, .lessonsPage .textBlock2{
  float: left;
  width: 175px;
  margin: 30px 0 0 0;
  line-height: 17px;
}

.lessonsPage .textBlock2 {
  margin-left: 10px
}

.lessonsPage .textBlock3 {
  width: 200px;
  margin-top: 20px;
  line-height: 18px;
}

.lessonsPage .textBlock4, .lessonsPage .textBlock5 {
  width: 250px;
  line-height: 18px;
 }

 .lessonsPage .textBlock5 {
  margin:  10px 0 0 0;
  float: left;
}

.lessonsPage .shortDescr {
  clear: both;
  float: left;
  font-family:  Times New Roman;
  font-style: italic;
  font-size: 22px;
  margin:  45px 0 0 0;
  width: 360px;
  line-height: 25px;
  text-indent: 40px;
  padding: 7px 0 0 2px;
  background: url("/images/quotes1.gif") no-repeat;
}

.lessonsPage .unquoted {
  background: none;
  padding: 0;
  text-indent: 0;
}

.lessonsPage .rightBlock {
  position: absolute;
  top: 95px;
  right: 60px;
  width: 220px;
}

.lessonsPage .rightBlock .shortDescr {
  margin-top: 10px;
}

.lessonType2 .textBlock2, .lessonType2 .textBlock3, .lessonType2 .textBlock4, .lessonType2 .textBlock5 {
  color: #73726E;
}

.lessonType3 .textBlock2, .lessonType3 .textBlock3, .lessonType3 .textBlock4, .lessonType3 .textBlock5 {
  color: #73726E;
}

.lessonType3 .title {
  margin-top: 66px;
}

.lessonType3 .textBlock1x {
  position: absolute;
  left: 20px;
  top: 191px;
  font-family: Times New Roman;
  font-style: italic;
  text-transform: none;
  font-size: 23px;
  color: white;
}
.lessonType3 .textBlock2x {
  position: absolute;
  left: 22px;
  top: 575px;
  font-family: Times New Roman;
  font-style: italic;
  text-transform: none;
  font-size: 24px;
  color: black;
}
.lessonType3 .textBlock3x {
  position: absolute;
  left: 59px;
  top: 637px;
  color: #787878;
}
.lessonType3 .textBlock4x {
  position: absolute;
  left: 369px;
  top: 666px;
  font-family: Times New Roman;
  font-style: italic;
  text-transform: none;
  font-size: 23px;
  color: black;
}
.lessonType3 .textBlock5x {
  position: absolute;
  left: 710px;
  top: 636px;
  color: #787878;
}

.lessonType4 .title {
  margin-top: 60px;
  color: #020202;
  width: 300px;
}
.lessonType4 .textBlock1x {
  position: absolute;
  left: 60px;
  top: 222px;
  color: #020202;
  line-height: 1.5;
}
.lessonType4 .textBlock2x {
  position: absolute;
  left: 708px;
  top: 408px;
  line-height: 1.5;
  color: black;
}
.lessonType4 .textBlock3x {
  position: absolute;
  left: 708px;
  top: 627px;
  color: #02020;
  font-family: Times New Roman;
  font-style: italic;
  text-transform: none;
  font-size: 23px;
}
.lessonType4 .looksList {
  left: 57px;
}

.lessonType5 .title {
  margin-top: 60px;
}
.lessonType5 .textBlock1x {
  position: absolute;
  left: 705px;
  top: 243px;
  font-family: Times New Roman;
  font-style: italic;
  text-transform: none;
  font-size: 23px;
  color: #424242;
}
.lessonType5 .textBlock2x {
  position: absolute;
  left: 705px;
  top: 343px;
  color: #707070;
  line-height: 1.5;
}

.lessonsPage h1.lesson-absolute {
  margin: 0;
  position: absolute;
  white-space: nowrap;
  letter-spacing: -3px;
}
.lesson-absolute-blocks {
  position: absolute;
  left: 0;
  top: 0;
}
.lesson-absolute-blocks div {
  position: absolute;
}
.lesson-absolute-blocks div.lesson-subtitle {
  font-family: Times New Roman;
  font-style: italic;
  text-transform: none;
  font-size: 23px;
}
.lesson-absolute-blocks div.lesson-italics {
  font-family: Times New Roman;
  font-style: italic;
  text-transform: none;
  font-size: 18px;
  font-weight: bold;
}
.lesson-absolute-blocks span {
  display: block;
  position: relative;
  white-space: nowrap;
}

.staticContent .bottomText {
  position: absolute;
  color: #fff;
  top: 635px;
  color: #FFFFFF;
  left: 385px;
  width: 250px;
}

.staticContent .bottomText * {
  color: #fff;
}

.staticContent .bottomText h1 {
  font-family: Times New Roman;
  font-style: italic;
  text-transform: none;
  font-size: 24px;
}

.staticContent .bottomText div.text {
  margin-left: 30px;
}

.staticContent .bottomText div {
  padding-left: 2px;
  line-height:  17px;
}

.staticContent .looksList {
  position: absolute;
  bottom: 40px;
  right: 30px;
}

.staticContent .looksListPos2 {
  position: absolute;
  bottom: 285px;
  right: 43px;
}

.lessonsPage .looksList h1 {
  margin: 0 0 5px 0;
  font-size: 10px;
}

.lessonsPage .looksList ul {
  float: left;
  margin: 0 0 0 0;
}

.lessonsPage .looksList ul li {
  float: left;
  width: 59px;
  height: 59px;
  margin: 0;
  padding: 0;
  position: relative;
  background: #444;
}

.lessonsPage .looksList ul li img {
  cursor: pointer;
  width: 59px;
  height: 59px;
}

.lessonsPage .looksList ul li img:hover {
  position: absolute;
  clip: rect(2px 57px 57px 2px);
}

.lessonsPage .looksList ul li.selected img {
  border: 1px solid;
}

.lessonsFooter {
  background: #fff;
  padding: 10px 0px 20px;
}

.lessonsFooter .text {
  float: left;
  width: 220px;
  padding: 25px 0 0 20px;
  color: #696969;
}

.lessonsFooter .text h1 {
  font-family: Georgia;
  font-style: italic;
  width: 150px;
  line-height: 21px;
}

.lessonsFooter .text p {
  font-family: Times New Roman;
  font-style: italic;
  font-size:  13px;
  width: 200px;
  line-height: 18px;
  margin-top: 13px;
}

.lessonsList {
  float: right;
  width: 720px;
}

.lessonsList img {
  margin: 0 0 0 0;
  float: left;
}

.lessonItem {
  float: left;
  cursor: pointer;
}

.lessonItem img, .lessonItem div {
  width: 240px;
  height: 135px;
}

.lessonItem div {
  background: #444;
  position: relative;
}

.lessonsList .selected img {
  position: absolute;
  left: 0px;
  top: 0px;
  clip: rect(5px 235px 130px 5px);
}

.lessonItem {
  margin-bottom:  15px;
  position: relative;
  width: 240px;
}

.lessonItem h1 {
  float: left;
  clear: both;
  font-family:  Times New Roman;
  font-size: 15px;
  font-style: italic;
  text-transform: none;
  margin: 5px 0px 0px 10px;
}
.staticContent .active {
  display: block;
}


/* Looks  */

.lookPage {
  height: 495px;
  position: relative;
}

.lookPage h1 {
  color: #fff;
  margin: 120px 0 0 15px;
  float: left;
  font-family: Arial;
  font-weight: bold;
  font-size: 50px;
  width: 320px;
  line-height: 40px;
}

.looksList {
  height: 85px;
  clear: both;
}

.lookPage .actions {
  position: absolute;
  bottom: 10px;
  left: 20px;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;

}

.lookPage .actions li {
  padding-left: 15px;
  margin: 0 0 5px 0;
}

.lookPage .actions li, .lookPage .actions li * {
  color: #dddbd9;
  cursor: pointer;
}

.lookPage .actions li:hover {
  text-decoration:  underline;
}

.lookPage .actions .print {
  background: url("/images/print_icon.gif") no-repeat left center;
}

.lookPage .actions .friend {
  background: url("/images/mail_icon.gif")  no-repeat left center;
}

.lookPage .actions .facebook {
  background: url("/images/facebook_icon.gif") no-repeat left center;
}

.lookPage .navigation {
  float: left;
  height: 40px;
  width: 100px;
  clear: both;
  margin: 40px 0 0 20px;
}

.lookPage .navigation div {
  width: 15px;
  height: 13px;
  cursor: pointer;
  float: left;
}

.lookPage .navigation .left {
  background: url("/images/left_arrow2.gif") no-repeat;
}

.lookPage .navigation .right {
  background: url("/images/right_arrow2.gif") no-repeat;
  float: right;
}


div#copy img {
  width: 200px;
}

.music {
  width: 100px;
  height: 78px;
  background: url(../images/player-logo.gif) center 25px no-repeat #444444;
  position: relative;
  margin: 0 auto;
}
.music #music-control {
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 22px;
  top: 54px;
  font-size: 12px;
  text-transform: uppercase;
/*  background: url(../images/player-play.gif) center center no-repeat;*/
}
.music #music-control:hover {
  text-decoration: none;
}
.music #music-control.playing {
/*  background-image: url(../images/player-stop.gif);*/
}
.music #music-indicator {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 60px;
  top: 56px;
  background: url(../images/player-stopped.gif) no-repeat;
}
.music #music-indicator.playing {
  background-image: url(../images/player-playing.gif);
}
#player {
  position: absolute;
  left: -1000px;
  top: -100px;
}

.send-to-friend-back {
  position: absolute;
  left: 0px;
  top: 0px;
  background: black;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
  width: 1000;
  z-index: 100;
}
.send-to-friend {
  position: absolute;
  padding: 33px;
  background: white;
  display: none;
  z-index: 1001;
  padding: 46px 53px 17px 53px;
}
.send-to-friend-close {
  position: absolute;
  width: 46px;
  height: 46px;
  right: 5px;
  top: 5px;
  display: block;
  background: url(../images/image-close.gif) center center no-repeat;
  cursor: pointer;
}
.send-to-friend-close:hover {
  background-image: url(../images/image-close-over.gif);
  background-color: #e3e3e3;
}
.send-to-friend h2 {
  font-size: 20px;
  color: black;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.send-to-friend table {
}
.send-to-friend th {
  color: #7f7f7f;
  font-size: 11px;
  text-align: left;
  width: 132px;
  height: 33px;
  vertical-align: top;
  text-transform: uppercase;
}
.send-to-friend td {
  height: 33px;
  vertical-align: top;
}
.send-to-friend td input {
  width: 310px;
  height: 19px;
  border: #b2b2b2 solid 1px;
}
.send-to-friend td textarea {
  width: 310px;
  height: 110px;
  border: #b2b2b2 solid 1px;
}
.send-to-friend td.comments {
  font-size: 10px;
  text-transform: none;
  color: #676767;
  padding-top: 10px;
}
.send-to-friend td.submit {
  text-align: right;
}
.send-to-friend td.submit a {
  float: right;
}

.send-to-friend tr.error input, .send-to-friend tr.error textarea {
  border-color: #fd6162;
}
.send-to-friend .report {
  font-size: 12px;
  color: #7f7f7f;
  width: 370px;
}
.send-to-friend .report a {
  clear: both;
  padding-top: 53px;
  float: right;
  white-space: nowrap;
  width: 124px;
  padding-left: 13px;
  margin-top: 0px;
  background-position: left 42px;
}
.send-to-friend .errorList {
  float: none;
  font-size: 12px;
  height: 35px;
  margin: 3px 0px;
}
.send-to-friend .errorList li {
  display: none;
}

.caroll-engage {
  height: auto;
}
.caroll-engage-1 {
}
.caroll-engage-2 {
}
.caroll-engage .pink-block {
  background-color: #e7336b;
  color: white;
  position: relative;
  border-top: #e5e5e5 1px solid;
  height: 337px;
}
.caroll-engage h1 {
  padding: 20px;
  margin: 0;
}
.caroll-engage h1 span {
  color: #686868;
}
.caroll-engage .pink-block .text {
  background: url(../images/engage-quotes.gif) left top no-repeat;
  position: absolute;
  left: 63px;
  top: 30px;
  padding-top: 28px;
}
.caroll-engage .pink-block .text h3 {
  font-family: Times New Roman, serif;
  font-size: 23px;
  color: white;
  font-weight: normal;
  font-style: italic;
}
.caroll-engage .pink-block .text div {
  padding-top: 8px;
}
.caroll-engage .pink-block .logo {
  position: absolute;
  left: 383px;
  top: 28px;
}
.caroll-engage .pink-block .note {
  position: absolute;
  left: 644px;
  top: 0px;
  background: url(../images/engage-note.gif) left top no-repeat;
  padding: 304px 19px 0px 0px;
  width: 297px;
  height: 337px;
  text-align: right;
}
.caroll-engage .pink-block .note a {
  display: block;
  background: url(../images/white-arrow.gif) left 5px no-repeat;
  padding-left: 16px;
  float: right;
  color: white;
}
.caroll-engage .pink-block .note a:hover {
  text-decoration: none;
}
.caroll-engage .gray-block {
  height: 674px;
  position: relative;
  background: url(../images/engage-bg1.gif) no-repeat;
}
.caroll-engage .gray-block .video {
  position: absolute;
  left: 60px;
  top: 52px;
}
.caroll-engage .gray-block .video .text {
  padding-left: 3px;
}
.caroll-engage .gray-block .video .clip {
  margin-top: 3px;
  background: url(../images/engage-video-bg.gif) no-repeat;
  padding: 6px 6px 6px 7px;
}
.caroll-engage .gray-block .video .link {
  display: block;
  width: 230px;
  text-align: center;
  padding-top: 3px;
  color: #4a4a4a;
  text-decoration: none;
  padding-left: 17px;
  background: url(../images/gray-arrow.gif) 87px 7px no-repeat;
}
.caroll-engage .gray-block .text1 {
  position: absolute;
  left: 60px;
  top: 370px;
}
.caroll-engage .gray-block .text1 div {
  padding-top: 15px;
}
.caroll-engage .gray-block .text2 {
  position: absolute;
  left: 376px;
  top: 30px;
}
.caroll-engage .gray-block .text2 h4, .caroll-engage .gray-block .text3 h4 {
  font-size: 20px;
  color: #e6336b;
  font-weight: normal;
  text-transform: uppercase;
  margin: 15px 0px 7px 0px;
  padding: 0;
}
.caroll-engage .gray-block .text3 {
  position: absolute;
  left: 666px;
  top: 91px;
}
.caroll-engage .gray-block .text4 {
  position: absolute;
  left: 380px;
  top: 387px;
  background: url(../images/purple-quotes.gif) 3px top no-repeat;
  padding-top: 30px;
}
.caroll-engage .gray-block .text4 h4 {
  color: #73216A;
  font-size: 23px;
  font-family: Times New Roman, serif;
  font-style: italic;
  font-weight: normal;
  margin: 0px 0px 10px 0px;
  padding: 0;
  line-height: 24px;
}
.caroll-engage .gray-block .text4 img {
  position: absolute;
  left: 0px;
  top: 87px;
}
.caroll-engage .gray-block .text4 p {
  position: absolute;
  left: 163px;
  top: 87px;
  width: 400px;
  font-size: 12px;
}
.caroll-engage .gray-block .text4 .column1 {
  position: absolute;
  left: 163px;
  top: 130px;
  width: 200px;
}
.caroll-engage .gray-block .text4 .column2 {
  position: absolute;
  left: 360px;
  top: 130px;
  width: 200px;
}
.caroll-engage .gray-block .text4 .column2 h5, .caroll-engage .gray-block .text4 .column1 h5 {
  font-size: 15px;
  margin: 0px 0px 5px 0px;
  color: #b68cb1;
  font-weight: normal;
}
.caroll-engage .gray-block .text4 .biglink {
  position: absolute;
  left: 161px;
  top: 242px;
  color: black;
  text-decoration: none;
  display: block;
  padding-left: 16px;
  background: url(../images/gray-arrow.gif) left 4px no-repeat;
  width: 300px;
}

.white-block {
  background: url(../images/engage-bg2.gif) no-repeat #f9f8f8;
  position: relative;
  border-top: #e5e5e5 1px solid;
  height: auto; /*718px;*/
  width: 960px;
  float: left;
  padding-bottom: 70px;
}
.white-block .text1 {
  position: absolute;
  left: 0;
  top: 0;
}
.white-block .text1 img {
  position: absolute;
  left: 10px;
  top: 10px;
}
.white-block .text1 h2 {
  padding: 18px 0px 6px 0px;
  margin: 0px 0px 0px 390px;
  font-size: 20px;
  font-weight: normal;
  color: #7a7a7a;
  text-transform: uppercase;
}
.white-block .text1 h3 {
  margin: 0px 0px 4px 390px;
  color: #7a7a7a;
  font-family: Times New Roman, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 23px;
  line-height: 24px;
}
.white-block .text1 .legend {
  font-family: Times New Roman;
  font-size: 14px;
  font-style: italic;
  left: 10px;
  position: absolute;
  text-align: center;
  top: 283px;
  width: 360px;
}
.white-block .text1 .column1 {
  position: absolute;
  left: 390px;
  top: 103px;
  width: 230px;
}
.white-block .text1 .column2 {
  position: absolute;
  left: 643px;
  top: 103px;
  width: 230px;
}
.white-block .text2 {
  position: relative;
  margin-left: 49px;
  margin-top: 351px;
  width: 230px;
  float: left;
}
.white-block .text2 h3, .white-block .text3 h3 {
  margin: 0px 0px 7px 0px;
  font-size: 20px;
  font-weight: normal;
  color: #7a7a7a;
  text-transform: uppercase;
}
.white-block .text2 h4, .white-block .text3 h4 {
  margin: 0px 0px 4px 0px;
  color: #7a7a7a;
  font-family: Times New Roman, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 23px;
  line-height: 24px;
}
.white-block .text3 {
  position: relative;
  margin-left: 389px;
  margin-top: 350px;
  width: 230px;
}
.white-block .text3 img {
  position: absolute;
  left: 254px;
  top: 3px;
}

.saga-caroll {
  height:617px;
  background: white; 
  position: relative;
}
.saga-caroll #saga-pager {
}
.saga-caroll h1 {
  font-family: Arial;
  font-size: 50px;
  font-weight: bold;
  color: #474747;
  text-transform: uppercase;
  position: absolute;
  left: 22px;
  top: 28px;
  line-height: 40px;
  letter-spacing: -2px;
}
.saga-caroll ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 392px;
  top: 39px;
  border-bottom: 1px solid #d9d9d9;
  width: 548px;
  display: block;
  height: 52px;
}
.saga-caroll ul li {
  display: block;
  float: left;
  width: 129px;
  height: 44px;
  font-style: italic;
  font-size: 36px;
  font-family: Times New Roman, serif;
  padding-bottom: 8px;
}
.saga-caroll ul li a {
  color: #c7c7c7; 
}
.saga-caroll ul li a:hover {
  text-decoration: none;
}
.saga-caroll #saga-pager.page-1 ul li.link-1, .saga-caroll #saga-pager.page-2 ul li.link-2, .saga-caroll #saga-pager.page-3 ul li.link-3 {
  font-size: 65px;
  width: 180px;
}
.saga-caroll #saga-pager.page-1 ul li.link-1 a, .saga-caroll #saga-pager.page-2 ul li.link-2 a, .saga-caroll #saga-pager.page-3 ul li.link-3 a {
  color: #474747;
  background: white;
  position: relative;
  top: -10px;
  left: -15px;
  display: block;
  padding: 0px 15px;
  float: left;
}
.saga-caroll #saga-pager.page-1 .saga-1 {
  display: block;
}
.saga-caroll #saga-pager.page-2 .saga-2 {
  display: block;
}
.saga-caroll #saga-pager.page-3 .saga-3 {
  display: block;
}
.saga-caroll i {
  font-size: 17px;
  font-family: Times New Roman, serif;
  color: #474747;
  font-weight: bold;
}
.saga-caroll a.next {
  display: block;
  margin-top: 20px;
  color: #7c7c7c;
  text-decoration: none;
  background: url(../images/saga-arrow.gif) left 6px no-repeat;
  padding-left: 16px;
}
.saga-caroll .saga-1 {
  display: none;
  position: absolute;
  left: 197px;
  top: 140px;
}
.saga-caroll .saga-2 {
  display: none;
  position: absolute;
  left: 389px;
  top: 140px;
}
.saga-caroll .saga-3 {
  display: none;
  position: absolute;
  left: 389px;
  top: 140px;
}
.saga-caroll h2 {
  font-size: 35px;
  font-family: Times New Roman, serif;
  font-style: italic;
  color: #474747;
  display: block;
  background: url(../images/quotes-saga.gif) left top no-repeat;
  padding-left: 40px;
  margin: 0 0 12px 0;
  font-weight: normal;
  letter-spacing: -1px;
}
.saga-caroll .saga-1 img {
  position: absolute;
  left: 280px;
  top: 190px;
}
.saga-caroll .saga-2 img {
  position: absolute;
  left: -391px;
  top: 14px;
}
.saga-caroll .saga-3 img {
  position: absolute;
  left: -391px;
  top: 21px;
}
.saga-caroll .column1 {
  position: absolute;
  left: 0px;
  top: 50px;
  width: 284px;
  line-height: 18px;
}
.saga-caroll .column2 {
  position: absolute;
  left: 284px;
  top: 50px;
  width: 280px;
  line-height: 18px;
}

/*  PRESSBOOK  */

.pressBook {

}

.pressBook .navBar {
   background: #232323;
   width: 240px;
   height: 582px;
   padding: 15px 0 0 20px;
   float: left;
   position: relative;
   z-index: 200;
}

.pressBook .navBar * {
  color: #fff;
}

.pressBook .navBar h1 {
  margin-bottom: 25px;
}


.navBar .categories {
/*  float: left;*/
}

.navBar .categories a {
  font-weight: bold;
  text-transform: uppercase;
  color: #a7a7a7;
  font-size: 11px;
  margin-right: 20px;
  display: block;
  float: left;
  height: 30px;
}

.navBar .categories a:hover {
  text-decoration: none;
}

.navBar .categories a.active {
  background: transparent url("../images/menu_current.gif") no-repeat scroll center 23px;
  color: #fff;
}

.navBar .list {
  clear: both;
  float: left;
  margin: 20px 0 0 0;
}

.navBar .list h1, .navBar .list h2 {
  font-size: 11px;
  margin: 0 0 0 0;
}

.navBar .list li {
  margin-bottom: 10px;
  cursor: pointer;
}

.navBar .list h1 {
  color: #a7a7a7 !important;
}

.navBar .list h2 {
  color: #7a7a7a !important;
  font-weight: normal;
}

.navBar .list li.active * {
  color: #e9e9e9 !important;
}

.pressContent {
  position: relative;
  float: right;
  width: 700px;
}

.pressContent .zoom {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 985px;
  width:  700px;
  z-index: 110;
  padding: 15px 0 0 0;
  background: #fff url("/images/press_zoom_bg.gif") no-repeat;
}

.zoom h1 {
  float: left;
  margin:  10px 0 0 20px;
  height: 43px;
}

.zoom .closeBtn {
  float: right;
  margin:  5px 20px 0 0;
  cursor: pointer;
}

.zoom .pelletsBlock {
  clear: both;
  margin: 10px 0 8px 0px;
}

.zoom .imgList img {
  width: 100%;
  height: 885px;
  display: none;
}

.emmisionImgs .imgList img {
  height: auto;
}

.zoom .imgList img.active {
  display: block;
}

.zoomMode1 {
  height: 1000px !important;
}

.zoomMode1 .navBar {
  height: 985px !important;
}

.collectionHolder {
  overflow: hidden;
  position: relative;
}

.collectionHolder .shade1, .collectionHolder .shade2  {
  position: absolute;
  background: #f9f8f8;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 175px;
  height: 420px;
  top: 0px;
  z-index: 100;
  cursor: pointer;
}

.collectionHolder .shade1 {
  left: 0px;
}

.collectionHolder .shade2 {
  right: 0px;
}

.emissionCollection .shade1, .emissionCollection .shade2 {
  width: 60px;
}
.collectionHolder {
  width: 700px;
  height: 420px;
}

.collectionHolder ul {
  width: 3000px;
  position: absolute;
  margin: 0px;
  left: 195px;
}

.emissionCollection ul {
}

.collectionHolder ul li {
  float: left;
  cursor: pointer;
}

.collectionHolder ul li img {
  display: none;
}

.collectionHolder ul li img.active {
  display: block;
}

.pressImages li {
  margin-right: 30px;
}

.pressImages li img {
  width: 310px;
  height: 420px;
}

.emissionCollection .pressImages li img {
  width: 550px !important;
  height: auto !important;
}

.emmisionImgs .img {
  height: auto !important;
}

.infoBlock {
  text-align: center;
  padding-top: 40px;
}

.pelletsWrapper {
  margin: auto;
}

.pelletsWrapper .pellets * {
  cursor: pointer;
}

.pelletsWrapper .pellets .prev {
  margin: 0 20px 0 0;
}

.pelletsWrapper .pellets .next {
  margin: 0 0px 0 20px;
}

.pelletsWrapper .pellets img {
  display: block;
  float: left;
}

.pelletsWrapper .pellets .pellet {
  margin-right: 3px;
  width: 10px;
  height: 9px;
  float: left;
  background: url("/images/pellet_inactive.gif") no-repeat;
}

.pelletsWrapper .pellets .selected {
  background: url("/images/pellet_active.gif") no-repeat;
}

.infoBlock .blocks div {
  margin-top: 20px;
  display: none;
}

.infoBlock .blocks div.active {
  display: block;
}

.infoBlock h1 {
  margin: 0 0 3px 0px;
}

.infoBlock h1, .infoBlock h2 {
  color: #4b4b4b;
}

.infoBlock h2 {
  margin: 0px 0px 15px;
}

.infoBlock h2, .infoBlock p {
  font-size: 12px;
  font-weight: normal;
  display: none;
}

.infoBlock h2, .infoBlock p.active {
  display: block;
}

.invertscroll .jScrollPaneTrack {
  background: #232323;
}

.invertscroll .jScrollPaneDrag {
  background: #7A7A7A;
}

.goodies-page {
  height: 588px;
  background: url(../images/goodies-bg.jpg) no-repeat;
}
.goodies-page h1 {
  padding: 33px 0px 0px 18px;
  margin: 0;
  font-size: 50px;
  color: white;
  letter-spacing: -2px;
  font-weight: bold;
}
.goodies-page .pics {
  position: absolute;
  background: url(../images/goodies-pics.png) no-repeat;
  width: 247px;
  height: 588px;
  left: 0px;
  top: 0px;
}
.goodies-page h2 {
  font-size: 28px;
  color: #444444;
  font-family: Times New Roman, serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 5px 0;
}
.goodies-page a {
  color: #78777a;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}
.goodies-page .block-1 {
  position: absolute;
  left: 257px;
  top: 177px;
}
.goodies-page .block-2 {
  position: absolute;
  left: 257px;
  top: 317px;
}
.goodies-page .block-3 {
  position: absolute;
  left: 257px;
  top: 446px;
}
.goodies-form {
  height: 638px;
  background: url(../images/goodies-form.jpg) #e8e7ec;
  display: none;
}
.goodies-form .image {
  position: absolute;
  left: 50px;
  top: 120px;
  padding: 12px 0 0 11px;
  background: url(../images/goodies-image.png) no-repeat;
  width: 366px;
  height: 370px;
}
.goodies-form div.text {
  font-size: 18px;
  color: black;
  text-transform: uppercase;
  position: absolute;
  left: 61px;
  top: 415px;
  width: 337px;
  text-align: center;
  letter-spacing: -1px;
}
.goodies-form div.errors {
  height: 38px;
}
.goodies-form .form, .goodies-form .result {
  margin-left: 473px;
  padding-top: 25px;
}
.goodies-form h2 {
  margin: 0 0 7px 0;
  font-size: 20px;
  font-weight: normal;
  color: #444444;
  text-transform: uppercase;
}
.goodies-form p {
  margin: 0 0 7px 0;
  color: #78777a;
}
.goodies-form .main {
  padding: 0 0 7px 0;
  color: #78777a;
  height: 45px;
}
.goodies-form .form table {
  margin-top: 10px;
  margin-bottom: 15px;
}
.goodies-form .form table th {
  color: #78777a;
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
  padding: 2px 0 3px 0;
  font-size: 11px;
  width: 175px;
}
.goodies-form .form table td {
  vertical-align: top; 
  padding: 0 0 3px 0;
}
.goodies-form .form table input.text, .goodies-form .form table textarea.text {
  width: 210px;
}
.goodies-form .form table td table {
  margin-bottom: 10px;
}
.goodies-form .form .comment {
  font-size: 10px;
  text-transform: none;
}
.goodies-form .form .btnSubmit {
  margin-top: 0px;
  margin-right: 91px;
  float: right;
  text-decoration: none; 
}
.goodies-form .result {
  display: none;
}
.goodies-form .error-required, .goodies-form .error-invalid {
  color: #fd6162;
  display: none;
  padding-bottom: 4px;
}
/*.goodies-form tr.error th {
  color: #fd6162;
}*/
.goodies-form tr.error input.text, .goodies-form tr.error textarea.text {
  border: 1px solid #fd6162;
  margin: 1px 0px;
}
.goodies-form .result .btnSubmit {
  background: url(../images/goodies-back.png) no-repeat ;
  float: right;
  height: 27px;
  margin-right: 30px;
  padding: 8px 0 0 3px;
  width: 75px;
  text-decoration: none;
  float: right;
  margin-right: 88px;
}

.cruz_close {
	position: absolute;
	right:20px;
top:20px;
}

a.open_reglement  {
	color: #858279;
	text-decoration: underline;
}
a:hover.open_reglement  {

	text-decoration: none;
}


