﻿
    
/*Search*/
.searchintext {
    direction: rtl;
    display: inline-block;
    font-size: 11px;
    height: 28px;
    line-height: 28px;
    margin: 0 6px 0 10px;
    overflow: visible;
    text-indent: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    float: right;
}

.searchinarrow {
    background: url("../Images/searchinarrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 5px;
    margin: 13px 0 0 8px;
    width: 10px;
}



.sright {
    background: url("../Images/sright2.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 30px;
    width: 3px;
}

#btnSearch {
    background: url("../Images/search_button3.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 32px;
    margin-top: -2px;
    width: 31px;
}

#ddrMainCategory {
    border: 0 none;
    cursor: pointer;
    height: 30px;
    line-height: 27px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: visible;
    width: auto;
}

.ddrMainCategory {
}

.searchin {
    float: right;
    background: url("../Images/searchin.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    width: 88px;
    right: 0;
    top: 1px;
    width: auto;
}


.LiteralDiv .divsearch {
    float:right;
    width:100%;
    direction:rtl;
}





/****Search*************/
.DivSearch {
    position: relative;
    /*width: 260px;*/
    float: left;
}

    .DivSearch .scenter {
        /*height: 30px;*/
        margin: 0;
        position: relative;
      
    }

   .DivSearch input {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #d8dee2;
  color: #8d8f95;
  float: left;
  font-family: byekan;
  height: 38px;
  text-align: right;
 
  padding-right: 7px;
  border-bottom-left-radius:0 !important;
  -o-border-bottom-left-radius:0 !important;
  -ms-border-bottom-left-radius:0 !important;
  -moz-border-bottom-left-radius:0 !important;
  -webkit-border-bottom-left-radius:0 !important;

    margin-right: 91%;


   border-bottom-right-radius:4px !important;
  -o-border-bottom-right-radius:4px !important;
  -ms-border-bottom-right-radius:4px !important;
  -moz-border-bottom-right-radius:4px !important;
  -webkit-border-bottom-right-radius:4px !important;




    border-top-left-radius:0 !important;
  -o-border-top-left-radius:0 !important;
  -ms-border-top-left-radius:0 !important;
  -moz-border-top-left-radius:0 !important;
  -webkit-border-top-left-radius:0 !important;


}

.DivSearch .btnSearch {
  background-color: #9DA3B1;
  background-image: url("../images/search.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #d8dee2;
  color: #fff;
  cursor: pointer;
  height: 40px;
  position: absolute;
  width: 40px;
  border-right:0 !important;


    border-bottom-left-radius:4px !important;
  -o-border-bottom-left-radius:4px !important;
  -ms-border-bottom-left-radius:4px !important;
  -moz-border-bottom-left-radius:4px !important;
  -webkit-border-bottom-left-radius:4px !important;


    border-top-left-radius:4px !important;
  -o-border-top-left-radius:4px !important;
  -ms-border-top-left-radius:4px !important;
  -moz-border-top-left-radius:4px !important;
  -webkit-border-top-left-radius:4px !important;


      border-bottom-right-radius:0px !important;
  -o-border-bottom-right-radius:0px !important;
  -ms-border-bottom-right-radius:0px !important;
  -moz-border-bottom-right-radius:0px !important;
  -webkit-border-bottom-right-radius:0px !important;


}
    .DivSearch #lookup h1 {
    }

    .DivSearch #lookup ul li {
        font-size: 12px;
    }

    /******************/

    .DivSearch #lookup {
        width: 550px;
        max-height: 400px;
        z-index: 99999;
        top: 30px;
        /*right:-262px;*/
        position: absolute;
        background: #fff;
        border: 1px solid #bcbcbc;
        border-right: 3px solid #6e6e6e;
        -moz-box-shadow: -1px 4px 10px 0 rgba(0,0,0,0.2);
        -webkit-box-shadow: -1px 4px 10px 0 rgba(0,0,0,0.2);
        box-shadow: -1px 4px 10px 0 rgba(0,0,0,0.2);
        display: none;
        right:0;
        padding:5px;
    }

        .DivSearch #lookup.noresult {
            width: 70%;
            border: 1px dotted #ccc;
            padding: 2px;
            margin: 0 auto;
            background-color: #f0f0f0;
            direction: rtl;
        }

        .DivSearch #lookup .more {
            background-color: #c3c3c3;
            box-shadow: 0 0 15px rgba(0,0,0,0.5) inset;
            width: 55px;
            height: 20px;
            line-height: 20px;
            margin-top: 10px;
            display: block;
            color: #fff;
            font-weight: bold;
        }

            .DivSearch #lookup .more:hover {
                box-shadow: 0 0 15px rgba(0,0,0,0.7) inset;
            }

        .DivSearch #lookup .plmore {
            margin: 0 0 0 18px;
        }

        /*.DivSearch #lookup h1 {
            margin: 12px 5px;
            padding:0 0 7px 0 !important;
            
            text-align: right;
            font-size: 13px;
            
            float:right !important;;
            width:100% !important;
        }*/

        .DivSearch #lookup h1 {
  float: right !important;
  font-size: 13px;
  margin: 12px 5px 2px;
  padding: 0 7px 7px 10px !important;
  text-align: right;
  background: white;
}

        .DivSearch #lookup ul {
  background: rgba(0, 0, 0, 0) url("../Images/headb.png");
  background-repeat: no-repeat;
  background-position: left 5px top 25px;
}
        .DivSearch #lookup .product {
            width: 240px;
            float: right;
            /*padding: 15px 0;*/
            margin: 0px;
            min-height: 230px;
        }

            .DivSearch #lookup .product .st span {
                background-color: #fff;
                padding-left: 10px;
            }

            .DivSearch #lookup .product .container {
                overflow: auto;
                margin-bottom: 15px;
            }

            .DivSearch #lookup .product .items {
                margin: 0 18px;
            }

                .DivSearch #lookup .product .items .sep {
                    background: url("../Images/sep.png") no-repeat scroll center center;
                    padding: 10px 0 5px;
                    width: 100%;
                }

                .DivSearch #lookup .product .items .item {
                    display: block;
                    overflow: hidden;
                    text-align: right;
                    position: relative;
                }

                    .DivSearch #lookup .product .items .item a {
                        display: block;
                        width: 100%;
                        max-height: 45px;
                    }

                    .DivSearch #lookup .product .items .item .desc {
                        direction: rtl;
                        float: left;
                        width: 195px;
                    }

                        .DivSearch #lookup .product .items .item .desc p {
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            overflow: hidden;
                            margin-right: 3px;
                        }

                    .DivSearch #lookup .product .items .item .img {
                        margin-left: 195px;
                        text-align: center;
                        width: 65px;
                    }

                        .DivSearch #lookup .product .items .item .img img {
                            max-width: 55px;
                            max-height: 45px;
                        }

        .DivSearch #lookup .other {
            width: 300px;
            min-height: 230px;
            float: left;
            background: #f6f6f6 url("../Images/sbg.png") no-repeat 100% 50%;
            padding: 0 5px;
            overflow-y:auto;
            height:300px;
        }

            .DivSearch #lookup .other .st span {
                background-color: #f6f6f6;
                padding-left: 10px;
            }



            .DivSearch #lookup .other .news {
                margin: 0 18px 20px;
                height: 125px;
            }

        .DivSearch #lookup ul {
            margin: 0 0 15px 0;
            padding:0 !important;
        }

            .DivSearch #lookup ul li {
                display: block;
                background: url("../Images/newsarrow.gif") no-repeat 99% 7px;
                overflow: hidden;
                text-align: right;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                padding-right: 13px;
                direction: rtl;
                /*line-height: 15px;*/
                width:95%;
            }


            .DivSearch #lookup .other h1{
  background: #f6f6f6 url("../Images/sbg.png") !important;

}

                .DivSearch #lookup ul li:hover {
                    background: url("../Images/newsarrow.gif") no-repeat 99% -127px;
                }

                .DivSearch #lookup ul li a {
                    width: 100%;
                    position: relative;
                    color: #333;
                    line-height:2 !important;

                }

                    .DivSearch #lookup ul li a:hover {
                        color: #ed1b2f !Important;
                    }

        .DivSearch #lookup:disabled {
            display: none;
        }
		.SearchMain .DivSearchRight {

  overflow: auto !important;
}

.LiteralDiv .divsearch {
    float:right;
    width:100%;
    direction:rtl;
}


.SearchMain {
  width: 97% !important;
  margin: 0 auto;
  float:none !important;
}

.TitleSearch {
  background: #984bb5 !important;
  direction: rtl;
  float: right;
  height: 25px;
  margin-bottom: 10px;
  width: 100%;
}
/*search end*/


.DivSearch #lookup ul li {
  background: rgba(0, 0, 0, 0) url("../Images/newsarrow.png") no-repeat scroll right 6px center;
  padding-right: 17px;
}



.DivSearch #lookup ul li:hover {
  background: rgba(0, 0, 0, 0) url("../Images/newsarrowhover.png") no-repeat scroll right 6px center;
  
}

.other ul li:hover {
background-color:#00AEC8 !important;
color:#fff !important;
}

    .other ul li:hover a {
        color: #fff !important;
        text-decoration:none;
    }

.DivSearch #lookup .other li:hover a{
    color: #fff !important;
}
.DivSearch #lookup .other li:hover{
 background-image:url("../Images/newsarrowhoverw.png") !important;
 background-color:#00AEC8 !important;

}

.DivSearch #lookup .other li {
padding-top:5px;
padding-bottom:5px;
}