.head {
	padding-left: 1em;
	clear: both;
	height: 23px;
/*	display:block; */
	background-image:url('../../library/core/images/title_gradient.png');
	background-repeat:repeat-x;
	background-position:top;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2 {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 23px;
	color: #E7E7E7;
	text-transform: uppercase;
	margin-top: 5px;
}

.rotw {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width:100%;
	font-family:helvetica, sans-serif;
	position: relative; /* We'll use this for absolute layouts. Maybe. */
	background-image:url("/library/store/images/gradient1px.png");
	background-position:top;
	background-repeat:repeat-x;
	min-height: 400px;
}

#score {
	background:url(/library/rotw/images/score.png);
	background-repeat: no-repeat;
	height: 170px;
	width: 229px;
	float:right;
	clear: right;
	text-align: center;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
}

#score .source {
	font-family: helvetica, sans-serif;
	color: white;
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 0px;
}
#score .points {
	margin-top: 0px;
	font-size: 100px;
	font-family: helvetica, sans-serif;
	color: white;
	font-weight: bold;
}

.reviewpic {
	float: right;
	clear: right;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
	margin-top: 0em;
}

.rotw_navigation {
	font-family: helvetica, sans-serif;
	margin-bottom: 3em;
}
.rotw_navigation .page_heading {
	float: left;
	margin-left: 1em;
	color: #939598;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.rotw_navigation .page_heading a{
	color: #939598;
}
.rotw_navigation .page_heading:before {
	content: url("/library/images/orange-arrow-down.png");
	margin-right: 0.5em;
}

.rotw_navigation .other_pages {
	float: right;
	display: inline;
	margin-right: 2em;
	color: #939598;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: top;
}

.rotw_navigation .other_pages a{
	vertical-align: top;
	text-decoration: underline;
	color: #939598;
}

.rotw_navigation .other_pages a:hover{
	text-decoration: none;
	color: #939598;
}

.rotw_navigation .other_pages:before {
	content: url("/library/images/orange-arrow-right.png");
	margin-right: 0.5em;

}

#review {
	font-size: 12px;
	color: #939598;
	font-family: helvetica, sans-serif;
	margin-left: 1em;
	margin-top: 0px;
	clear: left;
}

#review p {
	margin-top: 0px;
}

/* index page */

.rotw_review {
	float: left;
	width: 265px;
	height: 140px;
	margin-left: 1em;
}

.rotw_review .rotw_thumb {
  float: left;
}

.rotw_review p.rotw_link_text {
  position: absolute;
	color: #939598;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 38px 0px 0px 120px;
	padding-left: 11px;
	background-image: url("/library/images/orange-arrow-right.png");
	background-repeat: no-repeat;
	width: 145px;
}

.rotw_review a img, .rotw_review a {
	text-decoration: none;
	border: 0px;
}

a{ color: rgb(243, 112, 33);}

.pubdate { font-style: italic; text-align: right; margin-right: 30px; }
