/* ///////////////////////////
Hijack Specific CSS
Please feel free to modify to meet your needs
If you see areas of improvement please let us know!
/////////////////////////// */ 
.hjsel_select 
{
	border: solid 1px #ccc;
	border-top: solid 1px #abadb3;
	background: #fff;
	min-width: 150px;
	width: 200px;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
}

.hjsel_container input,
.hjsel_options li {
	font-size: 1em;
}	

.hjsel_txtbox 
{
	border: solid 1px #fff;
	margin-left: 2px;
	width: 183px;
}

.hjsel_options 
{
	display: none;
	position: absolute;
	z-index: 1;
	
	background: #fff;
	border: solid 1px #888;
	border-width: 1px 1px 1px 2px;
	border-color: #888 #000 #000 #888;
	max-height: 200px;
	_height: 200px;
	min-width: 200px;
	overflow: auto;
}

.hjsel_options ul
{
	padding: 0;
	margin: 0;
}

.hjsel_options li
{
	list-style: none;
	padding: 0 3px;
}

.hjsel_options_hover
{
	background: Highlight;
	color: HighlightText;
	cursor: pointer;
}

.hjsel_ddImage
{
	cursor: pointer;
	padding-bottom: 2px;
}

.hjsel_ddCancel
{
  display: none;
	cursor: pointer;
	padding-right: 5px;
	padding-bottom: 1px;
}