/*
*    SUNCLOUD: desktop
*
*   
*    version 1.0.5
*/
/* #Base 1218 Grid */

html,
input,
textarea,
select,
button {
    -webkit-font-smoothing: antialiased;
}

input,
button {
    -webkit-appearance: none;
    appearance: none;
}

.container {
    position: relative;
    width: 1218px;
    margin: 0 auto;
    padding: 0;
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
}

.container .column,
.container .columns {
    float: left;
    /*display: inline;*/
    
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}

.row {
    margin-bottom: 30px;
}
/* Nested Column Classes */

.column.alpha,
.columns.alpha {
    margin-left: 0;
}

.column.omega,
.columns.omega {
    margin-right: 0;
}
/* Base Grid */

.container .one.column,
.container .one.columns {
    width: 48px;
}

.container .two.columns {
    width: 126px;
}

.container .three.columns {
    width: 204px;
}

.container .four.columns {
    width: 282px;
}

.container .five.columns {
    width: 360px;
}

.container .six.columns {
    width: 438px;
}

.container .seven.columns {
    width: 516px;
}

.container .eight.columns {
    width: 594px;
}

.container .nine.columns {
    width: 672px;
}

.container .ten.columns {
    width: 750px;
}

.container .eleven.columns {
    width: 828px;
}

.container .twelve.columns {
    width: 906px;
}

.container .thirteen.columns {
    width: 984px;
}

.container .fourteen.columns {
    width: 1062px;
}

.container .fifteen.columns {
    width: 1140px;
}

.container .sixteen.columns {
    width: 1218px;
}

.container .one-third.column {
    width: 376px;
}

.container .two-thirds.column {
    width: 782px;
}
/* Offsets */

.container .offset-by-one {
    padding-left: 78px;
}

.container .offset-by-two {
    padding-left: 156px;
}

.container .offset-by-three {
    padding-left: 234px;
}

.container .offset-by-four {
    padding-left: 312px;
}

.container .offset-by-five {
    padding-left: 390px;
}

.container .offset-by-six {
    padding-left: 468px;
}

.container .offset-by-seven {
    padding-left: 546px;
}

.container .offset-by-eight {
    padding-left: 624px;
}

.container .offset-by-nine {
    padding-left: 702px;
}

.container .offset-by-ten {
    padding-left: 780px;
}

.container .offset-by-eleven {
    padding-left: 858px;
}

.container .offset-by-twelve {
    padding-left: 936px;
}

.container .offset-by-thirteen {
    padding-left: 1014px;
}

.container .offset-by-fourteen {
    padding-left: 1092px;
}

.container .offset-by-fifteen {
    padding-left: 1170px;
}
/* #Tablet (Portrait) */
/* Note: Design for a width of 768px */

@media only screen and (max-width: 100px) {
    .container {
        width: 768px;
    }
    .container .column,
    .container .columns {
        margin-left: 10px;
        margin-right: 10px;
    }
    .column.alpha,
    .columns.alpha {
        margin-left: 0;
        margin-right: 10px;
    }
    .column.omega,
    .columns.omega {
        margin-right: 0;
        margin-left: 10px;
    }
    .alpha.omega {
        margin-left: 0;
        margin-right: 0;
    }
    .container .one.column,
    .container .one.columns {
        width: 28px;
    }
    .container .two.columns {
        width: 76px;
    }
    .container .three.columns {
        width: 124px;
    }
    .container .four.columns {
        width: 172px;
    }
    .container .five.columns {
        width: 220px;
    }
    .container .six.columns {
        width: 268px;
    }
    .container .seven.columns {
        width: 316px;
    }
    .container .eight.columns {
        width: 364px;
    }
    .container .nine.columns {
        width: 412px;
    }
    .container .ten.columns {
        width: 460px;
    }
    .container .eleven.columns {
        width: 508px;
    }
    .container .twelve.columns {
        width: 556px;
    }
    .container .thirteen.columns {
        width: 604px;
    }
    .container .fourteen.columns {
        width: 652px;
    }
    .container .fifteen.columns {
        width: 700px;
    }
    .container .sixteen.columns {
        width: 748px;
    }
    .container .one-third.column {
        width: 236px;
    }
    .container .two-thirds.column {
        width: 492px;
    }
    /* Offsets */
    
    .container .offset-by-one {
        padding-left: 48px;
    }
    .container .offset-by-two {
        padding-left: 96px;
    }
    .container .offset-by-three {
        padding-left: 144px;
    }
    .container .offset-by-four {
        padding-left: 192px;
    }
    .container .offset-by-five {
        padding-left: 240px;
    }
    .container .offset-by-six {
        padding-left: 288px;
    }
    .container .offset-by-seven {
        padding-left: 336px;
    }
    .container .offset-by-eight {
        padding-left: 384px;
    }
    .container .offset-by-nine {
        padding-left: 432px;
    }
    .container .offset-by-ten {
        padding-left: 480px;
    }
    .container .offset-by-eleven {
        padding-left: 528px;
    }
    .container .offset-by-twelve {
        padding-left: 576px;
    }
    .container .offset-by-thirteen {
        padding-left: 624px;
    }
    .container .offset-by-fourteen {
        padding-left: 672px;
    }
    .container .offset-by-fifteen {
        padding-left: 720px;
    }
}
/* #Clearing */
/* Self Clearing Goodness */

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after {
    clear: both;
}

.row,
.clearfix {
    zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:focus {
    outline-style: none;
    outline-width: 0px;
    outline-color: #fff;
}
/* #Basic Styles
================================================== */

body {
    background: #fff;
    font: 14px/21px "Smith", sans-serif;
    color: #444;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    
    -webkit-text-size-adjust: 100%;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

html {
    height: 100%;
}
/* #Typography
================================================== */
/*
    SmithOptics.com styles
*/

@font-face {
    font-family: "Smith";
    src: url("../fonts/a5b6e42b-9f4f-47cd-b401-4ac28602012e-2.eot");
    src: url("../fonts/a5b6e42b-9f4f-47cd-b401-4ac28602012e-2.eot?") format("embedded-opentype"), url("../fonts/a5b6e42b-9f4f-47cd-b401-4ac28602012e-3.woff") format("woff"), url("../fonts/a5b6e42b-9f4f-47cd-b401-4ac28602012e-1.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Smith Medium";
    src: url("../fonts/640954f9-af4a-4859-aa1c-6506d63b721a-2.eot");
    src: url("../fonts/640954f9-af4a-4859-aa1c-6506d63b721a-2.eot?") format("embedded-opentype"), url("../fonts/640954f9-af4a-4859-aa1c-6506d63b721a-3.woff") format("woff"), url("../fonts/640954f9-af4a-4859-aa1c-6506d63b721a-1.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Smith Bold";
    src: url("../fonts/2be69dcf-6b58-4709-9d7e-3a79346ba629-2.eot");
    src: url("../fonts/2be69dcf-6b58-4709-9d7e-3a79346ba629-2.eot?") format("embedded-opentype"), url("../fonts/2be69dcf-6b58-4709-9d7e-3a79346ba629-3.woff") format("woff"), url("../fonts/2be69dcf-6b58-4709-9d7e-3a79346ba629-1.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "Smith Extra Cond Light";
    src: url("../fonts/fe1fef98-1487-472e-a34f-079648cce4e4-2.eot");
    src: url("../fonts/fe1fef98-1487-472e-a34f-079648cce4e4-2.eot?") format("embedded-opentype"), url("../fonts/fe1fef98-1487-472e-a34f-079648cce4e4-3.woff") format("woff"), url("../fonts/fe1fef98-1487-472e-a34f-079648cce4e4-1.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Smith Extra Cond Bold Italic";
    src: url("../fonts/9dc59472-746d-41fb-a2b9-7b0deabd8fc3-2.eot");
    src: url("../fonts/9dc59472-746d-41fb-a2b9-7b0deabd8fc3-2.eot?") format("embedded-opentype"), url("../fonts/9dc59472-746d-41fb-a2b9-7b0deabd8fc3-3.woff") format("woff"), url("../fonts/9dc59472-746d-41fb-a2b9-7b0deabd8fc3-1.ttf") format("truetype");
    font-style: italic;
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-family: "Smith", "Georgia", "Times New Roman", serif;
    font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 14px;
}

h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
}

h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px;
}

h4 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 4px;
}

h5 {
    font-size: 17px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 21px;
}

.subheader {
    color: #777;
}

p {
    margin: 0 0 20px 0;
}

p img {
    margin: 0;
}

p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #777;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
    color: #333;
}

small {
    font-size: 80%;
}
/*  Blockquotes  */

blockquote,
blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
    color: #555;
}

hr {
    border: solid #000;
    border-width: 2px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}
/* #Lists
================================================== */

ul,
ol {
    margin-bottom: 20px;
}

ul {
    list-style: none outside;
}

ol {
    list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 30px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 6px;
}

li {
    line-height: 18px;
    margin-bottom: 12px;
}

ul.large li {
    line-height: 21px;
}

li p {
    line-height: 21px;
}
/* #Images
================================================== */

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}
/* #Misc
================================================== */

