<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

/* Reset ================================================================================= */
* { margin:0; padding:0; }
html{
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
    -moz-text-size-adjust:none;
    text-size-adjust:none;
}
body          { font:12px/1.35 Arial, Helvetica, sans-serif; color:#000; text-align:center; width:100%;}

img           { border:0; vertical-align:top; }

a             { color:#808080; text-decoration:none; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; }
h2            { font-size:18px; font-weight:normal; line-height:1.25; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         {  }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */
html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

/* Layout ================================================================================ */
.wrapper {width:100%}
.page { max-width:1920px; margin:0 auto; padding:0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.checkout-onepage-index .main-container {/*padding-top:60px*/}
.catalog-category-view .main-container{padding-top:0;}
.cms-home .main-container{padding:0px 0 0 0}
.catalog-product-view .main-container{padding-top:0;margin:65px 0 0 0}
.main { margin:10px 0; }
.main-container{padding-top:100px}

/* Base Columns */
.col-left { float:left; width:230px; border:0px solid #ddd; padding:5px 5px 0; }
.col-main { float:left;min-height:592px;}
.wrapper{position:relative;}
.banner-contanier{background-position: 50% 0 !important;height:402px;}
.cms-home .banner-contanier {background:url("../images/frontpage/banner1.jpg") no-repeat;}

.col-right { float:right; width:230px; padding:5px 5px 0; }
.checkout-onepage-index .page-title h1 {
    color: #18184D;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
#checkoutSteps #opc-login .step-title{
    display:none;
}
/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }
/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}
.checkout-onepage-index .col2-right-layout .col-main {margin:35px 0 0 }
.checkout-onepage-index .main{width:1125px;margin:0 auto;}
.checkout-onepage-index .col-right{margin:75px 0 0 }
/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:748px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1{
    float: left;
    margin: 5px;
    padding: 5px;
    width: 44%; 
    background:#fff;
    border:2px solid #3F3F3F;
}
.col2-set .col-2{
    float: right;
    margin: 5px;
    padding: 5px;
    width: 47%;
    height:245px;
    background:#fff;
    border:2px solid #3F3F3F;
    text-align: center;
    padding-top: 10px;
}
.my-account .col2-set .col-1 {border: 1px solid black;
                              float: left;
                              margin: 5px;
                              height:120px;
                              padding: 5px;
                              width: 44%; }
.my-account .col2-set .col-2 { border: 1px solid black;
                               float: right;
                               margin: 5px;
                               height:120px;
                               padding: 5px;
                               width: 47%;}


.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; padding-left:10px;}
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* &lt;- Safari &amp; Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:none; cursor:pointer; }
button.button span { float:left; height:21px; background: #666;padding: 3px 15px; font:bold 13px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; }
button.button:hover span { background: #f0851d; }
button.button span span { padding:0;background-position:100% 0; text-transform: uppercase}
button.disabled {}
button.disabled span {}

button.btn-checkout span {
  background: #000;
  border-radius: 5px;
  padding: 10px 20px;
}
button.btn-checkout:hover span {
    transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
    background: #fd890c;
}
button.btn-checkout.no-checkout {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#111; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { /*width:535px;*/ }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
#checkout-step-login .col-2 .buttons-set button.button{
    float:none;
}
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}
#magalter_ajax_register_form {width:360px !important;}
.fieldset { border:1px solid black; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { background: none repeat scroll 0 0 black;
                    border: 1px solid #FEFEFE;
                    color: white;
                    float: left;
                    font-size: 13px;
                    font-weight: bold;
                    margin: -33px 0 0 -10px;
                    padding: 3px 8px;
                    position: relative; }
.prescription-box{
    border: 1px solid black;
    float: left;
    margin: 5px;
    padding: 5px;
    width: 578px;
}
#my-orders-table{
    width:590px;
}
/* Form Validation */
.validation-advice { display:none;clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; display:none;}
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title {  padding:0 0 5px; margin:0 0 10px; }
.page-title h1,
.page-title h2 {font-size:23px; color:#000; text-align: center }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }

/* Pager */
.pager { border:0px solid #ddd; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {display:none;}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th { background: none repeat scroll 0 0 black;
                 color: white;
                 font-weight: bold;
                 padding: 5px;
                 white-space: nowrap; }
.data-table td { padding:5px; border:1px solid black; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last { border: 1px solid black;}
.data-table tr.odd {}
.data-table tr.even { }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {  }
.std ul { }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul {}
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {}
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; color: #808080;
                  font-size: 14px;
                  font-weight: bold;
                  text-transform: uppercase;}
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/cross.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.block-cart-header{
    background-color: #F1F1F1;
    padding: 15px;
    position: absolute;
    right: 110px;
    top: 58px;
    width: 260px;
    z-index: 1010;
    display:none;
}
.header-container .block-cart-header .block-title{
    border-bottom: 4px solid #E20C0C;
    margin-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 180px;
    padding:3px 0;
}
.block-cart-header .product-name{
    padding-top: 10px;
}
.block-cart-header .product-name a{
    color: #18184D;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 15px;
}
.block-cart-header .summary{
    border-top: 4px solid #E20C0C;
    margin-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 180px;
    color: #18184D;
    font-size: 14px;
    text-transform: uppercase;
    padding-top:10px;
    padding-bottom:15px;
    font-weight:bold;
}
.block-cart-header .summary .label2{
    font-size:12px;
    font-weight:bold;
}
.product-sku{
    color: #18184D;
    font-size: 14px;
    padding-left: 15px;
    padding-top: 5px;
    text-transform: uppercase;
}
.product-sku.checkout{
    color: #18184D;
    font-size: 16px;
    padding-left: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.block-cart-header .item-cart-price{
    margin-left:10px;
}
.block-cart-header .qty, .block-cart-header .price-text{
    color:#808080;  
    font-size:16px;
    font-weight:bold;
    text-transform:uppercase;
    margin-right:10px;
    margin-left:10px;

}
.block-cart-header .block-title strong span{
    color: #18184D;
    font-size: 16px;
    text-transform: uppercase;
}

.block-cart-header .block-close img{
    position:absolute;
    top:11px;
    right:7px;
    cursor:pointer;
}
.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }


.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }

/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
.notice-cookie .notice-inner .actions { }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 80px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}
.header { padding:0;position:relative; background:#fff;height:58px;margin:0 20px}
.header .logo  {
    position: absolute;
    text-decoration: none !important;
    top: 1px;}
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0px}
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .welcome-msg a {}
.header .links { float:right; }
.header .form-search { text-align:right; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { clear:both; text-align:right; }

.header .quick-access .register {font-weight:bold;color:#808080;}
.header .quick-access .register {position:absolute; right:205px;top:28px}
.header .quick-access .register a{ text-transform: uppercase;font-weight:bold; font-size:14px}

.header .quick-access .links{
    position: absolute;
    right: 72px;
    top: 20px;
}

/*----------30-07-15--------------------*/

.menu li .twitter{background:url(../images/twitter.png) no-repeat left 1px; float:left; width:16px; height:16px; margin-top:2px; margin-left:10px; margin-right:10px;}
.menu li .twitter:hover{background-position:0 -21px;}
.menu li .instagram{background:url(../images/instagram.png) no-repeat left 1px; float:left; width:16px; height:17px; margin-top:2px; margin-left:10px; margin-right:10px;}
.menu li .instagram:hover{background-position:0 -19px;}
.menu li .facebook{background:url(../images/facebook.png) no-repeat left 1px; float:left; width:16px; height:19px; margin-top:2px; margin-left:10px; margin-right:10px;}
.menu li .facebook:hover{background-position:0 -19px;}
.menu li .facebook{background:url(../images/facebook.png) no-repeat left 1px; float:left; width:16px; height:19px; margin-top:2px; margin-left:10px; margin-right:10px;}
.menu li .gplus{background:url(../images/google.png) no-repeat left 1px; float:left; width:16px; height:16px; margin-top:2px; margin-left:10px; margin-right:10px;}
.menu li .gplus:hover{background-position:0 -19px;}
.menu li .pinterest{background:url(../images/pinterest.png) no-repeat left 1px; float:left; width:16px; height:16px; margin-top:2px; margin-left:10px; margin-right:10px;}
.menu li .pinterest:hover{background-position:0 -19px;}
.menu li .linkedin{background:url(../images/linkedin.png) no-repeat left 1px; float:left; width:16px; height:16px; margin-top:2px; margin-left:10px; margin-right:10px;}
.menu li .linkedin:hover{background-position:0 -19px;}
.menu li .user{background:url(../images/user.png) no-repeat left 1px; float:left; width:16px; height:19px; margin-top:2px; margin-left:10px; margin-right:10px;}
.menu li .last-socil-icon{ margin-right:0;}
/*.menu li .user:hover{background-position:0 -19px;}*/
.menu li .search{background:url(../images/search.png) no-repeat left 1px; float:left; width:16px; height:19px; margin-top:2px; margin-left:10px; margin-right:10px;}
/*.menu li .user:hover{background-position:0 -19px;}*/
.menu li .cart{background:#fafaf6 url(../images/cart.png) no-repeat 12px 11px;  padding:10px; padding-left:35px; float:left; width:42px; height:19px; margin-top:-7px; margin-left:10px; margin-right:10px; font-weight:500;}
/*.menu li .user:hover{background-position:0 -19px;}*/


/*----------------end----------------*/
.block-mini-login .block-subtitle{
    color: #808080;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}
.block-mini-login .mini-login-form{
    text-align:right;
    margin-right:35px;
    color: #808080;
    text-transform: uppercase;
    font-weight:bold;
}
.mini-login-form{
    color: #808080;
    font-weight: bold;
    margin-right: 320px;
    text-align: right;
    text-transform: uppercase;
}
.f-left, .left{
    color: #E20C0C;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
}
.mini-login-form .mini-login-form-text{
    margin:5px 0
}
#do-mini-login, #do-mini-password{
    width:295px !important;
    height:25px !important;
    border:1px solid #808080;
}
.block-mini-login .block-heading{
    color: #808080;
    font-size: 14px;
    margin-left: 20px;
    text-align: left;
    text-transform: uppercase;
}
.block-mini-login .forgot-password{
    margin-bottom: 35px;
    margin-right: 35px;
    margin-top: 10px;
    text-align: right;
}
.mini-login-form input{
    width:295px !important;
    height:25px !important;
    border:1px solid #808080;
}
.mini-login-form .radio{
    border: 0 solid #808080 !important;
    float: left;
    height: 15px !important;
    margin-top: 0;
    width: 20px !important;
}
.radioshipping{
    margin-top: 15px !important;
}
.block-mini-login .forgot-password a{

    color:#E20C0C;    
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;    

}
.header .quick-access .links li a{
    color: #808080;
    font-weight: bold;
    text-transform: uppercase;font-weight:bold; font-size:14px
}

.header .quick-access .categories-top {position:absolute; top:16px; left:216px}

.header .quick-access .my-cart {position:absolute; right:0;top:20px;color: #808080;cursor:pointer}
.header .quick-access .my-cart{ text-transform: uppercase; font-size:14px;}
.header .quick-access .my-cart em{font-style:normal;color:#ff0000}

.header-container .top-container { clear:both; text-align:right; }

/********** &lt; Navigation */

#nav { border: 0px solid #DDDDDD;
       font-size: 12px;
       margin: 0;
       padding: 0;}

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:998; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none;color:#EF851C }
#nav li a span { cursor: pointer;
                 display: block;
                 text-transform: uppercase;
                 white-space: nowrap; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left;margin:0 50px 0 0 }
#nav li.nav-1 a.level-top {background:url(../images/nav_icon.png) 76px 10px no-repeat;}
#nav li.nav-2 a.level-top {background:url(../images/nav_icon.png) 45px 10px no-repeat;}
#nav li.nav-3 a.level-top {background:url(../images/nav_icon.png) 127px 10px no-repeat;}
#nav li a {color:#949494; padding:0 10px 0 0 ;font-size:18px; cursor:pointer}
#nav li .smallmenu a{display:inline-block;padding:10px}
#nav li .smallmenu .divider-nav{position:absolute;left:62px;top:14px;}
/* 2nd Level */
#nav div.smallmenu { position:absolute; width:1920px;height:254px; top:40px; left:-10000px; background:#fff; box-shadow:0px 1px 8px #666;}
#nav div.smallmenu .choose-collection {border-right:2px solid #EF851C;float: left;margin: 30px 20px 0 20px;padding: 0 20px 0 25px;height:200px}
#nav div.smallmenu .collection-content{float:left;display:none}
#nav div.smallmenu .collection-content ul li{float:left;border:0;margin:0;position:relative}
#nav div.smallmenu .collection-content ul li.name{width:260px; text-align:center;margin:40px 0 0}
#nav div.smallmenu .collection-content ul li a{padding:0;}
#nav div.smallmenu .collection-content ul li.representative .nav-product-info{position:absolute;right:22px;text-align: right;top: 158px;}
#nav div.smallmenu .collection-content ul li.representative .nav-price{ font-size: 42px;}
#nav div.smallmenu .collection-content ul li.representative .nav-price .symbol{font-size: 33px;}
#nav div.smallmenu .collection-content ul li.representative p{}
#nav div.smallmenu .collection-content ul li.more-product{}
#nav div.smallmenu .collection-content ul li.name .collecton-intro{margin:40px 0 0;text-align:left;}
#nav div.smallmenu .choose-collection h4{color:#000;font-weight:normal;margin:0 0 45px;font-size:16px;}
#nav div.smallmenu .choose-collection a{color:#000;border:0;height:36px;font-size:16px;font-weight:normal;width:100%;padding:0;}
#nav div.smallmenu .choose-collection a.active{color:#EF851C;}
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ leven */
#nav ul ul,
#nav ul div { top:7px; }

#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active &gt; a,
#nav ul li.over &gt; a { color:#000 !important; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:-285px; z-index:999; }
#nav li.nav-2 ul.shown-sub,
#nav li.nav-2 div.shown-sub { left:-416px; z-index:999; }
#nav li.nav-2 ul.shown-sub,
#nav li.nav-3 div.shown-sub { left:-515px; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation &gt; */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:0px solid; margin:0 0 10px; }
.block .block-title { border-bottom:0px solid #ddd; padding:3px 10px; }
.block-subscribe .block-title{margin-left: 55px;
                              margin-top: 15px;}
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { padding:0 10px; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:center; }
.block .actions a { float:left; }
.block .empty {}

.block li.odd {}
.block li.even { }

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image {  border: 1px solid #DDDDDD;
                                      float: left;
                                      padding: 1px;
                                      width: 62px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account {border: 1px solid black;}
.block-account .block-title {background-color:black;color:white;}
.block-account li {margin-top:10px;margin-bottom:10px;}
/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {margin-left:auto;margin-right:auto;width:970px;}
.block-layered-nav dt {  float: left;
                         font-weight: bold;
                         margin-right: 10px;
                         padding-top: 4px;
                         text-transform: uppercase; color: #808080;}
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; margin-right:-65px; }
.block-related .product .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {
    padding-left: 50px;
    padding-top: 95px;
}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin-left:auto;margin-right:auto; width:970px;}
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products { margin-left:auto;margin-right:auto; width:970px;}
.category-products-photobook{padding:0 20px 40px;background:#f4f4f4;position:relative;border-bottom:1px solid #c7c7c7}
div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top{height:170px}

/* View Type: Grid */
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:300px; padding:12px 10px 10px; }
.category-photobook .products-grid li.item, .category-products-photobook .products-grid li.item{width:auto;padding: 7px 6px 0;}
.category-photobook .products-grid li.item{float: left; padding: 0 6px 10px;}
.products-grid .product-image { display:block; margin:0 0 10px; }
.products-grid .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; text-align:center;margin-top:10px;}
.products-grid .product-name a {color:#808080; text-transform: uppercase;font-weight:bold;font-size:14px;}
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:970px; margin:0 auto; }
.col1-layout .products-grid-photobook {list-style: none outside none;}
/* View Type: List */
.products-list li.item { border-bottom:1px solid #ddd; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-list .product-name a {}
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** &lt; Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; color:#808080; font-size:24px;}

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; color:#f0851d; font-size:26px; }
.special-price .price { font-weight:bold; color:#f0851d; font-size:35px; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Configured price */
.configured-price {}
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices &gt; */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:0px; }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.product-choose-lens .add-to-box{
    left: 10px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: center;
    top: 78px;
}
.add-to-cart .btn-cart span{
    background: url("../images/addtocart.jpg") no-repeat;
    width:264px;height:40px
}
.add-to-cart .btn-cart:hover span { background: url("../images/addtocart.jpg") no-repeat!important; }
.add-to-box {}
.add-to-box .add-to-cart { float:left; margin:0; }
.add-to-box .add-to-cart p{margin:0 0 5px}
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }
.product-choose-lens .add-to-cart .btn-cart{background:url("../images/addtobag_2.png");width:160px;height:162px;position:fixed;bottom:100px;right:50px;}
.product-choose-lens .add-to-cart .btn-cart span{background:transparent}
.product-view {}

.product-essential {font-family:myriad;width:1265px;margin:100px auto 0;position:relative;}
.product-collateral{margin:30px 0 0;border-top:1px solid #cccccc;font-family:myriad}
.product-collateral .category-hot-product{width:1090px;border:0;padding:0px 0 60px}
.product-collateral .category-hot-product li{margin:0 40px 0 0}
.product-collateral .collateral-box{width:1265px;margin:0 auto;position:relative}
.frame_size2{background:url("../images/frame_size2.png") no-repeat;width:347px;height:8px;position:absolute;right:102px;top:55px;display:none;}
.frame_size4{background:url("../images/frame_size4.png") no-repeat;width:8px;height:320px;position:absolute;right:70px;top:55px;display:none;}
.frame_size2 .nosewidth{position:absolute;right:288px;top:-17px;}
.frame_size2 .lenswidth{position:absolute;right:130px;top:-17px;}
.frame_size4 .lensheight{position:absolute;right:-33px;top:110px;}
.frame_size3{background:url("../images/frame_size3.png") no-repeat;width:533px;height:11px;position:absolute;left:18px;top:55px;display:none;}
.frame_size3 .framewidth{position:absolute;right:237px;top:-17px;}
.product-collateral .box-collateral { margin:0 0 15px; }
.product-media-image{margin:0 0 0 94px;position:relative;}
.collateral-box .tips {
    display: none;
    left: -40px;
    position: absolute;
    text-align: center;
    top: -35px;
    width: 170px;
}
.collateral-box label:hover .tips{display:block;}
/* Product Images */
.dimensions{
    background: url("http://www.trioo.us/skin/frontend/default/blank/images/circle-dimension-back-shadow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #5C5C67;
    font-weight: bold;
    height: 710px;
    left: -140px;
    position: absolute;
    top: 1170px;
    width: 705px;
    z-index: 100;
}
.dimensions .nosewidth{
    left: 340px;
    position: absolute;
    top: 130px;
}
.dimensions .lenswidth{
    left: 440px;
    position: absolute;
    top: 130px;
}
.dimensions .framewidth{
    left: 330px;
    position: absolute;
    top: 312px;
}
.dimensions .temple{
    left: 330px;
    position: absolute;
    top: 512px;
}
.dimensions #dimension-pic{
    left: 133px;
    position: absolute;
    top: 125px;

}
#about-pic{
    margin-left:20px;
    margin-bottom:15px;
    margin-top:10px;
}
.product-view .short-description h2{
    color: #5C5C67;
    font-size: 20px;
    font-weight: bold;
    padding:75px 35px 20px;
    text-align: center;
    text-transform: uppercase;
}
.dimensions .dimensions-size-headline{
    bottom: 80px;
    display:none;
    color: #E20C0C;
    font-weight: bold;
    left: 342px;
    position: absolute;
    text-transform: uppercase;
}
.dimensions .dimensions-headline{
    color: #E20C0C;
    font-weight: bold;
    left: 312px;
    position: absolute;
    text-transform: uppercase;
    top: 75px;
}
.contact-us{
    display:none;
    background: url("../images/circle-mini-thumb-2.png") no-repeat scroll 0 0 transparent;
    height: 213px;
    position: absolute;
    right: 200px;
    top: 115px;
    width: 200px;
    z-index: 1;

}
.contact-us-text{
    font-size: 12px;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 78px;
    position: absolute;
    right: 345px;
    text-transform: uppercase;
    top: -48px;
    z-index: 3;
}
.contact-us-text a{
    color:black;
}
.contact-us-phone{
    display:none;
    color: #E20C0C;
    font-size: 22px;
    font-weight: bold;
    padding-left: 25px;
    padding-top: 0;
}
.live-chat-text{
    display:none;
    color: #18184D;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    right: 130px;
    text-transform: uppercase;
    top: 239px;
    width: 150px;
    z-index: 3;
}
.live-chat-text a{
    color: #18184D;
    font-size: 24px;
}
.live-chat-info{
    display:none;
    color: #5C5C67;
    font-size: 12px;
    font-weight: bold;
    left: 31px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 150px;
    width: 300px;
}
.choose-colors{
    background: url("../images/circle-choose-color.png") no-repeat scroll 0 0 transparent;
    height: 150px;
    left: 673px;
    position: absolute;
    top: 470px;
    width: 154px;
    z-index: 1000;

}
.choose-colors .choose-colors-headline{
    color: #E20C0C;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 60px;
    text-transform: uppercase;
}

.similar-colors{
    background: url("../images/circle-similar.png") no-repeat scroll 0 0 transparent;
    height: 158px;
    left: 416px;
    position: absolute;
    top: 976px;
    width: 160px;
    z-index: 1002;

}
.similar-colors .similar-colors-headline{
    color: #E20C0C;
    font-weight: bold;
    padding-left: 19px;
    padding-top: 60px;
    text-transform: uppercase;
}

.live-chat{
    display:none;
    background: url("../images/circle-choose-color.png") no-repeat scroll 0 0 transparent;
    height: 150px;
    position: absolute;
    right: 120px;
    top: 185px;
    width: 145px;
    z-index: 1;
}
.dimensions .dimensions-size{
    bottom: 52px;
    color: #5C5C67;
    font-size: 18px;
    font-weight: bold;
    left: 323px;
    display:none;
    position: absolute;
    text-transform: uppercase;

}
.product-view .short-description .std{
    color: #5C5C67;
    font-size: 14px;
    font-weight: bold;
    margin-left: 23px;
    margin-right: 20px;
    padding-top: 20px;
    text-align: center;
    width: 348px;
    z-index: 1002;
}
.product-view .lens-description p{
    color: #5C5C67;
    font-size: 14px;
    font-weight: bold;
    margin-left: 23px;
    margin-right: 20px;
    padding-top: 0px;
    text-align: center;
    width: 348px;
    z-index: 1002;
}
.product-view .lens-description h1{
    color: #E20C0C;
    font-size: 20px;
    font-weight: bold;
    padding-left: 35px;
    padding-right: 35px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.product-view .lens-description{
    clear:both
}
.lens-description-2 ul{
    margin: auto;
    width: 328px;
}
.lens-description-2 ul li{
    color: #5C5C67;
    font-size: 14px;
    font-weight: bold;
    list-style: disc outside none;
}
.lens-description ul li{
    color: #5C5C67;
    font-size: 14px;
    font-weight: bold;
    list-style: disc outside none;
}

.product-view .lens-description-2 p{
    color: #5C5C67;
    font-size: 18px;
    font-weight: bold;
    margin-left: 23px;
    margin-right: 20px;
    padding-top: 20px;
    text-align: center;
    width: 348px;
    z-index: 1002;
}
.product-view .lens-description-2 h1{
    color: #E20C0C;
    font-size: 20px;
    font-weight: bold;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 75px;
    text-align: center;
    text-transform: uppercase;
}
.product-view .lens-description-2{
    background: url("../images/circle-description-back-2.png") no-repeat scroll 0 0 transparent;
    height: 409px;
    left: 600px;
    position: absolute;
    top: 710px;
    width: 400px;
    z-index: 1;
}    


.product-view .product-img-box {width: 820px;}
.product-choose-lens{ 
    bottom: 30px;
    height: 260px;
    position: absolute;
    right: -330px;
    top: 410px;
    width: 258px;
    z-index: 1000;}

.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}
.product-img-box .more-views{
    margin-left: 65px;
    margin-right: 65px;
    text-align:center;
    font-size:12px;
    font-weight:bold;color: #5C5C67;text-transform: uppercase;
}
.product-img-box .more-views a{
    color:#e20c0c;margin-left:10px;cursor:pointer;
}
.enlarged-cross{
    cursor: pointer;
    display: block;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
}
.small-view-text{
    left: 65px;
    margin-top: 24px;
    padding-top: 10px;
    position: absolute;
    top: 35px;
    cursor:pointer;
}
.small-view img{
    cursor:pointer;
}
.enlarged-big-photo{
    display: block;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-top: 35px;
}
.show-dimensions{
    font-size: 14px;
    text-decoration: underline;
    cursor:pointer;
}
.small-view-text{
    color:#E20C0C;
}
.first-view{
    margin-top: 25px;
    top: 68px;
}
.mini-thumb{
    height: 119px;
    width: 193px;
    z-index: 3024;
    display:inline-block}
.ralated-product{ text-align: center;}
.enlarge-photo{
}
.enlarged-photo{
    background: none repeat scroll 0 0 white;
    height: 750px;
    left: 0;
    padding-top: 10px;
    position: absolute;
    top: 0;
    width: 967px;
    z-index: 10000;
    display:none;
}
.small-view{
    display:inline;
}
.enlarged-photo .more-small-view{
    margin:2px auto !important;
    height: 112px;

}
.enlarged-photo .more-small-view li{
    display: inline;
    text-align: center;
    position: relative;
}
.center-div{
    width:900px;
    text-align:center;
}
.mini-thumb-3{
    background: url("../images/circle-mini-thumb-2.png") no-repeat scroll 0 0 transparent;
    height: 215px;
    position: absolute;
    right: 260px;
    top: 1045px;
    width: 215px;
    z-index: 10001;}
.mini-thumb-4{
    background: url("../images/circle-mini-thumb-2.png") no-repeat scroll 0 0 transparent;
    height: 215px;
    position: absolute;
    right: 427px;
    top: 829px;
    width: 215px;
    z-index: 100;}

.mini-thumb-3 .mini-name,.mini-thumb-4 .mini-name{
    text-align:center;
    color: #5C5C67;
    font-size: 14px;
    font-weight:bold;
    text-transform: uppercase;
}

.mini-thumb-4 img, .mini-thumb-3 img{
    padding-left: 35px;
    padding-top: 63px;
}


/* Product Shop */
.product-view .product-shop { float:right; width:330px;padding:50px 50px 0 0; }
.product-view .product-name {}
.product-view .product-shop .archipelago{background: url("../images/product_archipelago.jpg") no-repeat;width:114px;height:35px}
.product-view .product-shop .prestige{background: url("../images/product_prestige.jpg") no-repeat;width:147px;height:35px}
.product-view .collection{background: url("../images/product_3u.jpg") no-repeat;width:36px;height:35px;margin:5px 0 0}
.product-view .short-description {}
.product-name .model{color: #E20C0C;
                     font-weight: bold;
                     padding-top: 45px;
                     text-align: center;
                     text-transform: uppercase;}
.product-name h1{color: #020202;
                 font-size: 32px;
                 font-weight: bold;
                 font-family:dia}
/* Product Options */
.product-shop .price-box{
    height: 40px;
    width: 133px;
    z-index: 1000;
    margin: 20px 0px 50px;
    font-size:32px;
    font-family:dia}

/*.backtomain1{
    height: 194px;
    left: 80px;
    position: absolute;
    top: 240px;
    width: 194px;
    z-index: 1000;}
*/
.backtomain1 {
    height: 230px;
    left: 0px;
    position: absolute;
    top: 300px;
    width: 230px;
    z-index: 1000;
}

.backtomain2{
    display:none;
    background: url("../images/circle-forhimher.png") no-repeat scroll 0 0 transparent;
    height: 194px;
    left: 255px;
    position: absolute;
    top: 230px;
    width: 194px;
    z-index: 100000;
    padding-left: 90px;
    padding-top: 150px;
}
.catalog-category-view .backtomain2, .catalog-product-view .backtomain2{
    left: 290px;
}
.catalog-category-view .backtomain3, .catalog-product-view .backtomain3{
    left: 403px;
}
.catalog-category-view .backtomain2, .catalog-product-view .backtomain2{
    display:block;
}
.catalog-category-view .backtomain3, .catalog-product-view .backtomain3{
    display:block;
}
.catalog-category-view .backtomain1, .catalog-product-view .backtomain1{
    height: 194px;
    left: 84px;
    position: absolute;
    top: 195px;
    width: 194px;
    z-index: 1000;
}
.color-text{
    color: #E20C0C;
    font-weight: bold;
    left: 470px;
    position: absolute;
    text-transform: uppercase;
    top: 130px;
    z-index: 10000;
}
.color-text-data {
    color: #5C5C67;
    font-size: 24px;
    font-weight: bold;
    left: 408px;
    text-transform: uppercase;
    top: 142px;
    z-index: 10000;
    text-align: center;
    padding-right: 73px;
    margin-top: -30px;
    margin-bottom: 25px;
}    
.price-text{
    color: #E20C0C;
    font-weight: bold;
    left: 135px;
    text-transform: uppercase;
    top: 125px;
    z-index: 10000;      
} 
.backtomain3{
    display:none;
    background: url("../images/circle-backtomain.png") no-repeat scroll 0 0 transparent;
    height: 94px;
    left: 370px;
    position: absolute;
    top: 340px;
    width: 94px;
    z-index:10;


}
.backtomain1 .logohere{
    left: 40px;
    position: absolute;
    top: 80px;
}
.backtomain1 .essential{
    left: 0px;
    position: absolute;
    top: 0;
}
.editions:hover{
    cursor:pointer;
}
.backtomain2 .shopforher{
    left: 30px;
    position: absolute;
    top: 80px;
}
.backtomain2 .shopfordivider{
    left: 100px;
    position: absolute;
    top: 85px;
}
.backtomain2 .shopforhim{
    left: 117px;
    position: absolute;
    top: 80px;
}
.backtomain1 .backtomainpage{
    left: 230px;
    position: absolute;
    top: 130px;
}

.product-choose-lens-title{
    color: #E20C0C;
    font-size: 20px;
    font-weight: bold;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 75px;
    text-align: center;
    text-transform: uppercase;
}
.product-choose-lens-information{
    color: #5C5C67;
    font-size: 12px;
    font-weight: bold;
    margin-left: 55px;
    margin-right: 55px;
    padding-top: 20px;
    text-align: center;
    width: 454px;
    z-index: 1002;
}
.product-shop .price-box .regular-price{
}
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:none; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart { width: 1170px; margin: 0 auto; }
.cart .page-title h1 { color: #18184d; }

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; margin-bottom: 20px; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
#shopping-cart-table thead tr th { border:solid 1px #f0f0f0; }
#shopping-cart-table thead th {
  background: #d4d4d4;
  color: #18184d;
  font-weight: bold;
  padding: 10px;
    transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
    font-size: 14px;
}
#shopping-cart-table:hover thead th { background: #f0851d; color: #fff; }
#shopping-cart-table tbody tr td { border:solid 1px #d8d8d8; }
#shopping-cart-table tbody tr td:first-child {
  width: 25%;
}
.product-image {
  display: block;
  /*float: none !important;
  margin: 0 auto !important;*/
}
#shopping-cart-table tbody tr td a img {
  display: block;
  margin: 0 auto;
}
#shopping-cart-table tbody tr td:first-child a {
  color: #333;
  float: left;
  font-size: 14px;
  margin: 15px 0 10px 80px;
  text-decoration: underline;
}
#shopping-cart-table tbody tr td:first-child a:hover { color: #f0851d;  }
#shopping-cart-table tbody tr td:first-child a.btn-remove2 { transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-webkit-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	-ms-transition:all 0.1s ease-in-out; }
#shopping-cart-table tbody tr td:first-child a.btn-remove2:hover { -webkit-transform:scale(1.2); 
    -moz-transform:scale(1.2); -ms-transform:scale(1.2); -o-transform:scale(1.2); transform:scale(1.2); }

