/**
 * @name: dd.css
 * @description: customize dropdown 
 * @author: Marghoob Suleman - http://www.marghoobsuleman.com/
 * @version: 1.3 
 * @date: March 09, 2009 
 * @released: March 30, 2009 {1.3}, March 22, 2009 {1.2}, March 20, 2009 {1.0}
 * @category: Javascript Custom Component
 * @copyright (c) 2009 Marghoob Suleman (powered by: http://www.giftlelo.com/)
 */
.msDropDown div{display:inline-block; color:#000000; text-align:left;}

.msDropDown {
	background:#000;
  border:1px solid #3b3b3b;
  z-index: -1; 	
	padding:0;
  width:auto;
  display:inline-block;
	position:absolute;
	color:#fff;
	line-height:100%;
}


.msDropDown .msDropDown_Child{border:1px solid #3b3b3b;display:none; z-index:1; width:auto; margin:0; padding:0; cursor:pointer; background-color:#001620;overflow-x:hidden;}
.msDropDown .msEnabled{cursor:pointer}
.msDropDown .msDisabled{cursor:default;}
.msDropDown .msArrow{width:13px; display:block; background:url(img/select.png); text-indent: -6667px;position:relative; float:right;}
.msDropDown .msDropdownTitle{width:auto; display:inline-block;float:left;overflow:hidden;color:#fff; font-weight:bold; padding: 1px 3px 3px 8px;}
.msDropDown img{border:0}
.msDropDown a img.icon{padding-right:2px;}

.msDropDown .msDropDown_Child a{padding:2px 0 2px 4px; text-decoration:none;; display:block; height:auto; clear:both; margin:0; width:130%;}
.msDropDown .msDropDown_Child a, .msDropDown .msDropDown_Child a:visited{color:#fff; font-size: 0.85em;}
.msDropDown .msDropDown_Child a:hover{color:#000000; background-color:#006a9c;}
.msDropDown .msDropDown_Child a.selected{color:#000000; background-color:#006a9c;}

#preitemlist select {background:#000;border:none;font-size:0.85em;}