
/**********BASKET***********/


#show_basket			{	width: 438px; margin: 10px; padding: 0px;
							      overflow: hidden;
      							float: left; display: inline; clear: both;	}

#show_basket .main_prod	{	width: 418px; margin: 0px 10px 0px 10px; padding: 0px; height: 30px;
							background: rgb(255,197,196) url("http://www.4seasonsgiftshop.co.uk/files/css/prod_name.gif") center center no-repeat;
							float: left; display: inline; clear: both;	}

#show_basket .prod_totals	
						{	width: 418px; margin: 0px 10px 0px 10px; padding: 0px; height: 30px;
							background: rgb(255,197,196) url("http://www.4seasonsgiftshop.co.uk/files/css/prod_totals.gif") center center no-repeat;
							float: left; display: inline; clear: both;	}

#show_basket .sub_prod	{	width: 418px; margin: 0px 10px 0px 10px; padding: 10px 0px 10px 0px;
							background: rgb(255,240,234) url("http://www.4seasonsgiftshop.co.uk/files/css/prod_back.gif") center top repeat-y;
							float: left; display: inline; clear: both;	}

#container #show_basket p	
						{	margin: 0px 5px;
							float: left; display: inline; clear: none;	}
							
#container #show_basket p.lead_timep	
						{	margin: 0px 10px; color: rgb(0,0,0);
							float: left; display: inline; clear: none;	}

#show_basket p.prod_num	{	width: 20px;	}

#show_basket p.prod_name	{	width: 210px;
							font-weight: bolder;	}

#show_basket p.mProd_name	
						{	width: 210px; line-height: 30px;
							font-weight: bolder;	}

#show_basket p.prod_det	{	width: 210px;	}

#show_basket p.mProd_num
						{	width: 43px; line-height: 30px;	}

#show_basket p.del_prod
						{	width: 18px; line-height: 30px;	}

#show_basket p.prod_unit_price
						{	width: 43px;	}

#show_basket p.prod_qty
						{	width: 43px;	}

#show_basket p.prod_total	
						{	width: 43px;	}
						
#show_basket .basket_qty
            { width: 39px; font-sixe: 9px; margin: 3px 2px; background: rgb(250,250,250);)
              float: left; display: inline; clear: none;  }

/*BASKET OVERVIEW*/

#basket_overview		{	width: 200px; margin: 25px 40px 0px 0px; height: 150px;
              font-weight: normal;
							float: right; display: inline; clear: both;	}

#left #basket_overview		{	width: 200px; margin: 25px 0px 0px 0px; height: 150px;
							float: right; display: inline; clear: both;	}


.overview_left			{	width: 100px; margin: 0px; height: 80px;
							text-align: center;
							float: left; display: inline; clear: none;	}
							
.overview_right			{	width: 100px; margin: 0px; height: 100px;
							float: left; display: inline; clear: none;	}
							
#basket_overview p		{	margin: 2px;
							font-size: 10px;  line-height: 14px; font-weight: normal;
							font-family: verdana, candara,cambria,calibri,arial;}
							
#basket_overview a		{	color: rgb(50,50,150); text-decoration: none;	}
							
#basket_overview p.ov_h	{	font-size: 12px; line-height: 18px;	}

#basket_overview p.ov_empty
						{	font-size: 11px; line-height: 15px;	}

      
               