#shopping-cart-table tbody td .cart-price .price { font-weight: 600; font-size:15px; }


#shopping-cart-table tbody tr.last, #shopping-cart-table thead tr.last, 
#shopping-cart-table tfoot tr.last, #shopping-cart-table tfoot td.last  { border:none; }
#shopping-cart-table tfoot tr td { padding: 20px 0; }


/* Transition */
#shopping-cart-table tbody .product-name a, 
#shopping-cart-table tbody tr td:first-child a, 
button.button span {
    transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}


/*content structure*/
#shopping-cart-table tbody .product-name a {
    color: #3f4040; font-size: 22px; font-weight: 600; display: block; margin-bottom: 10px;
}
#shopping-cart-table tbody .product-name a:hover {/* color: #f0851d;*/ }



.left_first {
  color: #f0851d;
  float: left;
  font-weight: 600;
  margin: 0 20px 30px 0;
}
.item-options_inner li {
  color: #000;
  font-weight: normal;
  margin: 3px 0 10px;
}


.right_all {
  float: left;
  margin: 0;
  position: relative;
}

.dav-pd-data {
  color: #f0851d;
  font-weight: 600;
  margin: 0 0 3px;
}
.dav-red-mpart-2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

.item-options .right_all .dav-red-mpart-2:nth-child(1) {
    margin-top: 50px;
}

