@import url('style.css');

@import url('_div_text.css');

div#content table.cart{
    width: 520px;
}

div#content table.cart tr td,
div#content table.cart tr th{
	padding: 3px;
}



div#content table.cart tr th{
	font-weight: bold;
	text-align: left;
}

div#content table.cart tr td.price,
div#content table.cart tr td.amount{
	text-align: right;
}

div#content th.amount_label{
	text-align: right:
	font-weight: bold;
	background-color: #ffffff;
}

span.order_create_button{
	font-weight: bold;
	font-size: 11px;
}
