/*
 * Shared
 */

.uppercase {
  text-transform: uppercase;
}

#eyewear-fw12 .h-container, #eyewear-fw12 .h-container .h-collection {
  width: 100%;
  clear: both;
  height: auto;
  overflow: hidden;
}

#eyewear-fw12 .h-container .v-collection {
  width: 50%;
  float: left;
}

#eyewear-fw12 .h-container .v-collection.first {
  clear: left;
}

#eyewear-fw12 .h-container .v-collection.last {
  clear: right;
}

#eyewear-fw12 .c-left {
  clear: left;
}

#eyewear-fw12 .c-right {
  clear: right;
}

#eyewear-fw12 .f-left {
  float: left;
}

#eyewear-fw12 .f-right {
  float: right;
}

#eyewear-fw12 .a-center {
  text-align: center;
}

#eyewear-fw12 .a-left {
  text-align: left;
}

#eyewear-fw12 .a-right {
  text-align: right;
}

/*
 * Grids
 */

.gd-1 {
  margin: 0;
}

.gd-2 {
  margin: 0 0 0 160px;
}

.gd-3 {
  margin: 0 0 0 320px;
}

.gd-4 {
  margin: 0 0 0 480px;
}

.gd-5 {
  margin: 0 0 0 640px;
}

.gd-6 {
  margin: 0 0 0 800px;
}

.color-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: top left;
  background-repeat: repeat-y;
}

.color-platte {
  display: block;
  width: 160px;
  height: 20px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
}

.btn-open,
.btn-direction,
.btn-close {
  display: block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
}

.btn-open {
  background-color: transparent;
  background-image: url('../img/btn-open.gif');
}

#eyewear-fw12 {
  width: 960px;
  margin: 0 auto;
  font-family: 'FuturaLight';
}

/*
 * Homepage
 */

#eyewear-fw12.homepage .h-container.last {
  margin-bottom: 60px;
}

#eyewear-fw12.homepage #denimize {
  display: block;
}

#eyewear-fw12.homepage #video {
  margin-bottom: 150px;
}

#eyewear-fw12.homepage {
  font-family: 'FuturaLight';
}

#eyewear-fw12.homepage h1 {
  height: 80px;
  line-height: 80px;
}

#eyewear-fw12.homepage h1 {
  margin: 0 10px;
  overflow: hidden;
  font-size: 20px;
  font-weight: normal;
  color: #666;
}

#eyewear-fw12.homepage #content #eyewear_video_frame {
  display: block;
  margin: 0 auto 35px auto;
}

#eyewear-fw12.homepage .h-collection {
  display: block;
  float: left;
  position: relative;
  font-size: 40px;
  color: #666;
}

#eyewear-fw12.homepage .h-collection strong {
  display: block;
  position: relative;
  width: 440px;
  height: 80px;
  padding: 0 20px;
  font-weight: normal;
  line-height: 72px;
}

#eyewear-fw12.homepage .h-collection.collection strong{
  width: 920px;
}

#eyewear-fw12.homepage .h-collection.male strong {
  background: transparent url('../img/shadow-title-male.gif') no-repeat left top;
}

#eyewear-fw12.homepage .h-collection.collection strong {
  background: transparent url('../img/shadow-title-female.gif') no-repeat right top;
}

#eyewear-fw12.homepage .h-collection.collection strong, #eyewear-fw12.homepage .h-collection.female strong {
  text-align: right;
}

#eyewear-fw12.homepage .h-collection.male strong {
  text-align: left;
}

#eyewear-fw12.homepage .h-collection span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
}

/*#eyewear-fw12.homepage a.h-collection.collection:hover span,
#eyewear-fw12.homepage a.h-collection.female:hover span {
  background-image: url('../img/rollover-female-small.png');
  background-position: right 98px;
}

#eyewear-fw12.homepage a.h-collection.collection:hover span {
  background-position: right 118px;
}

#eyewear-fw12.homepage a.h-collection.male:hover span {
  background-image: url('../img/rollover-male-small.png');
  background-position: left 98px;
}*/

#denimize span {
  background: url('../img/homepage_rollover_denimize.png') right top no-repeat;
}
#sun-female span {
  background: url('../img/homepage_rollover_female_sun.png') right top no-repeat;
}
#sun-male span {
  background: url('../img/homepage_rollover_male_sun.png') right top no-repeat;
}
#optical-female span {
  background: url('../img/homepage_rollover_female_optical.png') right top no-repeat;
}
#optical-male span {
  background: url('../img/homepage_rollover_male_optical.png') right top no-repeat;
}

#eyewear-fw12.homepage .h-collection span:hover {
  background-position: right bottom;
}

#eyewear-fw12.homepage .h-collection.msie:hover span {
  display: block;
}

#eyewear-fw12.homepage .h-collection img {
  display: block;
}

