.rating_stars_off {
    background-image:url(images/custrev_off.gif);
    background-repeat:repeat-x;
    vertical-align:middle;
    height: 12px;    
}

.rating_stars_on {
    background-image:url(images/custrev_on.gif);
    background-repeat:repeat-x;
    vertical-align:middle;
    height: 12px;    
}


/* application specific styles */
.x-5-star {
    background-image:url(images/5star.gif) !important;
	background-repeat: no-repeat;
}
.x-4-star {
    background-image:url(images/4star.gif) !important;
	background-repeat: no-repeat;
}
.x-3-star {
    background-image:url(images/3star.gif) !important;
	background-repeat: no-repeat;
}
.x-2-star {
    background-image:url(images/2star.gif) !important;
	background-repeat: no-repeat;
}
.x-1-star {
    background-image:url(images/1star.gif) !important;
	background-repeat: no-repeat;
}
 
/* Ext.ux.IconCombo mandatory styles */
.x-icon-combo-icon {
    background-repeat: no-repeat;
    background-position: 0 50%;
    width: 18px;
    height: 14px;
}
.x-icon-combo-input {
    padding-left: 25px;
}
.x-form-field-wrap .x-icon-combo-icon {
    top: 5px;
    left: 15px;
    width:100px;
}
.x-icon-combo-item {
    background-repeat: no-repeat !important;
    background-position: 3px 50% !important;
    padding-left: 105px;
}