.remove-bottom {
    margin-bottom: 0 !important;
}

.half-bottom {
    margin-bottom: 10px !important;
}

.add-bottom {
    margin-bottom: 20px !important;
}
/* Links */

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #00a3da;
}
/* Antenna Font Definitions */

.antennabold {
    font-family: Smith;
    font-style: normal;
    font-weight: bold;
}

.antennaregular {
    font-family: Smith;
    font-style: normal;
    font-weight: normal;
}

.antennaextracondbolditalic {
    font-family: "Smith Extra Cond Bold Italic";
    font-style: italic;
    font-weight: bold;
}
/* Global Definitions */

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

select {
    font-family: "Smith", Sans-Serif;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .07em;
    text-decoration: none;
    color: #333333;
    margin: auto;
}

select.dropdown {
    visibility: hidden;
}
/* Button Definitions */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    font-family: "Smith Bold", Sans-Serif;
    letter-spacing: .2em;
    background: #e8e522;
    border: none;
    color: #000;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: none;
    /*cursor: pointer;*/
    
    margin: 10px 16px;
    line-height: normal;
    padding: 8px 22px;
    text-align: center;
    /* -moz-border-radius: 2px; */
    /* -webkit-border-radius: 2px; */
    /* border-radius: 2px; */
}

a.button:hover,
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background: #333;
    color: #fff;
    text-align: center;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    background: #00a3da;
}

.button.white {
    font-family: "Smith Bold", Sans-Serif;
    letter-spacing: .2em;
    background: #fff;
    border: none;
    color: #333;
    border: solid 1px #000;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: none;
    /*cursor: pointer;*/
    
    margin: 10px 16px;
    line-height: normal;
    padding: 10px 16px;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.button.white:hover {
    background: #333;
    color: #fff;
    /*cursor: pointer;*/
}

.button.white.small {
    font-size: 10px;
    margin: 10px 16px;
    padding: 5px;
    line-height: 17px;
    width: 50%;
    height: 17px;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.button.disabled,
.button.disabled:hover {
    background: #999;
    cursor: default;
    color: #333;
}
/* #Form Elements */

.entry_fields,
label {
    font-family: "Smith";
    text-align: left;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #333333;
}

input[type="submit"] {
    font-weight: normal;
}

input[type="text"],
input[type="textarea"],
input[type="email"],
input[type="password"] {
    border: solid 1px #d3d3d3;
    background: #f5f5f5;
    margin: 2px 0px 18px;
    width: 100%;
    padding: 7px 7px;
    letter-spacing: .05em;
    font-family: "Smith", sans-serif;
    box-sizing: border-box;
}

input[type="text"]:active,
input[type="email"]:active,
input[type="password"]:active,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    border: solid 1px #ababab;
}


input {
    outline: none;
}

input[disabled="disabled"] {
    font-family: "Smith Bold" !important;
    border: none !important;
}

:focus {
    outline-style: none;
    outline-width: 0px;
    outline-color: #fff;
}

label {
    font-family: "Smith Medium";
    display: inline-block;
}

label.for_checkbox {
    display: inline;
}

.form_instructions {
    font-family: Georgia, Serif;
    font-size: 12px;
    font-style: italic;
    letter-spacing: .05em;
    color: #333333;
    text-transform: lowercase;
}

.input_instructions {
    font-family: Georgia, Serif;
    font-size: 12px;
    font-style: italic;
    letter-spacing: .05em;
    color: #333333;
    text-transform: lowercase;
    margin-top: -15px;
}

select {
    font-family: "Smith", Sans-Serif;
    font-style: normal;
    letter-spacing: .05em;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    margin: auto;
    border: 1px #b3b3b3 solid;
}

select.dropdown {
    visibility: hidden;
}

select.error {
    color: #ae2c30;
}

.select-style {
    border: 1px solid #ccc;
    width: 99%;
    border-radius: 0px;
    display: inline-block;
    margin-bottom: 18px;
    margin-top: 2px;
    overflow: hidden;
    background: url("../images/ICONS/dropdown_display_product.jpg") no-repeat 99% 50% #ffffff;
}

.select-style.error {
    border: 1px solid #ae2c30 !important;
}

.select-style select {
    padding: 4px 8px;
    line-height: 18px;
    width: 115%;
    padding-right: 25%;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}
/* error messages */

#error_messages,
.global_header .account_nav_popup p.error,
p.error {
    font-family: "Georgia", Serif;
    text-transform: none;
    font-size: 12px;
    line-height: 15px;
    font-style: italic;
    color: #ae2c30;
    position: relative;
    letter-spacing: 0.05em;
    margin-top: -10px;
    margin-bottom: 10px
}

#globalMessages,
p.success {
    font-family: "Georgia", Serif;
    text-transform: none;
    font-size: 12px;
    line-height: 15px;
    font-style: italic;
    color: #00a3da;
    position: relative;
    letter-spacing: 0.05em;
    margin-top: -10px;
    margin-bottom: 5px;
    clear: both;
}

#globalMessages.under-heading p {
    margin-top: -40px;
    margin-bottom: 40px;
}

p#line1-error.error{
    margin-top: 7px;
}

input.error {
    border: 1px solid #ae2c30 !important;
}
/* #Color Palette */

.darkgray {
    color: #333333;
}

.mediumgray {
    color: #666666;
}

.lightgray {
    color: #adadad;
}

.palegray {
    color: #d3d3d3;
}

.errorred {
    color: #ae2c30;
}

.teal {
    color: #009c90;
}

.white {
    color: #ffffff;
}

.yellow,
hot {
    color: #e8e522;
}

.blue,
cold {
    color: #00a3da;
}
/* Main Details Column */

.details_column {
    padding: 25px 0px 0px 15px;
}
/* Sidebar Definitions */

#sidebar_column {
    margin-top: 25px;
    float: left;
    margin-bottom: 25px;
    width: 282px;
}

.right_content_page {
    padding: 25px 0px 0px 15px;
    float: right !important;
    z-index: 200;
    background: #fff;
}

#sidebar {
    position: relative;
}

#sidebar h1 {
    font-family: "Smith Medium", Sans-serif;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-style: normal;
    padding: 0px;
    margin: 0px auto 12px;
    font-weight: normal;
}

#sidebar h2 {
    font-family: "Georgia", Serif;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .05em;
    text-transform: lowercase;
    font-style: italic;
    padding: 0px;
    margin: 0px auto 10px;
    font-weight: normal;
}

#sidebar h3 {
    font-family: "Georgia", Serif;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: .05em;
    text-transform: lowercase;
    font-style: italic;
    padding: 0px;
    margin: 0px auto 14px;
    font-weight: normal;
}

#sidebar hr {
    margin: 0px;
    padding: 0px;
}

#sidebar #filter {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#sidebar #filter li {
    font-family: "Georgia", Serif;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: .05em;
    text-transform: lowercase;
    font-style: italic;
    padding: 0px;
    margin: 25px auto 0px;
    font-weight: normal;
}

#sidebar #filter li ul {
    width: 100%;
    margin: 0px;
    margin-top: 20px;
    padding: 0px;
}

