/*
  Journal - Premium & Responsive OpenCart Theme
  Version 1.8.2
  Copyright (c) 2013 Digital Atelier
  http://journal.digital-atelier.com/
  --
  MAIN STYLESHEET
*/

/******************************
RESET
*******************************/

* {
    margin: 0;    
    outline: none;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img, iframe { border: none;}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

.clearfix {
    clear: both;
}

/******************************
 GENERAL
*******************************/

html {
    overflow-x: hidden;
    }

body {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #333745;
    font-size: 13px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    background-color: #f4f4f4;
    }

.loader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
    z-index: 9999;
    }

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    }

p {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333745;
    line-height: 1.4;
    font-size: 13px;
    }

.camera-caption p {
    margin: 0;
    font-size: 15px;
    }

#content > h1 {
    color: white;
    background-color: #ea2e49;
    padding: 11px;
    padding-left: 15px;
    height: 40px;
    max-height: 40px;
    padding-bottom: 10px;
    font-family: 'Oswald',Tahoma,Geneva,sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin: -20px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    }

.win #content > h1 {
    padding-top: 11px;
    }

#content.quickview h1{
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#content h2 {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 17px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333745;
    }

#content > h1 + p {
    padding-top: 10px;
    }

#content > h1 + b {
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0 15px 0;
    display: block;
    color: #48a0d0;
    }

hr {
    margin-top: 10px;
    border: 0;
    height: 0;
    border-bottom: 1px solid #dbdbdb;
    }

/******************************
 BUTTONS & LINKS
*******************************/

a,
a b {
    color: #45738f;
    text-decoration: none;
    cursor: pointer;
    }

a:hover {
    color: #ea2e49;
    text-decoration: none;
    }

a.button,
input.button {
    cursor: pointer;
    color: white;
    font-family: 'Oswald',Tahoma,Geneva,sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #ea2e49;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    min-height: 35px;
    padding: 0 12px;
    margin-right: -10px;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-font-smoothing: antialiased;
    }

a.button {
    display: inline-block;
    text-decoration: none;
    line-height: 2.7;
    }

.-moz- a.button {
    line-height: 2.6;
    }

input.button {
    margin: 0;
    border: 0;
    line-height: 1.6;
    padding-bottom: 2px;
    }

a.button:hover,
input.button:hover {
    background-color: #45738f;
    }

.buttons {
    border-top: 1px solid #dbdbdb;
    overflow: auto;
    padding: 10px;
    padding-top: 15px;
    margin-bottom: 10px;
    min-height: 30px;
    padding-left: 0;
    }

.buttons a b:hover {
    color: #ea2e49;
    }

.buttons .left {
    float: left;
    text-align: left;
    }

.buttons .right {
    float: right;
    text-align: right;
    }

.buttons .right a {
    text-decoration: none !important;
    }

.buttons .center {
    float: left;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    }

.wait {
    position: absolute;
    padding-top: 25px;
    padding-left: 5px;
    right: -2px;
    }

/******************************
 INPUTS
*******************************/

input[type='text'],
input[type='email'],
input[type='password'],
textarea {
    background: #fafafa;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dbdbdb;
    padding: 6px 3px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
    padding: 5px;
    margin: 5px 0 0;
    min-height: 28px;
    min-width: 250px;
    max-width: 250px;
    }

textarea {
    max-width: 100%;
    width: 100%;
    resize: none;
    height: 150px;
    }

input[type='text']:hover,
input[type='email'],
input[type='password']:hover,
textarea:hover {
    background-color: #f7f7f7;
    }

input[type='radio'],
input[type='checkbox'] {
    margin: 5px;
    }

select {
    background: #f4f4f4;
    border: 1px solid #dbdbdb;
    padding: 5px;
    margin: 5px;
    }

label {
    cursor: pointer;
    padding-right: 20px;
    font-weight: bold;
    }

span.error {
    display: inline-block;
    background-color: #ea2e49;
    color: white !important;
    padding: 3px 4px 2px 4px;
    font-size: 12px;
    margin-top: 5px;
    }

/******************************
 FULLSCREEN BACKGROUND/SLIDESHOW
*******************************/

.mc-hide-scrolls {
    overflow: hidden;
    }

body .mc-cycle {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
    }

#bgslider_left,
#bgslider_right {
    position: absolute;
    cursor: pointer;
    top: 250px;
    width: 50px;
    height: 50px;
    background: red;
    z-index: 2;
    }

#bgslider_right {
    right: 0;
    }

div.mc-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
    width: 100%;
    }

.mc-old-browser .mc-image {
    overflow: hidden;
    }

html.ie8{overflow:auto !important;}


/******************************
LAYOUT
*******************************/

#container {
    width: 980px;
    margin: 0 auto;
    background-color: white;
    z-index: 97;
    overflow: hidden;
    position: relative;
    }

#content {
    max-width: 980px;
    padding: 20px 20px 0 20px;
    position: relative;
    }

#content .content {
    padding: 10px;
    padding-top: 0;
    padding-left: 0;
    overflow: auto;
    margin-bottom: 10px;
    font-size: 13px;
    }

#content .content b {
    font-weight: bold;
    line-height: 1.5;
    font-size: 15px;
    }

header ul,
footer ul,
#column-right ul,
#column-right ol,
#column-left ul,
#column-left ol,
.journal-filter ul,
#content .content ul,
#content .content ol,
.sitemap-info ul,
.category-list ul,
.journal-boxes ul {
    padding: 0;
    list-style: none;
    }

#content .content ul li {
    margin: 6px;
    }

#content .content ul li:before {
    font-family: 'icons';
    content: "1";
    font-size: 11px;
    }

#content .content .left {
    float: left;
    width: 49%;
    line-height: 1.2;
    }

#content .content .right {
    float: right;
    width: 49%;
    line-height: 1.2;
    }

.breadcrumb {
    background: #333745;
    color: white;
    margin: 0 auto;
    padding: 12px;
    padding-left: 15px;
    max-width: 980px;
    height: 40px;
    position: relative;
    clear: both;
    z-index: 9;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    }

.breadcrumb a {
    color: inherit;
    font-size: 12px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-weight: bold;
    }

.breadcrumb a:hover {
    color: #ea2e49;
    background-color: transparent;
    }

.webkit.mac .breadcrumb {
    padding-top: 13px;
    }

.ie8 .breadcrumb {
    width: 980px;
    }

#colorbox {
    overflow: visible !important;
    }

#cboxWrapper > div {
    position: relative;
    }

#cboxLoadedContent h1 {
    color: #333;
    padding: 10px;
    }

#cboxLoadedContent p {
    color: #444;
    padding: 10px;
    }

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    display: none !important;
    }

#colorbox,
#colorbox h2,
#colorbox form {
    color: #333;
    }

/******************************
HEADER
*******************************/

header {
    width: 100%;
    margin: 0 auto;
    height: 120px;
    position: relative;
    background-color: #f4f4f4;
    z-index: 1000;
    }

header .top-header {
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 0;
    background-color: #f4f4f4;
    }

.ie8 header .top-header {
    display: none;
    }

#journal-header {
    width: 980px;
    height: 120px;
    margin: 0 auto;
    }

#logo {
    position: relative;
    top: 0;
    left: 0;
    width: 200px;
    height: 120px;
    background-color: white;
    display: table;
    z-index: 99;
    float: left;
    }

#logo a {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    }

#logo a img {
    margin: 0 auto;
    max-width: 200px;
    height: auto;
    max-height: 118px;
    }

/******************************
Top Links
*******************************/

.top-links {
    width: 500px;
    height: 40px;
    position: relative;
    z-index: 1;
    float: left;
    display: table;
    border-bottom-width: 0;
    border-bottom-style: solid;
    }

.top-links a {
    display: table-cell;
    vertical-align: middle;
    padding: 7px;
    color: #333745;
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    border-left: 1px solid #dbdbdb;
    min-width: 60px;
    }

.top-links a img {
    display: inline-block;
    vertical-align: middle;
    }

.top-links a span {
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
    margin-left: 10px;
    vertical-align: middle;
    }

.ie8 .top-links a {
    border-bottom: 1px solid #dbdbdb;
    }

.top-links a:first-child {
    border-left: none;
    }

.top-links .no-link {
    cursor: default;
    }

/******************************
 Search
*******************************/

#search {
    width: 280px;
    height: 40px;
    background-color: white;
    float: left;
    position: relative;
    }

#search input {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 40px;
    width: 240px;
    min-height: 40px;
    min-width: 240px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    z-index: 2;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    font-size: 13px;
    color: #333745;
    }

.ie8 #search input {
    position: absolute;
    line-height: 3;
    }

#search .button-search {
    width: 40px;
    height: 40px;
    float: left;
    background: url(theme/journal/images/search.png) center center no-repeat;
    cursor: pointer;
    border-right: 1px solid #dbdbdb;
    }

.android #search {
    overflow: auto !important;
    -webkit-backface-visibility: visible !important;
    }

/******************************
 Welcome
*******************************/

#journal-header .welcome {
    position: relative;
    z-index: 99;
    display: table;
    width: 500px;
    height: 40px;
    margin: 0;
    float: left;
    font-size: 12px;
    background-color: #f4f4f4;
    }

#journal-header .welcome form {
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    }

#welcome {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 15px;
    position: relative;
    z-index: 1;
    }

.safari #journal-header .welcome {
    width: 499px;
    }

#language {
    position: relative;
    top: 0;
    left: 0;
    color: #dbdbdb;
    width: auto;
    text-align: center;
    padding: 4px 10px 0 20px;
    }

#language img {
    cursor: pointer;
    margin-right: 5px;
    }

#currency {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    text-align: center;
    padding: 0 10px;
    padding-top: 2px;
    }

#currency a {
    display: block;
    float: left;
    max-height: 17px;
    min-width: 17px;
    padding: 3px 6px;
    margin: 3px;
    color: #333745;
    text-decoration: none;
    background-color: white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    }

.ie #currency a {
    padding: 2px 3px;
    }

.ipad #currency a {
    padding: 0 2px;
    }

#currency a b {
    color: #ea2e49;
    text-decoration: none;
    }

#currency a:hover {
    color: #ea2e49;
    }

/******************************
 Cart
*******************************/

#journal-header .cart {
    background-color: #ea2e49;
    color: white;
    height: 40px;
    width: 280px;
    float: left;
    z-index: 999;
    position: relative;
    margin: 0;
    }

#cart {
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    cursor: pointer;
    }

#cart .heading {
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    z-index: 1;
    }

