
/* Global settings & reset
 * ---------------------------------------------------------------- */

* {
    font-size: 1em;
    font-style: normal;
    font-weight: inherit;
    text-decoration: none;
    color: inherit;
    padding: 0;
    margin: 0;
    border: none;
    list-style: none;
    outline: none;
    font-weight: normal;
}

html {
    overflow: hidden;
}

body {
    font: 10pt/150% Calibri, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
    background: #222 url('../images/brushed-metal.gif');
    color: #999;
    overflow: hidden;
    height: 100%;
}

input, textarea {
    font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
}


/* Frame layout
 * ---------------------------------------------------------------- */

#header,
#footer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    margin-top: -200px;
    background: #FFF url('../images/gradient-top.jpg') repeat-x bottom left;
    z-index: 11000;
}

#footer {
    position: absolute;
    top: 50%;
    bottom: 0;
    margin-top: 200px;
    background: #D4D4C6 url('../images/gradient-bottom.jpg') repeat-x top left;    
}

body.hide {
    background: #D4D4C6 !important;
}

body.hide #header,
body.hide #footer {
    margin-top: 0 !important;
}

body.hide #logo,
body.hide #logomenu {
    display: none !important;
}

#header h1 {
    display: none;
}

.hide #content,
.hide #intro img {
    display: none;
}

* html #header,
* html #footer {
    width: 100%;
    height: 50%;
}

#logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: 217px;
    z-index: 15000;
}

#content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -250px 0px 0px -200px;
    width: 600px;
    padding: 32px 0;
    margin-top: -200px;
    height: 336px;
}

* html #content {
    zoom: 1;
}

.inner-content,
.inner-content-narrow {
    position: absolute;
    bottom: 70px;
    width: 600px;
}

.inner-content-narrow {
    width: 400px;
}

.align-top {
    bottom: auto;
    top: 38px;
}


/* Menu
 * ---------------------------------------------------------------- */

#menu {
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-left: -400px;
    margin-bottom: -130px;
    width: 190px;
    text-transform: uppercase;
    z-index: 10000;
}

#menu a {
    display: block;
    color: #777;
    padding: 2px 0;
}

#menu li.active a,
#menu li.active li.active a,
#menu li.active li.active li.active a {
    color: #DDD;
/*    text-shadow: 0 0 8px #0AF;*/
}

#menu li.active li a,
#menu li.active li.active li a,
#menu li.active li.active li.active li a {
    color: #999;
/*    text-shadow: none;*/
}

#menu a:hover,
#menu li.active li a:hover,
#menu li.active li.active li a:hover,
#menu li.active li.active li.active li a:hover {
    color: #FFF;
    text-decoration: none;
/*    text-shadow: 0 0 8px #0AF;*/
    text-shadow: 0 0 8px #bbb;
}

#menu li ul {
    text-transform: none;
    padding-left: 1.5em;
    display: none;
}

#menu li.active ul {
    display: block;
}

#menu li li a {
    color: #999;
}

#menu li img {
    margin-right: 4px;
}

* html #menu li {
    zoom: 1;
}

#menu li#franco-serblin,
#menu li#ktema,
#menu li#wadia,
#menu li#proac,
#menu li#xlo,
#menu li#msb,
#menu li#sugden {
    padding: 2px 0;
}

#menu li#franco-serblin a,
#menu li#ktema a,
#menu li#wadia a,
#menu li#proac a,
#menu li#xlo a,
#menu li#msb a,
#menu li#sugden a {
    display: block;
    background: url('../images/brands/wadia-tiny.png') no-repeat;
    width: 53px;
    height: 0;
    padding-top: 20px;
    overflow: hidden;
    text-indent: -2000px;
}

#menu li#franco-serblin a {
    background-image: url('../images/brands/franco-serblin-tiny.png');
    width: 124px;
}

#menu li#ktema a {
    background-image: url('../images/brands/ktema-tiny.png');
    width: 81px;
}

