/* Reset */
html {
    height: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body,
h1, h2, h3, h4, h5, h6,
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img,
em, dfn, del, ins,
a,
tbody, tfoot, thead, tr,
li,
label, legend,
figure, figcaption {
    margin: 0;
    padding: 0;
}

/* Reset HTML5 elements */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/**
 * Flexible Media and Cross browser improvements
 * - This can cause issues in table cells where no width is set on the column,
 *   only in some versions of webkit and IE 7/8.
 * - Google maps break also, see below for fixes.
 */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

figure {
    margin: 0;
    padding: 0;
}

object,
embed,
video {
    max-width: 100%;
}

/* Kill flexible images in IE6-8 */
.ie6-8 img {
    max-width: none;
}

/* Override max-width 100% for map displays, as much as possible anyway... */
#map img,
.gmap img,
.view-gmap img,
.openlayers-map img,
#getlocations_map_canvas img,
#locationmap_map img,
.geofieldMap img,
.views_horizontal_slider img {
    max-width: none !important;
}

/* Improve IE's resizing of images */
svg:not(:root) {
    overflow: hidden;
}

/* Helpful classes for hiding content */
.offscreen {
    position: absolute;
    top: -99999em;
    width: 1px;
    height: 1px;
    overflow: hidden;
    outline: 0;
}

.element-hidden {
    display: none;
}

* {
    outline: none !important;
}

html {
    height: 100%;
    overflow-y: scroll;
}

body, html {
    margin: 0;
    padding: 0;
    color: #4A4A4A;
    font-family: Georgia, Arial, sans-serif;
}

.mb-header-region {
    text-align: center;
    line-height: 2.5em;
    max-height: 67px;
    overflow: hidden;
}

.mb-header-region a {
    color: #464646 !important;
    fot-weight: normal;
    font-size: 1.6em;
}

body {
    min-width: 960px;
    padding: 0px;
    font: 12px/170% Georgia, Arial, sans-serif;
    background-color: #ffffff;
    /* background:transparent url(img/page-sh.png) no-repeat center 0; */
}

input {
    font: 12px/100% Georgia, Arial, sans-serif;
    color: #000;
    height: 18px;
    border: 1px solid #38474A;
}

textarea, select {
    font: 12px/160% Georgia, Arial, sans-serif;
    color: #000;
}

table {
    border-collapse: collapse;
}

td {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: Georgia, Arial, sans-serif;
    color: #0857a6;
}

h1 {
    font-size: 180%;
    margin-bottom: 15px;
}

h2 {
    font-size: 160%;
    line-height: 130%;
}

h3 {
    font-size: 140%;
}

h4 {
    font-size: 130%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: 110%;
}

ul, quote, code, fieldset {
    margin: .5em 0;
}

p {
    margin: 0.6em 0 1.2em;
    padding: 0;
}

a:link, a:visited {
    color: #0857a6;
    text-decoration: none;
}

a:hover {
    color: #0857a6;
    text-decoration: underline;
}

a:active, a.active {
    color: #228D9B;
}

ul {
    margin: 0.5em 0 1em;
    padding: 0;
}

ol {
    margin: 0.75em 0 1.25em;
    padding: 0;
}

ol li, ul li {
    margin: 0.4em 0 0.4em 0.5em;
}

tbody {
    border: 0;
}

#wrap {
    max-width: 1432px;
    min-width: 960px;
    padding-top: 3px;
    margin: 0 auto;
    position: relative;
    overflow-y: hidden;
}

#logo {
    text-align: center;
    float: left;
    position: relative;
    color: #fff;
    display: inline;
    padding: 0 0 0 0px;
    left: 0px;
    font-size: 90%;
    font-weight: bold;
}

#basket {
    text-align: left;
    float: left;
    position: relative;
    background-image: url('img/basket.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 97px;
    padding: 0;
    line-height: 12px;
    min-height: 62px;
    padding-top: 22px;
}