#sidebar #filter li ul li {
    margin: 0px auto 10px;
    width: 100%;
}

#sidebar #filter a {
    font-family: "Smith", Sans-Serif;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .2em;
    padding: 0px;
    margin: 0px auto 20px;
    text-decoration: none;
}
/*
  #sidebar #filter .selected { font-family: "Antenna", Sans-Serif; font-size:10px; line-height:10px; letter-spacing:.2em; padding:2px 5px; margin:0px auto 20px; color:#d3d3d3; border:solid 1px #333333; }
    */

#sidebar #filter .remove {
    color: #ffffff;
    width: 15px;
}

#sidebar #filter .selected table {
    border: solid 1px #333;
    color: #999999;
}

#sidebar #filter .selected .remove {
    color: #333333;
    padding-top: 2px;
}

#sidebar #filter .filter_switch {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 60px;
}

#sidebar #filter table {
    margin: auto;
    clear: both;
    width: 100%;
    height: 20px;
}

#sidebar #filter tr {}

#sidebar #filter td {
    padding: 3px 2px 2px 2px;
    margin: 0px;
}

#sidebar #filter td.color_name {
    width: 120px;
    padding-left: 85px;
}

#sidebar #filter td.color_dot {
    text-align: left;
}

#sidebar .colordot {
    width: 10px;
    height: 10px;
}

#sidebar .colordot.brown {
    background-color: #894d00;
}

#sidebar .colordot.red {
    background-color: #ef2424;
}

#sidebar .colordot.orange {
    background-color: #efb824;
}

#sidebar .colordot.yellow {
    background-color: #f0f305;
}

#sidebar .colordot.green {
    background-color: #1cc014;
}

#sidebar .colordot.blue {
    background-color: #0681fe;
}

#sidebar .colordot.indigo {
    background-color: #130fdb;
}

#sidebar .colordot.violet {
    background-color: #8c0fdb;
}

#sidebar .colordot.black {
    background-color: #000000;
}

#sidebar .colordot.gray {
    background-color: #999999;
}

#sidebar .colordot.white {
    background-color: #ffffff;
}

#sidebar .colorwheel {
    margin-top: 20px;
}

#sidebar .colorwheel .hide {
    cursor: pointer;
}

#sidebar .colorwheel area {
    cursor: url('../images/colorwheel_cursor.png'), auto;
}

#sidebar .colorwheel .show {
    cursor: url('../images/colorwheel_cursor.png'), auto;
}

#sidebar .colorwheel map {
    cursor: url('../images/colorwheel_cursor.png'), auto;
}

#sidebar .colorwheel a {
    cursor: url('../images/colorwheel_cursor.png'), auto;
}
/* Pagination Definitions */

.pagination {
    font-family: "Georgia", Serif;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: .05em;
    text-transform: lowercase;
    font-style: italic;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

.pagination .options {
    font-family: "Smith", Sans-Serif;
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .2em;
    padding: 0px;
    margin: 20px auto 0px;
    text-decoration: none;
    color: #333333;
}

.pagination a.link {
    border-bottom: solid 1px #666666;
    color: #666666;
    padding-right: 2px;
    padding-left: 2px;
}

.pagination a.arrow {
    border: none;
    margin-left: 5px;
}

.pagination a.link:hover,
.pagination a.arrow:hover {
    color: #00a3da;
    border-color: #00a3da;
}

.pagination #in-stock-only{
    position: absolute;
    top: 35px;
    right: 0;
}


/* Overlay Styles */

.overlay {
    text-decoration: none;
    display: block;
}

.overlay_image {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}

.overlay_text {
    position: relative;
    z-index: 100;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-family: "Smith Bold", Sans-Serif;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .2em;
    height: 100%;
    width: 100%;
    display: table;
}

.overlay_text p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
}

.overlay_text span {
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: "Georgia", Serif;
    font-size: 14px;
    line-height: 15px;
    text-transform: lowercase;
    font-style: italic;
    letter-spacing: .05em;
    font-weight: normal;
    margin-top: 10px;
}

.overlay_shade {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    background: none;
    width: 100%;
    height: 100%;
}

.overlay:hover .overlay_shade {
    background-color: #adadad;
    opacity: 0.90;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
}

.overlay.black .overlay_text {
    color: #000;
}

.overlay.darkgray .overlay_text {
    color: #333;
}
/* Facebook Overlay */

.overlay_facebook {
    text-decoration: none;
    display: block;
}

.overlay_facebook_image {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}

.overlay_facebook_text {
    position: relative;
    z-index: 100;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-family: "Smith Bold", Sans-Serif;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .2em;
    height: 100%;
    width: 100%;
    display: table;
}

.overlay_facebook_text p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.overlay_facebook_text span {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-family: "Georgia", Serif;
    font-size: 14px;
    line-height: 15px;
    text-transform: lowercase;
    font-style: italic;
    letter-spacing: .05em;
    font-weight: normal;
    margin-top: 10px;
}

.overlay_facebook_shade {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    background-color: #009c90;
    width: 95%;
    height: 90%;
    margin: 2.5%;
    opacity: 0.80;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
    
    display: table;
}

span.ui-helper-hidden-accessibl{
    display: none;
}

.overlay_facebook_shade_icons {
    display: table-cell;
    text-align: right;
    vertical-align: bottom;
    padding: 5px;
}

.overlay_facebook:hover .overlay_facebook_shade {
    background-color: #adadad;
}

.overlay_facebook.black .overlay_facebook_text {
    color: #000;
}
/* Instagram Overlay */

.overlay_instagram {
    text-decoration: none;
    display: block;
}

.overlay_instagram_image {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}

.overlay_instagram_icon {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    width: 100%;
    height: 100%;
    margin: 0px;
    background: url(../images/content_slot_instagram_icon_hot.png) right bottom no-repeat;
}

.overlay_instagram_icon:hover {
    background: url(../images/content_slot_instagram_icon_hover.png) right bottom no-repeat;
}

.overlay_instagram.hot .overlay_instagram_icon {
    background: url(../images/content_slot_instagram_icon_hot.png) right bottom no-repeat;
}

.overlay_instagram.hot .overlay_instagram_icon:hover {
    background: url(../images/content_slot_instagram_icon_hover.png) right bottom no-repeat;
}

.overlay_instagram.cold .overlay_instagram_icon {
    background: url(../images/content_slot_instagram_icon_cold.png) right bottom no-repeat;
}

.overlay_instagram.cold .overlay_instagram_icon:hover {
    background: url(../images/content_slot_instagram_icon_hover.png) right bottom no-repeat;
}
/* Video Overlay */

.overlay_video {
    text-decoration: none;
    display: block;
}

.overlay_video_image {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}

.overlay_video_icon {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    width: 100%;
    height: 100%;
    margin: 0px;
    background: url(../images/content_slot_video_icon_hot.png) center no-repeat;
}

.overlay_video_icon:hover {
    background: url(../images/content_slot_video_icon_hover.png) center no-repeat;
}

.overlay_video.hot .overlay_video_icon {
    background: url(../images/content_slot_video_icon_hot.png) center no-repeat;
}

.overlay_video.hot .overlay_video_icon:hover {
    background: url(../images/content_slot_video_icon_hover.png) center no-repeat;
}

.overlay_video.cold .overlay_video_icon {
    background: url(../images/content_slot_video_icon_cold.png) center no-repeat;
}

.overlay_video.cold .overlay_video_icon:hover {
    background: url(../images/content_slot_video_icon_hover.png) center no-repeat;
}
/* Overlay Plus Styles */

.overlay_plus {
    text-decoration: none;
    display: block;
}

.overlay_plus_image {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}

.overlay_plus_text {
    position: relative;
    z-index: 100;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-family: "Smith Bold", Sans-Serif;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .2em;
    height: 100%;
    width: 100%;
    display: table;
}

.overlay_plus_text p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.overlay_plus_text span {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-family: "Georgia", Serif;
    font-size: 14px;
    line-height: 15px;
    text-transform: lowercase;
    font-style: italic;
    letter-spacing: .05em;
    font-weight: normal;
    margin-top: 10px;
}

