/* foundation */

body {
	font: 100% normal "Trebuchet MS", "Arial", sans-serif;
}
#ratings {
	width: 650px; /* optional */
	margin-left: 50px;
}
#ratings img {
	border: 0;
}
#ratings .clear_both {
	clear: both;
}
#ratings .float_left,
#ratings  ul li {
	float: left;
	display: inline;
}
#ratings .float_right {
	float: right;
}
#ratings .overclear {
	width: 100%;
	overflow: hidden;
}

/* styles */

#ratings .buttons {
	position: relative;
	height: 30px;
	margin: 0 0 5px 0;
}
#ratings .prev {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
#ratings .next {
	position: absolute;
	top: 0;
	right: 0;
}
#ratings .showing {
	margin: 5px 60px 0 60px;
	text-align: center;
	font-size: .8em;
}
#ratings .top {
	background: url(http://www.planetbulb.com/development/ratings/images/ratings_top.gif) repeat-x;
}
#ratings .inner {
	padding: 0 0 0 20px;
	margin: 0 0 -20px 0;
	background: url(http://www.planetbulb.com/development/ratings/images/ratings_left_mid.gif) repeat-y;
}
#ratings  ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url(http://www.planetbulb.com/development/ratings/images/ratings_right_mid.gif) repeat-y top right;
}
#ratings  ul li {
	display: none;
	position: relative;
	margin: 0;
	padding: 0 20px 20px 0;
	font-size: .8em;
	z-index: 1;
}
#ratings  ul li.loader {
	display: block;
	float: none;
	height: 115px;
	margin: 0 0 20px -20px;
	background: url(http://www.planetbulb.com/development/ratings/images/ratings_loader.gif) no-repeat center center;
}
#ratings  ul li a.info {
/*	position: absolute; */
	bottom: 20px;
	right: 20px;
}
#ratings  ul li a.thumb {
	display: block;
	border: 1px solid #ddd;
}
#ratings  ul li a.thumb img {
	display: block;
	margin: 0;
	padding: 3px;
}
#ratings .btm {
	background: url(http://www.planetbulb.com/development/ratings/images/ratings_btm.gif) repeat-x;
}
.ratings_tool_tip {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	z-index: 9999;
}
.ratings_tool_tip .ratings_pointer_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(http://www.planetbulb.com/development/ratings/images/ratings_pointer_left.gif);
}
.ratings_tool_tip .ratings_pointer_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(http://www.planetbulb.com/development/ratings/images/ratings_pointer_right.gif);
}
.ratings_tool_tip .inner {
	border: 1px solid #ddd;
	padding: 15px 15px 3px 15px;
	margin: 0 0 0 9px;
	background: #fff;
}
.ratings_tool_tip .inner_right {
	margin: 0 9px 0 0;
}
.ratings_tool_tip .inner p {
	font-size: .8em;
	margin: 0;
	padding: 0 0 12px 0;
}