.tagHandler {    
    position: relative;
    overflow: hidden;    
}

.tagHandler ul.tagHandlerContainer {
    border: 1px solid #ccc;
    overflow: hidden;
    min-height: 30px;
    line-height: 30px;
    cursor: text;
    font-family: arial, helvetica, sans-serif;
    padding: 0px 5px;
    margin: 0px;
    width: 564px;
}

.tagHandler ul.tagHandlerContainer li {
    
    height: 16px;
    line-height: 14px;
    display: block;
    float: left;
    font-size: 12px;
    margin: 5px 5px 5px 0;
    white-space: nowrap;
    float:left;    
}
.tagHandler ul.tagHandlerContainer li.tagItem {
    background-color: #000;
    color: #FFF;
    padding: 3px 8px;
    height: 16px;
    cursor: pointer;
    background-image: url(../../images/icons/tag-bk.gif);
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 30px;
}

.tagHandler ul.tagHandlerContainer li.tagInput {
    padding: 3px 4px;
    
}
.tagHandler ul.tagHandlerContainer input.tagInputField {
    
    border: none;
    width: inherit;
    background-color: transparent;
    font-size: 12px;
    line-height: 12px;
    height: auto;
    outline: 0px;
    padding-left: 0px;
    width: 125px;    
    color: #a5a5a5;
    
}
.tagHandler div.tagLoader {
    position: absolute;
    right: -24px;
    top: 12px;
    display: none;
    background: url('../../images/icons/loader.gif') center center no-repeat;
    width: 16px;
    height: 18px;
    cursor: default;
}
.tagHandler div.tagUpdate {
    position: absolute;
    right: -24px;
    top: 14px;
    background: url('../../images/icons/tag_update.png') center center no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

ul.ui-autocomplete {
    background-color: white;
    width: 300px;
    border: 1px solid #000;
    list-style-type: none;
    padding: 5px;
    width:175px; /* WIDTH CHANGED TO SUIT THE STYLE OF THE SITE BETTER */
    margin-top:-1px;
}

ul.ui-autocomplete li{
	
}

ul.ui-autocomplete li a{
	 cursor: pointer; 
	 padding:2px 0 2px 5px;
	 display:block;
	 font-size: 12px;
}

ul.ui-autocomplete li a.ui-state-hover{
	background-color: #000;
	color: #fff;
}