.overlay_plus_shade {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    width: 100%;
    height: 100%;
    background: url(../images/hot_plus_normal.png) center no-repeat;
}

.overlay_plus:hover .overlay_plus_shade {
    background: url(../images/hot_plus_hover.png) center no-repeat;
}

.overlay_plus.hot .overlay_plus_shade {
    background: url(../images/hot_plus_normal.png) center no-repeat;
}

.overlay_plus:hover.hot .overlay_plus_shade {
    background: url(../images/hot_plus_hover.png) center no-repeat;
}

.overlay_plus.cold .overlay_plus_shade {
    background: url(../images/hot_plus_normal.png) center no-repeat;
}

.overlay_plus:hover.cold .overlay_plus_shade {
    background: url(../images/hot_plus_hover.png) center no-repeat;
}
/* Overlay IO Styles */

.overlay_io {
    text-decoration: none;
    display: block;
}

.overlay_io_image {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}

.overlay_io_text {
    position: relative;
    z-index: 100;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-family: "Smith Bold", Sans-Serif;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .2em;
    height: 100%;
    width: 100%;
    display: table;
}

.overlay_io_text p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.overlay_io_text span {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-family: "Georgia", Serif;
    font-size: 14px;
    line-height: 15px;
    text-transform: lowercase;
    font-style: italic;
    letter-spacing: .05em;
    font-weight: normal;
    margin-top: 10px;
}

.overlay_io_shade {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    width: 100%;
    height: 100%;
    background: url(../images/cold_product_io_normal.png) center no-repeat;
}

.overlay_io:hover .overlay_io_shade {
    background: url(../images/cold_product_io_hover.png) center no-repeat;
}
/* Overlay Rollover Graphic Styles */
/* Not ready for Prime Time.  Causes flicker in IE and Chrome */

.overlay_rollover {
    text-decoration: none;
    display: block;
}

.overlay_rollover_image {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}

.overlay_rollover_text {
    position: relative;
    z-index: 100;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-family: "Smith Bold", Sans-Serif;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .2em;
    height: 100%;
    width: 100%;
    display: table;
}

.overlay_rollover_text p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.overlay_rollover_text span {
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: "Georgia", Serif;
    font-size: 14px;
    line-height: 15px;
    text-transform: lowercase;
    font-style: italic;
    letter-spacing: .05em;
    font-weight: normal;
    margin-top: 10px;
}

.overlay_rollover_shade {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.overlay_rollover.black .overlay_rollover_text {
    color: #000;
}

.overlay_rollover.white .overlay_rollover_text {
    color: #fff;
}
/* Dropdown Styles */

.dropdown {
    font-family: "Smith", Sans-Serif;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .2em;
    text-decoration: none;
    color: #333333;
    margin: 0px auto;
    padding: 0px;
    cursor: pointer;
    border: solid 1px #d3d3d3;
    width: 200px;
    position: relative;
}

.dropdown_display {
    cursor: pointer;
    text-align: left;
    background: url("../images/dropdown_display_back.png") top right no-repeat;
    width: 200px;
    height: 23px;
    display: block;
}

.dropdown_items {
    border-top: solid 1px #d3d3d3;
    display: none;
    background: #fff;
    position: absolute;
    z-index: 100;
    margin: 0px;
    margin-left: -1px;
    padding: 0px;
    width: 200px;
    border: solid 1px #d3d3d3;
}

.dropdown_items li {
    margin: 0px auto;
    text-align: left;
    cursor: pointer;
}

.dropdown_items li:hover {
    background: #d3d3d3;
}

.dropdown_items li.outOfStock a div {
    color: #AAAAAA;
}

.dropdown_items .dropdown_selected {
    background: #d3d3d3;
}

.dropdown a {
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    height: 23px;
    line-height: 15px;
}

.dropdown a div {
    text-decoration: none;
    cursor: pointer;
    padding: 0px 5px;
    width: 100%;
}
/* Global Header */

.global_header {
    margin-top: 30px;
    margin-bottom: 0px;
}

.global_header .account_nav {
    font-family: "Smith Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 9px;
    letter-spacing: .1em;
    color: #333333;
    text-transform: uppercase;
}

.global_header .account_nav ul {
    float: right;
    margin-bottom: 40px;
}

.global_header .account_nav ul {
    float: right;
}

.global_header .account_nav ul li {
    float: left;
    padding: 2px 5px;
    position: relative;
}

.global_header .account_nav .cart_count {
    font-size: 8px;
    line-height: 8px;
    vertical-align: top;
    margin: 0px;
    padding: 0px 0px 0px 2px;
    float: right;
    display: block;
    margin-left:20px;
}

.global_header .minicart_loading{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  overflow: hidden;
}
.global_header .minicart_loading img{
  margin-top: -50%;
  position: absolute;
  top: 100%;
  left: -60px;
}

.global_header .account_nav .minicart_icon {
    width: 16px;
    height: 12px;
    background: url(../images/header/minicart_rollover.png) bottom no-repeat;
    display: inline-block;
    top: 2px;
    position: absolute;
    padding: 0px 5px 0px 0px;
}

.global_header .account_nav .selected .minicart_icon {
    background-position: top;
}

.global_header .account_nav a:hover .minicart_icon {
    background-position: top;
}

.global_header .account_nav a:hover {
    color: #00a3da;
}

.global_header .account_nav a.button:hover {
    color: #fff;
}

.global_header .account_nav a.selected {
    color: #00a3da;
}

.global_header .account_nav_popup h4 {
    font-size: 11px;
    font-weight: normal;
}

.global_header .account_nav_popup a {
    text-decoration: none;
    border-bottom: solid 1px #333;
    font-weight: normal;
}

.global_header .account_nav_popup .entry_fields {
    text-align: left;
    font-weight: normal;
}

.global_header .account_nav_popup input[type="text"],
.global_header .account_nav_popup input[type="password"] {
    border: solid 1px #d3d3d3;
    margin: 0px;
    /*height: 24px;*/
    width: 190px;
    padding: 4px;
    font-family: "Smith";
    font-style: normal;
    font-size: 10px;
    letter-spacing: .2em;
    color: #333333;
}

.global_header .account_nav_popup input[type="text"]:active,
.global_header .account_nav_popup input[type="password"]:active {
    border: solid 1px #d3d3d3;
    /*height: 24px;*/
}

.global_header .account_nav_popup input[type="text"]:focus,
.global_header .account_nav_popup input[type="password"]:focus {
    border: solid 1px #d3d3d3;
   /* height: 24px;*/
}

.global_header .account_nav_popup .forgotpassword,
.global_header .account_nav_popup .createaccount {
    font-size: 7px;
}

.global_header .main_nav {    
    text-align: right;
    font-family: "Smith";
    /* font-style: italic; */
    font-weight: bold;
    font-size: 19px;
    letter-spacing: .02em;
    color: #333333;
    text-transform: uppercase;
}

.global_header .main_nav ul {
    float: right;
}

.global_header .main_nav ul li {
    float: left;
    line-height: auto;
    height: 24px;
    padding: 0px 0px 16px 0px;
    margin-left: 10px;
    margin-right: 0px;
}

.global_header .main_nav ul li a {    
    width: 100%;
    line-height: 24px;
    padding: 0px 10px 17px 10px;
}

.global_header .main_nav li.selected {
    background: url("../images/main_nav_selected.png") bottom center no-repeat;
}

.global_header .main_nav li.notselected {
    background-image: none;
    color: #666666;
}

.global_header .main_nav li.notselected a {
    background-image: none;
    color: #666666;
}
.global_header .main_nav li a.search {    
    width: 115px;
    height: 14px;
    text-indent: -99999px;
}

.global_header .main_nav li a.search:before {
    /* crop search sprite with :before8 */
    
    content: "";
    float: right;
    width: 14px;
    height: 14px;
    margin: 4px 5px 0 5px;
    background: url(../images/header/main_nav_search_rollover.png) bottom;
}

.global_header .main_nav li.selected a.search:before {
    background-position: bottom;
}

.global_header .main_nav li.notselected a.search:before {
    background-position: center;
}

.global_header .main_nav li:hover a.search:before {
    background-position: top;
}

.global_header .main_nav li:hover {
    background: url("../images/main_nav_hover.png") bottom center no-repeat;
}

.global_header .main_nav li a:hover {
    color: #00a3da;
}

.global_header .sub_nav {
    display: none;
    position: relative;
    height: 300px;
}

.global_header .sub_nav div {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ffffff;
}

.global_header .sub_nav ul {
    margin: 0px;
    padding: 0px;
}

.global_header .sub_nav ul li {
    position: relative;
    z-index: 45;
    float: left;
    width: 300px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: "Smith Bold";
    font-style: normal;
    font-weight: bold;
    letter-spacing: .1em;
    color: #333333;
    text-transform: uppercase;
    font-size: 13px;
}

.global_header .sub_nav ul li img {
    z-index: 50;
    position: relative;
    height: 100px;
    margin-bottom: 10px;
}

.global_header .sub_nav ul li a {
    z-index: 55;
    left: 0;
    height: 100%;
    top: 0px;
    width: 100%;
    font-family: "Smith Bold";
    font-style: normal;
    font-weight: bold;
    letter-spacing: .2em;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
}

.global_header .sub_nav ul li a:hover {
    color: #00a3da;
}

.global_header .sub_nav ul li ul {
    margin: 0px;
    padding: 0px;
}

.global_header .sub_nav ul li ul li {
    float: none;
    text-align: center;
    font-size: 10px;
    margin-top: 10px;
}

.global_header .sub_nav ul li ul li a {
    font-family: "Smith";
    font-style: normal;
    font-weight: normal;
    letter-spacing: .1em;
    color: #333333;
    text-transform: uppercase;
}

.global_header .sub_nav ul li ul li a:hover {
    color: #00a3da;
}

.global_header .sub_nav #sub_nav_search {
    float: right;
    text-align: right;
    width: 100%;
}