.dav-pred-main_1 .dav-pred-lbl {
  left: 23px;
  position: relative;
  top: -30px;
}
.dav-pred-main_1 .dav-pred-det {
  display: inline-block;
  left: -15px;
  position: relative;
  width: 20px;
    font-weight: normal;
}

.dav-red-mpart-2 .dav-pred-main_2 {
  margin: 0 0 0 31px;
}

.dav-red-mpart-2 .dav-pred-main_2 .dav-pred-det {
  left: -15px;
  position: relative;
}

.mg-top {
  margin-top: 60px;
}

.dav-pred-det1 {
  display: inline-block;
  margin: 0 4px 0 0;
  width: 50px;
    font-weight: normal;
}



.dav-pd-cmt {
  font-weight: 600;
  margin: 20px 0 10px;
}




/*sub total*/
#shopping-cart-totals-table { margin:0 0 30px 0; }
#shopping-cart-totals-table tbody tr td, #shopping-cart-totals-table tfoot tr td {
    font-size: 16px;
    border:solid 1px #fff;
    padding:10px;
    font-weight: 600;
}
#shopping-cart-totals-table tbody tr td span.price, 
#shopping-cart-totals-table tfoot tr td span.price { color: #f0851d; }
#shopping-cart-totals-table tbody tr, #shopping-cart-totals-table tfoot tr { background: #d7eaf9; padding: 10px; }