#basket a, #basket a:hover, #basket a:visited {
    text-decoration: none;
    color: #0857a6;
}

#main {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    margin: 0;
    background: #fff;
    border: none !important;
}

#left {
    position: relative;
    float: left;
    width: 190px;
    padding-bottom: 20px;
    margin-left: -100%;
}

#left ul {
    margin: 0px 0 0 15px;
    list-style: none;
}

#left li, #left li.leaf {
    display: block;
    border-bottom: 1px dashed #D4D4D4;
    width: 140px;
    padding-left: 15px;
    background: transparent url('img/arrow.gif') no-repeat 0 10px !important;
    list-style: none;
}

#left a {
    color: #4A4A4A;
    padding-left: 0px;
    margin: 0;
}

ul.menu li {
    margin: 0.4em 0 0.4em 0.5em;
}

.menu-left {
    clear: both;
    padding-bottom: 10px;
}

.title-left, .mb-title-left {
    display: block;
    background: none;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal;
    padding: 0 0 0 16px;
    background: transparent url(img/block-title.png) no-repeat 0 0;
    margin: 7px 0 0 0;
}

.mb-title-right {
    display: block;
    padding-right: 16px;
    background: transparent url(img/block-title.png) no-repeat right -30px;
}

.mb-title-center {
    display: block;
    text-align: center;
    background: transparent url(img/block-title.png) no-repeat 16px -30px;
    margin: 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
}

#content {
    position: relative;
    float: left;
    margin: 0 0 0 0px;
    padding: 20px 20px;
    width: 528px;
}

#content-full .mb-content-in {
    margin-left: 190px;
    padding: 0 10px 20px 20px;
}

#content-full ul, #content ul {
    padding: 0 15px;
    margin: 0;
}

#content img, #content-full img {
    border: 0;
}

#right {
    position: relative;
    float: right;
    width: 196px;
    padding-bottom: 20px;
}

.title-right {
    text-align: center;
    float: left;
    position: relative;
    background-image: url('img/title-right.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 47px;
    width: 196px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 100%;
    font-weight: bold;
    padding: 4px 5px 0 0;
    left: 9px;
    top: 10px;
}

.content-right {
    padding: 0 10px 10px 20px;
}

#footer {
    margin: 0px 0 0 0;
    clear: both;
    height: 34px;
    width: 100%;
}

#footer ul {
    text-align: left;
    margin: 0px 0 0 30px;
    padding: 0;
    list-style: none;
}

#footer li {
    display: inline;
    padding: 7px 5px;
    margin: 0;
    float: left;
    background-repeat: no-repeat;
    background-position: 0 2px;
    font-size: 90%;
    text-transform: uppercase;
}

#footer a {
    text-decoration: underline;
}

.mb-content-wr {
    float: left;
    width: 100%;
}

.mb-content-in {
    padding: 10px;
    text-align: left;
}

#topmenu {
    float: left;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 95%;
    font-weight: bold;
    width: 100%;
    color: #464646;
    position: absolute;
    bottom: 0;
    left: 0;
}

#topmenu ul {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
}

#topmenu li {
    display: inline-block;
    padding: 0;
    margin: 0 -20px 0 0;
    float: right;
    z-index: 1;
}

#topmenu li.first {
    margin-right: 0 !important;
}

.links.primary-links {
    white-space: nowrap;
}

#topmenu a {
    font-size: 100%;
    font-weight: bold;
    display: inline-block;
    float: right;
    height: 26px;
    line-height: 26px;
    padding-left: 27px;
    background: transparent url(img/mmenu-sprite.png) no-repeat 0 -26px;
}

#topmenu a span {
    display: inline-block;
    float: right;
    height: 26px;
    line-height: 26px;
    color: #185797;
}

#topmenu a span.mb-right-wr {
    padding-right: 27px;
    background: transparent url(img/mmenu-sprite.png) no-repeat right -130px;
}

#topmenu a span.mb-center-wr {
    padding: 0;
    font-size: 1.25em;
    font-weight: normal;
    background: transparent url(img/mmenu-sprite.png) repeat-x right -78px;
}