.global_header .sub_nav #sub_nav_search form {
    margin: 0px;
    padding: 0px;
}

.global_header .sub_nav #sub_nav_search input {
    border: none;
    text-transform: uppercase;
    margin: 0;
    margin-top: 18px;
}

.global_header .sub_nav #sub_nav_search input[type="text"]:active,
.global_header .sub_nav #sub_nav_search input[type="text"]:focus,
.global_header .sub_nav #sub_nav_search input[type="text"] {
    border: none;
    line-height: 74px;
    font-size: 64px;
    letter-spacing: .05em;
    font-family: "Smith Extra Cond Bold Italic";
    font-style: italic;
    font-weight: bold;
    text-align: right;
    width: 1200px;
    color: #d0d0d0;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    outline: 0;
}

.global_header .sub_nav #sub_nav_search ul {
    float: right;
    width: 100%;
}

.global_header .sub_nav #sub_nav_search ul li {
    display: inline-block;
    width: 240px;
    float: none;
    text-align: center;
    font-family: "Smith";
    line-height: 20px;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
}

.global_header .sub_nav #sub_nav_search ul li a {
    position: static;
}

.global_header .sub_nav #sub_nav_search h4 {
    font-family: "Georgia", Serif;
    font-size: 11px;
    line-height: 30px;
    letter-spacing: .1em;
    text-transform: lowercase;
    font-style: italic;
    padding: 0px;
    margin: 0px auto 10px;
    font-weight: normal;
}

.global_header .sub_nav div#sub_nav_sunglasses {
    padding: 60px 0 0 12px;
}

.global_header .sub_nav div#sub_nav_tech {
    padding: 60px 0 0 315px;
}

.global_header .account_nav_popup {
    display: none;
    right: -85px;
    top: 30px;
    width: 260px;
    position: absolute;
    z-index: 500;
    font-size: 10px;
    border: solid 1px #d3d3d3;
    background: #fff;
    padding: 10px 30px;
    text-align: center;
    box-shadow: 6px 5px 15px rgba(0, 0, 0, .1);
}

.global_header #account_nav_cart {
    right: 0px;
    letter-spacing: .1em;
}

.global_header #account_nav_login_form {
    right: -100px;
}

.global_header #account_nav_dealer_locator {
    right: -160px;
}

.global_header .account_nav_popup h4 {
    font-family: 'Smith Bold';
    font-size: 10px;
    font-weight: bold;
    letter-spacing: .1em;
}

.global_header .account_nav_popup a {
    text-decoration: none;
    border-bottom: solid 1px #333;
    font-weight: normal;
}

.global_header .account_nav_popup a.button {
    text-decoration: none;
    border: none;
    font-weight: bold;
}

.global_header .account_nav_popup a.button:hover {
    text-decoration: none;
    border: none;
    font-weight: bold;
    color: #fff;
}

.global_header .account_nav_popup .entry_fields {
    font-family: "Smith Medium";
    text-align: left;
    font-weight: normal;
}

.global_header .account_nav_popup .entry_fields label {
    font-family: "Smith Medium";
    text-align: left;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #333333;
}

.global_header .account_nav_popup input[type="email"],
.global_header .account_nav_popup input[type="text"],
.global_header .account_nav_popup input[type="password"] {
    border: solid 1px #d3d3d3;
    margin: 0px;
    width: 100%;
    padding: 7px 7px;
    font-family: "Smith";
    font-style: normal;
    font-size: 10px;
    letter-spacing: .1em;
    color: #333333;
    line-height: 15px;
}

.global_header .account_nav_popup input[type="email"],
.global_header .account_nav_popup input[type="text"] {
    margin-bottom: 15px;
}

.global_header .account_nav_popup input[type="password"] {
    margin-bottom: 20px;
}

.global_header .account_nav_popup input[type="email"]:active,
.global_header .account_nav_popup input[type="text"]:active,
.global_header .account_nav_popup input[type="password"]:active {
    border: solid 1px #d3d3d3;
    /*height: 20px;*/
}

.global_header .account_nav_popup input[type="email"]:focus,
.global_header .account_nav_popup input[type="text"]:focus,
.global_header .account_nav_popup input[type="password"]:focus {
    border: solid 1px #d3d3d3;
    /*height: 20px;*/
}

.global_header .account_nav_popup .forgotpassword,
.global_header .account_nav_popup .createaccount {
    font-family: "Smith";
    text-decoration: none;
    border-bottom: solid 1px #adadad;
    font-weight: normal;
    cursor: pointer;
    font-size: 9px;
    letter-spacing: .1em;
    line-height: 25px;
}

.global_header .account_nav_popup input[type="checkbox"] {
    margin-right: 10px;
    display: inline-block;
}

.global_header .account_nav_popup.wide {
    width: 400px;
}

.global_header .account_nav_popup p {
    text-transform: none;
    font-weight: normal;
    font-family: "Smith Medium";
    letter-spacing: .1em;
}

.global_header .minicart h4 {
    font-weight: bold;
}

.global_header .minicart ul {
    margin: 0px;
    padding: 0px;
}

.global_header .minicart li {
    margin: 10px 0px;
    padding: 0px;
    width: 100%;
}

