#showProductLeftColumn{
	position:relative;
	float:left;
	width:280px;
	padding-right:20px;
	}
	#prevItem{
		position:absolute;
		left:50px;
		padding-top:5px;
		z-index:100;
		}
	#showAll{
		position:absolute;
		text-align:center;
		width:100%;
		padding-top:5px;
		z-index:100;
		}
	#nextItem{
		position:absolute;
		padding-top:5px;
		right:60px;
		z-index:100;
		}
	#showProductLeftColumn #productImage{
		 position:relative;
		 text-align:center;
		 margin-top:21px;
		}
		
	#showProductLeftColumn #productThumbs{
		position:relative;
		
	}
	#showProductRightColumn{
		position:relative;
		float:left;
		width:280px;
	}

	#showProductRightColumn #ProductName h1{
		font-size:16px;
		margin:0px;
		padding:0px;
	}
	
	#showProductRightColumn #toolbar{
		position:relative;
		margin-top:25px;
		}
		
		#showProductRightColumn #toolbar img{
		float:left;
		}

		#showProductRightColumn #toolbar p{
		float:left;
		margin-top:5px;
		margin-left:5px;
		width:230px;
		}

	#showProductRightColumn #toolbarTxt{
		float:left; padding-left:6px; padding-top:6px; font-size:11px;
		}	
		
	#showProductRightColumn #orderbox{
		position:relative;
		background-color:#f1f2f3;
		width:100%;
		padding-left:5px;
		padding-right:5px;
		padding-bottom:5px;
		margin-top:15px;
		border:1px solid #e2e2e2;
		height:150px;
		overflow:hidden;
		}
	
	#showProductRightColumn #orderbox #quantity p,showProductRightColumn #orderbox #quantity input{
		float:left;
		}
	#showProductRightColumn #orderbox #quantity select{
		border:1px solid #999;
		width:60px;
		margin-top:5px;
		margin-left:5px;
		text-align:center;
		}
	.showproduct_param
	{
	    border:1px solid #999;
		width:60px;
		margin-top:5px;
		margin-left:5px;
		text-align:center;
	    }
	#showProductRightColumn #quantity{
		float:left;
		margin-top:10px;
		height:30px;
		
		}
	#showProductRightColumn #quantity p{
		line-height:16px;
		height:30px;
		padding:0px;
		padding-top:4px;
		margin:0px;
		}
	#showProductRightColumn #PutInBasket{
		float:left;
		line-height:30px;
		padding-left:0px;
		margin-top:-6px;
		height:30px;		
		}
	#showProductRightColumn #PriceIncl p{
		font-size:14px;
		font-weight:bold;
		color: #D07C00;
		padding:0px;
		margin:0px;
		}
	
	#showProductRightColumn #PriceSavings p{
		padding:0px;
		margin:0px;
		line-height:16px;
		
		}
	
	#showProductRightColumn #PriceStandard p{
		text-decoration:line-through;
		padding:0px;
		margin:0px;
		line-height:16px;
		}
	
	#footerlinks{
		clear:both;
		width:578px;
		padding-left:10px;
		padding-right:10px;
		border:1px solid #999;
		margin-top:10px;
		text-align:center;
		height:25px;
		padding-top:10px;
	}
	
	#ratingHeader{
		margin-top:40px;
		clear:both;
		position:relative;
		display:block;
		}