#topmenu li.active, #topmenu li.active * {
    z-index: 9999;
}

#topmenu li.active-trail a {
    background: transparent url(img/mmenu-sprite.png) no-repeat 0 0;
    z-index: 9999;
}

#topmenu li.active-trail a span.mb-right-wr {
    background: transparent url(img/mmenu-sprite.png) no-repeat right -104px;
}

#topmenu li.active-trail a span.mb-center-wr {
    background: transparent url(img/mmenu-sprite.png) repeat-x right -52px;
    color: #ffffff;
}

#topmenu li.prev-active-trail a span.mb-right-wr {
    background: transparent url(img/mmenu-sprite.png) no-repeat right -156px;
}

#copyright {
    float: right;
    margin: 7px 20px 0 0;
    text-decoration: underline;
}

.dotted {
    border: 1px dashed #B1B1B1;
    width: 200px;
    border-collapse: collapse;
    margin-bottom: 5px;
}

.dotted td {
    border: 1px dashed #B1B1B1;
    text-align: center;
    height: 25px;
    padding: 0;
    font-size: 13px;
}

.dottedcart {
    border: 1px dashed #B1B1B1;
    width: 100%;
    border-collapse: collapse;
}

.dottedcart td {
    border: 1px dashed #B1B1B1;
    text-align: center;
    height: 25px;
    padding: 10px 5px;
}

#collection {
    color: #4A4A4A;
}

.addtocart {
    border: 0;
    width: 87px;
    height: 25px;
    padding: 0;
    margin: 0;
}

.radiocoll {
    border: 0;
}

.views-field-title {
    font-size: 11pt;
    text-decoration: none;
    font-weight: bold;
}

.uc-price {
    color: #D21717;
    font-size: 11pt;
    font-weight: bold;
}

.views-header-sort {
    text-align: right;
}

.views-field-field-image-cache-fid {
    margin: 10px 0;
    max-height: 180px;
    overflow: hidden;
}

.views-header-sort {
    text-align: left;
}

.product-image {
    clear: left;
    float: left;
    margin: 0px 30px 15px 0;
    text-align: left;
}

.more-product-images {
    width: auto;
}

.more-product-images img {
    vertical-align: top;
    margin: 20px 10px 0 0;
    clear: both;
}

.price-prefixes {
    padding: 0 0 10px 0;
}

.uc-price-value {
    color: #010101;
    font: italic 20px Arial;
    height: 23px;
    padding: 0 0 0 5px;
    width: 142px;
}

.uc-price-rur {
    color: #181817;
    font: italic bold 14px Arial;
}

.node-add-to-cart {
    background: url('img/addtocart.png') no-repeat scroll left center transparent;
    border: medium none;
    cursor: pointer;
    height: 25px;
    margin: 0;
    padding: 0;
    width: 87px;
}

.sku {
    font: 12px/20px Arial;
    margin-top: 10px;
}

.sku span {
    color: #666666;
}

.length-width-height {
    margin-top: 10px;
}

.add-to-cart {
    margin-top: 25px;
}

.product-cut-info {
    vertical-align: top;
    text-align: left;
    clear: both;
}

.product-body {
    margin: 30px 0;
    clear: both;
}

#cart-form-products {
    margin-top: 30px;
}

#cart-form-products table td {
    border-bottom: 1px solid #228D9B;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background: #FFF;
    padding: 5px;
    vertical-align: middle;
}

#cart-form-products td.image {
    text-align: center;
}

#cart-form-products td img {
    padding: 0;
    float: none;
}

#cart-form-products .tableHeader-processed th {
    color: #FFF;
    font: bold 13px Arial;
    background: #3c71a7;
    border: 1px solid #228D9B;
    padding: 8px 12px;
}

#cart-form-buttons, #cart-form-products, #checkout-form-bottom, #comments-pane, #delivery-pane, #customer-pane {
    border: 0;
}

