/* Reset ================================================================================= */

@import url('skin.css');

@import url('fonts.css');

@import url('jquery-ui-1.8.23.custom.css');

@import url('supersized.css');

@import url('jquery.hello-lightbox.css');

@import url('//netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.css');


/**
 * 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     HelloNuevo
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.hellothemes.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* Reset ================================================================================= */
/*
  Bootstrap v1.1
  Variables and mixins to bootstrap any new web development project.
*/
/* Variables
-------------------------------------------------- */
/* Fix for IE missing vertical scrollbar */
body {
    overflow-y: scroll!important;
}
/* Mixins
-------------------------------------------------- */
.clearfix {
    zoom: 1;
}
.clearfix:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
}
.center-block {
    display: block;
    margin: 0 auto;
}
/* @import url('http://fonts.googleapis.com/css?family=Droid+Sans');*/
.container {
    width: 1240px;
    margin: 0 auto;
    zoom: 1;
}
.container:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
}
.quick-view {
    display: none;
    width: 780px;
    padding: 20px;
    background: #fff;
    border: 4px solid #000;
}

.cms-home .text-home a.link1 {
    padding: 10px;
}


#gradient .directional-three-colors {
    background: #858324;
    /* Old browsers */

    background: -moz-linear-gradient(-45deg, #858324 0%, #bbaf3b 26%, #95b761 65%, #5e8438 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #858324), color-stop(26%, #bbaf3b), color-stop(65%, #95b761), color-stop(100%, #5e8438));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(-45deg, #858324 0%, #bbaf3b 26%, #95b761 65%, #5e8438 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(-45deg, #858324 0%, #bbaf3b 26%, #95b761 65%, #5e8438 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(-45deg, #858324 0%, #bbaf3b 26%, #95b761 65%, #5e8438 100%);
    /* IE10+ */

    background: linear-gradient(135deg, #858324 0%, #bbaf3b 26%, #95b761 65%, #5e8438 100%);
    /* W3C */

    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#858324', endColorstr='#5e8438', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */

}
#flexbox .display-box {
    display: -moz-box;
    display: -webkit-box;
    display: box;
}
#reset .global-reset html,
#reset .global-reset body,
#reset .global-reset div,
#reset .global-reset span,
#reset .global-reset applet,
#reset .global-reset object,
#reset .global-reset iframe,
#reset .global-reset h1,
#reset .global-reset h2,
#reset .global-reset h3,
#reset .global-reset h4,
#reset .global-reset h5,
#reset .global-reset h6,
#reset .global-reset p,
#reset .global-reset blockquote,
#reset .global-reset pre,
#reset .global-reset a,
#reset .global-reset abbr,
#reset .global-reset acronym,
#reset .global-reset address,
#reset .global-reset big,
#reset .global-reset cite,
#reset .global-reset code,
#reset .global-reset del,
#reset .global-reset dfn,
#reset .global-reset em,
#reset .global-reset img,
#reset .global-reset ins,
#reset .global-reset kbd,
#reset .global-reset q,
#reset .global-reset s,
#reset .global-reset samp,
#reset .global-reset small,
#reset .global-reset strike,
#reset .global-reset strong,
#reset .global-reset sub,
#reset .global-reset sup,
#reset .global-reset tt,
#reset .global-reset var,
#reset .global-reset b,
#reset .global-reset u,
#reset .global-reset i,
#reset .global-reset center,
#reset .global-reset dl,
#reset .global-reset dt,
#reset .global-reset dd,
#reset .global-reset ol,
#reset .global-reset ul,
#reset .global-reset li,
#reset .global-reset fieldset,
#reset .global-reset form,
#reset .global-reset label,
#reset .global-reset legend,
#reset .global-reset table,
#reset .global-reset caption,
#reset .global-reset tbody,
#reset .global-reset tfoot,
#reset .global-reset thead,
#reset .global-reset tr,
#reset .global-reset th,
#reset .global-reset td,
#reset .global-reset article,
#reset .global-reset aside,
#reset .global-reset canvas,
#reset .global-reset details,
#reset .global-reset embed,
#reset .global-reset figure,
#reset .global-reset figcaption,
#reset .global-reset footer,
#reset .global-reset header,
#reset .global-reset hgroup,
#reset .global-reset menu,
#reset .global-reset nav,
#reset .global-reset output,
#reset .global-reset ruby,
#reset .global-reset section,
#reset .global-reset summary,
#reset .global-reset time,
#reset .global-reset mark,
#reset .global-reset audio,
#reset .global-reset video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
#reset .global-reset body {
    line-height: 1;
}
#reset .global-reset ol,
#reset .global-reset ul {
    list-style: none;
}
#reset .global-reset table {
    border-collapse: collapse;
    border-spacing: 0;
}
#reset .global-reset caption,
#reset .global-reset th,
#reset .global-reset td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
#reset .global-reset q,
#reset .global-reset blockquote {
    quotes: none;
}
#reset .global-reset q:before,
#reset .global-reset blockquote:before,
#reset .global-reset q:after,
#reset .global-reset blockquote:after {
    content: "";
    content: none;
}
#reset .global-reset a img {
    border: none;
}
#reset .global-reset article,
#reset .global-reset aside,
#reset .global-reset details,
#reset .global-reset figcaption,
#reset .global-reset figure,
#reset .global-reset footer,
#reset .global-reset header,
#reset .global-reset hgroup,
#reset .global-reset menu,
#reset .global-reset nav,
#reset .global-reset section {
    display: block;
}
#reset .reset-box-model {
    margin: 0;
    padding: 0;
    border: 0;
}
#reset .reset-font {
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
#reset .reset-focus {
    outline: 0;
}
#reset .reset-body {
    line-height: 1;
}
#reset .reset-list-style {
    list-style: none;
}
#reset .reset-table {
    border-collapse: collapse;
    border-spacing: 0;
}
#reset .reset-table-cell {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
#reset .reset-quotation {
    quotes: none;
}
#reset .reset-quotation:before,
#reset .reset-quotation:after {
    content: "";
    content: none;
}
#reset .reset-image-anchor-border {
    border: none;
}
#reset .reset-html5 article,
#reset .reset-html5 aside,
#reset .reset-html5 details,
#reset .reset-html5 figcaption,
#reset .reset-html5 figure,
#reset .reset-html5 footer,
#reset .reset-html5 header,
#reset .reset-html5 hgroup,
#reset .reset-html5 menu,
#reset .reset-html5 nav,
#reset .reset-html5 section {
    display: block;
}
/* import css3 mixins *//* import css3 mixins *//* import css3 mixins *//* font imports */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    font-weight:300;
    color:#444;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    background: #EAEAEA;
}
ul,
li {
    list-style: none;
}
img {
    border: 0;
    vertical-align: top;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
:focus {
    outline: 0;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 5px;
    line-height: 1.35;
    color: #000;
}
h1 {
    font-size: 20px;
    font-weight: normal;
}
h2 {
    font-size: 18px;
    font-weight: normal;
}
h3 {
    font-size: 16px;
    font-weight: bold;
}
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 */
p {
    margin: 0 0 10px;
}
strong {
    font-weight: bold;
}
address {
    font-style: normal;
    line-height: 1.35;
}
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 {
    float: left !important;
}
.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;
}
.clear {
    clear: both;
}
.clear20 {
    clear: both;
    height: 20px;
}
/* ======================================================================================= */
/* Layout ================================================================================ */

.wrap-page {
    background: #fff;
}
.page {
    margin: 0 auto;
    padding: 20px 0 0 0;
}
.cms-home .page {
    padding: 0;
    border-bottom: 1px solid #a6a579;
}
.row {
    margin-left: -30px;
    *zoom: 1;
}
.row:before,
.row:after {
    display: table;
    content: "";
}
.row:after {
    clear: both;
}
[class*="span"] {
    float: left;
    margin-left: 30px;
}

#associated_products .span2.item,
.box-up-sell .span2.item,
.category-products .span2.item {
    margin-left: 18px;
    width:269px;
}
#associated_products .span2.item.first,
.box-up-sell .span2.item.first,
.category-products .span2.item.first{
    margin-left:0;
}
.span1 {
    width: 60px;
}
.span2 {
    width: 170px;
}
.span3 {
    width: 220px;
}
.span4 {
    width: 293px;
}
.span5 {
    width: 380px;
}
.span6 {
    width: 460px;
}
.span7 {
    width: 540px;
}
.span8 {
    width: 620px;
}
.span9 {
    width: 700px;
}
.span10 {
    width: 780px;
}
.span11 {
    width: 860px;
}
.span12 {
    width: 940px;
}
.offset1 {
    margin-left: 100px;
}
.offset2 {
    margin-left: 180px;
}
.offset3 {
    margin-left: 260px;
}
.offset4 {
    margin-left: 340px;
}
.offset5 {
    margin-left: 420px;
}
.offset6 {
    margin-left: 500px;
}
.offset7 {
    margin-left: 580px;
}
.offset8 {
    margin-left: 660px;
}
.offset9 {
    margin-left: 740px;
}
.offset10 {
    margin-left: 820px;
}
.offset11 {
    margin-left: 900px;
}
.row-fluid {
    width: 100%;
    *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
    display: table;
    content: "";
}
.row-fluid:after {
    clear: both;
}
.row-fluid > [class*="span"] {
    float: left;
    margin-left: 2.127659574%;
}
.row-fluid > [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid > .span1 {
    width: 6.382978723%;
}
.row-fluid > .span2 {
    width: 14.89361702%;
}
.row-fluid > .span3 {
    width: 23.404255317%;
}
.row-fluid > .span4 {
    width: 31.914893614%;
}
.row-fluid > .span5 {
    width: 40.425531911%;
}
.row-fluid > .span6 {
    width: 48.93617020799999%;
}
.row-fluid > .span7 {
    width: 57.446808505%;
}
.row-fluid > .span8 {
    width: 65.95744680199999%;
}
.row-fluid > .span9 {
    width: 74.468085099%;
}
.row-fluid > .span10 {
    width: 82.97872339599999%;
}
.row-fluid > .span11 {
    width: 91.489361693%;
}
.row-fluid > .span12 {
    width: 99.99999998999999%;
}
.container {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
}
.page-print {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
}
.page-empty {
    background: #fff;
    padding: 20px;
    text-align: left;
}
.page-popup {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
}
.main {
    min-height: 400px;
    text-align: left;
}
/* Base Columns */
.col-left {
    float: left;
    width: 220px;
}
.col-main {
    float: right;
    width: 690px;
}
.col-left .sidebar-inner {
    padding: 0 30px 0 0;
}
/* 1 Column Layout */
.col1-layout .col-main {
    float: none;
    width: auto;
}
.col3-layout .col-left .sidebar-inner {
    border: 0 none;
}
.col3-layout .col-wrapper {
    border-left: 1px solid #d8d8d8;
}
/* 2 Columns Layout */
/* 3 Columns Layout */
.col3-layout .col-main {
    width: 440px;
}
.col3-layout .col-wrapper {
    float: left;
}
/* Content Columns */
.col2-set .col-1 {
    float: left;
    width: 48.5%;
}
.col2-set .col-2 {
    float: right;
    width: 48.5%;
}
.col2-set .col-narrow {
    width: 32%;
}
.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/15px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #2f2f2f;
}
input.input-text,
select,
textarea {
    border: 1px solid #a6a479;
}
input.input-text,
textarea {
    padding: 5px;
}
select {
    padding: 1px;
}
select option {
    padding-right: 10px;
}
select.multiselect option {
    border-bottom: 1px solid #b6b6b6;
    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;
    text-align: center !important;
}
button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
/* FF Fix */
button.button {
    -webkit-border-fit: lines;
}
/* <- Safari & Google Chrome Fix */
button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}
button.button span {

    background-color: #a6a479;
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    text-transform:uppercase;
    font-weight:500;
}
button.button span span {
    border: 0 none;
    padding: 0 10px;
}
button.disabled span {
    border-color: #bbb !important;
    background: #bbb !important;
}

button.btn-checkout span {
    height: 35px;
    /*  padding: 0 0 0 9px;*/
    font: normal 15px/35px "franklin-gothic-urw", Arial, Helvetica, sans-serif;

    background-color: #a6a479;

}
button.btn-checkout:hover span {
    background-color: #a6a479;
}
button.btn-checkout span span {
    padding: 0 25px 0 16px;
}
button.btn-checkout.no-checkout span {
    background-position: 0 100%;
    color: #b8baba;
}
button.btn-checkout.no-checkout span span {
    background-position: 100% 100%;
}
.find-a-dealer{
    background-color: #A43221;
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    text-transform:uppercase;
    font-weight:500;
    float:left;
    padding:0 10px;
    font-size:12px;
}
.outofstock{
    float: left;
    margin-right: 10px;
    color: #666;
    line-height: 25px;
    text-transform:uppercase;
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    font-size:18px;
}

p.control input.checkbox,
p.control input.radio {
    margin-right: 6px;
}
/* Form Highlight */
input.input-text:focus,
select:focus,
textarea:focus {
    background-color: #fff;
    border: 1px solid #C8C8C8;
}
/*.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: #666;
    font-weight: bold;
    position: relative;
    z-index: 0;
}
.form-list label.required em {
    font-style: normal;
    color: #eb340a;
    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;
    padding:10px 0;
}
.form-list .field {
    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;
}
.form-list-narrow li {
    margin-bottom: 0;
}
.form-list-narrow li .input-box {
    margin-bottom: 6px;
}
.form-list-narrow li.wide .input-box {
    width: 260px;
}
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
    width: 254px;
}
.form-list-narrow li.wide select {
    width: 260px;
}
/* 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;
}
/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.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:11px; font-weight:normal; color:#777; text-align:left; }
.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: 0;
    border-top: none;
    text-align: right;
}
.buttons-set p.required {
    margin: 0 0 10px;
}
.buttons-set .back-link {
    float: left;
    margin: 3px 10px 0 5px;
}
.buttons-set button.button {
    float: left;

}

.giftcardaccount .buttons-set button.button{
    margin-right:10px;
}

.ebsco-myphotos-index-new .buttons-set .back-link{
    float:right;
}

.ebsco-myphotos-index-new .buttons-set p.required{
    text-align:left;
}

.ebsco-myphotos-index-new .upload-container button.button{
    float:left;
    min-width:100px;
}

.buttons-set-order {
    margin: 10px 0 0;
}
.buttons-set-order .please-wait {
    padding: 12px 7px 0 0;
}
.fieldset {
    /*  border: 1px solid rgba(0, 0, 0, 0.1);*/
    padding: 0;
}
.fieldset .legend {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #333333;
    float: none;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 0 8px;
    position: relative;
    border-top: 0 none;
    border-right: 0 none;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 13px;
    line-height: 32px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.05);
}

/* Form Validation */
.validation-advice {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    padding-left: 17px;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    background: url(../images/validation_advice_bg.gif) 2px 0 no-repeat;
    color: #eb340a;
}
.validation-failed {
    border: 1px dashed #eb340a !important;
    background: #faebe7 !important;
}
.footer-subscribe .validation-failed{
    background:#ACABAB!important;
    border:1px solid #A43221!important;
}
p.required {
    font-size: 11px;
    text-align: left;
    color: #EB340A;
}
/* 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: #df280a;
    font-weight: bold;
}
.notice {
    color: #000;
    text-align:center;

}
.messages,
.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.messages {
    width: 100%;
    overflow: hidden;
}
.messages li {
    margin: 0 0 10px !important;
}
.messages li li {
    margin: 0 !important;
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 10px !important;
    font-size: 11px !important;
    font-weight: bold !important;
}
.error-msg {
    color: #ffffff;
    background-color: #df280a;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#f7a193), to(#df280a));
    /* Konqueror */

    background-image: -moz-linear-gradient(#f7a193, #df280a);
    /* FF 3.6+ */

    background-image: -ms-linear-gradient(#f7a193, #df280a);
    /* IE10 */

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7a193), color-stop(100%, #df280a));
    /* Safari 4+, Chrome 2+ */

    background-image: -webkit-linear-gradient(#f7a193, #df280a);
    /* Safari 5.1+, Chrome 10+ */

    background-image: -o-linear-gradient(#f7a193, #df280a);
    /* Opera 11.10 */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7a193', endColorstr='#df280a', GradientType=0);
    /* IE6 & IE7 */

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7a193', endColorstr='#df280a', GradientType=0)";
    /* IE8+ */

    background-image: linear-gradient(#f7a193, #df280a);
    /* the standard */

    border: 1px solid #df280a;
}
.success-msg, .note-msg, .notice-msg {
    background-color: #bddaa6;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#fc6750), to(#c83923));
    /* Konqueror */

    background-image: -moz-linear-gradient(#fc6750, #c83923);
    /* FF 3.6+ */

    background-image: -ms-linear-gradient(#fc6750, #c83923);
    /* IE10 */

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc6750), color-stop(100%, #c83923));
    /* Safari 4+, Chrome 2+ */

    background-image: -webkit-linear-gradient(#fc6750, #c83923);
    /* Safari 5.1+, Chrome 10+ */

    background-image: -o-linear-gradient(#fc6750, #c83923);
    /* Opera 11.10 */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc6750', endColorstr='#c83923', GradientType=0);
    /* IE6 & IE7 */

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc6750', endColorstr='#c83923', GradientType=0)";
    /* IE8+ */

    background-image: linear-gradient(#fc6750, #c83923);
    /* the standard */

    color: #fff;
    border: 1px solid #c83923;
    text-transform:uppercase;
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    font-weight:400;
}
/*.note-msg,*/
/*.notice-msg {*/
    /*color: #2F2F2F;*/
    /*border: 1px solid #EDC50C;*/
    /*background-color: #edc50c;*/
    /*background-repeat: repeat-x;*/
    /*background-image: -khtml-gradient(linear, left top, left bottom, from(#f6ee93), to(#edc50c));*/
    /* Konqueror */

    /*background-image: -moz-linear-gradient(#f6ee93, #edc50c);*/
    /* FF 3.6+ */

    /*background-image: -ms-linear-gradient(#f6ee93, #edc50c);*/
    /* IE10 */

    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6ee93), color-stop(100%, #edc50c));*/
    /* Safari 4+, Chrome 2+ */

    /*background-image: -webkit-linear-gradient(#f6ee93, #edc50c);*/
    /* Safari 5.1+, Chrome 10+ */

    /*background-image: -o-linear-gradient(#f6ee93, #edc50c);*/
    /* Opera 11.10 */

    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6ee93', endColorstr='#edc50c', GradientType=0);*/
    /* IE6 & IE7 */

    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6ee93', endColorstr='#edc50c', GradientType=0)";*/
    /* IE8+ */

    /*background-image: linear-gradient(#f6ee93, #edc50c);*/
    /* the standard */

/*}*/
/* Home Savvy */

.savvy h2 {
    font-size:14px;
    color:#000;
    font-weight:600;
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    text-transform:uppercase;
    border-bottom: 1px solid #a6a579;
    margin-bottom:20px;
    padding: 0 0 10px;
}

.savvy .span6, .savvy .span4{
    margin-right:20px;
    margin-left:0;
    position:relative;
    height:auto;
    overflow:hidden;
    z-index:10;
    width:376px;
}

.savvy.span12 {
    margin-bottom: 30px;
}

.savvy .span4.last{
    margin-right:0;
}

.savvy-main{
    z-index:-1;
    width:100%;
}

.savvy-home{
    position:absolute;
    z-index:-1;
    width:100%;
    height:100%;
}

.savvy-info{
    color:#fff;
    background:rgba(0, 0, 0, 0.5);
    position:absolute;
    bottom:0;
    width:100%;
    padding-top:10px;
}
.savvy-date {
    padding-left:10px;
    font-weight:bold;
}
.savvy-blurb{
    padding-left:10px;
    max-width:260px;
}
.readmore{
    text-decoration: underline;
    color:#A43221;
}

.savvy-title {
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    text-transform:uppercase;
    font-weight:600;
    color: #000000;
    clear: both;
    line-height: 20px;
    font-size: 14px;
    background:#e9e9dd;
    background:rgba(233,233,221,0.8);
    display: table;
    height: 60px;
    vertical-align: middle;
    width: 100%;
    position:absolute;
    bottom:0;
    left:0;
}
.savvy-title span {
    padding: 0 60px 0 15px;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.savvy-title span span{
    display:block;
    width:55px;
    height:60px;
    background:url(../images/arrow-new-home.png) no-repeat center center;
    position:absolute;
    top:0;
    right:0;
    padding:0;
}
.savvy-title span img {
    float:right;
    border-left:1px solid #5a4038;
}
.savvy-title a {
    color: #5b0909;
    font-size: 12px;
    padding: 0 15px;
    text-shadow: 1px 1px 0 #b43030;
    text-transform: uppercase;
    position: absolute;
    right: 50px;
    border-right: 1px solid #9e0000;
}

#featured-intro{
    display:inline;
    padding:0;
}

#debug {
    color:#000;
    font-weight:bold;
}

#fb-controller {
    overflow:hidden;
    height:140px;
    width:100%;
    background:url(../images/home/fb-bg.png) no-repeat bottom center;
    margin-bottom:20px;
}

#fb-controller .fb-like-box {
    margin-top:-70px;
    margin-left:35px;
}

.home-content {
    color:#403d3a;
    margin:30px 0 20px 0;
}

.home-content h3 {
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    font-size:14px;
    text-transform:uppercase;
    font-weight:600;
    color:#000;
    border-bottom:1px solid #a6a579;
    margin-bottom:20px;
    padding: 0 0 10px;
}

.home-content > div{
    float:left;
}

.home-content > div > p > img{
    float:left;
    margin-right:10px;
}

.home-call{
    width:60%;
}
.home-choice{
    width:40%;
}

.home-choice img {
    max-height: 101px;
    max-width: 83px;
}

.home-call p{
    padding-right:70px;
}

.home-call p img {
    margin-top:0px;
    margin-bottom:10px;
}

.home-content .green {
    color:#A43221;
}

/* BreadCrumbs */
.breadcrumbs {
    font-size: 12px;
    line-height: 1.25;
    margin: 0 auto 20px;
    text-align: left;
}
.breadcrumbs li {
    display: inline;
}
.breadcrumbs li strong {
    font-weight: bold;
}
/* Page Heading */
.page-title {
    width: 100%;
    overflow: hidden;
    /*border-bottom:1px solid #ccc;*/
    margin: 0;
}
.page-title h1,
.page-title h2 {
    color: #000;
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    font-size: 30pt;
    font-weight: 600;
    margin: 0;
    line-height:54px;
}
.post-list-item h2 {
    font-family:"franklin-gothic-urw", Arial,sans-serif;
    font-weight:600;
    font-size:24px;
}
.post-list-item h2 span {
    font-weight:normal;
    font-style:italic;
}
.post-list-item a{
    color:#000;
}
.featured-image{
    width:40%;
    float:right;
    margin:5px 5px 20px 40px;
}
.featured-image img{
    width:100%;
}


#postComment .button-set {
    padding-bottom:20px;
}

.post-entry p{
    line-height:26px;
    margin-bottom:3em!important;
    color:#313231;
}
.page-title .separator {
    margin: 0 3px;
}
.page-title .link-rss {
    float: right;
    margin: 7px 0 0;
}
.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;
    padding: 15px 0 0;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 6px;
    color: #000;
}
/* Pager */
.pager {
    font-size: 11px;
    text-align: center;
}
.pager .amount {
    float: right;
    margin: 0;
    font-weight: bold;
    margin-right: 20px;
    margin-top: 4px;
}
.pager .limiter {
    float: right;
    display: none;
}
.pager .limiter label {
    vertical-align: middle;
}
.pager .limiter select {
    padding: 0;
    margin: 0 0 1px;
    vertical-align: middle;
}
.pager .pages ol {
    float: none;
}
.pager .pages li {
    float: left;
    margin: 0 4px;
    border: 1px solid #c0c0c0;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
    color: #7c7c7c;
}
.pager .pages li:hover {
    background: #e2e2e2;
}
.pager .pages li a {
    padding: 5px;
    color: #7c7c7c;
}
.pager .pages .current {
    padding: 0px 5px;
    border: 1px solid #f3f3f3;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.pager .pages .current:hover {
    border: 1px solid #c0c0c0;
}
.pager li.prev {
    margin-right: 10px;
}
.pager li.next {
    margin-left: 10px;
}
/* Sorter */
.sorter {
    font-size: 11px;
}
.sorter .view-mode {
    float: left;
    display: none;
    margin: 0 0 10px 0;
}
.sorter .view-mode strong,
.sorter .view-mode .list,
.sorter .view-mode .grid {
    text-indent: -999em;
    display: inline-block;
    position: relative;
    height: 10px;
    width: 16px;
    padding: 5px;
}
.sorter .view-mode strong.grid {
    background: url("../images/catalog/display_sprite.gif") no-repeat scroll -17px 5px #A43221;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.sorter .view-mode a.list {
    background: url("../images/catalog/display_sprite.gif") no-repeat scroll 0 -11px transparent;
    width: 10px;
}
.sorter .view-mode a.grid {
    background: url("../images/catalog/display_sprite.gif") no-repeat scroll 0 5px transparent;
    width: 5px;
}
.sorter .view-mode strong.list {
    background: url("../images/catalog/display_sprite.gif") no-repeat scroll -17px -11px #A43221;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 5px;
}
.sorter .view-mode label {
    display: none;
}
.sorter .sort-by {
    float: right;
    padding-right: 36px;
    display: none;
}
.sorter .sort-by label {
    vertical-align: middle;
}
.sorter .sort-by select {
    padding: 0;
    margin: 0 0 1px;
    vertical-align: middle;
}
.sorter .sort-by a {
    margin-left: 5px;
}
/* Toolbar */
.toolbar {
    float: left;
    width: 100%;
    padding: 0 0 16px 0;
}
.toolbar .pager {
    float: right;
}
.toolbar .sorter {
    float: left;
}
.toolbar .limiter{
    float:left;
    margin-right:20px;
}
.toolbar .pages {
    float: right;
    margin-top: 3px;
}
.toolbar .pages ol,
.toolbar .pages strong{
    float:left;
}
.toolbar div {
    display:block!important;
}



/* Data Table */
.data-table {
    width: 100%;
    border: 1px solid #D8D8D8;
}
.data-table .odd,
.data-table .even {
    background: #fff;
}
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last {
    border-right: 0;
}
/*.data-table tr.last th,*/
.data-table tr.last td {
    border-bottom: 0 !important;
}
.data-table th {
    padding: 3px 8px;
    font-weight: bold;
}
.data-table td {
    padding: 3px 8px;
}
.data-table thead th {
    font-weight: bold;
    padding: 8px 8px;
    color: #0a263c;
    white-space: nowrap;
    vertical-align: middle;
    border-bottom: 1px solid #D8D8D8;
}
.data-table thead th.wrap {
    white-space: normal;
}
.data-table thead th a,
.data-table thead th a:hover {
    color: #fff;
}
.data-table thead th {
    background: #F9F9F9;
}
.data-table thead th .tax-flag {
    font-size: 11px;
    white-space: nowrap;
}
.data-table tfoot {
    border-bottom: 1px solid #d9dde3;
}
.data-table tfoot tr {
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.data-table tfoot td {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 0;
    border-right: 1px solid #d9dde3;
}
.data-table tfoot strong {
    font-size: 16px;
}
.data-table thead th,
.data-table tbody th,
.data-table tbody td {
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}
/* Bundle products tables */
.data-table tbody.odd tr td,
.data-table tbody.even tr td {
    border-bottom: 0;
}
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
    border-bottom: 1px solid #d9dde3;
}
.data-table tbody td .option-label {
    font-weight: bold;
    font-style: italic;
}
.data-table tbody td .option-value {
    padding-left: 10px;
}
/* Generic Info Box */
.info-box {
    background: #fff;
    border: 1px solid #d8d8d8;
    padding: 12px 15px;
    margin: 0 0 15px;
}
.info-box h2 {
    font-weight: bold;
    font-size: 13px;
}
.info-table th {
    font-weight: bold;
    padding: 2px 15px 2px 0;
}
.info-table td {
    padding: 2px 0;
}
/* Shopping cart total summary row expandable to details */
tr.summary-total {
    cursor: pointer;
}
tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(../images/bkg_collapse.gif) 0 5px no-repeat;
    cursor: pointer;
}
tr.show-details .summary-collapse {
    background-position: 0 -52px;
}
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% 5px 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% -52px;
}
/* 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 {
    margin: 0;
    padding: 0 0 10px 0;
}
.std ul {
    list-style: disc outside;
    padding-left: 1.5em;
}
.std ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}
.std ul ul {
    list-style-type: circle;
}
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
    margin: .5em 0;
}
.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.last {
    background: none !important;
    padding-right: 0 !important;
}
.link-cart {
    /*color:@secondary_color !important; font-weight:normal;*/

    background: none repeat scroll 0 0 #F3F3F3;
    border: 1px solid #D9D9D9;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #787878;
    float: left;
    line-height: 23px;
    padding: 0 10px;
    text-shadow: 0 1px #FFFFFF;
}
.link-cart:hover {
    background: #000;
    color: #ffffff;
    text-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.6);
}
.link-reorder {
    font-weight: normal;
    color: #4B4B4B !important;
}
.link-print {
    /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
    font-weight: bold;
    color: #4B4B4B;
}
.link-rss {
    background: url(../images/i_rss.gif) 0 2px no-repeat;
    padding-left: 18px;
    line-height: 14px;
    white-space: nowrap;
}
.btn-remove {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_remove.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}
.btn-previous {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_previous.gif) 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;
}
.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: url(../images/bkg_divider1.gif) 0 50% repeat-x;*/
    background:#a6a479;
    text-indent: -999em;
    overflow: hidden;
}
/* Global site notices */
.global-site-notice {
    border: 1px solid #cfcfcf;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}
.global-site-notice .notice-inner {
    width: 860px;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    background: url(../images/i_notice.gif) 20px 25px no-repeat;
    text-align: left;
}
.global-site-notice .notice-inner p {
    margin: 0;
    border: 1px dotted #cccc73;
    padding: 10px;
}
.global-site-notice .notice-inner .actions {
    padding-top: 10px;
}
/* Cookie Notice */
/* Noscript Notice */
/* Demo Notice */
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    border: 0;
    text-align: center;
    color: #fff;
}
.demo-notice .notice-inner {
    width: auto;
    padding: 0;
    background: none;
    text-align: center;
}
.demo-notice .notice-inner p {
    padding: 0;
    border: 0;
}
/* ======================================================================================= */
/* Header ================================================================================ */
.hidden-desktop {
    display: none;
}
.header-wrapper {
    background: #f1f1f1;
    border-bottom: 1px solid #d8d8d8;
}
.wrap-header {
    background: #FFFFFF url('../images/home/bg_banner-sub.jpg') repeat-x top center;
    padding:0 0 20px 0;
}