#cart .heading:before {
    font-family: 'icons' !important;
    content: "a";
    font-size: 29px;
    position: absolute;
    pointer-events: none;
    right: 6px;
    top: 4px;
    }

#cart .heading a {
    color: inherit;
    border: none;
    font-size: 14px;
    display: block;
    text-decoration: none;
    overflow: hidden;
    width: 100%;
    height: 40px;
    display: table;
    }

#cart .heading a span {
    display: block;
    text-align: right;
    padding-right: 45px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    }

#cart.active .heading {
    padding: 0;
    margin: 0;
    border: 0;ƒ
    }

#cart .content {
    min-width: 350px;
    visibility: hidden;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    position: relative;
    padding: 8px;
    padding-top: 10px;
    min-height: 125px;
    border: 0;
    background: white;
    color: #333745;
    -webkit-box-shadow: 0 1px 8px -3px rgba(0,0,0,.5);
    box-shadow: 0 1px 8px -3px rgba(0,0,0,.5);
    float: right;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    }

#cart.active .content {
    display: block;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

.mini-cart-info {
    position: relative;
    top: -7px;
    }

.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0;
    }

.mini-cart-info td {
    color: #333745;
    vertical-align: top;
    padding: 10px 5px;
    background: url(theme/journal/images/border-bottom.png) repeat-x bottom;
    }

.mini-cart-info td a {
    display: block;
    color: #333745;
    }

.mini-cart-info .image {
    width: 1px;
    }

.mini-cart-info .image img {
    text-align: left;
    }

.mini-cart-info .name small {
    color: #333745;
    }

.mini-cart-info .quantity {
    text-align: right;
    }

.mini-cart-info td.total {
    text-align: right;
    }

.mini-cart-info .remove {
    text-align: right;
    }

.mini-cart-info .remove img {
    position: relative;
    top: -4px;
    cursor: pointer;
    }

.mini-cart-total {
    text-align: right;
    border-bottom: 1px solid #dbdbdb;
    }

.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
    }

.mini-cart-total td {
    color: #333745;
    padding: 4px;
    }

td.left {
    min-width: 100px;
    text-align: right;
    font-weight: bold;
    }

td.right {
    min-width: 80px;
    text-align: right;
    font-weight: bold;
    }

#cart .checkout {
    clear: both;
    min-height: 58px;
    padding-top: 5px;
    text-align: center;
    display: table;
    margin: 0 auto;
    }

#cart .checkout a {
    display: table-cell;
    vertical-align: middle;
    display: block;
    padding: 8px 10px;
    margin-top: 15px;
    float: left;
    text-align: center;
    color: white;
    font-family: 'Oswald',Tahoma,Geneva,sans-serif;
    margin: 10px;
    max-height: 30px;
    text-transform: uppercase;
    font-size: 13px;
    background: #ea2e49;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    }

#cart .checkout a:hover {
    background: #45738f;
    }

#cart .empty {
    padding-top: 43px;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    }

/******************************
 Main Menu
*******************************/

#journal-header .menu {
    height: 40px;
    background-color: #5f6874;
    float: left;
    width: 780px;
    position: relative;
    z-index: 98;
    margin: 0;
    }

#menu {
    background: none;
    border: none;
    height: 40px;
    }

#menu > ul {
    width: 100%;
    display: table;
    overflow: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    }

#menu .open {
    display: none;
    position: relative;
    z-index: 999;
    }

#menu > ul > li {
    border-left: 1px solid #333745;
    display: table-cell;
    position: relative;
    min-width: 85px;
    }

#menu > ul > li:nth-child(2) {
    border-left: none;
    }

#menu > ul > li > a {
    text-align: center;
    height: 40px;
    font-size: 13px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    display: block;
    z-index: 6;
    position: relative;
    font-family: 'Oswald',Tahoma,Geneva,sans-serif;
    line-height: 3;
    }

#menu > ul > li:hover {
    background-color: #ea2e49;
    }

#menu > ul > li div {
    background: white;
    position: absolute;
    z-index: 5;
    color: #333745;
    -webkit-box-shadow: 0 1px 6px -1px rgba(0,0,0,.5);
    box-shadow: 0 1px 6px -1px rgba(0,0,0,.5);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: table;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    visibility: hidden;
    }

#menu > ul > li:hover div {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    visibility: visible;
    }

#menu > ul > li:last-child > div {
    right: 0;
    }

#menu > ul > li > div > ul {
    display: table-cell;
    min-width: 100px;
    }

#menu > ul > li > div > ul li a:before {
    font-family: 'icons';
    content: "1";
    font-size: 8px;
    }

#menu > ul > li ul + ul {
    border-left: 1px solid #dbdbdb;
    }

#menu > ul > li ul > li > a {
    text-decoration: none;
    padding: 12px;
    padding-left: 8px;
    color: #333745;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    }

#menu > ul > li ul > li:hover > a {
    background: #ea2e49;
    color: white;
    }

#menu > ul > li > div > ul > li > a {
    color: #333745;
    }

/*opera menu fix*/

.noborder {
    border-left: none !important;
    border-right: none !important;
    border: none !important;
    }

/******************************
 NOTIFICATION
*******************************/

.journal-slider + #container > #notification {
    display: none;
    }

.success,
.warning,
.attention,
.information {
    position: absolute;
    line-height: 1.5;
    z-index: 99;
    min-width: 100%;
    height: 40px;
    margin: 0;
    }

.success a,
.warning a,
.attention a,
.information a {
    color: #333745;
    }

/******************************
MAINTENANCE
*******************************/

.maintenance > h1 {
    padding-bottom: 50px !important;
    line-height: 1.2 !important;
    }

/******************************
 LOGIN
*******************************/

.login-content {
    overflow: auto;
    margin-bottom: 15px;
    }

.login-content .left {
    float: left;
    width: 48%;
    position: relative;
    }

.login-content .left hr {
    position: absolute;
    bottom: 55px;
    width: 100%;
    }

.login-content .left p:first-child {
    font-size: 15px;
    font-weight: bold;
    margin-top: 7px;
    }

.login-content .left p:nth-child(2) {
    font-size: 13px;
    line-height: 1.3;
    overflow: hidden;
    overflow: hidden;
    }

.login-content .left a {
    position: absolute;
    bottom: 10px;
    }

.login-content .right {
    float: right;
    width: 48%;
    position: relative;
    }

.login-content .right p:first-child {
    font-size: 15px;
    font-weight: bold;
    margin-top: 7px;
    }

.login-content .right b {
    font-size: 13px !important;
    font-weight: normal !important;
    }

.login-content .right a {
    position: relative;
    top: 7px;
    font-size: 13px;
    text-decoration: underline;
    }

.login-content .right input.button {
    cursor: pointer;
    bottom: 10px;
    position: absolute;
    }

.login-content .right hr {
    position: absolute;
    bottom: 55px;
    width: 100%;
    }

.login-content .left .content,
.login-content .right .content {
    min-height: 270px;
    }

/******************************
SIDE COLUMN
*******************************/

.home-container #column-right,
.home-container #column-left {
    position: relative;
    top: 20px;
    }

.home-container .side-shade,
.home-container .side-shade2 {
    top: 20px;
    }

#column-right .column-head,
#column-left .column-head {
    width: 200px;
    height: 40px;
    background: #ea2e49;
    position: absolute;
    top: 0;
    z-index: -1;
    }

.side-shade,
.side-shade2 {
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f4f4f4;
    z-index: -1;
    }

.side-shade2 {
    left: 0;
    }

#column-right + #content {
    margin-right: 200px;
    }

#column-left + #content {
    margin-left: 200px;
    }

#column-right {
    width: 200px;
    float: right;
    }

#column-left {
    width: 200px;
    float: left;
    }

#column-right .box,
#column-left .box {
    margin-bottom: 0;
    }

#column-right .box .box-heading,
#column-left .box .box-heading {
    display: table-cell;
    vertical-align: middle;
    border: none;
    color: white;
    height: 40px;
    font-family: 'Oswald',Tahoma,Geneva,sans-serif;
    font-size: 17px;
    font-weight: normal;
    padding-left: 10px;
    text-transform: uppercase;
    width: 200px;
    }

#column-right .box .box-content,
#column-left .box .box-content {
    padding: 0;
    }

#column-right .box .box-content p,
#column-left .box .box-content p {
    padding: 10px;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 0;
    }

#column-right .box .box-content p + select,
#column-left .box .box-content p + select {
    margin-bottom: 15px;
    }

#column-right .box-category {
    margin-top: 0;
    }

#column-right .box-content > ul > li > a:before,
#column-right .box-category > ul > li > a:before,
#column-left .box-content > ul > li > a:before,
#column-left .box-category > ul > li > a:before,
#column-left #blogArchive > li > a:before,
#column-left .blogCategories > ul > li > a:before,
#column-right #blogArchive > li > a:before,
#column-right .blogCategories > ul > li > a:before,
.articleBottom li:before,
#blogCategory li:before,
.blogSearch .plain li a:before {
    font-family: 'icons';
    content: "1";
    font-size: 11px;
    padding-right: 3px;
    }

#column-right .box-content ul li,
#column-left .box-content ul li {
    cursor: pointer;
    color: #333745;
    }

#column-right .box-content ul li a,
#column-left .box-content ul li a {
    text-decoration: none;
    color: inherit;
    font-size: 13px;
    }

#column-right .box-category ul li a,
#column-left .box-category ul li a {
    padding-left: 5px;
    }

#column-right .box-content ul li ul,
#column-left .box-content ul li ul {
    display: none;
    padding-top: 4px;
    padding-left: 0;
    padding-bottom: 0;
    }

#column-right .box-category > ul > li ul,
#column-right .box-content > ul > li ul,
#column-left .box-category > ul > li ul,
#column-left .box-content > ul > li ul {
    margin-bottom: 5px;
    }

#column-right .box-category > ul > li > a,
#column-right .box-content > ul > li > a,
#column-right #blogArchive > li > a,
#column-right .blogCategories > ul > li > a,
#column-right .blogArchives ul ul > li > a,
#column-left .box-category > ul > li > a,
#column-left .box-content > ul > li > a,
#column-left #blogArchive > li > a,
#column-left .blogCategories > ul > li > a,
#column-left .blogArchives ul ul > li > a {
    padding: 11px 7px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    border-bottom: 1px solid #dbdbdb;
    display: inline-block;
    width: 100%;
    height: auto;
    }

#column-right .box-category > ul > li ul,
#column-right .box-content > ul > li ul,
#column-left .box-category > ul > li ul,
#column-left .box-content > ul > li ul {
    margin-bottom: 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #dbdbdb;
    }