.global_header .minicart .minicart_image {
    float: left;
    width: 170px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.global_header .minicart .minicart_image img {
    width: 130px;
}

.global_header .minicart .minicart_product_details {
    float: right;
    position: relative;
    width: 230px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Smith";
    font-size: 10px;
}

.global_header .minicart .minicart_product_details strong {
    text-transform: capitalize;
}

.global_header .minicart .minicart_product_title {
    font-family: "Smith Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.global_header .minicart .minicart_product_qty {
    width: 50%;
    text-align: left;
    float: left;
    margin-top: 5px;
}

.global_header .minicart .minicart_product_price {
    width: 45%;
    text-align: right;
    float: right;
    padding-right: 10px;
    margin-top: 5px;
}

.global_header .minicart .minicart_remove {
    position: absolute;
    right: 8px;
    font-weight: normal;
    font-family: "smith";
    border-bottom: 1px solid #dedede;
    line-height: 12px;
    color: #999999;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
}

.global_header .minicart li .minicart_remove:hover {
    color: #333333;
    border-bottom: 1px solid #999999;
}

.global_header .minicart li:hover .minicart_remove {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.global_header .minicart .minicart_total_title {
    width: 280px;
    float: left;
    display: block;
    text-align: right;
    font-size: 13px;
}

.global_header .minicart .minicart_discount {
    margin-bottom: 5px;
    overflow: hidden;
    clear: both;
    margin-top: 20px;
    font-family: "Smith Medium";
    font-weight: normal;
}

.global_header .minicart .minicart_total {
    margin-bottom: 20px;
    overflow: hidden;
    clear: both;
    margin-top: 5px;
}

.global_header .minicart .minicart_fpo_promo {
    margin: 0px 0px;
}

.global_header hr {
    margin: 0px;
    padding: 0px;
}

.global_header p {
    text-align: left;
}

.global_header .account_nav_popup input[type="text"].error,
.global_header .account_nav_popup input[type="password"].error {
    border: 1px solid #ae2c30;
}
/* Footer Styles */

.global_footer hr {
    margin: 0px;
    padding: 0px;
    height: 2px;
    color: #333333;
}

.footer_social_links {
    margin: 25px 0 40px;
}

.social_icon_link {
    display: inline-block;
    margin: 0px 12px;
}

.social_icon_link.first {
    margin-left: 24px;
}

.social_icon_link:hover {
    /* IE 8 */
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    /* IE 5-7 */
    
    filter: alpha(opacity=60);
    /* Netscape */
    
    -moz-opacity: 0.6;
    /* Safari 1.x */
    
    -khtml-opacity: 0.6;
    /* Good browsers */
    
    opacity: 0.6;
}

.global_footer h5 {
    font-family: "Smith", Sans-serif;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-style: normal;
    padding: 0px;
    font-weight: bold;
    color: #333333;
}

.dealer_locator p {
    font-family: "Smith", Sans-serif;
    font-size: 10px;
    line-height: 16px;
    font-weight: normal;
    letter-spacing: .2em;
    color: #333333;
    text-transform: uppercase;
}

.page_links ul {
    margin-bottom: 0px;
}

.page_links li {
    display: inline;
    padding-right: 5px;
    text-transform: uppercase;
    font-family: "Smith", Sans-serif;
    font-size: 10px;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: .2em;
    color: #333333;
    margin-bottom: 0px;
}

.global_footer a:hover {
    color: #00a3da;
}

.page_links p {
    text-transform: uppercase;
    font-family: "Smith", Sans-serif;
    font-size: 9px;
    line-height: 25px;
    font-weight: normal;
    letter-spacing: .2em;
    color: #333333;
    margin-top: 20px;
}

.newsletter_column {
    float: right;
}

.landing_links li {
    font-family: "Smith", Sans-serif;
    font-size: 10px;
    line-height: 16px;
    font-weight: normal;
    letter-spacing: .2em;
    color: #333333;
    text-transform: uppercase;
}

.global_footer input[type="text"],
.global_footer input[type="email"] {
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-style: italic;
    padding: 6px 6px 5px 6px;
    height: 25px;
    font: normal 12px "Smith", Sans-serif;
    color: #333;
    margin: 10px -3px 0px 0px;
    width: 180px;
    max-width: 100%;
    /* padding: 7px 4px; */
    
    display: inline-block;
    margin-bottom: 20px;
    background: #f0f0f0;
}

.global_footer input[type="text"]:focus,
.global_footer input[type="submit"]:focus,
.global_footer input[type="button"] {
    outline: none;
}

.global_footer input[type="submit"]:focus,
.global_footer input[type="button"]:focus {
    background: #e8e522;
    color: #000;
}

.global_footer input[type="submit"],
.global_footer input[type="reset"],
.global_footer input[type="button"] {
    font-family: "Smith", Sans-Serif;
    letter-spacing: .2em;
    background: #000;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: none;
    cursor: pointer;
    margin: 0px;
    line-height: normal;
    padding: 0px 4px 0px 7px;
    height: 25px;
    text-align: center;
}

.global_footer input[type="submit"]:hover,
.global_footer input[type="reset"]:hover,
.global_footer input[type="button"]:hover {
    background: #e8e522;
    color: #000;
}

.global_footer input[type="submit"]:active,
.global_footer input[type="reset"]:active,
.global_footer input[type="button"]:active {
    background: #e8e522;
    color: #000;
}
/* 
        uneeded, messing with styles in footer
            
        input[type="text"]:focus,
        input[type="password"]:focus,
        input[type="email"]:focus,
        textarea:focus {
            border:none;
             color: #333;
             font-family: "Smith", Sans-Serif;
            font-size: 11px;
            font-weight:normal;
             -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow:  none; 
            font-style:normal;
            padding: 5px 6px 4px 6px;
            } */

.country_selector p {
    font-family: "Smith", Sans-serif;
    font-size: 10px;
    line-height: 16px;
    font-weight: normal;
    letter-spacing: .2em;
    text-align: left;
    color: #333333;
    text-transform: uppercase;
}
/* Subcategory Product Definitions */

.subcategory.product {
    margin-top: 80px;
}

.subcategory.product h4 {
    font-family: "Smith", Sans-Serif;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .2em;
    padding: 0px;
    margin: 0px auto;
    text-decoration: none;
    color: #333333;
}

.subcategory.product h4 span {
    font-size: 8px;
    line-height: 8px;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}

.subcagetory.product {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    margin: 0px;
}

.subcategory.product.box.first {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    background: #fff;
    margin-top: 0px;
    width: 925px;
}

.subcategory.product.box.first .subcategory.product.image {
    float: left;
    width: 438px;
    margin-left: 0px;
    margin-right: 0px;
}

.subcategory.product.box.first .subcategory.product.details {
    float: right;
    width: 438px;
    margin-left: 0px;
    margin-right: 0px;
}

.subcategory.product.box.second {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    background: #fff;
    margin-top: 0px;
    width: 925px;
}

.subcategory.product.box.second .subcategory.product.image {
    float: right;
    width: 438px;
    margin-left: 0px;
    margin-right: 0px;
}

.subcategory.product.box.second .subcategory.product.details {
    float: left;
    width: 438px;
    margin-left: 0px;
    margin-right: 0px;
}

.subcategory a {
    margin: 0px;
}

.subcategory.product img {
    width: 450px;
}

.subcategory.product.details {}

.subcategory.product.details img {
    width: 450px;
}

.subcategory.product.details h2 {
    font-family: "Smith", Sans-serif;
    font-size: 38px;
    line-height: 40px;
    letter-spacing: .05em;
    color: #333333;
    text-transform: uppercase;
    font-style: normal;
    padding: 0px;
    margin: 0px auto 13px;
    font-weight: normal;
}

.subcategory.product.details h3 {
    font-family: "Smith", Sans-serif;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: .2em;
    color: #333333;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px auto 15px;
}

.subcategory.product.details .features {
    font-family: "Georgia", Serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .05em;
    font-style: italic;
    padding: 0px;
    margin: 0px auto 16px;
    font-weight: normal;
}

.subcategory.product.details .features li {
    height: 18px;
    margin: 0px;
    padding: 0px;
}

.subcategory.product.details .price {
    font-family: "Smith", Sans-serif;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .2em;
    color: #333333;
    padding: 0px;
    margin: 0px auto 10px;
    font-style: normal;
    font-weight: normal;
}

.subcategory.product.details .price span {
    font-size: 16px !important;
    line-height: 16px !important;
    color: #adadad;
    text-decoration: line-through;
    padding-right: 5px !important;
}

.subcategory.product.details .addtocart {
    margin: 0px auto 7px;
}

.subcategory.product.details .viewdetails {
    font-family: "Georgia", Serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .05em;
    font-style: italic;
    padding: 0px;
    margin: 0px auto 20px;
    font-weight: normal;
}

.subcategory.product .button_spacer {
    height: 38px;
}

.subcategory.product.variants {
    display: none;
    width: 906px;
    margin: 0px;
    margin-top: 30px;
}

.subcategory.product.variants.second {
    margin-left: -468px;
}

.subcategory.product.variants li {
    float: left;
    margin-right: 10px;
    padding-top: 10px;
}

.subcategory.product.variants li.outOfStock {
	opacity: 0.5;
}

.subcategory.product.variants img {
    width: 126px;
}

.subcategory.product.variants h4 {
    color: #fff;
    font-family: "Smith", Sans-Serif;
    font-size: 10px;
    line-height: 11px;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .2em;
    padding: 0px;
    margin: 0px auto;
    text-decoration: none;
    white-space: nowrap;
}

.subcategory.product.variants h4 span {
    display: none;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-family: "Georgia", Serif;
    font-size: 10px;
    line-height: 12px;
    text-transform: lowercase;
    font-style: italic;
    letter-spacing: .05em;
    font-weight: normal;
    margin-top: 2px;
}

.subcategory.product.variants .selected,
.subcategory.product.variants li:hover {
    background: url(../images/product_variant_selected.png) top center no-repeat;
}

.subcategory.product.variants .selected h4 {
    color: #333;
}

.subcategory.product.variants .selected img {
    color: #333;
}

.subcategory.product.expansion {
    height: 0px;
    margin: 0px;
    padding: 0px;
}
/* Search Style */

.right_content_page #sub_nav_search {
    float: right;
    text-align: right;
    width: 100%;
}

.right_content_page #sub_nav_search form {
    margin: 0px;
    padding: 0px;
}