#menu li#proac a {
    background-image: url('../images/brands/proac-tiny.png');
    width: 73px;
}

#menu li#xlo a {
    background-image: url('../images/brands/xlo-tiny.png');
}

#menu li#msb a {
    background-image: url('../images/brands/msb-tiny.png');
    width: 59px;
}

#menu li#sugden a {
    background-image: url('../images/brands/sugden-tiny.png');
    width: 114px;
}

#menu li#franco-serblin li a,
#menu li#ktema li a,
#menu li#wadia li a,
#menu li#proac li a,
#menu li#xlo li a,
#menu li#msb li a,
#menu li#sugden li a {
    width: auto;
    height: auto;
    padding: 0;
    text-indent: 0;
    background: none;
}

#menu li#franco-serblin ul,
#menu li#ktema ul,
#menu li#wadia ul,
#menu li#proac ul,
#menu li#xlo ul {
    margin-top: 4px;
}

/* Pager
 * ---------------------------------------------------------------- */

#pager-prev,
#pager-next {
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin-bottom: -160px;
    z-index: 10000;
    margin-left: -250px;
    color: white;
    overflow: hidden;
    text-indent: -1000px;
    background: url('../images/hand-l.png') no-repeat scroll top left;
    width: 40px;
    height: 24px;
}

#pager-next {
    margin-left: 365px;
    background-image: url('../images/hand-r.png');
}

* html .pager img {
    zoom: 1;
}

body.broad #pager-next {
    margin-left: 395px;
}

/* Content
 * ---------------------------------------------------------------- */

h1, h2, h3 {
    margin-bottom: 20px;
    font-size: 15px;
    color: #999;
}

h2 {
    font-size: 12px;
    margin: 2em 0 0;
}

h2,
h2 a {
    color: #999;
}

p {
    margin-top: 1em;
    text-align: justify;
}

em {
/*    color: #DEF;*/
    color: white;
}

strong {
    text-transform: uppercase;
}

sup {
    font-size: 0.6em;
    line-height: 100%;
}

a {
    color: #999;
}

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

a.highlight {
/*    color: #D3EAFF;*/
    color: #CCC;
/*    text-shadow: 0 0 2px #0AF;*/
}

.instantaudio a:hover {
    color: #FFF;
}

a.more,
div.more a {
    font: 11px "MS Trebuchet", Arial, sans-serif;
    color: #000;
    white-space: nowrap;
    text-transform: uppercase;
    z-index: 1000;
}

div.more {
    position: relative;
    text-align: right;
}

div.more a {
    position: absolute;
    top: 0;
    right: 0;
}

.right {
    float: right;
}

.left {
    float: left;
    margin-right: 24px;
}

.new {
    color: #ef9 !important;
    text-shadow: 0 0 7px #df4 !important;
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase !important;
}

blockquote {
    padding: 0.5em;
    font-style: italic;
    width: 75%;
    color: #CCC;
}

cite {
    display: block;
    width: 75%;
    text-align: right;
}

ul.bullets li,
ul.bullets-horizontal li {
    background: url('../images/bullet.gif') no-repeat 8px 4px;
    padding-left: 24px;
    display: block;
}

ul.bullets-horizontal li h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 1.1em;
}

ul.bullets-horizontal li {
    padding-bottom: 1em;
}

ul.bullets-horizontal {
    overflow: visible;
}

/* Frontpage
 * ---------------------------------------------------------------- */

#itransport-front,
#stars {
    position: absolute;
    bottom: 70px;
    left: 30px;
    z-index: 1000;
    width: 620px;
    margin-left: 20px;
}

#itransport-front .itransport {
    float: left;
}

#itransport-front .wadia781i {
    float: left;
    margin-right: 40px;
}

#itransport-front h1 {
    position: relative;
    left: -8px;
    margin-top: 64px;
    margin-bottom: 0;
    font-size: 32px;
    color: #8DE;
    text-transform: none;
}

#itransport-front a.more img {
    position: absolute;
    right: 0;
    z-index: 10000;
    bottom: 20px;
}

* html #itransport-front a.more img {
    zoom: 1;
}

#stars, #peace {
    background: url('../images/stars.gif') no-repeat scroll top left;
    width: 560px;
    height: 300px;
    margin-bottom: -20px;
    display: block;
}

#peace {
    background-image: url('../images/stars-peace.gif');
    width: 758px;
    height: 300px;
    margin-bottom: -80px;
}

/* WBS
 * ---------------------------------------------------------------- */

#klasse-statt-masse {
    position: relative;
    left: -6px;
    margin: 0;
}

.wbs .inner-content-narrow a.more img {
    position: absolute;
    bottom: 2px;
    right: -20px;
}

.wbs .page-3 p {
    width: 400px;
}

.wbs .page-3 img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.wbs .page-3 {
    padding-top: 200px; /* IE bug */
}


/* Brands
 * ---------------------------------------------------------------- */

/* ProAc alt. navgation */
/*
.proac-shops-nav a#pager-next.more {
    background: url('../images/next.png') no-repeat;
    overflow: hidden;
    text-indent: -1000px;
    width: 32px;
    height: 8px;
    margin-left: 385px;
}

.proac-shops-nav a#pager-prev.more {
    background: url('../images/prev.png') no-repeat;
    overflow: hidden;
    text-indent: -1000px;
    width: 32px;
    height: 8px;
}
*/

#brands-logos li {
    display: inline;
    margin-right: 8px;
}

.wbs .text-block {
    position: absolute;
    top: 128px;
    margin: 8px;
}

.brands-wadia .inner-content-narrow p,
.brands-proac .inner-content-narrow p {
    margin: 30px 0 0;
}

.brands-wadia .inner-content p,
.brands-proac .inner-content p,
.brands-xlo .inner-content p,
.brands-msb .inner-content p,
.brands-sugden .inner-content p {
    width: 400px;
}

.brands-proac .broad p {
    width: 600px;
}

.brands-wadia .inner-content-narrow p a.more img,
.brands-proac .inner-content-narrow p a.more img {
    position: absolute;
    bottom: 2px;
    right: -20px;
}

.brands-wadia .page-1 p {
    padding-left: 1em;
}

.brands-wadia-details .page-1 h2,
.brands-wadia .page-4 h2 {
    text-align: right;
    width: 400px;
    padding-top: 58px;
}

.brands-wadia-details .page-1 img#itransport,
.brands-wadia .page-4 img#itransport {
    position: absolute;
    top: 0;
    left: 0;
}

.brands-proac-tablette .page-1 h2,
.brands-proac .page-1 h2 {
    font-size: 18px;
}


.brands-proac .page-2 img,
.brands-proac .page-4 img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.brands-proac .page-3 img {
    right: 50px;
}

.brands-proac .page-2,
.brands-proac .page-3 {
    padding-top: 200px; /* fix IE bug */
}

.brands-proac .page-3 {
    padding-bottom: 50px;
    bottom: 20px;
}

img.image-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.detail-thumb {
    display: block;
    width: 100px;
    height: 100px;
    float: right;
    border: 1px solid #999;
    margin-top: 1.5em;
    margin-right: 70px;
    overflow: hidden;
}

.detail-thumb,
#content .detail-thumb img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.detail-thumb:hover {
    border-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, .7);
    -moz-box-shadow: 0 0 3px rgba(255, 255, 255, .7);
    box-shadow: 0 0 3px rgba(255, 255, 255, .7);
}

ul.product-icon-list {
    display: block;
    overflow: hidden;
}

ul.product-icon-list li {
    display: block;
    width: 30%;
    float: left;
    position: relative;
}

ul.product-icon-list li .new {
    position: absolute;
    top: 0;
    left: 80px;
    z-index: 1000;
    font-size: 17px;
}