.cart-collaterals .col-2 {
  background:none;
  border:none;
  height: auto;
}





.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:700px; }

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes &amp; Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,.col-right
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot th {}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options &gt; p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** &lt; Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles &gt; */

/* One Page Checkout */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

.opc { position:relative; width:1000px;}
.opc li.section {}

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; border-bottom: 2px solid #bc1d22;
                      margin-bottom: 7px;
                      margin-left: auto;
                      margin-right: auto;
                      text-align: center;
                      width: 995px;
                      color: #18184D;
                      font-size: 16px;
                      text-transform: uppercase;font-weight: bold;
                      line-height: 30px}
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc #checkout-step-login{background:#f6f6f6}
.opc .active .step-title {  cursor:default; display:block;}
/*.opc .active .step-title a { display:none; }*/
.checkout-onepage-index .page-title {text-align:center;}
.opc .step {padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {width:790px;}
.opc .order-review .authentication {}
.opc .order-review .warning-message {}

#opc-login h3{
    border-bottom: 2px solid #bc1d22;
    color: #18184D;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
    line-height:30px
}
#opc-login h4{
    color: #808080;
    text-align: center;
    text-transform: uppercase;
}
#opc-login .block-heading{
    color: #808080;
    font-size: 14px;
    font-weight: bold;
    margin-top: 30px;
    text-align: left;
    text-transform: uppercase;
}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note  {}
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
.captcha-reload { position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label {}
.remember-me-popup {}
.remember-me-popup h3 {}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {}
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** &lt; Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */
.dashboard .box-info {}

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard &gt; */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info {  padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date {  font-size: 16px;
               font-weight: bold;
               margin: 10px 0;
               padding-left: 5px;}
.my-account .page-title{
    padding-left:5px;
}
.order-info-box {}

.order-items { width:100%; overflow-x:auto; padding-left:5px;}

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer {text-align:right   ;color:#808080}
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul {}
.footer ul li { display:inline; }
.footer-container .bottom-container { text-align:center; }
.std{
    position:relative;
}
.std .circle1{
    position:absolute;
    top:160px;
    left:118px;
}
.std .circle2{
    position:absolute;
    top:143px;
    left:221px;
}
/*.std .archipelago{
    position:absolute;
    top:484px;
    left:334px;
    z-index: 10000;
}*/
.edition-information{
    background: url("../images/frontpage/bubbleonphotobook.png") no-repeat;
    color: #18184D;
    height: 330px;
    padding: 58px 90px 5px 60px;
    text-align: center;
    width: 245px;
    z-index: 10000;
    display:none;
}
.about-text{
    width:1000px;
    margin:auto;
    margin-top:20px;
    color:#313c69;
    font-size:16px;
}
.edition-information p{    
    font-size: 13px;            
}
.edition-information h1{
    padding-bottom:20px;
    font-size: 24px;            
}
.additional-information{
    background: url("../images/archipelago_1.png") no-repeat scroll 0 0 transparent;
    color: #18184D;
    height: 369px;
    left: 400px;
    padding: 70px 65px 0;
    position: absolute;
    text-align: center;
    top: 1140px;
    width: 312px;
    z-index: 10000;
}
.additional-information p{    
    font-size: 17px;            
}
.additional-information h1{
    padding-bottom:20px;
    font-size: 24px;            
}

.additional-information-right{
    background: url("../images/archipelago_1.png") no-repeat scroll 0 0 transparent;
    color: #18184D;
    height: 369px;
    left: 900px;
    padding: 70px 65px 0;
    position: absolute;
    text-align: center;
    top: 800px;
    width: 312px;
    z-index: 10000;
}
.additional-information-right p{    
    font-size: 17px;            
}
.additional-information-right h1{
    padding-bottom:20px;
    font-size: 24px;            
}

.std .tutorials{
    position:absolute;
    top:339px;
    right:200px;
}
/*.prestige-info, .u3-info{
    display:none;
}*/
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.block-layered-nav .block-title strong span, .clear-filters a{
    color:#b22e2e;
    text-transform: uppercase;
    font-size:16px;
    font-weight:bold;
}
.clear-filters{
    position:absolute;
    bottom:5px;
    right:10px;
}
.amshopby-filters-top .block-content #narrow-by-list dd ol{
    list-style-position: inside;
    list-style-type: none;        
}
.amshopby-filters-top .block-content #narrow-by-list dd ol li{
    display: block;

    list-style: none outside none;
}
.amsshopbytable{
    float:left;
    margin-right:60px;
}
.amshopby-filters-top .block-content #narrow-by-list dd ol li a{
    display: list-item;
    /*font-weight: bold;*/
    list-style-position: inside;
    list-style-type: none;
    text-transform: uppercase;
}
/*.cirle-trans-big{
    height: 163px;
    left: 125px;
    position: absolute;
    top: 415px;
    width: 163px;
    z-index: 1000;
    opacity:0.4;

}
*/
.photo-item-small{
    cursor:pointer;
}
.cirle-trans-big {
    height: 220px;
    left: 900px;
    position: absolute;
    top: 300px;
    width: 220px;
    z-index: 1000;
}
.white-box{
    height:90px;
    width:110px;
}
/*
.cirle-trans-medium-big{
    height: 140px;
    left: 230px;
    position: absolute;
    top: 500px;
    width: 140px;
    z-index: 10001;
    opacity:0.4

}
*/
.cirle-trans-medium-big {
    height: 220px;
    left: 485px;
    position: absolute;
    top: 300px;
    width: 220px;
    z-index: 10001;
}
/*
.cirle-trans-medium{
    background: url("../images/circle-trans-medium.png") no-repeat scroll 0 0 transparent;
    height: 100px;
    left: 110px;
    position: absolute;
    top: 390px;
    width: 100px;
    z-index: 1;

}
*/
.cirle-trans-medium {
    display:none;
    background: url("../images/circle-trans-medium.png") no-repeat scroll 0 0 transparent;
    height: 100px;
    left: 385px;
    position: absolute;
    top: 256px;
    width: 100px;
    z-index: 1;
}
/*.cirle-trans-small{
    background: url("../images/circle-trans-small.png") no-repeat scroll 0 0 transparent;
    height: 36px;
    left: 295px;
    position: absolute;
    top: 463px;
    width: 36px;
    z-index: 1000;
}
*/

