/*! jQuery UI - v1.10.3 - 2013-06-10
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.menu.css
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-autocomplete {
	position: relative;
	top: 0;
	left: 0; font-size: 12px; text-transform: normal; letter-spacing: -0.01em;
	cursor: default; color: #9C9C9E;
	font-family: Century Gothic, Tahoma, Sans-Serif;
	border: none; 
	border-top: none;
}
.ui-menu {
	list-style: none;
	padding: 0px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 5px 0px 4px !important;
	width: 100%;
	border-bottom: 1px dotted #ccc; 
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item:last-child { border-bottom: none; }
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 0px 0px 0px 5px;
	letter-spacing: 0.05em;
	line-height: 1.1;
	height: 100%;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item span   { padding: 0px 0px 0px 5px; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}




/* CUSTOM STYLES */

.ui-autocomplete {
    overflow: hidden;
    left: 0px !important; top: 0px !important;
}

.jspScrollable .ui-autocomplete { max-width: 222px; } 
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
.ui-autocomplete-input { border: 1px solid #9C9C9E; background-color: #fcfcfc; margin-top: 4px; width: 160px; border-radius: 0px; }
#modelData { text-indent: 3px; }
.ui-menu-item { position: relative; }
.ui-autocomplete img { width: 45px; }
.ui-autocomplete a { color: #9C9C9E; line-height: 1.1em !important;}
.ui-autocomplete li:hover a { color: #000; }
.modelface { width: 45px; height: 45px; display: block; overflow: hidden; float: left; padding-left: 5px !important; }
.modelface a { padding: 0px !important;  }
.ui-autocomplete .modelname span { position: absolute; left: 55px; bottom: 0px; padding: 0px !important; }
#modelData { padding-left: 0px; margin-left: 1px; padding-top: 3px; padding-bottom: 2px; padding-right: 0px; }