ul.product-icon-list li h3,
ul.product-icon-list li h3 a {
    font-size: 14px;
}

ul.product-icon-list li h3 a {
    text-transform: uppercase;
    display: block;
    padding: 8px 8px 0 0;
}

.brands-proac-carbonpro .page-1 a:hover,
ul.product-icon-list li h3 a:hover {
    color: white;
    text-decoration: none;
    text-shadow: 0 0 8px #bbb;
}

ul.product-icon-list li a.product-thumb {
    display: block;
    position: relative;
    width: 100px;
    height: 225px;
}

ul.product-icon-list li a.product-thumb img {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 100;
}


#content .detail-thumb img {
    position: static;
    margin: 0;
    padding: 0;
    text-shadow: 0 0 3px rgba(255, 255, 255, .7);
}

.product a.title {
    display: block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.product a.title:hover {
    color: #fff;
    text-shadow: 0 0 8px #bbb;
    text-decoration: none;
}

div.proac-logo {
    background: url('../images/brands/proac-tiny.png') no-repeat 100% 10%;
}

/** News & Events */
#content div.proac-logo {
    background-position: 100% 0%;
    width: 600px;
}

div.ktema-logo {
    background: url('../images/brands/ktema-tiny.png') no-repeat 100% 5%;
}

.specs-fullscreen h2 {
    font-size: 16px;
    margin-top: 8px;
    margin-left: 20px;
}

.specs-fullscreen {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: left;
    width: 640px;
    height: 400px;
    margin-left: -320px;
    margin-top: -202px;
    z-index: 20001;
    background: black;
    border: 2px solid #444;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#specs-deutsch,
#specs-english {
  height: 520px;
  padding: 0px 20px 20px;
  margin-top: -270px;
}

#specs-deutsch {
  height: 580px;
  margin-top: -300px;  
}

#specs-deutsch h2,
#specs-english h2 {
  margin-left: 0;
}

#specs-deutsch em,
#specs-english em {
  color: #999;
  font-style: italic;
}

.specs-fullscreen dl {
    height: auto;
    bottom: auto;
    top: 28px;
    margin-left: 20px;
}

.specs-fullscreen dl dt {
    text-transform: uppercase;
}

.specs-fullscreen dl dd {
    padding-left: 0;
    padding-right: 8px;
    text-transform: lowercase;
}

ul.wider li {
  padding-top: .5em;
}

.the-birth-of-thema {
  display: block;
  background: url('../images/the-birth-of-ktema.png') no-repeat;
  width: 181px;
  height: 18px;
  text-indent: -2000px;
  overflow: hidden;
  padding-bottom: 1.5em;
}

.brands-ktema em {
  color: #999;
  font-style: italic;
}

.brands-ktema strong {
  font-weight: bold;
}

/* Shops
 * ---------------------------------------------------------------- */

ul.tiles, ul.tiles li {
    display: block;
    list-style: none;
}

ul.tiles {
    overflow: auto;
    margin-top: 16px;
    height: 260px;
}

ul.tiles li {
    width: 142px;
    height: 120px;
    float: left;
    margin: 0 8px 8px 0;
}


/* News
 * ---------------------------------------------------------------- */

#news dt {
    display: block;
    padding-bottom: 1em;
    clear: both;
    text-align: left;
    color: #FFF;
}

#news dd {
    width: 512px;
    display: block;
}

#news h2 {
    color: #FFF;
    margin-bottom: 8px;
}

#news p {
    margin-right: 1em;
}

img.rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.photos p,
.photos-big p {
    clear: left;
    margin: 0 8px 0 0;
    display: block;
}

.photos ul,
.photos-big ul {
    display: block;
    height: 130px;
    clear: both;
}

.photos-big ul {
    height: 200px;
}

.photos ul li,
.photos-big ul li {
    display: inline;
    text-align: center;
}

.photos img.portrait,
.photos img.landscape {
    width: 72px;
    height: 96px;
    border: 1px solid #999;
    margin-right: 6px;
}