#column-right .box-content > ul > li > a:hover,
#column-right .box-category > ul > li > a:hover,
#column-right #blogArchive > li > a:hover,
#column-right .blogCategories > ul > li > a:hover,
#column-left .box-content > ul > li > a:hover,
#column-left .box-category > ul > li > a:hover,
#column-left #blogArchive > li > a:hover,
#column-left .blogCategories > ul > li > a:hover {
    background-color: white;
    }

#column-right .box-content ul li a.active,
#column-left .box-content ul li a.active {
    font-weight: normal;
    color: #ea2e49;
    }

#column-right .box-content ul li.active,
#column-left .box-content ul li.active {
    background-color: transparent;
    }

#column-right .box-category > ul > li a.active + ul,
#column-left .box-category > ul > li a.active + ul {
    display: block;
    }

#column-right .box-category > ul > li ul > li,
#column-left .box-category > ul > li ul > li {
    padding: 2px 5px 3px 10px;
    }

#column-right .box-category > ul > li ul > li > a,
#column-left .box-category > ul > li ul > li > a {
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    padding: 4px;
    }

#column-right .box-category > ul > li ul > li > a:hover,
#column-left .box-category > ul > li ul > li > a:hover {
    text-decoration: none;
    padding: 4px;
    color: #ea2e49;
    font-weight: normal;
    }

#column-right .box-category > ul > li ul > li > a.active,
#column-left .box-category > ul > li ul > li > a.active {
    font-weight: normal;
    padding: 4px;
    }

#column-right .box-product,
#column-left .box-product {
    width: 100%;
    overflow: hidden;
    }

#column-right .box-product > div,
#column-right .prod > li,
#column-left .box-product > div,
#column-left .prod > li {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 5px;
    border-bottom: 8px solid #f4f4f4;
    background-color: white;
    }

#column-right .box-product > div,
#column-left .box-product > div {
    width: 200px;
    }

#column-right .box-product .image,
#column-left .box-product .image {
    display: block;
    margin-bottom: 0;
    float: left;
    margin: 5px;
    position: relative;
    z-index: 3;
    min-width: 50px;
    min-height: 50px;
    }

#column-right .box-product .image img,
#column-left .box-product .image img {
    display: block;
    padding: 0;
    max-width: 50px;
    max-height: 50px;
    }

#column-right .box-product .name,
#column-left .box-product .name {
    position: relative;
    margin-top: 9px;
    }

#column-right .box-product .name a,
#column-left .box-product .name a {
    font-size: 12px;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    }

#column-right .box-product .price,
#column-left .box-product .price {
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 12px;
    padding-right: 7px;
    padding-top: 3px;
    float: left;
    color: #777;
    }

#column-right .box-product .price-old,
#column-left .box-product .price-old {
    color: #ea2e49;
    padding-right: 5px;
    text-decoration: line-through;
    }

#column-right .box-product .price-new,
#column-left .box-product .price-new {
    font-weight: bold;
    }

#column-right .box-product .rating,
#column-left .box-product .rating {
    display: block;
    margin-bottom: 4px;
    }

#column-right .box-product .cart,
#column-left .box-product .cart {
    display: none;
    }

#column-right .box-product .cart input,
#column-left .box-product .cart input {
    color: #5f6874;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    text-transform: none;
    font-weight: bold;
    }

#column-right .box-product .cart input:hover,
#column-left .box-product .cart input:hover {
    color: #ea2e49 !important;
    }

/******************************
 SLIDER
*******************************/

.nivoSlider,
.journal-slider {
    position: relative;
    margin: 0 auto;
    z-index: 9;
    clear: both;
    margin-bottom: 0 !important;
    }

#column-right .column-head + .slideshow,
#column-right .column-head + .banner,
#column-right .column-head + .journal-slider,
#column-left .column-head + .slideshow,
#column-left .column-head + .banner,
#column-left .column-head + .journal-slider {
    margin-top: 40px;
    z-index: 91;
    }

/******************************
 BANNER
*******************************/

.banner {
    position: relative;
    margin: 0 auto;
    margin-bottom: -2px;
    }

.banner div {
    text-align: center;
    display: none;
    margin: 0 auto;
    }

/******************************
 FILTER MODULE
*******************************/

#content .box-filter {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-top: -15px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    }

#content #button-filter {
    margin: 15px 0;
    float: right;
    }

#content .box-filter > li {
    max-width: 200px;
    float: left;
    margin-right: 10px;
    }

#content .box-filter > li > span {
    font-size: 15px;
    font-weight: bold;
    padding: 8px 8px 12px 0;
    display: block;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 8px;
    padding-left: 8px;
    }

#column-right .box-filter > li,
#column-left .box-filter > li {
    min-height: 40px;
    width: 100%;
    display: table;
    }

#column-right .box-filter > li > span,
#column-left .box-filter > li > span {
    font-size: 15px;
    font-weight: bold;
    padding: 8px 8px 8px 0;
    min-height: 40px;
    display: block;
    padding-left: 15px;
    line-height: 1.5;
    border-bottom: 1px solid #dbdbdb;
    }

#column-right #button-filter,
#column-left #button-filter {
    margin: 15px;
    }

#column-right .box-content .box-filter li ul,
#column-left .box-content .box-filter li ul {
    display: block;
    padding-left: 10px;
    padding-top: 5px;
    }

.box-filter label:hover {
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    color: #EA2E49;
    }

/******************************
 JOURNAL CUSTOM SECTIONS
*******************************/

.journal-filter {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    }

p + .journal-filter {
    margin-top: 0;
    }

.journal-filter ul {
    display: table;
    width: 100%;
    height: 42px;
    margin: 0 auto;
    table-layout: fixed;
    }

#column-right + #content .journal-filter ul,
#column-left + #content .journal-filter ul {
    height: 40px;
    }

.journal-filter ul li {
    background: #ea2e49;
    border-left: 1px solid white;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    }

.journal-filter ul li:first-child {
    border: 0;
    }

.journal-filter ul li span {
    width: 100%;
    height: 100%;
    display: table;
    overflow: hidden;
    }

.journal-filter ul li a {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 40px;
    text-align: center;
    color: white;
    font-family: 'Oswald',Tahoma,Geneva,sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    }

.journal-filter ul li a:hover {
    background: #f4f4f4;
    color: #ea2e49;
    }

.journal-filter ul li a.selected {
    color: #ea2e49;
    background-color: #f4f4f4;
    }

.filter-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: block;
    color: white;
    z-index: 0;
    }

.isotope-item {
    z-index: 2;
    }

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
    }

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/******************************
 PRODUCT GRID
*******************************/

.product-grid,
.product-list {
    margin-bottom: 20px;
    margin-right: -20px;
    }

.product-grid input.button,
.product-list input.button {
    min-height: 30px;
    max-height: 30px;
    line-height: 1.2;
    }

#content .box-product {
    margin-right: -20px;
    }

.product-grid > div,
#content .box-product > div {
    margin-right: 16px;
    margin-top: 20px;
    width: 220px;
    background-color: #f4f4f4;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
    }

#column-right + #content .product-grid > div,
#column-right + #content .box-product > div,
#column-left + #content .product-grid > div,
#column-left + #content .box-product > div {
    margin-right: 16px;
    width: 234px;
    }

.journal-filter .product-grid > div {
    margin-right: 20px;
    }

#content .box-product > div {
    margin-top: 0;
    margin-bottom: 20px;
    }

.product-grid .image,
#content .box-product .image {
    min-height: 180px;
    width: 100%;
    position: relative;
    overflow: hidden;
    }

.product-grid .image a,
#content .box-product .image a {
    width: 100%;
    display: block;
    text-align: center;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    }

.product-grid .image a img,
#content .box-product .image a img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    }

.product-over {
    width: inherit;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    position: absolute;
    z-index: 2;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-backface-visibility: hidden;
    }

.product-grid > div:hover .product-over,
#content .box-product > div:hover .product-over {
    opacity: .04;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    }

.product-list .product-over {
    display: none;
    }

#content .box-heading {
    font-family: 'Oswald',Tahoma,Geneva,sans-serif;
    font-size: 18px;
    max-height: 40px;
    padding-left: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: white;
    margin-bottom: 20px;
    padding: 12px;
    }

.box-heading {
    background-color: #ea2e49;
    }

.product-grid .name a,
#content .box-product .name a {
    width: 100%;
    color: #333745;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 8px;
    padding-top: 10px;
    }

.product-grid .description {
    display: none;
    }

.product-grid .rating,
#content .box-product .rating {
    display: block;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -49px;
    padding: 4px 6px 8px 6px;
    }

.product-grid .price,
#content .box-product .price {
    display: block;
    font-weight: bold;
    color: #333745;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 7px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 15px;
    border-top: 1px solid #dbdbdb;
    display: inline-block;
    }

.product-grid .price-old,
#content .box-product .price-old {
    color: #ea2e49;
    font-size: 13px;
    text-decoration: line-through;
    }

.product-grid .price-new,
#content .box-product .price-new {
    font-weight: bold;
    }

#content .box-product .cart {
    margin-bottom: 15px;
    }

#content .box-product .cart a {
    margin: 0;
    }

.product-grid .price .price-tax,
#content .box-product .price-tax {
    display: none;
    }

.product-grid .wishlist,
.product-grid .compare,
#content .box-product .wishlist,
#content .box-product .compare {
    float: left;
    width: 50%;
    position: relative;
    margin-top: 11px;
    margin-bottom: 13px;
    }

.product-grid .wishlist a,
#content .box-product .wishlist a {
    text-align: center;
    color: #333745;
    text-decoration: none;
    display: block;
    font-size: 11px;
    border-right: 1px solid #dbdbdb;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    }

.product-grid .compare a,
#content .box-product .compare a {
    text-align: center;
    color: #333745;
    text-decoration: none;
    display: block;
    font-size: 11px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    }

.product-grid .wishlist a:hover,
.product-grid .compare a:hover,
#content .box-product .wishlist a:hover,
#content .box-product .compare a:hover {
    color: #ea2e49;
    }

.sale {
    position: absolute;
    background-color: #ea2e49;
    color: #f4f4f4;
    min-width: 40px;
    min-height: 40px;
    display: inline-block;
    top: 5px;
    right: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    line-height: 2.8;
    font-size: 14px;
    padding: 0 2px;
    }

.product-list .sale {
    top: 40px;
    }

#column-right .sale,
#column-left .sale {
    display: none;
    }

/******************************
 PRODUCT LIST
*******************************/

.category-info {
    overflow: auto;
    }

.category-info .image {
    float: left;
    margin-right: 15px;
    margin-bottom: 17px;
    }

