#RGLodgingIndex .separator {
	color: silver; 
	margin: 0 2px;
}

#RGLodgingIndex .selected {
	padding: 1px 5px; 
	font-weight: bold;
}

#RGLodgingIndex .letter {
	padding: 1px 5px;
}

#RGLodgingIndex .reviewInfo {
	font-size: 11px;
	margin-top: 3px;
}

#RGLodgingIndex .reviewInfo b {
	font-size:12px;
}

#RGLodgingIndex .rating {
	margin-right: 8px; 
	position: relative; 
	top: 1px;
}

#RGLodgingIndex .rating img {
	height: 9px;
}

#RGLodgingIndex .item {
	height: 55px
}

#RGLodgingIndex .item .bullet {
	float: left; 
	margin-right: 5px
}

#RGLodgingIndex .item .content {
	float: left;
}

#RGLodgingIndex .item .content .info {
	margin-top: 5px;
	font-size: 11px;
}

