/* Product Images */

div#productImages {
	width: 245px;
	float: left;
	display: inline;
}

/* Product Details */

div#productDetails {
	width: 455px;
	margin-left: 10px;
	float: left;
	display: inline;
}

	div#productDetails h2 {
		background: #3451a5;
	}

	div#productDetails table {
		background: #efefef;
		width: 315px;
		float: left;
		font-size: 0.9em;
	}
	
		div#productDetails table caption {
			padding-bottom: 0.5em;
			font-weight: bold;
			font-size: 1em;
		}

		div#productDetails table thead {
			position: absolute;
			left: -10000px;
			font-size: 0;
			visibility: hidden;
		}
		
		div#productDetails table img {
			vertical-align: middle;
			margin-right: 0.5em;
		} 
		
		div#productDetails table td {
			padding: 5px;
		}

			div#productDetails table td.price {
				font-size: 1.2em;
				color: #0faffa;
				font-weight: bold;
			}
			
			div#productDetails table td.quantity {
				text-align: right;
			}

				div#productDetails table td.quantity.outOfStock {
					font-weight: bold;
					font-size: 0.9em;
				}
					
				div#productDetails table td.quantity input {
					width: 40px;
					text-align: center;
					margin-left: 0.5em;
					vertical-align: bottom;
					border: 1px solid #A5ACB2;
					padding: 2px;
				}
				
					div#productDetails table td.quantity input:focus {
						border: 1px solid #12B0FA;
					}

/* Product Reviews */

ul#productReviews {
	list-style: none;
	font-size: 0.8em;
	margin: 0;
}

	ul#productReviews li {
		background: #f6f6f6;
		margin-top: 0.5em;
		padding: 8px;
	}
	
	ul#productReviews h3 {
		font-size: 1.2em;
		line-height: 21px;
		margin: 0;
	}

	ul#productReviews strong {
		background: url(../../images/ratingSmall.gif) 0 0 no-repeat;
		text-indent: -10000px;
		float: left;
		margin-right: 1em;
		width: 89px;
		height: 21px;
		line-height: 21px;
	}
	
		ul#productReviews strong span {
			background: url(../../images/ratingSmall.gif) 0 100% no-repeat;
			display: block;
			height: 100%;
			width: 0;
			margin: 0;
		}

			ul#productReviews .rating-1 span { width: 25%; }
			ul#productReviews .rating-2 span { width: 40%; }
			ul#productReviews .rating-3 span { width: 60%; }
			ul#productReviews .rating-4 span { width: 75%; }
			ul#productReviews .rating-5 span { width: 100%; }

		ul#productReviews span {
			font-size: 0.7em;
			font-weight: normal;
			vertical-align: middle;
			margin-left: 0.5em;
		}

		ul#productReviews p {
			margin-bottom: 0;
		}

div#ratingOverview {
	padding: 8px;
	background: #ededed;
	line-height: 33px;
	font-weight: bold;
	margin: 0.5em 0;
	font-size: 0.9em;
	position: relative;
	min-height: 21px;
}

	div#ratingOverview p {
		margin: 0;
		line-height: 33px;
	}

	div#ratingOverview strong {
		background: url(../../images/ratingLarge.gif) 0 0 no-repeat;
		text-indent: -10000px;
		height: 33px;
		width: 140px;
		float: left;
		margin-right: 0.5em;
	}

		div#ratingOverview strong span {
			background: url(../../images/ratingLarge.gif) 0 100% no-repeat;
			display: block;
			height: 100%;
			width: 0;
			margin: 0;
		}
			
			div#ratingOverview .rating-1 span { width: 25%; }
			div#ratingOverview .rating-2 span { width: 40%; }
			div#ratingOverview .rating-3 span { width: 60%; }
			div#ratingOverview .rating-4 span { width: 75%; }
			div#ratingOverview .rating-5 span { width: 100%; }

	div#ratingOverview a {
		text-indent: -10000px;
		width: 137px;
		height: 21px;
		background: url(../../images/buttons/writeReview.gif) 0 0 no-repeat;
		position: absolute;
		outline: none;
		right: 8px;
		top: 50%;
		margin-top: -11px;
	}

