#cart {
	padding-right: 5px;
}

#cart .l input {
	border: 1px solid #bbb;
	width: 35px;
	text-align: center;

}

#cart th {

	border-bottom: 2px solid #bbb;

}

#cart table {
	border-collapse: collapse;
	text-align: left;
}

#cart td {
	border-bottom: 1px solid #bbb;
	padding: 5px;
	text-align:left;
}

#cart .a {
	width: 100%;
	clear: both;
}

#cart .b, #cart .h, #cart .c, #cart .i {
	text-align: left;
}

#cart .j #cart .k, #cart .l {
	text-align: left;
	vertical-align: top;
}

#cart .g, #cart .m {
	text-align: right;
	vertical-align: top;
}

#cart .n {
	float: right;
	text-align: right;
	clear: both;
	margin-top: 20px;
}

#cart .n table {
	display: inline;
}

#cart .nostyle input {
		margin-bottom: 0;
}
#cart .o {
	color: #FF0000;
	clear: both;
	font-size: 9px;
	text-align: center;
}

#cart .f {
	text-align: center;
}

#cart .l {
	text-align: center;
}

#cart .options {
	padding-left: 5px;
}

#cart .options li, #cart .options ul {
	margin-left: 10px;
	list-style-type: square;
}

.warning {
	background-color: #FEFF9F;
}

#cart .nostyle {
	border-bottom: 0;
	margin: 0;
}

#cart .nostyle input {
	border: 0;
}


