/* CSS Document */
.dropdown_search {
      border:1px solid #cccccc ; 
	  appearance:none;
	  -webkit-appearance: none;  /*Removes default chrome and safari style*/
      -moz-appearance: none; /* Removes Default Firefox style*/
      background-image:url(/Portlets/images/css/icons/jumpdown.jpg); /*Adds background-image*/
	  background-repeat:no-repeat; 
      background-position: right;  /*Position of the background-image*/
      width: 90px; /*Width of select dropdown to give space for arrow image*/
      text-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/
	  margin-left:-9px;
	  height:21px;
	  padding:0px;
	}
	
	
.dropdown_list {
      text-overflow: "";  /*Removes default arrow from firefox*/
	  height:25px;
	  padding:0px 0px 2px 10px;
	  font-size:18px;
	}

.popular{ 
	background-color: #FFFFFF;
    background-image:url(/Portlets/images/css/icons/arrow_popular.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    border: 1px solid #cdcdcd;
    left: 90px;
    paddingXXX: 20px 0 20px 20px;
    position: absolute;
    width: 400px;
    z-index: 1;
	margin-topXXX:10px;
	line-height: 20px;}
	
.slider_button li{
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    height: 11px;
    margin: 5px;
    position: relative;
    width: 11px;
	left: 500px;
    top: -30px;
	}
	.slider_button li.active{
	background-color: #cdcdcd !important;
	}