div#productDetails div.pagingLinks {
	margin: 0.5em 0;
	background: #ededed;
}

/* Send to A Friend */

div#productDetails fieldset {
	font-size: 0.9em;
}

/* Related Products */

div#relatedProducts {
	clear: both;
	padding-top: 0.5em;
}

	div#relatedProducts h2 {
		background: #969696;
		margin-top: 0;
	}
	
	div#relatedProducts ul {
		list-style: none;
		margin: 0;
	}
	
		div#relatedProducts ul li {
			width: 222px;
			height: 108px;
			margin: 0 2px 6px 0;
			border: 1px solid #dedede;
			font-size: 0.7em;
			background: #dedede;
			display: -moz-inline-box;
			display: inline-block;
			vertical-align: top;
			position: relative;
			overflow: hidden;
		}
	
			div#relatedProducts ul li.right {
				margin-right: 0;
			}
		
		div#relatedProducts ul img {
			float: left;
			padding-right: 6px;
		}

		div#relatedProducts ul h3 {
			padding: 6px 0 4px;
			clear: none;
			margin: 0;
		}

		div#relatedProducts ul h3 a, div#relatedProducts ul p.price {
			font-weight: bold;
			font-size: 1.1em;
		}
		
		div#relatedProducts li p.price {
			color: #F00;
			position: absolute;
			bottom: 3px;
			right: 5px;
			margin: 0;
		}

/* Add To Basket */

a#deliveryInfoLink {
	margin-top: 1.5em;
	float: right;
}

	a#deliveryInfoLink img {
		display: block;
	}

input.addToBasket {
	float: right;
	clear: right;
	margin: 0.5em 0;
}

/* Best Sellers */

#bestSellers {
	background: #3451a5 url(../../images/backgrounds/navBoxBottom.gif) 0 100% no-repeat;
	width: 243px;
	font-weight: bold;
	font-size: 0.8em;
	color: #fff;
	padding-bottom: 10px;
	margin-top: 1em;
}

	#bestSellers h2 {
		background: url(../../images/backgrounds/navBoxTop.gif) 0 0 no-repeat;
		padding: 10px 15px 0.5em 15px;
		margin-top: 0;
	}
	
	#bestSellers ol {
		padding-left: 2.5em;
		margin: 0 15px;
		list-style: decimal-leading-zero;
	}
	
	#bestSellers a:hover {
		color: #fff;
	}
	
	#bestSellers li {
		margin-top: 0.5em;
	}

/* Send to a Friend */

div#sendToFriend {
	clear: both;
	margin-top: 0.5em;
	padding: 8px;
	background: #EDEDED;
	font-size: 0.9em;
}

	div#sendToFriend p {
		margin: 0;
	}

	div#sendToFriend fieldset legend {
		position: absolute;
		left: -10000px;
		visibility: hidden;
		font-size: 0;
	}

	div#sendToFriend fieldset label {
		width: 175px;
	}

	div#sendToFriend fieldset input, div#sendToFriend fieldset textarea {
		width: 233px;
	}
	
	div#sendToFriend fieldset span.statusFlag {
		right: 0;
	}
	
	div#sendToFriend fieldset ol span.error {
		margin-left: 175px;
	}
	
	div#sendToFriend div.submit {
		width: auto;
		margin-right: 25px;
	}

/* Out of Stock */

div#outOfStockNotice {
	clear: both;
	padding: 8px;
	background: #EDEDED;
	margin: 1em 0;
	font-size: 0.8em;
}

	div#outOfStockNotice h3 {
		font-weight: bold;
		color: #0FAFFA;
		margin-top: 0;
	}

	div#outOfStockNotice p {
		margin-top: 0;
	}

	div#outOfStockNotice fieldset legend {
		position: absolute;
		left: -10000px;
		visibility: hidden;
		font-size: 0;
	}

	div#outOfStockNotice fieldset input, #outOfStockNotice fieldset textarea {
		width: 233px;
	}
	
	div#outOfStockNotice div.submit {
		width: auto;
		margin-top: 0;
	}
	
/* YouTube Videos */

div#youtubeVideos {
	position: relative;
	overflow: hidden;
	height: 371px;
}
