#your-basket {
	clear: both;
	margin: 2em 0;
	/*display: block;*/
}

#your-basket th, #your-basket td {
	vertical-align: top;
}

th.check-col-1 {
	/*float:left;*/
	/*display:inline;*/
	/*width:150px;*/
	height:14px;
}

td.check-col-1 {
	/*float:left;*/
	/*display:inline;*/
	/*width:130px;*/
	height:86px;
	padding:10px !important;
	text-align:center;
	border-bottom:1px solid #d6d6d6;
}
th.check-col-2 {
	/*float:left;*/
	/*display:inline;*/
	/*width:400px;*/
	height:14px;
}
td.check-col-2 {
	/*float:left;*/
	/*display:inline;*/
	/*width:400px;*/
	height:51px;
	padding:45px 0 10px 0 !important;
	border-bottom:1px solid #d6d6d6;
}
th.check-col-3, th.check-col-5 {
	/*float:left;*/
	/*display:inline;*/
	/*width:80px;*/
	height:14px;
	text-align:center;
}
td.check-col-3,td.check-col-5 {
	/*float:left;*/
	/*display:inline;*/
	/*width:80px;*/
	height:51px;
	padding:45px 0 10px 0 !important;
	text-align:center;
	border-bottom:1px solid #d6d6d6;
}
th.check-col-4 {
	/*float:left;*/
	/*display:inline;*/
	/*width:120px;*/
	height:14px;
	text-align:center;
}
td.check-col-4 {
	/*float:left;*/
	/*display:inline;*/
	/*width:120px;*/
	height:56px;
	padding:40px 0 10px 0 !important;
	text-align:center;
	border-bottom:1px solid #d6d6d6;
}
td.check-col-4 .left, td.check-col-4 .right{
	padding-top:6px;
}

td.check-col-4 input {
	text-align:center;
}
th.check-col-6 {
	/*float:left;*/
	/*display:inline;*/
	/*width:120px;*/
	height:14px;
	text-align:center;
}
td.check-col-6 {
	/*float:left;*/
	/*display:inline;*/
	/*width:120px;*/
	height:56px;
	padding:40px 0 10px 0 !important;
	text-align:center;
	border-bottom:1px solid #d6d6d6;
}

#sub-total-row .check-col-1, #sub-total-row .check-col-2,#sub-total-row .check-col-3,#sub-total-row .check-col-4,#sub-total-row .check-col-5,#sub-total-row .check-col-6 {
	height:14px;
	border-bottom:none;
	padding:6px 0 !important;
	text-align:center;
}

#sub-total-row .check-col-1 {
	padding:6px 10px 6px 10px !important;
}
#sub-total-row .check-col-5,#sub-total-row .check-col-6 {
	background: #3E4941 url(/images/backgrounds/category-bg.gif) 0% 100%;
	color:#FFFFFF;
}