.right_content_page #sub_nav_search input {
    border: none;
    text-transform: uppercase;
    margin: 0;
}

.right_content_page #sub_nav_search input[type="text"]:active,
.global_header .sub_nav #sub_nav_search input[type="text"]:focus,
.right_content_page #sub_nav_search input[type="text"] {
    border: none;
    font-size: 64px;
    letter-spacing: .05em;
    font-family: "Smith Extra Cond Bold Italic";
    font-style: italic;
    font-weight: bold;
    text-align: right;
    color: #d0d0d0;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    line-height: 74px;
}

.right_content_page #sub_nav_search ul {
    float: right;
}

.right_content_page #sub_nav_search ul li {
    float: none;
    text-align: right;
    font-family: "Smith";
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    margin-bottom: 0px;
}

.right_content_page #sub_nav_search ul li a {
    font-family: "Smith Medium";
    font-style: normal;
    font-weight: normal;
    letter-spacing: .2em;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    line-height: 22px;
}

.right_content_page #sub_nav_search h4 {
    font-family: "Georgia", Serif;
    font-size: 11px;
    line-height: 30px;
    letter-spacing: .05em;
    text-transform: lowercase;
    font-style: italic;
    padding: 0px;
    margin: 0px auto 10px;
    font-weight: normal;
}

#sidebar h3.search_breadcrumbs {
    font-family: "Georgia", Serif;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .05em;
    text-transform: lowercase;
    font-style: italic;
    padding: 0px;
    margin: 0px auto 10px;
    font-weight: normal;
}

.results_header h3 {
    font-family: "Smith", Sans-serif;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-style: normal;
    padding: 0px;
    margin: 0px auto 0px;
    font-weight: normal;
    text-align: right;
    margin-top: 25px;
}

.results_header h3 span {
    color: #d0d0d0;
    font-size: 30px;
}
/* Eric's CSS Styles */

#sidebar h2.breadcrumbs {
    font-family: "Smith", Sans-Serif;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .1em;
    padding: 0px;
    margin: 0px auto 20px;
    text-decoration: none;
    color: #666666;
}

#sidebar h1 a:hover {
    color: #333;
}

.summary {
    font-family: "Smith", Sans-Serif;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: .05em;
    padding: 0px;
    margin: 18px auto;
    font-weight: normal;
    color: #333333;
}

.color_select {
    font-family: "Georgia", Serif;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: .1em;
    font-style: italic;
    padding: 0px;
    margin: 0px auto 20px;
    font-weight: normal;
    color: #333333;
}

.color_select .dropdown {
    margin-bottom: 20px;
    margin-top: 2px;
    width: 280px;
    border: 1px solid #666;
}

.color_select .dropdown.lens {
    display: none;
}

.color_select .options .dropdown_display {
    text-align: center;
    background: #fff url('../images/ICONS/dropdown_display_product.jpg') top right no-repeat;
    font-family: "Smith", Sans-serif !important;
    font-size: 10px !important;
    color: #333333;
    letter-spacing: .15em;
    height: auto;
}

.color_select .dropdown_items {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 100;
    margin: 0 0 0 -1px;
    padding: 0px;
    width: 280px;
    border: 1px solid #666;
}

.dropdown a div {
    text-align: center;
    padding: 4px 1px;
}

.color_select .dropdown a div {
    text-align: center;
    padding: 3px 6px;
    width: 94%;
}

#sidebar .add_to_cart .button {
    margin: 0px 0px 20px;
}

#sidebar .price {
    font-family: "Smith", Sans-serif;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: .1em;
    color: #333333;
    padding: 0px;
    margin: 0px auto 20px;
    font-style: normal;
    font-weight: normal;
}

#sidebar .sale_price {
    margin-left: 10px;
}

#sidebar .original_price {
    text-decoration: line-through;
    color: #adadad;
}

#sidebar .wishlist {
    display: block;
}

#sidebar .wishlist .add_wishlist {
    font-weight: bold;
}

#sidebar .add_wishlist_status {
    color: black;
    font-family: "Georgia", Serif;
    text-transform: none;
    font-size: 12px;
    line-height: 40px;
    font-style: italic;
    color: #00a3da !important;
    position: relative;
    letter-spacing: 0.05em;
}

#sidebar .wishlist a {
    font-family: "Smith", Sans-serif;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: .2em;
    color: #333333;
    text-transform: uppercase;
}

#sidebar .wishlist a:hover {
    color: #00a3da;
}

.pdp_social_list {
    float: right;
}

.pdp_social {
    float: left;
}

.entry_fields.stock_reminder {
    margin-bottom: 15px;
    margin-top: 30px;
}

#sidebar .entry_fields.stock_reminder h3 {
    font-family: "Smith Bold", Sans-Serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    margin: 0px 0px 20px;
    padding: 0px;
    font-style: normal;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    width: 100%;
    margin-top: 70px;
}

.form_buttons {
    width: 100%;
    text-align: center;
}

.form_buttons .button,
#sidebar .form_buttons .button {
    margin: 15px;
}

.form_buttons .cancel {
    background: #999999
}

