@charset "utf-8";
.main {
	background: #8AC2EF;
	background-image: url(../images/leftmenu_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.content {
	background: #9CCAF1;
}

table.cart {	
	width: 600px;
	background-color: #FFF;
	margin: 10px auto;
}
table.cart td {
	text-align:center;
	vertical-align:middle;
	color: #000;
	background: #64B8DD;
	padding: 4px;
	font-size: 12px;
}

table.cart tr td:first-child {
	text-align:left;
}

td.remove a:link,td.remove a:visited,td.remove a:active {
	color: #FFF;
	text-decoration:none;
}
td.remove a:hover {
	color: #FFF;
	text-decoration:underline;
}
tr.title td{
	background:#008DC8;
	padding: 2px;	
	font-weight: bold;
	color: #FFF;
}

tr.price td{
	padding: 0px;	
	color: #FFF;
	font-size: 16px;
	font-weight:bold;
}
tr.type td{
	padding: 0px;	
	color: #FFF;
	font-size: 14px;
}
tr.img td{
	padding: 0px;	
}

td.quantity  {
	width: 34px;
	padding: 2px 4px;
}

.series {
	background:none;
	float: left;
	clear: both;
	width: 686px;	
}

.donotdelete {
	display:none;
}
table.summary {	
	background-color: #FFF;
	margin: 10px 44px;
	text-align: center;
}

.summary td {
	color: #000;
	background: #63DF77;
	padding: 4px;
	font-size: 16px;
	font-weight:bold;
	text-align: center;
}
table.summary td.btn {
	padding: 0px;
}
table.summary td.head {
	background: #13A037;
	color: #FFF;
	font-size: 14px;
	font-weight:bold;
}
table.cart td.remove {
	background-color: #0096D4;
}