.wrap-header.deer-wrap{
    background: #e9e9dd;
}

.wrap-header.turkey-wrap{
    background: #e9e9dd;
}

.header-container {
    height: 100px;
}
.header {
    height: 100%;
    text-align: right;
    position: relative;
    z-index: 999;
    padding-top:40px;
}
.headerTop {
    background:none;
    min-height: 50px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
}
.header .logo {
    float: left;
    text-decoration: none !important;
    display:block;
    margin-bottom:0;
}
.header .logo a {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
}
.header .logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}
#logo-head {
    position:absolute;
    top:11px;
    left:0px;
    z-index:1;
    width:430px;
}

.home-rotate-deer{
    background:url(../images/rotate-bg-deer.jpg) no-repeat bottom right #edede5;
}

.home-rotate-turkey{
    background:url(../images/img_header_coyote.jpg) no-repeat top center #e9e9dd;
    background-size: cover;
}

.rotate-text{
    position:absolute;
    width:50%;
    top:80px;
}

h2.rotate-title{
    font-family: 'franklin-gothic-urw';
    font-size:62px;
    color:#000;
    line-height:70px;
    width: 100%;
    max-width: 950px;
    font-weight: bold;
    margin: auto;
    text-align:left;
    text-transform: uppercase;
}


h2.rotate-title span{
    font-size:18px;
    color:#000;
    font-weight: 100;
    line-height:30px;
    display: block;
    margin-top: 20px;
    font-family: "letter-gothic-std";
    text-transform: none;
    width: 328px;
}

.rotate-button{
    width:100%;
    text-align:left;
    margin-top:30px;
    font-family: "franklin-gothic-urw";
    text-transform:uppercase;
    font-weight:bold;
    font-size:17px;
}

.rotate-button a{
    padding:10px 20px;
    margin:0 auto;
    background:#a5a579;
    color:#fff;
}

.rotate-call-type{
    text-align: left;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    top: 10px;
}

.rotate-features{
    text-align: left;
    margin-top: 60px;
}

.rotate-call-type img{
    margin-right: 10px;
    top: -20px;
    position: relative;
}

.rotate-shadow{
    width:100%;
    height:40px;
    margin: 0 auto;
}

.home-rotate-deer .bx-wrapper .bx-controls {
    position: relative;
}

.home-rotate-deer .bx-wrapper .bx-controls .bx-pager {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 5px;
    z-index: 998;
}

.home-rotate-deer .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
    list-style: none outside none;
    color: transparent;
    font-size: 0;
    display: inline-block;
    margin-right: 2px;
}

.home-rotate-deer .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 0 2px 5px 2px;
    width: 15px;
}

.home-rotate-deer .bx-wrapper .bx-controls .bx-pager .bx-pager-item a:hover {
    box-shadow: 0px 0px 2px #000;
}
.home-rotate-deer .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
    box-shadow: none;
    pointer-events: none;
    cursor: default;
}
.home-rotate-deer .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active:hover {
    box-shadow: none;
}

.home-rotate-deer .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active,
.home-rotate-deer .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.hover,
.home-rotate-deer .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.visited {
    background-color: #a5a579;
}

#tagline-head{
    float:left;
    margin:6px 0 0 16px;
}
.header .quick-access {
    float: right;
    padding: 0px 0px 0 0;
    height: 100%;
    position: relative;
}

.header .welcome-msg {
    margin: 0;
    color: #fff;
    text-align: right;
}
.header .welcome-msg a {
    color: #ebbc58;
}
.header #search_mini_form {
    float: right;
}
.header .form-search {
    position: relative;
    width: 140px;
    margin: 9px 10px;
    height: 24px;
    float: right;
    background:#fff;
    border:none;
}
.header .form-search label {
    display: none;
}
.header .form-search input.input-text {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #757575;
    float: left;
    font-size: 12px;
    height: 24px;
    margin-right: 4px;
    padding: 0 20px 0 10px;
    width: 110px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -khtml-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
.header .form-search .button {
  width: auto;
  background-color: transparent;
  background-color: initial;
  position: absolute;
  right: 3px;
  border: 0;
}
.header .form-search .button .fa-search {
  font-size: 14px;
  font-family: FontAwesome;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.7777777777777778rem;
  color: #808080;
  position: relative;
  top: 5px;
  padding: 0;
}
.header .form-search .button:hover .fa-search {
  color: #666666;
}

.header .site-links {
    float: left;
}
.site-links .links .last {
    display: none;
}
.top-login {
    float: left;
    position: relative;
}
.top-login a.link {
    color: #000;
    font-weight:bold;
    display: block;
    font-size: 13px;
    line-height: 12px;
    border-right:1px solid #000;
    padding:0 10px;
    margin:15px 0 0 0;
}
#top-checkout a {
    border:none;
    color:#000;
    font-size: 13px;
    font-weight: bold;
}
#top-checkout a:hover{
    color:#A43221;
}
.top-login a:hover {
    color: #A43221;
}
.top-login.lright {
    /*background: url("../images/border-access.png") no-repeat scroll right top transparent;*/
    padding-right: 20px;
}
.header .site-links {
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #d9d9d9;
}
.header .site-links li {
    float: left;
    display: inline-block;
    border-right: 1px solid #d9d9d9;
    height: 35px;
}
.header .site-links li a {
    color: #808080;
    float: left;
    font-size: 13px;
    line-height: 33px;
    padding: 0 12px;
    text-shadow: 1px 1px 0 #DADADA;
}
.header .site-links li a:hover {
    color: #000000;
}
.header .site-links li a span {
    text-indent: -999em;
}
.header .site-links li.account {
    border-left: none;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}
.header .mini-cart {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -moz-border-radius: 2px 0 2px 2px;
    border-radius: 2px 2px 2px 2px;
    width: 202px;
    display: none;
    position: absolute;
    padding: 10px;
    top: 38px;
    background: rgba(218, 218, 218, 0.8);
    z-index: 999;
    /* centers div */
    text-align: left;
    right: 5px;
    margin: 0;
}
.header .mini-cart .arrow {
    background: url(../images/nav_arrow.png) no-repeat center center;
    width: 10px;
    height: 5px;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -10px;
}
/*.header .mini-cart .content {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  box-shadow: 2px 1px 4px 0 rgba(0, 0, 0, 0.09) inset;
  margin: 10px;
  padding: 10px;
  -moz-border-radius: 5px;
  border-radius: 5px;
    }*/
.header .mini-cart .content .subtotal {
    background: #ffffff;
    padding: 10px;
    text-align: center;
}
.header .mini-cart .content .actions button {
    width:100%;
}
.header .mini-cart a {
    color: #4B4B4B;
}
.header .mini-cart #cart-sidebar li {
    clear: both;
    display: block;
    margin-bottom: 5px;
    min-height: 53px;
    padding-right: 15px;
    position: relative;
}
.header .mini-cart #cart-sidebar li .product-name {
    display: inline-block;
    width: 100%;
}
.header .mini-cart #cart-sidebar li .btn-remove,
.header .mini-cart #cart-sidebar li .btn-edit {
    position: absolute;
    right: 0;
}
.header .mini-cart #cart-sidebar li .btn-remove {
    top: 15px;
}
.header .mini-cart #cart-sidebar li .btn-edit {
    top: 0px;
}
.header .form-search button {
    float: left;
    border: 0 none;
    background: none;

}
.header .form-search button span {
  width: auto;
  background-color: transparent;
  background-color: initial;
  position: relative;
  border: 0;
}
.header .top-search form .form-search .button .fa-search {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.7777777777777778rem;
  color: #808080;
}
.header .form-search .search-autocomplete {
    z-index: 999;
    left: 40px !important;
    top: 22px !important;
}
.header .form-search .search-autocomplete ul {
    border: 1px solid #5c7989;
    background-color: #f9f5f0;
}
.header .form-search .search-autocomplete li {
    text-align: left;
    border-bottom: 1px solid #f4eee7;
    padding: 2px 8px 1px 8px;
    cursor: pointer;
}
.header .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
}
.header .form-search .search-autocomplete li.odd {
    background-color: #fffefb;
}
.header .form-search .search-autocomplete li.selected {
    background-color: #f7e8dd;
}
.header .form-language {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}
.header .form-language label {
    font-weight: bold;
    padding-right: 5px;
    vertical-align: middle;
}
.header .form-language select {
    padding: 0;
}
.header .form-language select.flags option {
    background-position: 4px 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
}
.header .links {
    float: right;
}
.header .links li {
    float: left;
    font-size: 11px;
    background: #fff;
}
.header .links a {
    color: #787878;
}
.header-container .top-container {
    clear: both;
    padding: 5px 10px 0 12px;
    text-align: left;
}
.header-container .top-container a {
    font-size: 11px;
    color: #ebbc58;
}
/********** < Navigation */
.mobilemenu {
    display: none;
    background: #f3f3f3;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.nav-container {
    z-index: -1;
    border-top: none;
    border-bottom: 1px solid #a5a579;
    height: auto;
    clear: both;
    position: relative;
    padding: 3px 0 !important;
    opacity: 0.95;
    width: 100%;
    float: right;
}
#nav {
    margin: 0 auto;
    font-size: 13px;
    float: right;
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    font-weight:600;
    text-transform:uppercase;
    padding:0 10px;
    width:auto;
    position:relative;
    z-index:999;
}
#nav .arrow {
    position: absolute;
    top: -5px;
    left: 20%;
    margin-left: -10px;
    width: 0;
    height: 0;
    padding: 0;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    background: url(../images/nav_arrow.png) no-repeat center center;
    width: 10px;
    height: 5px;
}
/* All Levels *//* Style consistent throughout all nav levels */
#nav li {
    position: relative;
    text-align: left;
}
#nav li.over {
    z-index: 998;

}
#nav li a.over {
    color:#000;
}
#nav span {
    display: block;
    cursor: pointer;
    white-space: nowrap;
}
/* 0 Level */
#nav li {
    float: left;
}
#nav li {
    height: auto;
    padding: 0;
}
#nav li.active a {
    color: #000;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#nav li.active a:hover,
#nav li.active .over {
    color: #000;
}
#nav li.active ul a {
    color: #313131;
}
#nav > li a.level-top {
    float: left;
    margin: 12px 0 10px 0;
    padding:0 10px;
    color: #000;
    /*line-height:25px;*/
    display: block;
    border-right: 1px solid #000;
}

#nav > li a.level-top:hover{
    color:#000;
}

/*
#nav li.over a,*/
#nav a:hover { color:#000;}
/* 1st Level */
/*#nav ul li,*/
/*#nav ul li.active {*/
    /*margin: 0;*/
    /*padding-bottom: 1px;*/
/*}*/
#nav ul li.last {
    padding-bottom: 0;
    border: none;
}
#nav ul a,
#nav ul a:hover {
    float: none;
    padding: 0;
    background: none;
}
#nav ul li a {
    font-weight: normal !important;
}
/* 2nd Level */
#nav ul,
#nav div {
    position: absolute;
    top: 40px;
    left: -10000px;
    border: 1px solid #899ba5;
    z-index: 999;
}
#nav div ul {
    position: static;
    width: auto;
    border: none;
}
/* 3rd+ Level */
#nav ul ul,
#nav ul div {
    top: 20px;
}
#nav ul li a,
#nav ul li a:hover {
    text-shadow: none;
    background: none;
    color: #313131;
}

#nav ul span,
#nav ul li.last li span {
    padding: 0 0 5px 0;
    font-weight:600;
}
/* Show menu */
#nav li ul {
    background: #e9e9dd;
    padding-top: 5px;
    border: 1px solid #e9e9dd;
    z-index:999;
}
#nav li ul li {
    padding: 0;
    height: auto !important;
    display: block;
    float: none;
    border-bottom: 1px solid #787878;
    margin: 7px 14px;
    font-family: "franklin-gothic-urw", Arial, sans-serif;
}
#nav li ul li a {
    color:#000;
    font-weight:600;
    line-height: 25px !important;
}
#nav li.active ul li a {
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: transparent;
}
#nav li ul li a:hover {
    color: #000 !important;
}
#nav li.active.parent ul li a {
    background: none !important;
}
#nav li.parent ul li a {
    background: transparent;
    /*padding: 0px 10px;*/
}
#nav li ul.shown-sub,
#nav li div.shown-sub {
    left: 0;
    z-index: 999;
}
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
    left: 25px;
    top: 25px;
}
#nav li .shown-sub li div.shown-sub .arrow {
    left: 20px !important;
}
#nav li.home {
    padding: 14px 5px 0px 18px;
}
#nav li.home a {
    width: 18px;
    height: 18px;
    background: url(../images/home.png) no-repeat 0 0;
    text-indent: -999em;
    padding: 0;
}
#nav ul.level1 {
    float: left;
}

/* Meganav styles */

#nav li.nav-1.first.parent > ul {
    min-width:460px;
    padding:10px;
}

#nav li.nav-1.first.parent > ul > li.parent {
    float:left;
    width:auto;
    border-bottom:none;
    margin:0;
    padding:0 20px;
    border-right: 1px solid #787878;
    text-transform:uppercase;
}

#nav li.nav-1.first.parent > ul > li {
    width:auto;
    border-bottom:none;
    margin:0;
    padding:0 10px 0 20px;
    float:left;
}

#nav li.nav-1.first.parent > ul > li.first {
    padding-left:10px;
}

#nav li.nav-1.first.parent > ul > li.last {
    border:none;
    padding-right:10px;
}

#nav li.nav-1.first.parent > ul > li > a {
    color:#000;
    display:block;
}

#nav li.nav-1.first.parent > ul > li > a:hover {
    text-decoration:underline;
}

#nav li.nav-1.first.parent > ul > li.parent > a span{
    line-height:25px;
}

#nav li.nav-1.first.parent > ul > li > ul{
    position:static;
    float:left;
    padding:0;
    width:auto;
    min-width:0;
}

#nav li.nav-1.first.parent > ul > li > ul > li{
    float:none;
    margin:0;
    border:none;
    text-transform:none;
}


#menu {
    text-align: left;
    background-color: #afafaf;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#d5d5d5), to(#afafaf));
    /* Konqueror */

    background-image: -moz-linear-gradient(#d5d5d5, #afafaf);
    /* FF 3.6+ */

    background-image: -ms-linear-gradient(#d5d5d5, #afafaf);
    /* IE10 */

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5d5d5), color-stop(100%, #afafaf));
    /* Safari 4+, Chrome 2+ */

    background-image: -webkit-linear-gradient(#d5d5d5, #afafaf);
    /* Safari 5.1+, Chrome 10+ */

    background-image: -o-linear-gradient(#d5d5d5, #afafaf);
    /* Opera 11.10 */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5', endColorstr='#afafaf', GradientType=0);
    /* IE6 & IE7 */

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5', endColorstr='#afafaf', GradientType=0)";
    /* IE8+ */

    background-image: linear-gradient(#d5d5d5, #afafaf);
    /* the standard */

    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.3), 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.3), 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.3), 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.3), 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.3), 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.3), 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
}
#menu ul {
    text-align: left;
}
#menu .menutop {
    display: block;
    padding: 5px 10px;
    position: relative;
}
#menu .menutop h2 {
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-top: 2px;
}
#menu .menutop .toggle {
    position: absolute;
    right: 7px;
    top: 6px;
    cursor: pointer;
    display: block;
    background: url(../images/mobile_nav_toggle.png) no-repeat top left;
    width: 38px;
    height: 25px;
}
#menu ul.submenu {
    background: #ddd;
}
ul.topnav ul {
    display: none;
}
ul.topnav li {
    position: relative;
}
ul.topnav li a {
    padding: 0 20px;
    line-height: 28px;
}
ul.topnav li a:hover {
    background: #ededed;
}
ul.topnav ul li span {
    padding-left: 10px;
}
ul.topnav li,
ul.topnav li a {
    display: block;
}
ul.topnav li em {
    position: absolute;
    right: 5px;
    top: 0px;
    cursor: pointer;
    padding: 3px;
    font-style: normal;
}
ul.topnav ul li > ul li span {
    padding-left: 25px;
}
/* TopCart */
.topCart {
    float: right;
    height: 30px;
    margin: 5px;
}
.topCart span.content {
    background: url("../images/checkout-cart-new.png") no-repeat scroll left center transparent;
    color: #A43221;
    float: left;
    cursor: pointer;
    font-size: 14px;
    padding: 25px 0 5px 30px;
    width: auto;
    position: relative;

}
.topCart span.content div {
    color: #000;
    font-weight: bold;
    font-size: 9px;
    line-height: 7px;
    position: absolute;
    top:0px;
    left:10px;
    text-align: center;
}

