/* ---------- Some general styles ---------- */
* {
	margin: 0;
	padding: 0;
}

ul, ol, li { list-style: none; }

ul, ol {
	margin-bottom: 36px;
}



.stars_holder {
	width: 500px;
	margin: 100px auto;
	text-align: center;
}
@font-face{ 
font-family: 'WebSymbolsRegular';
src: url(//cdn11.bigcommerce.com/s-1d727/templates/__custom/fonts/websymbols-regular-webfont.eot?t=1576086563);
src: url(//cdn11.bigcommerce.com/s-1d727/templates/__custom/fonts/websymbols-regular-webfont.eot?t=1576086563#iefix) format('embedded-opentype'),
     url(//cdn11.bigcommerce.com/s-1d727/templates/__custom/fonts/websymbols-regular-webfont.woff?t=1576086563) format('woff'),
     url(//cdn11.bigcommerce.com/s-1d727/templates/__custom/fonts/websymbols-regular-webfont.ttf?t=1576086563) format('truetype'),
     url(//cdn11.bigcommerce.com/s-1d727/templates/__custom/fonts/websymbols-regular-webfont.svg?t=1576086563#WebSymbolsRegular) format('svg');
}





/* ---------- Lists ---------- */
.rating-w-fonts li {
	font: 18px/36px 'WebSymbolsRegular', sans-serif;
	display: inline;

	color: #898989;
	text-shadow: 1px 1px 0px #323439;
	
	cursor: pointer;
}

	.rating-w-fonts li.rated, .rating-w-fonts li:hover { color: #ffff00; }



.rating-w-images li {
	width: 27px;
	height: 30px;
	background: transparent url(//cdn11.bigcommerce.com/s-1d727/templates/__custom/images/sprites.png?t=1576086563) no-repeat -54px 0;
	display: inline-block;
	
	cursor: pointer;
}

	.rating-w-images li.rated, .rating-w-images li:hover, 
	.rating-w-images li.half-rated:hover { background-position: 0 0; }
	
	.rating-w-images li.half-rated { background-position: -27px 0; }

.ProductDescriptionContainer ol{
	margin-bottom: 5px;
}

.ProductDescriptionContainer li {
	list-style: decimal;
	margin-left: 15px;
}

#no_list_style ul li {
	list-style: none;
}