/* Give the image 3px of space to breathe. */
.chosenImage-container .chosen-results li,
.chosenImage-container .chosen-single span {
  background: none 3px center / 19px 19px no-repeat;
  padding-left: 28px;
}

/* Make the image fit nicely to the left of the dropdown. */
.chosenImage-container .chosen-single {
  padding-left: 2px;
}

.chosenImage-container .chosen-single span {
  background-position: left 2px;
}

/* Let the "No results match" text fill the whole width. */
.chosenImage-container .chosen-results .no-results {
  padding-left: inherit;
}
    /* DG - 29/11/12 - Align single item with results. General UI Imrpovement */
/* Give the image 3px of space to breathe. */


/* Make the image fit nicely to the left of the dropdown. */
.chosenImage-container .chosen-single {
  padding-left: 2px;
  height: 34px;
}

.chosenImage-container .chosen-single span {
  background-position: left 2px;
  height:34px;
}
/* Let the "No results match" text fill the whole width. */
.chosenImage-container .chosen-results .no-results {
  padding-left: inherit;
}
.filter-header input, .chosenImage-container .chosen-single
{
  height:50px !important;
}
.chosen-container-single .chosen-search input[type="text"] {
   height:32px !important;
}
.chosen-container .chosen-results .group-result {
	background-color:#F7F7F7;
	border-bottom:#CCC solid 1px;
	height:30px;
	text-align:left;
	line-height:20px;
	padding:6px;
	margin:4px;
}
.chosenImage-container .chosen-single span {
 height:46px; 
}
.chosen-container-single .chosen-single, .chosen-container .chosen-results li
{
  line-height:35px;
}
.chose-image.rtl {
	padding: 2px 0px 3px 5px;
}
.chosen-container-multi {
  height:auto !important;
  padding:0px !important;
}
.chosen-container{ width:100% !important; }