.cart-circleback {
    background-color: #fff;
    height: 7px;
    width: auto;
    min-width: 7px;
    padding: 4px;
    border-radius: 3px;


}


/*
.topCart span.content div .arrow {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #AE0808;
  position: absolute;
  top: 4px;
  right: -12px;
  display: block;
  -moz-transform: scale(1) rotate(90deg) translatex(0px) translatey(0px) skewx(0deg) skewy(0deg);
  -webkit-transform: scale(1) rotate(90deg) translatex(0px) translatey(0px) skewx(0deg) skewy(0deg);
  -o-transform: scale(1) rotate(90deg) translatex(0px) translatey(0px) skewx(0deg) skewy(0deg);
  -ms-transform: scale(1) rotate(90deg) translatex(0px) translatey(0px) skewx(0deg) skewy(0deg);
  transform: scale(1) rotate(90deg) translatex(0px) translatey(0px) skewx(0deg) skewy(0deg);
}*/

/* TopSearch */
.topSearch {
    height: 24px;
    margin: 5px;
    position:absolute;
    right:0;
    z-index:999;
}
.fa-search {
    color: #A6A579;
    float: left;
    font-size: 14px;
    padding: 8px 10px 5px 0;
    width: auto;

}

.mini-search {
    float:right;
}

/* Mobile Navigation */
.mobile-nav-container {
    display: none;
}
/* Left Navigation */
#left-nav {
    padding: 10px 0;
    position: relative;
}
#left-nav li {
    position: relative;
    margin: 2px 0;
}
#left-nav li a {
    display: block;
    font-size: 13px;
    padding: 5px 0 5px 15px;
    position: relative;
    width: 79%;
    text-align: left;
}

.block-content #left-nav li a {
    display: inline;
    padding: 5px 0 5px 0px;
    position: relative;
    font-size: 12px;
    vertical-align: middle;
}

.block-content #left-nav .fa-angle-right {
    padding-left: 15px;
    margin-right: 3px;
}

#left-nav .fa-angle-down {
    padding: 0;
    position: absolute;
    right: 0;
    top: 5px;
    width: 20px;
    z-index: 0;
    color: #999999;
    font-size: 12px;
    cursor: pointer;
}

/*#left-nav li a:hover {
  text-decoration: none;
  color: #383838;
  text-shadow: 1px 1px 0 #ffffff;
}*/
#left-nav li span.arrow {
    background: url("../images/arrow_menu.png") no-repeat scroll center -2px transparent;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    color: #999999;
    font-size: 12px;
}

#left-nav li.active,
#left-nav li.openn {
    /*background: none repeat scroll 0 0 #dadada;*/
}
#left-nav li.active a,
#left-nav li.openn a {
    /*color: #383838;*/
    text-shadow: 1px 1px 0 #FFFFFF;
}
#left-nav li.active span.arrow,
#left-nav li.openn span.arrow {
    color: #fff;
    background-position: center -27px;
}
#left-nav li a.arrow {
    position: absolute;
    top: 5px;
    right: 10px;
    background: url(../images/arrow_menu.png) no-repeat 0 -2px;
    width: 7px;
    height: 25px;
    z-index: 30;
    padding: 0;
}
/*#left-nav li a.arrow:hover {
  background-position: 0px -14px;
}
#left-nav li a.hover,
#leftnav li a.arrow.hover:hover {
  background-position: 0px -28px !important;
}
#left-nav .category.over,
#left-nav .cate.over {
  background: #dadada;
}*/
#left-nav .cate.active > #left-nav .category.active {
    background: #fff;
}
/* 2nd level */
#left-nav ul,
#left-nav ul li ul {
    position: relative;
    left: 0;
    display: none;
    margin: 0 0 0 15px;
    list-style: none;
}
#left-nav ul li a,
#left-nav ul li ul li a {
    padding-left: 25px;
}

.sidebar #left-nav ul,
.sidebar #left-nav ul li ul {
    display: block!important;
}

.sidebar #left-nav > li.category{
    font-family: "franklin-gothic-urw",Arial,sans-serif;
    font-weight: 700;
    margin: 0 0 0 15px;
    text-transform: uppercase;
}

.sidebar #left-nav > li.category a{
    color: #000;
    font-size:16px;
    font-weight: bold;
    text-transform: uppercase;
}

.sidebar #left-nav > li > ul > li.category{
    font-family: "franklin-gothic-urw",Arial,sans-serif;
    font-weight: 700;
}

.sidebar #left-nav > li > ul > li.category a{
    font-size:14px;
    color: #000;
}

/* 3rd level */
#left-nav ul ul a {
    padding: 3px 15px 3px 0px !important;
}
/* display block will make the link fill the whole area of LI */
#left-nav li ul li a {
    display: block;
    color: #000;
    font-size: 12px;
    position: relative;
}
#left-nav li ul li a:hover {
    color: #4B4B4B;
}
#left-nav a:hover {
    text-decoration: none;
}

#left-nav > li > ul{
    margin:0 0 0 15px;
}


.mobilemenu #left-nav ul,
.mobilemenu #left-nav ul li ul {
    position: relative;
    left: 0;
    display: none;
    margin: 0 0 0 15px;
    list-style: none;
}

.mobilemenu #left-nav > li > ul{
    margin:0 0 0 20px;
}

.mobilemenu #left-nav > li > ul > li > ul{
    margin:0 0 0 40px;
}
/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #left-nav ul {
    margin: 0 0 0 -2px;
}
/********** Navigation > */
/* ======================================================================================= */
/* Sidebar =============================================================================== */

.menu-recent p, .menu-categories p {
    font-weight: bold;
}

.menu-categories ul li a{
    color:#000;
}

.menu-archives ul li a,
.menu-archives ul li span {
    color:#000;
}

.angle-right-bullet-indent a {
    vertical-align: middle;
    color: #000;
}

.angle-right-bullet-indent ul {
    padding-left:20px; list-style:none;
}

.angle-right-bullet-indent li {
    margin-bottom: 5px;
}

.block-blog .menu-archives UL LI UL LI:before{
    color:#000!important;
}

.angle-right-bullet-indent li:before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin:0 5px 0 -9px;
    font-size: 12px;
    line-height: 12px;
    color: #000;
}

.block {
    margin: 0 0 20px;
    border: 2px solid #A6A479;
    width: 100%;
    background: #fff;
}
.block .block-title {
    background-color: #fff;
    padding: 10px 0px 10px 15px;
}
.block .block-title strong {
    display: block;
    font-size: 14px;
    min-height: 16px;
    overflow: hidden;
    padding: 1px 0 1px;
    color: #000;
    font-weight: 600;
    font-family: "franklin-gothic-urw", Arial, sans-serif;
    text-transform:uppercase;
    border-bottom: 1px solid #A6A479;
    width: 96%;
    padding-bottom: 5px;
}
.block.block-progress .block-title strong {
    background: none;
}
.block .block-title a {
    text-decoration: none !important;
}
.block .block-subtitle {
    margin: 0;
    padding: 10px 15px;
    font-size: 1em;
    font-weight: normal;
    color: #0a263c;
}
.block .block-content {
    padding: 10px 15px;
}
.block .block-content li.item {
    padding: 7px 9px;
}
.block .block-content li.item img {
    margin-right: 10px;
    float: left;
}
.block .block-content .product-name {
    color: #000;
}
.block .btn-remove,
.block .btn-edit {
    float: right;
    margin: 1px 0 2px 5px;
}
.block .actions {
    padding: 6px 9px;
    text-align: center;
}
.block .actions a {
    float: left;
}

.block-compare .actions a {
    width: 100%;
    margin-top: 5px;
}

.block .empty {
    margin: 0;
}

.block.block-blog .block-title,
.block.block-leftnav .block-title {
    background-color: #fff;
}
.block.block-leftnav .block-content {
    padding: 0;
}

.block.block-blog .block-title strong,
.block.block-leftnav .block-title strong {
    color: #000;
    /*  text-shadow: 1px 1px 0 #fff;*/
}

.block-blog {
    margin-bottom:20px!important;
}

.block.block-custom .block-content {
    color: #999999;
    font-size: 13px;
    line-height: 20px;
}
.blockwin label {
    float: left;
    width: 63%;
}
.blockwin img {
    float: right;
}
.blockwin .linkBlockwin {
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 1px 0 #DD3F27 inset;
    border: 1px solid #A43221;
    background: #f7395e;
    clear: both;
    display: block;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    width: 74%;
}
.blockwin .linkBlockwin span {
    background: url("../images/linkArrow.png") no-repeat scroll 94% center transparent;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding-left: 15px;
    text-align: left;
    text-shadow: 1px 1px 0 #A43221;
}
/* Mini Products List */
.mini-products-list .product-image {
    float: left;
    width: 50px;
    border: 1px solid #a9a9a9;
}
.mini-products-list .product-details {
    margin-left: 60px;
}
.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 .block-content li a {
    border-bottom: 1px solid #DDDDDD;
    color: #5F5D5C;
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none !important;
}
.block-account .block-content li a:hover {
    color: #4B4B4B;
}
.block-account .block-content li.last a {
    border-bottom: 0;
}
.block-account .block-content li.current {
    border-bottom: 1px solid #ddd;
    padding: 3px 0;
    color: #4B4B4B;
}
.block-account .block-content li.current strong {
    font-size: 11px;
    padding: 5px 10px;
}
.block-account .block-content li.current.last {
    border-bottom: 0;
}
/* Block: Currency Switcher */
.block-currency {
    display: none;
    border: 0;
    padding: 7px 12px 10px;
    height: 51px;
}
.block-currency .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px;
}
.block-currency .block-title strong {
    font: bold 13px/21px Arial, Helvetica, sans-serif;
    padding: 0 0 0 21px;
    text-transform: none;
    color: #fff;
}
.block-currency .block-content {
    background: none;
    padding: 0;
}
.block-currency .block-content select {
    width: 100%;
    padding: 0;
}
/* Block: Layered Navigation */
.block-layered-nav .block-subtitle {
    display: none;
    line-height: 1.35;
    padding: 3px 0px;
    color: #000;
    font-size: 11px;
}
.block-layered-nav dt:first-child {
    border-top: none;
}
.block-layered-nav dt.hover .toggle {
    background-position: 0px -14px;
}
.block-layered-nav dt.hover:hover .toggle {
    background-position: 0px -18px;
}
.block-layered-nav dt .toggle {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -5px;
    background: url(../images/layered_nav_toggle.gif) no-repeat top left;
    width: 7px;
    height: 7px;
}
.block-layered-nav dt:hover .toggle {
    background-position: 0px -7px;
}
.block-layered-nav dt {
    padding: 7px 0 5px 15px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    border-top: 1px solid #ddd;
}
.block-layered-nav dd {
    padding: 0 0 5px 15px;
}
.block-layered-nav dd.last {
    background: none;
    border: none;
    padding-bottom: 15px;
}
.block-layered-nav .currently li {
    background: #ffffff url(../images/bkg_block-layered-li.gif) 0 100% repeat-x;
    padding: 6px 24px 6px 10px;
    position: relative;
    z-index: 1;
    line-height: 1.5;
}
.block-layered-nav .currently .label {
    font-weight: bold;
    padding-left: 15px;
    background: url(../images/bkg_block-layered-label.gif) 0 4px no-repeat;
    display: inline-block;
    vertical-align: top;
}
.block-layered-nav dd li {
    padding: 2px 0;
}
.block-layered-nav a:hover {
    color: #E54040;
}
.block-layered-nav .currently .value {
    display: inline-block;
    vertical-align: top;
}
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
    position: absolute;
    right: 4px;
    top: 9px;
    margin: 0;
}
.block-layered-nav .currently .btn-previous {
    right: 17px;
}
.block-layered-nav .actions {
    font-size: 11px;
    padding: 4px 5px 4px 9px;
    background: #cad6e4;
    border: 1px solid #dee5e8;
    border-width: 1px 0;
    text-align: right;
}
.block-layered-nav .actions a {
    float: none;
}
/* Block: Cart */
.block-cart .block-title {
    /*border-bottom:0;*/
}
.block-cart .summary {
    position: relative;
    z-index: 1;
}
.block-cart .amount {
    margin: 0;
}
.block-cart .amount a {
    font-weight: bold;
}

.block-cart .subtotal .price {
    font-weight: bold;
}
.block-cart .actions{
    background:#f9f9f9;
    border-top:1px solid #e4e4e4;
    margin:10px -15px -10px;
    padding:10px 9px;
    text-align:right;
}
.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 8px 0;
}
/* Block: Wishlist */
.block-wishlist .actions {
    text-align: right;
}
.block-wishlist .actions a {
    float: none;
}
/* Block: Related */
.block-related input.checkbox {
    float: left;
}
.block-related .product {
    margin-left: 20px;
}

.box-related .block-content .box-content .product-details p a.link-wishlist {
    background: url("../images/ico_wishlist.png") no-repeat scroll 0 center transparent;
    line-height: 22px;
    padding-left: 16px;
}

.box-related .block-content .box-content .product-details p {
    clear: both;
    float: right;
    margin: 0 auto;
}

.box-related .block-content .box-content .product-details .price-box,.block-content .box-content .product-details .price-name {
    float: left;
}

.box-related .block-content li.item {
    padding: 7px 5px;
    margin-bottom: 10px;
}

.box-related .block-content li.item .item-info .product-details{
    float:right;
    max-width:99px;
}


/* Block: Compare Products */
.page-popup .link-print {
    background: url(../images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
    font-weight: bold;
    color: #999999;
}
.compare-table {
    border: 1px solid #C8C8C8;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.compare-table thead tr.first th,
.compare-table thead tr.first td {
    border: 0;
    background: none;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
.compare-table .btn-remove {
    float: right;
    background-image: url(../images/btn_remove2.gif);
    width: 72px;
    height: 15px;
}
.compare-table tbody th {
    background: #DADADA;
    border-bottom: 1px solid #C8C8C8 !important;
    border-right: 1px solid #C8C8C8 !important;
    font-size: 11px;
    color: #383838;
}
.compare-table tbody th,
.compare-table tbody td {
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #C8C8C8;
    border-right: 1px solid #C8C8C8;
}
.compare-table tbody td.last {
    border-right: 0 none;
}
.compare-table tbody tr.last th,
.compare-table tbody tr.last td {
    border-bottom: 0 none!important;
}
.compare-table tr.add-to-row td {
    background: #f9f9f9;
    text-align: center;
}
.compare-table tr.first td {
    text-align: center;
}
.compare-table tr.first td .product-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #999;
}
.compare-table tr.first td .product-name a {
    color: #999;
}
.compare-table tr.first td .ratings {
    width: 69px;
    margin: 0 auto;
}
.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
    margin: 0;
}
/* Block: Poll */
.block-poll .block-subtitle {
    font-size: 12px;
}
.block-poll label {
    color: #777;
    font-weight: bold;
}
.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0;
}
.block-poll .label {
    display: block;
    margin-left: 18px;
}
.block-poll li {
    padding: 3px 15px;
}
.block-poll .actions {
    margin: 5px 0 0;
}
.block-poll button.button span {
    background: none repeat scroll 0 0 #F3F3F3;
    border: 1px solid #D9D9D9;
    color: #444444;
    text-shadow: 0 1px #FFFFFF;
}
.block-poll .answer {
    font-weight: bold;
}
.block-poll .votes {
    float: right;
    margin-left: 10px;
}
/* Block: Tags */
.block-tags .block-content .tags-list {
    background: none;
    border: 0;
    font-size: 12px;
}
.block-tags .block-content a {
    color: #1b2d3b;
}
.block-tags .actions {
    text-align: right;
}
.block-tags .actions a {
    float: none;
}
/* Block: Reorder */
.block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0;
}
.block-reorder .product-name {
    margin-left: 20px;
}
.block-reorder .validation-advice {
    margin: 3px 9px 7px;
}
/* Block: Banner */
.block-banner {
    border: 0;
}
.block-banner img {
    max-width: 100%;
    height: auto;
}
.block-banner .block-content {
    padding: 0;
    text-align: center;
}
/* Block: Login */
.block-login .block-content {
    padding: 5px 10px;
}
.block-login label {
    font-weight: bold;
    color: #666;
}
.block-login input.input-text {
    display: block;
    width: 205px;
    margin: 3px 0;
}
.block-login .actions {
    background: none;
    padding: 8px 0 0 0;
    margin: 3px 0 0;
}
.block-login .actions button {
    float: right;
}
/*.block-login .actions button.button span { border-color:#d9d9d9; background:#f1f1f1; }*/
/* Paypal */
.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}
.sidebar .paypal-logo a {
    float: none;
}
/* ======================================================================================= */
/* Home Collection */
.collectionBlock {
    background-color: #fff;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 3px 1px #D9D9D9;
    margin-top: 40px;
    min-height: 145px;
    position: relative;
    overflow:hidden;
}
.collectionBlock .name {
    color: #990101;
    float: left;
    font-size: 36px;
    line-height: 43px;
    overflow: hidden;
    width: 54%;
    padding: 10px 0 0 5px;
}
.collectionBlock .name em {
    color: #000000;
    display: block;
    font-size: 18px;
    font-style: normal;
    line-height: 20px;
}
.collectionBlock .view {
    bottom: 0;
    color: #fff;
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    text-transform:uppercase;
    background:#A43221;
    font-size: 14px;
    left: 0;
    padding: 10px 5%;
    position: absolute;
    text-align: left;
    width: 90%;
    display: block;
}
.collectionBlock img {
    float: right;
}
/* Category Page ========================================================================= */
.category-title {
    border: 0;
    margin: 0;
}
.category-image {
    overflow: hidden;
    margin: 0 0 10px;
    text-align: center;
}
.category-image img {
    width: 100%;
}
.category-description {
    margin: 0 0 10px;
}
/* View Type: Grid */
.catalog-category-view .products-grid {
    clear: both;
    display: block;
    width: 100%;
}
.tab-product-title{
    font-size:14px;
    margin: 0!important;
    text-align: center;
    color:#000;
    border-bottom:1px solid #a6a579;
    font-family: "franklin-gothic-urw", Arial, sans-serif;
    font-weight:600;
    text-transform:uppercase;
    padding-bottom:5px!important;
}

.products-grid li.item {
    float: left;
    padding: 12px 0px 10px;
    cursor: pointer;
    margin-left: 20px;
}
.products-grid .catalog-image {
    position: relative;
    background: #fff;
    border:1px solid #a6a579;
    overflow:hidden;
    height:315px;
}
.products-grid .product-image {
    display: block;
    overflow: hidden;
    text-align: center;
    width:100%;
    height:100%;
}
.products-grid .product-name {
    margin: 20px 0;
    font-weight: bold;
    font-size: 13px;
    color: #999;
    padding: 0 10px;
}
.products-grid .product-image img {
    position:absolute;
    left:50%;
    top:0;
    margin-left:-157px;
}
.products-grid .product-name a {
    color: #999;
    font-weight: bold;
}

.product-label{
    position:absolute;
    bottom:0;
    left:0;
    width:84%;
    padding: 5px 8%;
    background:#edede4;
    background:rgba(233,233,221,0.8);
}

.champ-tag{
    position:absolute;
    top:-70px;
}

.catalog-image .champ-choice{
    position:absolute;
    top: 0;
    left:0;
    width:100%;
    cursor: default;
    pointer-events: none;
}

.catalog-image .champ-tag{
    position:absolute;
    right: 0;
    top: 0;
    z-index: 998;
    max-height: 75px;
    max-width: 62px;
    margin: 5px;
}

.product-img-wrapper .champ-choice{
    position:absolute;
    top: 0;
    left:0;
    width:100%;
    cursor: default;
    pointer-events: none;
}

.product-img-wrapper .champ-tag{
    position:absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    max-height: 100px;
    max-width: 82px;
}

.camoflag{
    position:absolute;
    top:-80px;
    right:10px;
}



.new-flag{
    position:absolute;
    top:-60px;
    display:block;
    font-family: 'klinicslab_hero';
    color:#c83923;
    text-transform:uppercase;
    text-shadow: 0px 0px 2px #999;
    font-size:24px;
    font-style:italic;
}

.product-name .new-flag{
    position:absolute;
    display:block;
    width:40px;
    height:40px;
    top:0;
    left:0;
}

#upsell-product-table.products-grid .product-name a {
    color: #373737;
    font-weight: bold;
}

.cart .crosssell .product-name a {
    max-height: 35px;
    overflow: hidden;
}
.products-grid .price-box {
    margin: 0;
    text-align: center;
    padding-top:5px;
}
.products-grid .price-box span{
    color:#fff;
    font-family: "franklin-gothic-urw", Arial, sans-serif;
    font-weight:600;
    color:#000;
    text-transform:uppercase;
    font-size:14px;
}
.products-grid .availability {
    line-height: 21px;
}
.products-grid .add-to-links {
    margin-top: 20px;
}
.products-grid .add-to-links li {
    display: inline-block;
}
.products-grid .add-to-links li:first-child {
    margin-left: -6px;
    margin-right: 10px;
}
.products-grid .add-to-links li a {
    color: #949494;
}
.products-grid .add-to-links li a.link-compare {
    background: url(../images/compare.png) no-repeat left center;
    padding-left: 20px;
}
.products-grid .add-to-links li a.link-wishlist {
    background: url(../images/wishlist.png) no-repeat left center;
    padding-left: 15px;
}
.products-grid .details {
    margin: 0 auto;
    padding: 0 20px;
    background:#A43221;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    text-transform:uppercase;
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    font-weight:500;
}
.products-grid .minimal-price-link {
    background-color: #A43221;
    bottom: 52px;
    color: #FFFFFF;
    display: block;
    right: 0;
    padding: 3px 10px;
    position: absolute;
}

