	/* Typography ****************************************************/
	
	a.remove
	{
		display:block;
		height:30px;
		width:30px;
		background-image:url(../../images/enquiries/del.jpg);
		background-repeat:no-repeat;
		margin-right:3px;
	}
	
	#contineshopping
	{
		background-image:url(../../images/enquiries/continue.jpg);
		background-repeat:no-repeat;
		display:block;
		width:140px;
		height:30px;
		padding-top:10px;
		padding-left:35px;
		position:absolute;
		left:330px;
		bottom:-30px;
	}
	
	#makeenquiry
	{
		background-image:url(../../images/enquiries/submit.jpg);
		background-repeat:no-repeat;
		display:block;
		width:140px;
		height:30px;
		position:absolute;
		left:20px;
		bottom:-20px;
	}
	
	/* CONTENT AREA **************************************************************************************/
	/* ***************************************************************************************************/
	#menuarea
	{
		position:relative;
		float:left;
		min-height:611px;
  		height:auto !important;
  		height:611px;
  		width:155px;
  		background:#555555;
  		background-image:url(../../images/template/subnavbase.jpg);
		background-position:bottom left;
		background-repeat:no-repeat;
		margin-bottom:5px; 
		
	}	
	
	#contentarea
	{
		position:relative;
		float:right;
		min-height:586px;
		height:auto !important;
		height:586px;
		width:825px;
		margin-bottom:5px; 
	}

	#basketarea
	{
		float:left;
		margin-top:10px;
		margin-bottom:30px;
		padding-left:10px;
	}

	#scroll
	{
		height:300px;
		width:550px;
		overflow:auto;
	}
	
	#scroll2
	{
		height:400px;
		width:550px;
		overflow:auto;
		border-bottom:1px solid #cccccc;
	}
	/*Form*/
	#qty
	{
		width:40px;
		border:1px solid #666666;
	}
	
	/*Table*/
	table
	{
		border-collapse:collapse;
		border:1px solid #3399cc;
		margin:10px 10px 10px 10px;
		width:500px;
		
	}

	td
	{	padding:3px;
		border-collapse:collapse;
		text-align:left;
		font-size:11px;
		color:#3399cc;
		border-bottom:1px solid #3399cc;
	}
	
	td.a
	{
		width:50px;
		text-align:center;
	}
	
	td.b
	{
		width:80px;
	}
	
	td.d
	{
		width:33px;
	}
	
	/*Img*/
	img.thumb
	{
		height:50px;
		border:0px;
	}
	
	