/*
	{ISSUE_ID=16963606}
	{ISSUE_ID=18160647}
	{ISSUE_ID=13158192}
	{ISSUE_ID=20214711}
*/

/* Reset */
/*#5E1727*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
    margin: 0;
    padding: 0;
    border: 0;
}

a img {
    border: none;
}

a {
    color: #272727;
    font-size: 12px;
    cursor: pointer;
}

a:hover {
    color: #666;
}

a:active {
    outline: none;
}

a:focus, select {
    outline: none;
}

.clear {
    clear: both;
}

p {
    line-height: 1.6em;
    color: #666;
    margin: 5px 0;
}

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

ul {
    list-style: none;
}

th, td {
    padding: 2px;
}

body {
    background: #f4f4f4;
    font-size: 100.01%;
    font-family: 'Open Sans', Helvetica, sans-serif;
}

ul, ol {
    list-style: none;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

textarea:focus, input:focus {
    outline: none;
}

.buttons .right a.colorbox {
    background: none;
    color: #333;
    text-decoration: underline;
    padding: 0;
    text-shadow: none;
}

input[type="button"], label {
    cursor: pointer;
}

header, footer, article, section, nav {
    display: block;
}

body, td, th, input, textarea, select, a {
    font-size: 12px;
}

form {
    padding: 0;
    margin: 0;
    display: inline;
}

input[type='text'], input[type='email'], input[type='password'], textarea {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 6px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
}

input[type='text']:focus, input[type='password']:focus, textarea:focus {
    border: 1px solid #ccc;
}

select {
    background: #fff;
    border: 1px solid #CCCCCC;
    padding: 2px;
}

label {
    cursor: pointer;
}

label.wfix {
    width: 120px;
    display: inline-block;
    text-align: left
}

/* layout */
#container {
    width: 960px;
    margin: 0 auto;
}

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

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

#content {
    min-height: 400px;
    margin-bottom: 25px;
}

#column-left + #column-right + #content, #column-left + #content {
    margin-left: 213px;
}

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

body.home #content, body.home #column-left, body.home #column-right {
    margin-top: 18px;
}

/* Top Bar */
#top {
    position: fixed;
    top: 0;
    background: #321A06 url('../../../img/mini_logo_top.svg') top left no-repeat;
    background-size: 33px 100%;
    background-position-x: -1px;
    line-height: 28px;
    /*border:1px solid #e6e6e6;*/
    border: 0;
    padding: 0 15px 0 52px;;
    margin-bottom: 15px;
    z-index: 10;
    width: 891px;
    color: white;
    font-size: 11px;
}

#top a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
}

#top .menuitm {
    display: inline-block;
    line-height: 28px;
    height: 28px;
    border-right: 1px solid black;
    margin-right: 5px;
    padding-right: 5px;
}

#top p {
    margin: 0;
    line-height: 28px;
}

#top #welcome {
    float: left;
    width: auto;
}

#top .links {
    float: right;
    width: auto;
}

#top .links > li {
    display: block;
    float: left;
    padding-left: 2px;
    border-left: 1px solid black;
    position: relative;
}

#top .links > li:first-child {
    border-left: 0
}

li.phone {
    padding: 0 10px !important;
}

li.phone span {
    background: #ff5555 url('image/phone.png') no-repeat left;
    display: inline-block;
    width: 12px;
    height: 28px;
    float: left;
    margin-right: 8px;
}

#top .links > li.phone a {
    background: none;
    padding: 0;
}

#top .links > li.phone a:hover {
    background: none;
}

#top .links > li > a {
    background: url('image/linksArrow.png') no-repeat right;
    display: block;
    float: left;
    line-height: 28px;
    padding: 0 20px 0 10px;
    text-decoration: none;
}

#top .links li:hover > a {
    background-color: rgba(255, 255, 255, .2);
}

#top .links li > ul {
    position: absolute;
    top: 28px;
    z-index: 1000;
    background: #fff;
    width: 125px;
    border: 1px solid #e6e6e6;
    left: 0px;
    border-top: 0;
    padding: 0;
    display: none;
}

#top .links #currency, #top .links #currency_c {
    top: 28px;
    left: 1px;
}

#top .links li > ul li {
    background: none;
    border-bottom: 1px solid #e6e6e6;
    display: block;
}

#top .links li > ul li a {
    line-height: normal;
    color: #666;
    display: block;
    padding: 6px 10px;
    text-decoration: none;
}

#top .links li > ul li a:hover {
    background: #5E1727;
    color: #fff;
}

#top .links li > ul li a.active {
    font-weight: bold;
}

.desktop_menu {
    display: none;
}

.menu_left {
    float: left;
}

.menu_right {
    float: right;
}

.menu_left li,
.menu_right li {
    display: inline-block;
    padding: 5px 5px;
}

.menu_left li {
    background-color: #9d9d9d;
}

.menu_left li a,
.menu_right li a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
}

.menu_left li:hover a,
.menu_right li:hover a {
    color: #E6D6BB;
}

.menu_right li {
    background-color: #5E1727;
}

/* header */
header {
    background: #fff url('../../../img/header-bg.png') top left repeat-x;
    padding-right: 15px;
    position: relative;
    margin-top: 29px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 840px){
    header{
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }
}
@media screen and (max-width: 385px){
    .szechenyi-logo{
        width: auto;
        height: auto;
    }
}

/* Logo */
h1#logo, #logo {
    float: left;
    width: auto;
}

/* Facebook Twitter */
.hshare {
    background: #fff url('image/boxTopBg.png') repeat-x center;
    border: 1px solid #e6e6e6;
    width: 490px;
    position: absolute;
    top: 25px;
    left: 280px;
    padding: 3px 0 0 3px;
    line-height: 20px;
    height: 26px;
    border-radius: 6px;
}

.hshare span {
    float: left;
    width: auto;
    color: #666;
}

header .fb-like, header .twitter-share-button {
    margin-left: 15px;
    float: left;
    width: auto;
}

header .twitter-share-button {
    width: 95px !important;
}

header .pin-it-button {
    float: left;
    width: auto;
}

.twitter-count-horizontal {
    width: 85px !important;
}

/* Promo Image */
.promo-img {
    float: right;
    border: 5px solid #E6D6BB;
    margin-right: 10px;
    width: auto;
    box-shadow: 2px 2px 2px #DDD;
}

/* Search by categories */
#search-cart {
    background: #E6D6BB;
    padding: 10px 15px;
}

header .searchBox {

    float: right;
    line-height: 34px;

    margin-top: 2px;
    position: relative;
}

header .searchBox input {
    background-color: #F3F3F3;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 10px;
    color: #666;
    font-weight: bold;
    font-size: 12px;
    float: left;
    width: 228px;
    margin-left: 15px;
    border: 0;

}

header .searchBox #magnify-icon {
    position: absolute;
    top: 6px;
    right: 12px;
}

header .searchBox input:focus {
    border: 0;
}

header .searchBox .selectCat {
    background: url('image/search_sep.jpg') no-repeat left;
    float: left;
    width: 170px;
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    color: #666;
    font-weight: bold;
}

.selectCat ul {
    display: none;
}

ul.cat-list {
    width: 187px;
    left: 1px;
    background: #fff;
    position: absolute;
    top: 34px;
    z-index: 1000;
    border: 1px solid #e6e6e6;
}

ul.cat-list li {
    padding: 8px 19px;
    cursor: pointer;
    line-height: normal;
    border-bottom: 1px solid #e6e6e6;
    color: #666;
    font-weight: normal;
    font-size: 13px;
}

ul.cat-list li:hover {
    background: #5E1727;
    color: #fff;
}

span.selected-cat {
    cursor: pointer;
    display: block;
    background: url('image/dropArrow.jpg') no-repeat right;
}

header a#button {
    background: #333 no-repeat top;
    display: block;
    float: left;
    border: 1px solid #282828;
    color: #fff;
    line-height: 34px;
    padding: 0 25px;
    margin-left: 3px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
}

header a#button:hover {
    background-color: #3a3a3a;
    text-shadow: 1px -1px 1px #000;
}

/* Mini Cart */
#cart {
    float: right;
    width: auto;
    background: #5E1727 no-repeat top;
    border-radius: 20px;
    color: #fff;
    line-height: 33px;
    position: relative;
    margin-right: 140px;
    margin-top: 6px;
}

#cart h4 {
    background: url('../../../img/cart.png') no-repeat left;
    padding: 0 15px 0 25px;
    float: left;
    width: auto;
    margin-left: 20px;
    text-shadow: 1px 1px 1px #000;
}

#cart-total {
    padding-right: 20px;
    display: block;
    float: left;
    width: auto;
    text-shadow: 1px 1px 1px #000;
    color: #d6d6d6;
    text-align: right
}

#cart-total span {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.desktop_menu #cart {
    width: auto;
    background: #5E1727 no-repeat top;
    color: #fff;
    position: relative;
    margin: 0;
    line-height: 17px;
    float: none;margin-bottom: -1px;
}

.desktop_menu #cart h4 {
    background: url('../../../img/cart.png') no-repeat left;
    padding: 0 15px 0 15px;
    width: auto;
    text-shadow: 1px 1px 1px #000;
    float: none;
    display: inline-block;
    margin-left: 0;
}

.desktop_menu #cart-total {
    display: inline-block;
    width: auto;
    text-shadow: 1px 1px 1px #000;
    color: #d6d6d6;
    text-align: right;
    padding-right: 10px;
    float: none;
    float: none;
}

.desktop_menu #cart-total span {
    font-size: 10px;
}

.view-cart {
    background: #5E1727 no-repeat top;
    color: #fff;
    border: 1px solid #242424;
    text-decoration: none;
    padding: 3px 8px;
    margin: 0 10px;
    font-size: 10px;
    font-weight: bold;
}

.view-cart:hover {
    background-color: #333;
    color: #fff;
}

#cart.active .content {
    display: block;
}

#cart:hover {
    opacity: 0.8
}

/* Category Navigation */
nav {
    background: #333 no-repeat top;
    height: 47px;
}

.menu2 {
    display: none;
}

#menu {
    padding: 0 15px;
    float: left;
    list-style: none;
    margin: 0;
}

#menu > li {
    position: relative;
    float: left;
    z-index: 20;
}

#menu > li > a {
    font-size: 12px;
    color: #888;
    display: block;
    z-index: 6;
    position: relative;
    text-decoration: none;
    line-height: 47px;
    padding: 0 12px;
    text-shadow: 1px 1px 1px #222;
    font-weight: bold;
}

#menu > li:hover > a {
    background: #333 no-repeat top;
}

#menu > li.parent:hover > a {
    box-shadow: 11px 2px 14px -12px #000;
    -webkit-box-shadow: 11px 2px 14px -12px #000;
    -moz-box-shadow: 11px 2px 14px -12px #000;
}

@-moz-document url-prefix() {
    #menu > li.parent:hover > a {
        box-shadow: 11px 2px 14px -12px #000;
        -webkit-box-shadow: 11px 2px 14px -12px #000;
        -moz-box-shadow: 11px 2px 10px -12px #000;
    }
}

#menu > li > a.active {
    color: #fff;
}

#menu > li > a.home {
    padding-left: 0;
    background: url('image/home-icon.png') no-repeat bottom;
    width: 20px;
    height: 47px;
    text-indent: -9999px;
    overflow: hidden;
    padding-right: 10px;
}

#menu > li > a.home.active {
    background-position: top;
}

#menu > li > a.home:hover {
    background-position: top;
    background-color: none !important;
    box-shadow: none;
}

#menu > li:hover > a {
    color: #fff
}

#menu > li > div {
    display: none;
    background: #FFFFFF;
    position: absolute;
    z-index: 5;
    background: #333;
    box-shadow: 2px -5px 46px -9px #000;
    -webkit-box-shadow: 2px -5px 46px -9px #000;
    -moz-box-shadow: 2px -5px 46px -9px #000;
}

#menu > li:hover > div {
    display: table;
}

#menu > li > div > ul {
    display: table-cell;
}

#menu > li > div > ul > li > a {
    padding: 8px 15px;
}

#menu > li ul + ul {
    padding-left: 20px;
}

#menu > li ul > li > a {
    text-decoration: none;
    padding: 4px;
    color: #666;
    display: block;
    white-space: nowrap;
    min-width: 120px;
}

#menu > li > div > ul > li > a {
    color: #666;
    font-weight: bold;
    text-shadow: 1px 1px 1px #222;
}

#menu > li ul > li > a:hover {
    background: #282828;
    color: #fff;
}

/* Mini Cart */
#cart .content {
    display: none;
    position: absolute;
    top: 34px;
    left: -1px;
    background: #333;
    border: 1px solid #242424;
    z-index: 1000;
    width: 100%;
}

.mini-cart-info {
    padding: 5px 5px 0;
}

.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    line-height: normal;
}

.mini-cart-info table tr {
    background: #fff;
}

.mini-cart-info td {
    color: #666;
    padding: 5px;
    border-bottom: 1px solid #333;
    font-weight: bold;
}

.mini-cart-info td a {
    color: #666;
    font-size: 12px;
}

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

.mini-cart-info .image img {
    border: 1px solid #e6e6e6;
    text-align: left;
}

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

.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 {
    cursor: pointer;
    position: relative;
    top: 4px;
}

.mini-cart-total {
    text-align: right;
    border: 1px solid #282828;
    border-top: 0;
    margin: 0 5px;
}

.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    padding: 10px 21px 0 10px;
}

.mini-cart-total table tr {
    line-height: normal;
}

.mini-cart-total td {
    font-weight: bold;
    padding-bottom: 10px;
    text-align: left;
    color: #333
}

.mini-cart-total td.right {
    text-align: right;
    padding-right: 10px;
    color: #666;
}

#cart .empty {
    padding: 5px 15px;
    color: #333;
    background: #fff;
    margin: 5px;
}

#cart .content ul.checkout {
    padding: 5px 25px 5px
}

#cart .content li.vCart, #cart .content li.checkoutBtn {
    float: right;
}

#cart .content li.vCart a, #cart .content li.checkoutBtn a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    line-height: normal;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

#cart .content li.vCart a:hover, #cart .content li.checkoutBtn a:hover {
    text-decoration: underline;
}

#cart .content ul.checkout {
    float: right;
    width: auto;
}

#cart .content li.vCart a {
    background: #282828;
    margin-right: 10px;
}

#cart .content li.checkoutBtn a {
    background: #5E1727;
}

/* menu */
.breadcrumb {
    background: #fff url('image/breadcrumb.jpg') repeat-x bottom;
    padding: 0 15px;
    line-height: 30px;
    color: #666;
    margin-bottom: 15px;
    border: 1px solid #e6e6e6;
    border-top: 0;
}

.breadcrumb a {
    text-decoration: none;
}

.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    color: #fff;
}

.success {
    background: #82BD6C url('image/success.png') 10px center no-repeat;
}

.warning {
    background: #E25E52 url('image/warning.png') 10px center no-repeat;
}

.attention {
    background: #FFF5CC url('image/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: #5E1727;
    font-weight: bold;
}

.error {
    display: block;
    color: #5E1727;
}

.product_page .error {
    padding: 0 0 15px 15px;
}

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

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

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

table.form > * > * > td {
    color: #000000;
}

table.form td {
    padding: 4px;
}

input.large-field, select.large-field {
    width: 300px;
}

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

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

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

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

table.list tbody td {
    vertical-align: top;
    padding: 0px 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: #F1FFDD;
    cursor: pointer;
}

.pagination {
    padding-top: 8px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.pagination .links {
    text-align: center;
}

.pagination .links a {
    display: inline-block;
    border: 1px solid #EEEEEE;
    padding: 4px 10px;
    text-decoration: none;
    color: #A3A3A3;
}

.pagination .links b {
    display: inline-block;
    border: 1px solid #269BC6;
    padding: 4px 10px;
    font-weight: normal;
    text-decoration: none;
    color: #269BC6;
    background: #FFFFFF;
}

.pagination .results {
    float: right;
    padding-top: 3px;
}

/* button */
a.button, input.button {
    cursor: pointer;
    color: #FFFFFF;
    line-height: 12px;
    font-size: 12px;
    font-weight: bold;
    background: #5E1727 top left repeat-x;
    border: 1px solid #5E1727 !important;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -khtml-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    text-shadow: 1px 1px 1px #333;
}

a.button {
    display: inline-block;
    text-decoration: none;
    padding: 6px 12px 6px 12px;
}

input.button {
    margin: 0;
    border: 0;
    padding: 6px 15px;
}

@-moz-document url-prefix() {
    input.button {
        margin: 0;
        border: 0;
        padding: 3px 15px;
    }
}

a.button:hover, input.button:hover {
    background-position: bottom;
    text-shadow: 1px -1px 1px #333;
}

.buttons {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    overflow: auto;
    padding: 6px;
    margin-bottom: 20px;
}

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

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

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

/* Slideshow */
.slideshow {
    border: 1px solid #e6e6e6;
    border-bottom: 0;
}

.slideNav {
    background: #333;
    margin-bottom: 15px;
    height: 36px;
    position: relative; /*z-index:1000;*/
}

.slideNav li {
    float: left;
}

.slideNav li a {
    display: block;
    line-height: 36px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-weight: bold;
    color: #666;
    text-shadow: 1px -1px 1px #222;
}

.slideNav li a:hover {
    color: #fff
}

.slideNav li.flex-active a {
    background: #5E1727;
    background-image: none;
    color: #fff;
    text-shadow: none;
}

.flex-direction-nav a {
    background: url('image/bg_direction_nav.png') no-repeat 0 0;
}

/* Featured Categories */
.featured-categories ul {
    float: left;
}

.featured-categories > li, .box-product > li {
    padding-right: 9px;
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: top;
}

#column-left .box-product {
    height: 225px !important;
}

.featured-categories > li a {
    display: inline-block;
}

.featured-categories > li img {
    border: 1px solid #e6e6e6;
    border-width: 1px 1px 2px 1px;
}

.featured-categories .parent-cat {
    color: #5E1727;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 5px 0;
}

.featured-categories .parent-cat:hover {
    color: #333;
}

.featured-children li {
    padding-bottom: 0px;
}

.featured-children li a {
    background: url('image/arrowBullet.jpg') no-repeat top left;
    color: #666;
    padding-left: 12px;
    text-decoration: none;
}

.featured-children li a:hover {
    color: #272727;
}

/* Sidebar Featured Categories */
#column-left .featured-cat .box-content {
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
}
/* Facebook iframe css */
#facebook{
    border: none;
    overflow: hidden;
    width: 500px;
    margin: 0 auto;
}
#facebook-text{
    text-align: center;
}


#column-left .featured-categories li {
    position: relative;
    margin: 0;
    width: 100%;
    display: block;
    padding: 0;
    border: 0;
}

#column-left .featured-categories li {
    border-bottom: 1px solid #e6e6e6;
}

#column-left .featured-categories > li a {
    background: none;
    padding: 0 15px;
    line-height: 30px;
    display: block;
    color: #333;
    font-size: 12px;
    font-weight: bold;
}

#column-left .featured-categories li:hover > a {
    background: #5E1727;
    color: #fff;
}

#column-left .featured-categories li > a > img {
    display: none;
}

#column-left .featured-categories li > ul {
    position: absolute;
    top: 0;
    right: -198px;
    z-index: 10000;
    background: #fff;
    width: 100%;
}

#column-left .featured-categories li ul {
    display: none;
}

#column-left .featured-categories li ul li a {
    border: 1px solid #e6e6e6;
    border-width: 0 1px;
}

#column-left .featured-categories li.cat-img a {
    border: 0;
}

#column-left .featured-categories li.cat-img img {
    display: block;
}

#column-left .featured-categories li.cat-img a {
    padding: 15px;
    background: #5E1727;
}

#column-left .featured-categories li.cat-img a:hover {
}

/* Sidebar Module */
#column-left .box-product > li, #column-right .box-product > li {
    padding: 0;
}

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

#column-left .cart, column-right .cart {
    text-align: center;
}

#column-left .box-product .image img, #column-left .box-product .image img {
    border: none;
}

#column-left .box-product .name, #column-left .box-product .price, #column-right .box-product .name, #column-right .box-product .price {
    text-align: center;
}

#column-left .box-product .image a, #column-right .box-product .image a {
    text-align: center;
    display: block;
}

#imageNav {
    text-align: center;
    padding-top: 10px;
}

#imageNav a {
    text-indent: -9999px;
    overflow: hidden;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #c3c3c3;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
}

#imageNav a.activeSlide {
    background: #5E1727;
    border: 1px solid #5E1727;
}

/* Information Content */
.info-content {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-width: 0 1px 2px;
    padding: 15px;
    margin-bottom: 10px;
}

.info-content h2 {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

b {
    color: #333;
}

/* Welcome Module */
.welcome {
    padding: 15px;
    border: 1px solid #e6e6e6;
    border-width: 1px 1px 2px;
    color: #333;
    margin-bottom: 15px;
    background: #fff;
}

.welcome .content {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.welcome .content:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}

.welcome .content img {
    float: right;
    margin: 3px;
    width: 35px;
    height: 35px;
}

/* box */
.box {
    margin-bottom: 15px;
}

.box .box-heading, .box-heading {
    border: 1px solid #e3e3e3;
    background: url('../../../img/box-heading-bg.png') top left repeat-x;
    line-height: 44px;
    color: #333;
    padding: 0 15px;
}

.box .box-heading h2, .box-heading h1, .box-heading h2, .search-heading {
    padding-left: 15px;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}

.box .box-heading h2.centered {
    padding-left: 0px;
    text-align: center;
}

.box .box-content {
    background: #FFFFFF;
    padding: 15px 0;
}

/* box products */
.box-product .image {
    display: block;
    margin-bottom: 0px;
    width: 170px;
}

.box-product .image img {
    border: 1px solid #e6e6e6;
    border-width: 1px 1px 2px 1px;
}

.box-product .name a, .name a {
    color: #272727;
    font-size: 12px;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    font-weight: bold;
}

.box-product .name a:hover, .name a:hover {
    color: #666;
}

.price {
    font-family: "Trebuchet MS"
}

.box-product .price {
    display: block;
    font-size: 12px;
    color: #5E1727;
    font-weight: bold;
    padding-bottom: 5px;
}

.box-product .price-old {
    color: #333;
    text-decoration: line-through;
}

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

.box-product .rating {
    display: block;
    margin-bottom: 4px;
}

.box-product .cart {
}

/* box category */
.box-category {
}

.category-content {
    border: 1px solid #e6e6e6;
    background: #fff;
    border-width: 0 1px 2px 1px;
}

.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.box-category > ul > li > ul {
    padding: 6px 0 12px;
}

.box-category > ul > li > ul li a {
    padding: 0 0 5px 0px;
    color: #666;
}

.box-category > ul > li > ul li a:hover {
    color: #272727;
}

.box-category > ul > li + li {
    border-top: 1px solid #EEEEEE;
}

.box-category > ul > li > a {
    text-decoration: none;
    color: #333;
    padding: 0 15px;
    line-height: 30px;
    display: block;
    font-weight: bold;
    color: #333;
    position: relative;
}

.box-category > ul > li > a span.dropdown {
    width: 10px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    right: 10px;
}

.box-category > ul > li:hover > a, .box-category > ul > li:hover > a.active {
    background: #5E1727;
    color: #fff;
}

.box-category > ul > li:hover > a span.dropdown, .box-category > ul > li:hover > a span.dropdown, .box-category > ul > li a.active span.dropdown {
    background-position: bottom;
}

.box-category > ul > li ul {
    display: none;
}

.box-category > ul > li a.active {
    font-weight: bold;
    background: #E6D6BB;
    color: black;
}

.box-category > ul > li a.active + ul {
    display: block;
}

.box-category > ul > li ul > li {
    padding: 0px 5px 0px 5px;
}

.box-category > ul > li ul > li > a {
    text-decoration: none;
    display: inline;
}

.box-category > ul > li ul > li > a.active {
    font-weight: bold;
}

/* ctags */

.ctags ul {
    padding: 6px 0 12px;
}

.ctags ul li {
    padding: 0px 5px 0px 5px;
}

.ctags ul li a {
    text-decoration: none;
    padding: 0 0 5px 0;
    color: #666;
}

.rest {
    width: 168px;
}

/* content */
#content .content {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
}

#content .content .left {
    float: left;
    width: 49%;
}

#content .content .right {
    float: right;
    width: 49%;
}

/* category */
.category-info {
    overflow: auto;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 15px;
}

.category-info .image {
    float: left;
    padding: 5px;
    margin-right: 15px;
    border: 1px solid #e6e6e6;
}

/* Refine Search */
.refine-search {
    background: url('../../../img/searchbox-bg.png') top left repeat-x;
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 15px
}

.refine-search h2 {
    font-size: 13px;
    color: #666;
    padding-bottom: 5px;
}

.category-list {
    overflow: auto;
}

.category-list ul {
    /*float: left;width: 18%;*/
}

.category-list li {
    padding-bottom: 5px
}

.category-list ul li a {
    text-decoration: none;
    background: url('image/arrowBullet.jpg') no-repeat left;
    padding-left: 12px;
    color: #666;
}

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

/* Category Sort */
.product-filter {
    overflow: auto;
    background: #fff url('image/boxTopBg.png') repeat-x bottom;
    padding: 8px 15px;
    border: 1px solid #e6e6e6;
    border-top: 0;
}

.product-filter .display {
    margin-right: 15px;
    float: left;
    color: #333;
}

.product-filter .display a {
    font-weight: bold;
}

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

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

.product-compare {
    font-weight: bold;
}

.product-compare a {
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    padding-top: 4px;
}

.drop {
    border: 1px solid #e6e6e6;
    width: 75px;
    padding: 0 0 0 8px;
    float: left;
    position: relative;
}

.drop > a {
    text-decoration: none;
    display: block;
    background: url('image/sortArrow.jpg') no-repeat right;
    line-height: 24px;
    display: block;
}

.drop > ul {
    display: none;
    position: absolute;
    left: -1px;
    top: 25px;
    background: #fff;
    text-align: center;
    border: 1px solid #ccc;
    width: 83px;
    border-top: 0;
}

.drop > ul li a {
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0;
    color: #666
}

.drop > ul li a:hover {
    background: #5E1727;
    color: #fff;
}

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

.manufacturer-list.artist {
    width: 166px;
    float: left;
    margin: 5px;
}

.manufacturer-list.artist.first{
    margin-left: 0px;
}

.manufacturer-list.artist.last{
    margin-right: 0px;
}


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

.manufacturer-heading.artist{
    text-overflow: ellipsis;
    width: 150px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.manufacturer-heading.internal{
    background: url('../../../img/box-heading-bg.png') top left repeat-x;
    color: #333;
}

.manufacturer-heading a.artist_url{
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
    text-decoration: none;
    padding: 0px;
    display: block;
}

.manufacturer-content {
    padding: 8px;
}

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

/* product */
.product-list, .noprod {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 15px;
}

.product-list li {
    min-height: 88px
}

.product-list > li {
    /* margin-bottom: 15px; overflow:auto;*/
}

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

.product-list > li + li {
    border-top: 1px solid #e6e6e6;
    padding-top: 16px;
}

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

.product-list .image img {
    padding: 3px;
    border: 1px solid #E7E7E7;
    background: white;
}

.product-list .image img.not-public {
    border: 1px solid #5E1727;
}

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

.product-list .name a {
    font-weight: bold;
    text-decoration: none;
}

.product-list .description {
    line-height: 15px;
    margin-bottom: 5px;
    color: #4D4D4D;
}

.product-list .rating {
    color: #7B7B7B;
}

.product-list .price, .popup .price {
    float: right;
    height: 50px;
    margin-left: 8px;
    text-align: right;
    color: #5E1727;
    font-size: 12px;
    font-weight: bold;
}

.product-list .price-old {
    color: #333;
    text-decoration: line-through;
    font-weight: bold;
}

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

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

.product-list .cart {
    margin-bottom: 3px;
    text-align: right;
}

.product-list .wishlist, .product-list .compare {
    margin-bottom: 3px;
}

.product-list .wishlist a {
    color: #333333;
    text-decoration: none;
    padding-left: 10px;
    display: block;
    background: url('image/arrowBullet.jpg') left center no-repeat;
    text-align: center;
}

.product-list .compare a {
    color: #333333;
    text-decoration: none;
    padding-left: 10px;
    display: block;
    background: url('image/arrowBullet.jpg') left 60% no-repeat;
    text-align: center;
}

.product-grid {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 15px 0 0 15px
}

.product-grid > li {
    width: 168px;
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
    margin-bottom: 15px;
}

#column-left + #column-right + #content .product-grid > div {
    width: 125px;
}

.product-grid .image {
    display: block;
    margin-bottom: 0px;
}

.product-grid .image img {
    border: 1px solid #e6e6e6;
}

.product-grid .name a {
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
}

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

.product-grid .rating {
    display: block;
    margin-bottom: 4px;
}

.product-grid .price {
    display: block;
    font-weight: bold;
    color: #5E1727;
    margin-bottom: 4px;
}

.product-grid .price-old {
    color: #333;
    text-decoration: line-through;
}

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

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

.product-grid .cart {
    margin-bottom: 3px;
}

.product-grid .wishlist, .product-grid .compare {
    margin-bottom: 3px;
}

.product-grid .wishlist a {
    color: #333333;
    text-decoration: none;
    padding-left: 10px;
    display: block;
    background: url('image/arrowBullet.jpg') left center no-repeat;
    margin-top: 5px;
}

.product-grid .compare a {
    color: #333333;
    text-decoration: none;
    padding-left: 10px;
    display: block;
    background: url('image/arrowBullet.jpg') left center no-repeat;
}

/* Product */
.product-info {
    overflow: auto;
    margin-bottom: 20px;
}

.product-info > .left {
    float: left;
    margin-right: 15px;
}

.product-info > .left + .right {
    margin-left: 295px;
}

/* Product tabs */
ul.product-tab {
    background: #fff url('image/boxTopBg.png') repeat-x bottom;
    line-height: 44px;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    float: left;
    width: 100%;
}

@-moz-document url-prefix() {
    ul.product-tab {
        height: 44px;
        float: none;
    }
}

ul.product-tab li {
    float: left;
    width: auto;
}

ul.product-tab li a {
    background: url('image/tabArrow.png') no-repeat bottom left;
    text-decoration: none;
    font-size: 14px;
    color: #a4a4a4;
    font-weight: bold;
    padding: 0 25px 0 30px;
    display: inline-block;
    border-right: 1px solid #e6e6e6;
}

ul.product-tab li a.active {
    background-color: #5E1727;
    background-position: top left;
    color: white;
    position: relative;
    top: 2px;
}

ul.product-tab li a em {
    font-size: 10px;
    font-style: normal;
}

ul.product-tab li a:hover {
    color: #666;
}

.tab-content {
    display: none;
    background: #fff;
    padding: 15px;
    border: 1px solid #e6e6e6;
    overflow: auto;
    margin-bottom: 15px;
}

.tab-content:nth-of-type(1) {
    display: block;
}

@-moz-document url-prefix() {
    .tab-content {
        overflow: inherit;
    }
}

.product-info h1, #description h2.heading {
    font-size: 16px;
    color: #333;
}

#description h2.heading {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

p.short-desc {
    color: #333;
}

.product-info .image {
    border: 1px solid #E7E7E7;
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}

.product-info .image-additional {
    width: 260px;
    margin-left: -10px;
    clear: both;
    overflow: hidden;
}

.product-info .image-additional img {
    border: 1px solid #E7E7E7;
}

.product-info .image-additional a.colorbox {
    float: left;
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
}

.product-info .description {
    margin: 10px 0;
    line-height: 20px;
    color: #4D4D4D;
}

.product-info .description span {
    color: #666;
    font-weight: bold;
}

.product-info .description a {
    color: #4D4D4D;
    text-decoration: none;
}

.product-info .price {
    overflow: auto;
    font-weight: bold;
    color: #5E1727;
    font-family: tahoma, Helvetica, sans-serif
}

.product-info .price-old {
    color: #666;
    text-decoration: line-through;
}

.product-info .price-new {
    color: #5E1727 !important;
}

.product-info .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #999 !important;
}

.product-info .reward {
    font-size: 12px;
    font-weight: normal;
    color: #999;
    display: block;
}

.product-info .share {
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
    margin-top: 10px;
}

.product-info .discount p.heading {
    background: #fff url('image/boxTopBg.png') repeat-x bottom;
    border: 1px solid #e6e6e6;
    padding: 0 15px;
    line-height: 44px;
    font-weight: bold;
    margin: 0;
}

.product-info .discount ul {
    border: 1px solid #e6e6e6;
    border-width: 0 1px 2px;
    padding: 5px 0;
}

.product-info .discount ul li {
    padding: 5px 15px;
    color: #666;
}

.product-info .discount ul li span {
    font-weight: bold;
}

.product-info .discount ul li span.dPrice {
    color: #5E1727;
}

.product-info .options {
    color: #666;
    margin-top: 15px;
}

.options h2, h2#review-title {
    background: #5E1727 url('image/boxTopBg.png') no-repeat left;
    font-size: 14px;
    border-width: 1px 0 1px 0;
    margin-top: 10px;
    line-height: 44px;
    font-weight: bold;
    margin: 0;
    border: 1px solid #e6e6e6;
    padding-left: 30px;
}

.prod-options {
    border: 1px solid #e6e6e6;
    border-top: 0;
    border-bottom: 0;
    padding-top: 15px;
}

.option {
    padding: 0 15px 15px;
}

.option p {
    float: left;
    width: 160px;
    text-align: left;
    margin: 0;
}

.option input {
    margin: 0;
}

.option .radio, .option .checkbox {
    float: left;
    width: auto;
    line-height: 20px;
}

.product-info .right .cart {
    border: 1px solid #e6e6e6;
    padding: 15px;
    background: #fff url('image/boxTopBg.png') repeat-x bottom;
}

.product-info .right .cart div a {
    padding-top: 5px;
    display: inline-block;
}

.product-info .right .cart input {
    border: 1px solid #ccc;
}

.review-form {
    padding: 15px;
    border: 1px solid #e6e6e6;
    border-top: 0;
}

.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;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}

.product-info .cart {
    padding: 0;
    margin-bottom: 20px;
    color: #4D4D4D;
    overflow: auto;
}

.product-info .cart div {
    float: left;
    vertical-align: middle;
}

.product-info .cart div > span {
    padding-top: 12px;
    display: block;
    color: #999;
}

.product-info .cart div > a.wishlist, .product-info .cart div > a.compare {
    padding-top: 4px;
    display: inline-block;
}

.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
    color: #999;
    clear: both;
}

.product-info .review {
    color: #4D4D4D;
    margin-bottom: 10px;
}

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

.product-info .review > div {
    padding: 8px 0;
    border-bottom: 1px solid #E7E7E7;
}

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

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

.review-list .author {
    float: left;
    margin-bottom: 20px;
}

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

.review-list .text {
    clear: both;
}

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

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

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

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

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

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

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

.compare-info td {
    padding: 7px;
    width: 20%;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

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

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

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

/* wishlist */
.wishlist-info table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

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

.wishlist-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}

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

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

.wishlist-info tbody .image img {
    border: 1px solid #DDD;
}

.wishlist-info tbody .image {
    text-align: center;
}

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

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

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

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

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

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

.order-detail {
    background: #EFEFEF;
    font-weight: 700;
}

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

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

.return-captcha {
    float: left;
}

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

.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action, .wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action, .order-list .order-info, .return-list .return-info, .download-list .download-info {
    text-align: right;
}

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

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

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

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

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

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

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

/* cart */
.cart-info table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.cart-info td {
    padding: 7px;
}

.cart-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background: url('image/boxTopBg.png') repeat-x;
    border-bottom: 1px solid #e6e6e6;
}

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

.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 {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}

.cart-info tbody .image img {
    border: 1px solid #DDDDDD;
}

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

.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 {
    background: url('image/boxTopBg.png') repeat-x bottom;
    border: 1px solid #e6e6e6;
    overflow: auto;
    padding: 15px;
    margin-bottom: 15px;
    float: right;
    width: auto;
}

.cart-total table {
    float: right;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.cart-total td {
    padding: 3px;
    text-align: right;
    font-size: 16px;
    color: #333;
    font-family: "Trebuchet MS";
}

.cart-total .right .button {
    float: right;
    width: auto;
    margin-top: 15px;
}

.cart-extra {
    float: left;
    width: 72%;
}

.cart-extra h2 {
    background: url('image/boxTopBg.png') repeat-x;
    border: 1px solid #e6e6e6;
    line-height: 34px;
    padding: 0 15px;
    margin: 0;
    border-bottom: 0;
}

body.shopping_cart .buttons .center {
    text-align: left;
}

/* checkout */
.checkout-heading {
    background: url('image/boxTopBg.png') repeat-x bottom;
    border: 1px solid #e6e6e6;
    padding: 8px;
    font-weight: bold;
    font-size: 13px;
    color: #555555;
}

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

.checkout-content {
    padding: 15px;
    border: 1px solid #e6e6e6;
    border-top: 0;
    border-bottom: 0;
    display: none;
    overflow: auto;
}

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

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

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

.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

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

.checkout-product thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}

.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;
    border-bottom: 1px solid #DDDDDD;
}

.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 #DDDDDD;
}

.contact-info {
    overflow: auto;
}

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

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

.sitemap-info {
    overflow: auto;
    margin-bottom: 40px;
}

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

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

/* footer */
#footer {
    clear: both;
    overflow: auto;
    min-height: 100px;
    padding: 20px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

#footer .footer-image {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#footer .footer-image li {
    display: inline-block;
    width: 302px;
    border-right: 1px solid #e6e6e6;
}

#footer .footer-image li img {
    display: block;
    margin: 0 auto;
}

#footer .footer-image li:last-child {
    border: none;
}

#footer h3 {
    color: #555;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 8px;
}

#footer .column {
    float: left;
    width: 20%;
    min-height: 100px;
}

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

#footer .column ul li {
    margin-bottom: 3px;
    color: #666;
    padding-bottom: 4px;
}

#footer .column a {
    text-decoration: none;
    color: #666;
    display: block;
}

#footer .column a:hover {
    text-decoration: underline;
}

#powered {

    background: #321A06;
    color: #999;
    clear: both;
    padding: 10px 20px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

#powered a {
    color: #fff;
}

#powered p {

    text-align: center;
}

#powered .credits {
    float: right;
    width: auto;
}

/* banner */
.banner {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-width: 1px 1px 2px;
    padding: 15px;
}

.banner div {
    text-align: center;
    width: 100%;
}

.banner div img {
    margin-bottom: 8px;
}

@media screen and (max-width: 320px) {
    #container {
        width: 100%;
    }

    #top {
        margin: 0;
        border-bottom: 0;
    }

    #welcome, .promo-img {
        display: none;
    }

    #menu-bottom-container {
        display: none;
    }

    #top .links {
        float: left;
    }

    h1#logo, #logo {
        float: none;
        text-align: center;
    }

    #search-cart .searchBox {
        width: 175px;
        margin-bottom: 3px;
    }

    #cart {
        float: none;
        clear: both;
        margin-top: 3px;
    }

    #cart h4 {
        width: 0;
        padding: 0 5px 0 25px;
        text-indent: -9999px;
        overflow: hidden;
    }

    #cart-total {
        padding-left: 22px;
    }

    .slideshow {
        display: none;
    }

    .box .box-content {
        padding: 5px;
    }

    .featured-categories > li, .box-product > li, .box-product .image {
        width: 142px;
    }

    .featured-children li {
        padding-right: 15px;
        float: left;
        padding-bottom: 8px;
    }

    .featured-categories li a:first-child {
        width: 105px;
    }

    #search-cart .searchBox input {
        width: 160px;
    }

    #search-cart .searchBox .selectCat, .hshare, #column-left, #column-right, .slideNav, nav {
        display: none;
    }

    .menu2 {
        background: #333 no-repeat top;
        height: 47px;
        display: block;
    }

    .menu2 .mainCat ul {
        display: none;
    }

    .menu2 .mainCat {
        position: relative;
    }

    .menu2 .mainCat ul {
        position: absolute;
        top: 47px;
        background: #fff;
        z-index: 1000;
        width: 100%;
    }

    .menu2 .mainCat ul li a {
        border-bottom: 1px solid #e6e6e6;
    }

    .menu2 .mainCat ul li a:hover {
        background: #5E1727;
        color: #fff;
    }

    .menu2 .mainCat a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        display: block;
        line-height: 47px;
        color: #666;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
    }

    .menu2 .mainCat a span {
        background: url('image/linksArrow.png') no-repeat right;
        display: inline-block;
        text-indent: -9999px;
        overflow: hidden;
        padding-left: 10px;
        width: 15px;
    }

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

    .featured-categories > li, .box-product > li {
        padding-right: 0;
    }

    .featured-categories > li {
        width: 100%;
    }

    .featured-categories > li > a {
        margin-right: 8px;
        float: left;
    }

    .featured-categories li a.parent-cat {
        float: none;
        display: inline-block;
        padding-bottom: 5px;
    }

    .featured-categories ul {
        float: none;
    }

    .box .box-content {
        border: 0;
    }

    #footer {
        padding: 8px;
    }

    .footer-image {
        display: none;
    }

    #footer .column:last-child {
        display: none;
    }

    #footer .column {
        width: 100%;
    }

    #footer .column ul li {
        float: left;
        padding-right: 8px;
    }

    #footer .column {
        min-height: 54px;
    }

    img {
        max-width: 100%;
    }

    .product-grid > li {
        width: 136px;
    }

    ul.product-tab {
        border: 0;
    }

    .breadcrumb {
        margin-bottom: 0;
    }

    .cart-extra {
        width: 100%;
    }

    #column-right + #content {
        margin-right: 0;
    }

    #content {
        margin: 0;
        min-height: 1px;
    }

    .info-content {
        margin: 0;
        border: 0;
    }

    .product_page .option textarea {
        width: 125px;
    }

    ul.product-tab li a {
        border-right: 0;
        font-size: 11px;
        padding: 0 9px 0 26px;
    }

    #top .links > li.lang, #top .links > li.curr {
        /*display:none;*/
    }

    .product-info > .left {
        float: none;
        margin: 0;
    }

    .product-info .image {
        margin: 0 0 10px;
    }

    .product-info .image-additional {
        clear: none;
        float: none;
        width: 260px;
    }

    .product-info > .left + .right {
        clear: both;
        margin: 0
    }

    input.large-field, select.large-field {
        width: 182px;
    }

    #powered .credits {
        float: left;
    }

}

@media screen and (max-width: 730px) {
    #social-spans {
        display: none !important;
    }

    li.curr .curr-text {
        display: none !important;
    }

    header .searchBox {
        width: 100%;
        margin-top: 8px;
        text-align: center;
        position: relative;
    }

    header .searchBox input {
        float: none;
    }

    header .searchBox #magnify-icon {
        position: relative;
        top: 0px;
        right: 24px;
    }

    .web_article {
        display: none;
    }

    .web_article.wa0, .web_article.wa1 {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .hide-under-640 {
        display: none;
    }
}

@media screen and (min-width: 641px) {
    .hide-above-640 {
        display: none;
    }
}

@media screen and (max-width: 730px) and (min-width: 320px) {

    .hide-on-mobile {
        display: none;
    }

    #container {
        width: 100%;
    }

    #top {
        margin: 0;
        border-bottom: 0;
    }

    #welcome, .promo-img {
        display: none;
    }

    #top .links {
        float: left;
    }

    h1#logo, #logo {
        float: none;
        text-align: center;
    }

    #search-cart .searchBox {
        width: 335px;
        margin-bottom: 3px;
    }

    #menu-bottom-container {
        display: none;
    }

    #cart {
        float: right;
        margin-right: 50%;
        left: 72px;
        clear: both;
        margin-top: 5px;
    }

    /*#cart h4 {
        width: 172px;
    }*/

    #cart-total {
        padding-left: 63px;
    }

    .slideshow {
        display: none;
    }

    .box .box-content {
        padding: 5px;
    }

    .featured-categories > li, .box-product > li, .box-product .image {
        width: 142px;
    }

    .featured-children li {
        padding-right: 15px;
        float: left;
        padding-bottom: 8px;
    }

    #search-cart .searchBox input {
        width: 321px;
    }

    #search-cart .searchBox .selectCat, .hshare, #column-left, #column-right, .slideNav, nav {
        display: none;
    }

    .menu2 {
        background: #333 no-repeat top;
        height: 40px;
        display: block;
        margin-top: -12px;
    }

    .menu2 .mainCat ul {
        display: none;
    }

    .menu2 .mainCat {
        position: relative;
        top: 8px
    }

    .menu2 .mainCat ul {
        position: absolute;
        top: 47px;
        background: #fff;
        z-index: 1000;
        width: 100%;
    }

    .menu2 .mainCat ul li a {
        border-bottom: 1px solid #e6e6e6;
    }

    .menu2 .mainCat ul li a:hover {
        background: #5E1727;
        color: #fff;
    }

    .menu2 .mainCat a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        display: block;
        margin-top: 13px;
        color: #666;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
    }

    .menu2 .mainCat a span {
        background: url('image/linksArrow.png') no-repeat right;
        display: inline-block;
        text-indent: -9999px;
        overflow: hidden;
        padding-left: 10px;
        width: 15px;
        position: relative;
        top: 3px;
    }

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

    .featured-categories > li, .box-product > li {
        padding-right: 0;
    }

    .featured-categories > li {
        width: 100%;
    }

    .featured-categories > li > a {
        margin-right: 8px;
        float: left;
    }

    .featured-categories li a.parent-cat {
        float: none;
        display: inline-block;
        padding-bottom: 5px;
    }

    .featured-categories ul {
        float: none;
    }

    .box .box-content {
        border: 0;
    }

    .footer-image {
        display: none;
    }

    #footer .column:last-child {
        display: none;
    }

    #footer .column {
        width: 25%;
    }

    .nomargin {
        margin-bottom: 0;
    }

    img {
        max-width: 100%;
    }

    .product-grid > li {
        width: 136px;
    }

    ul.product-tab {
        border: 0;
    }

    .breadcrumb {
        margin-bottom: 0;
    }

    .cart-extra {
        width: 100%;
    }

    #column-right + #content {
        margin-right: 0;
    }

    #content {
        margin: 0;
        min-height: 1px;
    }

    .info-content {
        margin: 0;
        border: 0;
    }

    .product_page .option textarea {
        width: 125px;
    }

    ul.product-tab li a {
        border-right: 0;
        font-size: 12px;
        padding: 0 18px 0 28px;
    }

    .product-info > .left {
        float: none;
        margin: 0;
    }

    .product-info .image-additional {
        clear: none;
        float: right;
        width: 175px;
    }

    .product-info > .left + .right {
        clear: both;
        margin: 0
    }

    input.large-field, select.large-field {
        width: 182px;
    }

}

@media screen and (min-width: 960px) {
    .hide-on-computer {
        display: none;
    }
}

@media screen and (min-width: 731px) and (max-width: 959px) {
    .hide-on-tablet {
        display: none;
    }
}

@media screen and (max-width: 959px) and (min-width: 480px) {

    #container {
        width: 100%;
    }

    #top {
        margin: 0;
        border-bottom: 0;
        width: 100%
    }

    #search-cart .searchBox {
        /*width:302px;*/
    }

    #search-cart .searchBox input {
        width: 258px;
    }

    #search-cart .searchBox .selectCat, .hshare, #column-left, #column-right, .slideNav, nav {
        display: none;
    }

    #menu-bottom-container {
        display: none;
    }

    .refine-search {
        display: none;
    }

    #hidelink {
        display: none;
    }

    #select_logical {
        display: none;
    }

    .menu2 {
        background: #333 no-repeat top;
        height: 47px;
        display: block;
        margin-top: -12px;
    }

    .menu2 .mainCat ul {
        display: none;
    }

    .menu2 .mainCat {
        position: relative;
        top: -17px;
    }

    .menu2 .mainCat ul {
        position: absolute;
        top: 47px;
        background: #fff;
        z-index: 1000;
        width: 100%;
    }

    .menu2 .mainCat ul li a {
        border-bottom: 1px solid #e6e6e6;
    }

    .menu2 .mainCat ul li a:hover {
        background: #5E1727;
        color: #fff;
    }

    .menu2 .mainCat a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        display: block;
        line-height: 47px;
        color: #666;
        text-align: cent er;
        font-weight: bold;
        text-transform: uppercase;
    }

    .menu2 .mainCat a span {
        background: url('image/linksArrow.png') no-repeat right;
        display: inline-block;
        text-indent: -9999px;
        overflow: hidden;
        padding-left: 10px;
        width: 15px;
        position: relative;
        top: 17px;
    }

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

    .featured-categories > li, .box-product > li {
        padding-right: 6px;
    }

    .box .box-content {
        border: 0;
    }

    #footer .footer-image li {
        width: 227px;
    }

    img {
        max-width: 100%;
    }

    .product-grid > li {
        width: 167px;
    }

    ul.product-tab {
        border: 0;
    }

    .breadcrumb {
        margin-bottom: 0;
    }

    .cart-extra {
        width: 100%;
    }

    #column-right + #content {
        margin-right: 0;
    }

    #content {
        margin: 0;
        min-height: 1px;
    }

    .info-content {
        margin: 0;
        border: 0;
    }

}

@media screen and (min-width: 850px) {
    .desktop_menu {
        display: block;
        position: fixed;
        top: 30px;
        max-width: 958px;
        width: 100%;
        z-index: 5;
    }

    #top .links > li > a#res_login.inlogin {
        background: none;
        background-color: #5E1727;
        padding-right: 10px;
    }

    .mobil_menu ul,
    .cart_mobil {
        display: none !important;
    }

    header.inlogin {
        margin-top: 58px;
    }

}

#menu-bottom-container {
    background: #E6D6BB url('../../../img/menu-bottom-container-bg.png') top center no-repeat;
    border-bottom: 4px solid #CCC;
    text-align: justify;
    padding-top: 10px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    position: relative;
    height: 104px;
}

#menu-bottom-container .menu-bottom-item {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
}

#menu-bottom-container #kisfelkor {
    position: absolute;
    top: 114px;
    right: 0px;
    height: 16px;
    width: 16px;
}

#menu-bottom-container #kisfelkor a {
    display: block;
    font-size: 18px;
    text-decoration: none;
}

#menu-bottom-container.closed .img_container {
    display: none;
}

#menu-bottom-container.closed {
    height: 24px;
}

#menu-bottom-container.closed #kisfelkor {
    top: 34px;
}

#menu-bottom-container.closed .label_container.active, #menu-bottom-container.closed .label_container:hover {
    background-color: #5E1727;
    color: #e6d6bb;
    padding: 2px;

}

.menu-bottom-item .img_container {
    min-height: 80px;
}

.menu-bottom-item .label_container {
    font-family: 'Roboto Condensed';
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    color: #5E1727;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.input-mini {
    width: 50px;
}

thead th {
    background-color: #333;
    color: white;
    font-weight: bold;
}

.leftfloat {
    border: 1px solid #e6e6e6;
    border-width: 1px 1px 2px 1px;
    margin: 10px;
    float: left;
}

.pager {
    margin: 10px 0 10px 0;
    text-align: center;
}

.pager a {
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    padding: 5px;
    text-align: center;
}

.pager a.active {
    color: #EEE;
    background: #5D1626;
}

ul.double {
    /* width:450px;
  margin-bottom:20px;
  overflow:hidden;*/
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-width: 125px;
    -webkit-column-width: 125px;
    -moz-column-width: 125px;
}

.double li {
}

.triple li {
    width: 33.333%;
}

.quad li {
    width: 25%;
}

.six li {
    width: 16.666%;
}

.item_row .item_cell {
    display: inline-block;
}

.w50 {
    width: 50px;
}

.w100 {
    width: 100px;
}

.w150 {
    width: 150px;
}

.grey {
    color: #4D4D4D;
}

.product-list li {
    position: relative;
}

.product-list .image .bigimg {
    position: absolute;
    display: none;
    left: 90px;
    bottom: 90px;
}

.product-inline {
    width: 95px;
    min-height: 140px;
    margin: 5px 10px;
    display: inline-block;
    border: 1px solid #eee;
    vertical-align: top;
}

.product-inline img {
    margin: 10px;
    width: 75px;
    height: 75px;
}

.product-inline .name {
    text-align: center;

}

.box.leftmargin {
    margin-left: 25px;
}

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

#slider-code2 {
    height: 110px;
    overflow: hidden;
    position: relative;
}

#slider-code2 .viewport {
    float: left;
    width: 260px;
    height: 90px;
    overflow: hidden;
    position: relative;
}

#slider-code2 .buttons {
    background: 0;
    border: 0;
    padding: 0;
    margin-top: 0;
}

#slider-code2 .buttons.prev {
    position: absolute;
    top: 90px;
    left: 10px;
}

#slider-code2 .buttons.next {
    position: absolute;
    top: 90px;
    right: 0px;
}

#slider-code2 .disable {
    visibility: hidden;
}

#slider-code2 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
}

#slider-code2 .overview li {
    float: left;
    margin: 0 0 0 0;
    padding: 1px;
    height: 85px;
    border: 0px;
    width: 85px;
}

#slider-code {
    height: 178px;
    overflow: hidden;
    position: relative;
}

#slider-code .viewport {
    float: left;
    width: 632px;
    height: 160px;
    overflow: hidden;
    position: relative;
}

#slider-code .buttons {
    background: 0;
    border: 0;
    padding: 0;
    margin: 0;
}

#slider-code .buttons.prev {
    position: absolute;
    top: 155px;
    left: 10px;
}

#slider-code .buttons.next {
    position: absolute;
    top: 155px;
    right: 10px;
}

#slider-code .disable {
    visibility: hidden;
}

#slider-code .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
}

#slider-code .overview li {
    float: left;
    margin: 0 7px 0 0;
    padding: 1px;
    height: 130px;
    border: 1px solid #dcdcdc;
    width: 95px;
}

.slider-codeV {
    width: 170px;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
}

.slider-codeV .viewport {
    float: left;
    height: 414px;
    width: 170px;
    overflow: hidden;
    position: relative;
}

.slider-codeV .buttons {
    background: 0;
    border: 0;
    padding: 0;
    margin: 0;
}

.slider-codeV .buttons.prev {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 170px;
    text-align: center
}

.slider-codeV .buttons.next {
    position: absolute;
    top: 424px;
    left: 0px;
    width: 170px;
    text-align: center
}

.slider-codeV .buttons {
    color: #5E1727;
    text-decoration: none;
    font-size: 14px;
}

.slider-codeV .disable {
    visibility: hidden;
}

.slider-codeV .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.slider-codeV .overview li {
    margin-bottom: 10px;
    padding: 0;
    width: 170px;
}

/*.fourcolumn {
    -moz-column-count: 3; !* Firefox *!
    -webkit-column-count: 3; !* Safari and Chrome *!
    column-count: 3;
}

.res_news {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
}*/

.stock {
    padding: 3px;
    color: white;
}

.stock.OUT {
    background-color: #5E1728;
}

.stock.LOW {
    background-color: #FF8F00;
}

.stock.STO {
    background-color: #175E4E;
}

.stock_circle {
    font-size: 14px;
}

.stock_circle.OUT {
    color: #5E1728;
}

.stock_circle.LOW {
    color: #FF8F00;
}

.stock_circle.STO {
    color: #175E4E;
}

.tooltip {
    cursor: help;
    text-decoration: none;
    position: relative;
}

.tooltip span {
    margin-left: -999em;
    position: absolute;
}

.tooltip:hover span {
    position: absolute;
    left: 1em;
    top: 1em;
    z-index: 99;
    margin-left: 0;
    width: 250px;
}

.tooltip:hover img {
    border: 0;
    margin: -10px 0 0 -55px;
    float: left;
    position: absolute;
}

.tooltip:hover em {
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    padding: 0.2em 0 0.6em 0;
}

.classic {
    padding: 0.8em 1em;
}

.custom {
    padding: 0.5em 0.8em 0.8em 2em;
}

* html a:hover {
    background: transparent;
}

.classic {
    background: #FFFFAA;
    border: 1px solid #FFAD33;
}

.critical {
    background: #FFCCAA;
    border: 1px solid #FF3334;
}

.help {
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
}

.info {
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
}

.warning {
    background: #FFFFAA;
    border: 1px solid #FFAD33;
}

.search_hidetoggle {
    text-align: center;
    margin: 2px 0px 10px 0;
}

.search_hidetoggle a {
    text-decoration: none;
    position: relative;
    background-color: #321A06;
    color: white;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 10px;
    padding: 4px;
}

