/*-----------------------------------------------------------------------------------------------
*
*		File:						/stylesheets/basket/basket.js
*		Created by:			Matthew Olney
*		Creation Date:	Monday, 29 March 2004
*		Modified by: 		Matthew Olney
*		Modified Date:	Monday, 29 March 2004
*
*------------------------------------------------------------------------------------------------
*------------------------------------------------------------------------------------------------
*
*			Change Control:
*------------------------------------------------------------------------------------------------		
*			<Who>					<When>				<What>
*------------------------------------------------------------------------------------------------
* 1.		
*	2.	
* 3.
*	4. 
* 5. 
*------------------------------------------------------------------------------------------------
*------------------------------------------------------------------------------------------------
*
*		Description:  
*		Promotion:		N/A
*		Start Date:		N/A		
*		End Date:			N/A	
*
*------------------------------------------------------------------------------------------------*/

.optionFocus_basket{
padding: 5px 10px 5px 10px;
	background-color: #F8EBD9;
	font-size: 12px;
	height:auto;
	width:960px;
	border: 0px solid red;
}


.instructions{
	width: 420px;
	float: left;
	font-size: 11px;
	text-align: left;
	border: 0px solid red;
	
}

.buttons{
	float: right;
	width: 327px;
	margin-top: 4px;
	border: 0px solid red;
}

strong{
	background-color: #F3E1D1;
}