@charset "utf-8";
.cartitem{
	width:100%;
}
#custom_table{
	width: 100%;
	margin: 0 0 10px 0;
	padding:0;
	border-spacing:0;
	border-collapse:collapse;
	font-size: 12px;
}

#custom_table th{
	margin: 0;
	padding:5px 10px 0;
	color: #666;
	text-align:left;
	width: 33%;	
	}
#custom_table td{
	margin: 0;
	padding:5px 10px;
	color: #666;
	text-align:left;
	width: 33%;	
	}
#custom_table *{word-wrap:break-word;}
#custom_table input{
width:100%;
}
