


div.autocomplete {
  position:absolute;
  background-color:#ffffff; /*Background colour for dropdown*/
  border:1px solid #ccc;
  margin:0px;
  padding:0px;
  font-size:1em; /*Font size for dropdown options - Originally .3em*/
  text-align:left;
  max-height:inherit; /*Maximum height for dropdown*/
  white-space:normal;
  width:124px; /*Max width for dropdown browse form select, 400px though does not follow*/
  max-width:124px;
  overflow:inherit;
}
div.autocomplete ul {
  max-width:175px;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { 
  background-color: #3399FF; /*Background Colour for whatever the user is hovering over*/
  color:#ffffff;
}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:0px; /*Was originally simply 0px*/
  cursor:pointer;
  color:#000000;
  font-size:1em; /*Changing the font color within the dropdown menu for industry*/
  line-height:1.3em; /*New attribute, just delete to revert to original*/
  font-size:.9em; /*New attribute, delete to revert to original*/
}

/* alternative style */

div.autocomplete2 {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  padding:0px;
  font-size:0.3em;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
div.autocomplete2 ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete2 ul li.selected { 
  background-color: #deffff;
}
div.autocomplete2 ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:0px;
  cursor:pointer;
}

/* new style version 0.4 */

div.autocomplete4 {
  position:absolute;
  width:500px;
  background-color:black;
  margin:0px;
  margin-left:5px;
  padding:0px;
  font-size:0.3em;
  text-align:left;
  max-height:200px;
  overflow:auto;
  color:#f4f4f4;
}
div.autocomplete4 ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete4 ul li.selected { 
  background-color: #8bc9fe;
  color:black;
}
div.autocomplete4 ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:0px;
  cursor:pointer;
}



/* Learning Services Registration / Checkout Pages */

.big_info_box table {
padding-left: 18px;
}


/* Misc */


body {
	font-size: 12px;
}

#main p, #main2 p, #mainLN_M p, #mainM_only p {
	font-size: 12px;
}

#mainPcopyCol1 p, #mainPcopyCol2 p, #mainPcopyCol3 p  {
	font-size: 12px;

}


li.eloquent {
  background: none !important;
  margin-left: 40px !important;
  padding-left: 0 !important;
}