.photos img.landscape {
    width: 96px;
    height: 72px;
}

.photos img.landscape-square {
    width: 72px;
}

.photos-big img.portrait,
.photos-big img.landscape {
    width: 126px;
    height: 168px;
    border: 1px solid #111;
    margin-right: 6px;
}

.photos-big img.landscape {
    width: 168px;
    height: 126px;
}

#content .photos-shadow ul li img {
  -webkit-box-shadow: 1px 1px 3px black;
     -moz-box-shadow: 1px 1px 3px black;
      -ms-box-shadow: 1px 1px 3px black;
       -o-box-shadow: 1px 1px 3px black;
          box-shadow: 1px 1px 3px black;
  border: 0 none;
}

#content .photos a:hover img,
.photos-big a:hover img {
    border-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, .7);
       -moz-box-shadow: 0 0 3px rgba(255, 255, 255, .7);
        -ms-box-shadow: 0 0 3px rgba(255, 255, 255, .7);
         -o-box-shadow: 0 0 3px rgba(255, 255, 255, .7);
            box-shadow: 0 0 3px rgba(255, 255, 255, .7);
}

.news #high-end-08 {
    float: right;
    padding: 0 8px 30px 0;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: none url('../images/loading.gif') no-repeat 50% 50%;
    z-index: 20000;
    cursor: pointer;
}

#photo-full {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 25000;
    cursor: pointer;
    background: black;
    border: 2px solid #444;
    
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
        -ms-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;

  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
     -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
      -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
       -o-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
          box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

/* Press
 * ---------------------------------------------------------------- */

/*.press .inner-content-narrow div {
    position: relative;
    left: 124px;
}
*/

.press ul {
    width: auto;
}

.press ul,
.press ul li {
    display: block;
    list-style: none;
}

.press ul li {
    width: 142px;
/*    width: 96px;*/
    float: left;
    height: 280px;
}

.press ul ul li {
    width: auto;
    height: auto;
    margin: 0.5em 0 1em;
}

/* Imprint
 * ---------------------------------------------------------------- */

dl {
    width: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 11px;
}

#imprint1,
#imprint2 {
    bottom: 50px;
}

.column1,
.column2,
.column3 {
    width: 200px;
    position: absolute;
    height: 300px;
    bottom: 0;
    left: 0;
}

dt {
/*    color: #DDD;*/
    margin-bottom: 0.3em;
    margin-top: 1.5em;
}

dl.column1 dt,
dl.column2 dt,
dl.column3 dt {
    margin-top: 0.8em;
    margin-bottom: 0.2em;
}

dd {
    color: #AAA;
    padding-left: 0.3em;
}

#imprint2,
.column2 {
    left: 210px;
}

.column3 {
    left: 420px;
}

/* Contact
 * ---------------------------------------------------------------- */

.contact p {
    width: 420px;
}

.contact {
/*    background: url('../images/stars-contact.gif') no-repeat 0px 64px;*/
}

#contactform label {
    position: absolute;
    top: 0;
    right: 140px;
    text-align: left;
    width: 86px;
    color: #999;

/*    color: #FBC;
    text-shadow: 0 0 .4em rgba(255, 120, 180, .3);
*/
}

#contactform input,
#contactform textarea {
    margin-left: 38px;
}

#contactform li {
    position: relative;
    margin-bottom: 6px;
}

#contactform input,
#contactform textarea {
    width: 320px;
    background: #000;
    color: #CCC;
    border: 1px solid #444;
}

#contactform textarea {
    height: 7em;
    overflow: hidden;
}

#contactform input.button {
    width: auto;
    border: none;
    font: 11px "MS Trebuchet", Arial, sans-serif;
    color: #000;
    background: #666;
    white-space: nowrap;
    padding: 0 4px;
    text-transform: uppercase;
    cursor: pointer;
}

#contactform .submit .button {
    position: absolute;
    right: 242px;
}