#comments-pane legend, #comments-pane .description {
    display: none;
}

#delivery-pane legend, #delivery-pane .description {
    display: none;
}

#customer-pane legend, #customer-pane .description {
    display: none;
}

.field-label {
    text-align: left;
}

#uc-cart-checkout-form fieldset {
    margin-bottom: 0;
}

#edit-panes-comments-comments-wrapper, #edit-panes-customer-primary-email-wrapper {
    margin: 0;
}

.order-review-table {
    border: 0;
}

.order-review-table .pane-title-row td {
    color: #FFF;
    font: bold 13px Arial;
    background: #228D9B;
    border: 1px solid #228D9B;
    padding: 8px 12px;
}

.order-review-table .review-button-row {
    margin-top: 10px;
    text-align: right;
    background-color: #FFF;
    border: 0;
}

.review-button-row td {
    padding-top: 10px;
}

.order-review-table td {
    padding: 5px;
}

.map {
    padding: 0 0 0 20px;
}

.map li {
    list-style-type: disc;
    margin: 3px 0;

}

.map ul {
    padding: 0 0 0 20px;
}

.map ul li {
    list-style-type: circle;
}

.uc-list-complect td {
    padding: 6px 10px;

}

.uc-list-complect-name {

}

.uc-text-prefix {

}

.uc-list-with td {
    padding: 6px 25px;
    color: #691F51;
    text-align: center;
    border-right: 1px dashed #999999;

}

.uc-list-with-name {
    margin-top: 5px;
    font-weight: bold;
    font-size: 16px;
}

.uc-list-with-price td {
    vertical-align: top;
}

#img-options {
    display: none;
}

.clear {
    clear: both;
}

.form-radios .form-item {
/ / display : block;
/ / float : left;
/ / padding : 5 px 5 px;
/ / clear : both;
}

.form-item img {
    float: left;
    margin: 10px;
}

.uc-img-option {
    clear: both;
    float: center;
}

.uc-attr-tbl {
    text-align: center;
    border: 1px dashed #9A9A9A;
    border-collapse: collapse;
    float: right;
    padding: 10px 12px;
}

.uc-attr-tbl td {
    padding: 10px 12px;
    border: 1px dashed #9A9A9A;
}

.uc-attr-tbl a {
}

.uc-product-with-buy {
    font-weight: bold;
}

.views-field-field-params-value {
    font-size: 8pt;
    font-weight: bold;

}

.col-1, .col-2, .col-3 {
    vertical-align: top;
}

#coll1, #coll2, #coll3, #coll4, #coll5, #coll6, #coll7, #coll8 {
    /* display: none; */
    padding: 0px 0 0 10px;
    margin: 0;
}

.material {
    display: inline;
    width: 210px;
    float: left;
    padding: 0;
    margin: 0;
}

.attributes {
    /*display: none;*/
}

.attribute-1, .attribute-2, .attribute-3, .attribute-4, .attribute-5 {
    display: none;
}

.materialscart {
    display: inline;
    float: left;
    text-align: center;
    margin-top: 10px;
}

.materialscart div {
    display: inline;
    float: left;
    text-align: center;
    margin-right: 30px;
}

.divfullimg {
    display: none;
}

.newsa {
    font-weight: bold;
}

#edit-list-price-wrapper, #edit-cost-wrapper, #edit-shippable-wrapper, #edit-weight-wrapper, #edit-weight-units-wrapper, #edit-pkg-qty-wrapper,
#edit-pkg-qty-wrapper, #edit-default-qty-wrapper, #edit-length-units-wrapper, #edit-dim-length-wrapper, #edit-dim-width-wrapper, #edit-dim-height-wrapper {
    display: none;
}

#simplemodal-overlay {
    background-color: #000;
    cursor: wait;
}

#simplemodal-container {
    height: 500px;
    width: 650px;
    color: #000;
    background-color: #fff;
    border: 4px solid #DBDBDB;
    padding: 12px;
}