.category-list {
    overflow: auto;
    background: #333745;
    padding-left: 16px;
    position: relative;
    }

.category-list span {
    width: 20px;
    height: 20px;
    background-color: inherit;
    position: absolute;
    left: -8px;
    top: 8px;
    z-index: 2;
    }

h2.refine {
    margin-bottom: 0;
    border: none;
    display: none;
    }

.category-list ul {
    z-index: 1;
    position: relative;
    color: #f4f4f4;
    margin-left: -15px;
    }

.category-list ul li {
    float: left;
    display: table;
    position: relative;
}

.category-list ul li a {
    font-size: 12px;
    font-weight: bold;
    color: inherit;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    display: table-cell;
    vertical-align: middle;
    height: 37px;
}

.category-list ul li a:hover {
    color: #ea2e49;
    }

.category-list ul > li:before {
    content: "/";
    position: relative;
    top: 11px;
    padding-right: 7px;
    }

.opera .category-list ul {
    margin-left: 0;
    }

.opera .category-list ul li {
    margin-right: 12px;
    }

.opera .category-list ul > li:before {
    content: "";
    position: absolute;
    top: 11px;
    padding-right: 7px;
    }

.product-filter {
    padding-left: 0;
    overflow: auto;
    background-color: #f4f4f4;
    color: #333745;
    }

.product-filter div b {
    font-size: 12px;
    }

.mac .product-filter {
    padding: 5px;
    }

.product-filter .display {
    padding: 11px 0 5px 10px;
    float: left;
    color: inherit;
    }

.product-filter .display a {
    font-weight: normal !important;
    color: transparent !important;
    max-width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    z-index: 0;
    }

.product-filter .display span {
    text-indent: -999999px;
    }

.product-filter .display span {
    cursor: pointer;
    position: relative;
    margin: 0 5px;
    display: inline-block;
    width: 19px;
    height: 17px;
    color: transparent;
    background: url(theme/journal/images/list.png) no-repeat left;
    }

.product-filter .display span + span {
    background: url(theme/journal/images/grid.png) no-repeat left;
    }

.product-filter .display span:hover {
    background-position: right;
    }

.product-filter .display span + span:hover {
    background-position: right;
    }

 .theme_journal_vi .product-filter .display span {
    background: url(theme/journal/images/list6.png) no-repeat left;
    }

.theme_journal_vi .product-filter .display span + span {
    background: url(theme/journal/images/grid6.png) no-repeat left;
    }

.theme_journal_vi .product-filter .display span:hover {
    background-position: right;
    }

.theme_journal_vi .product-filter .display span + span:hover {
    background-position: right;
    }


.ipad .product-compare,
.ipad .product-filter .display {
    padding-top: 6px;
    }

.active2 {
    background-position: right !important;
    cursor: default;
    }

.product-filter .sort {
    float: right;
    color: inherit;
    }

.product-filter .limit {
    margin-left: 15px;
    float: right;
    color: inherit;
    }

.product-compare {
    font-weight: bold;
    padding-top: 13px;
    margin-left: 25px;
    float: left;
    }

.product-compare a {
    text-decoration: none;
    font-weight: bold;
    color: inherit;
    font-size: 13px;
    }

.webkit.mac .product-filter .display {
    padding-top: 5px;
    padding-left: 5px;
    }

.webkit.mac .product-compare {
    padding-top: 7px;
    }

.product-list > div {
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    }

.product-list .right {
    margin-left: 20px;
    position: absolute;
    top: 115px;
    left: 130px;
    z-index: 99;
    }

.product-list > div {
    border-top: 1px solid #dbdbdb;
    padding-top: 16px;
    }

.product-list > div:first-child {
    border: none;
    }

.product-list .image {
    float: left;
    margin-right: 10px;
    }

.product-list .image img {
    max-height: 140px;
    max-width: 140px;
    }

.product-list .name {
    margin-top: 5px;
    margin-bottom: 5px;
    }

.product-list .name a {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 15px;
    padding-bottom: 4px;
    display: inline-block;
    border-bottom: 1px solid #dbdbdb;
    color: #333745;
    font-weight: bold;
    width: 68%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 475px;
    }

.product-list .description {
    line-height: 1.4;
    margin-bottom: 10px;
    margin-left: 150px;
    color: #f4f4f4;
    max-width: 65%;
    }

.product-list .rating {
    color: #333745;
    }

.product-list .price {
    height: 50px;
    color: #333745;
    position: absolute;
    font-size: 16px;
    right: 20px;
    top: 15px;
    text-align: right;
    font-weight: bold;
    }

.product-list .price-old {
    font-size: 13px;
    color: #ea2e49;
    text-decoration: line-through;
    }

.product-list .price-new {
    font-weight: bold;
    }

.product-list .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #888;
    }

.product-list .cart {
    float: left;
    }

.product-list .wishlist,
.product-list .compare {
    float: right;
    position: relative;
    top: 10px;
    }

.product-list .wishlist a,
.product-list .compare a {
    color: #333745;
    text-decoration: none;
    display: block;
    font-size: 11px;
    padding-left: 10px;
    }

.product-list .wishlist a:hover,
.product-list .compare a:hover {
    color: #ea2e49;
    }

.product-list .wishlist a {
    padding-left: 10px;
    }

.product-list .compare a {
    border-right: 1px solid #cacaca;
    padding-right: 10px;
    }

/******************************
 PRODUCT
*******************************/

.product-info {
    overflow: auto;
    margin-bottom: 20px;
    position: relative;
    display: table;
    width: 100%;
    }

.product-info > .left {
    display: table-cell;
    vertical-align: top;
    width: 370px;
    }

.product-info .image {
    margin-right: 20px;
    padding: 0;
    text-align: left;
    }

.product-info .image a img {
    max-width: 350px;
    }

.ie8 .product-info .image {
    width: 330px !important;
    }

.ie8 .product-info .image-additional {
    width: 330px !important;
    }

.zoomContainer {
    z-index: 100;
    }

.zoomLens {
    max-width: 150px;
    max-height: 150px;
    }

.mobile .zoomContainer {
    display: none !important;
    }

.product-info .image-additional {
    width: 100%;
    clear: both;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    padding-right: 10px;
    }

.product-info .image-additional a {
    position: relative;
    }

.product-info .image-additional a img {
    margin: 7px 7px 0 0;
    border: 4px solid #f4f4f4;
    max-width: 80px;
    }

.product-info .description {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    line-height: 1.5;
    font-size: 13px;
    }

.product-info .description span {
    color: #999;
    font-size: 13px;
    text-align: right;
    padding-right: 5px;
    }

.product-info .description a {
    text-decoration: none;
    font-size: 14px;
    }

.social {
    position: relative;
    width: 100%;
    padding: 18px 0 20px 0;
    padding-top: 6px;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    }

.social .stButton {
    margin-right: 0;
    }

.social.share-this span {
    height: 22px !important;
    }

.social > span {
    display: inline-block;
    margin-top: 12px;
    padding-right: 1px;
    }

.social.add-this {
    padding: 17px 0 12px 0;
    }

.product-info .price {
    overflow: auto;
    padding: 9px 0 9px 10px;
    margin: 20px 0;
    font-size: 23px;
    font-family: 'Oswald',Tahoma,Geneva,sans-serif;
    background: #f4f4f4;
    color: #333745;
    }

.product-info .price-old {
    font-size: 15px;
    text-decoration: line-through;
    padding: 4px;
    margin: 0;
    margin-bottom: 6px;
    background: #ea2e49;
    position: relative;
    color: white;
    display: inline-block;
    }

.product-info .price-new {
    font-size: 22px;
    }

.product-info .price-tax {
    display: inline-block;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 0 4px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    color: #333745;
    }

.product-info .price .reward {
    display: block;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 12px;
    margin: 9px 0 7px 0;
    font-weight: normal;
    }

.product-info .price .discount {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.4;
    }

.product-info .options {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
    position: relative;
    }

.product-info .options .option {
    position: relative;
    display: inline-block;
    padding: 7px;
    padding-bottom: 8px;
    width: 100%;
    background: #f4f4f4;
    margin-bottom: 15px;
    }

.product-info .options .option input[type='text'],
.product-info .options .option textarea {
    min-width: 100%;
    max-width: 100%;
    }

.product-info .options .option span {
    padding: 5px 3px 3px 0;
    }

.product-info .options .option b {
    font-size: 12px;
    display: inline-block;
    padding-bottom: 3px;
    padding-top: 1px;
    position: absolute;
    }

.product-info .options h2 {
    font-size: 14px;
    border: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
    }

.product-info .options span.error {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 3px 4px 2px 4px;
    }

.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px;
    }

.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%;
    }

.product-info .option-image img {
    margin-right: 5px;
    cursor: pointer;
    }

.product-info .cart {
    border-bottom: 1px solid #dbdbdb;
    padding: 0 5px 17px 0;
    margin-bottom: 15px;
    color: #dbdbdb;
    overflow: auto;
    }

.product-info .cart div {
    float: left;
    color: #888;
    padding-top: 2px;
    }

.product-info .cart div a,
.product-info .cart div span {
    position: relative;
    top: 9px;
    font-size: 11px;
    display: block;
    }

.product-info .cart div a:last-child {
    border-top: 1px solid #dbdbdb;
    top: 0;
    padding-top: 4px;
    }

.product-info .cart div > span {
    padding-top: 9px;
    display: block;
    }

.product-info .cart input.button {
    min-height: 41px;
    position: relative;
    top: 1px;
    min-width: 120px;
    padding-top: 2px;
    }

.-moz- .product-info .cart input.button {
    padding-top: 7px;
    }

.chrome .product-info .cart input.button,
.ie .product-info .cart input.button {
    padding-top: 0;
    }

.cart input[name=quantity] {
    max-width: 50px !important;
    min-width: 50px !important;
    min-height: 40px;
    height: 40px;
    text-align: center;
    margin-right: 7px;
    }

.product-info .cart .minimum {
    padding-top: 10px;
    font-size: 12px;
    color: #bbb;
    clear: both;
    }

.product-info .review {
    color: #888;
    margin-bottom: 20px;
    line-height: 1;
    }

.product-info .review > div img {
    top: 2px;
    position: relative;
    margin-right: 7px;
    }

.product-info .review > div > span {
    color: #333745;
    }

.product-info .review .share {
    display: none;
    overflow: auto;
    line-height: normal;
    }

.product-info .review .share a {
    text-decoration: none;
    }

.attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    margin-bottom: 20px;
    }