#contactform input.button:hover {
    background: #888;
    color: #333;
    text-decoration: none;
}


#contactform li span.message {
    display: none;
}

#contactform li.error span.message {
    display: block;
    clear: both;
/*    color: #6CF !important;*/
    margin-left: 38px;
    color: #FBC;
    text-shadow: 0 0 .4em rgba(255, 120, 180, .3);
}

/* Effects
 * ---------------------------------------------------------------- */

.glowing {
    color: #DDD;
    text-shadow: 0 0 8px #0AF;
}

a.glowing:hover {
    color: white;
}

/* Anniversary
 * ---------------------------------------------------------------- */

#wbs30years {
    position: absolute;
    background: url('../images/30years.gif') no-repeat scroll top left;
    width: 688px;
    height: 257px;
    top: 50%;
    left: 50%;
    margin-top: -128px;
    margin-left: -344px;
    z-index: 15000;
}

/* Christmas
 * ---------------------------------------------------------------- */

#startrail,
#startrail-cyan {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -640px;
    z-index: 1000;
}

#header-stars {
    position: absolute;
    background: url('../images/stars-header.gif') no-repeat scroll top left;
    width: 252px;
    height: 130px;
    top: 50%;
    left: 50%;
    margin-top: -285px;
    margin-left: 160px;
    z-index: 15000;
}

/* Xmas 2010 Contacts
 * ---------------------------------------------------------------- */

.xmas2010#content {
    padding: 32px 0;
}

.xmas2010 #contactform input,
.xmas2010 #contactform textarea {
    border: none;
    background: #a58 url('../images/xmas-contact-bg.png');
    color: #000;
    font-size: 22px;
    line-height: 100%;
    height: 36px;
    font-weight: bold;
    width: 296px;
    padding: 0 30px 0 6px;
}

.xmas2010 #contactform textarea {
    height: 72px;
    width: 273px;
    padding: 0 30px 0 29px;
}

.xmas2010 #contactform label,
.xmas2010 #contactform input.button {
    color: #a58;
    text-transform: uppercase;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    padding-left: 1em;
}

.xmas2010 #contactform input.button {
    background: #000;
    height: auto;
    width: auto;
    padding: 0 8px;
    right: 226px;
    font-size: 1em;
    line-height: 150%;
}

.xmas2010 #contactform input.button:hover {
    color: #b69;
}

.xmas2010 #contactform #star,
.xmas2010 #contactform #stars,
.xmas2010 #contactform #star-left,
.xmas2010 #contactform #stars-bottom {
    position: absolute;
    background: url('../images/xmas-contact-star.png') no-repeat scroll top right;
    display: block;
    top: 0;
    left: 340px;
    width: 29px;
    height: 36px;
    z-index: 100;
    margin: 0;
    padding: 0 0 0 1px;
}

.xmas2010 #contactform #stars {
    background-image: url('../images/xmas-contact-stars.png');
    width: 35px;
    left: 341px;
    left: 180px;
}

.xmas2010 #contactform #star-left {    
    background-image: url('../images/xmas-contact-star-left.png');
    width: 29px;
    height: 28px;
    left: 37px;
}

.xmas2010 #contactform #stars-bottom {
    background-image: url('../images/xmas-contact-stars-bottom.png');
    width: 38px;
    height: 72px;
    left: 331px;
}

.xmas2010 #contactform li.error span.message {
    color: #b69 !important;
}

p.thankyou-xmas2010 {
    color: #b69;
    font-size: 26px;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 .4em rgba(255, 180, 200, .3);
    display: block;
    padding-bottom: 32px;
}

p.thankyou {
    color: #AEF;
    font-size: 15px;
    line-height: 150%;
    text-align: center;
    display: block;
    padding-bottom: 110px;
    text-shadow: 0 0 8px #0AF;

/*    color: #FAD;*/
    color: #FBC;
    text-shadow: 0 0 .4em rgba(255, 120, 180, .3);
}


