#cartpage {
}

#cartlist {
	margin: 10px;
}

#content-right table .td-pcs .add-remove {
	border: 1px solid #921a1a;
	background : #920000 url('../images/button-bkg.png') repeat-x top left;
	padding: 2px 6px;
	color: #fff;
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
}

#content-right table {
	background : rgb(8, 8, 8);					/* for IE */
	background : rgba(0, 0, 0, 0.5);			/* for clever browsers */
	color: #ffd500;
	width: 95%;
	margin: 10px auto;
	border: 1px solid #222;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 0.85em;
}

#content-right table .tr-grand {
	border-top: 2px solid #444;
}

#content-right table th, td {
	padding: 5px 4px;
	border: 1px solid #222;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#content-right table th {
	text-align: center;
}

#content-right table .td-num {
	text-align: right;
	width: 60px;
}

#content-right table .td-pcs {
	min-width: 95px;
	text-align: center;
}

#content-right table .td-pcs .add-remove {
	margin: 0 5px;
	padding: 0;
	width: 18px;
}

#content-right table tr:hover {
	background : rgb(4, 4, 4);					/* for IE */
	background : rgba(0, 0, 0, 0.8);			/* for clever browsers */
}

#content-right table img {
	width: 75px;
}

#content-right table a {
	color: #ffd500;
}

#content-right table a:hover {
	color: #fff;
}