#simplemodal-container code {
    background: #141414;
    border-left: 3px solid #65B43D;
    color: #000;
    display: block;
    margin-bottom: 12px;
    padding: 4px 6px 6px;
}

#simplemodal-container a {
    color: #ddd;
}

#simplemodal-container a.modalCloseImg {
    background: url(img/x.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
}

#simplemodal-container #basic-modal-content {
    padding: 8px;
}

#helper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -10;
}

#attribute-1 {
    height: 500px;
    overflow: auto;
    z-index: 1;

}

.search {
    margin: 0;
    padding: 0;
    height: 20px;
    width: 201px;
}

.search_other {
    position: absolute;
    right: 0;
    top: 0;
}

form.search_all {
    vertical-align: top;
    text-align: left;
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
}

input.search_box {
    background: none;
    vertical-align: top;
    border: 1px solid #228D9B;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #565054;
    cursor: text;
    float: left;
    display: inline;
    padding: 0;
    margin: 0;
    width: 135px;
    height: 19px;
}

input.search_button {
    background: #ebe9ee url("img/search_button.png") no-repeat center center;
    vertical-align: top;
    border: none;
    cursor: pointer;
    text-indent: -10000px;
    float: left;
    display: inline;
    padding: 0;
    margin: 0;
    height: 21px;
    width: 19px;
}

.views-field-sell-price, .sell span {
    font-weight: bold;
    color: #D21717;
    font-size: 12pt;
}

.views-field-view-node {
    font-weight: bold;
}

.list-add-to-cart {
    background: url("img/buy.jpg") no-repeat scroll left center transparent;
    border: medium none;
    cursor: pointer;
    height: 25px;
    margin: 0;
    padding: 0;
    width: 87px;
}

.views-field-view-node {
    float: left;
    display: inline;
}

.views-field-buyitnowbutton-1, .views-field-buyitnowbutton {
    float: right;
    display: inline;
}

#edit-field-with-nid-nid {
    height: 200px;
}

#edit-field-complect-nid-nid {
    height: 200px;
}

#upLink {
    background: url("img/arrow-up.png") no-repeat scroll 0 0 transparent;
    bottom: 30px;
    cursor: pointer;
    display: block;
    height: 90px;
    left: 30px;
    position: fixed;
    text-decoration: none;
    width: 90px;
    z-index: 999;
}

div.attribute-9 input.form-radio {
    display: none;
    clear: both;
}

div.attributes {
    clear: both;
}

input.node-add-to-cart {
    clear: both;
}

div.attribute-9 div.form-radios div.form-item {
    display: inline;
    position: relative;
    float: left;
    width: 60px;
    margin-right: 8px;
    text-align: center;
    color: #6F6F6F;
    font-size: 9px;
    line-height: 10px;
    cursor: pointer;
}

div.attribute-9 div.form-radios div.form-item img {
    cursor: pointer;
}

.form-item label.option {
    display: inline;
}

#left li.leaf, #left li.collapsed {
    list-style-image: none !important;
    list-style-type: none !important;
}

#header .mb-content-sidebar-right {
    clear: none;
    float: left;
    margin-left: -204px;
    width: 204px;
}

.mb-content-sidebar-left {
    float: left;
    margin-left: -100%;
}

#header .mb-content-in {
    margin-left: 242px;
    margin-right: 204px;
    position: relative;
    diplay: block;
    height: 95px;
    overflow: hidden;
    padding: 3px 0 0 0;
}

.mb-worktime {
    font-size: 1.6em;
}

#header {
    height: 98px;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
    background: transparent url(img/header-bottom.png) no-repeat 0 100%;
}

#header .mb-header-rb {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 20px;
    width: 12px;
    background: transparent url(img/header-bottom.png) no-repeat 100% 100%;
}

.mb-cart-counter {
    display: block;
    padding-top: 7px;
    font-size: 1.25em;
}

.mb-cart-in {
    padding-left: 78px;
}

a.mb-cart-link {
    font-size: 1.25em;
}