.entry_fields.stock_reminder input[type="checkbox"] {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.email_friend {
    margin-bottom: 45px;
    display: none;
}

.email_friend .entry_fields {
    font-family: "Smith";
    text-align: left;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #333333;
}

.email_friend input[type="submit"] {
    font-weight: normal;
}

.email_friend input[type="text"],
.email_friend input[type="textarea"],
.email_friend input[type="email"],
.email_friend input[type="password"] {
    border: solid 1px #d3d3d3;
    margin: 0px 0px 15px;
    height: 20px;
    width: 95%;
    padding: 1px 5px;
    font-family: "Smith";
    font-style: normal;
    font-size: 10px;
    letter-spacing: .1em;
    color: #333333;
}

.email_friend input[type="text"]:active,
.email_friend input[type="email"]:active,
.email_friend input[type="password"]:active {
    border: solid 1px #d3d3d3;
    margin: 0px 0px 15px;
    height: 20px;
    width: 95%;
    padding: 1px 5px;
    font-family: "Smith";
    font-style: normal;
    font-size: 10px;
    letter-spacing: .1em;
    color: #333333;
}

.email_friend input[type="text"]:focus,
.email_friend input[type="email"]:focus,
.email_friend input[type="password"]:focus {
    border: solid 1px #d3d3d3;
    margin: 0px 0px 15px;
    height: 20px;
    width: 95%;
    padding: 1px 5px;
    font-family: "Smith";
    font-style: normal;
    font-size: 10px;
    letter-spacing: .1em;
    color: #333333;
}

.email_friend textarea,
.email_friend textarea:active,
.email_friend textarea:focus {
    height: 100px;
    border: solid 1px #d3d3d3;
    margin: 0px 0px 15px;
    width: 95%;
    padding: 1px 5px;
    font-family: "Smith";
    font-style: normal;
    font-size: 10px;
    letter-spacing: .1em;
    color: #333333;
    outline: none;
}

.email_friend h3.step_header {
    font-family: "Smith Bold", Sans-Serif;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .1em;
    margin-bottom: 20px;
    text-align: center;
}

.email_friend p.form_instructions {
    font-family: Georgia, Serif;
    font-size: 10px;
    font-style: italic;
    letter-spacing: .05em;
    color: #333333;
    text-transform: lowercase;
}

.email_friend h2 {
    font-family: "Smith Bold", Sans-Serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    margin: 0px 0px 20px;
    padding: 0px;
    text-transform: uppercase;
}

.email_friend img {
    padding: 15px 0px;
}

.right_content_page h3.section_header {
    font-family: "Smith Bold", Sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: .2em;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    margin: 70px 0px 30px;
    line-height: 18px;
}

.display_warranty {
    float: left;
    margin: 5px 20px 0px 0px;
    font-family: "Smith Bold", Sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

.separator {
    float: left;
    margin: 5px 0px 0px 0px;
    font-family: "Smith Bold", Sans-serif;
    font-size: 10px;
}

.display_features {
    float: left;
    margin: 5px 0px 0px 20px;
    font-family: "Smith Bold", Sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

.product_features {
    display: none;
    padding: 20px 20px 10px;
    margin-bottom: 30px;
    background: #f0f0f0;
}

.product_features ul {}

.product_features li.feature {
    font-family: "Smith", Sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .1em;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.product_warranty {
    display: none;
    padding: 20px 20px 10px;
    margin-bottom: 30px;
    background: #f0f0f0;
}

.product_thumbs_list .three.columns {
    margin-bottom: 20px;
}

.product_thumb a {
    display: block;
}

.product_thumb h4 {
    visibility: hidden;
    font-family: "Smith", Sans-serif;
    font-size: 12px;
    line-height: 10px;
    text-align: center;
    letter-spacing: .1em;
    color: #333333;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
}

.product_thumb p {
    margin-bottom: 0px;
}

.product_thumb .lens_color {
    font-family: "Georgia", Serif;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: .1em;
    text-transform: lowercase;
    font-weight: normal;
    font-style: italic;
    color: #333;
    text-align: center;
    display: block;
    visibility: hidden;
    white-space: nowrap;
}

.product_thumb img {
    margin-top: 10px;
    width: 204px;
}

.product_thumb.active h4 {
    visibility: visible;
}

.product_thumb.active .lens_color {
    visibility: visible;
}

.product_thumb a:hover,
.product_thumb.active {
    background: url(../images/product_variant_selected.png) top center no-repeat;
}
/* Photoshops show no opacity variation 
     *
     *  .product_thumb.active img {
     *     /* IE 8 
     *    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
     *    /* IE 5-7 
     *    filter: alpha(opacity=60);
     *    /* Netscape 
     *    -moz-opacity: 0.6;
     *    /* Safari 1.x 
     *    -khtml-opacity: 0.6;
     *    /* Good browsers 
     *    opacity: 0.6;
     *  }
     *
     */

.product_thumb a:hover h4 {
    visibility: visible;
}

.product_thumb a:hover .lens_color {
    visibility: visible;
}
/*
     *  .product_thumb a:hover img {
     *     /* IE 8 
     *    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
     *    /* IE 5-7 
     *    filter: alpha(opacity=60);
     *    /* Netscape 
     *    -moz-opacity: 0.6;
     *    /* Safari 1.x 
     *    -khtml-opacity: 0.6;
     *    /* Good browsers 
     *    opacity: 0.6;
     *  }
     */

.right_content_page h3.section_header {
    font-family: "Smith Medium", Sans-serif;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: .1em;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    margin: 70px 0px 30px;
    line-height: 18px;
}

.right_content_page .crosssell h3.section_header {
    margin: 80px 0px 50px;
}

.slider_instructions {
    font-family: "Georgia", Serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .05em;
    font-style: italic;
    font-weight: normal;
    color: #333333;
    margin-bottom: 20px;
    display: block;
}

.crosssell_listing p.cross_sell_summary {
    font-size: 11px;
    line-height: 18px;
}

.crosssell_listing p.view_item {
    margin-bottom: 4px;
}

.crosssell_listing h4 {
    font-family: "Smith Bold", Sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
}

.crosssell_listing img {
    margin-bottom: -20px;
}
/* Country Selector Styles */

.country_selector {
    position: relative;
    width: 80px;
    text-align: right;
}

.country_selector a {
    line-height: 15px;
}

.country_selector img {
    display: block;
    float: right;
    margin: 0px 3px;
}

.country_selector ul.country_list {
    display: none;
    right: 0px;
    top: 22px;
    width: 100%;
    position: absolute;
    z-index: 500;
    font-size: 10px;
    border: solid 1px #333333;
    background: #fff;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.country_selector ul.country_list li {
    float: none;
    padding: 0px;
    margin: 0px;
    display: table;
    width: 100%;
}

.country_selector ul.country_list li a {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding: 2px 10px 2px 2px;
}

.country_selector ul.country_list li a:hover {
    background: #adadad;
}

.country_selector a .country_selector_arrow {
    display: block;
    width: 11px;
    height: 8px;
    margin: 4px 0px 0px 0px;
    padding: 0px;
    background: url(../images/country_selector/country_selector_arrow_rollover.png) bottom left no-repeat;
    float: right;
    text-indent: -9999em;
    text-align: left;
    outline: none;
}

.country_selector a:hover .country_selector_arrow {
    background-position: bottom right;
}

.country_selector a .country_selector_arrow.up {
    background-position: top left;
}

.country_selector a:hover .country_selector_arrow.up {
    background-position: top right;
}

.country_selector a .country_selector_arrow.down {
    background-position: bottom left;
}

.country_selector a:hover .country_selector_arrow.down {
    background-position: bottom right;
}

.country_selector .selected .country_selector_arrow {
    background-position: top right;
}

.country_selector a.selected:hover .country_selector_arrow {
    background-position: top right;
}

.country_selector a.selected {
    color: #009c90;
}

#ui-id-1 {
    left: -2px;
    text-align: right;
    position: relative;
    top: -2025px;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    width: 1264px;
    left: -2px;
    text-align: right;
    position: relative;
    top: -2025px;
}

.ui-menu-item {
    width: 1192px;
}

ul.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all li {
    position: relative;
    top: 100px;
}

.ui-autocomplete {
    top: 2025px;
    position: relative;
}

.pagination.footer {
    margin-top: 80px;
    margin-bottom: 0px;
}

.cart_page h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Smith Extra Cond Bold Italic";
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    margin-top: 50px;
    text-align: left;
    letter-spacing: .05em;
}

.checkout_page .entry_fields p.step_subheader {
    margin-top: 45px;
}

.account_page h2 {
    font-style: normal;
}

.customer_service .side_menu a:hover,
.account_menu a:hover {
    color: #00a3da !important;
}

.account_details li strong {
    margin-bottom: 5px;
    display: inline-block;
}

.subcategory.product .category_listing_price {
    font-size: 10px;
    line-height: 14px;
}

.checkout_page .order_number {
    margin-bottom: 30px;
}

.global_header .minicart .minicart_total_cost {
    width: 100px;
    float: right;
    display: block;
    text-align: right;
    font-size: 13px;
}

.subcategory.product h4 span.original_price {
    color: #adadad;
    text-decoration: line-through;
    font-size: 10px !important;
    line-height: 14px !important;
    text-transform: uppercase !important;
    font-style: normal !important;
    letter-spacing: .2em !important;
}

#newsletter_success {
    font-family: "Georgia", Serif;
    text-transform: none;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    color: #00a3da !important;
    position: relative;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}

.cart-promotions li span {
    font-family: Georgia, Serif;
    font-size: 11px;
    font-style: italic;
    letter-spacing: .1em;
    color: #00a3da;
    line-height: 15px;
    margin-top: 10px;
    text-transform: none;
    padding-bottom: 1px;
    font-weight: normal;
}

#productListingPanel div.subcategory.product.panel {
    text-align: center;
}
