﻿.favorit {
    float: left;
    margin-left: 5px;
    background: url(/design/ShImages/favorit-disable.png);
    width: 24px;
    height: 24px;
    cursor: pointer;
    /*border-radius: 30px;*/
    outline: none;
}

    .favorit.enabled {
        background: url(/design/ShImages/favorit-enable.png);
    }

.price {
    font-size: 30px;
    font-weight: bold;
    color: white;
    letter-spacing: -1px;
    position: inherit;
}


.gallery li {
    width: 110px;
}

.gallery {
    left: 0;
}
/*.gallery li:first-child {
       margin-left: 0;
   }*/

.accesory {
    width: 105px;
}

.lbl_name {
    /*display:inline-block;*/
    width: 84px;
    /*text-align: center;*/
}

/*table
    {
        width:212px;
    }*/

.detailsTable td {
    /*text-align:center;*/
    direction: rtl;
}



.next.next-stage {
    width: 120px;
}

.basic-info tr {
    height: 30px;
}

.lbl_title {
    font-size: 24px;
    font-weight: normal;
    width: 79%;
    float: right;
}

.td_info_title {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
    text-align: right;
    padding-right: 5px;
    width: 70px;
}

.td_info_content {
    font-family: Arial;
    font-size: 14px;
    vertical-align: top;
    text-align: right;
    padding-right: 5px;
}

.captionOrange, .captionBlack {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.captionOrange {
    background: #EB5100;
    background-color: rgba(235, 81, 0, 0.6);
}

.captionBlack {
    font-size: 16px;
    background: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

a.captionOrange, A.captionOrange:active, A.captionOrange:visited {
    color: #ffffff;
    text-decoration: none;
}

    a.captionOrange:hover {
        color: #eb5100;
        text-decoration: underline;
        background-color: #eeeeee;
        background-color: rgba(238, 238, 238, 0.7);
    }

.bricon {
    background: url(../img/browser-icons.png);
}

/* jssor slider arrow navigator skin 02 css */
/*
            .jssora02l              (normal)
            .jssora02r              (normal)
            .jssora02l:hover        (normal mouseover)
            .jssora02r:hover        (normal mouseover)
            .jssora02ldn            (mousedown)
            .jssora02rdn            (mousedown)
            */
.jssora02l, .jssora02r, .jssora02ldn, .jssora02rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(../test/7/img/a02.png) no-repeat;
    overflow: hidden;
}

.jssora02l {
    background-position: -3px -33px;
}

.jssora02r {
    background-position: -63px -33px;
}

.jssora02l:hover {
    background-position: -123px -33px;
}

.jssora02r:hover {
    background-position: -183px -33px;
}

.jssora02ldn {
    background-position: -243px -33px;
}

.jssora02rdn {
    background-position: -303px -33px;
}

/* jssor slider thumbnail navigator skin 03 css */
/*
                .jssort03 .p            (normal)
                .jssort03 .p:hover      (normal mouseover)
                .jssort03 .pav          (active)
                .jssort03 .pav:hover    (active mouseover)
                .jssort03 .pdn          (mousedown)
                */
.jssort03 .w, .jssort03 .pav:hover .w {
    position: absolute;
    width: 90px;
    height: 90px;
    border: white 1px dashed;
}

* html .jssort03 .w {
    width /**/: 92px;
    height /**/: 92px;
}

.jssort03 .pdn .w, .jssort03 .pav .w {
    border-style: solid;
}

.jssort03 .c {
    width: 92px;
    height: 92px;
    filter: alpha(opacity=45);
    opacity: .45;
    transition: opacity .6s;
    -moz-transition: opacity .6s;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
}

.jssort03 .p:hover .c, .jssort03 .pav .c {
    filter: alpha(opacity=0);
    opacity: 0;
}

.jssort03 .p:hover .c {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}


styled {
    float: left;
}

span.customSelect {
    background: url(/design/ShImages/select-btn.png) no-repeat;
    height: 25px;
    -webkit-appearance: none;
    width: 58px;
    float: left;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #969696;
    overflow: hidden;
}

    span.customSelect.changed {
        background-color: #f0dea4;
    }

.customSelectInner {
    padding: 4px;
}



.ThankYou {
    width: 200px;
    height: 80px;
    color: #A72121;
    font-size: 18px;
    font-weight: bold;
    padding-right: 12px;
    padding-top: 5px;
}

  .closeButton {
                                                                        background-image: url(7/img/close.png);
                                                                    }

                                                                        .closeButton:hover {
                                                                            background-position: -30px 0px;
                                                                        }