.product-header
{
	margin-top: 2px;
}
	.product-header h1
	{
		float: left;
		width: 610px;
	}

	.product-header .back-button
	{
		margin-top: 7px;
		margin-right: 9px;
		float: right;
	}


#product-wrapper
{
	padding: 5px 0;
}

.product-images 
{
	height: 458px;
	position: relative;
}

.image-scroll-wrapper
{
	position: absolute;
	right: -10px;
	bottom: 1px;
}
	.image-scroll
	{
		display: inline-block;
		float: left;
	}
	
	.image-scroll .text
	{
		padding-left: 5px;
		padding-right: 12px;
		float: left;
	}

	.image-scroll .text object 
	{
		margin-top: 3px;
	}
	
	.image-paginator-control
	{
		position: relative;
		float: left;
		background-image:url(../image/button.background.png);
		height: 45px;
		padding-right: 5px;
	}
		.image-paginator-control.hasNext
		{
			margin-right: -12px;
		}
	
		.image-paginator-control .previous
		{
			margin-top: 13px;
			_margin-top: 10px;
			padding-right: 9px; 
			float: left;
		}
	
		.mac .image-paginator-control .previous
		{
			margin-top: 18px;
		}
		.mac .image-paginator-control .next 
		{
			margin-top: 18px;
		}
	
		.image-paginator-control .page-text
		{
			min-width: 28px;
			_width: 28px;
			margin-top: 12px;
			float: left;
			text-align: center;
			font-size: 16px;
		}
		
		.image-paginator-control .next
		{
			margin-top: 13px;
			_margin-top: 10px;
			padding-left: 9px;
			float: left;
		}

.product-description
{
	margin-top: 48px;
	_margin-top: 45px;
	width: 485px;
	font-size: 14px;
	float: left;
	line-height: 20px;
}
	.product-description .link
	{
		margin-top: 9px;
		font-size: 16px;
	}
		.product-description .link .append-arrow
		{
			padding-left: 6px;
		}
	
	
.add-to-basket
{
	width: 258px;
	margin-top: 50px;
	_margin-top: 45px;
	float: right;
}
	.add-to-basket .price-wrapper
	{
		padding-bottom: 18px;
	}
		.add-to-basket .price-wrapper .label
		{
			_padding-top: 5px;
			padding-top: 2px;
			font-size: 18px;
			float: left;
		}
		.add-to-basket .price-wrapper .price
		{
			line-height: 20px;
			float: right;
			font-size: 24px;
		}
	.add-to-basket .amount-wrapper
	{
		float: right;
		_margin-right: -16px;
	}
	.add-to-basket .amount
	{
		float: left;
		font-size: 14px;
		font-weight: 100;
	}	
		.add-to-basket .amount .text
		{
			margin-left: 15px;
			_margin-left: 5px;
			margin-top: 5px;
			float: left;
		}
		.add-to-basket .amount input
		{
			float: left;
			width: 34px;
			height: 22px;
			border: 0;
			color: #ffffff;
			background-color: #4d4d4d;
			padding: 5px 0 0 0px;
			text-align: center;
			margin-left: 6px;
			_margin-right: 17px;
		}
		
		
	.add-to-basket .generic-button
	{
		margin-left: 17px;
		margin-right: 0px;
		margin-top: -9px;
		float: left;
	}		
	.product #canvas .goto-basket
	{
		margin-top: -5px;
		margin-right: 0px;
		_position: relative;
		_top: -4px;
		
		float: right;
	}
	
	.add-to-basket .product-info
	{
		margin-top: 12px;
		_margin-top: 8px;
		width: 232px;
		font-size: 14px;
		border: 1px solid #3d3d3d;
		padding: 12px 12px 20px 12px; 
	}
	
.product .related-products 
{
	width: auto;
}	
	.product .related-products ul 
	{
		float: left;
		width: 390px;
	}
	
	.product .related-products ul.first
	{
		margin-right: 13px;
	}

	
