@charset "utf-8";

th {
	color: #CC3300;
}

td {
	padding-right: 5px;
}

td.item {
	width: 300px;
	text-align: left;
}

td.volume {
	text-align: center;
}

input {
	border: #CC3300 solid 1px;
	width: 60px;
}

td img {
	border: none;
	cursor: pointer;
}

#gotocheckout {
	position: relative;
	padding: 5px 25px 0px 25px;
	height: 25px;
	background: #CC3300;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	width: auto;
	text-align: right;
	margin-top: 25px;
}
