﻿
.clr {
    clear: both !important;
}
.DealsformpaddRight10 { padding-right:10px !important; padding-left:0 !important;}

.dealSearchwraper {
    width: 355px;
    background: #f2f2f2;
    position: absolute;
    z-index: 1;
    display: none;
    top: -10px;
    right: 105px;   
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
}
.dealSearchContainer { padding:0 10px 10px 10px;}
span.smalldealsearch {
    color: #333 !important;
    font-size: 12px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.clr {
    clear: both;
}

.smalldeal_searchtext {
    font-size: 20px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}
.dealSearchheadingbg { background:#aaa;}
.marg-top-10 {
    margin-top: 10px;
}

.smalldealarrow {
    position: absolute;
    top: -18px;
    color: #aaa;
    right: 0;
    font-size: 26px;
}

.smalldealselect {
    font-size: 12px !important;
}

#selectplaceholder::-webkit-input-placeholder {
    font-size: 12px;
}

#selectplaceholder::-moz-placeholder { /* older Firefox*/
    font-size: 12px;
}

#selectplaceholder::-moz-placeholder { /* Firefox 19+ */
    font-size: 12px;
}

#selectplaceholder::-ms-input-placeholder {
    font-size: 12px;
}

.dropdown select {
    background: transparent;
    /*Hides the default arrows for Selects*/
    -webkit-appearance: none;
    -moz-appearance: none;
}


.dropdown {
   /* overflow: hidden;
    background: no-repeat right #fff;*/
}

.dropdown {
    position: relative;
}

    /*.dropdown:before {
        content: "";
        position: absolute;
        right: 3px;
        top: 13px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #333;
    }*/

    /*.dropdown:after {
        content: "";
        position: absolute;
        right: 3px;
        top: 12px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
    }*/

/*select > option { background: #D3D3D3; color: black;}*/
.padd-right-5 {padding-right:5px !important; padding-left:0 !important;}
.dealSearchdrop_select { padding-left:3px !important;}