.cirle-trans-small {
    display:none;
    background: url("../images/circle-trans-small.png") no-repeat scroll 0 0 transparent;
    height: 36px;
    left: 410px;
    position: absolute;
    top: 270px;
    width: 36px;
    z-index: 1000;
}
/*
.choose-brands{
    color: white;
    font-size: 18px;
    font-weight: bold;
    left: 345px;
    position: absolute;
    text-transform: uppercase;
    top: 465px;
    z-index: 1000;
}
*/
.choose-brands {
    display:none;
    color: white;
    font-size: 18px;
    font-weight: bold;
    left: 455px;
    position: absolute;
    text-transform: uppercase;
    top: 276px;
    z-index: 1000;
}
.photobook{
    padding-left: 15px;
    padding-top: 605px;
}
.newsletter-productpage{
    background: url("../images/circle-newsletter.png") no-repeat scroll 0 0 transparent;
    width:325px;
    height:325px;
    position:absolute;
    top:1000px;
    right:200px;
}
.social{
    display:inline-block;
    width:400px;
}
.category-products-photobook .social{
    width: 230px;
}
.social li{
    float: left;
    margin-left: 15px;
    margin-top: 5px;
}

.product-switcher{
    list-style: none; 
}
.product-switcher-item{
    display: inline;     
    margin-right:10px;
}
.product-switcher-item img{
    cursor:pointer;
}
.product-switcher-wrapper{
    text-align: center;
}
.field-login{
    padding-left: 60px;
    padding-right: 60px;
}

element.style {
    overflow-y: scroll;
}
.aAT, .aAU {
    background: none repeat scroll 0 0 #FFFFFF;
}
.aAU {
    background-color: #FFFFFF;
    overflow-x: visible;
}
body, td, input, textarea, select {
    font-family: arial,sans-serif;
    margin: 0;
}
body {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
body, td, input, textarea, select {
    font-family: arial,sans-serif;
}
body {
    height: 100%;
    margin: 0;
    width: 100%;
}
element.style {
    display: none;
}
.text-question-mark {
    background: none repeat scroll 0 0 black;
    color: white;
    display: none;
    font-family: arial;
    font-size: 16px;
    margin-left: 46px;
    opacity: 0.9;
    padding: 17px;
    position: absolute;
    top: 40px;
    width: 600px;
}
body {
    color: #222222;
}
li.head, li.g, body, html, .std, .c h2, #mbEnd h2, h1 {
    font-family: arial,sans-serif;
    font-size: small;
}
body, #leftnav, #tbdi, #hidden_modes, #hmp {
}
body {
    color: #000000;
    margin: 0;
    overflow-y: hidden;
}
li.head, li.g, body, html, .std, .c h2, #mbEnd h2, h1 {
    font-family: arial,sans-serif;
    font-size: small;
}
body {
    color: #222222;
}
li.head, li.g, body, html, .std, .c h2, #mbEnd h2, h1 {
    font-family: arial,sans-serif;
    font-size: small;
}
body, #leftnav, #tbdi, #hidden_modes, #hmp {
    background: none repeat scroll 0 0 #FFFFFF;
}
body {
    color: #000000;
    margin: 0;
    overflow-y: hidden;
}
li.head, li.g, body, html, .std, .c h2, #mbEnd h2, h1 {
    font-family: arial,sans-serif;
    font-size: small;
}
.mini-login-form-opc {
    color: #808080;
    font-weight: bold;
    margin-left: 20px;
    text-align: right;
    text-transform: uppercase;
}
#checkoutSteps ul li .field{float:none;width:100%;}
#checkoutSteps ul li label{width:140px;padding-left:10px;text-align:left;height:27px;line-height:27px;}
#checkoutSteps ul li.finish label{width:900px;padding:0;}
#checkoutSteps ul li.finish .input-box{width:405px;}
#checkoutSteps ul li.finish .input-box select{width:405px !important;}
#checkoutSteps ul li .field .input-box{clear:none;float:left;width:310px}
#checkoutSteps ul li .input-box select{height:30px !important;width:355px !important;padding:5px 0}
#checkoutSteps ul li .input-box input{height:25px !important;}
#checkoutSteps ul li em{left:0;}
#checkoutSteps ul li.wide .input-box{float:left;clear:none;margin-right: 5px;width:245px}
#checkoutSteps ul li.wide .input-box input{width:230px !important;}
#checkoutSteps ul li#register-customer-password .field{margin-bottom:8px;}
#checkoutSteps ul li .fields  .field{margin-bottom: 8px;}
.block-mini-login-opc .mini-login-form{
    color: #808080;
    font-weight: bold;
    margin-right: 35px;
    text-align: right;
    text-transform: uppercase;
}
.mini-login-form-opc .radio,.mini-login-form-opc .checkbox{
    border: 0 solid #808080 !important;
    float: left;
    height: 15px !important;
    margin-top: 0;
    width: 20px !important;
}
.mini-login-form-opc input {
    border: 1px solid #808080;
    height: 39px !important;
    width: 295px !important;
}
.mini-login-form-opc .mini-login-form-text {
    margin-bottom: 10px;
    margin-top: 15px;
}
.mini-login-form-opc .control{
    text-align:left;
}
.prescription-wrapper{
}
#prescription-table{
    display: none;
    margin-bottom: 35px;
    margin-left: 50px;
    margin-top: 0;
}
#prescription-table select{
    width:50px;
}
#prescription-table td{
    color: #808080;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding:5px;
    line-height: 25px;
}
#prescription-table td .radio-pd,
#prescription-table td .index-type,
#prescription-table td .anti-bluelight{
    color: #808080;
    cursor:pointer;
}

