@charset "utf-8";
/* CSS Document */

/* select to get elements */
select#collections_dd { position:absolute; left:-10000px; display:none; overflow:hidden; padding:0px; margin:0px; }

/* dynamically build drop down */
dl.dropdown { margin:0px; padding:0px; }

.dropdown a, .dropdown a:visited { color:#4B4B4B; text-decoration:none; outline:none; }
.dropdown a:hover { color:#FF4728;}

.dropdown dd, .dropdown dt, .dropdown ul, .dropdown a  { margin:0px; padding:2px; font-family:Arial; }

.dropdown dd { position:absolute; }
.dropdown dd ul { background:#ffffff none repeat scroll 0 0; border:none; color:#4B4B4B; display:none; 
                  position:absolute; top:0px; left:0px; width:auto; min-width:150px; list-style:none;
}
.dropdown dd ul li a { float:none; display:block;}
.dropdown dd ul li a:hover { background-color:#cccccc;}

.dropdown dt a { background:#ffffff url(ddlArrow.png) no-repeat scroll right center;
                 display:block; border: none; width:150px;
}
.dropdown dt a:hover { color:#FF4728; border:none;}

.dropdown dt a span {cursor:pointer; display:block;}
.dropdown span.value { float:none; display:none;}