.products-grid .minimal-price-link .label {
    color: #fff;
    display: block;
    font-size: 11px;
}
.products-grid .minimal-price-link .price {
    color: #fff;
}
.product-actions {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    -moz-box-shadow: inset 0px 0px 2px 0px #333;
    -webkit-box-shadow: inset 0px 0px 2px 0px #333;
    box-shadow: inset 0px 0px 2px 0px #333;
}
.product-actions .add-to-links {
    margin-top:20px;
    font-size:14px;
    padding:0;
}
.products-grid .price-box .old-price .price-label,
.products-grid .price-box .special-price .price-label {
    display: none;
}
.products-grid .price-box .old-price,
.products-grid .price-box .special-price {
    display: block;
    padding: 3px 0 2px;
}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
    margin: 0 auto;
}

.old-price{
    font-size:12px;
}

.price-box .old-price .price{
    font-size:14px!important;
    font-weight:normal!important;
}

.col1-layout .col-main{
    padding:25px;
    background:#fff;
    margin-bottom:30px;
    -moz-box-shadow: 1px 1px 5px 0px #666;
    -webkit-box-shadow: 1px 1px 5px 0px #666;
    box-shadow: 1px 1px 5px 0px #666;
}

.checkout-onepage-index .col1-layout .col-main{
    background:none;
    padding:0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.col1-layout .opc,
.col2-left-layout .col-main{
    float:right;
    width:846px;
    margin-left:0;
    padding:25px;
    background:#fff;
    margin-bottom:30px;
    border: 2px solid #a6a479;
}

.col-main{
    border: none!important;
}

.catalog-product-view .col2-left-layout .col-main{
    background:none;
    box-shadow:none;
    padding:0;
    width:900px;
}
.col1-layout .products-grid {
    margin: 0 auto;
}
button.button.btn-cart span {
    height: 25px;
    line-height: 25px;
}
button.button.btn-cart span span {
    padding: 0 15px;
}
button.button.btn-cart span span,
button.button.btn-cart:hover span span {
    border: none;
}
/* View Type: List */
.products-list li.item {
    border-bottom: 1px solid #d9ddd3;
    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;
    color: #26BEC2;
}
.products-list .product-name a {
    color: #383838;
}
.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;
    clear:both;
    float:none;

}
.no-rating a{
    color:#000;
}
.ratings {
    font-size: 14px;
    line-height: 16px;
    margin: 7px 0;
}
.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}
.ratings .rating-links {
    margin: 0;
    padding-top:2px;
}
.ratings .rating-links .separator {
    margin: 0 2px;
}
.rating-box {
    width: 80px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url('../images/icon-star-sml.png') repeat-x left top;
    text-indent: -999em;
    overflow: hidden;
}
.rating-box .rating {
    float: left;
    height: 16px;
    background: url('../images/icon-star-sml.png') repeat-x left -32px;
}

.ratings .rating-box {
    float: left;
    margin-right: 10px;
}
.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;
    text-transform:lowercase;
}
.availability span {
    font-weight: bold;
}
.availability.out-of-stock span {
    color: #d83820;
}
.availability-only {
    margin: 10px 0 7px;
    line-height: 16px;
    background: url(../images/i_availability_only.gif) 0 50% no-repeat;
    padding-left: 15px;
}
.availability-only span,
.availability-only a {
    border-bottom: 1px dashed #751d02;
    color: #000;
}
.availability-only a {
    background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
    text-decoration: none;
}
.availability-only .expanded {
    background-position: 100% -15px;
}
.availability-only strong {
    color: #be2c00;
}
.availability-only-details {
    margin: 0 0 7px;
}
.availability-only-details th {
    background: #d2d6d9;
    font-size: 10px;
    padding: 0 8px;
}
.availability-only-details td {
    background: #ebf0f3;
    border-bottom: 1px solid #fff;
    font-size: 11px;
    padding: 2px 8px 1px;
}
.availability-only-details tr.odd td.last {
    color: #d95e00;
    font-weight: bold;
}
#ig-lightbox-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    z-index: 1000;
    /* 	opacity: 0; */
}
#ig-lightbox-back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    /* 	opacity: 0; */
}
#ig-lightbox-image-src {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1050;
    /* 	opacity: 0; */
}
#ig-lightbox-image-commands {
    position: absolute;
    text-align: center;
    z-index: 1100;
    visibility: hidden;
    /* 	opacity: 0; */
}
#image-label {
    text-align: center;
}
#ig-lightbox-image-commands td {
    vertical-align: middle;
}
#ig-lightbox-image-close {
    position: absolute;
    left: -1000px;
    top: -1000px;
    z-index: 2000;
}
#ig-lightbox-loading {
    position: absolute;
    /*background: #000000 url('../images/ig_lightbox/loader.gif') no-repeat center center;*/
    border: 1px solid #8e8e8e;
    z-index: 2100;
    width: 200px;
    height: 200px;
    visibility: hidden;
}
.product-view .product-shop .availability {
    font-size: 12px;
    color: #637a11;
    float:right;
    margin: 10px 0 10px 15px;
    display:none;
}
.product-view .product-shop .availability span {
    font-weight: normal;
}
.product-view .product-shop .price {
    font-size: 20px;
    font-family: "letter-gothic-std", Arial, sans-serif;
    font-weight:600;
}
/* Email to a Friend */
.email-friend {
    margin: 0;
}
/* Alerts */
.alert-price {
    margin: 0;
    font-size: 11px;
}
.alert-stock {
    margin: 0;
    font-size: 11px;
}
.cart-alert{
    background:#E6C02C;
    padding:20px;
    margin-bottom:20px;
    color:#000;
    position:relative;
}
.cart-alert p{
    margin:0;
}
/********** < Product Prices */
.price {
    white-space: nowrap !important;
}
.price-box {
    margin: 5px 0;
}
.price-box .price {
    font-weight: normal;
    color: #6D6D6D;
}
/* Regular price */
.regular-price {
    color: #6D6D6D;
}
.regular-price .price {
    color: #1a1818;
    font-size: 15px;
    font-weight: normal;
}
.block .regular-price,
.block .regular-price .price {
    color: #1a1818;
    font-family: "letter-gothic-std",sans-serif;
}
.products-grid .regular-price .price {
    display: block;
    text-align: center;
}
/* Old price */
.old-price {
    margin: 0;
}
.old-price .price-label {
    white-space: nowrap;
    color: #6D6D6D;
}
.old-price .price {
    font-weight: normal;
    color: #6D6D6D;
    text-decoration: line-through;
}
/* Special price */
.special-price {
    margin: 0;
    padding: 3px 0;
}
.special-price .price-label {
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    color: #cd5033;
    text-transform:uppercase;
}
.special-price .price {
    font-size: 13px;
    font-weight: normal;
    color: #6D6D6D;
}
/* Minimal price (as low as) */
.minimal-price {
    margin: 2px 0 3px !important;
}
.minimal-price .price {
    /*font-size: 16px;*/
}
.minimal-price .price-label {
    font-weight: normal;
    white-space: normal !important;
}
.minimal-price-link {
    display: block;
}
.minimal-price-link .label {
    color: #999999;
}
.minimal-price-link .price {
    font-weight: normal;
    color: #999999;
}
/* Excluding tax */
.price-excluding-tax {
    display: block;
    color: #999;
}
.price-excluding-tax .label {
    white-space: nowrap;
    color: #999;
}
.price-excluding-tax .price {
    font-size: 13px;
    font-weight: normal;
    color: #6D6D6D;
}
/* Including tax */
.price-including-tax {
    display: block;
    color: #999;
}
.price-including-tax .label {
    white-space: nowrap;
    color: #999;
}
.price-including-tax .price {
    font-size: 13px;
    font-weight: normal;
    color: #6D6D6D;
}
/* Configured price */
.configured-price {
    margin: 0;
}
.configured-price .price-label {
    font-weight: normal;
    white-space: nowrap;
}
.configured-price .price {
    font-weight: normal;
}
/* 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: normal;
}
/* Price range */
.price-from {
    margin: 0;
}
.price-from .price-label {
    font-weight: normal;
    white-space: nowrap;
}
.price-to {
    margin: 0;
}
.price-to .price-label {
    font-weight: normal;
    white-space: nowrap;
}
.products-grid .price-from,
.products-grid .price-to {
    display: inline-block;
}
/* Price notice next to the options */
.price-notice {
    padding-left: 10px;
    color: #999;
}
.price-notice .price {
    font-weight: normal;
    color: #2f2f2f;
}
/* Price as configured */
.price-as-configured {
    margin: 0;
}
.price-as-configured .price-label {
    font-weight: normal;
    white-space: nowrap;
}
.price-box-bundle {
    padding: 0 0 10px 0;
}
.price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important;
}
.price-box-bundle .price {
    color: #555;
}
/********** Product Prices > */
/* Tier Prices */
.tier-prices {
    margin: 10px 0;
}
.tier-prices li {
    line-height: 1.4;
    list-style: upper-roman inside none;
    padding: 2px 0 2px 10px;
    color: #424242;
}
.tier-prices .benefit {
    font-style: italic;
    font-weight: normal;
    color: #2f2f2f;
}
.tier-prices .price {
    font-weight: normal;
    color: #2f2f2f;
}
.tier-prices-grouped li {
    padding: 2px 0;
    color: #4B4B4B;
}
.tier-prices-grouped li .price {
    font-weight: normal;
}
/* Add to Links */
.add-to-links {
    font-size: 11px;
    margin: 5px 0 0;
}
.add-to-links .separator {
    display: none;
}
/* Add to Cart */
.add-to-cart label {
    float: left;
    margin-right: 5px;
    color: #000;
    line-height: 25px;
    text-transform:uppercase;
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    font-size:18px;

}
.add-to-cart .qty {
    float: left;
    margin-right: 5px;
}
.add-to-cart button.button {
    float: left;
}
.add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    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 */
.add-to-box {
    margin: 10px 0;
}
.add-to-box .add-to-cart {
    float: left;
}
.add-to-box .or {
    float: left;
    font-weight: bold;
    margin: 0 7px;
    color: #666;
}
.add-to-box .add-to-links {
    float: left;
    margin: 0;
    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: left !important;
}
.add-to-box .add-to-links li {
    display: block !important;
}
.add-to-box .add-to-links li .separator {
    display: none !important;
}
.product-essential {
    border: 2px solid #a6a479;
}
.product-essential {
    padding: 25px;
    background: #fff;
}
.product-essential h2 {
    font: bold 13px/1.35 Arial, Helvetica, sans-serif;
}
.product-collateral {
    margin-top: 20px;
    margin-bottom:20px;
}
.product-collateral h2 {
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    border-bottom: 1px solid #D7D7D7;
    padding: 0 0 1px;
    margin: 0 0 15px;
}
#qty {
    text-align: center;
}
.product-collateral .tabs,
.product-collateral .content_tabs {
    clear: both;
    float: left;
    width: 100%;
}
.product-collateral .content_tabs {
    padding:25px;
    background:#fff;
    width:849px;
    border: 2px solid #a6a479;
}
.product-collateral .tabs li {
    float: left;
    background:none;
    margin-right: 3px;
}
.product-collateral .tabs li a {
    color: #000;
    display: block;
    padding: 4px 15px;
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    text-transform: uppercase;
    font-weight:600;
}

.img-blog-related{
    max-width:100px;
    float:left;
    margin-bottom:10px;
    margin-right:10px;
}


.tabs product_tabs_downloads.tab_contents .downloads-links-block{
    margin-top:5px!important;
}
#product_tabs_associated_contents a{
    font-size:16px;
    color: #000;
    font-weight: 500;
}

#product_tabs_associated_contents ul{
    padding-left:0;
}

#product_tabs_associated_contents ul li{
    margin-left:0;
}

.product-collateral .tabs li.active {
    background-color: #a6a479;
}
.product-collateral .tabs li.active a {
    color: #ffffff;
}

.description-left{
    float:left;
    width:46%;
    padding-right:3%;
}

.description-right{
    float:right;
    width:47%;
    padding-left:3%;
}

.description-left h3, .description-right h3, .description-full h3{
    color:#050000;
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    text-transform:uppercase;
    font-weight:600;
    font-size:24px;
}

.description-right iframe{
    max-width:100%;
    max-height:250px;
}

.bx-prev:before{
    font-family:"fontawesome";
    content:"\f060";
    margin-right:5px;
    color:#a43221;
}

.bx-next:after {
    font-family:"fontawesome";
    content:"\f061";
    margin-left:5px;
    color:#a43221;
}

.bx-next{
    float:right;
}

.bx-prev.disabled, .bx-next.disabled{
    display:none;
}

.product-view .button.btn-cart span,
#wishlist-table .button.btn-cart span {

    color: #ffffff;
    background-color:#a6a479;
    padding: 1px 5px;

}
.product-view .button.btn-cart span span,
#wishlist-table .button.btn-cart span span {
    border: 0 none;
    background: none;
    box-shadow: none;
    white-space: nowrap;
}
.product-view .button.btn-cart:hover span,
#wishlist-table .button.btn-cart:hover span {
}
#wishlist-table .button.btn-cart {
    margin-top: 5px;
}
#wishlist-table .cart-cell {
    text-align: center;
}
#wishlist-table .description {
    margin: 5px 0;
}
.catalog-product-view .aditionalData {
    display: none;
}
/* Product Images */
.product-view .product-img-wrapper {
    margin: 0 auto 10px auto;
    text-align: center;
    position:relative;
    z-index:0;
    display: inline-block;
}

.product-view .product-img-box {
    float: left;
    width: 50%;
    position: relative;
    z-index:99;
}
.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto;
}
.product-view .product-img-box .product-image {
    margin: 0 0 0px;
}
.product-view .product-img-box .product-image-zoom {
    position: relative;
    max-width: 100%;
    height: 280px;
    z-index: 9;
    margin: 0 auto;
}
.product-view .product-img-box .product-image-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
    max-width:100%;
}

.product-view .product-img-box .product-image img.camoflag{
    top:inherit;
    bottom:0;
    right:0;
    z-index:999;
}
.product-view .product-img-box .zoom-notice {
    font-size: 11px;
    margin: 15px 0 5px;
    text-align: center;
}
.product-view .product-img-box .zoom {
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto 20px;
    padding: 0 28px;
    background: url(../images/slider_bg.gif) 50% 50% no-repeat;
    cursor: pointer;
    width: 240px;
}
.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: 4px;
    top: 0;
}
.product-view .product-img-box .more-views h2 {
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 0 4px 0;
    margin: 0;
}
.product-view .product-img-box .more-views ul {
    padding: 10px 10px 5px 0;
}
.product-view .product-img-box .more-views li {
    float: left;
    margin: 0 5px 5px 0;
}
.product-view .product-img-box .more-views li a {
    float: left;
    width: 56px;
    height: 56px;
    border: 2px solid #ddd;
    overflow: hidden;
}

.more-views .more-media li img{
    max-height:56px;
}

.product-view .product-img-box .more-views {
    /*-webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #ddd;
    -moz-border-radius: 2px;
    border-radius: 2px;*/
    width:100%;
}
.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 {
    font-weight: bold;
    margin: 0 100px;
    text-align: center;
}
.product-image-popup .image {
    display: block;
    margin: 10px 0;
}
.product-image-popup .image-label {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #2f2f2f;
}
/* Product Shop */
.product-view .product-shop {
    float: right;
    width: 350px;
    margin-left: 0;
}
.product-view .product-shop .padder {
    padding: 0;
}
.col1-layout .product-view .product-shop {
    float: right;
    width: 545px;
}
.col3-layout .product-view .product-shop {
    float: none;
    width: auto;
}
.product-view .product-shop .product-name {
    margin: 10px 0 5px 0;
    display:table-row;
}
.product-view .product-shop .product-name h1 {
    margin: 3px 10px 0 0;
    font-family: "franklin-gothic-urw", Arial, sans-serif;
    font-weight:700;
    color:#000;
    display:block;
    float:left;
    max-width:385px;
    line-height:30px;
    position:relative;
    overflow:visible;
    min-height:41px;
    font-size:30px;
}

.product-view .product-shop .product-name h1.new {
    background:url('../images/bg_new.png') no-repeat left center;
    padding-left:50px;
    padding-top:15px;
}


.product-view .product-shop .short-description {
    margin: 10px 0;
    padding: 0;
    font-size: 14px;
    clear:both;
}
.ajax-add {
    background:#a6a479;
    padding:10px 6% 10px 2%;
    width:92%;
    margin-top:10px;
    margin-bottom:15px;
    text-align:left;
    display:none;
    position:relative;
    height:auto;
}
.ajax-add p{
    margin-bottom:0;
    color:#fff;
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    text-transform:uppercase;
    font-size:14px;
    max-width:340px;
}

.ajax-add .view-cart{
    display:block;
    padding:5px 10px;
    color:#fff;
    position:absolute;
    top:50%;
    margin-top:-14px;
    right:27px;
    display:none;
}

.ajax-add #add-close {
    position:absolute;
    top:50%;
    margin-top:-10px;
    right:7px;
    color:#fff;
    font-weight:normal;
    font-size:16px;
}

.ajax-add #add-close:hover{
    color:#000;
}

#ajax_loader{
    text-align:center;
    display:block;
}

.icon-remove-sign:before{
    font-family:"fontawesome";
    content:'\f057';
}

.product-view .product-shop .price-box {
    margin: 5px 0;
}
.product-view .add-to-links {
    margin: 0;
    clear: both;
    margin: 10px 0;
}
.product-view .add-to-links {
    font-size: 12px;
    text-align: right;
}
.product-view .add-to-links li {
    float: left;
    margin-right: 15px;
}
.product-view .add-to-links a {
    color: #000 !important;
    font-weight: normal !important;
}
.product-view .add-to-links a.link-wishlist {
    background: url("../images/ico_wishlist.png") no-repeat scroll 0 center transparent;
    line-height: 22px;
    padding-left: 16px;
}
.product-view .add-to-links a.link-compare {
    background: url(../images/ico_compare.png) no-repeat scroll 0 center transparent;
    line-height: 22px;
    padding-left: 16px;
}
.product-view .add-to-links a.link-review{
    line-height: 22px;
}

.product-view .add-to-links a.link-review:before{
    font-family: 'FontAwesome';
    content:'\f087';
    margin-right:5px;
}

.product-view .add-to-links a.emailto-link{
    line-height: 22px;
    margin-left: 20px;
}

.product-view .add-to-links a.emailto-link:before{
    font-family: 'FontAwesome';
    content:'\f003';
    margin-right:5px;
}
/* Product Options */
.product-options {
    margin: 20px 0 0;
    padding: 10px 15px 20px;
    background-color: #f6f6f6;
    border: 1px solid #e4e4e4;
}
.product-options dt {
    padding: 10px 0 0;
    font-weight: normal;
}
.product-options dt label {
    font-weight: bold;
    color: #2f2f2f;
}
.product-options dt label.required em {
    color: #eb340a;
    margin: 0 2px;
}
.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0;
}
.product-options dd .qty-holder label {
    vertical-align: middle;
}
.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #2f2f2f;
}
.product-options dd {
    padding: 5px 10px 15px;
    margin: 0 0 5px;
    border-bottom: 1px solid #e4e4e4;
}
.product-options dl.last dd.last {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.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: 99%;
}
.product-options dd .multiselect option {
    border-bottom: 1px dotted #d9e5ee;
    padding: 2px 4px;
}
.product-options ul.options-list {
    margin-right: 5px;
}
.product-options ul.options-list li {
    line-height: 1.5;
    padding: 2px 0;
}
.product-options ul.options-list input.radio {
    float: left;
    margin-top: 3px;
}
.product-options ul.options-list input.checkbox {
    float: left;
    margin-top: 3px;
}
.product-options ul.options-list .label {
    display: block;
    margin-left: 18px;
}
.product-options ul.options-list label {
    font-weight: normal;
}
.product-options ul.validation-failed {
    padding: 0 7px;
}
.product-options p.note {
    margin: 0;
    font-size: 11px;
}
.product-options p.required {
    position: absolute;
    right: 20px;
    top: 20px;
}
.product-options-bottom {
    background-color: #ffffff;
    padding: 15px 20px;
    border: 1px solid #e4e4e4;
    border-top: 0;
}
.product-options-bottom .tier-prices {
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    background: 0;
}
.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0;
    color: #4B4B4B;
}
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
    color: #4B4B4B;
}
.product-options-bottom .price-box {
    float: left;
    margin: 0;
    padding: 0;
}
.product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}
.col3-layout .product-options-bottom .price-box {
    float: none;
    padding: 0 0 5px;
}
.product-options-bottom .price-label {
    float: left;
    padding-right: 5px;
}
.product-options-bottom .price-tax {
    float: left;
}
.product-options-bottom .add-to-cart {
    float: right;
}
.product-shop .product-options-bottom {
    margin: 0 0 10px;
}
.product-shop .product-options-bottom .price-box {
    float: none;
    margin: 0 0 5px;
}
.product-shop .product-options-bottom .price-label {
    float: none;
    padding-right: 0;
}
.product-shop .product-options-bottom .price-tax {
    float: none;
}
.product-shop .product-options-bottom .add-to-cart-box {
    clear: both;
    float: left;
    padding-top: 12px;
}
.product-shop .product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}
/* Grouped Product */
.product-view .grouped-items-table .price-box {
    margin: 0;
    padding: 0;
}
/* Block: Description */
/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
    line-height: 1.25;
}
/* Block: Upsell */
.product-view .box-up-sell h2 {
    border-bottom: 0 none;
    color: #2F2F2F;
    font-weight: normal;
    margin: 0 0 8px;
    padding: 0;
}
.product-view .box-up-sell .products-grid {
    width: 100%;
    border: 0 none;
}
.product-view .box-up-sell .products-grid td {
    width: 21%;
    background: #fff;
    border: 0 none;
    padding: 10px;
    line-height: 1.6em;
}
.product-view .box-up-sell .products-grid tr.last td {
    border-bottom: 0;
}
.product-view .box-up-sell .products-grid td.last {
    border-right: 0;
}
.product-view .box-up-sell .products-grid .product-image {
    text-align: center;
    border: none;
}
.product-view .box-up-sell .products-grid td.empty {
    border-right: 0;
    background: #ffffff;
}
.product-view .box-up-sell .products-grid .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}
.product-view .box-up-sell .product-name a {
    display: table-cell;
    font-size: 13px;
    vertical-align: middle;
}
/* Block: Tags */
.product-view .box-tags {
    margin: 0;
}
.product-view .box-tags h3 {
    font-size: 13px;
}
.product-view .box-tags .product-tags {
    display: block;
    margin: 0 0 15px;
}
.product-view .box-tags .product-tags li {
    display: inline;
    background: #fff;
    padding: 0 7px 0 4px;
}
.product-view .box-tags .product-tags li.first {
    padding-left: 0;
}
.product-view .box-tags .product-tags li.last {
    background: none;
    padding-right: 0;
}
.product-view .box-tags .form-add label {
    color: #2F2F2F;
    display: block;
    font-size: 12px;
    margin: 0 0 5px;
}
.product-view .box-tags .form-add .input-box {
    float: left;
    width: auto;
    margin: 0 5px 0 0;
    background: url(../images/i_tag_add.gif) 0 5px no-repeat;
    padding: 0 0 0 23px;
}
.product-view .box-tags .form-add input.input-text {
    width: 299px;
}
.product-view .box-tags .note {
    margin: 3px 0 0;
    padding: 0 0 0 23px;
    font-size: 11px;
}
.block-newsleft button.button span {
    padding: 0 10px;
}
/* Block: Reviews */
.product-view .box-reviews dl {
    margin: 15px 0;
}
.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
    font-weight: bold;
}
.product-view .box-reviews dd {
    margin: 0 0 15px;
}
.product-view .box-reviews dd small {
    font-style: italic;
}
.product-view .box-reviews .form-add {
    margin: 15px 0 0;
}
.product-view .box-reviews .form-add h3 {
    font-size: 13px;
    font-weight: normal;
}
.product-view .box-reviews .form-add h3 span {
    font-weight: bold;
}
.product-view .box-reviews .form-add h4 {
    font-size: 12px;
}
.product-view .box-reviews .form-add .data-table td {
    text-align: center;
}
.product-view .box-reviews .form-add .form-list {
    margin: 15px 0 0;
}
.product-view .box-reviews .form-add .form-list .input-box {
    width: 360px;
}
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
    width: 354px;
}