#reading-table{
    display: none;
    margin-bottom: 35px;
    margin-left: 50px;
    margin-top: 0;
}
#reading-table select{
    width:50px;
}
#reading-table td{
    color: #808080;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding:5px;
    line-height: 25px;
}
#reading-table td .radio-pd,
#reading-table td .index-type,
#reading-table td .anti-bluelight{
    color: #808080;
    cursor:pointer;
}
#progressives-table{
    display: none;
    margin-bottom: 35px;
    margin-left: 50px;
    margin-top: 0;
}
#progressives-table select{
    width:50px;
}
#progressives-table td{
    color: #808080;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding:5px;
    line-height: 25px;
}
#progressives-table td .radio-pd,
#progressives-table td .index-type,
#progressives-table td .anti-bluelight{
    color: #808080;
    cursor:pointer;
}
#non-prescription-table{
    display: none;
    margin-bottom: 35px;
    margin-left: 50px;
    margin-top: 0;
}
#non-prescription-table select{
    width:50px;
}
#non-prescription-table td{
    color: #808080;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding:5px;
    line-height: 25px;
}
#non-prescription-table td .radio-pd,
#non-prescription-table td .index-type,
#non-prescription-table td .anti-bluelight{
    color: #808080;
    cursor:pointer;
}

/* General dropdown styles */       
.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
/* DT styles for sliding doors */
.dropdown dt span {background: url("../images/dropdown-arrow.png") no-repeat scroll right center white;
                   cursor: pointer;
                   display: block;
                   height: 32px;
                   width: 106px;}
.dropdown dt span label {color: #808080;
                         cursor: pointer;
                         display: block;
                         font-size: 14px;
                         padding: 6px 6px 6px 10px;}
/* UL styles */
.dropdown dd ul {background: none repeat scroll 0 0 white;
                 border-bottom: 1px solid #919191;
                 border-left: 1px solid #919191;
                 border-right: 1px solid #919191;
                 display: none;
                 height: 300px;
                 left: 0;
                 list-style: none outside none;
                 overflow-y: scroll;
                 padding: 5px 0;
                 position: absolute;
                 top: 0;
                 width: 104px;
                 z-index: 1000;
}
.dropdown span.value { display:none;}
.dropdown dd ul li span {  padding: 1px 3px 3px 9px; display:block;}
.dropdown dd ul li{margin:0px; cursor:pointer}

#excellence-form .toplabel{
    color: #18184D;
    font-size: 14px;
    text-transform: uppercase;
    cursor:pointer;
    float:none;
    padding-bottom: 9px;
}
.topLabelRequired{
    border-bottom: 2px dashed red;
}
.step1Required{
    border: 1px dashed red !important;
}

.radioimage-prescription{
    margin-right:10px;
}

#non-prescription-table{
    margin-bottom: 35px;
    margin-left: 50px;
    margin-top: 10px;
    display:none;
    color: #808080;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.review-item-title{
    border-bottom: 4px solid #E20C0C;
    margin-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 205px;
}
.review-item-title strong span{
    color: #18184D;
    font-size: 16px;
    text-transform: uppercase;
}
.mini-review-products-list, #checkout-review-table-wrapper{
    width:790px;
}
.mini-review-products-list li {
    padding: 5px 0;
}
.mini-review-products-list .product-image {
    border: 1px solid #DDDDDD;
    float: left;
    padding: 1px;
    width: 110px;
}
.mini-review-products-list .product-details {
    margin-left: 120px;
}
.mini-review-products-list .product-name a{
    color: #18184D;
    font-size: 16px;
    padding-left: 15px;
    font-weight:bold;
    text-transform: uppercase;
}
.mini-review-products-list .qty, .mini-review-products-list .price-text{
    color: #808080;
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 4px;
    text-transform: uppercase;
}
.mini-review-products-list .first{
    border-top: 2px solid #BC1D22;
    margin-left:0px;
    margin-right:0px;
}
.mini-review-products-list .last{
    border-bottom: 2px solid #BC1D22;
    margin-left:0px;
    margin-right:0px;
}
.mini-totals-item{
    color: #808080;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase
}
.mini-totals-the-end{
    color: #18184D;
    font-size: 16px;
    font-weight: bold;

    padding-left: 15px;
    text-transform: uppercase;
}
.mini-review-products-list .item{
    height: 96px;
    position:relative;
}
.checkout-prescription-table td{
    width:50px;
}
.mini-review-products-list .qty{
    display: block;
    float: left;
    width: 190px;
}
.mini-review-products-list .price-text{
    position: static;
}
.photo-home{
    padding-top: 40px;
}
.photo-home .photo-item-small{
    opacity:0.4;
}
.photo-item-big{
    display:none;
}
.circle-photo{
    background:url("../images/circle-forhimher.png");
    position: absolute;    
    z-index: 10000;
    bottom: -100px;
    right: -100px;
    width: 194px;
    height: 194px;
}
.circle-photo-big{
    background: url("../images/circle-photo.png") no-repeat;
    position : absolute;
    z-index: 10;
    top: -44px;
    left: -272px;
    width: 350px;
    height: 350px;
}
.circle-photo-big-2{
    background: url("../images/circle-photobook-big.png") no-repeat scroll 0 0 transparent;
    color: #19164B;
    font-weight: bold;
    height: 286px;
    padding-left: 56px;
    padding-right: 50px;
    padding-top: 65px;
    position: absolute;
    right: -311px;
    text-align: center;
    top: -65px;
    width: 248px;
    z-index: 10;  
}
.circle-photo-big-2 h1{
    font-size:20px;
}
.photo-item-big{
    position : absolute;
    background: white;
    z-index: 10000;
    padding:10px;
    opacity : 1;
    top: -20px;
    left: -20px;
}
.photo-item-big .photo{
    position : relative;
    opacity : 1;
    z-index : 30;
}
#product_show_info .cross-photobook{
    position : absolute;
    opacity : 1;
    z-index : 135;
    top:-15px;
    right:-19px;
    cursor: pointer;

}
.circle-photo-big .related-info{
    color: #19164B;
    font-size: 14px;
    padding-left: 65px;
    padding-top: 55px;    
}
.circle-photo-big .related-info li{

}
.circle-photo-big-2 p{
    padding-top:25px;
}
.circle-photo-big .social{
    padding-left: 50px;
}
.circle-photo-big .social-1{
    padding-top: 20px;
}
.circle-photo-big .share-it{
    padding-left: 190px;
    padding-top: 5px;
}
.circle-photo-big a.share-it {
    font-size:18px;
    font-weight:bold;
    color:#E20C0C
}
.circle-photo ul{
    text-align: center;
}
.circle-photo ul li{

}
.circle-photo ul .one{
    padding-top: 40px;
}
.circle-photo ul .two{
    color: #19164B;
    font-size: 14px;
    padding-top: 18px;
}
.circle-photo ul .three{    
    padding-top: 15px;
}
.circle-photo ul .three a{
    color: #E20C0C;
    font-size: 18px;
    font-weight: bold;
}
.circle-photo ul .four{
    color: #19164B;
    font-size: 42px;
    font-weight: bold;
    display:none;
}

.col2-left-layout .main{
    width:1300px;
}
.customer-account-index .col2-left-layout .main, .customer-address-index .col2-left-layout .main, .sales-order-history .col2-left-layout .main, .sales-order-view .col2-left-layout .main
{
    width:900px;
}

.my-account{
    width:600px;
}

