
.classic-drpmod{
   opacity: 1;
   line-height: 1;
   border: 0;
   border-radius: 0;
   background: #eee; //for IE
   -webkit-appearance: none; //for Google Chrome
   color: #fff;
   height: 50px;
   width: 22%;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   background: #eee;
   border: solid 2px #333333 ;
   border-radius: 5px;
   position: relative;
   float:left; 
   margin:5px 10px;
}
.classic-drpmod option {
	padding:10px;
	background-color:#eee;
	color:#333;
}
.ddlWrap:hover { background-color:#0099FF ;color:#fff; }
.catfilter{text-align:center;clear:both;width:100%;position:relative;left:20px;}
.drp-disable{pointer-events: none;opacity:0.2}
.drp-enable{pointer-events: click;opacity:1}

.imgstartdrp{float:left}

@media (max-width: 860px) {.ddlWrap {width:90%;} .imgstartdrp{display:none}}
 
@media only screen and (max-width: 768px) {
	/* For mobile phones: */
	.classic-drpmod {
		width: 90%;
	}
	.imgstartdrp{display:none}
}