.review-product-list .light-divider,
.review-product-list #warranty {
    display:none;
}

.review-product-list .add-to-box{
    margin-bottom:0;
}

.review-product-list .product-shop .buttons-set {
    padding-top:0;
}

.review-product-list .product-shop .buttons-set .back-link{
    font-weight:bold;
    float:none;
    text-align:left;
    margin-bottom:15px;
}

#review-form .product-name{
    margin-bottom:10px;
}

#review-form .product-name span{
    font-weight:bold;
}

/* Send a Friend */
.send-friend .form-list {
    width: 615px;
    overflow: hidden;
}
.send-friend .form-list li {
    margin-right: -15px;
}
.send-friend .form-list li p {
    margin: 0 15px 0 0;
}
.send-friend .form-list .field {
    width: 315px;
}
.send-friend .form-list .input-box {
    width: 300px;
}
.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
    width: 294px;
}
.send-friend .form-list li.wide .input-box {
    width: 612px;
}
.send-friend .form-list li.wide textarea {
    width: 609px;
}
.send-friend .buttons-set .limit {
    float: right;
    margin: 0 7px 0 0;
    font-size: 11px;
    line-height: 21px;
}
/* ======================================================================================= */
/* Content Styles ================================================================= */
.product-name {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
}
.product-name a {
    color: #000;
    font-size:15px;
    font-weight: 500;
}
/* Product Tags */
.tags-list {
    display: block;
    font-size: 13px;
    border: 1px solid #c1c4bc;
    background: #f8f7f5;
    padding: 10px;
}
.tags-list li {
    display: inline !important;
    margin: 0 4px 0 0;
}
.tags-list li a {
    color: #1b2d3b;
}
/* Advanced Search */
.advanced-search .form-list label {
    width: 160px;
    padding-right: 10px;
}
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
    float: left;
    clear: none;
}
.advanced-search-amount {
    margin: 0 0 10px;
}
.advanced-search-summary {
    margin: 10px 0;
    border: 1px solid #e9d7c9;
    background: #fff6f1;
    padding: 10px;
}
.advanced-search-summary ul {
    float: left;
    width: 49%;
}
.advanced-search-summary strong {
    color: #E17C24;
    padding-left: 15px;
    background: url(../images/i_search_criteria.gif) 0 3px no-repeat;
}
.advanced-search-summary p {
    clear: both;
    font-weight: bold;
    margin: 0;
}
/* CMS Home Page */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {

}
.ui-widget-header{
    border-bottom:1px solid #a6a579;
}

.block-blog .menu-archives UL LI span{
    color:#000!important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background-color: #A6A579;

}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border:none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default a{
    color:#000;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    color: #fff;
    border: 1px solid #A6A579;
}
.ui-tabs-nav li a{
    font-family: "franklin-gothic-urw", Arial, sans-serif;
    text-transform:uppercase;
    font-weight:600;
    font-size:14px;
}

.ui-state-active a, .ui-state-hover a {
    color:#fff!important;
}

#tabs{
    margin-top:20px;
}

#tabs .products-grid {
    width: auto;
    margin: 0;
    padding: 0;
}
#tabs .products-grid .span2 {
    margin-left: 0;
    margin-right: 20px;
}
.cms-home .col-right {
    width: 370px;
    margin-top: 20px;
}
.cms-home .col-main.span9 {
    width: 900px;
}

.cms-home .sidebar .sidebar-inner > div{
    height:315px;
    margin-bottom:15px;
}

.cms-home .sidebar .sidebar-inner h3{
    text-transform:uppercase;
    font-weight:600;
    color:#000;
    font-size: 14px;
}

.cms-home .sidebar .sidebar-inner .social-sidebar {
    height: auto;
    display: inline-block;
    width: 100%;
    position: relative;
    top: 10px;
    background-color: #e9e9dd;
    padding: 10px;
    box-sizing: border-box;
}

.cms-home .sidebar .sidebar-inner .social-sidebar h3 {
    display: none;
}

.cms-home .sidebar .sidebar-inner .social-icons {
    width: 100%;
    text-align: center;
}

.cms-home .sidebar .sidebar-inner .newsletter .footer-subscribe {
    width: 100%;
    float: left;
}

.cms-home .sidebar .sidebar-inner .newsletter .footer-subscribe button {
    width: 30%;
    float: left;
    box-sizing: border-box;
    height: 30px;
}

.cms-home .sidebar .sidebar-inner .newsletter .footer-subscribe input {
    width: 70%;
    float: left;
    box-sizing: border-box;
    height: 30px;
}

.cms-home .sidebar .sidebar-inner .social-sidebar a {
    display: inline-block;
    height: 29px;
    width: 29px;
    margin-right: 15px;
    padding:1px;
    text-decoration:none;
    color:#fff;
    margin-top:2px;
}

.cms-home .sidebar .sidebar-inner .social-sidebar a:before{
    font-family:"fontawesome";
    font-size:16px;
    text-align:center;
    width:100%;
    display:block;
    padding-top:3px;
    line-height:25px;

    -moz-box-shadow:    inset 1px 1px 1px 0px #ababab;
    -webkit-box-shadow: inset 1px 1px 1px 0px #ababab;
    box-shadow:         inset 1px 1px 1px 0px #ababab;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.cms-home .sidebar .sidebar-inner .social-sidebar a.facebook{
    background:#a6a57b;
}
.cms-home .sidebar .sidebar-inner .social-sidebar a.twitter{
    background:#a6a57b;
}
.cms-home .sidebar .sidebar-inner .social-sidebar a.youtube{
    background:#a6a57b;
    text-shadow:none;
}
.cms-home .sidebar .sidebar-inner .social-sidebar a.googleplus{
    background:#666;
    background:rgba(0,0,0, 0.5);
    color:#efefef;
    text-shadow:1px 1px #333;
}
.cms-home .sidebar .sidebar-inner .social-sidebar a.instagram{
    background:#a6a57b;
    text-shadow:none;
}

.cms-home .sidebar .sidebar-inner .social-sidebar a.facebook:before{
    content:"\f09a";
}
.cms-home .sidebar .sidebar-inner .social-sidebar a.twitter:before{
    content:"\f099";
}
.cms-home .sidebar .sidebar-inner .social-sidebar a.youtube:before{
    content:"\f167";
    font-size:19px;
    padding-top:0;
    line-height:29px;
}
.cms-home .sidebar .sidebar-inner .social-sidebar a.googleplus:before{
    content:"\f0d5";
}
.cms-home .sidebar .sidebar-inner .social-sidebar a.instagram:before{
    content:"\f16d";
    font-size:19px;
    padding-top:0;
    line-height:29px;
}

.cms-home .sidebar .sidebar-inner .social-sidebar a:hover {
    text-decoration:none;
    margin-top:0;
    position: relative;
    bottom: 2px;
}

.featured-title{
    font-family: "franklin-gothic-urw", Arial, sans-serif;
    text-transform:uppercase;
    font-weight:600;
    font-size:14px;
    color:#000;
    border-bottom: 1px solid #a6a579;
    padding:14px 0 10px;
    margin-bottom:25px;
}

.featured-thumb{
    width:100%;
    margin-bottom:10px;
}

.thumb-wrap{
    position:relative;
}

.play-overlay{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    display:block;
}