.block-cart-review .block-title{
    border-bottom: 2px solid #BC1D22;
    color: #18184D;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}
.block-content-review li span{
    color: #808080;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.block-content-review li{
    padding-bottom:8px;
}

.block-content-review .price{
    float:right;
}

.block-cart-review .review-total{
    border-top: 2px solid #BC1D22;
    color: #18184D;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-transform: uppercase;
    width: 200px; 
    padding: 3px 10px;
}    

.payoff{
    color: black;
    font-size: 10px;
    font-weight: bold;
    left: 161px;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    top: 4px;
}
.free-shipping{
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 10px;
    position: absolute;
    right: 450px;
    text-decoration: none;
    text-transform: uppercase;
    top: 18px;
}
.header_facebook_follow{
    position: absolute;
    top: 20px;
    left: 160px;
    text-decoration: none;
    text-transform: uppercase;
}
.see-your-passion{
    padding: 3px 10px;
    position: absolute;
    left: 500px;
    text-decoration: none;
    text-transform: uppercase;
    top: 20px;
}
.like{
    position: absolute; top: 20px; left: 550px;
}
.editions-description-wapper{
    background:#f4f4f4;
    height:120px;
}
.editions-description{
    width:1360px;
    margin:0 auto;
    position:relative
}
.editions-description .edition-info{
    padding: 16px 0 0 634px;
    width:680px;
    line-height:20px;
    height:120px;
}
.editions-description .edition-info h2{
    margin:0 0 10px 0
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 5;
}
#amorderattr{
    display:none;
}
.cms-page-view .page .main .col-main .std{
}
.cms-page-view .page .main .col-main .std h1{
    color: #18184D;
    font-size: 24px;
    text-transform:uppercase;
    font-weight:bold;
    padding-bottom:20px;
}
.col1-layout .products-grid-photobook{
    width:auto;
}
#sketch-front{
    left: 137px;
    position: absolute;
    top: 152px;   
}
#sketch-side{
    left: 130px;
    position: absolute;
    top: 370px;  
}
.editions-lists{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -80px;
    width: 1280px;
}
.answer{
    margin-bottom: 15px;
    margin-left: 10px;
    margin-top: 10px;
    display:none;
}
.cms-faq .question{
    margin-top:5px;
    cursor:pointer;
    margin-bottom:7px;

}
.cms-faq .heading{
    margin-top:20px;
    margin-bottom:10px;
}
.checkout-prescription-table{
    position:absolute;
    top:0px;
    right:0px;
}
.checkout-prescription-table td.firsts{
    width:100px;
}
.homepage-editions{
    position:absolute;
    left:50px;
    top:-56px;
    z-index:400
}
.home-edition{
    float:left;
    position:relative;
    width:185px;
    height:170px;
}
.home-edition .editions{
    z-index:2;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}

.choosecollection {
    bottom: -10px;
    position: absolute;
    right: 86px;
}
.golden-effect{
    left: -1px;
    position: absolute;
    top: 1px;
    z-index: 1;
    display:none;
}