.attribute thead td,
.attribute thead tr td:first-child {
    color: #333745;
    font-size: 14px;
    font-weight: bold;
    background: #f4f4f4;
    text-align: left;
    }

.attribute tr td:first-child {
    font-weight: bold;
    text-align: right;
    width: 20%;
    }

.attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    }

ul.product-option {
    padding: 0;
    }

/******************************
 Product Compare
*******************************/

.compare-info {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    margin-bottom: 20px;
    }

.compare-info thead td,
.compare-info thead tr td:first-child {
    color: #f4f4f4;
    font-size: 14px;
    font-weight: bold;
    background: #5f6874;
    text-align: left;
    }

.compare-info tr td:first-child {
    color: #333;
    font-weight: bold;
    text-align: right;
    }

.compare-info td {
    padding: 7px;
    width: 20%;
    color: #333;
    text-align: center;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    }

.compare-info .name a {
    font-weight: bold;
    }

.compare-info .price-old {
    font-weight: bold;
    color: #ea2e49;
    text-decoration: line-through;
    }

.compare-info .price-new {
    font-weight: bold;
    }

/******************************
PRODUCT TABS
*******************************/

input[name='captcha'] {
    max-width: 150px;
    min-width: 150px;
    margin-bottom: 15px;
    }

#tab-description div,
#tab-description p {
    line-height: 1.3;
    margin-bottom: 10px;
    }

#tab-description h3 {
    padding-left: 0;
    }

#tab-description ul li {
    margin-bottom: 5px;
    }

.htabs {
    height: 38px;
    }

.htabs a:first-child {
    border-right: none;
    }

.htabs a {
    background: #ea2e49;
    padding: 11px;
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Oswald',Tahoma,Geneva,sans-serif;
    text-align: center;
    text-decoration: none;
    color: white;
    display: none;
    height: 38px;
    -webkit-box-shadow: inset 0 -3px 6px -2px rgba(0,0,0,.4);
    box-shadow: inset 0 -3px 6px -2px rgba(0,0,0,.4);
    }

.htabs a.selected {
    background-color: #f4f4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333745;
    }

.tab-content {
    padding: 15px;
    background-color: #f4f4f4;
    margin-bottom: 20px;
    z-index: 2;
    overflow: auto;
    }

.tab-content p {
    font-size: 13px;
    color: #333745;
    margin-bottom: 0;
    }

/******************************
 REVIEW
*******************************/

.review-list {
    padding-bottom: 20px;
    background-color: transparent;
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #dbdbdb;
    }

.review-list .text {
    padding: 10px;
    padding-top: 0;
    line-height: 1.3;
    clear: both;
    }

.review-list .author {
    padding: 5px;
    font-weight: bold;
    border-bottom: 1px solid #dbdbdb;
    display: inline-block;
    color: #333;
    }

.review-list .author b {
    font-size: 15px;
    font-weight: bold;
    color: #5C8BA6;
    }

.review-list .rating {
    float: right;
    margin-bottom: 20px;
    }

#tab-review {
    position: relative;
    padding: 20px;
    padding-bottom: 0;
    }

#tab-review .success,
#tab-review .warning,
#tab-review .attention,
#tab-review .information {
    position: relative;
    max-width: 99%;
    min-width: 99%;
    margin-bottom: 15px;
    }

#tab-review input[type='text'],
#tab-review input[type='email'],
#tab-review input[type='password'],
#tab-review textarea {
    background: white;
    }

/******************************
 PAGINATION
*******************************/

.pagination {
    border-top: 1px solid #dbdbdb;
    padding-top: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    color: #777;
    }

.pagination .links {
    float: left;
    }

.pagination .links a,
.pagination .links b {
    display: inline-block;
    padding-top: 7px;
    width: 27px;
    height: 27px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    background-color: #f4f4f4;
    font-weight: bold;
    font-family: Verdana,sans-serif;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 11px;
    }

.pagination .links a:hover {
    background-color: #ea2e49;
    color: white;
    }

.pagination .links b {
    background-color: #ea2e49;
    color: white;
    }

.pagination .results {
    color: inherit;
    float: right;
    font-weight: bold;
    }

/******************************
 TAGS
*******************************/

.tags {
    margin: 8px;
    margin-left: 0;
    color: #333745;
    margin-bottom: 13px;
    }

.tags b {
    padding: 2px 6px 3px 6px;
    background-color: #5f6874;
    color: white;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-right: 5px;
    }

.tags a {
    margin-left: 0;
    padding: 2px 6px 3px 6px;
    background-color: #f4f4f4;
    color: #333745;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 7px;
    }

.tags a:hover {
    color: white;
    background-color: #ea2e49;
    }

/******************************
 ACCOUNT
*******************************/

table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    }

table.form input[type='text'],
table.form input[type='email'] {
    min-width: 250px;
    }

table.form tr td:first-child {
    width: 150px;
    }

table.form td {
    padding: 4px;
    }

.content ul li a {
    font-size: 14px;
    padding-left: 5px;
    }

/******************************
 WELCOME
*******************************/

#content .welcome {
    display: inline-block;
    z-index: 1;
    width: 100%;
    position: relative;
    padding: 10px 10px 10px 3px;
    font-weight: bold;
    font-size: 19px;
    color: #333745;
    margin-top: -10px;
    }

#content .welcome span {
    border-bottom: 1px solid #dbdbdb;
    line-height: 1.2;
    }

#content .welcome + p {
    padding-top: 10px;
    line-height: 1.4;
    }

/******************************
 WISHLIST
*******************************/

.wishlist-info table {
    width: 100%;
    border-collapse: collapse;
    }

.wishlist-info td {
    padding: 7px;
    padding-left: 0;
    }

.wishlist-info thead td {
    color: white;
    font-weight: bold;
    background-color: #5f6874;
    color: white;
    }

.wishlist-info thead .image {
    text-align: center;
    height: 40px;
    }

.wishlist-info thead .name,
.wishlist-info thead .model,
.wishlist-info thead .stock {
    text-align: left;
    }

.wishlist-info thead .quantity,
.wishlist-info thead .price,
.wishlist-info thead .total,
.wishlist-info thead .action {
    text-align: right;
    }

.wishlist-info tbody td {
    vertical-align: middle;
    border-bottom: 1px solid #f4f4f4;
    }

.wishlist-info tbody tr:last-child td {
    border: none;
    }

.wishlist-info tbody .image {
    text-align: left;
    padding-top: 10px;
    }

.wishlist-info tbody .name,
.wishlist-info tbody .model,
.wishlist-info tbody .stock {
    text-align: left;
    }

.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action {
    text-align: right;
    }

.wishlist-info tbody .price s {
    color: #F00;
    }

.wishlist-info tbody .action img {
    cursor: pointer;
    }

.wishlist-info tbody .price {
    font-weight: bold;
    }

/******************************
 SHOPPING CART
*******************************/

.cart-info table {
    width: 100%;
    margin-bottom: 25px;
    border-collapse: collapse;
    border-top: 1px solid #dbdbdb;
    }

.cart-info td {
    padding: 7px;
    padding-right: 15px;
    font-weight: bold;
    }

.cart-info thead td {
    color: white;
    font-weight: bold;
    background-color: #5f6874;
    color: white;
    }

.cart-info thead .image {
    text-align: center;
    height: 40px;
    }

.cart-info thead .name,
.cart-info thead .model,
.cart-info thead .quantity {
    text-align: left;
    }

.cart-info thead .price,
.cart-info thead .total {
    text-align: right;
    }

.cart-info tbody td.name a {
    font-weight: bold;
    font-size: 14px;
    }

.cart-info tbody td {
    vertical-align: middle;
    border-bottom: 1px solid #dbdbdb;
    }

.cart-info tbody .image img {
    border: none;
    padding-top: 5px;
    }

.cart-info tbody .image {
    text-align: left;
    }

.cart-info tbody .name,
.cart-info tbody .model,
.cart-info tbody .quantity {
    text-align: left;
    }

.cart-info tbody .quantity input[type='image'],
.cart-info tbody .quantity img {
    position: relative;
    top: 4px;
    cursor: pointer;
    }

.cart-info tbody .price,
.cart-info tbody .total {
    text-align: right;
    }

.cart-info tbody span.stock {
    color: #F00;
    font-weight: bold;
    }

.cart-module > div {
    display: none;
    }

.cart-total {
    overflow: auto;
    padding-top: 8px;
    margin-bottom: 15px;
    margin-top: -10px;
    border-top: 1px solid #dbdbdb;
    }

.cart-total table {
    float: right;
    }

.cart-total td {
    padding: 3px;
    text-align: right;
    }

label {
    line-height: 1.5;
    font-size: 13px;
    position: relative;
    }

.win label {
    top: -2px;
    }

#total .right {
    font-size: 14px;
    }

input[name='postcode'] {
    max-width: 100px;
    min-width: 100px;
    }

.quantity input[type='text'] {
    max-width: 40px;
    min-width: 40px;
    }

#shipping table tr > td {
    font-size: 12px;
    }

/******************************
 CHECKOUT
*******************************/

.checkout {
    margin-bottom: 20px;
    }

.checkout-heading {
    background-color: #5f6874;
    border-top: 1px solid #777;
    border-bottom: 1px solid #333745;
    font-weight: bold;
    font-size: 13px;
    color: white;
    min-height: 35px;
    padding: 10px;
    }

.checkout-heading span {
    font-weight: bold;
    }

.checkout-heading a:hover {
    color: #ea2e49;
    }

.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
    color: white;
    }

.checkout-content {
    padding: 0 0 15px;
    margin-top: 20px;
    display: none;
    overflow: auto;
    position: relative;
    }

.checkout-content .left {
    padding-left: 20px;
    }

.checkout-content .warning {
    min-width: 100%;
    max-width: 100%;
    }

.checkout-content input.button {
    margin-top: 10px;
    }

.checkout-content .right input.button {
    margin-top: 15px;
    }

.checkout-content input[type='radio'],
.checkout-content label {
    margin: 5px;
    margin-right: 0;
    }

.checkout-content p {
    padding: 15px;
    padding-left: 0;
    margin-bottom: 0;
    }

.checkout-content textarea {
    margin-top: 15px;
    }

.checkout-content h2 + p {
    font-size: 15px;
    font-weight: bold;
    }

.checkout-content .right a {
    text-decoration: underline;
    position: relative;
    }

table.radio label {
    margin: 0;
    }

table.radio td {
    font-weight: bold;
    }

.checkout-content .left {
    float: left;
    width: 48%;
    }

.checkout-content .right {
    float: right;
    width: 48%;
    }

