#prodinfo {
	width: 570px;
}

#prodimage {
	float: left;
	width: 240px;
	text-align: left;
	margin: 10px 20px 0 0;
	position: relative;
}

	#prodimage span.prodnew {
		position: absolute;
		background: url(/images/icon-new.png) no-repeat left top;
		width: 50px; height: 50px;
		right: -12px; top: -12px;
		* background: none;
		* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/icon-new.png', sizingMethod='scale');
	}

#prodaddform {
	float: right;
	background: #ffbb22;
	width: 290px;
	padding: 10px;
	margin-top: 10px;
}

#prodaddform .smalltext {
	font-size: 0.9em;
}

#prodaddform a:link{ color: #fff; text-decoration: none }
#prodaddform a:visited{ color: #fff; text-decoration: none }
#prodaddform a:hover{ color: #fff; text-decoration: underline }

	#prodaddform h2 {
		margin: 0;
		padding: 0;
		color: #000000;
	}

	#prodaddform input {
		background: #009933;
		border: 1px solid #ffffff;
		color: #ffffff;
	}


#prodpagepdf {
	float: right;
	width: 310px;
	padding: 0px;
	margin: 5px 0 0 0;
}

	.prodpagepdfelement {
		float: left;
		width: 70px;
		padding: 0px;
		margin: 5px 10px 0 0;
		font-size: 0.9em;
		text-align: center;
	}

	.prodpagepdfelementend {
		margin: 5px 0 0 0;
	}
	
#prodpagepdf a:link{ color: #006; text-decoration: none }
#prodpagepdf a:visited{ color: #006; text-decoration: none }
#prodpagepdf a:hover{ color: #006; text-decoration: underline }

#wholeseriespara {
	display: none;
	background: #ffcc44;
	height: 22px;
}

#nowaddtocart {
	font-weight: bold;
}

.review {
	width: 570px;
	clear: both;
	border-bottom: 1px solid #cccccc;
}

	.reviewleft {
		float: left;
		padding: 5px 0;
		width: 150px;
	}

	.reviewright {
		float: right;
		padding: 5px 0;
		width: 410px;
	}

#addreview label {
	clear: both;
	float: left;
	width: 160px;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 5px;
}

#addreview input {
	margin-bottom: 5px;
}

.submitreview {
	clear: both;
	margin: 10px 0 0 170px;
}

/* STAR RATING STUFF */
/*
.rating {
	cursor: pointer;
	margin: 2em;
	clear: both;
	display: block;
}

.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}

.cancel, .star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}

.cancel, .cancel a {
	background: url(/images/delete.gif) no-repeat 0 -16px;
}

.star, .star a {
	background: url(/images/star.gif) no-repeat 0 0px;
}

.cancel a, .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
	border:1 solid #FF0000;
}

div.star_on a {
	background-position: 0 -16px;
}

div.star_hover a, div.star a:hover {
	background-position: 0 -32px;
}
*/

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(/images/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(/images/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */
