body.category_7 .productTable td {
	width: 33%;
}
body.category_8 .productTable td {
	width: 33%;
}
body.category_11 .productTable td {
	width: 33%;
}
body.category_12 .productTable td {
	width: 33%;
}
body.category_9 .productTable td {
	width: 25%;
}
body.category_10 .productTable td {
	width: 25%;
}
body.category_13 .productTable td {
	width: 50%;
}
.rating-container {
	margin-top: 5px;
}
body.category_1 .rating-container {
	margin-bottom: 5px;
}
body.category_5 .rating-container {
	margin-bottom: 5px;
}
.rating-container {
	display: inline-block;
}
.rating-container-details {
	padding: 6px 6px 3px; height: 23px; margin-right: 6px;
}
.rating-container > .rating-stars {
	width: 80px; height: 16px; margin-right: 10px; vertical-align: text-bottom; display: inline-block; position: relative;
}
.rating-container > .rating-stars > .filled {
	width: 100%; height: 100%; display: block; position: absolute; background-image: url("../../images/common/QSC.ui.rating.png"); background-repeat: repeat-x;
}
.rating-container > .rating-stars > .unfilled {
	width: 100%; height: 100%; display: block; opacity: 0.2; background-image: url("../../images/common/QSC.ui.rating.png"); background-repeat: repeat-x;
}
.rating-container > .show-details-indicator {
	padding-left: 14px; display: inline; position: relative; background-image: url("../../images/common/QSC.ui.rating.down-arrow.png"); background-repeat: no-repeat;
}
.rating-container-details > .rating-distro {
	padding: 10px; border: 1px solid rgb(0, 0, 0); width: 260px; text-align: center; color: rgb(0, 0, 0); margin-top: 5px; margin-left: -6px; display: none; position: absolute; z-index: 1000; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; background-color: rgb(240, 240, 240);
}
.rating-container-details > .rating-tab-bottom {
	width: 114px; height: 0px; margin-top: 5px; margin-right: -9px; margin-left: -6px; border-bottom-color: rgb(240, 240, 240); border-left-color: black; border-bottom-width: 1px; border-left-width: 1px; border-bottom-style: solid; border-left-style: solid; display: none; position: absolute; z-index: 1003;
}
.rating-container-details:hover {
	border-color: rgb(0, 0, 0); padding-top: 5px; padding-right: 5px; padding-left: 5px; border-top-width: 1px; border-right-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-left-style: solid; z-index: 1001; border-top-left-radius: 5px; border-top-right-radius: 5px; background-color: rgb(240, 240, 240);
}
.rating-container-details:hover > .rating-distro {
	display: block;
}
.rating-container-details:hover > .rating-tab-bottom {
	display: block;
}
.rating-container > .rating-distro > a {
	margin: 5px 0px; color: rgb(0, 0, 0);
}
.rating-container > .rating-distro span.see-all {
	width: 260px; text-align: left; margin-top: 10px; display: inline-block;
}
.rating-container > .rating-distro span.see-all > a:hover {
	color: black;
}
.rating-container > .rating-distro span.rank {
	width: 60px; text-align: right; display: inline-block;
}
.rating-container > .rating-distro span.unfilled {
	margin: 5px; border: 1px solid rgb(255, 204, 102); width: 125px; height: 11px; vertical-align: middle; display: inline-block; background-color: rgb(255, 255, 255);
}
.rating-container > .rating-distro span.filled {
	height: 100%; display: block; background-color: rgb(255, 204, 102);
}
.rating-container > .rating-distro span.rank-count {
	width: 60px; text-align: left; display: inline-block;
}
.rating-container > .rating-distro > input {
	padding-right: 5px; padding-left: 5px; font-weight: bold; margin-top: 15px;
}
.rating-selector {
	width: 80px;
}
.rating-selector .rating {
	width: 16px; height: 16px; float: right; opacity: 0.2; background-image: url("../../images/common/QSC.ui.rating.png");
}
.rating-selector .rating:hover {
	opacity: 1;
}
.rating-selector .rating:hover ~ .rating {
	opacity: 1;
}
.rating-selector .selected.rating {
	opacity: 1;
}
.rating-selector .selected.rating ~ .rating {
	opacity: 1;
}
