body {
	font-family:"Trebuchet MS";
	font-size:12px;
}
#cart {
	/*background-color:#131212; 
	border:solid #484242 1px; */
	width:500px;
	min-height:100px;	
}
.cart {
	width:600px;

	}
table.cart tr td {
	vertical-align:top;
	background-color:#131212; 
	border:solid #484242 1px;
	padding:5px;
}
table.products tr td {
	vertical-align:top;
	background-color:#000000; 
	border:solid #484242 1px;
	padding:3px;
}
#products {
	height:70px;
	width:100px;	
	padding:40px 10px 10px 10px ; 
}	
.box {
/* 	background-color:#CCFF33; */
	background-image:url(../img/frame.jpg);
	background-repeat:no-repeat;
	padding:10px; 
	margin:10px;
	width:135px;
	height:135px;
	float:left;
	cursor:pointer;
	text-align:center;
}
#loading {
	display:none;
	margin-right:auto; 
	margin-left:auto;	
	text-align:center;
}

#clearCart { 
	text-decoration:underline; 
	cursor:pointer; 
	float:left;
	color: #959514;
	padding-left:10px;
	
}
.right {
	text-align:right;
	}