bdi {
    direction: rtl;
}

.front .page {
    width: 100% !important;
}

/*
* Homepage slider.
*/
div.view-homepage-slider {
    position: relative;
}

div.view-homepage-slider div.views-slideshow-cycle-main-frame-row-item {
    position: relative;
}

div.view-homepage-slider div.views-field-body {
    position: absolute;
    left: 0;
    top: 0;
    margin: 20px;
}

div.view-homepage-slider div.vscc_controls {
    direction: ltr;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1000;
}

div.view-homepage-slider span.vscc_controls_previous {
    float: left;
}

div.view-homepage-slider div.vscc_controls img {
    width: 15px;
}

/*
* Taxonomy page.
*/
div.taxonomy-term div.content {
    height: auto !important;
}

div.view.term-children div.views-row:hover div.field-content {
    border-bottom: #818d93 solid 6px;
}
div.view.term-children div.views-row div.field-content {
    border-bottom: white solid 6px;
}

div.view.term-children div.views-row img {
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 10px;
}

div.view.term-children div.views-row {
    float: right;
    width: 230px;
    min-height: 275px;
    margin-bottom: 20px;
    padding-top: 5px;
}

div.view.term-children div.views-row div.views-field-name,
div.view.term-children div.views-row div.views-field-title {
    color: #4c575d;
    border-top: #a5aeb4 solid 1px;
    text-align: center;
    padding: 6px 0 16px 0;
    margin: 0;
}

div.view.term-children div.views-row div.views-field-name a,
div.view.term-children div.views-row div.views-field-title a {
    color: #4c575d;
    font-size: 1.17em;
    font-weight: bold;
}
div.field-name-field-image-cat img,
div.field-title-field-image-cat img
{
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 10px;
    width: 230px;
}

/** Product page **/
.product_name h1 {
    margin: 0; height: 280px
}

.description strong {
    color: #cc0000;
}

div.video-container {
    display: table-cell;
    width: 710px;
    border-top: #818d93 solid 1px;
    padding-top:20px;
}
div.video-container iframe {
    float:right;
    margin-bottom: 20px;
    width: 400px;
    height: 225px;
}
div.video-container div {
    clear: both;
    padding-right: 100px;
}

/** Search **/
#edit-search-block-form--2 {
    max-width: 85%;
}

#search-block-form .form-submit {
    float: left;
}

#mimemail-body, .htmlmail-body, .mail-body {
    direction: rtl;
}