body{

	font-family:arial;
	font-size:12pt;
	padding:0px;
	margin:0px;

  }



/* CART */
div.cart
{

}
#shopping_cart{
	padding-top:50px;



}
table.cart
{
	width:180px;
	text-align:center;
	font-size:8pt;
	direction:rtl;
	border-collapse:collapse;
}

table.cart td
{
	direction:rtl;
	text-align:right;
	border:1px solid #FF782D;
	padding:2px;
}

.cart_header td{

border:1px solid #86D54D;
color:#3A7A93;
font-weight:bolder;
font-size:8pt;
text-align:center;

}

a.the_button
{
	font-weight:bold;
	text-decoration:none;
	padding-top:10px;
	display:block;
	font-size:13pt;
	border:none;
	color:#fff;
	width:118px;
	height:37px;
	background:transparent url(images/button.jpg) center center no-repeat;
}