.mb-field-label, .mb-field-items {
    color: #4a4a4a;
}

.mb-cart-in .mb-field-label {
    text-transform: capitalize;
}

.mb-field-items {
    padding-left: .5em;
}

.mb-cell-float-left {
    float: left;
}

.mb-cell-float-left {
    height: 300px;
    width: 202px;
    padding: 0 40px 48px 0;
}

.mb-cell-float-left .views-row {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.mb-cell-float-left .views-field-view-node, .mb-cell-float-left .views-field-buyitnowbutton-1, .mb-cell-float-left .views-field-buyitnowbutton {
    position: absolute;
    bottom: 0;
}

.mb-cell-float-left .views-field-view-node {
    left: 0;
    margin-bottom: 3px;
}

.mb-cell-float-left .views-field-buyitnowbutton-1, .mb-cell-float-left .views-field-buyitnowbutton {
    right: 0;
}

.view-content {
    padding-top: 20px;
}

.tabs.primary {
    margin: 7px 250px 15px 0 !important;
    width: auto;
}

.mb-material-cat-wr {
    float: left;
    width: 215px;
}

.mb-pr-base-wr {
    width: 100%;
}

.mb-pr-photos-wr {
    width: auto;
}

.mb-field-r-block {
    min-width: 250px;
}

.mb-field-r-block-inner {
    padding-left: 15px;
}

.views-header-sort {
    padding: 10px 0;
}

.views-label-sort {
    color: #185797;
    font-style: italic;
    font-size: 1.4em;
    line-height: 2em;
    height: 2em;
    display: inline-block;
}

.mb-sort-right {
    display: inline-block;
    padding-left: 3px;
}

.mb-popup {
    position: absolute;
    background-color: #ffffff;
    border: 1px dashed #B1B1B1;
    padding: 5px 15px 5px 5px;
    box-shadow: 1px 1px 7px #ccc;
}

.mb-show-coll {
    padding: 3px 0;
    display: block;
    z-index: 999;
}

.mb-pr-photos-wr {
    width: 430px;
}

.views-field .list-add-to-cart {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}

.block-subject-with-link a, .block-subject-with-link a:link, .block-subject-with-link a:visited {
    text-decoration: underline;
    color: #fff !important;
}

.block-subject-with-link a:hover {
    text-decoration: none !important;
}

.block-subject-with-link:hover {
    background: url("img/block-title2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.block-subject-with-link:hover .mb-title-right {
    background: url("img/block-title2.png") no-repeat scroll right -30px rgba(0, 0, 0, 0);
}

.block-subject-with-link:hover .mb-title-center {
    background: url("img/block-title2.png") no-repeat scroll 16px -30px rgba(0, 0, 0, 0);
}

.mb-float-right {
    float: right;
}

.views-header-sort {
    padding: 0;
}

.views-label-sort {
    color: #164c7b;
    display: inline-block;
    font-weight: normal;
    font-size: 1em;
    font-style: normal;
    height: 1em;
    line-height: 1em;
}

.views-header-sort a{
    border: 1px solid #164c7b;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    display: inline-block;
    font-size: 1em;
    height: 2em;
    line-height: 2em;
    margin-left: 10px;
    padding: 0 7px 0 5px;
    color: #164c7b;
}

.views-header-sort a.mb-active-sort,
.views-header-sort a:hover{
    background-color: #164c7b;
    border: 1px solid #164c7b;
    color: #ffffff;
}

.views-header-sort a span {
    display: inline-block;
    height: 2em;
    line-height: 2em;
}

.mb-arrow {
    display: inline-block;
    padding:0 0 0 4px;
}

.view .views-view-grid{
    padding-top:1em;
}

.mb-after-bread-region{
    text-align:center;
}

.mb-after-bread-block{
    display:inline-block;
    max-width:50%;
    border: 2px solid blue;
    border-radius:10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding:5px;
    background-color: #bcedfa;
    font-size:1.1em;
}