#eyewear-fw12.homepage #intro {
  clear: both;
  padding: 0 20px 50px 20px;
  text-align: center;
}

#eyewear-fw12.homepage #intro h2 {
  font-family: 'FuturaBold';
  font-size: 22px;
  color: #666;
}

#eyewear-fw12.homepage #intro p {
  font-size: 22px;
  color: #333;
}

#eyewear-fw12.homepage #intro a {
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
}

#eyewear-fw12.homepage #intro a:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

/*
 * Landing
 */

#eyewear-fw12.landing {
  position: relative;
}

#eyewear-fw12.landing #headline {
  position: relative;
  /*padding: 45px 0;*/
  padding: 0px;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
  background: transparent url('../img/bg-headline-female.png') no-repeat right top;
}

#eyewear-fw12.landing #headline h1 {
  margin-top: 45px;
  width: auto;
  color: #666;
  float: left;
  min-height: 119px;
}

#eyewear-fw12.landing #headline h1 strong,
#eyewear-fw12.landing #headline h1 span {
  display: block;
  font-weight: normal;
}

#eyewear-fw12.landing #headline h1 strong {
  height: 30px;
  margin: 0 0 0 20px;
  font-family: 'FuturaBold';
  font-size: 40px;
  line-height: 30px;
}

#eyewear-fw12.landing #headline h1 span {
  margin: 0 8px;
  font-size: 20px;
}

#eyewear-fw12.landing #headline h1 .a-left {
  margin: 0 26px;
}

#eyewear-fw12.landing #headline ul.collections-menu {
  max-width: 800px;
  float: right;
}

#eyewear-fw12.landing #headline ul.collections-menu li {
  float: left;
}

#eyewear-fw12.landing #headline a, #eyewear-fw12.landing #headline a:link, #eyewear-fw12.landing #headline a:visited {
  display: block;
  /*position: absolute;*/
  top: 0;
  right: 0;
  margin-left: 8px;
  padding-right: 43px;
  /*width: 128px;*/
  width: auto;
  float: left;
  height: 40px;
  font-family: 'FuturaLight';
  font-size: 15px;
  font-style: normal;
  line-height: 41px;
  color: #666;
  background: transparent url('../img/btn-view.gif') no-repeat right center;
  opacity: 0.7;
}

#eyewear-fw12.landing #headline a:hover, #eyewear-fw12.landing #headline a:active {
  opacity: 1;
}

/*#eyewear-fw12.landing.male #headline a {
  width: 145px;
}*/

#eyewear-fw12.landing #content {
  padding: 0 0 100px 0;
}

#eyewear-fw12.landing #content h2 {
  width: 110px;
  padding: 20px 25px 15px;
  font-family: 'FuturaBold';
  font-size: 15px;
}

#eyewear-fw12.landing.female #content h2 {
  font-family: 'FuturaLight';
}

#eyewear-fw12.landing.female #content h2 strong {
  font-weight: bold;
}

#eyewear-fw12.landing #content #dl0001 h2 {
  padding: 20px 25px 10px;
}

#eyewear-fw12.landing #content #dl0002 h2 {
  width: 270px;
}

#eyewear-fw12.landing #content h2 strong,
#eyewear-fw12.landing #content h2 span {
  display: block;
  font-weight: normal;
  color: #666;
}
#eyewear-fw12.landing #content h2 span span.model_id {
  display: inline;
  font-size: 10px;
  font-weight: normal;
}

#eyewear-fw12.landing.female #content h2 strong + span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

#eyewear-fw12.landing #content h2 strong {
  font-size: 20px;
}

#eyewear-fw12.landing.female #content h2 {
  min-height: 43px;
  height: auto;
}

#eyewear-fw12.landing.male #content h2, #eyewear-fw12.landing.collection #content h2 {
  width: 270px;
  padding: 12px 25px 11px;
}

#eyewear-fw12.landing.male #content #dl0028 h2,
#eyewear-fw12.landing.male #content #dl0021 h2,
#eyewear-fw12.landing.male #content #dl0003 h2 {
  padding: 15px 25px 14px;
}

#eyewear-fw12.landing.male #content #dl0028 h2 span,
#eyewear-fw12.landing.male #content #dl0021 h2 span,
#eyewear-fw12.landing.male #content #dl0003 h2 span {
  color: #666;
}

#eyewear-fw12.landing.male #content h2 strong {
  font-family: 'FuturaBold';
  font-size: 25px;
}

#eyewear-fw12.landing #content .block strong.t-white {
  color: #fff;
}

#eyewear-fw12.landing.collection #content h2 span, #eyewear-fw12.landing.male #content h2 span {
  color: #ccc;
}

