#noscript {
	font-weight: bold;
	color: red;
	background-color: #FFF;
	margin: 1em;
	padding: 1em;
	line-height: 2em;
}
#bookshop-rate {
	width: 100%;
	margin-bottom: 1.5em;
	overflow: hidden;
	display: none;
}
#bookshop-rate a:hover {
	text-decoration: none;
	padding-bottom: 0;
}
#bookshop-rate p, .rate-L p {
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
}
#bookshop-rate .rate-L {
	float: left;
	white-space: nowrap;
	width: 55%;
}
#bookshop-rate .rate-R {
	float: right;
	width: 45%;
}
#bookshop-rate .rate-L #avg {
	width:90px;
	float:left;
}
#bookshop-rate .rate-L #totalrates,
#bookshop-rate .rate-L #showdetails,
#bookshop-rate .rate-R #caption
{
	line-height: 16px;
	height: 16px;
	font-size: 11px;
}
#bookshop-rate .rate-L #totalrates, #bookshop-rate .rate-R #caption {
	float:left;
}
#bookshop-rate #details {
	clear:both;
	float:left;
	display:none;
}
#top10div {
	width: 100%;
	clear:both;
	float:left;
	display:none;
	text-align: left;
	background-color: #EFEFEF;
	margin: 1em 0;
	border: 1px solid gray;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#bookshop-rate #details dl, #top10div dl, #bookshop-rate #details dt, #top10div dt {
	margin: 5px;
}
#bookshop-rate #details dt span, #top10div dt span {
	padding: 2px 10px;
	background: url(ui.stars.gif) no-repeat  4px -64px;
}
#bookshop-rate .rate-R p {
	text-align: right !important;
}
#bookshop-rate .rate-R em {
	font-size: 11px;
	float:right;
	line-height: 16px;
	height: 16px;
}
#bookshop-rate .rate-R #rat {
	width:90px;
	float:right;
}
#bookshop-rate .rate-R #caption {
	float:right;
	margin-right:0.6em;
	line-height: 16px;
	height: 16px;
}
#bookshop-rate .rate-R #messages {
	clear:both;
	float:right;
	width: 100%;
	line-height: 30px;
	text-align: right;
	font-size: 11px;
	color:#fd1c24;
	display:none;
}
#bookshop-rate #session {
	display: none;
}

