/*-----------------------*/
	.component_holder
	{
		font-size:14px;
		width:550px;
		
		
		border-left-width:1px;
		border-left-color:#000000;
		border-left-style:solid;
		
		border-right-width:1px;
		border-right-color:#000000;
		border-right-style:solid;
	}
	
	
	.component_holder .component_odd
	{
		background-color:#d1ecf4;	
		
		text-align:center;
	}
	
	
	.component_holder .component_even
	{
		background-color:#b9d4dc;	
		
		text-align:center;
	}
	
			
	.component_header
	{
		
		font-size:17px;
		text-align:center;
		color:#FFFFFF;
		
		background:url(../images/basket_view_header.gif);
		background-position:top left;
		background-repeat:no-repeat;
		
		width:550px;
		height:20px;
	}
	
	
	.component_footer
	{
		background:url(../images/basket_view_footer.gif);
		background-position:top left;
		background-repeat:no-repeat;
		
		width:550px;
		height:20px;
	}



