/* shared */
#eyewear-ss12 .c-left {
    clear: left;
}

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

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

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

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

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

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

.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 {
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: repeat-y;
    background-position: top left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

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

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

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

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

/* homepage */
#eyewear-ss12.homepage {
    font-family: 'FuturaLight';
}

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

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


#eyewear-ss12.homepage #content {
    /*margin: -80px 0 0 0;*/
}

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

#eyewear-ss12.homepage #women,
#eyewear-ss12.homepage #men {
    display: block;
    color: #666666;
    font-size: 40px;
    position: relative;
    float: left;
}

#eyewear-ss12.homepage #women strong,
#eyewear-ss12.homepage #men strong {
    width: 440px;
    height: 80px;
    line-height: 72px;
    font-weight: normal;
    padding: 0 20px;
    display: block;
    position: relative;
}

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

#eyewear-ss12.homepage #women strong {
    text-align: right;
}

#eyewear-ss12.homepage #men strong {
    text-align: left;
}

#eyewear-ss12.homepage #women span,
#eyewear-ss12.homepage #men span {
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

#eyewear-ss12.homepage #women span {
    background-image: url('../img/rollover-female-small.png');
    background-position: right 98px;
}
#eyewear-ss12.homepage #men span {
    background-image: url('../img/rollover-male-small.png');
    background-position: left 98px;
}

#eyewear-ss12.homepage #women span,
#eyewear-ss12.homepage #men span {
    display: none;
}

#eyewear-ss12.homepage #women.msie:hover span,
#eyewear-ss12.homepage #men.msie:hover span {
    display: block;
}

#eyewear-ss12.homepage #women img,
#eyewear-ss12.homepage #men img {
    display: block;
}

#eyewear-ss12.homepage #intro {
    /*height: 80px;*/
    padding: 0 20px 50px 20px;
    text-align: center;
    /*background: transparent url('../img/shadow-intro.gif') no-repeat left top;*/
    clear: both;
}

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

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

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

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

/* landing */
#eyewear-ss12.landing {
    position: relative;
}

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

#eyewear-ss12.landing #headline h1 {
    width: 160px;
    color: #666666;
}

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

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

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

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

#eyewear-ss12.landing #headline a {
    width: 128px;
    height: 40px;
    line-height: 41px;
    color: #666666;
    font-size: 15px;
    font-style: normal;
    font-family: 'FuturaLight';
    background: transparent url(../img/btn-view.gif) no-repeat right center;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

#eyewear-ss12.landing.male #headline a {
    width: 145px;
}

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

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

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

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

#eyewear-ss12.landing #content h2 strong,
#eyewear-ss12.landing #content h2 span {
    color: #666666;
    font-weight: normal;
    display: block;
}

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

#eyewear-ss12.landing.female #content h2 {
    height: 43px;
}

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

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

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

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

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

#eyewear-ss12.landing.male #content h2 span {
    color: #ccc;
}

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

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

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

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

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

#eyewear-ss12.landing #content .block .items a {
    min-height: 150px;
    font-size: 16px;
    vertical-align: top;
    display: inline-block;
    position: relative;
}
*+html #eyewear-ss12.landing #content .block .items a {
	display: inline;
    zoom: 1;
}

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

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

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

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

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

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

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

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

#eyewear-ss12.landing #content .block .items .t-right .color-platte,
#eyewear-ss12.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);
    opacity: 0.7;
    float: left;
}

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

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

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

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

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

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

#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');
}

/* product */




/* rewrite styles */
#content {
    /* rewrite from common.css */
    padding: 0;
    font-style: normal;
}

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

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