@charset "UTF-8";
/* CSS Document */

table#cart{
	width:510px;
	background-color:white;
	border-collapse:collapse;
	border:1px solid black;
}
#cart th{
	font-size:11px;
	color:white;
	text-align:center;
	background-color:green;
	border:1px solid black;
}
#cart td{
	font-size:11px;
	text-align:center;
	border:1px solid black;
	padding:4px 0;
}
.item_id{
	/*width:10%*/
	display:none;
}
.item_name{
	width:53%;
}
.item_price{
	width:15%;
}
.item_num{
	width:7%;
}
.row_price{
	width:15%;
}
.delete{
	width:5%;
}
.busuu{
	text-align:center;
}
.buttons{
	text-align:center;
	margin:10px 0;
}
input[readonly="readonly"]{
	color:#666;
	background-color:#efefef;
}
