#basket
	{
		margin-left:0px;
	
		width:235px;
		
		/*border-width:1px;
		border-style:solid;
		border-color: #AAAAAA;*/
	}
	
	#basket_header
	{
		color: #FFFFFF;
	
		/*background-color:#99CC00;*/
		background:url(../images/basket_header.gif);
		background-position:left top;
		background-repeat:no-repeat;
		
		width:100%;
		height:20px;
	}
	
	#basket_header A
	{
		color:#FFFFFF;
	}
	
	
	#basket .basket_info
	{
		width:100%;
		text-align:center;
		font-size:16px;
		
		border-left-width:1px;
		border-left-color:#000000;
		border-left-style:solid;
		
		border-right-width:1px;
		border-right-color:#000000;
		border-right-style:solid;
	}
	
	.underline
	{
		border-bottom-width:1px;
		border-bottom-color:#AAAAAA;
		border-bottom-style:solid;
	
	}
	#basket .basket_content
	{
		font-size:14px;
	}
	
	
	#basket .basket_content A
	{
		color:#000000;
		text-decoration:none;
	}
	
	#basket .basket_content A:hover
	{
		color:#000000;
		text-decoration:underline;
	}
	
	
	.total_price
	{		
		text-align:left;
		margin-left:20px;
	}
	
	#basket_footer
	{
		/*background-color:#99CC00;*/
		background:url(../images/basket_footer.gif);
		background-position:left top;
		background-repeat:no-repeat;
		
		width:100%;
		height:20px;		
	}
	
	
	
	/*-----------------------------------*/
	
	.basket_view
	{
		width:550px;
		margin-left:5px;
	}
	
	
	.basket_view .basket_view_header
	{
		height:20px;
		vertical-align:top;
		
		background:url(../images/basket_view_header.gif);
		background-position:left top;
		background-repeat:no-repeat;
	}
	
	.basket_view_middle
	{
		border-left-width:1px;
		border-left-color:#000000;
		border-left-style:solid;
		
		border-right-width:1px;
		border-right-color:#000000;
		border-right-style:solid;
	}
	
	.basket_view .basket_view_content
	{
		margin-left:10px;
		
		
	}
	
	.basket_view .basket_view_content A
	{
		color:#000000;
		text-decoration: none;	
	}
	
	.basket_view .basket_view_content A:hover
	{
		text-decoration:underline;
	}
	
	.basket_view .basket_view_footer
	{
		height:20px;
		vertical-align:top;
		
		background:url(../images/basket_view_footer.gif);
		background-position:left top;
		background-repeat:no-repeat;
	}
	
	.basket_view .basket_view_headline
	{
		margin-left:70px;
		
		color:#FFFFFF;
	}
	
	
	.basket_view_massage
	{
		margin-left:30px;
	
		color:#FF0000;
		font-size:16px;
	}
	
	
	.basket_view .total_price
	{
		margin-left:10px;
		font-size: 16px;
		text-decoration:underline;
	}
	
	.order_button
	{		
		text-align:center;
		
		background:url(../images/order_button.gif);
		background-position:top left;
		background-repeat:no-repeat;
		
		width:150px;
		height:30px;
		
		
		
		
		border-color:#FFFFFF;
		border-style:solid; 
		border-width:1px; 
		
	}
	
	.order_button A
	{
		color:#FFFFFF;
		text-decoration:none;
	}
	
	.leftpadding
	{
		padding-left:10px;
	}
	/*----------------------------*/
	