.categories-slide {
    float: left;
    position: relative;
}
.categories-slide .title {
    border: 1px solid #800000;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    clear: both;
    line-height: 37px;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    font-size: 14px;
    background-color: #8f0000;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#b72d2d), to(#8f0000));
    /* Konqueror */

    background-image: -moz-linear-gradient(#b72d2d, #8f0000);
    /* FF 3.6+ */

    background-image: -ms-linear-gradient(#b72d2d, #8f0000);
    /* IE10 */

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b72d2d), color-stop(100%, #8f0000));
    /* Safari 4+, Chrome 2+ */

    background-image: -webkit-linear-gradient(#b72d2d, #8f0000);
    /* Safari 5.1+, Chrome 10+ */

    background-image: -o-linear-gradient(#b72d2d, #8f0000);
    /* Opera 11.10 */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b72d2d', endColorstr='#8f0000', GradientType=0);
    /* IE6 & IE7 */

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#b72d2d', endColorstr='#8f0000', GradientType=0)";
    /* IE8+ */

    background-image: linear-gradient(#b72d2d, #8f0000);
    /* the standard */

    box-shadow: 0 1px 0 #7b0000 inset;
}
.categories-slide .title span {
    padding: 0 15px;
    display: block;
    position: relative;
}
.categories-slide .title a {
    color: #5b0909;
    font-size: 12px;
    padding: 0 15px;
    text-shadow: 1px 1px 0 #b43030;
    text-transform: uppercase;
    position: absolute;
    right: 50px;
    border-right: 1px solid #9e0000;
}




.categories-slide .jcarousel-skin-tango {
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    background: #fff;
    border: 1px solid #dadada;
}
.categories-slide .jcarousel-item {
    width: auto;
}
.categories-slide .jcarousel-clip {
    overflow: hidden;
}
.categories-slide .jcarousel-skin-tango .span4 {
    margin: 0;
}
.categories-slide .jcarousel-skin-tango .span4 .content {
    padding: 15px;
    text-align: center;
}
.categories-slide .jcarousel-skin-tango .product-image {
    clear: both;
}
.categories-slide .jcarousel-skin-tango .product-name {
    float: left;
    line-height: 18px;
    margin: 7px 0;
    text-align: left;
    width: 70%;
}
.categories-slide .jcarousel-skin-tango .product-name a {
    color: #565656;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 38px;
    overflow: hidden;
}
.categories-slide .jcarousel-skin-tango .price-box {
    float: right;
    text-align: right;
    color: #565656;
    width: 25%;
}
.categories-slide .jcarousel-skin-tango .price-box .minimal-price-link {
    color: #565656;
    display: block;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 20%;
    right: 0;
}
.categories-slide .jcarousel-skin-tango .description {
    text-align: left;
    clear: both;
    color: #b3b3b3;
    height: 39px;
    overflow: hidden;
}
.categories-slide .jcarousel-prev,
.categories-slide .jcarousel-next {
    background: url(../images/arrow-categories.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -29px;
    cursor: pointer;
}
.categories-slide .jcarousel-prev {
    background-position: left right;
    right: 20px;
}
.categories-slide .jcarousel-next {
    background-position: top right;
    right: 10px;
}
/* Vertical Carousel */
.vertical-carousel {
    float: right;
}
.vertical-carousel .jcarousel-clip {
    width: 155px;
    height: 465px;
    padding: 0 10px;
    overflow: hidden;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.vertical-carousel .jcarousel-container {
    padding: 25px 0;
}
.vertical-carousel .jcarousel-prev,
.vertical-carousel .jcarousel-next {
    background: url(../images/arrowvc.png) no-repeat;
    width: 30px;
    height: 16px;
    position: absolute;
    left: 42%;
    cursor: pointer;
}
.vertical-carousel .jcarousel-prev {
    top: 0;
}
.vertical-carousel .jcarousel-next {
    bottom: 0;
    background-position: left bottom;
}
.vertical-carousel #mycarousel {
    margin: 10px 0 !important;
    min-height: 433px;
}
.vertical-carousel .jcarousel-item {
    margin-bottom: 10px;
    position: relative;
}
.vertical-carousel .jcarousel-item .view {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background-color: #020202;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#2f2f2f), to(#020202));
    /* Konqueror */

    background-image: -moz-linear-gradient(#2f2f2f, #020202);
    /* FF 3.6+ */

    background-image: -ms-linear-gradient(#2f2f2f, #020202);
    /* IE10 */

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2f2f2f), color-stop(100%, #020202));
    /* Safari 4+, Chrome 2+ */

    background-image: -webkit-linear-gradient(#2f2f2f, #020202);
    /* Safari 5.1+, Chrome 10+ */

    background-image: -o-linear-gradient(#2f2f2f, #020202);
    /* Opera 11.10 */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f2f2f', endColorstr='#020202', GradientType=0);
    /* IE6 & IE7 */

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f2f2f', endColorstr='#020202', GradientType=0)";
    /* IE8+ */

    background-image: linear-gradient(#2f2f2f, #020202);
    /* the standard */

    display: block;
    width: 90%;
    padding: 7px 5% 9px 5%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #373737;
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    text-transform:uppercase;
    color:#fff;
    text-align:left;
}
.vertical-carousel .jcarousel-item .view a {
    background: url("../images/arrowcvLeft.png") no-repeat scroll 97% center transparent;
    color: #fff;
    display: block;
    padding: 0 15px 0 10px;
    text-align: left;
}
.vertical-carousel .jcarousel-item .view .new{
    color:#A43221;
}
.vertical-carousel .jcarousel-item img {
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* Text Home */
.text-home {
    float: left;
    color: #FFFFFF;
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    font-size: 45px;
    line-height: 1.1em;
    text-align: left;
}

.home-green{
    font-size:18px;
    color:#A43221;
    font-family:Arial, Helvetica, sans-serif;
    line-height:1.2em;
    padding:10px 0 20px;
}

.home-green span{
    font-family:"franklin-gothic-urw", Arial, sans-serif;
}

.text-home.span7 {
    margin: 0 !important;
    padding-top: 20px;
}
.text-home a {
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.55;
    padding: 8px 8px 8px 19px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    color: #ffffff;
    font-style: normal;
    float: left;
    margin: 50px 30px 0 0;
    min-width: 170px;
}
.text-home a.link1 {
    background-color: #A43221;
    background-repeat: repeat-x;
    margin-top:0!important;

    background-image: -khtml-gradient(linear, left top, left bottom, from(#A43221), to(#A43221));
    /* Konqueror */

    background-image: -moz-linear-gradient(#A43221, #A43221);
    /* FF 3.6+ */

    background-image: -ms-linear-gradient(#A43221, #A43221);
    /* IE10 */

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A43221), color-stop(100%, #A43221));
    /* Safari 4+, Chrome 2+ */

    background-image: -webkit-linear-gradient(#A43221, #A43221);
    /* Safari 5.1+, Chrome 10+ */

    background-image: -o-linear-gradient(#A43221, #A43221);
    /* Opera 11.10 */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A43221', endColorstr='#A43221', GradientType=0);
    /* IE6 & IE7 */

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A43221', endColorstr='#A43221', GradientType=0)";
    /* IE8+ */

    background-image: linear-gradient(#A43221, #A43221);
    /* the standard */

    border: 1px solid #A43221;
    box-shadow: 0 1px 0 #A43221 inset;
    font-weight:bold;
    cursor:pointer;
}
.text-home a.link1:hover {
    background-color: #020202;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#2f2f2f), to(#020202));
    /* Konqueror */

    background-image: -moz-linear-gradient(#2f2f2f, #020202);
    /* FF 3.6+ */

    background-image: -ms-linear-gradient(#2f2f2f, #020202);
    /* IE10 */

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2f2f2f), color-stop(100%, #020202));
    /* Safari 4+, Chrome 2+ */

    background-image: -webkit-linear-gradient(#2f2f2f, #020202);
    /* Safari 5.1+, Chrome 10+ */

    background-image: -o-linear-gradient(#2f2f2f, #020202);
    /* Opera 11.10 */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f2f2f', endColorstr='#020202', GradientType=0);
    /* IE6 & IE7 */

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f2f2f', endColorstr='#020202', GradientType=0)";
    /* IE8+ */

    background-image: linear-gradient(#2f2f2f, #020202);
    /* the standard */

    box-shadow: 0 1px 0 0 #404040 inset;
    border: 1px solid #000;
    color:#A43221;
}
.text-home a span {
    float: right;
    background: url("../images/arrowcvLeft.png") no-repeat scroll 97% center transparent;
    width: 20px;
    height: 20px;
}
/* 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 {
    color: #1b2d3b;
}
.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 {
    color: #999999;
}
/* 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.55;
    background-position: 0 4px;
}
/* ======================================================================================= */
/* Shopping Cart ========================================================================= */
.cart .page-title {
    border-bottom: 0;
    margin: 0px;
}
.cart .page-title h1 {
    margin: 10px 0 0;
}
/* Checkout Types */
.cart .page-title .checkout-types li {
    margin: 0 0 10px;
}
.cart .title-buttons .checkout-types {
    float: right;
}
.cart .title-buttons .checkout-types li {
    float: left;
}
.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}
.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    line-height: 1.0;
    font-size: 11px;
}
/* Shopping Cart Table */
.cart-table th {
    padding: 2px 10px;
}
.cart-table td {
    padding: 10px;
}
.cart-table .product-name {
    font-weight: bold;
    margin: 0 0 5px;
    color: #2f2f2f;
}
.cart-table .item-msg {
    margin: 5px 0;
    font-size: 11px;
    font-weight: bold;
    color: #df280a;
}
.cart-table tfoot td {
    padding: 5px 10px;
    border-bottom: 1px solid #D9DDE3;
    border-top: 1px solid #D9DDE3;
}
.cart-table .btn-continue {
    float: left;
}
.cart-table .product-image {
    display: block;
    width: 75px;
    height: 75px;
}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    padding: 25px 0 0;
}
.cart .cart-collaterals .col2-set,
.cart .cart-collaterals .col2-set .col-2 {
    width: 100%;
}
.cart .cart-collaterals .col2-set .col-2 {
    border: 1px solid #E5E5E5;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.02);
}
.cart .crosssell {
    padding: 12px 15px;
    background:#fff;
    float:left;
    -moz-border-radius: 5px ;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 8px;
}
.cart .crosssell h2 {
    font-size: 13px;
    font-weight: bold;
}
.cart .crosssell .product-details {
    margin-left: 90px;
}
.cart .crosssell .product-name {
    font-weight: bold;
}
.cart .crosssell li.item {
    margin: 0;
    float: left;
    padding: 0;
    cursor: pointer;
    width: 115px;
}
.cart .crosssell .link-compare {
    font-weight: normal;
}
.cart .crosssell .es-carousel-wrapper {
    padding: 10px 37px 0 !important;
}
.cart .crosssell .es-nav span {
    margin-top: -43px !important;
}
.cart .crosssell .item {
    margin-right: 15px !important;
}
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart #discount-coupon-form {
  padding: 12px 15px;
  margin: 0 0 18px;
  float: left;
  max-width: 204px;
}
.cart .shipping {
    border-right: 1px solid #E5E5E5;
    float: left;
    padding: 12px 15px;
    width: 48%;
}
.cart .discount h2,
.cart .shipping h2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    font: bold 13px/16px Arial, Helvetica, sans-serif;
    color: #4B4B4B;
}
.cart .discount .buttons-set,
.cart .shipping .buttons-set {
    margin: 10px 0 0;
    border: 0;
    padding: 0;
    text-align: left;
}

.block-blog .menu-categories UL LI{
    margin-left: 0!important;
}

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
    float: none;
    margin-left: 0;
}
.cart .shipping .form-list .input-box {
    float: left;
    margin-left: 10px;
}
.cart .shipping .form-list label {
    width: 100%;
    padding-bottom:5px;
}
.cart .shipping .form-list select {
    width: 100%;
}

.cart .shipping .form-list input {
    width: 96%;
}

.cart .discount label {
    display: none;
}
.cart .discount .input-box {
    margin: 8px 0 0;
    width: 207px;
    float: left;
}
.cart .discount .buttons-set {
    float: left;
    clear: none;
}
.cart .discount input.input-text {
    width: 192px;
}
.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 5px 0 0;
    background: url(../images/bkg_divider1.gif) 0 0 repeat-x;
}
/* Shopping Cart Totals */
.cart .totals {
    float: none;
    width: 268px;
    margin: 20px 0;
    width: 100%;
}
.cart .totals table {
    width: auto;
    margin: 7px 0;
    float: right;
}
.cart .totals td {
    padding: 1px 15px 1px 7px;
}
.cart .totals tfoot th {
    padding: 5px 15px 5px 7px;
}
.cart .totals tfoot td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
    font-size: 15px;
}
.cart .totals .checkout-types {
    float: right;
    clear: both;
    font-size: 13px;
    text-align: left;
}
.cart .totals .checkout-types li {
    clear: both;
    margin: 10px 0;
}
.cart .deals{
    margin-right:10px;
    border-right:1px solid #e3e3e3;
    padding-bottom:10px;
}
.giftcard h2 {
    padding-top:10px;
}
/* Options Tool Tip */
.item-options dt {
    font-weight: bold;
    font-style: italic;
}
.item-options dd {
    padding-left: 10px;
    margin: 0 0 6px;
}
.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 > p {
    font-weight: bold;
    text-transform: uppercase;
}
.truncated .show .item-options {
    top: -20px;
    left: 50%;
}
.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px;
}
.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}
/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
    margin: 0 0 8px;
}
.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold;
}
.sp-methods dd li {
    margin: 5px 0;
}
.sp-methods label {
    font-weight: bold;
    color: #666;
}
.sp-methods .price {
    font-weight: bold;
}
.sp-methods .form-list {
    padding-left: 20px;
}
.sp-methods .form-list li {
    margin: 0 0 8px;
}
.sp-methods select.month {
    width: 154px;
    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;
}
.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}
.please-wait {
    float: right;
}
.please-wait img {
    vertical-align: middle;
}
.cvv-what-is-this {
    font-size: 11px;
    cursor: help;
    margin-left: 10px;
}
/* Tooltip */
.tool-tip {
    border: 1px solid #7BA7C9;
    background: #EAF6FF;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999;
}
.tool-tip .btn-close {
    margin: -9px -14px 0;
    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 h3 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}
.gift-messages p.control {
    color: #8e8d8b;
}
.gift-messages-form {
    position: relative;
}
.gift-messages-form label {
    float: none !important;
    position: static !important;
}
.gift-messages-form h4 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}
.gift-messages-form .whole-order {
    margin: 0 0 25px;
}
.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;
    color: #8a8987;
}
.gift-messages-form .item .details {
    margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}
.gift-messages-form .item .details .form-list .field {
    width: 255px;
}
.gift-messages-form .item .details .form-list .input-box {
    width: 240px;
}
.gift-messages-form .item .details .form-list input.input-text {
    width: 234px;
}
.gift-messages-form .item .details .form-list li.wide .input-box {
    width: 500px;
}
.gift-messages-form .item .details .form-list li.wide textarea {
    width: 494px;
}
.gift-message-link {
    font-size: 11px;
    background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
    padding-right: 7px;
}
.gift-message-link.expanded {
    background-position: 100% -40px;
}
.gift-message-row {
    background: #f2efe9;
}
.gift-message-row .btn-close {
    float: right;
    width: 16px;
    height: 16px;
    background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}
/* Checkout Agreements */
.checkout-agreements li {
    margin: 30px 0;
}
.checkout-agreements .agreement-content {
    overflow: auto;
    height: 12em;
    padding: 10px;
    background-color: #fbfaf6;
    border: 1px solid #bbb6a5;
}
.checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px;
}
.checkout-agreements .agree input.checkbox {
    margin-right: 6px;
}
.checkout-agreements .agree label {
    font-weight: bold;
    color: #666;
}
.opc .checkout-agreements {
    border: 1px solid #d9dde3;
    border-width: 0 1px;
    padding: 5px 30px;
}
.opc .checkout-agreements li {
    margin: 20px 0 0;
}
.opc .checkout-agreements .agreement-content {
    background-color: #fff;
    border-color: #e4e4e4;
    padding: 5px;
}
.opc .checkout-agreements .agree {
    padding-left: 6px;
}
/* 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;
}
.opc .centinel {
    border: 1px solid #bbb6a5;
    border-width: 0 1px 1px;
    padding: 10px 30px;
}
/* Generic Info Set */
.info-set {
    background: #fff;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px;
}
.info-set h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}
.info-set h3,
.info-set h4 {
    font-size: 13px;
    font-weight: bold;
    color: #4B4B4B;
}
.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
    font-weight: normal;
}
.info-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #f9f3e3;
    border-bottom: 1px solid #bbafa0;
    position: relative;
}
.info-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c;
}
.light-divider{
    border-bottom:1px solid #e3e3e3;
    margin: 10px 0;
}
.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}
.info-set .box {
    margin: 0 0 15px;
}
.info-set .box h2 {
    color: #4B4B4B;
}
.info-set .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #999999 !important;
}
.info-set .data-table .product-name a {
    font-weight: bold !important;
}
.info-set .data-table .item-options {
    margin: 5px 0 0;
}
/********** Common Checkout Styles > */
/* One Page Checkout */
.checkout-onepage-index .page-title {
    display: none;
}

.checkout-onepage-index .block-cart #amount-view-cart {
    margin-top:0;
}
.block-progress .block-content {
    background: none;
}
.block-progress dt {
    font-size: 12px;
    line-height: 1.35;
    margin: 0 0 6px;
    padding: 2px 8px 6px;
    border-bottom: 1px solid #D9D9D9;
}
.block-progress dd {
    padding: 8px 13px;
    margin: 0 0 6px;
}
.block-progress dt.complete {
    margin: 0;
}
.block-progress a {
    color: #137679;
    text-decoration: underline;
}
.block-progress p {
    margin: 0;
}
.block-progress .cards-list dt {
    background: none;
    border: 0 none;
    color: inherit;
    font-size: 12px;
    margin: 5px 0;
    padding: 0;
}
.block-progress .cards-list dd {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.block-progress .cards-list .info-table th {
    font-weight: normal;
}
.opc .buttons-set {
    margin-top: 0;
    padding-top: 2em;
}
.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
}
.opc .buttons-set .back-link small {
    display: none;
}
.opc .buttons-set .back-link a {
    background: url(../images/i_arrow-top.gif) 0 50% no-repeat;
    padding-left: 16px;
}
.opc .buttons-set.disabled button.button {
    display: none;
}
.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px;
}
.opc .ul {
    list-style: disc outside;
    padding-left: 18px;
}
.opc {
    position: relative;
    margin-bottom: 15px;
}
.opc .step-title {
    border: 1px solid #d9d9d9;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #e4e4e4;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e4e4e4));
    /* Konqueror */

    background-image: -moz-linear-gradient(#f4f4f4, #e4e4e4);
    /* FF 3.6+ */

    background-image: -ms-linear-gradient(#f4f4f4, #e4e4e4);
    /* IE10 */

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e4e4e4));
    /* Safari 4+, Chrome 2+ */

    background-image: -webkit-linear-gradient(#f4f4f4, #e4e4e4);
    /* Safari 5.1+, Chrome 10+ */

    background-image: -o-linear-gradient(#f4f4f4, #e4e4e4);
    /* Opera 11.10 */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e4e4e4', GradientType=0);
    /* IE6 & IE7 */

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e4e4e4', GradientType=0)";
    /* IE8+ */

    background-image: linear-gradient(#f4f4f4, #e4e4e4);
    /* the standard */

    box-shadow: 0 1px 0 #ffffff inset;
    padding: 13px 15px;
    text-align: right;
}
.opc .step-title .number {
    float: left;
    background: #fff;
    border: 1px solid #fff;
    padding: 3px 6px 1px;
    margin: 0 5px 0 0;
    font: bold 11px/14px arial, helvetica, sans-serif;
    color: #999;
}
.opc .step-title h2 {
    float: left;
    margin: 0;
    font: bold 12px/18px Arial, Helvetica, sans-serif;
    color: #999;
}
.opc .step-title a {
    display: none;
    float: right;
    font-size: 11px;
    line-height: 16px;
}
.opc .active .step-title {
    color: #FFFFFF;
    cursor: default;
    background-color: #afafaf;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#d5d5d5), to(#afafaf));
    /* Konqueror */

    background-image: -moz-linear-gradient(#d5d5d5, #afafaf);
    /* FF 3.6+ */

    background-image: -ms-linear-gradient(#d5d5d5, #afafaf);
    /* IE10 */

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5d5d5), color-stop(100%, #afafaf));
    /* Safari 4+, Chrome 2+ */

    background-image: -webkit-linear-gradient(#d5d5d5, #afafaf);
    /* Safari 5.1+, Chrome 10+ */

    background-image: -o-linear-gradient(#d5d5d5, #afafaf);
    /* Opera 11.10 */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5', endColorstr='#afafaf', GradientType=0);
    /* IE6 & IE7 */

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5', endColorstr='#afafaf', GradientType=0)";
    /* IE8+ */

    background-image: linear-gradient(#d5d5d5, #afafaf);
    /* the standard */

    border: 1px solid #C0C0C0;
    box-shadow: 0 1px 0 0 #DEDEDE inset;
}
.opc .active .step-title .number {
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.opc .active .step-title h2 {
    color: #313131;
    text-shadow: 1px 1px 0 #DADADA;
}
/*.opc .active .step-title a { display:none; }*/
.opc .step {
    padding: 15px 30px;
    position: relative;
}
.opc .step .tool-tip {
    right: 30px;
}
#opc-login .buttons-set {
    border-top: 0;
}
#opc-login h3 {
    font-size: 13px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2px;
}
#opc-login h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    color: #2f2f2f;
}
#opc-shipping_method .buttons-set {
    border-top: 0;
}
.opc .gift-messages-form {
    margin: 0 -30px;
    background: #f6f1eb;
    border: 1px solid #e9e4de;
    border-width: 1px 0;
    padding: 22px 24px 22px 30px;
}
.opc .gift-messages-form .inner-box {
    padding: 5px;
    height: 260px;
    overflow: auto;
}
#opc-review .step {
    border: 0;
    padding: 0;
}
#opc-review .product-name {
    font-weight: bold;
    color: #0a263c;
}
#opc-review .item-options {
    margin: 5px 0 0;
}
#opc-review .buttons-set {
    padding: 20px 30px;
    border: 1px solid #d9dde3;
    border-width: 0 1px 1px;
}
#opc-review .buttons-set p {
    margin: 0;
    line-height: 40px;
}
#opc-review .buttons-set .please-wait {
    height: 40px;
    line-height: 40px;
}
#opc-review .authentication {
    margin: 0 auto;
    width: 570px;
}
#opc-review .warning-message {
    color: #222;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 0;
}
/* Multiple Addresses Checkout */
.checkout-progress {
    padding: 0;
    margin: 0 auto 20px;
}
.checkout-progress li {
    color: #333333;
    float: left;
    font-weight: normal;
    margin: 0 3px 0 0;
    padding: 3px 0;
    text-align: center;
    width: 19%;
    border: 1px solid #d9d9d9;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    background-color: #e4e4e4;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e4e4e4));
    /* Konqueror */

    background-image: -moz-linear-gradient(#f4f4f4, #e4e4e4);
    /* FF 3.6+ */

    background-image: -ms-linear-gradient(#f4f4f4, #e4e4e4);
    /* IE10 */

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e4e4e4));
    /* Safari 4+, Chrome 2+ */

    background-image: -webkit-linear-gradient(#f4f4f4, #e4e4e4);
    /* Safari 5.1+, Chrome 10+ */

    background-image: -o-linear-gradient(#f4f4f4, #e4e4e4);
    /* Opera 11.10 */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e4e4e4', GradientType=0);
    /* IE6 & IE7 */

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e4e4e4', GradientType=0)";
    /* IE8+ */

    background-image: linear-gradient(#f4f4f4, #e4e4e4);
    /* the standard */

    box-shadow: 0 1px 0 #ffffff inset;
}
.checkout-progress li.active {
    background-color: #f3f3f3;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#dadada), to(#f3f3f3));
    /* Konqueror */

    background-image: -moz-linear-gradient(#dadada, #f3f3f3);
    /* FF 3.6+ */

    background-image: -ms-linear-gradient(#dadada, #f3f3f3);
    /* IE10 */

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadada), color-stop(100%, #f3f3f3));
    /* Safari 4+, Chrome 2+ */

    background-image: -webkit-linear-gradient(#dadada, #f3f3f3);
    /* Safari 5.1+, Chrome 10+ */

    background-image: -o-linear-gradient(#dadada, #f3f3f3);
    /* Opera 11.10 */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', endColorstr='#f3f3f3', GradientType=0);
    /* IE6 & IE7 */

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', endColorstr='#f3f3f3', GradientType=0)";
    /* IE8+ */

    background-image: linear-gradient(#dadada, #f3f3f3);
    /* the standard */

    border: 1px solid #c8c8c8;
    color: #7F7F7F;
    text-shadow: 1px 1px 0 #ffffff;
}
.multiple-checkout h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}
.multiple-checkout h3,
.multiple-checkout h4 {
    font-size: 13px;
    font-weight: bold;
    color: #4B4B4B;
}
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
    font-weight: normal;
}
.multiple-checkout .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #999999 !important;
}
.multiple-checkout .data-table .product-name a {
    font-weight: bold !important;
}
.multiple-checkout .data-table .item-options {
    margin: 5px 0 0;
}
.multiple-checkout .gift-messages {
    margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 20px;
}
.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
    background: #fff;
    border: 1px solid #dedede;
    margin: 0 0 25px;
    padding: 20px;
}
.multiple-checkout .col2-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
}
.multiple-checkout .col2-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c;
}
.multiple-checkout .col2-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}
.multiple-checkout .box {
    margin: 0 0 15px;
}
.multiple-checkout .box h2 {
    color: #4B4B4B;
}
.multiple-checkout .place-order .please-wait {
    float: right;
    padding: 27px 7px 0 0;
}
.multiple-checkout .place-order .grand-total {
    float: right;
    height: 71px;
    font-size: 1.5em;
    padding: 0 0 0 21px;
    overflow: hidden;
}
.multiple-checkout .place-order .grand-total .inner {
    float: left;
    height: 57px;
    padding: 14px 21px 0 0;
}
.multiple-checkout .place-order .grand-total .inner div {
    display: inline;
}
.multiple-checkout .place-order .grand-total big {
    display: inline;
    margin-right: 12px;
}
.multiple-checkout .place-order .grand-total .price {
    color: #4B4B4B;
}
.multiple-checkout .place-order .grand-total button.button span {
    font-size: 16px;
}
.multiple-checkout .place-order .grand-total button.button span span {
    padding: 0 45px 0 36px;
}
/* Step 1 */
.multiple-checkout .title-buttons button.button span span {
    border: 0 none;
}
#multiship-addresses-table td {
    padding: 10px;
}
#multiship-addresses-table tfoot td {
    padding: 5px 10px;
}
#multiship-addresses-table tfoot button.button span span {
    border: 0 none;
}
/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
    width: 100%;
    overflow: hidden;
}
.multiple-checkout .gift-messages-form .item .details .form-list li {
    margin-right: -15px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .field {
    width: 230px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
    width: 215px;
}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
    width: 209px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
    width: 445px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
    width: 439px;
}
.checkout-multishipping-shipping .box-sp-methods {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #DEDEDE;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 13px;
    position: relative;
}
.checkout-multishipping-shipping .box-sp-methods .pointer {
    display: none;
}
/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
    position: relative;
}
/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.account-login .content {
    min-height: 270px;
    border: 1px solid #C8C8C8;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.02);
}
.account-login .content h2 {
    background-color: #dadada;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dadada));
    /* Konqueror */

    background-image: -moz-linear-gradient(#f3f3f3, #dadada);
    /* FF 3.6+ */

    background-image: -ms-linear-gradient(#f3f3f3, #dadada);
    /* IE10 */

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #dadada));
    /* Safari 4+, Chrome 2+ */

    background-image: -webkit-linear-gradient(#f3f3f3, #dadada);
    /* Safari 5.1+, Chrome 10+ */

    background-image: -o-linear-gradient(#f3f3f3, #dadada);
    /* Opera 11.10 */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dadada', GradientType=0);
    /* IE6 & IE7 */

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#dadada', GradientType=0)";
    /* IE8+ */

    background-image: linear-gradient(#f3f3f3, #dadada);
    /* the standard */

    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #383838;
    text-shadow: 1px 1px 0 #C8C8C8;
    font-size: 11pt;
    font-weight: 700;
    line-height: 16px;
    padding: 10px 0 10px 10px;
}
.account-login .content p,
.account-login .content .form-list {
    padding: 10px;
}
.account-login .buttons-set {
    margin: 0;
    padding: 8px 13px;
    /*  border: 1px solid #C8C8C8;*/
}
.account-create .fieldset {
    /*  border: 1px solid rgba(0, 0, 0, 0.1);*/
    margin-bottom: 20px;
    padding: 0;
}

.newsletter-manage-index .fieldset {
    border:0px;
}

.page-subscribe .input-box .button span{
    padding: 0 10px;
}

.page-subscribe .input-box #newsletter{
    min-width: 180px;
    height:16px;
    margin-top:1px;
}


#warranty {
    margin-top:10px;
    padding-top:10px;
}

#warranty a {
    text-transform:uppercase;
    color:#A43221;
}

#warranty a:hover {
    color:#000;
}

.account-create .fieldset .legend {
    line-height: 32px;
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.05);
    color: #333333;
    float: none;
    font-size: 13px;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0 8px;
    position: relative;
    border-top: 0 none;
    border-right: 0 none;
}
.account-create .fieldset .form-list {
    padding: 10px;
    min-height: 50px;
}
/* Captcha ================================================================================ */
.captcha-note {
    clear: left;
    padding-top: 5px;
}
.captcha-image {
    float: left;
    display: inline;
    margin: 0;
    position: relative;
    width: 258px;
}
.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
    width: 100%;
}
.registered-users .captcha-image {
    margin: 0;
}
.captcha-reload {
    cursor: pointer;
    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 {
    float: none;
    margin: 0 6px;
}
.remember-me-popup {
    background: #fff;
    border: 1px solid #ccc;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    text-align: left;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    -box-shadow: 0 0 6px #ccc;
    z-index: 1000;
}
.remember-me-popup h3 {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 10px;
}
.remember-me-popup .remember-me-popup-head {
    position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
}
.remember-me-popup .remember-me-popup-body {
    padding: 10px;
}
.remember-me-popup .remember-me-popup-body a {
    display: inline-block;
    height: 19px;
    border: 1px solid #de5400;
    background: #f18200;
    padding: 0 8px;
    font: bold 12px/19px Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}
/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}
/********** < Dashboard */
.dashboard .welcome-msg {
    margin: 0 8em 1.5em 0;
}
.dashboard .welcome-msg p {
    margin: 0;
}
.dashboard .col2-set {
    margin: 0 0 15px;
}
.dashboard {
    margin: 0 5px;
}
/* General Box */
.box-account {
    padding: 10px;
    margin: 0 0 20px;
    border: 1px solid #E5E5E5;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.box-account .box-head {
    border-bottom: 1px solid #D9DDE3;
    left: -10px;
    margin: 0 0 10px;
    position: relative;
    text-align: right;
    top: -10px;
    width: 102%;
}
.box-account .box-head h2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
    font-size: 13px;
    font-weight: 700;
    margin: 10px 0;
    padding-left: 35px;
    color: #000000;
}
.box-account a {
    color: #4B4B4B;
    font-size: 11px;
}
.dashboard .box .box-title {
    background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 2px;
    margin: 0 0 8px;
    text-align: right;
}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}
/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {
    padding-left: 10px !important;
}
/* Block: Account Information */
.dashboard .box-info .box-head h2 {
    background-repeat: no-repeat;
}
.dashboard .box-info h4 {
    font-size: 11px;
    font-weight: bold;
}
/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {
    background-image: url(../images/i_ma-reviews.gif);
}
.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: #0a263c;
}
.dashboard .box-reviews .details {
    margin-left: 20px;
}
.dashboard .box-reviews li.item {
    margin: 0 0 7px;
}
.dashboard .box-reviews li.item.last {
    margin: 0;
}
.dashboard .box-reviews .ratings {
    margin: 7px 0 0;
}
/* Block: Tags */
.dashboard .box-tags .box-head h2 {
    background-image: url(../images/i_ma-tags.gif);
}
.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: #0a263c;
}
.dashboard .box-tags .details {
    margin-left: 20px;
}
.dashboard .box-tags li.item {
    margin: 0 0 7px;
}
.dashboard .box-tags li.item.last {
    margin: 0;
}
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
    display: inline;
}
/********** Dashboard > */
/* Address Book */
.addresses-list h2 {
    font-weight: bold;
    font-size: 13px;
    color: #4B4B4B;
}
.addresses-list h3 {
    font-weight: bold;
    font-size: 13px;
}
.addresses-list address {
    margin: 0 0 3px;
}
.addresses-list p {
    margin: 0;
}
.addresses-list a {
    font-weight: bold;
}
.addresses-list .link-remove {
    color: #646464;
}
.addresses-list .separator {
    margin: 0 3px;
}
.addresses-list li.item {
    border: 1px solid #ccc;
    padding: 10px 13px;
    margin: 0 0 10px;
}
.addresses-list li.empty {
    background: none;
    border: 0;
    padding: 0;
}
.addresses-list li.empty p {
    font-weight: bold;
}
.addresses-list .addresses-additional li.item {
    background: none;
    border: 0;
    padding: 0;
}
/* Order View */
.order-info {
    border: 1px solid #d8d8d8;
    padding: 4px 8px;
    margin: 0 0 8px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}
.order-info .current {
    font-weight: bold;
}
.order-info li {
    margin: 0 3px;
}
.order-date {
    margin: 10px 0;
}
.order-info-box {
    background: #fff;
    border: 1px solid #d8d8d8;
    padding: 12px 15px;
    margin: 0 0 15px;
}
.order-info-box h2 {
    font-weight: bold;
    font-size: 13px;
}
.order-info-box .box-payment p {
    margin: 0 0 3px;
}
.order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 7px;
}
.order-items {
    width: 100%;
    overflow-x: auto;
}
.order-items h2,
.order-items h3 {
    clear: none;
    font-weight: bold;
    font-size: 13px;
    padding: 0;
    margin: 0 0 5px;
    color: #0a263c;
}
.order-items .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
}
.order-items .link-print {
    color: #999999;
    font-weight: normal;
}
.order-items .order-links {
    text-align: right;
}
.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 {
    margin: 0 0 15px;
}
.page-print .print-head .logo {
    float: left;
}
.page-print .print-head address {
    float: left;
    margin-left: 15px;
}
.page-print h1 {
    font-size: 16px;
    font-weight: bold;
}
.page-print h2,
.page-print h3 {
    font-size: 13px;
    font-weight: bold;
}
.page-print h2.h2 {
    font-size: 16px;
    font-weight: bold;
}
.page-print .order-date {
    background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.page-print .col2-set {
    margin: 0 0 10px;
}
/* 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 Wishlist */
.my-wishlist .data-table td {
    padding: 10px;
}
.my-wishlist .product-image {
    display: block;
    width: 113px;
    height: 113px;
    margin: 0 0 5px;
}
.my-wishlist textarea {
    display: block;
    width: 97%;
    height: 109px;
}
.my-wishlist .buttons-set {
    margin-top: 2em;
}
.my-wishlist .buttons-set button.button {
    float: none;
}
.my-wishlist .buttons-set span span {
    border: 0 none !important;
}
#wishlist-table .add-to-links {
    white-space: nowrap;
}
/* My Tags */
.my-tag-edit {
    float: left;
    margin: 0 0 10px;
}
.my-tag-edit .btn-remove {
    float: right;
    margin: 4px 0 0 5px;
}
#my-tags-table {
    clear: both;
}
#my-tags-table td {
    padding: 10px;
}
#my-tags-table .add-to-links {
    white-space: nowrap;
}
/* My Reviews */
#my-reviews-table td {
    padding: 10px;
}
.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 {
    font-size: 12px;
    margin: 0 0 3px;
    color: #2f2f2f;
}
.product-review .ratings-table {
    margin: 0 0 10px;
}
.product-review dt {
    font-weight: bold;
}
.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}
/* Billing Agreements */
.billing-agreements .info-box {
    margin: 15px 0;
}
.billing-agreements .form-list li select {
    float: left;
}
.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px;
}
.billing-agreements .table-caption {
    font-weight: bold;
    font-size: 13px;
}
/* ======================================================================================= */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
}
.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #fff;
}
.map-popup {
    background: #fff;
    border: 1px solid #aaa;
    margin: 12px 0 0;
    position: absolute;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    text-align: left;
    width: 300px;
    z-index: 100;
}
.map-popup-heading {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    width: 260px;
}
.map-popup-heading h2 {
    font-size: 16px;
    margin: 0;
    text-shadow: 0 1px 0 #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}
.map-popup-arrow {
    background: url(../images/map_popup_arrow.gif) no-repeat;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px;
}
.map-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.map-popup-content {
    border-top: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    width: 280px;
}
.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right;
}
.map-popup-checkout span {
    display: block;
    padding-right: 30px;
}
.map-popup-checkout .paypal-logo {
    margin: 0 0 5px;
}
.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0;
}
.map-popup-price {
    margin: 5px 0 0;
}
.map-popup-text {
    clear: right;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left;
    word-wrap: break-word;
}
.map-popup-only-text {
    border-top: 1px solid #ddd;
}
/* ======================================================================================= */
/* Footer ================================================================================ */
.footer-container {
    /*color: #footer_link_color;*/
    background: url(../images/bg_footer-repeat.jpg) repeat top left;
    font-family:"franklin-gothic-urw", Arial, sans-serif;
}