.checkout-content .right input {
    margin-top: 5px;
    margin-bottom: 3px;
    }

.checkout-content .buttons {
    clear: both;
    }

.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #dbdbdb;
    }

.checkout-product table .total {
    font-weight: bold;
    }

.checkout-product td {
    padding: 10px;
    }

.checkout-product thead td {
    color: #333745;
    font-weight: bold;
    background-color: #f4f4f4;
    border-bottom: 1px solid #dbdbdb;
    }

.checkout-product thead .name,
.checkout-product thead .model {
    text-align: left;
    }

.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
    text-align: right;
    }

.checkout-product tbody td {
    vertical-align: top;
    }

.checkout-product tbody .name,
.checkout-product tbody .model {
    text-align: left;
    }

.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
    text-align: right;
    }

.checkout-product tfoot td {
    text-align: right;
    border-bottom: 1px solid #dbdbdb;
    }

.checkout-product tfoot tr:last-child td {
    border-bottom: none;
    }

/******************************
 TABLES
*******************************/

table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    margin-bottom: 20px;
    }

table.list td {
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    }

table.list thead td {
    background-color: #f4f4f4;
    padding: 0 5px;
    }

table.list thead td a,
.list thead td {
    text-decoration: none;
    color: #333745;
    font-weight: bold;
    }

table.list tbody td {
    vertical-align: top;
    padding: 0 5px;
    }

table.list .left {
    text-align: left;
    padding: 7px;
    }

table.list .right {
    text-align: right;
    padding: 7px;
    }

table.list .center {
    text-align: center;
    padding: 7px;
    }

table.radio {
    width: 100%;
    border-collapse: collapse;
    }

table.radio td {
    padding: 5px;
    vertical-align: top;
    }

table.radio td label {
    display: block;
    }

table.radio tr td:first-child {
    width: 1px;
    }

table.radio tr td:first-child input {
    margin-top: 1px;
    }

table.radio tr.highlight:hover td {
    background: #5f6874;
    cursor: pointer;
    color: white;
    }

table td {
    line-height: 1.4;
    }

table td a + a {
    margin-left: 15px;
    }

/******************************
 ORDER LIST
*******************************/

.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333745;
    }

.order-list .order-id b {
    font-weight: bold;
    }

.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 5px;
    font-weight: bold;
    }

.order-list .order-content {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    background: #f4f4f4;
    }

.order-list .order-content div {
    float: left;
    width: 33.3%;
    }

.order-list .order-content div b {
    display: inline-block;
    padding: 2px;
    }

.order-list .order-info {
    text-align: right;
    padding-right: 10px;
    padding-top: 8px;
    }

.order-detail {
    background: #f4f4f4;
    font-weight: bold;
    }

/******************************
RETURNS
*******************************/

.return-list {
    margin-bottom: 10px;
    }

.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
    }

.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
    }

.return-list .return-content {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    }

.return-list .return-content div {
    float: left;
    width: 33.3%;
    }

.return-list .return-info {
    text-align: right;
    }

.return-product {
    overflow: auto;
    margin-bottom: 20px;
    }

.return-product input[type='text'] {
    min-width: 150px;
    }

.return-name {
    float: left;
    width: 31%;
    margin-right: 15px;
    }

.return-model {
    float: left;
    width: 31%;
    margin-right: 15px;
    }

.return-quantity {
    float: left;
    width: 31%;
    }

.return-detail {
    overflow: auto;
    margin-bottom: 20px;
    }

.return-reason {
    float: left;
    width: 31%;
    margin-right: 15px;
    }

.return-opened {
    float: left;
    width: 31%;
    margin-right: 15px;
    }

.return-opened textarea {
    min-width: 150px !important;
    }

.return-opened textarea {
    width: 98%;
    vertical-align: top;
    }

.return-captcha {
    float: left;
    }

.download-list {
    margin-bottom: 10px;
    }

.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
    }

.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
    }

.download-list .download-content {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    }

.download-list .download-content div {
    float: left;
    width: 33.3%;
    }

.download-list .download-info {
    text-align: right;
    }

.success,
.warning,
.attention,
.information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555;
    }

.success {
    background: #EAF7D9 url(theme/journal/images/success.png) 10px center no-repeat;
    border: 1px solid #BBDF8D;
    }

.warning {
    background: #FFD1D1 url(theme/journal/images/warning.png) 10px center no-repeat;
    border: 1px solid #F8ACAC;
    }

.attention {
    background: #FFF5CC url(theme/journal/images/attention.png) 10px center no-repeat;
    border: 1px solid #F2DD8C;
    }

.success .close,
.warning .close,
.attention .close,
.information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
    }

.required {
    color: #ea2e49;
    font-weight: bold;
    font-size: 16px;
    }

.help {
    color: #777;
    font-size: 10px;
    font-weight: normal;
    font-family: Verdana,Geneva,sans-serif;
    display: block;
    }

/******************************
 MANUFACTURER
*******************************/

.manufacturer-list {
    border: 1px solid #dbdbdb;
    padding: 5px;
    overflow: auto;
    margin-bottom: 20px;
    }

.manufacturer-heading {
    background: #5f6874;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
    }

.manufacturer-content {
    padding: 8px;
    }

.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
    }

.contact-info {
    overflow: auto;
    }

.contact-info .left {
    float: left;
    width: 48%;
    }

.contact-info .right {
    float: left;
    width: 48%;
    }

/******************************
 SITEMAP
*******************************/

.sitemap-info {
    overflow: auto;
    }

.sitemap-info ul > li {
    min-height: 24px;
    }

.sitemap-info ul > li > a {
    font-size: 14px;
    color: #333745;
    }

.sitemap-info ul > li:before {
    font-family: 'icons';
    content: "1";
    font-size: 11px;
    }

.sitemap-info ul > li > ul {
    margin-left: 15px;
    margin-top: 5px;
    }

.sitemap-info ul > li > ul li {
    min-height: 20px;
    }

.sitemap-info ul > li > ul li a {
    font-size: 12px;
    color: #888;
    }

.sitemap-info ul > li > ul > li:before {
    content: "-";
    font-size: 11px;
    padding-right: 5px;
    }

.sitemap-info a:hover {
    color: #ea2e49;
    }

.sitemap-info .left {
    float: left;
    width: 48%;
    }

.sitemap-info .right {
    float: left;
    width: 48%;
    }

/******************************
 FOOTER
*******************************/

footer {
    position: relative;
    width: 100%;
    background: none;
    clear: both;
    overflow: auto;
    z-index: 98;
    }

#footer {
    border: 0;
    background-color: #333745;
    position: relative;
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    }

.top-row {
    position: relative;
    width: 100%;
    display: table;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-top: 3px;
    }

#footer h3 {
    max-height: 50px;
    color: #dbdbdb;
    font-family: 'Oswald',Tahoma,Geneva,sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #5f6874;
    padding: 15px 0;
    padding-bottom: 14px;
    margin: 0 10px;
    margin-left: 15px;
    }

#footer .column {
    display: table-cell;
    width: 25%;
    }

#footer .column ul li:before {
    font-family: 'icons';
    content: "1";
    font-size: 11px;
    color: #f4f4f4;
    }

.fb {
    margin: 15px;
    margin-bottom: 0;
    background-color: white;
    max-height: 185px;
    }

#footer .column ul {
    margin-top: 8px;
    margin-left: 8px;
    }

#footer .column ul li {
    padding: 6px;
    }

#footer .column a {
    font-size: 13px;
    padding-left: 3px;
    text-decoration: none;
    color: #dbdbdb;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    }

#footer .column a:hover {
    color: #ea2e49;
    }

.connect {
    position: relative;
    width: 100%;
    display: table;
    margin-top: 5px;
    padding-top: 9px;
    height: 60px;
    background: #5f6874;
    padding-right: 3px;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.4);
    box-shadow: 0 0 7px rgba(0,0,0,.4);
    text-align: center;
    }

.connect section {
    display: inline-block;
    float: left;
    }

.connect section + section {
    display: inline-block;
    float: right;
    padding-right: 10px;
    }

.connect div {
    float: left;
    margin-left: 11px;
    min-width: 40px;
    height: 40px;
    font-weight: bold;
    color: #dbdbdb;
    font-size: 15px;
    line-height: 2.6;
    }

.connect div a {
    line-height: 2.6;
    }

.connect div span {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin-right: 7px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #333745;
    }

.connect .contact-methods a {
    color: white;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    }

.connect .contact-profiles a {
    color: white;
    display: inline-block;
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-left: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #333745;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    }

.connect .contact-profiles a:hover {
    background-color: #ea2e49;
    }

.ipad .connect {
    height: 50px;
    }

.custom-text {
    width: 100%;
    position: relative;
    padding: 15px;
    color: #dbdbdb;
    line-height: 1.2;
    }

.custom-text p {
    margin-bottom: 0;
    }

#powered {
    text-align: left;
    clear: both;
    height: 60px;
    background-color: #f4f4f4;
    position: relative;
    margin: 0 auto;
    width: 100%;
    }

#powered div {
    position: relative;
    margin: 0 auto;
    width: 980px;
    text-align: center;
    }

#powered a {
    color: #48a0d0;
    font-size: 12px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    }

#powered a:hover {
    color: #ea2e49;
    }

#powered p {
    display: inline-block;
    height: 100%;
    position: relative;
    float: left;
    padding: 22px 0 20px 0;
    font-size: 12px;
    margin-bottom: 0;
    color: #333745;
    }

#powered img {
    float: right;
    margin-left: 13px;
    margin-top: 12px;
    opacity: .8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
    }

/******************************
 HEADER & FOOTER SHADOW
*******************************/

header,
header .top-header {
    -webkit-box-shadow: 0 1px 4px -1px rgba(0,0,0,.7);
    box-shadow: 0 1px 4px -1px rgba(0,0,0,.7);
    }

#powered {
    -webkit-box-shadow: 0 -1px 3px rgba(0,0,0,.5);
    box-shadow: 0 -1px 3px rgba(0,0,0,.5);
    }

#journal-header .cart {
    -webkit-box-shadow: 0 1px 4px -2px rgba(0,0,0,.6);
    box-shadow: 0 1px 4px -2px rgba(0,0,0,.6);
    }

.chrome header,
.chrome header .top-header {
    -webkit-box-shadow: 0 1px 5px -1px rgba(0,0,0,.7);
    box-shadow: 0 1px 5px -1px rgba(0,0,0,.7);
    }

.chrome #powered {
    -webkit-box-shadow: 0 -1px 5px rgba(0,0,0,.5);
    box-shadow: 0 -1px 5px rgba(0,0,0,.5);
    }

