/* TYPOGRAPHY */

.ratings h2, h3, h4, h5 {
	color: #7c7756;
	}


/* END TYPOGRAPHY */

/* BEGIN RATINGS STYLES */

body.ratings #primary {
	width: 775px;
	float: left;
	margin: -10px 10px 10px;
	}

body.ratings #secondary {
	width: 160px;
	float: left;
	margin: 22px 0 0 0;
	}

#ratings-info-wrapper {
	background: #fff;
	border: 1px solid #dedaba;
	padding: 15px;
	width: 743px;
	float: left;
	}

#ratings-info {
	width: 487px;
	float: left;
	}

#ratings-info h2 {
	font-size: 33px;
	margin-bottom: 10px;
	}
			
#ratings-info table {
	float: left;
	width: 487px;
	clear: both;
	margin: 10px 0 15px;
	}
					
#ratings-info th {
	color: #7c7756;
	}
					
#ratings-info td {
	border-top: 1px solid #7c7756;
	padding: 2px 2px 3px;
	}
					
#ratings-nav {
	margin-left: 0;
	position: relative;
	}
					
#ratings-nav li {
	list-style: none;
	float: left;
	padding: 8px 12px 7px;
	background: #eeeacd;
	margin: 0 2px 0 0;
	border: 1px solid #dedaba;
	position: relative;
	bottom: -1px;
	}
					
#ratings-nav li:hover,
#ratings-nav li.active {
	background: #fff;
	border-bottom: 1px solid #fff;
	}
					
#ratings-nav li h2 {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-size: 15px;
	}

#ratings-nav a:hover {
	text-decoration: none;
	}

#ratings-info ul li {
	padding-bottom: 5px;
	list-style: disc;
	margin-left: 20px;
	line-height: 1.5em;
	}

/* END RATINGS STYLES */