.footer-info{

}
.footer-inner{
    width:100%;
    background: #e9e9dd;
    min-height:400px;
}
.footer-top{
    width:100%;
}
.footer.content {
    width: 930px;
    margin: 0 auto;
}
.footer.content .span3 {
    margin: 0;
}
.footer a {
    color: #929292;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer ul {
    display: inline;
}
.footer ul.links {
    display: block;
}
.footer li {
    display: inline;
}
.footer li.last {
    background: none !important;
    padding-right: 0 !important;
}
.footer-container .bottom-container {
    margin: 0 0 5px;
}
.footer .row-fluid .copyright-info.span5{
    width:100%;
    margin-left:0px!important;
}
.footer .row-fluid > .span3{
    border-left:1px solid #a5a579;
    height:170px;
    padding-left:20px;
    margin:30px 0 0;
}
.footer .row-fluid > .span3.noborder{
    border:none;
    padding-left:0;
}
.footer .copyright {
    color: #ACA49C;
    min-height: 60px;
    text-align: left;
    padding-top: 10px;
}
.footer .copyright .copyright-info{
    float:left;
    color:#323232;
    font-size:14px;
}
.copy-links{
    text-align:right;
}
.copy-links a{
    margin-left:20px;
}
.footer .copyright a {
    color: #ACA49C;
}
.footer .payment-options {
    float: right;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    background-color: #353330;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#2b2927), to(#353330));
    /* Konqueror */

    background-image: -moz-linear-gradient(#2b2927, #353330);
    /* FF 3.6+ */

    background-image: -ms-linear-gradient(#2b2927, #353330);
    /* IE10 */

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2927), color-stop(100%, #353330));
    /* Safari 4+, Chrome 2+ */

    background-image: -webkit-linear-gradient(#2b2927, #353330);
    /* Safari 5.1+, Chrome 10+ */

    background-image: -o-linear-gradient(#2b2927, #353330);
    /* Opera 11.10 */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2927', endColorstr='#353330', GradientType=0);
    /* IE6 & IE7 */

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2927', endColorstr='#353330', GradientType=0)";
    /* IE8+ */

    background-image: linear-gradient(#2b2927, #353330);
    /* the standard */

    border-bottom: 1px solid #4e4a46;
}
.footer .copyright a img {
    float: right;
    margin-top:-5px;
}

.footer .copyright p > img{
    position: relative;
    top: -27px;
}

.copyright-info{
    margin-top: 125px;
}

.copyright-info p, .copyright-info{
    float: left;
    margin-right: 10px;
    font-weight: bold;
    color:#000;
    text-transform: uppercase;
}

.copyright-info span{
    float: left;
}

.copyright-info p:last-child {
    float: right;
}

.footer address {
    line-height: 50px;
    text-shadow: 0 -1px 0 #131212;
}
.footer-info h3 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform:uppercase;
    text-align:left;
}

.footer-info h3 a {
    color:#323232;
}

.footer-info ul li {
    display: block;
    line-height: 20px;
    text-align:left;
}

.footer-info ul li a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    text-align:left;
}
.footer-info ul {
    min-height: 140px;
    display: block;
    padding-right: 30px;
    padding-bottom: 30px;
}
.footer-info ul.last {
    border-right: none;
}

.footer-visit,
.footer-services {
    float: left;
    text-align: left;
}
.footer-information.footer-social{
    clear:both;
    float:none;
    margin-bottom:20px;
    border-top: 1px solid #a5a579;
    padding-top:20px;
}
.footer-information img {
    max-width: 100%;
}
.social-left{
    float:left;
}
.footer-subscribe.span3{
    float:left;
    padding-top:0;
    width:50%;
}
.footer-services .left {
    float: left;
    padding-right: 20px;
}
.footer-services .right {
    float: right;
    padding-right: 0;
}
.footer-connect a {
    display: block;
    height: 29px;
    width: 29px;
    float: left;
    margin-right: 15px;
    padding:1px;
    text-decoration:none;
    color:#fff;
    margin-top:2px;
}

.footer-connect a:before{
    font-family:"fontawesome";
    font-size:16px;
    text-align:center;
    width:100%;
    display:block;
    padding-top:3px;
    line-height:25px;

    -moz-box-shadow:    inset 1px 1px 1px 0px #ababab;
    -webkit-box-shadow: inset 1px 1px 1px 0px #ababab;
    box-shadow:         inset 1px 1px 1px 0px #ababab;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.footer-connect a.facebook{
    background:#a6a57b;
}
.footer-connect a.twitter{
    background:#a6a57b;
}
.footer-connect a.youtube{
    background:#a6a57b;
    text-shadow:none;
}
.footer-connect a.googleplus{
    background:#666;
    background:rgba(0,0,0, 0.5);
    color:#efefef;
    text-shadow:1px 1px #333;
}
.footer-connect a.instagram{
    background:#a6a57b;
    text-shadow:none;
}

.footer-connect a.facebook:before{
    content:"\f09a";
}
.footer-connect a.twitter:before{
    content:"\f099";
}
.footer-connect a.youtube:before{
    content:"\f167";
    font-size:19px;
    padding-top:0;
    line-height:29px;
}
.footer-connect a.googleplus:before{
    content:"\f0d5";
}
.footer-connect a.instagram:before{
    content:"\f16d";
    font-size:19px;
    padding-top:0;
    line-height:29px;
}

.footer-connect a:hover {
    text-decoration:none;
    margin-top:0;
}


.footer-subscribe h3 {
    border: 0 none;
    box-shadow: none;
}
/* Block: Subscribe */
.block-subscribe .block-content {
    padding: 5px 10px;
}
.block-subscribe label {
    font-weight: bold;
    color: #666;
}
.block-subscribe input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}
.block-subscribe .actions {
    background: none;
    padding: 0;
    margin: 3px 0 0;
    text-align: left;
}
.block-subscribe .actions button.button {
    float: right;
}
.footer-subscribe {
    float: left;
    margin-left:0!important;
}
.footer-subscribe .input-box {
    height:29px;
    line-height:29px;
}
.footer-subscribe .input-box input{
    box-shadow:none;
}
.foot label {
    color: #333333;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 31px;
    padding: 0 20px 0 0;
}
.footer-subscribe .input-box {
    position: relative;
}
.footer-subscribe .input-box input {
    background: #fff;
    border: 0 none;
    color: #616060;
    height: 19px;
    padding: 5px 5px 5px 8px;
    width: 176px;
    border-radius:0;
    float:left;
}
.footer-subscribe button {
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    text-transform:uppercase;
    font-size:10px;
    font-weight:600;
    color: #fff;
    float: left;
    padding: 2px 15px;
    background-color: #a6a579;

}
.footer-subscribe button span {
    box-shadow: none;
    border: 0 none;
    background:none;
}
.footer-subscribe .validation-advice {
    position: absolute;
    left: 0;
    top:40px;
    color:#A43221;
}
/* ======================================================================================= */
/* Sample Data============================================================================ */
.home-callout {
    margin-bottom: 12px;
}
.home-callout img {
    display: block;
}
.home-spot {
    float: left;
    width: 470px;
    margin-left: 20px;
}
.best-selling h3 {
    margin: 12px 0 6px 0;
    color: #4B4B4B;
    font-size: 1.2em;
}
.best-selling table {
    border-top: 1px solid #ccc;
}
.best-selling tr.odd {
    background: #eeeeee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}
.best-selling tr.even {
    background: #ffffff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}
.best-selling td {
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px 8px 8px;
    font-size: 11px;
}
.best-selling .product-img {
    float: left;
    border: 2px solid #dcdcdc;
}
.best-selling .product-description {
    margin-left: 107px;
    line-height: 1.3em;
}
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
    color: #999;
}
/* ======================================================================================= */
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.mini-cart: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,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li: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,
.footer-connect:after,
.sorter:after,
.products-grid .add-to-links li: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 .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.header .site-links li.cart a:after,
.header .site-links li.cart span.notification: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,
#hello-responsive-top .store-switch ul.flags li:after,
.buttons-set:after,
.featured-products .product-info:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
#hello-responsive-top .container:after,
#hello-responsive-top .store-switch:after,
.featured-products li a:after,
.send-friend .form-list li p:after, .media-info:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
/* ======================================================================================= */
/* HelloThemes Custom Style */
.default-top.container {
    margin-top: -20px;
}
.default-top .store-switch {
    float: right;
    padding: 6px 0 6px 20px;
    position: relative;
}
.default-top .store-switch .ulSelect {
    display: none;
    position: absolute;
    text-align: left;
    z-index: 999;
}
.default-top .language-switch li a {
    text-indent: -999em;
    float: left;
}
.default-top .language-switch .switch {
    padding-right: 0px !important;
}
.selectSwitch {
    background: url("../images/bg_select.gif") no-repeat scroll right center transparent;
    padding-right: 10px;
}
.default-top .store-switch .arrow {
    background: url(../images/arrow_top_switch_sprite.png) no-repeat top left;
    width: 9px;
    height: 10px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -5px;
}
.default-top .store-switch .switcher {
    float: left;
    position: relative;
}
.default-top .store-switch .switcher .switch {
    padding: 0 20px 0 0;
}
.default-top .store-switch .switcher ul {
    display: none;
    float: left;
    position: absolute;
    top: 42px;
    right: 0px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: normal;
    z-index: 999;
    padding: 5px 30px 5px 0px;
}
.default-top .store-switch .switcher {
    margin-right: 20px;
}
.default-top .store-switch .switcher li {
    position: relative;
    float: left;
}
.default-top .store-switch .switcher:last-child {
    margin-right: 0px;
}
.default-top .store-switch .switcher ul li a {
    padding: 0 0px 0 0;
}
.default-top .store-switch ul li ul {
    padding: 5px !important;
}
.default-top .store-switch a:hover {
    color: #fff;
}
.default-top .store-switch .hover .arrow {
    background-position: 0px -20px;
}
.default-top .store-switch ul li ul li a {
    padding: 0px 0px 0px 30px;
    padding-left: 30px;
}
.default-top .store-switch ul li ul li a:hover {
    padding-left: 30px;
}
.default-top .store-switch a:hover span {
    background-position: 0px -10px;
}
.default-top .store-switch a.hover:hover span {
    background-position: 0px -30px !important;
}
.default-top .store-switch .switcher ul.options li a {
    padding-left: 30px;
}
.default-top .store-switch .switcher ul.options li a:hover {
    color: #fff;
}
.default-top .store-switch ul.flags li {
    float: left;
    position: relative;
    display: block;
}
.default-top .store-switch ul.flags li a {
    padding: 0 0px 0 28px;
    display: block;
    float: left;
    line-height: 24px;
    height: 22px;
}
.default-top .store-switch ul.flags li img {
    padding: 5px 0 0 0;
    float: left;
    min-height: 10px;
}
.default-top .store-switch ul.flags li span {
    float: left;
}
.default-top .form-language {
    float: left;
}
.default-top .currency-selector {
    float: left;
    position: relative;
}
.default-top .currency-selector ul {
    float: left;
}
.default-top .currency-selector ul li {
    display: inline-block;
    float: left;
}
/* Homepage */
.menu-iphone {
    display: none;
}
.featured-home.span9 {
    margin: 0;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.05), 1px 2px 0 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.05), 1px 2px 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.05), 1px 2px 0 0 rgba(255, 255, 255, 0.3);
    -khtml-box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.05), 1px 2px 0 0 rgba(255, 255, 255, 0.3);
    -ms-box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.05), 1px 2px 0 0 rgba(255, 255, 255, 0.3);
    -o-box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.05), 1px 2px 0 0 rgba(255, 255, 255, 0.3);
    background: #fff;
    border: 1px solid #d8d8d8;
    overflow: hidden;
}
.featured-home.span4 {
    float: right;
    margin-left: 0 !important;
    position: relative;
}
.featured-home {
    clear: both;
}
.featured-home.span4.cat1 div {
    left: 9%;
    position: absolute;
    top: 8%;
}
.featured-home.span4.cat1 em {
    clear: both;
    display: block;
    font-size: 14pt;
    font-style: normal;
    line-height: 25px;
}
.featured-home.span4.cat1 span {
    clear: both;
    color: #FFA3A6;
    display: block;
    font-size: 21pt;
    line-height: 40px;
    margin-bottom: 6px;
}
.featured-home.span4.cat1 a {
    background: url("../images/alink.jpg") no-repeat scroll 95% 8px #000000;
    -moz-border-radius: 3px;
    border-radius: 3px;
    clear: both;
    color: #FFFFFF;
    font-size: 9pt;
    padding: 3px 20px 3px 6px;
}
.featured-home img {
    max-width: 100%;
}
.featured-footer img {
    max-width: 100%;
}
.featured-footer {
    padding: 30px 0;
    border-top: 1px solid #d8d8d8;
    margin-top: 24px;
}
.mini-login {
    display: none;
    position: absolute;
    right: -82px;
    top: 45px;
    width: 240px;
    z-index: 999;
}
.mini-login .block-title-login {
    display: none;
    text-indent: -999em;
}
.mini-login .block {
    background: none repeat scroll 0 0 #e9e9dd;
    border: 1px solid #a5a579;
    margin: 0 auto;
    opacity: 1;
    position: relative;
}
.mini-login input {
    color: #aaa;
}
.mini-login input:focus {
    color: #000;
}
.mini-login .mini-login-forgotpass {
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    float: left;
}
.mini-login .mini-login-forgotpass span a {
    padding: 0;
}

.attention{
    background:#EAEAEA;
    padding:20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    margin-bottom:20px;
    color:#444;
    -moz-box-shadow: inset 0px 0px 3px 0px #666;
    -webkit-box-shadow: inset 0px 0px 3px 0px #666;
    box-shadow: inset 0px 0px 3px 0px #666;
}

.attention h2{
    color:#A43221;
    font-size:24px;
    text-transform:uppercase;
}

.attention a{
    color:#A43221;
}

.attention a:hover {
    text-decoration: underline;
}

.mini-login #mini-login-pipe {
    color: #999;
}
.menu-arrow {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -16px;
    right: 18px;
    margin: 0 0 0 -8px;
}
.login-arrow {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -16px;
    right: 50%;
    margin: 0 0 0 -8px;
}
.login-arrow span {
    width: 0;
    height: 0;
    border: 9px solid transparent;
    position: absolute;
    top: -8px;
    left: 50%;
    margin: 0 0 0 -9px;
    display: block;
}
.menu-arrow span {
    width: 0;
    height: 0;
    border: 9px solid transparent;
    position: absolute;
    top: -8px;
    left: 50%;
    margin: 0 0 0 -9px;
    display: block;
}
.menu-arrow span {
    border-bottom-color: #fff;
}
.login-arrow span {
    border-bottom-color: #a5a579;
}
.login-arrow span:after,
.menu-arrow span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -7px;
    left: 50%;
    margin: 0 0 0 -8px;
}
.login-arrow span:after {
    border-bottom-color: #a5a579;
}
#brands {
    clear: both;
    box-shadow: 2px 2px 1px #E7E7E7;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    padding: 12px 0;
}
#brands .jcarousel-prev,
#brands .jcarousel-next {
    background: url("../images/carousel_arrow_sprite.png") no-repeat;
    height: 35px;
    position: absolute;
    top: 30px;
    width: 18px;
}
#brands .jcarousel-prev {
    left: 10px;
    background-position: -20px 0;
}
#brands .jcarousel-prev:hover {
    left: 10px;
    background-position: 0 0;
}
#brands .jcarousel-next {
    right: 10px;
    background-position: -75px 0;
}
#brands .jcarousel-next:hover {
    right: 10px;
    background-position: top right;
}
/* Elastislide Style */
.es-carousel-wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 78px;
    /*padding: 0 37px;*/
    position: relative;
}
.es-carousel {
    overflow: hidden;
}
.es-carousel ul {
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    height: 78px;
}
.es-carousel ul li {
    height: 100%;
    float: left;
    display: block;
    width: 186px;
}
.es-carousel ul li a {
    display: block;
    height: 78px;
    text-align: center;
}
.es-carousel ul li a img {
    display: block;
    border: none;
    max-height: 100%;
    max-width: 100%;
    filter: alpha(opacity=90);
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    margin: 0 auto;
}
.es-carousel ul li a:hover img {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.cms-index-index .wrap-header {
    background: none repeat scroll 0 0 transparent;
    padding:40px 0 10px 0;
}

/* ======================================================================================= */
/* Image Gallery ================================================================================ */

.ebsco-myphotos-index-index .col-main,.ebsco-myphotos-index-view .col-main,.ebsco-myphotos-index-new .col-main, .blog-archive-view .col-main, .customer-account-index .col-main, .review-product-list .col-main {
    float: right;
    margin-bottom: 20px;
}

.blog-archive-view .col-main .toolbar{
    border:none;
}

.ebsco-myphotos-index-index .sidebar-inner, .ebsco-myphotos-index-view .col-main, .ebsco-myphotos-index-new .col-main {
    height: 100%;
}

.ebsco-myphotos-index-new .block-leftnav, .ebsco-myphotos-index-new .block-compare, .ebsco-myphotos-index-view .block-leftnav, .ebsco-myphotos-index-view .block-compare,.ebsco-myphotos-index-index .block-leftnav, .ebsco-myphotos-index-index .block-compare {
    display: none;
}

.catalogsearch-result-index .sidebar-inner .block-layered-nav{
    display:none!important;
}

.myphotos-upload-new-photo {
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 7px 0 9px;
    bottom: 0;
    left: 0;
    border: 1px solid #a6a479;
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    text-transform:uppercase;
    margin: 0;
}

.myphotos-upload-new-photo {
    margin-bottom: 10px;
}

.myphotos-upload-new-photo a {
    color: #000;
    margin: 0 10px!important;
    line-height: 20px;
    display: block;
    width: 95%;
    height: 20px;
}

.fa-arrow-circle-o-up {
    font-size: 20px;
    line-height: 22px;
    color: #A43221;
    float: right;
    margin-right: 10px;
}

.fa-plus-square-o {
    font-size: 12px;
    line-height: 12px;
    color: #999;
    margin: 0 10px 0 0;
}

.fa-minus-square-o {
    font-size: 12px;
    line-height: 12px;
    color: #999;
    margin: 0 10px 0 0;
}

.fa-angle-right {
    font-size: 12px;
    color: #000;
    margin: 0 5px;
    padding: 0px;
}

.myphotos-nav a {
    margin-top: 5px;
    vertical-align: middle;
}


.myphotos-nav h3 {
    font-family: Arial,Helvetica,sans-serif;
    padding: 5px 0;
    border-bottom: 1px solid #D8D8D8;
    margin: 0px!important;
}

#myphotos-nav-myphotos-item {
    margin-top: 10px;
}

.myphotos-nav-myphotos-item > li > ul{
    margin-left:15px;
    display:none;
}

.archive-head{
    cursor:pointer;
}

#myphotos-nav-myphotos-item:first-child {
    margin-top: 0px;
}

.myphotos-nav-submenu {
    margin-left: 20px;
    font-weight: normal;
}

.myphotos-search .button {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    height:26px;
}

.myphotos-search {
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
    width: 100%;
}

#myphotos-search-box {
    color: #757575;
    width: 95%;
}

.media-image {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 3px 1px #D9D9D9;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.media-photo img {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 3px 1px #D9D9D9;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 100%;
}

.media-grid .media-image img.play-overlay{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    display:block;
    width:84px;
    height:84px;
    min-width:0;
    min-height:0;
    max-width:84px;
    max-height:84px;
    z-index:998;
}

.media-photo p {
    text-align: center;
}

.media-video{
    text-align: center;
}

.media-video p{
    margin: 5px 5px 0 5px;
    max-width: 850px;
}

.media-video iframe{
    max-width: 100%;
    border:5px solid #000;
    background-color: #000;
    border-radius: 5px !important;
}

.media-grid .media-thumbnail {
    overflow: hidden;
    text-align: center;
}

.media-actions {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    z-index:999;
}

.media-grid .media-hover-info {
    text-align: left;
    padding: 20px 25px 25px;
    color: #fff;
    overflow: hidden;
}
.media-grid .media-hover-title {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}

.media-grid .media-hover-user {
    margin-top: 10px;
}
.media-grid .media-hover-user, .media-grid .media-hover-date {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
}

.media-grid li.item {
    float: left;
    padding-top: 12px;
    cursor: pointer;
    margin: 0 16px 12px 0;
}
.media-grid .media-image {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 3px 1px #D9D9D9;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    width: 265px;
    height: 200px;
    text-align: center;
}

.media-grid .media-image img {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
}

.media-grid .media-name {
    margin: 20px 0;
    font-weight: bold;
    font-size: 13px;
    color: #999;
    padding: 0 10px;
    max-width: 180px;
}

.media-grid .media-name a {
    color: #999;
    font-weight: bold;
}

.media-gallery-head {
    width: 100%;

}

.media-gallery-head {
    color: #383838;
    margin: 5px 0;
}

.media-gallery-head img {
    width: 100%;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 1px 3px 1px #D9D9D9;
}

.media-gallery-head strong {
    color: #383838;
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14pt;
    font-weight: 900;
    margin-right: 5px;
}

.media-category-head {
    color: #383838;
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 18pt;
    font-weight: 900;
    margin-right: 5px;
    line-height: 22px;
    margin-bottom: 15px;
}

.ebsco-myphotos-index-index .page-title {
    margin: 0px;
    padding: 0px;
}

.ebsco-myphotos-index-index .pager .amount, .ebsco-myphotos-index-index .pager .pages strong {
    display: none;
}

.ebsco-myphotos-index-index .pager {
    clear: both;
}

.media-back-link {
    float: right;
    margin-top: -40px;
}

.media-upload-form-list {
    float:right;
}

.ebsco-myphotos-index-new .col-main,.ebsco-myphotos-index-view .col-main {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 3px 1px #D9D9D9;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    overflow: hidden;
}

.upload-container {
    padding: 15px 25px;
}

.media-form-container {
    margin-top: 20px;
}

.media-required {
    color: #383838;
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
}

.media-required em {
    color: #ff0000;
    margin-right: 5px;
    vertical-align: middle;
}

.media-upload-form-list {
    width: 100%;
}

.media-upload-form-list li {
    margin-bottom: 20px;
}


.media-label {
    width: 30%;
    float: left;
}

.media-label label {
    float: right;
    margin-right: 10px;
    text-align: right;
}

.media-input-box, .media-input-text {
    float: left;
    width: 70%;
}

.ebsco-myphotos-index-new textarea, .ebsco-myphotos-index-new input, .ebsco-myphotos-index-new select, .ebsco-myphotos-index-new .form-list input.input-text {
    width:100%;
}