.chrome #journal-header .cart {
    -webkit-box-shadow: 0 1px 5px -2px rgba(0,0,0,.6);
    box-shadow: 0 1px 5px -2px rgba(0,0,0,.6);
    }

/******************************
 BACK TO TOP BUTTON
*******************************/

.back-top {
    position: fixed;
    z-index: 999;
    bottom: 10px;
    right: 20px;
    cursor: pointer;
    display: none;
    max-width: 45px;
    max-height: 45px;
    }

/******************************
CART ICON FONT
*******************************/

@font-face {
    font-family: 'icons';
    src: url(theme/journal/icons/icons.eot);
    src: url(theme/journal/icons/icons.eot?#iefix) format('embedded-opentype'),url(theme/journal/icons/icons.woff) format('woff'),url(theme/journal/icons/icons.ttf) format('truetype');
    }

.menu-icon {
    display: inline-block;
    width: 23px;
    margin-top: 11px;
    float: left;
    margin-right: 10px;
    }

.menu-icon span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: white;
    margin-bottom: 3px;
    }

/******************************
 PRODUCT PAGE GALLERY
*******************************/

.swipebox-overflow-hidden {
    overflow: hidden !important;
    }

#swipebox-overlay img {
    border: none !important;
    }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
    }

#swipebox-slider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    }

#swipebox-slider .slide {
    background: url(theme/journal/images/loader.gif) no-repeat center center;
    height: 100%;
    line-height: 1px;
    text-align: center;
    width: 100%;
    display: inline-block;
    }

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
    }

#swipebox-slider .slide img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    }

#swipebox-action,
#swipebox-caption {
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
    }

#swipebox-action {
    bottom: -50px;
    }

#swipebox-action.visible-bars {
    bottom: 0;
    }

#swipebox-action.force-visible-bars {
    bottom: 0 !important;
    }

#swipebox-caption {
    top: -50px;
    text-align: center;
    }

#swipebox-caption.visible-bars {
    top: 0;
    }

#swipebox-caption.force-visible-bars {
    top: 0 !important;
    }

#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
    background-image: url(theme/journal/images/swipebox-icons.png);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    }

#swipebox-action #swipebox-close {
    background-position: 15px 12px;
    left: 40px;
    }

#swipebox-action #swipebox-prev {
    background-position: -32px 13px;
    right: 100px;
    }

#swipebox-action #swipebox-next {
    background-position: -78px 13px;
    right: 40px;
    }

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
     -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
    }

#swipebox-slider.rightSpring {
    -moz-animation: rightSpring .3s;
    -webkit-animation: rightSpring .3s;
    }

#swipebox-slider.leftSpring {
    -moz-animation: leftSpring .3s;
    -webkit-animation: leftSpring .3s;
    }

@-moz-keyframes rightSpring {
0% {
    margin-left: 0;
    }

50% {
    margin-left: -30px;
    }

100% {
    margin-left: 0;
    }

}

@-moz-keyframes leftSpring {
0% {
    margin-left: 0;
    }

50% {
    margin-left: 30px;
    }

100% {
    margin-left: 0;
    }

}

@-webkit-keyframes rightSpring {
0% {
    margin-left: 0;
    }

50% {
    margin-left: -30px;
    }

100% {
    margin-left: 0;
    }

}

@-webkit-keyframes leftSpring {
0% {
    margin-left: 0;
    }

50% {
    margin-left: 30px;
    }

100% {
    margin-left: 0;
    }

}

#swipebox-backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 0;
    }

#swipebox-action,
#swipebox-caption {
    background-color: #333;
    }

#swipebox-caption {
    color: white;
    font-size: 15px;
    line-height: 48px;
    font-family: Helvetica,Arial,sans-serif;
    }

.fake {
    position: absolute;
    width: 400px;
    height: 350px;
    background-color: red;
    }


/******************************
 PRODUCT ZOOM TEXT
*******************************/

.gallery_text {
    font-style: italic;
    text-align: center;
    padding: 6px 0 4px 0;
    max-width: 340px;
    color: #999;
    }

.gallery_text span,
.gallery_text img {
    vertical-align: middle;
    margin: 0 3px;
    }

.mobile-nav * {
    top: 0 !important;
    }

.ie8 .gallery_text {
    display: none;
    }

/******************************
 QUICKVIEW
*******************************/

iframe {
    border: none;
    }

.quickview > h1 {
    color: white;
    background-color: #ea2e49;
    padding: 11px;
    padding-left: 15px;
    max-height: 40px;
    padding-bottom: 10px;
    height: auto !important;
    font-family: 'Oswald',Tahoma,Geneva,sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin: -20px;
    margin-bottom: 20px;
    }

a.quickview {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: white;
    background-color: #ea2e49;
    padding: 7px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    height: auto !important;
    }

.product-list a.quickview {
    top: 145px;
    left: 72px;
    }

#content.quickview {
    padding: 5px;
    padding-top: 20px;
    overflow: hidden;
    max-height: 510px;
    }

#content.quickview h1 {
    padding-left: 25px;
    }

.quickview .product-info .description,
.quickview .product-info .cart {
    border-bottom: none;
    padding-bottom: 0;
    }

.quickview .product-info .review {
    display: none;
    }

.quickview .product-info .cart div a {
    top: 0;
    font-size: 13px;
    display: inline-block;
    margin-right: 10px;
    }

.product-info .cart div a:last-child {
    padding-top: 0;
    border-top: none;
    }

.quickview .product-info .price {
    margin-bottom: 15px;
    }

.quickview .tab-content ul,
.quickview .tab-content ol {
    padding-left: 20px;
    }

.quickview .tab-content {
    padding-bottom: 15px;
    margin-bottom: 0;
    overflow: auto;
    height: 100%;
    }

.quickview .tab-content p {
    line-height: 1.2;
    }

.quickview .product-info .image-additional {
    text-align: center;
    padding-right: 13px;
    height: auto;
    }

.quickview .product-info .image-additional a {
    margin-bottom: 5px;
    display: inline-block;
    }

.quickview .product-info > .left {
    padding-left: 10px;
    max-width: 380px;
    width: 380px;
    }

.quickview .product-info > .right {
    height: 440px;
    overflow: hidden;
    width: 300px;
    }

@media only screen and (max-width: 760px) {
#boxer-overlay,
#boxer,
a.quickview {
    display: none !important;
    }

}

.box-category a span {
    width: 18px;
    height: 16px;
    display: inline-block;
    float: right;
    line-height: .7;
    font-size: 18px;
    text-align: center;
    }

.display-important {
    display: block !important;
    }

.ie .or-text{
    display:none;
}

/******************************
 SIDE BLOCKS
*******************************/

.custom-block-left,
.custom-block-right {
    position: fixed;
    top: 220px;
    z-index: 9999;
    }

@media only screen and (max-width: 980px) {
.custom-block-left,
.custom-block-right {
    display: none;
    }

}

.custom-block-icon {
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    }

.custom-block-content p {
    margin: 0;
    }

.custom-block-content > div {
    position: relative;
    width: 100%;
    height: 100%;
    }

.custom-block-left .custom-block-icon {
    position: absolute;
    top: 0;
    right: -50px;
    }

.custom-block-right .custom-block-icon {
    position: absolute;
    top: 0;
    left: -50px;
    }

.custom-block-content hr {
    margin-bottom: 7px;
    }

.custom-block-content img {
    margin: 5px 0;
    }

.custom-block-content a {
    display: inline-block;
    margin: 10px 0;
    }

/******************************
 SEARCH AUTOCOMPLETE
*******************************/

.autocompletesearch-suggestions {
    width: 280px !important;
    max-height: 304px;
    top: 80px;
    background: #FFF;
    cursor: pointer;
    overflow: auto;
    -webkit-box-shadow: 0 1px 6px -3px rgba(0,0,0,.5);
    box-shadow: 0 1px 6px -3px rgba(0,0,0,.5);
    position: absolute;
    left: 50%;
    margin-left: 210px;
    }

.autocompletesearch-suggestion {
    white-space: nowrap;
    overflow: hidden;
    border-top: 1px solid #dbdbdb;
    padding: 12px;
    position: relative;
    color: #444;
    }

.autocompletesearch-suggestion span {
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    left: 0;
    border-right: 1px solid #dbdbdb;
    }

.autocompletesearch-suggestion:before {
    font-family: 'icons';
    content: "1";
    font-size: 11px;
    padding-left: 4px;
    padding-right: 10px;
    margin-right: 14px;
    }

.autocompletesearch-selected {
    background-color: #f4f4f4;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    }

.autocompletesearch-suggestions strong {
    font-weight: normal;
    color: #EA2E49;
    }

@media only screen and (max-width: 980px) {
.autocompletesearch-suggestions {
    display: none !important;
    top: 120px;
    width: 283px;
    margin-left: -183px;
    }

.autocompletesearch-suggestion span {
    width: 39px;
    }

}

@media only screen and (max-width: 760px) {
.autocompletesearch-suggestions {
    margin-left: -240px;
    width: 480px;
    top: 200px;
    }

}

@media only screen and (max-width: 470px) {
.autocompletesearch-suggestions {
    width: 320px;
    margin-left: -160px;
    top: 193px;
    }

}

/******************************
 PRODUCT SLIDER
*******************************/


.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(theme/journal/images/bx_loader.gif) center center no-repeat transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    }

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #5F6874;
    padding-top: 0;
    }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    }

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #5F6874;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #EA2E49;
    }

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(theme/journal/images/controls.png) no-repeat 0 -32px;
    }

.bx-wrapper .bx-next {
    right: 10px;
    background: url(theme/journal/images/controls.png) no-repeat -43px -32px;
    }

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
    }

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
    }

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
    }

.bx-wrapper .bx-controls-direction {
    visibility: hidden;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    }

.product-slider:hover .bx-wrapper .bx-controls-direction {
    visibility: visible;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    opacity: 1;
    }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: relative;
    bottom: -10px;
    width: 100%;
    }

/*Theme*/

.product-slider {
    background-color: #f4f4f4;
    padding-bottom: 20px;
    }

.product-slider img {
    max-width: 200px;
    height: auto;
    }

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
    }

.bx-wrapper img {
    max-width: 100%;
    display: block;
    }

.bxslider li {
    text-align: center;
    }

.product-slider .rating {
    position: absolute;
    top: 5px;
    left: 54px;
    }

.product-slider a.quickview {
    margin-top: -8px;
    }

.ie8 .product-slider a.quickview {
    display:none;
    }

#column-right .box-content ul li a.quickview,
#column-left .box-content ul li a.quickview {
    color: white;
    }

