/* BASIC css start */
.box {
	padding: 20px
}


.hc_rating_guide ul:first-child li {
	-webkit-box-shadow: inset 1px 0px 0px 0px rgba(255,255,255,255.75);
	-moz-box-shadow: inset 1px 0px 0px 0px rgba(255,255,255,255.75);
	box-shadow: inset 1px 0px 0px 0px rgba(255,255,255,255.75);
}
.hc_rating_guide ul:first-child li:first-child {
	-webkit-box-shadow: inset 1px 0px 0px 0px #000;
	-moz-box-shadow: inset 1px 0px 0px 0px #000;
	box-shadow: inset 1px 0px 0px 0px #000;
} 
/* BASIC css end */

