#loading
,#userLoading
{
	position: fixed;
	left: 50%;
	text-align: center;
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
	display: none;
	top: 200px;
	z-index: 9999;
}

#loading {
	padding: 8px;
	width: 140px;
	margin-left: -70px;
}

#userLoading {
	padding: 16px;
	width: 600px;
	margin-left: -300px;
}

.productOffer {
	margin-top: 8px;
}

.productOffer A {
	font-weight: normal;
	color: #FF6600;
}

.productRating {
	margin-top: 4px;
	font-weight: normal;
}

.rateProductLink {
	margin-top: 4px;
}

.rateProductLink A,
.rateProductLink A:hover {
	color: #FF9900;
	text-decoration: none;
	font-weight: normal;
}

.rateProductLink A:hover {
	text-decoration: underline;
}

.fullWidth {
	width: 100%;
}

label.error {
	font-weight: normal;
	color: #EE5911;
}

#productReview {
}

#productReview #supplierName {
	font-size: 16px;
	color: #1DA4E5;
	margin: 8px;
	font-weight: bold;
}

#productReview #productName {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 8px;
}

#productReview .ratingHeader {
	margin: 8px;
}

#productReview .ratingHeader .date {
	color: #339933;
	font-size: 14px;
	font-weight: bold;
}

#productReview .ratingHeader .features {
	color: #1DA4D8;
}

#productReview .comment {
	line-height: 1.5;
	color: #666666;
	margin: 8px;
}

#productReview .signature {
	color: #336633;
	margin-top: 8px;
	font-style: italic;
	text-align: right;
}

#productReview .journal-date,
#productReview .journal {
    font-style: italic;
    font-weight: bold;
    color: #555555;
}

#productReview .doi {
    margin-left: 8px;
}

.legendLink:hover,
.matrixHeadingCol:hover,
.matrixHeadingRow:hover {
	cursor: pointer;
}

.legendLink {
	font-size: 14px;
	color: #0099FF;
}

.legendKey {
	color: #1DA4D8;
	font-weight: bold;
}
.legendValue {
	color: #666666;
}

.legendTable TD {
	padding: 4px;
}

.captcha {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #FF9933;
	padding: 4px;
}


.appThumbnailShadow {
	box-shadow: 4px 4px 2px #888;
	-moz-box-shadow: 4px 4px 2px #888;
	-webkit-box-shadow: 4px 4px 2px #888;
}

.appThumbnailWithLink:hover {
	cursor: pointer;
}

a.doipublink
, a#doipublink {
    font-weight: bold;
    color: #3399CC;
}

.clear-float {
    width: 100%;
    clear: both;
}