.ebsco-myphotos-index-new .input-text {
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.media-descrip-text {
    margin-top: 2px!important;;
    font-size: 10px!important;
    line-height: 10px!important;
    color: #c83923!important;
}

.file-browse-input-box {
    position: relative;
    overflow: hidden;
}
.file-browse-input-box button{
    width:28%;
    margin-right:2%;
    float:left;
}
.file-browse-input-box #falsePath{
    width:70%;
    float:right;
    color:#999;
    font-style:italic;
}
.file-browse-input-box input#file-browse {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-browse-input-box span {
    border: 1px solid #A43221;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #c83923;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#A43221), to(#c83923));
    /* Konqueror */

    background-image: -moz-linear-gradient(#A43221, #c83923);
    /* FF 3.6+ */

    background-image: -ms-linear-gradient(#A43221, #c83923);
    /* IE10 */

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A43221), color-stop(100%, #c83923));
    /* Safari 4+, Chrome 2+ */

    background-image: -webkit-linear-gradient(#A43221, #c83923);
    /* Safari 5.1+, Chrome 10+ */

    background-image: -o-linear-gradient(#A43221, #c83923);
    /* Opera 11.10 */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A43221', endColorstr='#c83923', GradientType=0);
    /* IE6 & IE7 */

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A43221', endColorstr='#c83923', GradientType=0)";
    /* IE8+ */

    background-image: linear-gradient(#A43221, #c83923);
    /* the standard */

    box-shadow: 0 1px 0 #DD3F27 inset;
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}

.media-item-subcontainer {
    margin:25px 0;
}

.media-item-leftcon, .media-item-rightcon {
    width: 50%;
    float: left;
    clear: right;
    margin: 10px 0;
}

.media-item-label  {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.media-item-data  {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.media-item-share a{
    font-size: 28px;
    color: #c83923;
    margin-right: 5px;
}

.media-item-share a:hover {
    color:#000;
}

.media-item-footer-prev, .media-item-footer-next, .media-item-footer-return {
    margin-bottom: 15px;
    font-family:"franklin-gothic-urw", Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    width: 33%;
}

.media-item-footer-prev a, .media-item-footer-next a, .media-item-footer-return a {
    color: #c83923;
}
.media-item-footer-prev {
    float:left;
}
.media-item-footer-next {
    float:right;
    text-align: right;
}
.media-item-footer-return {
    text-align: center;
    float: left;
}

.media-footer-container {
    padding: 0 20px;
}

.ebsco-myphotos-index-view .page-title {
    margin-bottom: 0;
}

.media_item_subtitle p {
    margin-bottom: 0;
}

.media-item-google-map {
    width: 100%;
    height: 150px;
    margin-top: 70px;
    clear:left;
}

.media-item-data a {
    text-decoration: underline;
    color: #000;
}

.media-item-data a:hover {
    text-decoration: underline;
}

.ebsco-myphotos-index-view .page-title h2 {
    line-height: 34px;
    padding: 0 0 10px 0;
}


.dealerlocator-index-index .pager {
    margin-bottom: 10px;
}

.dealerlocator-index-index #dealer-list {
    margin-bottom: 20px;
}

.dealerlocator-index-index #searchin {
    padding: 4px;
    margin-bottom: 10px;
}

.dealerlocator-index-index .data-table {
    border-bottom: none;
    border-right: none;
    width: 99%;
}

.dealerlocator-index-index .dealer-phone, .dealerlocator-index-index .dealer-website {
    border-right: 1px solid #d8d8d8;

}

.dealerlocator-index-index .legend {
    clear: both;
    position: relative;
}

.dealerlocator-index-index .pages strong {
    float: left;
    clear: left;
}

.dealerlocator-index-index #dealers {
    padding-top: 20px;
    line-height: 34px;
    padding: 0 0 10px 0;
}


.dealerlocator-index-index .pager {
    margin-bottom: 10px;
}

.dealerlocator-index-index #dealer-list {
    margin-bottom: 20px;
}

.dealerlocator-index-index #searchin {
    padding: 4px;
    margin-bottom: 10px;
}

.dealerlocator-index-index .data-table {
    border-bottom: none;
    border-right: none;
    width: 99%;
}

.dealerlocator-index-index .dealer-phone, .dealerlocator-index-index .dealer-website {
    border-right: 1px solid #d8d8d8;

}

.dealerlocator-index-index .legend {
    clear: both;
    position: relative;
}

.dealerlocator-index-index .pages strong {
    float: left;
    clear: left;
}

.dealerlocator-index-index #dealers {
    padding-top: 20px;
}

.dealerlocator-index-index .data-table tbody td {
    cursor: pointer;
}

.cart .giftcard button.check-gc-status span, .cart button.btn-continue span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #444444 !important;
    font-weight: normal !important;
    height: auto !important;
    line-height: 1.3 !important;
    padding: 0 !important;
    text-transform: none !important;
    border: 0px;
    box-shadow: none;
    text-decoration: underline;
}

.cart button.btn-continue span {
    margin-top: 5px;
}

.cart .my-wishlist .buttons-set button.button span, .button.btn-continue span, .button.btn-update span, .shipping button.button span, .discount button.button span, .giftcard button.button span {
    background-color: #DADADA;
    background-image: linear-gradient(#F3F3F3, #DADADA);
    background-repeat: repeat-x;
    border: 1px solid #C8C8C8;
    box-shadow: none;
    color: #383838;
}

.checkout-onepage-index .col-1 .buttons-set {
    padding: 0;
}

.checkout-onepage-index .col-1 .buttons-set button.button {
    padding-right: 5px;
}

.checkout-onepage-index .col-1 .buttons-set a {
    float: left;
    margin-top: 5px;
}

.checkout-onepage-index .opc .buttons-set {
    padding-top: 0;
}

.checkout-onepage-index button.btn-checkout {
    float: right;
}
.catalog-product-view .content_tabs li,
.cms-page-view .std li {
    list-style-type: disc;
    margin-left: 20px;
}

.catalog-product-view .content_tabs ul ul li,
.cms-page-view .std ul ul li {
    list-style-type: circle;
}


.catalog-product-view .content_tabs ul ul ul li,
.cms-page-view .std ul ul ul li {
    list-style-type: square;
}

.catalog-product-view .content_tabs ul ul,
.cms-page-view .std ul ul {
    padding-bottom: 0;
}

.catalog-product-view .content_tabs ul ul ul,
.cms-page-view .std ul ul ul {
    padding-bottom: 0;
}

.catalog-product-view .content_tabs #product_tabs_associated_contents .std ul li,
.catalog-product-view .content_tabs .products-grid li{
    list-style:none!important;
}


form ul li{
    list-style:none!important;
}

form ul ul li{
    margin:0!important;
}

.blog-post-view .postWrapper {
    padding-bottom: 5px;
}

.postWrapper .page-title {
    margin-bottom: 0;
}

.addthis_toolbox {
    min-height: 32px;
}

.postContent a,
catalog-category-view .std a,
.cms-page-view .std a{
    color:#000;
    text-decoration:underline;
}

.postContent ul, .postContent ol{
    margin-left:20px;
}

.postContent ul li{
    list-style: disc;
    margin-bottom:8px;
}

.postContent ol li{
    list-style: decimal ;
    margin-bottom:8px;
}

.aw-blog-read-more{
    text-decoration:none!important;
    text-transform:uppercase;
}
.blog-prev-back {
    display: inline-block;
    width: 100%;
}
.blog-prev-back .back{
    float: left;
}
.blog-prev-back .next{
    float: right;
}
.postDetails .poster {
    display: inline-block;
}

.customer-account-login .col2-set .col-1 .buttons-set button#send2.button {
    clear:left;
}

.customer-account-login .account-login .buttons-set {
    padding: 10px 0;
}

.customer-account-login .buttons-set a {
    float: left;
    padding: 5px;
}

.review-product-list .zoomPup, .review-product-list .zoomWindow, .review-product-list .zoomPreload {  
        display: none!important;
}
.review-product-list .zoomPad {
        cursor: auto!important;
}

.review-product-list .product-img-box .notice {
    display: none!important;
}

.list-all-dealer .data-table thead th{
    background-color: #a5a579!important;
}
/* ==========================================================================
   Innobyte Product Questions / Tabs
   ========================================================================== */
.innobyte-producttabs-tabs-control-container .innobyte-producttabs-tabs-control {
  display: block;
  margin-top: 20px;
}
.innobyte-producttabs-tabs-control-container .innobyte-producttabs-tabs-control .innobyte-producttabs-tab-control {
    display: inline-block;
    padding: 5px 15px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
.innobyte-producttabs-tabs-control-container .innobyte-producttabs-tabs-control .innobyte-producttabs-tab-control.active {
    color: #fff;
    background-color: #a6a479;
}
.innobyte-producttabs-tab-content-container {
  padding: 15px 0 0 0;
  position: relative;
  top: -2px;
  border: 2px solid #a6a479;
}
.innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content {
  display: none;
  padding: 0 25px 25px 25px;
}

.innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content.active {
  display: block!important;
}

/* Checkout Success Add This Block */
.checkout-success {
  overflow: hidden;
}
.checkout-success .share-content {
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 0 15px 0;
}
.checkout-success .share-content:first-of-type {
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0 20px 0;
}
.checkout-success .share-content:last-of-type {
  border-bottom: none;
  padding: 20px 0 0 0;
}
.checkout-success .share-content .product-image {
  float: left;
}
/*.checkout-success .share-content .product-image img {
  border: 1px solid #383838;
}*/
.checkout-success .share-content .product-detail {
  padding-left: 10px;
  overflow: hidden;
  height: 120px;
  display: table-cell;
  vertical-align: middle;
}
.checkout-success .share-content .product-detail .product-name {
  display: block;
}
.innobyte-producttabs-tab-content-container .mobile-tab-header {
  display: none;
  font-size: 20px;
  line-height: 20px;
  background: #b0b1b1;
  color: #fff;
  padding: 15px;
}
.innobyte-producttabs-tab-content-container .question-link {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.innobyte-producttabs-tab-content-container .block-product-questions {
  padding: 0;
  margin-bottom: 0;
  background-color: #ffffff;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-question-votes {
  padding-right: 5px;
  padding-left: 0;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-vote-down {
  margin-right: 10px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-question-sorting {
  margin-bottom: -20px;
  min-width: 115px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-question-sorting select {
  font-size: 12px;
}
.innobyte-producttabs-tab-content-container .block-product-questions.pq-view li.last {
  margin-bottom: 8px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .box-title {
  float: left;
  text-align: left;
  font-family: "refrigerator-deluxe";
  text-transform: uppercase;
  position: relative;
  clear: both;
}
.innobyte-producttabs-tab-content-container .block-product-questions .box-title h2 {
  display: none;
}
.innobyte-producttabs-tab-content-container .block-product-questions .box-title h3 {
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "refrigerator-deluxe";
  color: #000000;
  float: left;
}
.innobyte-producttabs-tab-content-container .block-product-questions .box-title h4 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.7777777777777777rem;
  font-weight: normal;
  font-family: "Arial";
  text-transform: none;
  color: #000000;
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .box-title h4 span {
  margin: 0 0 0 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7777777777777777rem;
}
.innobyte-producttabs-tab-content-container .block-product-questions .box-title a span {
  float: right;
  margin-top: 10px;
  font-family: "arial";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.3333333333333333rem;
  text-transform: none;
}
.innobyte-producttabs-tab-content-container .block-product-questions .box-title a span:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  content: '\f101';
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 5px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .no-answers {
  color: #000000;
  font-family: "Arial";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.6666666666666665rem;
  margin-bottom: 0;
  font-weight: normal;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-footer {
  padding-bottom: 8px;
}
.innobyte-producttabs-tab-content-container .block-product-questions .pq-footer .right {
  color: #000000;
  font-family: "Arial";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2.2222222222222223rem;
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: normal;
}
.checkout-success .share-content .product-detail .share-bar {
  margin-top: 10px;
  font-family: "arial";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.3333333333333333rem;
  text-transform: none;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-title a span:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  content: '\f101';
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 5px;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-content {
  clear: both;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-content .buttons-set #pq-submit {
  width: 100%;
  max-width: none;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-content .form-list li label {
  margin-left: -8px;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-content .form-list li label span {
  font-size: 10px;
  font-size: 1rem;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-content .form-list li label em {
  color: red;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-content .required-notice {
  font-size: 10px;
  font-size: 1rem;
  margin-top: -10px;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-content .required-notice em {
  color: red;
}
#product-question-wrapper #product-question-content #pq-question-form .pq-question .box-content .review-nologged {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.3333333333333333rem;
}
@media only screen and (max-width: 959px) {
  .innobyte-producttabs-tabs-control-container {
    display: none;
  }
  .innobyte-producttabs-tab-content-container {
    border: 0;
    margin: 0;
  }
  .innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content {
    border: 1px solid #b0b1b1;
    margin: 10px 0;
    padding: 20px;
  }
  .innobyte-producttabs-tab-content-container .innobyte-producttabs-tab-content.active {
  display: block;
  }
  .innobyte-producttabs-tab-content-container .mobile-tab-header {
    display: block;
    margin-bottom: 5px;
    color: #333;
    background-color: #e4e4e4;   
  }

  .innobyte-producttabs-tab-content-container .mobile-tab-header:after {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    right: 30px;
  }
  .innobyte-producttabs-tab-content-container .mobile-tab-header.active {
    display: block;
    color: #fff;
    background-color: #a6a479;
  }
  .innobyte-producttabs-tab-content-container .mobile-tab-header.active:after {
    font-family: FontAwesome;
    content: "\f0d7";
  }
  .description-left {
    width: 100%;
    padding: 0;
  }
  .description-right {
    float: left;
    width: 100%;
    padding: 0;
  }
}

/* ==========================================================================
   EBSCO SuperSearch (super search)
   ========================================================================== */
.form-search #input_search {
    height: 24px;
}
.mini-search #showResults {
    border: 1px solid #a6a579;
    box-shadow: none;
    right: 9px;
    top: 48px;
    z-index: 999;
    padding: 5px;
    width: 300px;
    box-sizing: border-box;
}
.mini-search #showResults #resultNotice {
    width: 90%;
    min-height: 30px;
}
.mini-search #showResults .close-dropdown {
    background-color: transparent;
    content: "\f00d";
    font-family: "FontAwesome";
    color: #a6a579;
    display: inline-block;
    margin: 2px;
}
.mini-search #showResults .close-dropdown:hover {
    color: #a6a579;
}
.mini-search #showResults .bottomClose {
    background-color: #B5B38D;
    color: #000000;
}
.mini-search #showResults #listResults .result-title {
    clear: both;
    background-color: #a6a579; 
    padding: 10px 12px;
    color: #000000;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.mini-search #showResults #listResults .result-title a {
  color: #ffffff;
}
.mini-search #showResults #listResults .result-title a:hover {
  color: #ffffff;
}
.mini-search #showResults #listResults .list-products {
    list-style: none;
}
.mini-search #showResults #listResults .list-products .item {
    width: 50%;
    float: none;
    display: inline-block;
    padding: 0 10px;
    margin: 0 0 10px 0;
    border: 0;
    box-sizing: border-box;
}
.mini-search #showResults #listResults .list-products .item:nth-child(even):after {
    clear: both;
}
.mini-search #showResults #listResults .list-products .item .product-img {
    width: 100%;
    border-bottom: none;
}
.mini-search #showResults #listResults .list-products .item .product-img img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.mini-search #showResults #listResults .list-products .item .product-info {
    margin-left: 0;
    width: auto;
    float: none;
    text-align: center;
}
.mini-search #showResults #listResults .list-products .item .product-info .desc {
    display: none;
}
.mini-search #showResults #listResults .list-products .item .product-info .product-name {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}
.mini-search #showResults #listResults .list-products .item .product-info .product-name a {
    color: #404040;
}
.mini-search #showResults #listResults .list-products .item .product-info .product-price {
    display: inline-block;
}
.mini-search #showResults #listResults .list-products .item .product-info .product-price h5 {
    font-size: 18px;
    line-height: 18px;
    color: #ff0000;
}
.mini-search #showResults #listResults .list-cms {
    list-style: none;
    padding: 0 10px;
    box-sizing: border-box;
}
.mini-search #showResults #listResults .list-cms li {
    padding: 10px 0;
}
.mini-search #showResults #listResults .list-cms li:first-of-type {
    padding-top: 0;
}
.mini-search #showResults #listResults .list-cms li:last-of-type {
    border-bottom: 0;
}
.mini-search #showResults #listResults .list-cms li h5 a {
    font-size: 14px;
    line-height: 14px;
}
.mini-search #showResults #listResults .list-cms li .desc {
    font-size: 14px;
    line-height: 18px;
    display: block;
    background: none;
    border-bottom: 0;
    margin-bottom: 0;
}
.mini-search #showResults #listResults .list-cms li a:hover {
    color: #E9E9DD;
}
.search-result .page-content {
    overflow: hidden;
    background: none;
    border: none;
    box-shadow: none;
    /*overflow: auto;*/
    padding: 0;
}

.search-result .page-content .products-grid  .span2.item.first {
    margin-left: 2px;
}

.search-result .page-content .highlight {
    font-weight: bold;
    padding: 0 1px;
    text-align: justify;
    word-spacing: 5px;
}
.search-result .page-content .back-link a {
    text-align: left;
}
.search-result .page-content .result-title {
    clear: both;
    background-color: #B5B38D;
    border: 1px solid #E9E9DD;
    padding: 10px 12px;
    color: #000000;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
}

.search-result .page-content .result-title.cms, .search-result .page-content .result-title.blog, .search-result .page-content .result-title.media {
    margin-top: 20px;
}

.search-result .page-content .result-title span {
    padding-left: 0;
}
.search-result .page-content .result-title a {
    margin-left: 5px;
    float: right;
    position: relative;
    top: 3px;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    padding-right: 12px;
}
.search-result .page-content .result-title a:hover {
    color: #E9E9DD;
}
.search-result .page-content .result-title:before {
    font-family: "FontAwesome";
    color: #000000;
    display: inline-block;
    margin-right: 10px;
    font-weight: normal;
}
.search-result .page-content .result-title.blog:before {
    content: '\f075';
}
.search-result .page-content .result-title.media:before {
    content: '\f03e';
}
.search-result .page-content .result-title.product:before {
    content: '\f009';
}
.search-result .page-content .result-title.kb:before {
    content: '\f0c2';
}
.search-result .page-content .result-title.cms:before {
    content: '\f15c';
}
.search-result .page-content .list-result ul {
    list-style: none;
    margin-bottom: 0;
}
.search-result .page-content .list-result ul li {
    display: block;
    padding: 10px;
}
.search-result .page-content .list-result ul li .p-title {
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}
.search-result .page-content .list-result ul li .p-title a {
    color: #404040;
}
.search-result .page-content .list-result ul li .p-title a:hover {
    color: #E9E9DD;
}
.search-result .page-content .list-result ul li .p-content {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
}
.search-result .page-content .list-result ul li .p-content p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}
.search-result .page-content .list-result ul li .p-content .read-more {
    margin: 10px 0 0 5px;
    display: block;
}
.search-result .page-content .list-result ul li .p-content .read-more a {
    color: #404040;
    font-weight: bold;
}
.search-result .page-content .list-result ul li .p-content .read-more a:hover {
    color: #E9E9DD;
}
.search-result .page-content .list-result ul li .p-content .read-more a:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    content: "\f08e";
    font-size: 12px;
    line-height: 12px;
    padding-right: 5px;
    color: #404040;
}
.search-result .page-content .list-result ul li .p-content .read-more a:before:hover {
    color: #E9E9DD;
}
.search-result .page-content .list-result ul li.more {
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-bottom: 5px;
}
.search-result .page-content .list-result ul li.more a {
    color: #404040;
    font-weight: bold;
}
.search-result .page-content .list-result ul li.more a:hover {
    color: #E9E9DD;
}
.search-result .page-content .list-result ul.media-grid li {
    float: left;
    width: 33%!important;
    margin-bottom: 0;
}
.search-result .page-content .list-result ul.media-grid li .media-image .media-thumbnail img {
    max-width: 100%;
    position: relative;
    height: 200px;
}
.search-result .page-content .list-result ul.media-grid li .media-actions {
    bottom: 2px;
}
.search-result .page-content .list-result ul.media-grid li.more {
    clear: both;
    min-height: 0;
    margin-bottom: 5px;
}
.search-result .page-content .list-result.media .media {
    display: inline-block;
    width: 270px !important;
    height: 270px;
    overflow: hidden;
    position: relative;
    margin: 0px 12px 25px 0px;
}

.search-result .page-content .list-result.media .media:last-child {
    margin-right: 0;
}
.search-result .page-content .list-result.media .media .p-title {
    position: absolute;
    padding: 10px;
    margin-right: 10px;
    bottom: 0;
    z-index: 9999;
    background: rgba(233, 233, 221, 0.8) none repeat scroll 0% 0%;
    width: 100%;
}
.search-result .page-content .list-result.media .media .p-title a {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.search-result .page-content .list-result.media .media .p-title a img {
    margin-top: 10px;
}
.search-result .page-content .list-result.media .media .p-image img {
    width: auto;
    min-width: 320px;
    max-height: 180%;
    /*height: 100%;
    left: 50%;*/
    margin-left: -100px;
    max-width: none;
    position: absolute;
}
.search-result .page-content .list-result.media .media .p-content {
    display: none;
}
.search-result .page-content .list-result.blog,
.search-result .page-content .list-result.cms {
    list-style: none;
    margin-left: 10px;
}
.search-result .page-content .list-result.blog li h5,
.search-result .page-content .list-result.cms li h5 {
    margin-bottom: 5px;
}
.search-result .page-content .list-result.blog li a,
.search-result .page-content .list-result.cms li a {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.search-result .page-content .list-result.blog li a:hover,
.search-result .page-content .list-result.cms li a:hover {
    color: #B5B38D;
}
.search-result .page-content .list-result.blog li a img,
.search-result .page-content .list-result.cms li a img {
    margin-top: 10px;
}
.search-result .page-content .list-result.blog li .p-content,
.search-result .page-content .list-result.cms li .p-content {
    font-size: 16px;
    line-height: 20px;
}
.search-result .page-content .category-products .toolbar .pager {
    clear: both;
}
.search-result .page-content .category-products .toolbar .pager .amount {
    font-weight: bold;
}
.search-result .page-content .category-products .home-tab {
    overflow: hidden;
    display: inline-block;
}
.search-result .page-content .category-products .home-tab .tab-product .tab-links a {
    background: #E9E9DD;
    color: #B5B38D;
}

@media only screen and (max-width: 2000px) {
    .search-result .page-content .products-grid .span2.item {
        margin-left: 9px;
    }
}

@media only screen and (max-width: 767px) {
    .search-result .page-content .result-title a {
        float: none;
        display: block;
        margin: 5px 0 0 0;
        text-align: center;
        border-top: 1px solid #592006;
        padding-top: 10px;
    }
    .search-result .page-content .list-result.media-grid li.even {
        margin: 0 0 15px 0;
        float: right;
    }
    .search-result .page-content .list-result.media-grid li.odd {
        margin: 0 0 15px 0;
        float: left;
    }
    .search-result .page-content .list-result.media .media {
        min-width: 100% !important;
        margin-right: 0px !important;
        height: 370px;
    }
    .search-result .page-content .list-result.media .media .p-image img {
        width: 760px;
        /*min-width: 100% !important;*/
        height: auto;
        /*margin-left: -327px;*/
    }

    .search-result .page-content .products-grid .span2.item {
        margin-left: 0 !important;
    }

}
@media only screen and (max-width: 479px) {
    .mini-search #showResults {
        top: 83px;
    }
    .search-result .page-content .list-result.media .media {
        height: 225px;
    }
    .search-result .page-content .list-result.media .media .p-image img {
        width: 530px;
        /*margin-left: -220px !important;*/
    }
}