.product-slider .name a {
    width: 100%;
    color: #333745;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 8px;
    padding-top: 10px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    }

.product-slider .price {
    display: inline-block;
    font-weight: bold;
    color: #333745;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 7px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 15px;
    border-top: 1px solid #dbdbdb;
    margin: 0 auto;
    }

.product-slider .price-old {
    color: #ea2e49;
    font-size: 13px;
    text-decoration: line-through;
    }

.product-slider .price-new {
    font-weight: bold;
    }

#content .box-product .cart {
    margin-bottom: 15px;
    }

#content .box-product .cart a {
    margin: 0;
    }

.product-slider .price .price-tax {
    display: none;
    }

#column-right .product-slider .sale,
#column-left .product-slider .sale {
    display: block;
    }

.fb_edge_widget_with_comment{
    margin-right:20px;
}

#column-right .paypal-button,
#column-left .paypal-button{
    display:block;
    text-align: center;
    padding-top: 10px;
}

#column-right .paypal-button img,
#column-left .paypal-button img{
    float:none !important;
}

.amazon-button + .clearfix{
    display:none;
}


/******************************
 PHOTO GALLERY
*******************************/

/*Center*/
#content .journal-gallery .box-heading{
    margin-bottom: 14px;
}

.journal-gallery .box-content > div{
    margin-right: -20px;
}

.journal-gallery a{
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 12px;
}

.journal-gallery a img{
   max-width: 143px;
}

@media only screen and (max-width: 980px) {
    .journal-gallery a img{
        max-width: 133px;
    } 
}

@media only screen and (max-width: 760px) {
    .journal-gallery a img{
        max-width: 136px;
    } 
}

@media only screen and (max-width: 470px) {
    .journal-gallery a img{
        max-width: 132px;
    } 
}

/*Side + Center*/


#column-left + #content .journal-gallery a img,
#column-right + #content .journal-gallery a img{
   max-width: 135px;
}


@media only screen and (max-width: 980px) {
    #column-left + #content .journal-gallery a img,
    #column-right + #content .journal-gallery a img{
        max-width: 120px;
    } 
}
@media only screen and (max-width: 760px) {
    #column-left + #content .journal-gallery a img,
    #column-right + #content .journal-gallery a img{
        max-width: 136px;
    } 
}

@media only screen and (max-width: 470px) {
    #column-left + #content .journal-gallery a img,
    #column-right + #content .journal-gallery a img{
        max-width: 132px;
    } 
}


/*Side*/

#column-left .journal-gallery .box-content > div,
#column-right .journal-gallery .box-content > div{
    padding: 12px 0 0 12px;
}

#column-left .journal-gallery a img,
#column-right .journal-gallery a img{
   max-width: 80px;
}

#column-left .journal-gallery a,
#column-right .journal-gallery a{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.video-js{
    background:#333;
}

.custom-blocks-active .rev-fullwidthslider-container .tp-rightarrow{
    right:60px !important;
}

.custom-blocks-active .rev-fullwidthslider-container .tp-leftarrow{
    left:60px !important;
}

/*END*//******************************
 ESSENTIAL STYLES
*******************************/

.sf-menu > li.open {
    display: none;
    }

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 1px 3px -1px rgba(0,0,0,.5);
    box-shadow: 0 1px 3px -1px rgba(0,0,0,.5);
    background-color: white;
    }

.chrome .sf-menu ul {
    -webkit-box-shadow: 0 1px 5px -1px rgba(0,0,0,.5);
    box-shadow: 0 1px 5px -1px rgba(0,0,0,.5);
    }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
    }

.sf-menu ul ul {
    top: 0;
    left: 100%;
    }

.sf-menu li {
    background-color: none;
    white-space: nowrap;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    }

#menu > ul > li ul > li > a {
    padding-right: 22px;
    }

.sf-menu li a span {
    position: relative;
    }

.sf-menu > li > a span {
    display: none;
    }

.sf-menu > li ul span {
    display: block;
    float: right;
    margin-left: 10px;
    position: absolute;
    right: 7px;
    display: inline-block;
    }

.sf-menu > li ul span:before,
.sf-menu > li > a span:before {
    font-family: 'icons';
    content: "1";
    font-size: 11px;
    }

#menu ul.sf-menu a,
#menu ul.sf-menu ul li:hover a {
    text-decoration: none;
    display: block;
    position: relative;
    }

.sf-menu ul li a {
    padding: 13px;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 13px;
    }

.menu-hide {
    display: none !important;
    }

@media only screen and (max-width: 760px) {
.rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border: none;
    border-bottom: 1px solid #333745;
    font-weight: bold;
    }

.rotate-0 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border: none;
    border-left: 1px solid #333745;
    }

.sf-menu li a span {
    display: block;
    width: 39px;
    height: 39px;
    right: 0;
    top: 0;
    position: absolute;
    padding-top: 13px;
    text-align: center;
    border-left: 1px solid #333745;
    }

.sf-menu li a span.rotate-90 {
    border-left: none;
    }

.sf-menu li ul a span {
    border: none;
    background-color: #eee;
    }

.sf-menu li a span.rotate-90,
.sf-menu li ul a span.rotate-90 {
    color: #ea2e49;
    }

.sf-menu ul,
.sf-menu ul ul {
    left: 0;
    position: relative;
    display: block;
    }

.sf-menu > li ul span:before,
.sf-menu > li > a span:before {
    font-size: 13px;
    }

.sf-menu ul li {
    overflow: auto;
    height: auto;
    }

.sf-menu ul li a {
    color: white;
    }

.mobile-nav .open,
.mobile-nav .close {
    display: block;
    height: 40px;
    cursor: pointer;
    font-family: inherit;
    line-height: 2.7;
    font-size: 15px;
    padding-left: 12px;
    text-transform: uppercase;
    color: white;
    }

.sf-menu > li:hover {
    background: none !important;
    }

.sf-menu > li {
    color: white;
    }

/*  #menu{
    display:none;
  }
*/

}

/* SUPERMENU OPERA FIX */
#super-menu > ul {
    position: absolute;
}/******************************
 BLOG MANAGER CUSTOM STYLES
*******************************/

#column-right .blogTags .box-content,
#column-left .blogTags .box-content {
    padding: 10px;
    padding-bottom: 8px;
    }

.blogTags a {
    padding: 2px 4px 3px 4px;
    color: #222;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-size: 13px !important;
    display: inline-block;
    margin-bottom: 4px;
    }

.blogTags a:hover {
    color: white;
    }

.boxPlain .box-content {
    border-top: 1px solid;
    }

#column-right .blogArchives li,
#column-right .blogCategories > ul > li,
#column-left .blogArchives li,
#column-left .blogCategories > ul > li,
.articleBottom li,
#blogCategory li,
.blogSearch .plain li,
.blogSearch .plain {
    background: none;
    padding-left: 0;
    }

.blogSearch .plain li {
    padding: 5px 0;
    }

#column-right .blogArchives ul ul > li > a,
#column-left .blogArchives ul ul > li > a {
    padding-left: 20px;
    }

#column-right .blogArchives ul ul > li > ul > li > a,
#column-left .blogArchives ul ul > li > ul > li > a {
    padding-left: 40px;
    }

#column-right .blogArchives ul ul,
#column-left .blogArchives ul ul {
    margin: 0;
    text-decoration: none;
    }

#column-right .box-content ul li ul,
#column-left .box-content ul li ul {
    padding-top: 0;
    }

#column-right .blogArchives ul ul > li > a:hover,
#column-left .blogArchives ul ul > li > a:hover {
    color: #EA2E49;
    }

.blogModule .image img {
    font-size: 13px;
    padding: 0;
    border: none;
    background-color: transparent;
    }

.blogModule .title {
    padding: 6px 0 2px 0;
    }

.recentComments li {
    font-size: 14px;
    text-indent: 4px;
    }

.recentComments li i {
    font-size: 12px;
    }

.articleContent p {
    margin-bottom: 5px;
    }

.articleContent .readMore {
    float: right;
    }

.blogCatArticles {
    margin-bottom: 40px;
    }

#articleComments {
    border: none;
    }

#commentRespond textarea {
    width: 99%;
    }

.articleBottom #productRelated {
    margin-right: -20px;
    }

#blogCatArticles .articleHeader h3 {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
    }

.articleContent .readMore span.comment a {
    display: inline-block;
    background: url(theme/journal/images/bubble.png) no-repeat left;
    padding-left: 24px;
    min-height: 14px;
    }

.articleContent .readMore span.more a {
    display: inline-block;
    font-weight: bold;
    min-height: 14px;
    }

.articleContent .readMore span a {
    color: #5C8BA6;
    }

.articleBottom h4,
#blogCategory h4 {
    border-top: 1px solid;
    padding-top: 15px;
    margin: 20px 0;
    }

#productRelated h4,
#blogSearch h2 {
    border: none;
    padding: 11px;
    height: 40px;
    }

#blogArticle .articleContent {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding-top: 14px;
    padding-bottom: 8px;
    }

.articleBottom ul,
#blogCategory ul {
    margin: 0;
    }

.articleHeader span,
.articleHeader span a {
    font-size: 12px;
    color: #888;
    }

.blogModule .recentComments .image {
    border: none;
    }

.articleBottom {
    clear: both;
    }

.blogSearch a:hover {
    text-decoration: none;
    }

.commentList .even,
#comments .commentEmpty {
    border: none;
    }

#tab-related-article li {
    width: 33%;
    min-height: 100px;
    }

#tab-related-article .blogTitle {
    font-weight: bold;
    margin-left: 85px;
    }

.commentList li .name a {
    font-weight: bold;
    }

.commentList .odd {
    border: none;
    background: transparent;
    }

#commentRespond .success,
#commentRespond .warning,
#commentRespond .attention,
#commentRespond .information {
    position: relative;
    }
/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(javascript/jquery/ui/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(javascript/jquery/ui/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(javascript/jquery/ui/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.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 { border: 1px solid #fbcb09; background: #fdf5ce url(javascript/jquery/ui/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(javascript/jquery/ui/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(javascript/jquery/ui/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(javascript/jquery/ui/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(javascript/jquery/ui/themes/ui-lightness/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(javascript/jquery/ui/themes/ui-lightness/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(javascript/jquery/ui/themes/ui-lightness/images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(javascript/jquery/ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(javascript/jquery/ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(javascript/jquery/ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(javascript/jquery/ui/themes/ui-lightness/images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(javascript/jquery/ui/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(javascript/jquery/ui/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(javascript/jquery/ui/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
 * jQuery UI Resizable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.16
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }