/**
* Signika font
*/
@font-face {
    font-family: 'Signika';
    src: url('/fonts/Signika-Regular-webfont.eot');
    src: url('/fonts/Signika-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Signika-Regular-webfont.woff') format('woff'),
        url('/fonts/Signika-Regular-webfont.ttf') format('truetype'),
        url('/fonts/Signika-Regular-webfont.svg#SignikaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SignikaSemibold';
    src: url('/fonts/Signika-Semibold-webfont.eot');
    src: url('/fonts/Signika-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Signika-Semibold-webfont.woff') format('woff'),
        url('/fonts/Signika-Semibold-webfont.ttf') format('truetype'),
        url('/fonts/Signika-Semibold-webfont.svg#SignikaSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SignikaBold';
    src: url('/fonts/Signika-Bold-webfont.eot');
    src: url('/fonts/Signika-Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Signika-Bold-webfont.woff') format('woff'),
        url('/fonts/Signika-Bold-webfont.ttf') format('truetype'),
        url('/fonts/Signika-Bold-webfont.svg#SignikaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**
* Style reset
*/
body, div, p, ul, li, form, input, header, menu, nav, section, h1, h2, h3, h4, h5 {margin: 0; padding: 0; font-weight: normal;}
img {border: none;}
a {color: #333; text-decoration: none;}
a:hover {text-decoration: underline;}
a.red {color: #cf0a1d;}
li {list-style-type: none;}

/**
 * jQuery UI import
 */
.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-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }

/** jQuery UI Tabs 1.8.23
 *
 * Copyright 2012, 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; 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 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-hide { display: none !important; }


/**
 * General definitions
 */

body {
    /*  background-image: url(/i/page-bg.gif);
      background-repeat: repeat-x;*/
    font-size: 12px;
    letter-spacing: -moz-calc(-0.01em);
    font-family: Signika, Tahoma;
    color: #333;
    letter-spacing: 0;
}

.top-rail {
    background-color: #fff;
}

.left-rail, .right-rail {
    display: inline;
    float: left;
    position: relative;
    background-color: #fff;
}
.left-rail {
    clear: both;
}
.right-rail {
    padding-top: 16px
}

h1 {
    font-size: 23px !important;
    padding: 4px 0 4px !important;
    border-bottom: 1px solid #e6e6e6 !important;
    font-family: SignikaBold !important;
    font-weight: normal !important;
    margin: 0 !important;
}
h3.category-h3{ 
    font-size: 12px;
    margin-left: 150px;
    padding-top: 3px;
    text-align: left !important;
}
h2.category-h2{
    font-size: 23px !important;
    padding: 4px 0 4px !important;
    border-bottom: 1px solid #e6e6e6 !important;
    font-family: SignikaBold !important;
    font-weight: normal !important;
    margin: 0 !important;
}
h1.catregory-h1{
    font-size: 36px !important;
    padding: 4px 0 4px !important;
    border-bottom: none !important;
    font-family: SignikaBold !important;
    font-weight: normal !important;
    margin: 0 !important;  
}
.with-red-arrow:after, .with-black-arrow:after, .with-yellow-arrow:after, .with-white-arrow:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #cf0a1d;
    margin-left: 4px;
}
.with-black-arrow:after {border-left: 4px solid #000;}
.with-yellow-arrow:after {border-left: 4px solid #FF0;}
.with-white-arrow:after {border-left: 4px solid #FFF;}

.notext {
    text-indent: -99999px;
    overflow: hidden;
}

.hidden {visibility: hidden;}

.odd {clear: left}

.page-content {
    /* background-color: #FFF;*/
    /* width: 985px;*/
    margin: 0 auto
}
.bgWhite {
    background-color: #fff;
}
.cat {
    display: inline-block;
    background-color: #cf0a1d;
    color: #FFF;
    font-size: 10px;
    font-family: SignikaBold;
    text-transform: uppercase;
    padding: 2px 4px 1px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.highlight {background-color: #FFF000;}

/**
 * Buttons
 */
.bt-yellow, .paginator .selected  {
    background: #fff700; /* Old browsers */
    background: -moz-linear-gradient(top,  #fff700 0%, #ffe900 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff700), color-stop(100%,#ffe900)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff700 0%,#ffe900 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fff700 0%,#ffe900 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff700 0%,#ffe900 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff700 0%,#ffe900 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#ffe900',GradientType=0 ); /* IE6-9 */

    border: 1px solid #fffc80;
    border-right-color: #f3e200;
    border-bottom-color: #9a8d00;
    border-left-color: #f3e600;

    font: 12px SignikaSemibold;
    text-transform: uppercase;
    cursor: pointer;
}
a.bt-yellow {
    display: inline-block;
    padding: 4px 6px;
}
a.bt-yellow:hover {text-decoration: none;}

.bt-red {
    background: #e60f2b; /* Old browsers */
    background: -moz-linear-gradient(top,  #e60f2b 0%, #b8050f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e60f2b), color-stop(100%,#b8050f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e60f2b 0%,#b8050f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e60f2b 0%,#b8050f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e60f2b 0%,#b8050f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e60f2b 0%,#b8050f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60f2b', endColorstr='#b8050f',GradientType=0 ); /* IE6-9 */

    border: 1px solid #f38796;
    border-right-color: #c1091a;
    border-bottom-color: #6f0309;
    border-left-color: #cc0b20;

    font: 12px SignikaSemibold;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
}
.bt-red {
    display: inline-block;
    padding: 6px 8px;
}
a.bt-red:hover {text-decoration: none;}


.bt-grey, .paginator a {
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefefe 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */

    border: 1px solid #DDD;
    border-right-color: #b2b2b2;
    border-bottom-color: #999;
    border-left-color: #DDD;

    font: 12px SignikaSemibold;
    text-transform: uppercase;
    cursor: pointer;
}
a.bt-grey, .paginator a {
    display: inline-block;
    padding: 6px 8px;
    color: #333
}
a.bt-grey:hover, .paginator a:hover {text-decoration: none;}

.bt-white {
    background: #FFF; /* Old browsers */
    border: 1px solid #FFF;

    font: 12px SignikaSemibold;
    text-transform: uppercase;
    color: #cf0a1d;
    -moz-box-shadow: 1px 1px 1px #a60817;
    -webkit-box-shadow: 1px 1px 1px #a60817;
    box-shadow: 1px 1px 1px #a60817;
    cursor: pointer;
}
.bt-white {
    display: inline-block;
    padding: 4px 6px;
}
a.bt-white:hover {text-decoration: none;}

/**
* Tabs
*/

.ui-tabs {
    float: left;
    /*width: 650px;*/
    margin-top: 6px;
}

.ui-tabs ul.ui-tabs-nav {
    background-color: #f2f2f2;
    padding: 9px 0 0 3px
}

.ui-tabs li.ui-state-default {
    background: #333 none;
    border: 1px solid #CCC;
    float: left;
    color: #FFF;
    font-size: 13px;
    font-weight: normal;
    height: 40px;
    margin: 4px 3px 0;
    text-align: center;
    border-color: #333;
    margin-top: 5px;
    list-style-type: none;
    font: 14px Signika;
    padding: 4px 6px
}
.ui-tabs .ui-state-default a {
    color: #FFF;
    padding: 4px;
    display: block;
    line-height: 16px;
}
.ui-tabs ul.ui-tabs-nav li.ui-state-active, .ui-tabs ul.ui-tabs-nav li.ui-state-hover {
    border-color: #d6d6d6;
    background-color: #FFF;
    margin-top: 0;
    height: 45px;
    -moz-box-shadow: 0 0 5px #D6D6D6;
    -webkit-box-shadow: 0 0 5px #D6D6D6;
    box-shadow: 0 0 5px #D6D6D6;
    border-bottom: none;
    list-style-type: none;
}
.ui-tabs li.ui-state-active a, .ui-tabs li.ui-state-hover a {
    color: #cf0a1d;
    display: inline-block;
    height: 44px;
    padding: 4px;
    background-color: #FFF;
    line-height: 16px;
}
.ui-tabs li.ui-state-active a:hover, .ui-tabs li.ui-state-hover a:hover {
    text-decoration: none;
}

/**
 * Header
 */
header {
    padding-left: 15px;
    padding-right: 15px;
    /*background-image: url(/i/page-bg.gif);
    background-repeat: repeat-x;*/
    /*background-color: #FFF;*/
    /*  width: 985px;*/
}
.topmenu-mh {
    background: url(/i/sprites/topmenu.png?v=1) no-repeat 0px 0px;
    height: 36px;
    width: 94px;
}
.topmenu-mh:hover {background-position: 0px -37px;}
.active .topmenu-mh {background-position: 0px -77px;}

.topmenu-wh {
    background: url(/i/sprites/topmenu.png?v=1) no-repeat -94px 0px;
    height: 36px;
    width: 107px;
}
.topmenu-wh:hover {background-position: -94px -37px;}
.active .topmenu-wh {background-position: -94px -77px;}

.topmenu-rw {
    background: url(/i/sprites/topmenu.png?v=1) no-repeat -199px 0px;
    height: 36px;
    width: 104px;
}
.topmenu-rw:hover {background-position: -199px -37px;}
.active .topmenu-rw {background-position: -199px -77px;}

.topmenu-amis {
    background: url(/i/sprites/topmenu.png?v=1) no-repeat -300px 0px;
    height: 36px;
    width: 63px;
}
.topmenu-amis:hover {background-position: -300px -37px;}
.active .topmenu-amis {background-position: -300px -77px;}

.topmenu-mo {
    background: url(/i/sprites/topmenu.png?v=1) no-repeat -364px 0px;
    height: 36px;
    width: 107px;
}
.topmenu-mo:hover {background-position: -364px -37px;}
.active .topmenu-mo {background-position: -364px -77px;}

.topmenu-ma {
    background: url(/i/sprites/topmenu.png?v=1) no-repeat -474px 0px;
    height: 36px;
    width: 107px;
}
.topmenu-ma:hover {background-position: -474px -38px;}
.active .topmenu-ma {background-position: -474px -77px;}

header li a {
    background: #333 no-repeat;
    display: block;
    float: left;
}
header ul.dropdown-menu li a {
    background: #CF0A1D no-repeat;
    color: #fff;
    display: block;
    float: left;
}

.login {
    float: right;
    padding-top: 6px;
}

.bt-register {
    float: left;
    background: url("/i/sprites/grey-buttons.gif") no-repeat 0px 0px;
    width: 77px;
    height: 22px;
}

.bt-ok {
    float: left;
    margin-left: 4px;
    background: url("/i/sprites/red-buttons.gif") no-repeat 0px 0px;
    width: 26px;
    height: 22px;
}

.social-head {
    display: block;
    float: left;
    margin: 3px 6px 0 0px
}

.login p {
    float: left;
    color: #999
}

.noaccount {
    padding: 4px 8px 4px 4px
}

.login label {
    padding: 4px 8px 4px 8px;
    vertical-align: 0px;
    float: left;
    font-weight: normal;
}

.login input {
    width: 106px;
    border: 1px solid #b2b2b2;
    border-right: none;
    border-bottom: none;
    font-size: 11px;
    height: 21px;
    padding: 0 3px
}

.user-name-container {
    float: right;
    padding-top: 4px;
    margin-right: 0px;
    font: 12px Arial
}

.user-name-container .bt-red {
    font: 12px SignikaSemiBold

}

.user-name {
    display: block;
    float: left;
    margin-right: 1em;
    color: #fff;
    font-size: 1.1em
}
.user-name img {
    width: 25px;
    height: 25px;
    margin-right: 4px;
    border: 1px solid #888;
    float: left;
    vertical-align: 10px;
}
.user-name a {color: #fff}

/**
* search in header
*/

.logo {float: left; outline: none; background-color: #fff;}
.logo img {
    margin-top: 15px;
}

.search {
    padding-left: 343px;
    background-color: #fff;
}
.search form {
    position: relative;
    height: 131px
}

.search form p {
    position: absolute;
    bottom: 21px;
    left: 20px;
    margin: 0;
}

.search-phrase {
    width: 195px;
    font-size: 11px;
    height: 21px;
    padding: 0 3px;
    position: relative;
    top: -2px;
    box-sizing: initial;
}

.search-dropdown {
    height: 24px;
    padding: 1px 0;
    width: 20px;
}

.search-submit {
    font-size: 13px;
    padding: 4px 5px 3px;
    padding: -moz-calc(2px) -moz-calc(3px) -moz-calc(2px) -moz-calc(3px);
    vertical-align: -moz-calc(2px);
}
.search-submit span {
    display: inline-block;
    padding-left: 19px;
    background: url("/i/mglass.png") no-repeat;
    background-size:contain;
}

.search-dropdown img, .search-submit img {
    vertical-align: bottom;
}

.search-filter-info {
    background-color: #fff000;
    position: absolute;
    display: block;
    width: 160px;
    top: 46px;
    left: 56px;
    padding: 8px 10px;
    -moz-box-shadow: 1px 1px 0px #CCC;
    -webkit-box-shadow: 1px 1px 1px #CCC;
    box-shadow: 1px 1px 0px #CCC;
}

.corner {
    background-image: url(/i/search-info-corner.gif);
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    bottom: -10px;
    right: -1px
}

.search-filter {
    clear: left;
    position: relative;
    top: -1px;
    left: 214px;
    width: 275px;
    z-index: 100;
    border: 1px solid #CCC;
    border-bottom: none;
    border-top: none;
}
.search-filter li {
    border-bottom: 1px solid #CCC;
    padding: 4px;
    background: #FFF;
    cursor: pointer;
}
.search-filter li:hover {
    background-color: #FFF000;
}
.hidden {
    display: none
}

/**
* subscription header
*/
.subscription-header {
    float: right;
    width: 348px;
    margin-top: 4px;
    background-color: #fff;
    font-family: Signika;
    padding: 0 4px 0 10px;
}
.cover {
    float: right;
    width: 160px;
    position: relative;
}
.cover a.cover-img {
    display: block;
    float: right;
    width: 160px;
    height: 120px;
    z-index: 1;
    position: relative
}
.cover-desc {
    width: 166px;
    text-align: right;
}
.cover-desc p {
    font: 15px/15px Signika;
    font-weight: bold;
    margin: 0;
}
.cover-desc .bt-red, .cover .bt-yellow {
    font-size: 10px;
    font-weight: normal;
    margin-top: 5px;
    position: relative;
    z-index: 2;
    padding: 4px 6px
}

.cover .bt-yellow {
    float: right;
    margin-left: 26px;
    position: absolute;
    top: 90px
}

.bt-appstore, .bt-gplay {
    display: block;
    float: left;
    width: 65px;
    height: 22px;
    margin: 4px 0;
    text-indent: -99999px;
    color: transparent;
    position: relative;
    z-index: 10;
    background-image: url(/i/bt-appstore.gif);
}
.bt-appstore {
    margin-left: 10px;
    float: right
}
.bt-gplay {
    margin-left: 3px;
    background-image: url(/i/bt-gplay.gif);
}

/**
* menu
*/

.main-menu {
    width: 985px;
    height: 37px;
    background: url("/i/page-bg.gif") repeat-x #333;
    position: relative;
    z-index: 1;
}

.main-menu li {
    padding: 9px 0 10px 7px;
    float: left;
    position: relative;
    background: url("/i/page-bg.gif") repeat-x #333
}

.main-menu li a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    border-right: 1px solid #5c5c5c;
    padding-right: 7px;
    font-family: SignikaBold, Signika;
    display: block;
    height: 18px;
    float: left;
}

.main-menu li a:hover {
    text-decoration: underline;
}

.main-menu li.nosep a, .main-menu li.active a, .main-menu > li:hover a {
    border-right: none;
    padding-right: 8px;
    background-color: transparent;
}

.main-menu .active, .main-menu > li:hover {
    height: 37px;
    background: none;
    background-color: #808080;
    padding-top: 9px;
    padding-bottom: 13px;
    position: relative;
}

.main-menu ul
{
    display: none;
    -moz-box-shadow: 0px 5px 6px #333;
    -webkit-box-shadow: 0px 5px 6px #333;
    box-shadow: 0px 5px 6px #666;
    float: none;
    position: absolute;
    padding: 6px 6px 10px 6px;
    top: 37px;
    left: 0;
    background-color: #808080;
    min-width: 96px
}

.main-menu li:hover ul {display: block;}

.main-menu ul li {
    float: none;
    clear: none;
    padding: 0;
    width: auto;
    white-space: nowrap;
    list-style-type: disc;
    color: #fff;
    margin-left: 16px;
    height:30px;
    list-style-image: url('/i/li-white.png');
}

.main-menu li:hover ul li a, .main-menu ul li a {
    display: block;
    padding: 6px 10px 6px 0;
    height:30px;
    float: none;
    position: relative;
    z-index: 2;
    background: none;
    background-color: #808080;
    font-family: Signika;
}

.main-menu li:hover ul li a:hover, .main-menu ul li a:hover {
    background: none;
    background-color: #808080;
}


/**
 * submenu
 */
.sub-menu {
    width: 985px;
    background-color: #808080;
    clear: left;
    position: relative;
    top: 0;
}

.sub-menu li {
    display: block;
    padding: 6px 10px 6px 0;
    float: left;
}

.sub-menu li a {
    color: #FFF;
    text-decoration: none;
    padding-left: 10px;
    /* border-left: 1px solid #FFF;*/
    background-color: #808080;
}

.sub-menu li:first-child {
    padding-left: 3px
}

.sub-menu li:first-child a {
    border-left: none;
}
.sub-menu li a:hover {
    text-decoration: underline;
}

.sub-menu li:first-child a {
    border-left: none;
}

.prenumerata-header {
    float: right;
    width: 340px;
    margin-top: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 12px;
}


.homepage a {
    background-image: url(/i/home-icon.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    /*width: 15px;*/
    width: 23px;
    background-color: transparent;
}

h1.page-name {
    font-size: 36px !important;
    font-family: SignikaBold !important;
    padding: 10px 10px 10px 2px !important;
}

/**
* breadcrumbs
*/

nav {
    margin-top: 10px;
    border: 1px solid #e6e6e6;
    height: 31px;
    font-size: 11px;
    font-family: Arial;
    background-color: #fff;
}

nav a, nav span, nav strong {
    display: block;
    padding: 8px 2px 8px 14px;
    float: left
}

nav strong {
    padding: 8px;
    font-weight: bold;
}

nav ins {
    text-decoration: none;
}

nav a, nav span {
    background: url(/i/path-sep.gif) no-repeat top left;
    color: #333;
    text-decoration: none;
}

nav a:hover {
    text-decoration: underline;
}

footer nav {
    background: #F3F3F3 url("/i/mh-promo-logo.png") no-repeat;
    padding-left: 119px;
    height: 30px;
    margin: 0;
    border-left: none;
    border-right: none;
}


/**
* Footer
*/

footer {
    width: 100%;
    background-color: #fff;
    clear: both;
    margin-top: 16px;
    border: 1px solid #e6e6e6;
    border-top: none;
    font: 11px Arial;
    float: right
}

footer .right-col {
    float: right;
    border-left: 1px solid #e6e6e6;
    width: 175px;
    height: 435px
}

footer .right-col div {
    padding: 10px
}

footer h4 {
    font-size: 16px;
    font-family: SignikaBold;
    padding-bottom: 4px
}

footer .right-col .countries {
    border-bottom: 1px solid #e6e6e6;
    // height: 210px
}

footer .right-col li a {
    display: block;
    float: left;
    width: 70px;
    height: 20px;

}

footer .magazines .notext {
    display: block;
    background-image: url(/i/sprites/logos.png?v=1);
    width: 104px;
    height: 26px;
    margin: 6px 0 6px 20px
}

footer .magazines .amis {background-position: 0px -4px;}
footer .magazines .rw {background-position: 0px -37px;}
footer .magazines .mo {background-position: 0px -69px;}
footer .magazines .wh {background-position: 0px -135px;}

footer .magazines img {
    padding: 20px 0 0 20px;
}

footer .categories {
    width: 120px;
    margin: 10px 17px 50px;
    float: left
}

footer .categories h4 {
    padding-bottom: 6px
}

footer .categories a {
    display: block;
    line-height: 16px;
    margin-bottom: 4px;
}

footer.bottom {
    border: none;
    margin-top: 20px;
}

footer.bottom .magazine-foooter img {
    width: 123px;
    height: 23px;
    float: left;
    margin-right: 14px
}

footer.bottom .magazine-foooter a {
    font-weight: bold;
    font-size: 12px
}

footer.bottom .magazine-foooter p {
    padding: 10px 0;
    margin: 0;
    clear: both;
}

footer.bottom .copyright {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0;
    clear: both;
    padding: 10px 0 30px;
    border-top: 1px solid #e6e6e6;
}

footer ul {
    margin-bottom: 10px;
    clear: left
}

footer .monetized {
    text-align: center;
}

/**
* hitbox
*/

.hitbox {
    width: 650px;
    /*height: 308px;*/
    overflow: auto;
    margin-top: 16px;
    background-color: #333;
    position: relative;
}

.hitbox-image {
    /*width: 411px;*/
    /*height: 308px;*/
    /*width: 384px;*/
    float: left;
}

.hitbox-content {
    width: 239px;
    height: 237px;
    background-color: #333;
    float: right;
    color: #FFF;
    position: relative
}
.hitbox-content h2 {
    font-size: 22px !important;
}

.hitbox .cat {
    position: absolute;
    right: 20px;
    top: 15px;
    white-space: nowrap;
    border: none;
    font-size: 11px
}

.mini-galleryOLD {
    background-color: #4a4a4a;
    float: right;
    padding: 8px 0 8px 1px;
    width: 237px;
    right: -239px;
    position: relative;
    bottom: -236px;
    border-top: 1px solid #696969;
}

.mini-gallery-container {
    float: right;
}

.mini-gallery {
    margin: 0 auto;
    /*width: 229px;*/
    width: 237px;
    background-color: #4a4a4a;
    padding: 8px 3px 8px 1px;
    position: relative;
    border-top: 1px solid #696969;
}

.mini-gallery img {
    margin-left: 3px;
    width: 72px;
    height: 53px;
    border: 1px solid #333
}

.mini-gallery .active img {
    border-color: #FF0
}

.hitbox-content p {
    padding: 10px;
    font-size: 13px;
    font-family: Arial;
}

.hitbox-content .read-more {
    color: #FFF000;
    text-decoration: none;
    white-space: nowrap;
}

.hitbox-content .read-more:hover {
    text-decoration: underline;
}

.hitbox-content h3 {
    padding: 10px 14px 0;
    border :none;
}

.hitbox-content h3 a {
    background-color: #fff000;
    color: #333;
    text-decoration: none;
    font-size: 22px;
    font-family: SignikaSemiBold;
    box-shadow: 3px 0 0 #fff000, -3px 0 0 #fff000;
    -moz-box-shadow: 3px 0 0 #fff000, -3px 0 0 #fff000;
    -webkit-box-shadow: 3px 0 0 #fff000, -3px 0 0 #fff000;
    padding-bottom: 2px
}
.hitbox-content h1, .hitbox-content h2 {
    padding: 10px 14px 0 !important;
    text-decoration: none;
    border :none !important;
    font-size: 24px !important;
}
.hitbox-content h1 a, .hitbox-content h2 a {
    background-color: #fff000;
    box-shadow: 3px 0 0 #fff000, -3px 0 0 #fff000;
    color: #333;
    font-family: SignikaSemiBold;
    font-size: 24px;
    padding-bottom: 2px;
    text-decoration: none;
}
.hitbox .bigimgOLD {
    float: left;
    width: 411px;
    height: 308px;
    left: -411px;
    position: absolute;
}
.hitbox .bigimg {
    /*float: left;*/
    /*width: 411px;*/
    /*height: 308px;*/
    /*left: -411px;*/
    /*position: absolute;*/
}

/**
* aside
*/

aside {
    display: inline;
    float: left;
}

aside .right-rail {
    position: relative
}

.sky {
    position: absolute;
    right: -165px
}

.billboard {
    margin: 10px auto;
    /*width: 950px;*/
    text-align: center;
}

.middle-text {
    float: right;
    width: 300px;
    margin: 30px 10px 10px 10px;
}

.middle-text-centered {
    width: 100%;
    clear: both;
    margin: 20px auto 15px auto;
    text-align: center;
}

.middle-text-in-content {
    /* width: 303px;
     margin: 10px 70px 20px 100px;*/
    text-align: center;
}

.middle-text-centered img, .middle-text-in-content img {
    display: initial !important;
    float: none !important;
    margin: 0 !important;
}
/*
.middle-text-centered ins, .middle-text-centered ins ins,
.middle-text-in-content ins, .middle-text-in-content ins ins {
    height: auto !important
}
*/
.r-300-250 {
    margin-bottom: 10px;
    text-align: center;
}

.r-300-250-ph {
    border: 1px solid #e6e6e6;
    background-color: #f2f2f2;
    padding: 6px;
    margin-top: 20px;
    margin-right: 10px;
    float: right;
}

.social {
    border: 1px solid #e6e6e6;
    background-color: #f2f2f2;
    padding: 6px;
    margin-bottom: 10px;
}

.social span {
    font-size: 23px;
    font-family: SignikaBold;
    padding: 4px 0;
}

.social a {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: url("/i/sprites/social.png") no-repeat;
    margin: 0 5px;
    vertical-align: top;
}

.social .gplus {background-position: -30px 0;}
.social .tt {background-position: -60px 0;}
.social .nk {background-position: -90px 0;}
.social .yt {background-position: -120px 0;}

/**
* gas prices, weather, forum, blogs, our-sites
*/
.gas-prices, .weather, .forum, .blogs, .our-sites, aside .otomoto, .newsletter {
    border: 1px solid #e6e6e6;
    background-color: #f2f2f2;
    padding: 0 0 6px;
    margin-bottom: 10px;
    clear: both
}

.gas-prices h3, .weather h3, .forum h3, .blogs h3, .our-sites h3, .newsletter h3 {
    font-size: 23px;
    font-family: SignikaBold;
    padding: 4px 6px;
}

.gas-prices select, .weather select {
    font: 11px Arial;
    width: 140px;
    float: right;
    margin: 7px 10px 0 0
}

.gas-prices div, .weather div, .forum ul, .blogs ul, .our-sites div, .newsletter div {
    border-top: 1px solid #e6e6e6;
    padding: 10px 0 0 10px;
}

.forum ul {
    padding-top: 0;
    overflow: hidden;
}

.gas-prices div p {
    width: 67px;
    float: left;
    margin-right: 8px;
    text-align: center;
    font-size: 13px
}

.gas-prices div span {
    background: url("/i/sprites/gasprice.png") no-repeat;
    display: block;
    width: 67px;
    height: 24px;
    margin-bottom: 2px;
}

.gas-prices p.pb98 span {background-position: 0 -24px;}
.gas-prices p.on span {background-position: 0 -48px;}
.gas-prices p.lpg span {background-position: 0 -72px;}

.gas-prices strong {
    padding-left: 12px;
}

.gas-prices .up strong {
    background: url("/i/arr-up.png") no-repeat 0 2px;
}

.gas-prices .down strong {
    background: url("/i/arr-dn.png") no-repeat 0 2px;
}

.forum li, .blogs li {
    position: relative;
    padding-left: 20px;
    font: 11px Arial;
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
    margin-top: 10px;
    width: 270px
}

.forum .cat {
    background-color: #FFF000;
    color: #333;
}

.blogs li {
    padding: 10px 10px 0 0;
    clear: left
}

.forum li:first-child, .blogs li:first-child {
    border-top: none;
    margin-top: 0;
}

.blogs li {
    width: auto
}

.blogs li:first-child {
    padding-top: 0;
}

.forum li a {
    font-weight: bold;
    font-size: 12px
}

.forum .posts {
    display: inline-block;
    background-color: #cf0a1d;
    font-size: 10px;
    font-family: SignikaBold;
    padding: 1px 3px 1px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #FFF;
    position: absolute;
    right: 272px;
    top: 10px;
    height: 14px;
    max-width: 19px
}

.forum .posts:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-right: 4px solid transparent;
    border-top: 4px solid #cf0a1d;
    margin-top: 4px;
    top: 12px;
    left: 0
}

.forum p {
    padding-top: 4px
}

.blogs .profile-pic {
    width: 50px;
    border: 1px solid #CCC;
    float: left;
    display: block;
    background-color: #000;
    margin: 0 10px 10px 0
}

.blogs img {
    max-width: 50px;
    height: auto;
    max-height: 50px;
    float: left;
    margin: 0 10px 10px 0
}

.blogs .blog-name {
    box-shadow: 3px 0 0 #cf0a1d, -3px 0 0 #cf0a1d;
    -moz-box-shadow: 3px 0 0 #cf0a1d, -3px 0 0 #cf0a1d;
    -webkit-box-shadow: 3px 0 0 #cf0a1d, -3px 0 0 #cf0a1d;
    background-color: #cf0a1d;
    font-size: 11px;
    font-family: SignikaBold;
    text-transform: uppercase;
    color: #FFF;
}

.blogs time {
    color: #999;
}

.blogs li a {
    font-size: 12px;
    font-weight: bold;
}

.our-sites div {padding-top: 0}
.our-sites .amis, .our-sites .mh, .our-sites .rw, .our-sites .mo {
    background: url("/i/sprites/logos-sm.png") no-repeat 0 0;
    display: block;
    height: 19px;
    width: 115px;
    margin-top: 12px
}

.our-sites .amis {background-position: -20px -54px;}
.our-sites .mh {background-position: -2px 0px;}
.our-sites .rw {background-position: 0 -29px;}
.our-sites .mo {background-position: 0 -81px;}

.our-sites li {
    list-style-image: url("/i/li.png");
    margin-left: 10px;
    margin-bottom: 4px
}

.our-sites ul {
    margin-top: 4px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 4px;
    margin-bottom: 10px;
    margin-left: 5px;
    width: 290px
}

.our-sites ul.last {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.our-sites li a {
    font-size: 12px;
    font-family: Arial;
}

/**
* star rating
*/

/*.star-rating, .star-rating span {
    background: url("/i/sprites/stars.gif") no-repeat 0 -18px;
}
.star-rating {
    display: inline-block;
    width: 108px;
    height: 18px;
    text-align: right
}
.star-rating span {
    display: inline-block;
    background-position: 0 0;
    float: left;
    height: 19px;
    text-indent: 9999px;
    overflow: hidden;
}
*/

.rate strong, .rate-value {
    font-size: 16px;
    color: #CF0A1D;
    font-family: Signika;
    padding-left: 4px
}
.rate.product-rate {
    margin-bottom: 5px;
}
.rate.product-rate strong {
    font-size: 32px;
}
.rate-author {font-size: 10px}
.rate .rateit {vertical-align: -2px;}
.rateit.ending {
    cursor: default;
}

.product-summary-item {
    border: 2px solid #EBEBEB;
    padding: 0 10px; 
    margin-bottom: 10px;
    background-color: #F0F0F0;
}
.product-summary-item.odd {
    background-color: #fff;
}
.product-summary-item .description {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 10px;
    margin: 10px 0;
    font-size: 13px;
    clear: both
}
.product-summary-item.odd .description {
    background-color: #f3f3f3;
}
.product-summary-item .showAll {
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}
.product-summary-item cite {
    font-style: italic;
}
.product-summary-item img {
    margin: 0 auto;
    border: 2px solid #EBEBEB;
    border-radius: 6px;
}
.alert {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/**
* promo + promo compact + gallery slider
*/
.promo, .promo-compact, .gallery-slider {
    background-color: #333;
    clear: left;
    padding: 10px 0 10px 10px;
    position: relative;
    margin-top: 16px;
    float: left
}
.promo {
    height: 245px;
    overflow: hidden;
    width: 100%;
    margin-top: 0;
}
.promo .content {

}
.gallery-slider {
    height: 154px;
    overflow: hidden;
}
.promo h2, .promo-compact h2, .gallery-slider h3 {
    background: url("/i/mh-promo-logo.png") no-repeat;
    padding-left: 93px;
    height: 40px;
    font: 23px SignikaSemibold;
    color: #FFF;
}
.promo h2 strong, .promo-compact h2 strong {
    display: none;
}
.promo .prev, .promo .next,
.promo-compact .prev, .promo-compact .next,
.gallery-slider .prev, .gallery-slider .next {
    text-indent: -9999px;
    display: block;
    width: 34px;
    height: 68px;
    position: absolute;
    outline: none;
}

.gallery-slider h3 a {
    color: #fff;
}

.promo a, .promo-compact a {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
    opacity: 0.5;
    box-shadow: 1px 1px 4px #222;
    -moz-box-shadow: 1px 1px 4px #222;
    -webkit-box-shadow: 1px 1px 4px #222;
}
.promo a:hover, .promo-compact a:hover {opacity: 1;}
.promo img, .promo-compact img {display: block;}
.promo .prev, .promo-compact .prev, .gallery-slider .prev {
    background: url("/i/round-arr-left.png") no-repeat;
    // left: 10px;
    //  top: 225px;
    z-index: 10;
    box-shadow: none;
}
.promo .next, .promo-compact .next, .gallery-slider .next {
    background: url("/i/round-arr-right.png") no-repeat;
    //right: 10px;
    // top: 225px;
    z-index: 10;
    box-shadow: none
}
.promo p, .promo-compact p {text-align: center; clear: left;}
.promo p a, .promo-compact p a {
    display: inline-block;
    border: 2px solid #FFF;
    border-radius: 6px;
    text-indent: -9999px;
    overflow: hidden;
    height: 7px;
    width: 7px;
    margin: 0 2px
}
.promo p .active, .promo-compact p .active {
    background-color: #FFF;
}
.promo-compact {
    margin: 10px 0;
}
.promo-compact .prev, .promo-compact .next {
    top: 120px;
}
.gallery-slider .prev, .gallery-slider .next {
    top: 75px;
}
.gallery-slider .prev {
    left: 5px;
}
.gallery-slider .next {
    right: 5px
}
.gallery-slider .item-list {
    width: 10000px;
    height: 179px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    clip: rect(0, 614px, 113px, 0);
    left: 17px
}
.gallery-slider .item {
    width: 156px;
    position: relative;
    float: left;
}
.gallery-slider .item A {
    background-color: #d6d6d6;
    display: block;
    background-color: #FFF;
    margin: 0 10px 10px 0;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    height: 113px;
}
.gallery-slider .item IMG {
    width: 146px;
    height: 113px;
    display: block;
    margin: 0
}

/**
* related
*/

.related {
    width: 650px;
    margin-top: 6px;
    margin-bottom: 20px;
    float: left;
}

.related h2 {
    border: none
}

.related img {
    float: left;
    margin: 0 10px 10px 0;
}

.related-item {
    font-family: arial, tahoma;
    padding: 10px 10px 10px 0;
    border-top: 1px solid #e6e6e6;
    width: 315px;
    float: left
}

.related-item a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px
}

.related-item a:hover {
    text-decoration: underline;
}

.related-item p {
    padding-top: 3px;
    font-size: 13px;
}

.related-leftcol {
    width: 300px;
    float: left;
    margin-right: 10px
}

/**
* paginator
*/
.paginator {
    border: 1px solid #e6e6e6;
    background-color: #f3f3f3;
    padding: 10px;
    margin: 10px 0;
    font-size: 13px;
    clear: both
}
.paginator p {
    text-align: center;
}
.paginator .short-text {
    display: none;
}
.paginator .first {padding-left: 10px}
.paginator .first span:before, .paginator .prev span:before  {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #333;
    margin-right: 4px
}

.paginator .first span:before {
    -moz-box-shadow: -2px 0px 0px #333;
    -webkit-box-shadow: -2px 0px 0px #333;
    box-shadow: -2px 0px 0px #333;
}

.paginator .last {padding-right: 10px}
.paginator .next span:after, .paginator .last span:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    margin-left: 4px;
}

.paginator .last span:after {
    -moz-box-shadow: 2px 0px 0px #333;
    -webkit-box-shadow: 2px 0px 0px #333;
    box-shadow: 2px 0px 0px #333;
}

/**
* search index
*/

.search-results .bt-red {
    font-size: 18px;
    width: 109px;
    padding: 6px 0;
    padding-top: -moz-calc(4px);
    padding-bottom: -moz-calc(4px);
}

.search-results h2 {
    border-bottom: none;
}

.search-results .bt-red span {
    display: inline-block;
    padding-left: 24px;
    background: url("/i/mglass.png") no-repeat;
}

.search-results .search-phrase {
    font-size: 18px;
    margin: 0;
    padding: 0 8px;
    height: 32px;
    /*width: 518px;*/
    vertical-align: -2px;
    color: #333;
    font: 18px Arial
}

.search-results .controls {
    background-color: #F3F3F3;
    border: 1px solid #E6E6E6;
    font-size: 13px;
    margin: 10px 0;
    padding: 10px;
    /*width: 630px;*/
}

.search-results .paginator {
    margin: 0;
    background: none;
    border: none
}

.search-item {
    font-family: arial, tahoma;
    margin-right: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    clear: left
}

.search-item img {
    float: left;
    margin-right: 10px;
}

.search-item a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px
}

.search-item a:hover {
    text-decoration: underline;
}

.search-item p {
    padding-top: 3px;
    font-size: 11px;
    margin-left: 150px
}

.search-item .title {
    display: block;
    margin-top: 6px;
    font-size: 18px
}

.search-item .link {
    font-size: 11px;
    color: #2222ff
}

/**
* gallery index
*/
.gallery-index {
    margin-top: 10px;
}

.gallery-index .nl {
    clear: left;
    margin-left: 0;
}

.gallery-index .nt {
    border-top: none;
    padding-top: 0;
    margin-top: 0
}

.gallery-item, .gallery-item-index {
    width: 200px;
    min-height:210px;
    margin-left: 10px;
    float: left;
    margin-top: 10px;
    border-top: 1px solid #E6E6E6;
    padding-top: 10px;
    font: 11px Arial
}

.gallery-item a, .gallery-item a {
    font-size: 13px;
    font-weight: bold
}

.gallery-item p, .gallery-item p {
    padding-top: 4px
}

.gallery-item img, .gallery-item img {
    border: 1px solid #E6E6E6
}

.gallery-details {
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
    position: relative
}
.gallery-details .prev, .gallery-details .next {
    text-indent: -9999px;
    display: block;
    visibility: hidden;
    width: 44px;
    height: 68px;
    top: 10px;
    z-index: 10;
    position: absolute
}
.gallery-details-image:hover .prev, .gallery-details-image:hover .next {
    visibility: visible;
}

.gallery-details a img {
    border: 1px solid #E6E6E6
}

.gallery-details .prev {
    background: url("/i/round-arr-white-left.png") no-repeat 0 50% rgba(0,0,0,0.3);
    left: 0px;
}

.gallery-details .next {
    background: url("/i/round-arr-white-right.png") no-repeat 10px 50% rgba(0,0,0,0.3);
    right: 0px;
}
.gallery-details-copyright {
    margin-top: 1px;
    font-size: 11px;
    clear: both;
    padding-bottom: 10px
}
.gallery-details-desc .tags .bt-yellow {
    margin: 10px 0 10px 10px;
    color: #333;
    float: right
}
.image-author, .image-articles {float: left; margin-left: 20px;}
.image-pos {float: right; margin-right: 20px;}
.image-articles {clear: left}
.gallery-details-desc {
    padding: 10px 10px 0;
    font: 12px Arial
}
.gallery-details-desc h3 {
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: bold
}

.article .gallery-details-desc .tags {
    border-bottom: none;
    margin-top: 20px;
    font: 12px Arial
}

.gallery-thumbnails {
    margin: 0;
    padding: 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.gallery-thumbnails img {
    border: 1px solid #E6E6E6;
    display: block;
}

.gallery-thumbnails a {
    padding: 3px;
    margin: 2px;
    display: block;
    float: left
}

.gallery-thumbnails .current, .gallery-thumbnails a:hover {
    background-color: #FFF000;
    padding: 2px;
    border: 1px solid #ddd00d
}

/**
* otomoto
*/

.otomoto {
    width: 315px;
    float: right;
    font-family: arial;
    margin-top: 6px;
}
#cars-prices-new-submit {
    clear: left;
    float: left;
    margin: 10px 0 0 225px;
}
#cars-prices-new {
    margin-top: 10px;
    margin-bottom: 10px;
}
#cars-prices-new a img {margin-bottom: 10px}
#cars-prices-new label {
    display: block;
    float: left;
    margin: 5px 4px 0px 4px;
    text-align: right;
    width: 120px;
}
#cars-prices-new p {
    margin-top: 10px;
    clear: left
}
#cars-prices-new select {
    width: 162px;
    padding: 4px
}
.price-from, .price-to {
    width: 58px;
    float: left;
    padding: 2px 3px;
    clear: none
}
#cars-prices-new .price-to-l {
    width: auto
}

.otomoto .bt-red {
    padding: 4px 8px
}

aside .otomoto, aside .otomoto {
    width: 295px;
    padding: 10px
}
/**
* special
*/
.special {
    background-color: #cf0a1d;
    color: #FFF;
    margin-bottom: 10px
}
.special h3 {
    font-size: 23px;
    font-family: SignikaSemiBold;
    font-weight: normal;
    padding: 8px 10px;
    border-bottom: 1px solid #d93b4a;
    color: #FFF
}
.special > div {
    padding: 16px 10px 10px 0;
    float: right;
    width: 141px;
    font: 12px Signika
}
.special > div > ul  li {
    list-style-type: disc;
    margin: 0 0 5px 0px;
}
.special .cover-pic {
    float: left;
    margin: 14px 14px 18px 20px;
    -moz-box-shadow: 2px 2px 1px #a60817;
    -webkit-box-shadow: 2px 2px 1px #a60817;
    box-shadow: 2px 2px 1px #a60817;
}
.special .cover-pic img {display: block;}
.special .bt-white {
    margin-bottom: 15px;
    margin-left: 14px;
}

/**
* brands
*/

.brands {
    border: 1px solid #eaeaea;
    width: 313px;
    margin-bottom: 10px
}

.brands-jumpto {
    border: 1px solid #eaeaea;
    border-top: none;
    text-align: center;
    padding: 10px 0;
    width: 313px;
}

.brands-jumpto select {
    font: 11px Arial
}

.brands h3 {
    font-size: 23px;
    font-family: SignikaBold;
    font-weight: normal;
    padding: 4px 6px;
    border-bottom: 1px solid #eaeaea
}

.brands a {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 62px;
    height: 58px;
    background: url("/i/sprites/brands.png") no-repeat;
    float: left
}

.brands .bmw {background-position: -62px 0}
.brands .vw {background-position: -124px 0; width: 62px}
.brands .honda {background-position: -186px 0}
.brands .citroen {background-position: -248px 0}

.brands .volvo {background-position: 0 -58px}
.brands .mazda {background-position: -62px -58px}
.brands .nissan {background-position: -124px -58px; width: 62px}
.brands .skoda {background-position: -186px -58px}
.brands .opel {background-position: -248px -58px}

.brands .mercedes {background-position: 0 -116px}
.brands .peugeot {background-position: -62px -116px}
.brands .fiat {background-position: -124px -116px; width: 62px}
.brands .hyundai {background-position: -186px -116px}
.brands .more {background-position: -248px -116px}

.privacy-policy {
    background-color: #808080;
    font: Arial, Tahoma, Verdana;
    color: #FFF;
    margin-top: 2px;
    padding: 10px;
    font-size: 13px;
    text-align: center;
}

.privacy-policy a {
    font: Arial, Tahoma, Verdana;
    font-weight: bold;
    color: #FFF
}

/**
* Ceneo
*/
.ceneo-box-rcol, .ceneo-box-index {
    clear: left;
    border: 1px solid #E6E6E6;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 6px 0 10px;
    background-image: url("/i/ceneo.gif");
    background-position: right bottom;
    background-repeat: no-repeat;
    float: left;
}
.ceneo-box-rcol {
    margin-bottom: 20px;
}
.ceneo-box-index {
    width: 649px
}
.ceneo-box-rcol-item {
    width: 150px;
    padding: 6px 0;
    text-align: center;
}
.ceneo-box-index-item {
    display: inline-block;
    width: 159px;
    vertical-align: top
}
.rcol .ceneo-box-rcol-item .thumb,
.ceneo-box-index-item .thumb IMG {
    padding: 0;
    margin-bottom: 0;
    display: block;
    margin: 0 auto;
}
.ceneo-box-index-item .thumb IMG {
    margin-bottom: 4px;
}
.rcol .ceneo-box-rcol-item .title,
.ceneo-box-index-item .title {
    display: block;
    padding: 0 6px;
    margin-bottom: 0
}
.rcol .ceneo-box-rcol-item INS,
.ceneo-box-index-item INS {
    display: block;
    color: #ff7a03;
    text-decoration: none;
}

/**
*
*/
.required {
    color: #cf0a1d
}


/**
* legacy css
*/

.grey-inset {
    background-color: #f3f3f3;
    border: 1px solid #e6e6e6;
    width: 465px;
    margin: 10px -165px 10px 0;
    padding: 10px;
}

.pt10     {padding-top:10px;}
.pr10     {padding-right:10px;}
.mb10        {margin-bottom:10px;}
.oh            {overflow:hidden;height:100%}
.tr            {text-align:right;}
.fl            {float:left;}
.fr            {float:right;}

/**
* ie 7 fixes
*/
.ie7 {

}

/**
* print stylez
*/
@media print {
    header, footer, nav, aside, .article-tools, .promo, .promo-small, .middle-text-in-content, .middle-text,
    .middle-text-centered, .rcol, .article-gallery .gallery-minis, .article-gallery .bt-yellow, .tags, .article-info,
    .related, .right-rail, .zoom
    {
        display: none !important
    }
    .hitbox h3, .hitbox h3 a {
        background-color: #FFF;
    }
    .article-gallery .fancybox img {margin: 0pt auto !important}
    .left-rail, .page-content, .article-text, p {
        width: 100% !important;
    }
    .article-tools {

    }
    h1 {border: none}
}
/* 
* css only show/hide
*/
article {
    margin-bottom: 3rem;
    position: relative;
    *zoom: 1;
}

article:before, article:after {
    content: "";
    display: table;
}

article:after { clear: both }

article section.hide {
    display: none;
    visibility: hidden;
}

div.read_more {
    font-weight: bold;
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    text-align: right;
    cursor:pointer;
    text-decoration: underline;
}

.triangle-up {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid black;
    float: right;
    height: 0;
    left: 0.5rem;
    position: relative;
    top: 0.5rem;
    width: 0;
}

.triangle-down {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid black;
    float: right;
    height: 0;
    left: 0.5rem;
    position: relative;
    top: 0.5rem;
    width: 0;
}

.article-h5-title {
    margin-top:0.3rem; 
    font-weight: bold;
}

.gray{
    color:gray;
}

.article-item-mobile.ui-helper-clearfix {
    border-bottom: 1px solid #e6e6e6;
    padding-top:5px;
    padding-bottom:10px;
}

.clear {
    clear:both;
}

.konfigurator-adviser{
    background-position: right center;
    background-image: url("/images/pani.png");
    background-repeat: no-repeat;
    margin-top: 10px;
    text-align: right;
    margin-right: 5px;
    min-height: 125px;
}
.img_author {
    padding-top: 20px;
}
.img_author div.desc-container {
    float:left;
    /*width: 315px;*/
    position: relative;
}
.img-container {
    float: left;
    float: left;
    margin-right: 15px;
}
.img-container h4{
    text-align: center;
    margin: 15px 0;
}
.img_left img {
    margin-top: 20px;
    float: left;
    margin-right: 15px;
}
.img_right img {
    margin-top: 20px;
    float: right;
    margin-left: 15px;
}
.img_left div.desc-container, .img_right div.desc-container {
    float:left;
    width: 290px;
    position: relative;
}
.contents.links-top-container a {
    margin-bottom: 10px;
    float: right;
    clear: both;
}
.contents.links{
    text-align: right;
}
.adsense_468_60 {
    width: 100%;
}
.abstract-img {
    float: left;
    width: 355px;
    background-image: url('/i/pren-tlo-duze.jpg');
    background-position: 100% 0;
    background-repeat: no-repeat;
}
.links-top-container {
    float: right;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
    display: none;
}
.selectCats {
    display:none;
}
.selectMultiCats {
    /*margin: 10px 0 0 10px;*/
    /*width: 140px !important;*/
}
.ui-multiselect-checkboxes label {
    margin: 0;
}
.ui-multiselect-checkboxes label.ui-state-hover {
    font-weight: bold;
}
.ui-multiselect-checkboxes label input{
    margin-top: 0;
}
.optgroup-item {
    padding-left: 20px;
}
.optgroup-item label, .optgroup-item label.ui-state-hover {
    font-weight: normal;
}
#staticContent {
    background-image: url('/i/sprites/auto_katalog.png'); 
    height: 249px; 
    overflow: hidden; 
    text-align: center; 
    margin: 0 8px 10px 8px;
}
#staticContent a {
    display: block;
    height: 100%;
}
.menu_dot {
    margin: 5px 0 0 15px;
}

.menu_list {
    margin-top:50px; 
    margin-right:20px; 
    float:right; 
    font-family: wkioskach;
    font-size: 15px;
    list-style-image: url('/i/static/menu_arrow.png');
}

.menu_list li {
    font-weight: bold;
}

// video
.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.order-form .colbox {
    clear: left;
    float: left;
    width: 290px;
}
#___plus_0{
    display:block !important;
}
