table.basket {
	width:100%;
	border:solid 1px #eeeeee;
	padding:0px;
	margin:0px;
	border-collapse: collapse;
}
table.basket td {
	vertical-align:middle;
	text-align:center;
}
table.basket thead {
	background:#F7F9FA;
	text-align:center;
	line-height:40px;
}
table.basket tr, table.basket td {
	border:solid 1px #eeeeee;	
}
table.basket .pImage {
	width:10%;
	border-left:solid 0px;
}
.bsPic {
	border-left:solid 0px !important;
}
.bsPic  img {
	border:solid 0px;
	max-width:70px;
	vertical-align:middle;
}
table.basket .pTitle {
	width:35%;
	border-right:solid 0px;
	text-align:right;
}
table.basket .pPrice {
	width:20%;
}
table.basket .qty {
	width:10%;	
}
table.basket deletePrd {
	width:10%;	
}
table.basket tbody tr td {
	padding:10px;
}
.pTitleBody {
	border-right:solid 0px !important;
	text-align:right !important;
}
table.basket tr:nth-child(even) {background: #dcdfa2}
table.basket tr:nth-child(odd) {background: #FFF}

table.basket2 {
	width:100%;
	border:solid 1px #eeeeee;
	padding:0px;
	margin:0px;
	border-collapse: collapse;
	margin-bottom:20px;
}
table.basket2 td {
	vertical-align:middle;
	text-align:center;
	padding:5px;
}
table.basket2 th {
	vertical-align:middle;
	padding:5px;
}

table.basket2 tr, table.basket2 td {
	border:solid 1px #eeeeee;	
}
.mprdTitle {
	white-space:nowrap;
}
.mprdPic img {
	max-width:70px;
	max-height:70px;
}
.mprdDel {
	font-size:1.8em;
	color:red;
}
table.basket2:nth-child(odd) {background: #dcdfa2}
table.basket2:nth-child(even) {background: #FFF}