.forhimher-bubble{
    left: 0;
    position: absolute;
    top: 2px;
    z-index: 3;
    display:none;
}
.forhim-text{
    left: 109px;
    position: absolute;
    top:72px;
    z-index: 4;
    display:none;
}
.forher-text{
    left: 37px;
    position: absolute;
    top: 72px;
    z-index: 5;
    display:none;
}
.divider-text{
    left: 94px;
    position: absolute;
    top: 75px;
    z-index: 4;
    display:none;
}
.seephotobook-text{
    left: 90px;
    position: absolute;
    top: 120px;
    z-index: 4;
    display:none;
}
.category-products-photobook ul li{ float:left;padding:0 8px 0 0;position:relative;cursor:pointer}
.category-products-photobook ul{padding:0 0 8px}
.photo-item-info{
    position:absolute;z-index:10000;
    left:-10000px;
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity:1;  
    opacity:1;
    background:#fff}

/** list collection */
.list-collection{position:relative}
.list-head{position:absolute;left:80px;top:105px;}
.list-her{position:absolute;left:225px;top:180px;z-index:4}
.list-him{position:absolute;left:293px;top:180px;z-index:4}
.list-shopfordivider{position:absolute;left:278px;top:185px;z-index:4}
.list-see-our-photobook{position:absolute;left:280px;top:223px;z-index:4}
.list-forhimherbubble{position:absolute;left:204px;top:122px;z-index:3}
.list-circle{position:absolute;right:204px;top:100px;z-index:3}
.list-collection .collection-price{position:absolute;z-index:4;right:226px;top:104px;background:url(../images/list_circle.png) no-repeat;width:185px;height:169px; text-align:center;padding:15px 0 0 0}
.list-collection .collection-price:hover{background:url(../images/list_circle_hover.png) no-repeat;}
.collection-price .price-show .symbol{font-size:38px;}
.collection-price .price-show .num{font-size:62px;}
.list-description{font-size: 12px; width: 135px; position: absolute; left:28px; top:89px; text-align:center;}
.list-first{position:absolute;top:50px;left:0}
.list-last{position:absolute;top:50px;right:125px;}
.list-collection-hover{position:absolute;left:9999px;}
.list-all:hover .list-collection-hover{left:-204px;z-index:4;top:-117px;}
.list-img{position:absolute;left:0;top:0;z-index:3}
.list-other-collection{width:1200px;height:200px;margin:100px auto 0;text-align:center;position:relative;}
.list-other-collection .list-her{left:224px;top:168px;z-index:4}
.list-other-collection .list-him{left:278px;top:168px;z-index:4}
.list-other-collection .list-shopfordivider{left:270px;top:173px;z-index:4}
.list-other-collection .list-see-our-photobook{left:264px;top:214px;z-index:4}
.list-pre{position:absolute;left:142px;top:104px;}
.list-next{position:absolute;right:132px;top:104px;}
.first-product{position:absolute;left:179px;top:59px;}
.last-product{position:absolute;right:172px;top:59px;}
.other-collection-product-show ul li{float:left;padding:0 5px;}
.product-divide{border-right:2px solid #000;width:0;height:107px;position:absolute;left:600px;top:64px;}
.list-other-collection h2{margin:10px 0}
.first-collection-product-show-prescription{position:absolute;left:236px;top:192px;}
.last-collection-product-show-prescription{position:absolute;right:223px;top:192px;}

.opacity{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1000;background:#ccc;filter:alpha(opacity=60);  
         -moz-opacity:0.7;  
         -khtml-opacity: 0.7;  
         opacity: 0.1;  }    
.category-product-collection{width:1260px;margin:40px auto 0px;position:relative;height:560px}  
.archipelago-photo,
.prestige-photo,
.u3-photo{position:absolute;left:0;top:0;}
.category-product-collection .homepage-editions{top:30px;width:1260px;left:0;}
.category-product-collection .homepage-editions .home-edition{width:352px;height:425px;margin-right:90px}
.category-product-collection .home-edition .editions,
.category-product-collection .home-edition .forhimher-bubble,
.category-product-collection .home-edition .golden-effect{left:212px;top:-10px}
.category-product-collection .home-edition .forher-text{left:234px;top:42px}
.category-product-collection .home-edition .forhim-text{left:290px;top:42px}
.category-product-collection .home-edition .divider-text{left:280px;top:47px}
.category-product-collection .home-edition .seephotobook-text{left:277px;top:85px;}
.category-product-collection .home-edition .collection-description {
    left: 212px;
    position: absolute;
    top: 120px;
    width: 150px;
    height:277px;
    overflow:hidden
}

.eyewear-introduce .home-edition .editions,
.eyewear-introduce .home-edition .forhimher-bubble,
.eyewear-introduce .home-edition .golden-effect{left:0;top:-10px}
.eyewear-introduce .home-edition .forher-text{left:22px;top:41px}
.eyewear-introduce .home-edition .forhim-text{left:77px;top:41px}
.eyewear-introduce .home-edition .divider-text{left:68px;top:47px}
.eyewear-introduce .home-edition .seephotobook-text{left:65px;top:85px;}
.eyewear-introduce{position:relative;width:1220px;height:470px;margin:0 auto;padding:70px 0 0}
.eyewear-introduce .homepage-editions{top:60px;width:1110px;left:130px;}
.eyewear-introduce .homepage-editions .home-edition{width:151px;height:142px;margin-right:20px}
.pofessional-description {
    left: 109px;
    position: absolute;
    top: 140px;
}
.pofessional-description p {
    margin: 20px 0;
    width: 560px;
    word-spacing: 3px;
}
.pofessional-video{position: absolute;width:356px;height:218px;background:#dcdcdc;left:771px;top:162px}
.pofessional-certifcations {
    left: 785px;
    position: absolute;
    top: 404px;
}
.pofessional-certifcations ul li{float:left;margin-right:15px;}
.collection-price{position:absolute;bottom:-60px;right:0;width:190px; text-align: right;}
.collection-price a{color:#000}
.collection-price a:hover{text-decoration:underline}
.collection-price .price-show .symbol{font-size:38px;}
.collection-price .price-show .num{font-size:62px;}

.product_show_info_left_background{float:left;background:url(../images/product_show_info_left_background.png) no-repeat;width:16px;height:537px}
.product_show_info_right_background{float:left;background:url(../images/product_show_info_right_background.png) no-repeat;width:16px;height:537px}
.product_show_info_content{float:left;height:501px;background:#fff;padding:18px 0}    
.product_show_info_shade{position:absolute;left:0;top:0;background:#000;width:100%;height:100%;filter:alpha(opacity=60);-moz-opacity:0.6;-khtml-opacity:0.6;opacity:0.6; }
.product_show_info_content .details ul li{width:175px;height:20px}
.product_show_info_content .product-info .info_title{margin:20px 0}
.product_show_info_content .details h2 a {
    color: #A9483F;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 25px 0 10px 19px;
}
.product_show_info_content .product-info .details{height:239px}
.product-info{width:181px;height:464px;margin:0 0 0 10px;padding:0 10px;float:left;padding-left:10px;background:url(../images/product_info.png) no-repeat;}
.info_content{height:180px;width:180px;position:relative;}
#product_show_info .share{position:absolute;right:0px;bottom:-45px; line-height: 29px;}
.photo-pre{width:50px;height:50px;position:absolute;left:20px;top:45%;z-index:10002;cursor:pointer;background:url(../images/pre.png) no-repeat;}
.photo-pre:hover{background:url(../images/pre_hover.png) no-repeat;}
.photo-next{width:50px;height:50px;position:absolute;right:245px;top:45%;z-index:10002;cursor:pointer;background:url(../images/next.png) no-repeat;}
.photo-next:hover{background:url(../images/next_hover.png) no-repeat;}
#product_show_info .product-price{background:url(../images/product_price.png) no-repeat; 
                                  color: #FFFFFF;
                                  font-size: 37px;
                                  height: 77px;
                                  padding: 10px 0 0 8px;
                                  position: absolute;
                                  right: 15px;
                                  top: 27px;
                                  width: 75px;}
.info_content h2 b{background:url(../images/go-to-store.png) no-repeat;   color: #FFFFFF;
                   display: block;
                   height: 29px;
                   line-height: 29px;
                   text-align: center;
                   width: 129px;}
.pop-up-icon{  background: none repeat scroll 0 0 #FFFFFF;
               bottom: 0;
               height: 20px;
               left: 0;
               opacity: 0.8;
               padding:10px 0 10px 10px;
               position: absolute;
               width: 100%;
               z-index: 10002;
               text-align:left}
#product_show_info .product-price span{font-size:25px;}
.footer-wapper{border-top:1px solid #a1a1a1;background:#eeeeee;}
.footer-container{width:1125px;margin:0 auto 0;position:relative;padding:70px 0 0;font-family:arial}    
.footer-content{height:150px;}    
.footer-content ul{float:left;margin:0 130px 0 0}
.footer-content ul li.one{margin:0 0 13px}
.footer-content ul li.one a{font-weight:bold;color:#211917;font-size:14px;font-family:arial}
.footer-content ul li{padding:0 10px;text-align:left;line-height:20px;}
.footer-content ul li a{color:#211917;font-family:arial}
.send-email{position:absolute;right:-32px;top:70px;}
.send-email h4{color:#211917;margin:0 0 5px;text-align:left;padding-left:30px}
.send-email input{width:200px;height:25px;line-height:25px;padding:0;}
.send-email button{background:#ef8c26;color:#fff;font-size:14px;font-weight:bold;border:0;height:27px}
.send-email button span{float:none;background:none;padding:5px 15px;width:100px;}
.footer a.one{padding:0 5px}
.footer a{height:31px;line-height:31px;color:#211917;font-size:12px}
.home-footer-icon{position:absolute;left:0;top:58px;}
.discount{height: 30px; line-height: 30px; padding: 10px 0px 40px;}
.discount label{float: left; font-size: 14px; font-weight: bold; color:#808080; padding: 0px 10px;}
.discount-form .input-box button.button span{padding:0 9px;}
.discount-form .input-box button.button span{font-size:12px;line-height:21px;background:#9b9b9b}
.category-hot-product{margin: 0 auto;padding: 20px 0 30px;position: relative;width: 1220px;text-align:center;font-family:helvetica;height:400px;overflow:hidden;border-bottom:1px solid #E3E3E3;overflow:hidden;}
.category-hot-product ul li{float:left;margin:0 100px 0 0}
.category-hot-product ul li .home-ralated-product ul li{float:none;display:inline-block;margin:0 2px 0 0;}
.home-ralated-product{width:100%;height:30px}
.category-hot-product ul li .home-ralated-product ul{width:100%;}
.category-hot-product ul{margin:45px 0 0;width:110%;}
.category-hot-product ul li div{margin:0 0 10px}
.nav-container{position:absolute;left:265px;top:18px;z-index:1000}

/* gla */
#gla{margin:60px auto 0;position:relative;background:url(../images/gla_bac.png);height:400px;overflow:hidden;}
#gla_box{width:1200px;margin:auto;position:relative;}
#gla_box .prev,#gla_box .next{display:block;z-index:1000;overflow:hidden;cursor:pointer;position:absolute;width:25px;height:72px;top:164px;}
#gla_box .prev{background:url(../images/arrows.gif) -15px -11px no-repeat;left:0px}
#gla_box .next{background:url(../images/arrows.gif) -144px -11px no-repeat;right:0px}
#gla_box .prev:hover{background:url(../images/arrows.gif) -74px -10px no-repeat;}
#gla_box .next:hover{background:url(../images/arrows.gif) -210px -10px no-repeat;}
.gla_inbox{overflow:hidden;}
.gla_inbox img{width:100%;height:100%;}
.roundabout-holder{height:400px;width:1210px;}
.roundabout-moveable-item{height:400px;width:1210px;cursor:pointer;border:0px solid #999;}
.roundabout-in-focus {cursor: auto;}
.helper-lightbox{display:block;}
.lightbox-container-hide{display:none;}

/* extra hint */
.hint-text-box{width:400px;height:180px;background:white;box-shadow:0 0 15px 1px #ccc;padding-top:20px;position:absolute;left:-210px;bottom:-220px; padding-left:20px;}
.hint-text-box h3{color:black; text-align:left; line-height:30px; font-size:20px; font-family: "Utopia","Georgia",serif;}
.hint-text-box p{text-align:left; line-height:24px; font-size:14px; font-family: "Utopia","Georgia",serif;}
.product-description{margin:60px 150px 0px; text-align: center;}
.product-description p{font-size:30px;font-family:"Utopia";font-weight:normal;text-rendering:optimizelegibility;}

.model-tryon{width:642px;height:288px;margin:0px auto;position: relative;overflow: hidden;float:left;}
.model-tryon .model-tryon-box1{width:4501px;height:288px;position: absolute;top:0px;left:0;}
.model-tryon .model-tryon-box2{width:643px;height:288px;position: absolute;left:0;top:0;z-index: 1;}
.model-tryon .model-tryon-box2 ul li{float:left;width:91px;height:288px;}
.model-tryon .model-tryon-box2 ul li:hover{cursor:pointer;}
.model-container{width:100%;height:288px;padding:0 100px;} 
.model-container .model-size{width:380px;height:288px;float:left;padding-left: 20px;}
.model-container .model-size .width{padding-top:10px;width:380px;height:70px;border-bottom:1px solid black;}
.model-container .model-size .width h6{color:#b6aeb6;font-size:12px;line-height:12px;font-weight:600;font-family:'Proxima','ProximaNova','Helvetica','Verdana',sans-serif;}
.model-container .model-size .width p{float:left; font-size:30px;font-family:'Utopia','Georgia',serif;font-weight: normal;margin-top:10px;color:#45555f;}
.model-container .model-size .type{padding-top:10px;width:380px;height:70px;border-bottom:1px solid black;}
.model-container .model-size .type h6{color:#b6aeb6;font-size:12px;line-height:12px;font-weight:600;font-family:'Proxima','ProximaNova','Helvetica','Verdana',sans-serif;}
.model-container .model-size .type p{float:left; font-size:30px; font-family: 'Utopia','Georgia',serif;   color: #45555f;}
.model-thumbnails{ width:128px;height:50px;position:absolute;bottom:0px;left:0px;z-index:9999;}
.model-thumbnails li{float:left;}
.model-thumbnails .modelthumbnails:hover {cursor: pointer;}
.medium-text-box{width:500px;height:180px;background:white;box-shadow:0 0 15px 1px #ccc;padding-top:20px;position:absolute;left:-142px;bottom:-210px; padding-left:20px; z-index: 1000;}
.medium-text-box h3{color:black; text-align:left; line-height:30px; font-size:20px;  font-family: "Utopia","Georgia",serif;}
.model-container .model-size .width .medium-text-box p{text-align:left; line-height:24px; font-size:14px;  font-family: "Utopia","Georgia",serif; color: black;}
.measurements-text-box{width:550px;height:192px;background:white;box-shadow:0 0 15px 1px #ccc;padding-top:20px;position:absolute;left:-145px;bottom:-220px; padding-left:20px; padding-right:20px;}
.measurements-text-box h3{color:black; text-align:left; line-height:30px; font-size:20px;  font-family: "Utopia","Georgia",serif;}
.model-container .model-size .type .measurements-text-box p{line-height:24px; font-size:14px; text-align:left;  font-family: "Utopia","Georgia",serif; color: black;}
.include{font-size: 22px; color:#808080;}
.extra-hint{width:265px; height:40px;margin-bottom: 8px; margin-top: 10px;}
.extra-hint-lable{font-size:25px; color:#f0851d;}
.extra-hint-icon{width:16px; height:16px; display:inline-block; background:url(../images/icn-info.png) no-repeat; background-size: 48px 16px; position:relative;}
.extra-hint1{margin-left:11px; margin-top:22px;}
.extra-hint2{margin-left:15px; margin-top:17px;}
.trioo-lenes {float:left; width:400px; text-align:left; padding: 115px 0px 0px; padding-left:200px; margin-right:146px;}
.trioo-lenes p{width:180px; height:20px; border:1px solid black; text-align:center; line-height:20px;}
.trioo-lenes ul{list-style:inside; line-height:26px; font-size:16px; margin-top:10px;}
.acetace{float:left;width: 500px; text-align: left; padding: 115px 0px 0px;}
.acetace p{width:150px; height:20px; border:1px solid black; text-align:center; line-height:20px;}
.acetace ul{list-style:inside; line-height:26px; font-size:16px; margin-top:10px;}

.dav-cart-edit {  color: #f0851d !important;  margin-right: -32px !important;}
.dav-esit-remove {  margin-left: -15px !important;}
.checkout_page .h1_opc {
  color: #f0851d !important;
}

.block-content {
  max-height: 455px !important;
  overflow-y: auto !important;
}
</pre></body></html>