.logindialog {
    border-radius: 0 !important;
    border-top: 0 !important;
}

.logindialog .ui-dialog-title {
    font-weight: normal;
}

.logindialog .ui-dialog-titlebar {
    border: 0;
    background: none;
}

.bnn {
    position: relative;
    overflow: auto;
    width: 745px;
    height: 310px;
    margin-bottom: 15px;
}

.bnn li {
    list-style: none;
}

.bnn ul li {
    float: left;
}

.bnn ul li img {
    width: 745px;
    height: 310px;
}

.bnn .btn {
    display: inline-block;
    margin: 25px 0 0;
    padding: 9px 22px 7px;
    clear: both;

    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;

    border: 2px solid rgba(255, 255, 255, .4);
    border-radius: 5px;
}

.bnn .btn:hover {
    background: rgba(255, 255, 255, .05);
}

.bnn .btn:active {
    -webkit-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
    -moz-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
    -ms-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
    -o-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
    filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
}

.bnn .btn, .bnn .dot {
    -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    -moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    -ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    -o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
}

.bnn .dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 20px;
}

.bnn .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;

    text-indent: -999em;

    border: 2px solid #fff;
    border-radius: 6px;

    cursor: pointer;
    opacity: .4;

    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

.bnn .dots li.active {
    background: #fff;
    opacity: 1;
}

.unslider-arrow {
    position: absolute;
    font-size: 40px;
    color: rgba(255, 255, 255, .5);
    top: 125px;
    text-decoration: none;
    display: none;
}

.unslider-arrow:hover {
    color: rgba(255, 255, 255, .5);
}

.bnn:hover > .unslider-arrow {
    display: block;
}

.unslider-arrow.prev {
    left: 10px;
}

.unslider-arrow.next {
    right: 10px;
}

.popuplayer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
}

.popup {
    position: fixed;
}

.box-footer {
    clear: both;
    border-top: 1px solid #CCC;
    padding-top: 10px;
}

.greygradient {
    background: #d2d2d2; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyZDJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMGMwYzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #d2d2d2 0%, #c0c0c0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2d2d2), color-stop(100%, #c0c0c0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d2d2d2 0%, #c0c0c0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d2d2d2 0%, #c0c0c0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d2d2d2 0%, #c0c0c0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d2d2d2 0%, #c0c0c0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2d2d2', endColorstr='#c0c0c0', GradientType=0); /* IE6-8 */
}

.greyfilterbox {
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 100%
}

.greyfilterbox span {
    display: inline-block;
    width: 10px;
}

.message-body a {
    color: white;
    text-decoration: none;
}

.message-body small {
    color: #aaa;
}

.message-box.alternate div.message-body div.thumb {
    margin-bottom: 50px !important;
}

.message-box.alternate div.message-body div.thumb img {
    width: 50px;
    height: 50px;
}

a.fb-link {
    color: white;
    display: block;
    padding: 8px;
    width: 100%;
    text-align: center;
    background-color: #45619D;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.fb-link-wrapper {
    margin: 15px;
}

div.message-box div.message-body div.thumb img {
    width: 48px;
    height: 48px;
}

.notifier-box.szabadsag {
    top: 10px;
}

.notifier-box.szabadsag div.thumb {
    display: none;
}

#product_list img.thumbnail{
    width: 48px;
}

@media (max-width: 827px) {
    #ostock_r_table_wrapper {
        overflow-x: scroll;
    }

    #ostock_r_table_wrapper .dataTable td:nth-child(2) {
        white-space: normal!important;
    }
}

.interface-wrapper{
    padding: 10px 0px;
}

.interface-wrapper select{
    width: 100%;
    display: block;
    height: 200px;
}

.interface-wrapper textarea{
    width: 925px;
    height: 40px;
    background: grey;
}

.interface-wrapper input[type='submit'] {
    background: #5f1428;
    color: white;
    border: 0 none;
    height: 26px;
    min-width: 80px;
    border-radius: 5px;
}


.clr{
    display: block;
    width: auto;
    height: 0;
    clear: both;
}

.artistfilterwarpper{
    background: #efefef;
    background: -moz-linear-gradient(top,  #efefef 0%, #dbdbdb 100%);
    background: -webkit-linear-gradient(top,  #efefef 0%,#dbdbdb 100%);
    background: linear-gradient(to bottom,  #efefef 0%,#dbdbdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dbdbdb',GradientType=0 );
    padding: 1px;
    display: table;
    width: 100%;
}

p.newmusicanwrapper{
    margin: -37px 0 0 0;
    text-align: right;
    line-height: 27px;
}

p.newmusicanwrapper a,
p.newmusicanwrapper a:hover{
    color: #000000;
    border-bottom: 2px solid #a3a3a3;
    text-decoration: none;
}

.artistfilter{
    height: 43px;
    background: #d2d2d2;
    background: -moz-linear-gradient(top,  #d2d2d2 0%, #c0c0c0 100%);
    background: -webkit-linear-gradient(top,  #d2d2d2 0%,#c0c0c0 100%);
    background: linear-gradient(to bottom,  #d2d2d2 0%,#c0c0c0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#c0c0c0',GradientType=0 );
    display: table-row;
    width: 100%;
}


.artistfilter input[type='text']{
    margin: 0cm !important;
    width: 200px;
}

.artistfilter .left,
.artistfilter .right{
    display: table-cell;
    padding: 0px 15px;
    line-height: 28px;
    font-weight: bold;
    vertical-align: middle;
}

.artistfilter .left{
    text-align: left;
	width: 60%;
}

.artistfilter .right{
    text-align: right;
	width: 40%;
}

.artistfilter input[type='submit']{
    background: #5f1428;
    color: white;
    border: 0 none;
    height: 26px;
    width: 80px;
    border-radius: 5px;
}

.artistfilter select{
    /*float: right;*/
    height: 26px;
    width: 150px;
    border-radius: 5px;
}

#addartist label{
    display: inline-block;
    width: 200px;
    text-align: right;

}

#addartist label:after{
    content: ": ";
}

#addartist input[type='text'],
#addartist input[type='email'],
#addartist input[type='url'],
#addartist input[type='file']{
    display: inline-block;
    width: 710px;
}

#addartist input[type='file'],
#addartist input[type='url']
{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    padding: 6px;
}

#addartist div.row{
    margin: 3px 0px;
}

#addartist div.right{
    text-align: right;
}

#addartist input[type='submit']{
    background: #5f1428;
    color: white;
    border: 0 none;
    height: 26px;
    width: 80px;
    border-radius: 5px;
}

#addartist p.small{
    font-size: 10px;

}

#addartist .red{
    color: #ff2222;
    padding-left: 205px;
    font-weight: bold;
}

/*
#resellers_brands {
    position: relative;
}

#resellers_brands .right {
    position: absolute;
    right: 0;
    top: -20px;
}

#resellers_brands .right img {
    height: 15px;
}*/

#resellers_brands div.left,
#resellers_brands div.right{
    width: 50%;
    float: left;
}

#resellers_brands div.right{
    text-align: right;
}

a.notselected img{
    opacity: 0.2;
    height: 50px;
}

a.selected img{
    height: 50px;
}

a.flag{
    margin: 13px 0 !important;
    display: inline-block;
}

a.flag img{
    height: 24px;
}

#resellers tr td span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.index-link-div{
    width: 100%;
    text-align: center;
}
.index-link{
    text-transform: uppercase;
    text-align: center;
}

.news_list_contaniner {
    float: left;
    background: #FFFFFF;
    margin: 0 -10px;
    width: 100%;
    padding: 0 0 10px 20px;
}
.cart-attention{
    padding: 20px 0 20px 0;
}
.cart-attention strong{
    display: inline-block;
    font-size: 14px;
    margin-bottom: 15px;
}

@media (min-width: 660px) {
    .news_list li {
        float: left;
        display: inline-block;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .news_list li {
        float: left;
        display: inline-block;
        width: 33%;
    }
}
/*  B2B Point */
.badge {
    height: 30px;
    width: 30px;
    display: inline;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: red;
  
    padding: 4px;
    color: white;
}
.b2b_point{
    color: red;
    font-weight: bold;
}
.b2b_point_cont{
    display: inline-block;
}