#eyewear-fw12.landing #content .block {
  border-bottom: 1px solid #cfcfcf;
  overflow: hidden;
  font-size: 0;
  background-color: transparent;
  background-position: -2px -3px;
  background-repeat: no-repeat;
}

#eyewear-fw12.landing.male #content #dl0028 {
  min-height: 480px;
}

#eyewear-fw12.landing #content .block.n-border {
  border-bottom: none;
}

#eyewear-fw12.landing #content .block .items {
  width: 962px;
  margin: 0 0 0 -2px;
  min-height: 350px;
}

#eyewear-fw12.landing #content .block .items.loading {
  background: transparent url('../img/loader.gif') no-repeat center;
}

#eyewear-fw12.landing #content .block .items a {
  display: inline-block;
  position: relative;
  min-height: 150px;
  font-size: 16px;
  vertical-align: top;
}

*+html #eyewear-fw12.landing #content .block .items a {
  display: inline;
  zoom: 1;
}

#eyewear-fw12.landing #content .block .items a img {
  float: left;
  max-width: 480px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  display: block;
}

#eyewear-fw12.landing #content .block .items a .btn-open {
    position: absolute;
    top: 0;
}

#eyewear-fw12.landing #content .block .items a span {
    display: none;
}

#eyewear-fw12.landing #content .block .items a:hover span {
    display: block;
}

#eyewear-fw12.landing #content .block .items .color-platte {
    position: absolute;
    bottom: 0;

    -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}

#eyewear-fw12.landing #content .block .items .t-left .color-overlay {
    background-position: left top;
}

#eyewear-fw12.landing #content .block .items .t-left .color-platte,
#eyewear-fw12.landing #content .block .items .t-left .btn-open {
    left: 0;
}

#eyewear-fw12.landing #content .block .items .t-right .color-overlay {
    background-position: right top;
}

#eyewear-fw12.landing #content .block .items .t-right .color-platte,
#eyewear-fw12.landing #content .block .items .t-right .btn-open {
    right: 0;
}

/*
 * Lightbox
 */

#lightbox {
    width: 100%;
    min-height: 100%;
    font-family: 'FuturaLight';
    background: transparent url('../img/bg-lightbox.png') repeat left top;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}

#lightbox .wrapper {
    width: 960px;
    height: 600px;
    margin: -275px 0 0 -480px;
    padding: 0 0 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

#lightbox .nav {
    font-size: 15px;
    overflow: hidden;
}

#lightbox .nav a {
    color: #fff;
    font-style: normal;
}

#lightbox .nav .browse {
    background: #b4b4b4 url('../img/bg-browse.gif') no-repeat 168px bottom;
    float: left;
}

#lightbox .nav .browse .btn-browse {
    float: left;
}

#lightbox .nav .browse .btn-browse span,
#lightbox .nav .browse .btn-browse strong {
    float: left;
}

#lightbox .nav .browse .btn-browse span {
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-image: url('../img/btn-browse.gif');
    background-repeat: no-repeat;
}

#lightbox .nav .browse .btn-browse.prev span {
    background-position: left top;
}

#lightbox .nav .browse .btn-browse.next span {
    background-position: right top;
}

#lightbox .nav .browse .btn-browse strong {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-weight: normal;
}

#lightbox .nav .browse .btn-browse:hover span {
    background-color: #acacac;
}

#lightbox .btn-close {
    text-indent: 9999em;
    background: #b4b4b4 url('../img/btn-close.gif') no-repeat 14px center;
    display: block;
    float: right;
    overflow: hidden;
}

#lightbox .btn-close:hover {
    background-color: #acacac;
}

#lightbox .container {
    height: 558px;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
}

#lightbox .container.loading {
    background-image: url('../img/lightbox-loader.gif');
}

#lightbox .container.error {
    background-image: url('../img/lightbox-error.gif');
}

#lightbox .content {
    border-width: 1px 0;
    border-style: solid;
    border-color: #cfcfcf;
    position: relative;
    overflow: hidden;
}

#lightbox .container.loading .content,
#lightbox .container.error .content {
    display: none;
}

#lightbox .zoom,
#lightbox .panel,
#lightbox .info {
    height: 440px;
}

#lightbox .zoom {
    width: 799px;
    height: 440px;
    background: transparent url('../img/lightbox-loader.gif') no-repeat center;
    position: relative;
    float: left;
}

#lightbox .zoom img {
    max-width: 100%;
    display: block;
}

#lightbox .zoom .social {
    position: absolute;
    left: 15px;
    bottom: 5px;
}

#lightbox .zoom .social .btn-like,
#lightbox .zoom .social .btn-pin {
    margin: 0 0 6px 0;
}

#lightbox .panel {
    width: 180px;
    padding: 0 30px 0 95px;
    background-color: transparent;
    background-image: url('../img/bg-detail-panel.png');
    background-repeat: repeat-y;
    background-position: 0 top;
    position: absolute;
    right: 160px;
    top: 0;
    display: block;
}

#lightbox .panel p {
    width: 180px;
    margin: 0 0 0 95px;
    color: #666666;
    font-style: normal;
    position: absolute;
    bottom: 80px;
    left: 0;
}

#lightbox .panel.close {
    background-position: 320px top;
}

#lightbox .panel.close p {
    left: 320px;
}

#lightbox .panel .btn-more {
    font-size: 18px;
    font-style: normal;
    position: absolute;
    bottom: 10px;
    right: 20px;
}

#lightbox .panel .btn-more strong {
    color: #9e9e9e;
    font-weight: normal;
}

#lightbox .panel .btn-more span {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    background-color: #b4b4b4;
    background-image: url('../img/sprite-more.gif');
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    float: left;
}

#lightbox .panel .btn-more:hover span {
    background-color: #acacac;
}

#lightbox .panel.close .btn-more span {
    background-position: right top;
}

#lightbox .info {
    width: 160px;
    padding: 0 0 0 1px;
    text-align: center;
    background: #fff url('../img/bg-detail-info.gif') no-repeat left top;
    float: right;
    position: relative;
}

#lightbox .content h3,
#lightbox .content h4,
#lightbox .content h5 {
    color: #666666;
    font-weight: normal;
}

#lightbox .content h3 {
    margin: 25px 0 0 0;
    text-align: right;
    text-transform: uppercase;
}

#lightbox .content h3 strong,
#lightbox .content h3 span {
    font-weight: normal;
    display: block;
}

#lightbox .content h3 strong,
#lightbox .content h4 {
    font-size: 30px;
}

#lightbox .content h4 {
    padding: 15px 0;
}

#lightbox.male .content h4 {
    color: #fff;
    font-size: 28px;
    font-family: 'FuturaBold';
    background: transparent url('../img/bg-male-price.gif') no-repeat left top;
}

#lightbox .content h3 span,
#lightbox .content h5 {
    font-size: 15px;
}

#lightbox .content h5 span {
    display: block;
}

#lightbox .content h5 strong {
    font-weight: normal;
}

#lightbox .info .btn-buy,
#lightbox .info .btn-find-store {
    height: 39px;
    line-height: 39px;
    color: #666666;
    font-size: 20px;
    font-style: normal;
    border-width: 1px 0;
    border-style: solid;
    border-color: #cfcfcf;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
}

#lightbox .info .btn-buy:hover,
#lightbox .info .btn-find-store:hover {
    background-position: left bottom;
}

#lightbox .info .btn-buy {
    background-image: url('../img/bg-buy.gif');
}

#lightbox .info .btn-find-store {
    margin: -1px 0 0 0;
    background-image: url('../img/bg-find-store.gif');
}

#lightbox .info.not-available .price,
#lightbox .info.not-available .btn-buy {
    display: none;
}

#lightbox .info .color {
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

#lightbox .info .color .color-platte {
    height: auto;
    padding: 0 0 40px 0;
    background-position: left bottom;
}

#lightbox .info .color .btn-open {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

#lightbox .info .color .btn-open:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

#lightbox .info .color .color-switch a {
  display: block;
  float: left;
}

#lightbox .info .color .color-switch .clone {
  display: none;
}

#lightbox .angle {
  width: 100%;
  border-top: 1px solid #CFCFCF;
  overflow: hidden;
}

#lightbox .angle a {
  float: left;
  position: relative;
  width: 192px;
  height: 115px;
}

#lightbox .angle a img {
  max-width: 100%;
}

#lightbox .angle a .btn-open {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: none;
  background-position: left top;
  background-repeat: no-repeat;
}

#lightbox .angle a:hover .btn-open {
  background-image: url('../img/overlay-thumbnail.png');
}

#lightbox .angle a.current .btn-open {
  background-image: url('../img/selected-thumbnail.png');
}

/*
 * Products
 */

/* dl0050 */

#dl0050 {
  
}

/*
 * Override styles
 */

#content {
  padding: 0;
  font-style: normal;
}

#footer #footer_top {
  color: #fff;
  background: #1c1c1c;
}

#footer #footer_top li,
#footer #footer_top a {
  color: #fff;
}

/*
 * Go to top button
 */


#cnt .goToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
}

#cnt .goToTop a, #cnt .goToTop a:link, #cnt .goToTop a:visited {
  display: block;
  color: #666;
  height: 43px;
  font-family: 'FuturaLight';
  font-style: normal;
  font-weight: normal;
  opacity: 0.75;
  text-transform: uppercase;
  background: transparent url('../img/btn-view.gif') no-repeat right center;
  padding-right: 43px;
  line-height: 41px;
}

#cnt .goToTop a:hover, #cnt .goToTop a:active {
  opacity: 1;
}