							

		
/**********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("../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("../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("../files/css/prod_back.gif") center top repeat-y;
							float: left; display: inline; clear: both;	}

#container #show_basket p	
						{	margin: 0px 5px; color: rgb(0,0,0);
							float: left; display: inline; clear: none;	}

#container #show_basket p.form_p	
              {	margin: 0px 0px 0px 10px; width: 366px;
							  color: rgb(0,0,0);
							float: left; display: inline; clear: both;	}

#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;	}

/*BASKET OVERVIEW*/

#basket_overview		{	width: 200px; margin: 30px 0px 0px 0px; height: 120px;
							        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-family: verdana; color: rgb(133,66,0);}
							
#basket_overview a		{	color: rgb(133,66,0); text-decoration: underline;	}
							
#basket_overview p.ov_h	{	font-size: 12px; line-height: 18px;	}

#basket_overview p.ov_empty
						{	font-size: 11px; line-height: 15px; color: rgb(133,66,0);	}